Twitter Data Sharing#

In this lesson, we’re going to learn how to share Twitter data and access data shared by others with the Python/command line tool twarc. We’re specifically going to work with twarc2, which is designed for version 2 of the Twitter API (released in 2020) and the Academic Research track of the Twitter API (released in 2021).

Twarc was developed by a project called Documenting the Now. The DocNow team develops tools and ethical frameworks for social media research.

This lesson presumes that you’ve already installed and configured twarc, which was covered in a previous lesson.

Tweet IDs#

Twitter discourages developers and researchers from sharing full Twitter data openly on the web. They instead encourage developers and researchers to share tweet IDs:

Tweet IDs are unique identifiers assigned to every tweet. They look like a random string of numbers: 1189206626135355397. Each tweet ID can be used to download the full data associated with that tweet (if the tweet still exists). This is a process called “hydration.”

https://cdn.pixabay.com/photo/2013/07/12/19/24/sapling-154734_960_720.png

Hydration: a young tweet ID sprouts into a full tweet (to be read in David Attenborough’s voice)

There are actually two reasons that you might want to dehydrate tweets and/or hydrate tweet IDs: first, to responsibly share Twitter data with others and/or access Twitter data shared by others; second, to get more information about the Twitter data that you yourself collected.

If you collected tweets in real time, for example, you collected those tweets immediately after they were published, which means that they will not contain any retweet or favorite count information. Nobody’s had time to retweet them yet! So if you’d like to retroactively get retweet and favorite count information about your tweets, then you would want to dehydrate and rehydrate them.

Dehydrate Tweets#

twarc2 dehydrate tweets.jsonl > tweet_ids.txt

To transform your Twitter data into a list of tweet IDs (so that you can share your data openly on the web), you can run the twarc command twarc2 dehydrate with the name of your JSONL file followed by the output operator > and the desired name of your tweet ID text file.

tweet ID —> tweet = hydration
tweet ID <— tweet = dehydration

Let’s dehydrate the Twitter data that we collected about “Infinite Jest” from only verified Twitter accounts.

!twarc2 dehydrate twitter-data/dfw_bro.jsonl > twitter-data/dfw_bro.txt

If we open() and .read() the tweet IDs file that we just created, it looks something like this:

tweet_ids = open("twitter-data/dfw_bro.txt", encoding="utf-8").read()
print(tweet_ids)
1412360883582418945
1408833479304003589
1313590839977947136
1313523086424186881
1298060678432010240
1297973554986639360
1296466668898717696
1259920233600479233
1075778924280471553
995487617549512704
898246334804787202
844552567522820096
760889024403873792
733665498148294657
694224894805032964
686753187727044609
644308060937265152
644307992901517312
644307901830561793
632152536636608512
631931489769390080
631828145105162240
631825643441901568
631825543202213889
631820349290774528
545020559248343040
270661455727165442
146330510422048768

Hydrate Tweets#

twarc2 hydrate tweet_ids.txt > tweets.jsonl

To transform a list of tweet IDs into full Twitter data, you can run the twarc command twarc2 hydrate with the name of your tweet IDs text file followed by the output operator > and the desired name of your JSONL file.

tweet ID —> tweet = hydration
tweet ID <— tweet = dehydration

Now let’s re-hydrate the Twitter data that we collected a few weeks ago based on the tweet IDs that we just dehydrated.

!twarc2 hydrate twitter-data/dfw_bro.txt > twitter-data/dfw_bro_REHYDRATED.jsonl
tweet_json = open("twitter-data/dfw_bro_REHYDRATED.jsonl", encoding="utf-8").read()
print(tweet_json)
{"data": [{"context_annotations": [{"domain": {"id": "46", "name": "Brand Category", "description": "Categories within Brand Verticals that narrow down the scope of Brands"}, "entity": {"id": "781974596752842752", "name": "Services"}}, {"domain": {"id": "47", "name": "Brand", "description": "Brands and Companies"}, "entity": {"id": "10045225402", "name": "Twitter"}}], "id": "1412360883582418945", "reply_settings": "everyone", "entities": {"annotations": [{"start": 90, "end": 109, "probability": 0.89, "type": "Person", "normalized_text": "david foster wallace"}], "mentions": [{"start": 0, "end": 10, "username": "TomKealy2", "id": "82979289"}, {"start": 11, "end": 19, "username": "aveek18", "id": "525812389"}, {"start": 20, "end": 32, "username": "maybeavalon", "id": "108463534"}]}, "referenced_tweets": [{"type": "replied_to", "id": "1412360683237355524"}], "author_id": "342644076", "text": "@TomKealy2 @aveek18 @maybeavalon Imo the great twitter literature injustice is that it is david foster wallace and not him that is smeared as the dumb bro contemporary author", "lang": "en", "possibly_sensitive": false, "conversation_id": "1412043478301880331", "source": "Twitter Web App", "in_reply_to_user_id": "82979289", "created_at": "2021-07-06T10:40:49.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 2, "like_count": 2, "quote_count": 0}}, {"context_annotations": [{"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1053753085489606656", "name": "Laura Ingraham", "description": "Laura Ingraham"}}, {"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1070711281076715520", "name": "Virginia Heffernan", "description": "American journalist"}}, {"domain": {"id": "94", "name": "Journalist", "description": "A journalist like 'Anderson Cooper'"}, "entity": {"id": "1053753085489606656", "name": "Laura Ingraham", "description": "Laura Ingraham"}}, {"domain": {"id": "94", "name": "Journalist", "description": "A journalist like 'Anderson Cooper'"}, "entity": {"id": "1070711281076715520", "name": "Virginia Heffernan", "description": "American journalist"}}], "id": "1408833479304003589", "reply_settings": "everyone", "entities": {"annotations": [{"start": 89, "end": 108, "probability": 0.9731, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 158, "end": 160, "probability": 0.5814, "type": "Place", "normalized_text": "DFW"}], "mentions": [{"start": 0, "end": 7, "username": "page88", "id": "4282171"}, {"start": 8, "end": 22, "username": "IngrahamAngle", "id": "50769180"}]}, "referenced_tweets": [{"type": "replied_to", "id": "1408819214744489985"}], "author_id": "15639774", "text": "@page88 @IngrahamAngle I heard a tech bro quote a line about cruise ship wait staff from David Foster Wallace's A Supposedly Fun Thing and said it showed how DFW really believed in great customer service.", "lang": "en", "possibly_sensitive": false, "conversation_id": "1408773437431091202", "source": "TweetDeck", "in_reply_to_user_id": "4282171", "created_at": "2021-06-26T17:04:10.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 1, "like_count": 11, "quote_count": 0}}, {"id": "1313590839977947136", "reply_settings": "everyone", "referenced_tweets": [{"type": "retweeted", "id": "1313523086424186881"}], "entities": {"mentions": [{"start": 3, "end": 13, "username": "ben_geier", "id": "602060212"}]}, "author_id": "602060212", "text": "RT @ben_geier: the guy who publicly makes a display of how much feminist literature he reads and waxes on how important bookshelf represent\u2026", "lang": "en", "possibly_sensitive": false, "conversation_id": "1313590839977947136", "source": "Twitter Web App", "created_at": "2020-10-06T21:23:56.000Z", "public_metrics": {"retweet_count": 13, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "1313523086424186881", "reply_settings": "everyone", "entities": {"annotations": [{"start": 216, "end": 235, "probability": 0.9361, "type": "Person", "normalized_text": "david foster wallace"}, {"start": 241, "end": 249, "probability": 0.6625, "type": "Person", "normalized_text": "hemingway"}], "urls": [{"start": 269, "end": 292, "url": "https://t.co/QsvsVxBY15", "expanded_url": "https://twitter.com/ebruenig/status/1313522459899985922", "display_url": "twitter.com/ebruenig/statu\u2026"}]}, "author_id": "602060212", "text": "the guy who publicly makes a display of how much feminist literature he reads and waxes on how important bookshelf representation is at least 50% more likely to be a sexpest than the bro who just likes to vibe about david foster wallace and hemingway. this is science. https://t.co/QsvsVxBY15", "lang": "en", "possibly_sensitive": false, "conversation_id": "1313523086424186881", "source": "Twitter Web App", "created_at": "2020-10-06T16:54:42.000Z", "public_metrics": {"retweet_count": 13, "reply_count": 2, "like_count": 97, "quote_count": 1}}, {"id": "1298060678432010240", "reply_settings": "everyone", "entities": {"annotations": [{"start": 20, "end": 39, "probability": 0.7433, "type": "Person", "normalized_text": "david foster wallace"}], "mentions": [{"start": 3, "end": 18, "username": "davidgross_man", "id": "236999725"}]}, "referenced_tweets": [{"type": "retweeted", "id": "1297936487909130240"}], "author_id": "23314192", "text": "RT @davidgross_man: david foster wallace bro conversation again? i feel like by this point in the discourse i need footnotes! (just a littl\u2026", "lang": "en", "possibly_sensitive": false, "conversation_id": "1298060678432010240", "source": "Twitter Web App", "created_at": "2020-08-25T00:52:37.000Z", "public_metrics": {"retweet_count": 23, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"context_annotations": [{"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1070723963087540224", "name": "Mara Wilson", "description": "American playwright, singer, blogger, writer and actress"}}, {"domain": {"id": "56", "name": "Actor", "description": "An actor or actress in the world, like Kate Winslet or Leonardo DiCaprio"}, "entity": {"id": "1070723963087540224", "name": "Mara Wilson", "description": "American playwright, singer, blogger, writer and actress"}}], "id": "1297973554986639360", "reply_settings": "everyone", "entities": {"annotations": [{"start": 20, "end": 39, "probability": 0.7433, "type": "Person", "normalized_text": "david foster wallace"}], "mentions": [{"start": 3, "end": 18, "username": "davidgross_man", "id": "236999725"}]}, "referenced_tweets": [{"type": "retweeted", "id": "1297936487909130240"}], "author_id": "386056280", "text": "RT @davidgross_man: david foster wallace bro conversation again? i feel like by this point in the discourse i need footnotes! (just a littl\u2026", "lang": "en", "possibly_sensitive": false, "conversation_id": "1297973554986639360", "source": "Twitter for iPhone", "created_at": "2020-08-24T19:06:25.000Z", "public_metrics": {"retweet_count": 23, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "1296466668898717696", "reply_settings": "everyone", "entities": {"annotations": [{"start": 60, "end": 79, "probability": 0.8772, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 227, "end": 239, "probability": 0.4009, "type": "Product", "normalized_text": "INFINITE JEST"}]}, "referenced_tweets": [{"type": "replied_to", "id": "1296458752657326081"}], "author_id": "365438535", "text": "(Gonna out myself as an insufferable millennial bro and say David Foster Wallace\u2014his maximalism expands my sense of what's possible on the page, as does his notorious blend of academic and colloquial prose. I swear the copy of INFINITE JEST on my shelf is not a display piece.)", "lang": "en", "possibly_sensitive": false, "conversation_id": "1296458752657326081", "source": "Twitter Web App", "in_reply_to_user_id": "365438535", "created_at": "2020-08-20T15:18:35.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 1, "like_count": 14, "quote_count": 0}}, {"context_annotations": [{"domain": {"id": "85", "name": "Book Genre", "description": "A genre for books, like Fiction"}, "entity": {"id": "859531094730825728", "name": "Biographies and memoirs", "description": "Biographies and memoirs"}}], "id": "1259920233600479233", "reply_settings": "everyone", "entities": {"annotations": [{"start": 18, "end": 36, "probability": 0.4401, "type": "Other", "normalized_text": "MEL Review of Books"}, {"start": 174, "end": 180, "probability": 0.9168, "type": "Organization", "normalized_text": "Esquire"}, {"start": 212, "end": 231, "probability": 0.9804, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 46, "end": 57, "username": "leahrosenz", "id": "734174508"}, {"start": 66, "end": 81, "username": "adriennemiller", "id": "1182311889277206529"}], "urls": [{"start": 239, "end": 262, "url": "https://t.co/26WQYMgakO", "expanded_url": "https://melmagazine.com/en-us/story/how-adrienne-miller-made-it-in-the-1990s-heyday-of-the-postmodern-lit-bro", "display_url": "melmagazine.com/en-us/story/ho\u2026"}]}, "author_id": "460444548", "text": "This week for the MEL Review of Books, we had @leahrosenz talk to @adriennemiller about IN THE LAND OF MEN, a memoir of the dude snobbery she faced as the literary editor at Esquire while publishing the likes of David Foster Wallace:     \nhttps://t.co/26WQYMgakO", "lang": "en", "possibly_sensitive": false, "conversation_id": "1259920233600479233", "source": "Twitter Web App", "created_at": "2020-05-11T18:56:06.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 1, "like_count": 9, "quote_count": 0}}, {"context_annotations": [{"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1011963575089262593", "name": "Alexandria Ocasio-Cortez", "description": "US Representative from New York Alexandria Ocasio-Cortez"}}, {"domain": {"id": "35", "name": "Politician", "description": "Politicians in the world, like Joe Biden"}, "entity": {"id": "1011963575089262593", "name": "Alexandria Ocasio-Cortez", "description": "US Representative from New York Alexandria Ocasio-Cortez"}}, {"domain": {"id": "65", "name": "Interests and Hobbies Vertical", "description": "Top level interests and hobbies groupings, like Food or Travel"}, "entity": {"id": "825047692124442624", "name": "Food", "description": "Food"}}, {"domain": {"id": "30", "name": "Entities [Entity Service]", "description": "Entity Service top level domain, every item that is in Entity Service should be in this domain"}, "entity": {"id": "824777229892661248", "name": "Generic Food", "description": "Generic Food"}}, {"domain": {"id": "30", "name": "Entities [Entity Service]", "description": "Entity Service top level domain, every item that is in Entity Service should be in this domain"}, "entity": {"id": "825065539378688000", "name": "Seafood", "description": "Seafood"}}], "id": "1075778924280471553", "reply_settings": "everyone", "entities": {"annotations": [{"start": 6, "end": 22, "probability": 0.9307, "type": "Person", "normalized_text": "Alexandria Ocasio"}, {"start": 24, "end": 29, "probability": 0.5206, "type": "Person", "normalized_text": "Cortez"}, {"start": 33, "end": 52, "probability": 0.8046, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 59, "end": 82, "url": "https://t.co/OcwGRUdWMV", "expanded_url": "https://twitter.com/AOC/status/1075614808853110785", "display_url": "twitter.com/AOC/status/107\u2026"}]}, "referenced_tweets": [{"type": "quoted", "id": "1075614808853110785"}], "author_id": "398088661", "text": "Is\u2014is Alexandria Ocasio-Cortez a David Foster Wallace bro? https://t.co/OcwGRUdWMV", "lang": "en", "possibly_sensitive": false, "conversation_id": "1075778924280471553", "source": "Twitter for iPhone", "created_at": "2018-12-20T15:44:17.000Z", "public_metrics": {"retweet_count": 4, "reply_count": 3, "like_count": 54, "quote_count": 3}}, {"id": "995487617549512704", "reply_settings": "everyone", "entities": {"annotations": [{"start": 20, "end": 26, "probability": 0.6016, "type": "Organization", "normalized_text": "KGB Bar"}, {"start": 71, "end": 90, "probability": 0.9265, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 116, "end": 129, "probability": 0.9987, "type": "Person", "normalized_text": "Thomas Pynchon"}], "urls": [{"start": 132, "end": 155, "url": "https://t.co/iQLxduLtEN", "expanded_url": "https://twitter.com/bkerogers/status/994737256211648512", "display_url": "twitter.com/bkerogers/stat\u2026"}]}, "author_id": "1000899020", "text": "I got kicked out of KGB Bar in the LES for arguing with a lit bro that David Foster Wallace is a better writer than Thomas Pynchon. https://t.co/iQLxduLtEN", "lang": "en", "possibly_sensitive": false, "conversation_id": "995487617549512704", "source": "Twitter for iPhone", "created_at": "2018-05-13T02:15:17.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 12, "like_count": 47, "quote_count": 0}}, {"id": "898246334804787202", "reply_settings": "everyone", "entities": {"annotations": [{"start": 49, "end": 68, "probability": 0.9503, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 16, "username": "TaylorOSoule", "id": "275829938"}]}, "referenced_tweets": [{"type": "retweeted", "id": "898243199722016768"}], "author_id": "19608605", "text": "RT @TaylorOSoule: UPDATE: I met a \"Have you read David Foster Wallace?\" bro at law school. It only took four days, fam. FOUR.", "lang": "en", "possibly_sensitive": false, "conversation_id": "898246334804787202", "source": "TweetDeck", "created_at": "2017-08-17T18:13:09.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "844552567522820096", "reply_settings": "everyone", "entities": {"annotations": [{"start": 1, "end": 20, "probability": 0.9252, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 73, "end": 96, "url": "https://t.co/GPCbgdBL3e", "expanded_url": "https://newrepublic.com/minutes/141498/neil-gorsuch-will-first-lit-bro-supreme-court-justice", "display_url": "newrepublic.com/minutes/141498\u2026"}]}, "author_id": "15649438", "text": "\"David Foster Wallace is essentially the same as skiing and cigars now.\u201d https://t.co/GPCbgdBL3e", "lang": "en", "possibly_sensitive": false, "conversation_id": "844552567522820096", "source": "TweetDeck", "created_at": "2017-03-22T14:13:17.000Z", "public_metrics": {"retweet_count": 4, "reply_count": 2, "like_count": 14, "quote_count": 3}}, {"context_annotations": [{"domain": {"id": "35", "name": "Politician", "description": "Politicians in the world, like Joe Biden"}, "entity": {"id": "10037721459", "name": "Bernie Sanders", "description": "US Senator Bernie Sanders (VT)\n"}}, {"domain": {"id": "38", "name": "Political Race", "description": ""}, "entity": {"id": "10037066629", "name": "2016 US Elections", "description": "2016 US Elections"}}], "id": "760889024403873792", "reply_settings": "everyone", "entities": {"annotations": [{"start": 12, "end": 17, "probability": 0.8566, "type": "Person", "normalized_text": "Bernie"}, {"start": 63, "end": 82, "probability": 0.958, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "author_id": "193477066", "text": "New theory: Bernie Bro holdouts are exactly the same people as David Foster Wallace fanatics. Yes?", "lang": "en", "possibly_sensitive": false, "conversation_id": "760889024403873792", "source": "Twitter Web Client", "created_at": "2016-08-03T17:24:14.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 2, "like_count": 14, "quote_count": 0}}, {"id": "733665498148294657", "reply_settings": "everyone", "entities": {"annotations": [{"start": 7, "end": 26, "probability": 0.9195, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 50, "end": 69, "probability": 0.9235, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "referenced_tweets": [{"type": "replied_to", "id": "733665146216779776"}], "author_id": "398088661", "text": "Am I a David Foster Wallace bro? Very well, I'm a David Foster Wallace bro.", "lang": "en", "possibly_sensitive": false, "conversation_id": "733665146216779776", "source": "Twitter for iPhone", "in_reply_to_user_id": "398088661", "created_at": "2016-05-20T14:27:40.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 1, "like_count": 2, "quote_count": 0}}, {"id": "694224894805032964", "reply_settings": "everyone", "entities": {"annotations": [{"start": 0, "end": 19, "probability": 0.9365, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 80, "end": 89, "username": "Bro_Pair", "id": "56309136"}], "urls": [{"start": 90, "end": 113, "url": "https://t.co/hxGFGY6D3Z", "expanded_url": "http://www.cosmoetica.com/b326-des266.htm", "display_url": "cosmoetica.com/b326-des266.htm"}]}, "author_id": "605556917", "text": "David Foster Wallace sucks and this is a great review of interminable jest, via @Bro_Pair https://t.co/hxGFGY6D3Z", "lang": "en", "possibly_sensitive": false, "conversation_id": "694224894805032964", "source": "TweetDeck", "created_at": "2016-02-01T18:24:47.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 0, "like_count": 6, "quote_count": 0}}, {"id": "686753187727044609", "reply_settings": "everyone", "entities": {"annotations": [{"start": 23, "end": 42, "probability": 0.9363, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "author_id": "56993835", "text": "\"Bro stop being such a David Foster Wallace footnote\"", "lang": "en", "possibly_sensitive": false, "conversation_id": "686753187727044609", "source": "Twitter for iPhone", "created_at": "2016-01-12T03:34:53.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 1, "like_count": 2, "quote_count": 0}}, {"id": "644308060937265152", "reply_settings": "everyone", "entities": {"annotations": [{"start": 19, "end": 31, "probability": 0.9963, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 45, "end": 64, "probability": 0.9365, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 81, "end": 93, "probability": 0.9944, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 97, "end": 116, "probability": 0.915, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 13, "username": "MEPFuller", "id": "398088661"}]}, "referenced_tweets": [{"type": "retweeted", "id": "644307901830561793"}], "author_id": "61734492", "text": "RT @MEPFuller: Did Carly Fiorina just make a David Foster Wallace reference?\n\nIs Carly Fiorina a David Foster Wallace bro??", "lang": "en", "possibly_sensitive": false, "conversation_id": "644308060937265152", "source": "Twitter Web Client", "created_at": "2015-09-17T00:33:07.000Z", "public_metrics": {"retweet_count": 5, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "644307992901517312", "reply_settings": "everyone", "entities": {"annotations": [{"start": 19, "end": 31, "probability": 0.9963, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 45, "end": 64, "probability": 0.9365, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 81, "end": 93, "probability": 0.9944, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 97, "end": 116, "probability": 0.915, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 13, "username": "MEPFuller", "id": "398088661"}]}, "referenced_tweets": [{"type": "retweeted", "id": "644307901830561793"}], "author_id": "22330423", "text": "RT @MEPFuller: Did Carly Fiorina just make a David Foster Wallace reference?\n\nIs Carly Fiorina a David Foster Wallace bro??", "lang": "en", "possibly_sensitive": false, "conversation_id": "644307992901517312", "source": "Twitter for iPhone", "created_at": "2015-09-17T00:32:50.000Z", "public_metrics": {"retweet_count": 5, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "644307901830561793", "reply_settings": "everyone", "entities": {"annotations": [{"start": 4, "end": 16, "probability": 0.9955, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 30, "end": 49, "probability": 0.9285, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 66, "end": 78, "probability": 0.9941, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 82, "end": 101, "probability": 0.9103, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "author_id": "398088661", "text": "Did Carly Fiorina just make a David Foster Wallace reference?\n\nIs Carly Fiorina a David Foster Wallace bro??", "lang": "en", "possibly_sensitive": false, "conversation_id": "644307901830561793", "source": "Twitter for iPhone", "created_at": "2015-09-17T00:32:29.000Z", "public_metrics": {"retweet_count": 5, "reply_count": 0, "like_count": 11, "quote_count": 0}}, {"id": "632152536636608512", "reply_settings": "everyone", "entities": {"annotations": [{"start": 1, "end": 20, "probability": 0.9133, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 105, "end": 127, "url": "http://t.co/t4FqgmoyVz", "expanded_url": "http://pwne.ws/1fbCjQB", "display_url": "pwne.ws/1fbCjQB"}]}, "author_id": "19816859", "text": "\"David Foster Wallace was not a bro: Let\u2019s not paint the writer with the same brush as his fans\" | Salon http://t.co/t4FqgmoyVz", "lang": "en", "possibly_sensitive": false, "conversation_id": "632152536636608512", "source": "Hootsuite", "created_at": "2015-08-14T11:31:24.000Z", "public_metrics": {"retweet_count": 10, "reply_count": 0, "like_count": 19, "quote_count": 0}}, {"id": "631931489769390080", "reply_settings": "everyone", "entities": {"annotations": [{"start": 0, "end": 19, "probability": 0.9181, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 93, "end": 115, "url": "http://t.co/vZvwEien22", "expanded_url": "http://slnm.us/QwmAbPX", "display_url": "slnm.us/QwmAbPX"}]}, "author_id": "16955991", "text": "David Foster Wallace was *not* a bro: Don't paint the writer with the same brush as his fans http://t.co/vZvwEien22", "lang": "en", "possibly_sensitive": false, "conversation_id": "631931489769390080", "source": "SocialFlow", "created_at": "2015-08-13T20:53:02.000Z", "public_metrics": {"retweet_count": 10, "reply_count": 3, "like_count": 15, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631825542652784640"]}, "id": "631828145105162240", "reply_settings": "everyone", "entities": {"annotations": [{"start": 54, "end": 73, "probability": 0.9324, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 10, "username": "TheCut", "id": "19923638"}], "urls": [{"start": 76, "end": 98, "url": "http://t.co/3KfOlw2UR6", "expanded_url": "http://thecut.io/1Plvg4X", "display_url": "thecut.io/1Plvg4X"}, {"start": 99, "end": 121, "url": "http://t.co/xNI9tbF02p", "expanded_url": "https://twitter.com/TheCut/status/631825543202213889/photo/1", "display_url": "pic.twitter.com/xNI9tbF02p"}]}, "referenced_tweets": [{"type": "retweeted", "id": "631825543202213889"}], "author_id": "89805327", "text": "RT @TheCut: You probably know a bro who says he loves David Foster Wallace: http://t.co/3KfOlw2UR6 http://t.co/xNI9tbF02p", "lang": "en", "possibly_sensitive": false, "conversation_id": "631828145105162240", "source": "Twitter for iPhone", "created_at": "2015-08-13T14:02:23.000Z", "public_metrics": {"retweet_count": 7, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631825542652784640"]}, "id": "631825643441901568", "reply_settings": "everyone", "entities": {"annotations": [{"start": 54, "end": 73, "probability": 0.9324, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 10, "username": "TheCut", "id": "19923638"}], "urls": [{"start": 76, "end": 98, "url": "http://t.co/3KfOlw2UR6", "expanded_url": "http://thecut.io/1Plvg4X", "display_url": "thecut.io/1Plvg4X"}, {"start": 99, "end": 121, "url": "http://t.co/xNI9tbF02p", "expanded_url": "https://twitter.com/TheCut/status/631825543202213889/photo/1", "display_url": "pic.twitter.com/xNI9tbF02p"}]}, "referenced_tweets": [{"type": "retweeted", "id": "631825543202213889"}], "author_id": "1101966512", "text": "RT @TheCut: You probably know a bro who says he loves David Foster Wallace: http://t.co/3KfOlw2UR6 http://t.co/xNI9tbF02p", "lang": "en", "possibly_sensitive": false, "conversation_id": "631825643441901568", "source": "TweetDeck", "created_at": "2015-08-13T13:52:26.000Z", "public_metrics": {"retweet_count": 7, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631825542652784640"]}, "id": "631825543202213889", "reply_settings": "everyone", "entities": {"annotations": [{"start": 42, "end": 61, "probability": 0.9218, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 64, "end": 86, "url": "http://t.co/3KfOlw2UR6", "expanded_url": "http://thecut.io/1Plvg4X", "display_url": "thecut.io/1Plvg4X"}, {"start": 87, "end": 109, "url": "http://t.co/xNI9tbF02p", "expanded_url": "https://twitter.com/TheCut/status/631825543202213889/photo/1", "display_url": "pic.twitter.com/xNI9tbF02p"}]}, "author_id": "19923638", "text": "You probably know a bro who says he loves David Foster Wallace: http://t.co/3KfOlw2UR6 http://t.co/xNI9tbF02p", "lang": "en", "possibly_sensitive": false, "conversation_id": "631825543202213889", "source": "SocialFlow", "created_at": "2015-08-13T13:52:02.000Z", "public_metrics": {"retweet_count": 7, "reply_count": 0, "like_count": 5, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631820273633918976"]}, "id": "631820349290774528", "reply_settings": "everyone", "entities": {"annotations": [{"start": 33, "end": 52, "probability": 0.9404, "type": "Person", "normalized_text": "David Foster Wallace"}], "mentions": [{"start": 3, "end": 7, "username": "Awl", "id": "13566872"}], "urls": [{"start": 82, "end": 104, "url": "http://t.co/w5KOvJBcui", "expanded_url": "http://www.theawl.com/2015/08/the-bro-of-the-system", "display_url": "theawl.com/2015/08/the-br\u2026"}, {"start": 105, "end": 127, "url": "http://t.co/yBhOr3aPjy", "expanded_url": "https://twitter.com/Awl/status/631820274330136576/photo/1", "display_url": "pic.twitter.com/yBhOr3aPjy"}]}, "referenced_tweets": [{"type": "retweeted", "id": "631820274330136576"}], "author_id": "24512235", "text": "RT @Awl: All men are bad but are David Foster Wallace fans a special kind of bad? http://t.co/w5KOvJBcui http://t.co/yBhOr3aPjy", "lang": "en", "possibly_sensitive": false, "conversation_id": "631820349290774528", "source": "TweetDeck", "created_at": "2015-08-13T13:31:24.000Z", "public_metrics": {"retweet_count": 8, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "545020559248343040", "entities": {"hashtags": [{"start": 104, "end": 117, "tag": "BillandDaves"}], "annotations": [{"start": 12, "end": 16, "probability": 0.9019, "type": "Person", "normalized_text": "David"}, {"start": 47, "end": 66, "probability": 0.9475, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 118, "end": 140, "url": "http://t.co/gU84ybdk2C", "expanded_url": "http://billanddavescocktailhour.com/a-few-footnotes-on-david-foster-wallace-putting-me-on-his-syllabus/", "display_url": "billanddavescocktailhour.com/a-few-footnote\u2026"}]}, "reply_settings": "everyone", "author_id": "415297424", "text": "My blog bro David (@BDsCocktailHour) reacts to David Foster Wallace's teaching Gessner. With footnotes. #BillandDaves http://t.co/gU84ybdk2C", "lang": "en", "possibly_sensitive": false, "conversation_id": "545020559248343040", "source": "Twitter Web Client", "created_at": "2014-12-17T01:00:01.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "270661455727165442", "reply_settings": "everyone", "entities": {"annotations": [{"start": 0, "end": 7, "probability": 0.6927, "type": "Person", "normalized_text": "Ayn Rand"}, {"start": 48, "end": 67, "probability": 0.7967, "type": "Person", "normalized_text": "david foster wallace"}], "mentions": [{"start": 21, "end": 28, "username": "supsla", "id": "42003947"}]}, "author_id": "15022464", "text": "Ayn Rand too, bro RT @SUPSLA: of couuuuuuuuurse david foster wallace is quoted.", "lang": "en", "possibly_sensitive": false, "conversation_id": "270661455727165442", "source": "TweetDeck", "created_at": "2012-11-19T22:54:54.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 0, "like_count": 0, "quote_count": 0}}, {"id": "146330510422048768", "reply_settings": "everyone", "referenced_tweets": [{"type": "replied_to", "id": "146329543211368449"}], "entities": {"mentions": [{"start": 0, "end": 15, "username": "MelodicRecords", "id": "85877346"}], "urls": [{"start": 113, "end": 133, "url": "http://t.co/q0RUmv12", "expanded_url": "http://www.nytimes.com/2011/08/21/magazine/another-thing-to-sort-of-pin-on-david-foster-wallace.html?pagewanted=all", "display_url": "nytimes.com/2011/08/21/mag\u2026"}]}, "author_id": "15644695", "text": "@MelodicRecords chillax brother, we all gud. Put another blunt on the barbie 'n' go wid th' flo bro. Dude man... http://t.co/q0RUmv12", "lang": "en", "possibly_sensitive": false, "conversation_id": "146329543211368449", "source": "Twitter Web Client", "in_reply_to_user_id": "85877346", "created_at": "2011-12-12T20:48:07.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 1, "like_count": 0, "quote_count": 0}}], "includes": {"users": [{"name": "Josh Lowe", "pinned_tweet_id": "1408347187415769088", "username": "JeyyLowe", "public_metrics": {"followers_count": 6037, "following_count": 3689, "tweet_count": 64279, "listed_count": 129}, "url": "https://t.co/jbBZxEX5yD", "description": "Policy-focused content person. (Mostly) ex-journalist. Working on a thing launching soon. Prev: @Apoliticalco, @Newsweek, @Prospect_UK.", "protected": false, "created_at": "2011-07-26T10:41:54.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/jbBZxEX5yD", "expanded_url": "http://Joshlowe.co", "display_url": "Joshlowe.co"}]}, "description": {"mentions": [{"start": 96, "end": 109, "username": "Apoliticalco"}, {"start": 111, "end": 120, "username": "Newsweek"}, {"start": 122, "end": 134, "username": "Prospect_UK"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1295743634021781504/eijsM23R_normal.jpg", "location": "London, England", "id": "342644076"}, {"name": "TomKealy 1\ufe0f\u20e32\ufe0f\u20e34\ufe0f\u20e3\ud83d\udea2", "pinned_tweet_id": "1376481900454363136", "username": "TomKealy2", "public_metrics": {"followers_count": 1444, "following_count": 1237, "tweet_count": 62751, "listed_count": 18}, "url": "https://t.co/cDm2jXtQxy", "description": "Digital Writer. In Berlin. I write every day about culture, statistics, and how to live.", "protected": false, "created_at": "2009-10-16T21:36:07.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/cDm2jXtQxy", "expanded_url": "https://www.thomaskealy.com/", "display_url": "thomaskealy.com"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1364311191141629956/E4EqPFt8_normal.jpg", "location": "Berlin, Germany", "id": "82979289"}, {"name": "Aveek Bhattacharya", "pinned_tweet_id": "1415593120511795201", "username": "aveek18", "public_metrics": {"followers_count": 1402, "following_count": 2643, "tweet_count": 9639, "listed_count": 23}, "url": "https://t.co/RqcOqTeEFf", "description": "Chief Economist @SMFthinktank. Views are my own.", "protected": false, "created_at": "2012-03-15T22:35:15.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/RqcOqTeEFf", "expanded_url": "http://socialproblemsarelikemaths.wordpress.com/", "display_url": "\u2026ialproblemsarelikemaths.wordpress.com"}]}, "description": {"mentions": [{"start": 16, "end": 29, "username": "SMFthinktank"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/877636655976468482/o8tMtmYt_normal.jpg", "id": "525812389"}, {"name": "Michael Docherty", "pinned_tweet_id": "1430276131647787012", "username": "maybeavalon", "public_metrics": {"followers_count": 1697, "following_count": 1985, "tweet_count": 18937, "listed_count": 8}, "url": "", "description": "I write about and teach American literature and culture || incoming postdoc @uniinnsbruck || incoming co-editor @AtPost45 || rep @georginacapel", "protected": false, "created_at": "2010-01-26T01:13:55.000Z", "entities": {"description": {"mentions": [{"start": 76, "end": 89, "username": "uniinnsbruck"}, {"start": 112, "end": 121, "username": "AtPost45"}, {"start": 129, "end": 143, "username": "georginacapel"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1382733333927489536/lP42Z_Yo_normal.jpg", "id": "108463534"}, {"name": "Adam Davidson", "username": "adamdavidson", "public_metrics": {"followers_count": 118261, "following_count": 2061, "tweet_count": 8311, "listed_count": 2145}, "url": "https://t.co/B9rGp1ojyP", "description": "Author of The Passion Economy, buy: https://t.co/PJAC2bt7S3\n\nBuilding a course on how to thrive in The Passion Economy.", "protected": false, "created_at": "2008-07-29T00:34:43.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/B9rGp1ojyP", "expanded_url": "https://a73clj9rsp2.typeform.com/to/LV4xLdDq", "display_url": "a73clj9rsp2.typeform.com/to/LV4xLdDq"}]}, "description": {"urls": [{"start": 36, "end": 59, "url": "https://t.co/PJAC2bt7S3", "expanded_url": "http://passioneconomy.com", "display_url": "passioneconomy.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/793622420364165120/em1s6fZT_normal.jpg", "location": "Charlotte, VT", "id": "15639774"}, {"name": "Virginia Heffernan", "pinned_tweet_id": "1430623377908174853", "username": "page88", "public_metrics": {"followers_count": 150635, "following_count": 4020, "tweet_count": 51730, "listed_count": 2443}, "url": "https://t.co/zjDZ9hwkgx", "description": "Opinion @latimesopinion / Columnist @WIRED, @1843mag / upcoming far-out culture podcast THIS IS CRITICAL @Stitcher", "protected": false, "created_at": "2007-04-12T02:18:44.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/zjDZ9hwkgx", "expanded_url": "http://virginiaheffernan.substack.com", "display_url": "virginiaheffernan.substack.com"}]}, "description": {"mentions": [{"start": 8, "end": 23, "username": "latimesopinion"}, {"start": 36, "end": 42, "username": "WIRED"}, {"start": 44, "end": 52, "username": "1843mag"}, {"start": 105, "end": 114, "username": "Stitcher"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1353194645342330880/lHmxvHlP_normal.jpg", "location": "Bad Wildbad, Deutschland", "id": "4282171"}, {"name": "Laura Ingraham", "pinned_tweet_id": "918263404586045441", "username": "IngrahamAngle", "public_metrics": {"followers_count": 3774020, "following_count": 394, "tweet_count": 49041, "listed_count": 13495}, "url": "https://t.co/TTlV8zViMs", "description": "Mom, author, host, The Ingraham Angle, 10p ET @FoxNews. Retweets do not = Endorsements", "protected": false, "created_at": "2009-06-25T21:03:25.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/TTlV8zViMs", "expanded_url": "http://www.lauraingraham.com", "display_url": "lauraingraham.com"}]}, "description": {"mentions": [{"start": 46, "end": 54, "username": "FoxNews"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1431935079224274948/ljL68_Tk_normal.jpg", "location": "DC", "id": "50769180"}, {"name": "Goy Division/Jew Order", "pinned_tweet_id": "723318515613220864", "username": "ben_geier", "public_metrics": {"followers_count": 12884, "following_count": 2999, "tweet_count": 47906, "listed_count": 129}, "url": "", "description": "Journalist, writer, Brooklyn trash. We\u2019re all hypocrites, but you\u2019re a patriot. Married to my wife, dad to a baby.", "protected": false, "created_at": "2012-06-07T17:38:18.000Z", "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1182430150920691712/Yt8LKrXl_normal.jpg", "location": "Brooklyn, NY", "id": "602060212"}, {"name": "Chris DeVille", "username": "chrisdeville", "public_metrics": {"followers_count": 13396, "following_count": 986, "tweet_count": 23053, "listed_count": 263}, "url": "https://t.co/3jEZqP2it0", "description": "Senior Editor, Stereogum // chris at stereogum dot com", "protected": false, "created_at": "2009-03-08T14:49:07.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/3jEZqP2it0", "expanded_url": "http://www.stereogum.com", "display_url": "stereogum.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/378800000054104895/202f3a3d00921313b1da14a88b0733c9_normal.jpeg", "location": "Columbus", "id": "23314192"}, {"name": "David Grossman", "username": "davidgross_man", "public_metrics": {"followers_count": 13355, "following_count": 5272, "tweet_count": 76267, "listed_count": 106}, "url": "", "description": "journalist (true things)\nfiction writer (emotionally true things)", "protected": false, "created_at": "2011-01-11T21:14:37.000Z", "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1370596146/ash-28_normal.jpg", "location": "Brooklyn, NY", "id": "236999725"}, {"name": "Mara \u201cGet Rid of the Nazis\u201d Wilson", "pinned_tweet_id": "1346261311416532993", "username": "MaraWilson", "public_metrics": {"followers_count": 613187, "following_count": 6413, "tweet_count": 173932, "listed_count": 2795}, "url": "https://t.co/56W7HESHy8", "description": "On Instagram and Cameo more these days. For info or press please contact Heidi@positivejampr.com. Buy my book WHERE AM I NOW? https://t.co/olmpPDMQk3", "protected": false, "created_at": "2011-10-06T16:00:46.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/56W7HESHy8", "expanded_url": "http://mara.substack.com", "display_url": "mara.substack.com"}]}, "description": {"urls": [{"start": 126, "end": 149, "url": "https://t.co/olmpPDMQk3", "expanded_url": "http://bit.ly/1UhjbDf", "display_url": "bit.ly/1UhjbDf"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/3379635204/9ac0e9d772744fe2fe68e852ada4fb57_normal.jpeg", "location": "L.A., mostly", "id": "386056280"}, {"name": "Ben Goldfarb", "pinned_tweet_id": "1336347212205285380", "username": "ben_a_goldfarb", "public_metrics": {"followers_count": 8680, "following_count": 1968, "tweet_count": 12565, "listed_count": 248}, "url": "https://t.co/nbpqLWoe9a", "description": "Independent journalist on the #roadecology beat. Author of EAGER, an award-winning book about beaver belief: https://t.co/VDonQYzgnA", "protected": false, "created_at": "2011-08-31T12:57:37.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/nbpqLWoe9a", "expanded_url": "http://bengoldfarb.com/", "display_url": "bengoldfarb.com"}]}, "description": {"urls": [{"start": 109, "end": 132, "url": "https://t.co/VDonQYzgnA", "expanded_url": "http://goo.gl/DQA1Qn", "display_url": "goo.gl/DQA1Qn"}], "hashtags": [{"start": 30, "end": 42, "tag": "roadecology"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1339242927663370240/VoFRzC_X_normal.jpg", "location": "Spokane, WA", "id": "365438535"}, {"name": "3-hour Bond film anticipator", "pinned_tweet_id": "1387991000103092224", "username": "MilesKlee", "public_metrics": {"followers_count": 24726, "following_count": 4710, "tweet_count": 51294, "listed_count": 193}, "url": "https://t.co/cHBRAqU8ZO", "description": "my followers are of the highest quality", "protected": false, "created_at": "2012-01-10T19:27:50.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/cHBRAqU8ZO", "expanded_url": "https://melmagazine.com/en-us/story/author/miles-klee", "display_url": "melmagazine.com/en-us/story/au\u2026"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1431438934702116866/pnVXlmJ8_normal.jpg", "location": "LA", "id": "460444548"}, {"name": "Leah Rosenzweig", "pinned_tweet_id": "1387081234153709568", "username": "leahrosenz", "public_metrics": {"followers_count": 520, "following_count": 1236, "tweet_count": 3669, "listed_count": 9}, "url": "https://t.co/BXsT1p1vdy", "description": "writer, reporter, make believe historian \u2022 words in @slate  @genmag  @eater  @lithub  @catapult. extremely freckled lady \u2022 rosenzweig dot leah@gmail", "protected": false, "created_at": "2012-08-03T04:40:47.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/BXsT1p1vdy", "expanded_url": "http://leahrosenzweig.com", "display_url": "leahrosenzweig.com"}]}, "description": {"mentions": [{"start": 52, "end": 58, "username": "slate"}, {"start": 60, "end": 67, "username": "genmag"}, {"start": 69, "end": 75, "username": "eater"}, {"start": 77, "end": 84, "username": "lithub"}, {"start": 86, "end": 95, "username": "catapult"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1249778380054188044/uExVeBXI_normal.jpg", "location": "Brooklyn", "id": "734174508"}, {"name": "Adrienne Miller", "username": "adriennemiller", "public_metrics": {"followers_count": 207, "following_count": 95, "tweet_count": 30, "listed_count": 2}, "url": "https://t.co/yeOyRvn8Hl", "description": "Aesthetic despot. Constantinople suited me better.", "protected": false, "created_at": "2019-10-10T15:08:24.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/yeOyRvn8Hl", "expanded_url": "https://www.adriennemiller.com/", "display_url": "adriennemiller.com"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1192441640708911104/t0KJSpp0_normal.jpg", "location": "Manhattan, NY", "id": "1182311889277206529"}, {"name": "Matt Fuller", "username": "MEPFuller", "public_metrics": {"followers_count": 245890, "following_count": 4223, "tweet_count": 67299, "listed_count": 3466}, "url": "", "description": "Politics stuff at The Daily Beast. Take these tweets seriously but not literally.", "protected": false, "created_at": "2011-10-25T15:20:25.000Z", "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1372212210521542658/g83KiBSY_normal.jpg", "location": "Washington, D.C.", "id": "398088661"}, {"name": "Alexandria Ocasio-Cortez", "pinned_tweet_id": "1337406134089605123", "username": "AOC", "public_metrics": {"followers_count": 12767418, "following_count": 3378, "tweet_count": 12843, "listed_count": 24447}, "url": "https://t.co/1gpC8bdz39", "description": "US Representative,NY-14 (BX & Queens). In a modern, moral, & wealthy society, no American should be too poor to live. \ud83d\udcaf% People-Funded, no lobbyist\ud83d\udcb0. She/her.", "protected": false, "created_at": "2010-04-28T22:38:40.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/1gpC8bdz39", "expanded_url": "http://www.ocasiocortez.com", "display_url": "ocasiocortez.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/923274881197895680/AbHcStkl_normal.jpg", "location": "Bronx + Queens, NYC", "id": "138203134"}, {"name": "Nandini B.", "pinned_tweet_id": "596888917808316416", "username": "nandelabra", "public_metrics": {"followers_count": 7137, "following_count": 1033, "tweet_count": 298752, "listed_count": 108}, "url": "", "description": "writer for hire | bylines: Wired, TX Observer, Pacific Standard, Slate, The Week, Ebert Voices, Lit Hub, TNR, LARB et al. | she/her | PayPal: nganguli@gmail", "protected": false, "created_at": "2012-12-10T04:28:43.000Z", "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1300802944443576322/rq62G8QT_normal.jpg", "location": "Shithole known as TX", "id": "1000899020"}, {"name": "sarah kelly", "pinned_tweet_id": "1428434938353754113", "username": "thesarahkelly", "public_metrics": {"followers_count": 11772, "following_count": 2902, "tweet_count": 259994, "listed_count": 153}, "url": "https://t.co/mJv97A4ukN", "description": "Editor, mostly copy, @sinow. Diversity fellow, @APSE_sportmedia. Previously: @WaPoExpress, @SBNation, @theeagle, @KansanNews. Relax, I\u2019m from Lawrence.", "protected": false, "created_at": "2009-01-27T19:01:11.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/mJv97A4ukN", "expanded_url": "http://pubtbnl.com", "display_url": "pubtbnl.com"}]}, "description": {"mentions": [{"start": 21, "end": 27, "username": "sinow"}, {"start": 47, "end": 63, "username": "APSE_sportmedia"}, {"start": 77, "end": 89, "username": "WaPoExpress"}, {"start": 91, "end": 100, "username": "SBNation"}, {"start": 102, "end": 111, "username": "theeagle"}, {"start": 113, "end": 124, "username": "KansanNews"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1390325632169558022/oAt5qAvA_normal.jpg", "location": "District of Columbia", "id": "19608605"}, {"name": "Taylor Soule", "pinned_tweet_id": "1338168581792686080", "username": "TaylorOSoule", "public_metrics": {"followers_count": 5335, "following_count": 2959, "tweet_count": 63838, "listed_count": 80}, "url": "https://t.co/u9OLIHGeJg", "description": "Public Defender @WisconsinSPD. She/her. @IowaLawSchool and @DrakeUniversity alumna. MN-born/IA-grown. Formerly @ACLUKansas and @SCIOWA. Opinions are my own.", "protected": false, "created_at": "2011-04-02T02:54:27.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/u9OLIHGeJg", "expanded_url": "http://taylorsoule.com/", "display_url": "taylorsoule.com"}]}, "description": {"mentions": [{"start": 16, "end": 29, "username": "WisconsinSPD"}, {"start": 40, "end": 54, "username": "IowaLawSchool"}, {"start": 59, "end": 75, "username": "DrakeUniversity"}, {"start": 111, "end": 122, "username": "ACLUKansas"}, {"start": 127, "end": 134, "username": "SCIOWA"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1383231682333921280/cUZmINkZ_normal.jpg", "location": "Stevens Point, WI", "id": "275829938"}, {"name": "Saeed Jones", "pinned_tweet_id": "1427662514884644865", "username": "theferocity", "public_metrics": {"followers_count": 210907, "following_count": 868, "tweet_count": 222946, "listed_count": 1715}, "url": "https://t.co/qQcy4QMpnY", "description": "I\u2019m chaotic and always right. \u2728Next book: ALIVE AT THE END OF THE WORLD, Fall 2022. \u2728Previously: HOW WE FIGHT FOR OUR LIVES. Reps: @TuesdayAgency & @SheedyLit.", "protected": false, "created_at": "2008-07-29T18:39:26.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/qQcy4QMpnY", "expanded_url": "http://readsaeedjones.com", "display_url": "readsaeedjones.com"}]}, "description": {"mentions": [{"start": 131, "end": 145, "username": "TuesdayAgency"}, {"start": 148, "end": 158, "username": "SheedyLit"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1431728776916787203/UYJlS-Lp_normal.jpg", "location": "Columbus, OH", "id": "15649438"}, {"name": "Rebecca Makkai", "pinned_tweet_id": "1427989776850894853", "username": "rebeccamakkai", "public_metrics": {"followers_count": 35264, "following_count": 2968, "tweet_count": 24600, "listed_count": 398}, "url": "https://t.co/KuRhUDS3Ej", "description": "Pulitzer & Nat'l Book Award finalist, winner of ALA Carnegie Medal for THE GREAT BELIEVERS. Artistic Director at @storystudio. She/her. Daughter of a refugee.", "protected": false, "created_at": "2010-09-21T22:36:55.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/KuRhUDS3Ej", "expanded_url": "http://www.rebeccamakkai.com", "display_url": "rebeccamakkai.com"}]}, "description": {"mentions": [{"start": 113, "end": 125, "username": "storystudio"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1200639503112769536/4E9lQ4o6_normal.jpg", "location": "Chicago ", "id": "193477066"}, {"name": "Brendan james", "pinned_tweet_id": "1410031724613013505", "username": "deep_beige", "public_metrics": {"followers_count": 72119, "following_count": 2387, "tweet_count": 52069, "listed_count": 627}, "url": "https://t.co/43nJI3NwmR", "description": "Co-host and producer @Blowbackpod Soundtrack by The Great Vorelli, out now. bjames0928@gmail.com", "protected": false, "created_at": "2012-06-11T16:37:29.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/43nJI3NwmR", "expanded_url": "https://open.spotify.com/artist/6T2Z3aTfHhGUSVV98su64B?si=65t1FbjRSzmpQDSIgJm5Vw&dl_branch=1", "display_url": "open.spotify.com/artist/6T2Z3aT\u2026"}]}, "description": {"mentions": [{"start": 21, "end": 33, "username": "Blowbackpod"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1407064938686861327/IwJ72NiG_normal.jpg", "location": "Joe Don Baker Museum", "id": "605556917"}, {"name": "Dan O'Sullivan (\ud83d\udc7b NOW *LIVE* ON GHOST \ud83d\udc7b )", "pinned_tweet_id": "1382405875357261828", "username": "Bro_Pair", "public_metrics": {"followers_count": 53694, "following_count": 1867, "tweet_count": 3581, "listed_count": 854}, "url": "https://t.co/LCpcz4m9gb", "description": "\"...All cats are wicked, though often useful. Who has not seen Satan in their sly faces?\"\n\nSUBSCRIBE TO MY @GHOST NEWSLETTER! https://t.co/aBXZ1krlUh", "protected": false, "created_at": "2009-07-13T06:45:31.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/LCpcz4m9gb", "expanded_url": "https://www.sullyville.io/", "display_url": "sullyville.io"}]}, "description": {"urls": [{"start": 126, "end": 149, "url": "https://t.co/aBXZ1krlUh", "expanded_url": "https://tinyurl.com/b76bkcuk", "display_url": "tinyurl.com/b76bkcuk"}], "mentions": [{"start": 107, "end": 113, "username": "GHOST"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1016788665027125248/7pVvkIYW_normal.jpg", "location": "d.q.osullivan@gmail.com", "id": "56309136"}, {"name": "Mary Dooe", "pinned_tweet_id": "613546634006368256", "username": "Dooezer", "public_metrics": {"followers_count": 4397, "following_count": 1063, "tweet_count": 45850, "listed_count": 148}, "url": "", "description": "podcast creator. MBA. quite contrary. founder of Dooe Diligence Media. past work @marketplace @wbur @nprwest @wgbh @harvardbiz @iheartradio. https://t.co/514RH9nvyk", "protected": false, "created_at": "2009-07-15T11:42:30.000Z", "entities": {"description": {"urls": [{"start": 141, "end": 164, "url": "https://t.co/514RH9nvyk", "expanded_url": "http://marydooe.com", "display_url": "marydooe.com"}], "mentions": [{"start": 81, "end": 93, "username": "marketplace"}, {"start": 94, "end": 99, "username": "wbur"}, {"start": 100, "end": 108, "username": "nprwest"}, {"start": 109, "end": 114, "username": "wgbh"}, {"start": 115, "end": 126, "username": "harvardbiz"}, {"start": 127, "end": 139, "username": "iheartradio"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1335449532084137986/SbMbv2ZT_normal.jpg", "location": "East Coast", "id": "56993835"}, {"name": "David Fahrenthold", "username": "Fahrenthold", "public_metrics": {"followers_count": 839253, "following_count": 5572, "tweet_count": 52632, "listed_count": 9472}, "url": "https://t.co/fJMCeIYylK", "description": "Washington Post reporter, covering former President Trump's businesses. MSNBC contributor. If you don't want it printed, don't let it happen.", "protected": false, "created_at": "2009-07-31T09:29:37.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/fJMCeIYylK", "expanded_url": "http://www.washingtonpost.com", "display_url": "washingtonpost.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1021824606087331841/_gPQBRax_normal.jpg", "location": "Washington, DC", "id": "61734492"}, {"name": "Colin Curtis", "username": "ColinACurtis", "public_metrics": {"followers_count": 7441, "following_count": 861, "tweet_count": 67626, "listed_count": 220}, "url": "https://t.co/q8x9QutSUm", "description": "Dem campaigner | @TrainDems trainer | Dotte / Kansan | BBQ enthusiast | Royals & Chiefs fan | Mostly tweeting about politics & video games.", "protected": false, "created_at": "2009-03-01T04:12:01.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/q8x9QutSUm", "expanded_url": "https://www.twitch.tv/adg913", "display_url": "twitch.tv/adg913"}]}, "description": {"mentions": [{"start": 17, "end": 27, "username": "TrainDems"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1361029372405313541/SyYrPJzP_normal.jpg", "location": "Washington, DC", "id": "22330423"}, {"name": "Publishers Weekly", "username": "PublishersWkly", "public_metrics": {"followers_count": 801109, "following_count": 604, "tweet_count": 79258, "listed_count": 11663}, "url": "http://t.co/qODygkG2sd", "description": "The international source for book publishing and bookselling news, reviews, and information.", "protected": false, "created_at": "2009-01-31T14:38:55.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/qODygkG2sd", "expanded_url": "http://www.publishersweekly.com/", "display_url": "publishersweekly.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/472046796202459136/7aCV2gq3_normal.jpeg", "location": "New York City", "id": "19816859"}, {"name": "Salon", "pinned_tweet_id": "1430902855540617216", "username": "Salon", "public_metrics": {"followers_count": 966367, "following_count": 5864, "tweet_count": 235971, "listed_count": 14717}, "url": "https://t.co/Ki3WQi67fP", "description": "The original online source for news, politics and entertainment. \nFind us on Instagram & TikTok: salonofficial", "protected": false, "created_at": "2008-10-24T20:13:31.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Ki3WQi67fP", "expanded_url": "https://www.salon.com/about/ways_to_get_salon", "display_url": "salon.com/about/ways_to_\u2026"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/793144947444707328/obBB1x2a_normal.jpg", "id": "16955991"}, {"name": "Gwen Flamberg", "username": "Gwen_UsBeauty", "public_metrics": {"followers_count": 36131, "following_count": 2137, "tweet_count": 71787, "listed_count": 474}, "url": "https://t.co/Zz45dZzxqJ", "description": "Beauty, style and lifestyle influencer. Red Carpet beauty and style expert and makeup addict. Tweets are my own.", "protected": false, "created_at": "2009-11-13T22:07:38.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Zz45dZzxqJ", "expanded_url": "http://www.usmagazine.com/stylebeauty/beauty-trendwatch", "display_url": "usmagazine.com/stylebeauty/be\u2026"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/525378071/gwen_normal.jpg", "location": "Everywhere it's beautiful", "id": "89805327"}, {"name": "The Cut", "pinned_tweet_id": "1432312348791001103", "username": "TheCut", "public_metrics": {"followers_count": 1415462, "following_count": 4314, "tweet_count": 211396, "listed_count": 10243}, "url": "https://t.co/LXYpRGXBZm", "description": "Style. Self. Culture. Power.\nFind us on Instagram: @TheCut\nSubscribe to New York for more: https://t.co/1OtjTJftYM", "protected": false, "created_at": "2009-02-02T19:13:01.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/LXYpRGXBZm", "expanded_url": "https://thecut.com", "display_url": "thecut.com"}]}, "description": {"urls": [{"start": 91, "end": 114, "url": "https://t.co/1OtjTJftYM", "expanded_url": "http://nymag.com/subscribe", "display_url": "nymag.com/subscribe"}], "mentions": [{"start": 51, "end": 58, "username": "TheCut"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/899259308445020161/OL2Y5xmv_normal.jpg", "location": "New York, NY", "id": "19923638"}, {"name": "Ian Harrison", "username": "Blumsteinboy", "public_metrics": {"followers_count": 1636, "following_count": 1387, "tweet_count": 15998, "listed_count": 52}, "url": "", "description": "Writer and editor, Concordia University. Formerly Eater Montreal. Decolonize it all. \ud83c\uddec\ud83c\uddfe", "protected": false, "created_at": "2013-01-18T20:40:41.000Z", "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/934550443723771904/3rjskH7W_normal.jpg", "location": "Tiohti\u00e0:ke/Montr\u00e9al", "id": "1101966512"}, {"name": "Sam Schlinkert", "username": "sts10", "public_metrics": {"followers_count": 4103, "following_count": 1223, "tweet_count": 24551, "listed_count": 146}, "url": "https://t.co/HhncL5V75m", "description": "Social producer at @CNN. Sometimes programmer. Contact: https://t.co/ZYtr5TIeYE", "protected": false, "created_at": "2009-03-15T11:34:04.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/HhncL5V75m", "expanded_url": "https://www.samschlinkert.com", "display_url": "samschlinkert.com"}]}, "description": {"urls": [{"start": 56, "end": 79, "url": "https://t.co/ZYtr5TIeYE", "expanded_url": "https://gist.github.com/sts10/4a4e01021b3a5ad42e9b73e0abd7b7e3", "display_url": "gist.github.com/sts10/4a4e0102\u2026"}], "mentions": [{"start": 19, "end": 23, "username": "CNN"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/698574801842126849/Zm-Vsr3u_normal.png", "location": "New York, NY", "id": "24512235"}, {"name": "The Awl", "username": "Awl", "public_metrics": {"followers_count": 56824, "following_count": 1944, "tweet_count": 45794, "listed_count": 1954}, "url": "http://t.co/5bh7hNB2ag", "description": "Be less stupid.", "protected": false, "created_at": "2008-02-16T22:47:05.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 22, "url": "http://t.co/5bh7hNB2ag", "expanded_url": "http://www.TheAwl.com", "display_url": "TheAwl.com"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/590954473008148480/pJH9BapJ_normal.png", "location": "New York City", "id": "13566872"}, {"name": "Bill Roorbach", "pinned_tweet_id": "1224330489793863687", "username": "billroorbach", "public_metrics": {"followers_count": 3094, "following_count": 1234, "tweet_count": 11198, "listed_count": 78}, "url": "https://t.co/Rchi3d2r2h", "description": "I'm a good writer with bad habits. Next novel is LUCKY TURTLE. Last three were THE GIRL OF THE LAKE,THE REMEDY FOR LOVE and LIFE AMONG GIANTS, all Algonquin Bks", "protected": false, "created_at": "2011-11-18T04:44:11.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/Rchi3d2r2h", "expanded_url": "http://billanddavescocktailhour.com/", "display_url": "billanddavescocktailhour.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/2507562193/9g6zj946bsc6xkeeon1m_normal.jpeg", "location": "Western Maine, USA", "id": "415297424"}, {"name": "Stephanie M. Lee", "pinned_tweet_id": "1428790134577647618", "username": "stephaniemlee", "public_metrics": {"followers_count": 21503, "following_count": 1931, "tweet_count": 18099, "listed_count": 901}, "url": "https://t.co/G5wTIiUozJ", "description": "Science reporter, BuzzFeed News / stephanie.lee@buzzfeed.com / open DMs and on Signal (ask)", "protected": false, "created_at": "2008-06-05T19:46:53.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/G5wTIiUozJ", "expanded_url": "http://stephaniemlee.com", "display_url": "stephaniemlee.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/1386501307851173888/Z_2TSxCS_normal.jpg", "location": "San Francisco", "id": "15022464"}, {"name": "in these unprecedented times", "username": "supsla", "public_metrics": {"followers_count": 255, "following_count": 280, "tweet_count": 8277, "listed_count": 10}, "url": "", "description": "", "protected": false, "created_at": "2009-05-23T09:46:59.000Z", "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1247229770938507264/Fbewmhbn_normal.jpg", "id": "42003947"}, {"name": "Drowned in Sound \u2693\ufe0f", "pinned_tweet_id": "1343288861246558208", "username": "DrownedinSound", "public_metrics": {"followers_count": 101066, "following_count": 1832, "tweet_count": 35292, "listed_count": 2723}, "url": "https://t.co/JzYUcrN524", "description": "Opinions On Music Since October 2000. An online community", "protected": false, "created_at": "2008-07-29T11:04:18.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/JzYUcrN524", "expanded_url": "http://drownedinsound.com", "display_url": "drownedinsound.com"}]}}, "verified": true, "profile_image_url": "https://pbs.twimg.com/profile_images/826686320881840128/Pgs_4vPo_normal.jpg", "location": "London", "id": "15644695"}, {"name": "Melodic Records", "pinned_tweet_id": "1402551531593949184", "username": "MelodicRecords", "public_metrics": {"followers_count": 3606, "following_count": 2937, "tweet_count": 8044, "listed_count": 100}, "url": "https://t.co/SYPGAgoTCz", "description": "Independent Record Label - https://t.co/FxPLZYOQkn\nCheck out @MelodicEULabels for European Distribution, Press and Label Services.", "protected": false, "created_at": "2009-10-28T18:23:46.000Z", "entities": {"url": {"urls": [{"start": 0, "end": 23, "url": "https://t.co/SYPGAgoTCz", "expanded_url": "http://www.melodic.co.uk", "display_url": "melodic.co.uk"}]}, "description": {"urls": [{"start": 27, "end": 50, "url": "https://t.co/FxPLZYOQkn", "expanded_url": "http://melodic.co.uk", "display_url": "melodic.co.uk"}], "mentions": [{"start": 61, "end": 77, "username": "MelodicEULabels"}]}}, "verified": false, "profile_image_url": "https://pbs.twimg.com/profile_images/1771025053/melologosmall_copy_normal.jpg", "location": "Manchester UK", "id": "85877346"}], "tweets": [{"id": "1412360683237355524", "reply_settings": "everyone", "referenced_tweets": [{"type": "replied_to", "id": "1412356440824729601"}], "entities": {"mentions": [{"start": 0, "end": 9, "username": "JeyyLowe", "id": "342644076"}, {"start": 10, "end": 18, "username": "aveek18", "id": "525812389"}, {"start": 19, "end": 31, "username": "maybeavalon", "id": "108463534"}]}, "author_id": "82979289", "text": "@JeyyLowe @aveek18 @maybeavalon Oh I find his books terrible: good sentences, but bad paragraphs, thin characters, no story.", "lang": "en", "possibly_sensitive": false, "conversation_id": "1412043478301880331", "source": "Twitter for Android", "in_reply_to_user_id": "342644076", "created_at": "2021-07-06T10:40:01.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 1, "like_count": 0, "quote_count": 0}}, {"context_annotations": [{"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1053753085489606656", "name": "Laura Ingraham", "description": "Laura Ingraham"}}, {"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1070711281076715520", "name": "Virginia Heffernan", "description": "American journalist"}}, {"domain": {"id": "46", "name": "Brand Category", "description": "Categories within Brand Verticals that narrow down the scope of Brands"}, "entity": {"id": "781974596752842752", "name": "Services"}}, {"domain": {"id": "47", "name": "Brand", "description": "Brands and Companies"}, "entity": {"id": "10045225402", "name": "Twitter"}}, {"domain": {"id": "71", "name": "Video Game", "description": "A video game like Overwatch"}, "entity": {"id": "988835124224536576", "name": "The Elder Scrolls", "description": "This entity includes all conversation about the franchise, as well as any individual installments in the series, if applicable.\t\t\t"}}, {"domain": {"id": "94", "name": "Journalist", "description": "A journalist like 'Anderson Cooper'"}, "entity": {"id": "1053753085489606656", "name": "Laura Ingraham", "description": "Laura Ingraham"}}, {"domain": {"id": "94", "name": "Journalist", "description": "A journalist like 'Anderson Cooper'"}, "entity": {"id": "1070711281076715520", "name": "Virginia Heffernan", "description": "American journalist"}}], "id": "1408819214744489985", "reply_settings": "everyone", "entities": {"annotations": [{"start": 117, "end": 123, "probability": 0.4819, "type": "Product", "normalized_text": "Twitter"}], "mentions": [{"start": 0, "end": 13, "username": "adamdavidson", "id": "15639774"}, {"start": 19, "end": 33, "username": "IngrahamAngle", "id": "50769180"}]}, "referenced_tweets": [{"type": "replied_to", "id": "1408817664584208387"}], "author_id": "4282171", "text": "@adamdavidson IIRC @IngrahamAngle did this with \u201cgood fences make good neighbors\u201d to defend The Wall and as pedantic Twitter would have it was shamed briefly into oblivion", "lang": "en", "possibly_sensitive": false, "conversation_id": "1408773437431091202", "source": "Twitter for iPhone", "in_reply_to_user_id": "4282171", "created_at": "2021-06-26T16:07:30.000Z", "public_metrics": {"retweet_count": 0, "reply_count": 3, "like_count": 7, "quote_count": 0}}, {"id": "1313523086424186881", "reply_settings": "everyone", "entities": {"annotations": [{"start": 216, "end": 235, "probability": 0.9361, "type": "Person", "normalized_text": "david foster wallace"}, {"start": 241, "end": 249, "probability": 0.6625, "type": "Person", "normalized_text": "hemingway"}], "urls": [{"start": 269, "end": 292, "url": "https://t.co/QsvsVxBY15", "expanded_url": "https://twitter.com/ebruenig/status/1313522459899985922", "display_url": "twitter.com/ebruenig/statu\u2026"}]}, "author_id": "602060212", "text": "the guy who publicly makes a display of how much feminist literature he reads and waxes on how important bookshelf representation is at least 50% more likely to be a sexpest than the bro who just likes to vibe about david foster wallace and hemingway. this is science. https://t.co/QsvsVxBY15", "lang": "en", "possibly_sensitive": false, "conversation_id": "1313523086424186881", "source": "Twitter Web App", "created_at": "2020-10-06T16:54:42.000Z", "public_metrics": {"retweet_count": 13, "reply_count": 2, "like_count": 97, "quote_count": 1}}, {"id": "1297936487909130240", "reply_settings": "everyone", "entities": {"annotations": [{"start": 0, "end": 19, "probability": 0.7756, "type": "Person", "normalized_text": "david foster wallace"}]}, "author_id": "236999725", "text": "david foster wallace bro conversation again? i feel like by this point in the discourse i need footnotes! (just a little \"insider\" dfw humor for ya)", "lang": "en", "possibly_sensitive": false, "conversation_id": "1297936487909130240", "source": "Twitter Web App", "created_at": "2020-08-24T16:39:07.000Z", "public_metrics": {"retweet_count": 23, "reply_count": 4, "like_count": 409, "quote_count": 1}}, {"context_annotations": [{"domain": {"id": "65", "name": "Interests and Hobbies Vertical", "description": "Top level interests and hobbies groupings, like Food or Travel"}, "entity": {"id": "834828264786898945", "name": "Drinks", "description": "Drinks"}}, {"domain": {"id": "66", "name": "Interests and Hobbies Category", "description": "A grouping of interests and hobbies entities, like Novelty Food or Destinations"}, "entity": {"id": "834828445238431744", "name": "Generic Drinks", "description": "Generic Drinks"}}, {"domain": {"id": "67", "name": "Interests and Hobbies", "description": "Interests, opinions, and behaviors of individuals, groups, or cultures; like Speciality Cooking or Theme Parks"}, "entity": {"id": "850401418141761536", "name": "Whiskey", "description": "Whiskey"}}, {"domain": {"id": "85", "name": "Book Genre", "description": "A genre for books, like Fiction"}, "entity": {"id": "874731263185141761", "name": "Non-fiction", "description": "Non-Fiction"}}], "id": "1296458752657326081", "reply_settings": "everyone", "entities": {"annotations": [{"start": 213, "end": 220, "probability": 0.8283, "type": "Person", "normalized_text": "Faulkner"}], "urls": [{"start": 228, "end": 251, "url": "https://t.co/KTYy7PpHGg", "expanded_url": "https://twitter.com/DavidQuammen/status/1295876938246926336", "display_url": "twitter.com/DavidQuammen/s\u2026"}]}, "referenced_tweets": [{"type": "quoted", "id": "1295876938246926336"}], "author_id": "365438535", "text": "Would be interested to hear other writers of primarily nonfiction weigh in on this question: What novelists do you not only admire, but *consciously derive inspiration from*, structural or otherwise? Quammen says Faulkner. You? https://t.co/KTYy7PpHGg", "lang": "en", "possibly_sensitive": false, "conversation_id": "1296458752657326081", "source": "Twitter Web App", "created_at": "2020-08-20T14:47:08.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 19, "like_count": 28, "quote_count": 1}}, {"context_annotations": [{"domain": {"id": "10", "name": "Person", "description": "Named people in the world like Nelson Mandela"}, "entity": {"id": "1011963575089262593", "name": "Alexandria Ocasio-Cortez", "description": "US Representative from New York Alexandria Ocasio-Cortez"}}, {"domain": {"id": "35", "name": "Politician", "description": "Politicians in the world, like Joe Biden"}, "entity": {"id": "1011963575089262593", "name": "Alexandria Ocasio-Cortez", "description": "US Representative from New York Alexandria Ocasio-Cortez"}}, {"domain": {"id": "65", "name": "Interests and Hobbies Vertical", "description": "Top level interests and hobbies groupings, like Food or Travel"}, "entity": {"id": "825047692124442624", "name": "Food", "description": "Food"}}, {"domain": {"id": "30", "name": "Entities [Entity Service]", "description": "Entity Service top level domain, every item that is in Entity Service should be in this domain"}, "entity": {"id": "824777229892661248", "name": "Generic Food", "description": "Generic Food"}}, {"domain": {"id": "30", "name": "Entities [Entity Service]", "description": "Entity Service top level domain, every item that is in Entity Service should be in this domain"}, "entity": {"id": "825065539378688000", "name": "Seafood", "description": "Seafood"}}], "id": "1075614808853110785", "reply_settings": "everyone", "entities": {"annotations": [{"start": 18, "end": 33, "probability": 0.5642, "type": "Other", "normalized_text": "Hope in the Dark"}, {"start": 36, "end": 42, "probability": 0.5373, "type": "Person", "normalized_text": "Solnit"}, {"start": 100, "end": 107, "probability": 0.7767, "type": "Person", "normalized_text": "Thurman"}, {"start": 146, "end": 156, "probability": 0.6957, "type": "Person", "normalized_text": "Audre Lorde"}, {"start": 218, "end": 232, "probability": 0.3879, "type": "Person", "normalized_text": "Garc\u00eda M\u00e1rquez"}], "urls": [{"start": 281, "end": 304, "url": "https://t.co/NS3C4X5dgB", "expanded_url": "https://twitter.com/OneGrandBooks/status/1075124997432270848", "display_url": "twitter.com/OneGrandBooks/\u2026"}]}, "referenced_tweets": [{"type": "quoted", "id": "1075124997432270848"}], "author_id": "138203134", "text": "A few classics:\n- Hope in the Dark, Solnit\n- Why We Can\u2019t Wait, MLK\n- The Search for Common Ground, Thurman\n- Team of Rivals, Goodwin\n- Col Poems,Audre Lorde\n- Bhagavad Gita\n- Capital, Piketty\n- 100 Years of Solitude, Garc\u00eda M\u00e1rquez\n- Infinite Jest / Consider the Lobster, Wallace https://t.co/NS3C4X5dgB", "lang": "en", "possibly_sensitive": false, "conversation_id": "1075614808853110785", "source": "Twitter for iPhone", "created_at": "2018-12-20T04:52:09.000Z", "public_metrics": {"retweet_count": 1613, "reply_count": 741, "like_count": 14020, "quote_count": 369}}, {"id": "898243199722016768", "reply_settings": "everyone", "entities": {"annotations": [{"start": 31, "end": 50, "probability": 0.9482, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "author_id": "275829938", "text": "UPDATE: I met a \"Have you read David Foster Wallace?\" bro at law school. It only took four days, fam. FOUR.", "lang": "en", "possibly_sensitive": false, "conversation_id": "898243199722016768", "source": "Twitter Web Client", "created_at": "2017-08-17T18:00:42.000Z", "public_metrics": {"retweet_count": 1, "reply_count": 2, "like_count": 12, "quote_count": 0}}, {"id": "733665146216779776", "reply_settings": "everyone", "entities": {"annotations": [{"start": 56, "end": 75, "probability": 0.9568, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 80, "end": 92, "probability": 0.7492, "type": "Other", "normalized_text": "This is Water"}], "mentions": [{"start": 27, "end": 31, "username": "srl", "id": "764476890"}], "urls": [{"start": 117, "end": 140, "url": "https://t.co/oQBSGEWsG9", "expanded_url": "http://m.huffpost.com/us/entry/david-foster-wallace-this-is-water_us_573e1182e4b0aee7b8e962d0", "display_url": "m.huffpost.com/us/entry/david\u2026"}]}, "author_id": "398088661", "text": "Been waiting to tweet this @srl story for 16 hours. How David Foster Wallace's \"This is Water\" almost didn't happen. https://t.co/oQBSGEWsG9", "lang": "en", "possibly_sensitive": false, "conversation_id": "733665146216779776", "source": "Twitter for iPhone", "created_at": "2016-05-20T14:26:16.000Z", "public_metrics": {"retweet_count": 2, "reply_count": 2, "like_count": 13, "quote_count": 0}}, {"id": "644307901830561793", "reply_settings": "everyone", "entities": {"annotations": [{"start": 4, "end": 16, "probability": 0.9955, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 30, "end": 49, "probability": 0.9285, "type": "Person", "normalized_text": "David Foster Wallace"}, {"start": 66, "end": 78, "probability": 0.9941, "type": "Person", "normalized_text": "Carly Fiorina"}, {"start": 82, "end": 101, "probability": 0.9103, "type": "Person", "normalized_text": "David Foster Wallace"}]}, "author_id": "398088661", "text": "Did Carly Fiorina just make a David Foster Wallace reference?\n\nIs Carly Fiorina a David Foster Wallace bro??", "lang": "en", "possibly_sensitive": false, "conversation_id": "644307901830561793", "source": "Twitter for iPhone", "created_at": "2015-09-17T00:32:29.000Z", "public_metrics": {"retweet_count": 5, "reply_count": 0, "like_count": 11, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631825542652784640"]}, "id": "631825543202213889", "reply_settings": "everyone", "entities": {"annotations": [{"start": 42, "end": 61, "probability": 0.9218, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 64, "end": 86, "url": "http://t.co/3KfOlw2UR6", "expanded_url": "http://thecut.io/1Plvg4X", "display_url": "thecut.io/1Plvg4X"}, {"start": 87, "end": 109, "url": "http://t.co/xNI9tbF02p", "expanded_url": "https://twitter.com/TheCut/status/631825543202213889/photo/1", "display_url": "pic.twitter.com/xNI9tbF02p"}]}, "author_id": "19923638", "text": "You probably know a bro who says he loves David Foster Wallace: http://t.co/3KfOlw2UR6 http://t.co/xNI9tbF02p", "lang": "en", "possibly_sensitive": false, "conversation_id": "631825543202213889", "source": "SocialFlow", "created_at": "2015-08-13T13:52:02.000Z", "public_metrics": {"retweet_count": 7, "reply_count": 0, "like_count": 5, "quote_count": 0}}, {"attachments": {"media_keys": ["3_631820273633918976"]}, "id": "631820274330136576", "reply_settings": "everyone", "entities": {"annotations": [{"start": 24, "end": 43, "probability": 0.931, "type": "Person", "normalized_text": "David Foster Wallace"}], "urls": [{"start": 73, "end": 95, "url": "http://t.co/w5KOvJBcui", "expanded_url": "http://www.theawl.com/2015/08/the-bro-of-the-system", "display_url": "theawl.com/2015/08/the-br\u2026"}, {"start": 96, "end": 118, "url": "http://t.co/yBhOr3aPjy", "expanded_url": "https://twitter.com/Awl/status/631820274330136576/photo/1", "display_url": "pic.twitter.com/yBhOr3aPjy"}]}, "author_id": "13566872", "text": "All men are bad but are David Foster Wallace fans a special kind of bad? http://t.co/w5KOvJBcui http://t.co/yBhOr3aPjy", "lang": "en", "possibly_sensitive": false, "conversation_id": "631820274330136576", "source": "CoSchedule", "created_at": "2015-08-13T13:31:06.000Z", "public_metrics": {"retweet_count": 8, "reply_count": 3, "like_count": 27, "quote_count": 0}}, {"id": "146329543211368449", "reply_settings": "everyone", "author_id": "85877346", "text": "British bloggers should stop using usa style descriptive words like 'stoked' and 'dope' and use 'delightful' and' spiffing instead?Discuss?'", "lang": "en", "possibly_sensitive": false, "conversation_id": "146329543211368449", "source": "Twitter for BlackBerry\u00ae", "created_at": "2011-12-12T20:44:16.000Z", "public_metrics": {"retweet_count": 2, "reply_count": 4, "like_count": 0, "quote_count": 0}}], "media": [{"media_key": "3_631825542652784640", "width": 600, "type": "photo", "height": 400, "url": "https://pbs.twimg.com/media/CMSx-8XWcAAnkK-.jpg"}, {"media_key": "3_631820273633918976", "width": 278, "type": "photo", "height": 235, "url": "https://pbs.twimg.com/media/CMStMPvXAAA5a1J.jpg"}]}, "__twarc": {"url": "https://api.twitter.com/2/tweets?expansions=author_id%2Cin_reply_to_user_id%2Creferenced_tweets.id%2Creferenced_tweets.id.author_id%2Centities.mentions.username%2Cattachments.poll_ids%2Cattachments.media_keys%2Cgeo.place_id&user.fields=created_at%2Cdescription%2Centities%2Cid%2Clocation%2Cname%2Cpinned_tweet_id%2Cprofile_image_url%2Cprotected%2Cpublic_metrics%2Curl%2Cusername%2Cverified%2Cwithheld&tweet.fields=attachments%2Cauthor_id%2Ccontext_annotations%2Cconversation_id%2Ccreated_at%2Centities%2Cgeo%2Cid%2Cin_reply_to_user_id%2Clang%2Cpublic_metrics%2Ctext%2Cpossibly_sensitive%2Creferenced_tweets%2Creply_settings%2Csource%2Cwithheld&media.fields=alt_text%2Cduration_ms%2Cheight%2Cmedia_key%2Cpreview_image_url%2Ctype%2Curl%2Cwidth%2Cpublic_metrics&poll.fields=duration_minutes%2Cend_datetime%2Cid%2Coptions%2Cvoting_status&place.fields=contained_within%2Ccountry%2Ccountry_code%2Cfull_name%2Cgeo%2Cid%2Cname%2Cplace_type&ids=1412360883582418945%2C1408833479304003589%2C1313590839977947136%2C1313523086424186881%2C1298060678432010240%2C1297973554986639360%2C1296466668898717696%2C1259920233600479233%2C1075778924280471553%2C995487617549512704%2C898246334804787202%2C844552567522820096%2C760889024403873792%2C733665498148294657%2C694224894805032964%2C686753187727044609%2C644308060937265152%2C644307992901517312%2C644307901830561793%2C632152536636608512%2C631931489769390080%2C631828145105162240%2C631825643441901568%2C631825543202213889%2C631820349290774528%2C545020559248343040%2C270661455727165442%2C146330510422048768", "version": "2.4.3", "retrieved_at": "2021-08-30T21:22:13+00:00"}}

Deleted Tweets & The Right To Be Forgotten#

What happens if someone decides to delete their tweet between the time when the tweet is first collected and the time when the tweet is “hydrated”? The deleted tweet will not be hydrated. The deleted tweet is no longer be accessible.

Where to Find Tweet IDs#

You can find repositories of tweet IDs that have been shared by other researchers in the following places: