diff --git a/Makefile b/Makefile index a5d7b35..baa10d1 100644 --- a/Makefile +++ b/Makefile @@ -71,3 +71,4 @@ update-mocks: twscrape user_tweets --raw --limit 10 2244994945 | jq > ./tests/mocked-data/user_tweets_raw.json twscrape user_tweets_and_replies --raw --limit 10 2244994945 | jq > ./tests/mocked-data/user_tweets_and_replies_raw.json twscrape search --raw --limit 10 "elon musk lang:en" | jq > ./tests/mocked-data/search_raw.json + twscrape list_timeline --raw --limit 10 1494877848087187461 | jq > ./tests/mocked-data/list_timeline_raw.json diff --git a/_get_gql_ops.py b/_get_gql_ops.py index 8e4c485..2cb79a3 100644 --- a/_get_gql_ops.py +++ b/_get_gql_ops.py @@ -1,9 +1,11 @@ +import re + import httpx -# update this url on next run +# note: update this url on next run # url = "https://abs.twimg.com/responsive-web/client-web/api.f4ff3bfa.js" -url = "https://abs.twimg.com/responsive-web/client-web/api.bb81931a.js" -script = httpx.get(url).text +# url = "https://abs.twimg.com/responsive-web/client-web/api.bb81931a.js" +url = "https://abs.twimg.com/responsive-web/client-web/main.45d48c6a.js" ops = """ SearchTimeline @@ -21,7 +23,13 @@ ListLatestTweetsTimeline ops = [op.strip() for op in ops.split("\n") if op.strip()] +script: str = httpx.get(url).text +pairs = re.findall(r'queryId:"(.+?)".+?operationName:"(.+?)"', script) +pairs = {op_name: op_id for op_id, op_name in pairs} + for x in ops: - idx = script.split(f'operationName:"{x}"')[0].split("queryId:")[-1] - idx = idx.strip('",') - print(f'OP_{x} = "{idx}/{x}"') + print(f'OP_{x} = "{pairs.get(x, "???")}/{x}"') + +# for ??? check urls: +# https://twitter.com/SpaceX/status/1719132541632864696/likes +# https://twitter.com/i/lists/1494877848087187461 diff --git a/tests/mocked-data/favoriters_raw.json b/tests/mocked-data/favoriters_raw.json index b27c8b4..f420bc5 100644 --- a/tests/mocked-data/favoriters_raw.json +++ b/tests/mocked-data/favoriters_raw.json @@ -7,8 +7,8 @@ "type": "TimelineAddEntries", "entries": [ { - "entryId": "user-1694091590065864704", - "sortIndex": "1776011227334073793", + "entryId": "user-1705015020575465472", + "sortIndex": "1780899631299235129", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -18,8 +18,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjk0MDkxNTkwMDY1ODY0NzA0", - "rest_id": "1694091590065864704", + "id": "VXNlcjoxNzA1MDE1MDIwNTc1NDY1NDcy", + "rest_id": "1705015020575465472", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -27,33 +27,33 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Tue Aug 22 20:58:22 +0000 2023", + "created_at": "Fri Sep 22 00:24:03 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "anti commuism and capitalist🟥⬜️", + "description": "“I’m always up for a good adventure.”", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 745, - "followers_count": 28, - "friends_count": 355, + "favourites_count": 27, + "followers_count": 4, + "friends_count": 31, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", - "media_count": 1, - "name": "Jimmy🇪🇬🇹🇷🇹🇼🇮🇹🇲🇾🇯🇵🇹🇭🇳🇿🇪🇸🇲🇺", - "normal_followers_count": 28, + "media_count": 0, + "name": "Ayush Ayush", + "normal_followers_count": 4, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1694091590065864704/1693328949", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696570691267813377/rbACa8Ds_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1705015020575465472/1696555066", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1705015063487332352/1CWHEviK_normal.jpg", "profile_interstitial_type": "", - "screen_name": "lumnlg021091", - "statuses_count": 85, + "screen_name": "Ay78583628Ayush", + "statuses_count": 2, "translator_type": "none", "verified": false, "want_retweets": false, @@ -66,8 +66,8 @@ } }, { - "entryId": "user-1444016055731507201", - "sortIndex": "1775485502610118878", + "entryId": "user-1541534821737869313", + "sortIndex": "1780846836874841906", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -77,119 +77,41 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDQ0MDE2MDU1NzMxNTA3MjAx", - "rest_id": "1444016055731507201", + "id": "VXNlcjoxNTQxNTM0ODIxNzM3ODY5MzEz", + "rest_id": "1541534821737869313", "affiliates_highlighted_label": {}, - "has_graduated_access": true, + "has_graduated_access": false, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Oct 01 19:07:35 +0000 2021", + "can_media_tag": true, + "created_at": "Mon Jun 27 21:32:04 +0000 2022", "default_profile": true, "default_profile_image": false, - "description": "53 days left until Halloween.....\nNo follow for follow in Twittters will only follow select accounts.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "youtube.com/@PricelessSwee…", - "expanded_url": "https://youtube.com/@PricelessSweetPrincess", - "url": "https://t.co/KSBXe1cMMf", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 27934, - "followers_count": 557, - "friends_count": 335, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 4, - "location": "", - "media_count": 3639, - "name": "WaifuCheckPoint", - "normal_followers_count": 557, - "pinned_tweet_ids_str": [ - "1676868435333054465" - ], - "possibly_sensitive": true, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1444016055731507201/1694048867", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699590247972052992/NS_TwAfZ_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "WaifuCheckPoint", - "statuses_count": 8191, - "translator_type": "none", - "url": "https://t.co/KSBXe1cMMf", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-159894382", - "sortIndex": "1775191808754361512", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTk4OTQzODI=", - "rest_id": "159894382", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Sat Jun 26 16:13:17 +0000 2010", - "default_profile": false, - "default_profile_image": false, - "description": "ProtoX MacroX ReactX.eth\nXsiders Xtion Xtier Xness Xcord Xtyle Xself Xyber Xworks.eth", + "description": "Lost count at liquidations (I wish i was joking)", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 4555, - "followers_count": 29, - "friends_count": 50, + "favourites_count": 1384, + "followers_count": 63, + "friends_count": 182, "has_custom_timelines": false, "is_translator": false, - "listed_count": 1, + "listed_count": 0, "location": "", - "media_count": 1, - "name": "Xsider", - "normal_followers_count": 29, - "pinned_tweet_ids_str": [ - "1690730531288403968" - ], + "media_count": 0, + "name": "EmanuelApes", + "normal_followers_count": 63, + "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/159894382/1691839558", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695826930262769664/dpkc6QCl_normal.png", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717188610603061248/FoRtosB9_normal.jpg", "profile_interstitial_type": "", - "screen_name": "im_xsider", - "statuses_count": 317, + "screen_name": "AChance08", + "statuses_count": 1, "translator_type": "none", "verified": false, "want_retweets": false, @@ -202,8 +124,8 @@ } }, { - "entryId": "user-633652108", - "sortIndex": "1774994321922680784", + "entryId": "user-1688366629124780032", + "sortIndex": "1780838894349396915", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -213,124 +135,19 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjo2MzM2NTIxMDg=", - "rest_id": "633652108", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Thu Jul 12 10:58:11 +0000 2012", - "default_profile": false, - "default_profile_image": false, - "description": "Daughter 🧒-Wife 👰-Mother👩‍👧‍👦. Software Developer at @Zoho, Team - @ZohoSocial. \"Be happy and make others happy\"", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "linktr.ee/madhubalaanant…", - "expanded_url": "https://linktr.ee/madhubalaanantharaj", - "url": "https://t.co/nT5eAU6kTA", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 17839, - "followers_count": 1024, - "friends_count": 4991, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 28, - "location": "Guduvancheri, TamilNadu.", - "media_count": 227, - "name": "Madhubala Anantharaj", - "normal_followers_count": 1024, - "pinned_tweet_ids_str": [ - "1589515836787916804" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/633652108/1568700018", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/3151864799/a120a6c9fc91333cf88f233fb3879bff_normal.jpeg", - "profile_interstitial_type": "", - "screen_name": "MadhuAnantharaj", - "statuses_count": 2900, - "translator_type": "regular", - "url": "https://t.co/nT5eAU6kTA", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1493560663629000706", - "professional_type": "Business", - "category": [ - { - "id": 934, - "name": "Social Media Influencer", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-2933591386", - "sortIndex": "1774809614544200639", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "UserUnavailable", - "reason": "NoReason" - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1041175359364816896", - "sortIndex": "1774545292612833787", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMDQxMTc1MzU5MzY0ODE2ODk2", - "rest_id": "1041175359364816896", + "id": "VXNlcjoxNjg4MzY2NjI5MTI0NzgwMDMy", + "rest_id": "1688366629124780032", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { "can_dm": false, - "can_media_tag": false, - "created_at": "Sun Sep 16 04:02:04 +0000 2018", - "default_profile": false, + "can_media_tag": true, + "created_at": "Mon Aug 07 01:49:26 +0000 2023", + "default_profile": true, "default_profile_image": false, - "description": "#Photogrpher, #Designer, #wheelchair_ #model,#actor ♿︎/#VC,”#Bitcoin Maxi”,#crypto⚡️,#web5, @Waseda_univ Alumni / @DamusApp tester #Bitcoinostr #NostrPleb", + "description": "相互フォロー募集中!\nロックがかからないようにフォローしているので少々お待ち下さい!\n気ままに呟きますので皆様の激しい突っ込みお待ちしてます〜", "entities": { "description": { "urls": [] @@ -338,9 +155,9 @@ "url": { "urls": [ { - "display_url": "linktr.ee/Ralphtan", - "expanded_url": "https://linktr.ee/Ralphtan", - "url": "https://t.co/CJHWxlVELa", + "display_url": "bit.ly/registerBybit88", + "expanded_url": "http://bit.ly/registerBybit88", + "url": "https://t.co/vIKiJLZccn", "indices": [ 0, 23 @@ -350,33 +167,33 @@ } }, "fast_followers_count": 0, - "favourites_count": 182555, - "followers_count": 282, - "friends_count": 5002, + "favourites_count": 1130, + "followers_count": 953, + "friends_count": 1171, "has_custom_timelines": false, "is_translator": false, - "listed_count": 7, - "location": "DeCenterized Tokyo🗼⇄ 🇺🇸", - "media_count": 1498, - "name": "#𝙍𝙖𝙡𝙥𝙝𝙩𝙖𝙣.𝙗𝙩𝙘🦁⚡️/ #らる🦁♿︎", - "normal_followers_count": 282, + "listed_count": 2, + "location": "global", + "media_count": 86, + "name": "Raymond Benson", + "normal_followers_count": 953, "pinned_tweet_ids_str": [ - "1699781545702363427" + "1712011866841719120" ], - "possibly_sensitive": true, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1041175359364816896/1675011953", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1585330371381501952/Ia9zzfdQ_normal.jpg", + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1688366629124780032/1693055131", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688366892539650048/J8T86RAB_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Ralphtan_", - "statuses_count": 124839, + "screen_name": "Ben66570Benson", + "statuses_count": 686, "translator_type": "none", - "url": "https://t.co/CJHWxlVELa", + "url": "https://t.co/vIKiJLZccn", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1451277818860486658", + "rest_id": "1695422313397981616", "professional_type": "Creator", "category": [ { @@ -393,8 +210,8 @@ } }, { - "entryId": "user-1469569059452710912", - "sortIndex": "1774368206397056606", + "entryId": "user-1629162167907016706", + "sortIndex": "1780653875043118461", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -404,29 +221,219 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDY5NTY5MDU5NDUyNzEwOTEy", - "rest_id": "1469569059452710912", + "id": "VXNlcjoxNjI5MTYyMTY3OTA3MDE2NzA2", + "rest_id": "1629162167907016706", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, - "profile_image_shape": "Hexagon", + "profile_image_shape": "Circle", "legacy": { - "can_dm": true, + "can_dm": false, "can_media_tag": false, - "created_at": "Sat Dec 11 07:25:56 +0000 2021", + "created_at": "Fri Feb 24 16:52:02 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "ꜰᴀᴛʜᴇʀ | ᴍᴜꜱɪᴄ | ꜰᴀꜱʜɪᴏɴ | ᴀʀᴛ | ᴍʀ. ɪɴꜰʟᴜᴇɴᴛɪᴀʟ💎🧠 • ᴘʀɪᴠᴀᴛᴇ ꜱᴏᴄɪᴇᴛʏ ʀᴇᴄᴏʀᴅꜱ • ᴛʜᴇ ᴍᴀʀᴀᴛʜᴏɴ ᴄᴏɴᴛɪɴᴜᴇꜱ🏁", + "description": "I will forgive everything and create new life in different world ! \n\nThank", "entities": { "description": { "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 41501, + "followers_count": 784, + "friends_count": 1653, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 2, + "location": "Make Japan Clean Again ! ", + "media_count": 351, + "name": "gaslighting abuse survivor in Japan Tokyo", + "normal_followers_count": 784, + "pinned_tweet_ids_str": [ + "1715966090915066296" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1629162167907016706/1697809810", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719584466644180992/0-8wuNDY_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AbusesJpn", + "statuses_count": 5273, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1508792434645422091", + "sortIndex": "1780308612541459044", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTA4NzkyNDM0NjQ1NDIyMDkx", + "rest_id": "1508792434645422091", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Mar 29 13:05:50 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "🇳🇬 if i change, it’s for myself 💙. turn on my notifications", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 34231, + "followers_count": 6429, + "friends_count": 577, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1, + "location": "Heaven", + "media_count": 40, + "name": "safeera 🆇", + "normal_followers_count": 6429, + "pinned_tweet_ids_str": [ + "1523278256425914370" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1508792434645422091/1696610502", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1707083731591135232/arKgyMEH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Safeera_Abba1", + "statuses_count": 5173, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1714957255206928384", + "sortIndex": "1780181368805282931", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE0OTU3MjU1MjA2OTI4Mzg0", + "rest_id": "1714957255206928384", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Oct 19 10:51:06 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 62, + "followers_count": 3, + "friends_count": 24, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Fredrik DEV", + "normal_followers_count": 3, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1714959216492920833/DCFLfk5P_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DevFredrik", + "statuses_count": 34, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1458127552351023113", + "sortIndex": "1780040369852821429", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDU4MTI3NTUyMzUxMDIzMTEz", + "rest_id": "1458127552351023113", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Nov 09 17:41:47 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "I am aDreamy dreamilyDreamer;dreamingly dreaming,dreams of an unseen self only seen by dreamy dreamers dreamed dream dreamt!https://t.co/jjxnMZ54H1", + "entities": { + "description": { + "urls": [ + { + "display_url": "cash.app/$FroFroggityFr…", + "expanded_url": "https://cash.app/$FroFroggityFrowg", + "url": "https://t.co/jjxnMZ54H1", + "indices": [ + 124, + 147 + ] + } + ] }, "url": { "urls": [ { - "display_url": "linktr.ee/MrInfluential", - "expanded_url": "https://linktr.ee/MrInfluential", - "url": "https://t.co/HJebu97Rb2", + "display_url": "thewholeebubble.com", + "expanded_url": "http://thewholeebubble.com", + "url": "https://t.co/rmpkFCvG9r", "indices": [ 0, 23 @@ -436,41 +443,682 @@ } }, "fast_followers_count": 0, - "favourites_count": 17497, - "followers_count": 6759, - "friends_count": 2709, - "has_custom_timelines": true, + "favourites_count": 3105, + "followers_count": 181, + "friends_count": 1210, + "has_custom_timelines": false, "is_translator": false, - "listed_count": 15, - "location": "Crenshaw District, CA", - "media_count": 2149, - "name": "FOREIJN", - "normal_followers_count": 6759, + "listed_count": 9, + "location": "everywhere and nowhere", + "media_count": 345, + "name": "The Whole E Bubble", + "normal_followers_count": 181, "pinned_tweet_ids_str": [ - "1697739759182086248" + "1620094485261869059" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1469569059452710912/1693943340", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698777159618478080/vl0SJb3A_normal.png", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1458127552351023113/1656057728", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1458139026653913097/_g_iVgA3_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Foreijn", - "statuses_count": 35030, + "screen_name": "Whole_e_Bubble", + "statuses_count": 1516, "translator_type": "none", - "url": "https://t.co/HJebu97Rb2", + "url": "https://t.co/rmpkFCvG9r", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1609960060578562049", - "professional_type": "Creator", + "rest_id": "1485767557080662016", + "professional_type": "Business", "category": [ { - "id": 1017, - "name": "Artist", + "id": 920, + "name": "Other", "icon_name": "IconBriefcaseStroke" } ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-919651838", + "sortIndex": "1779765020351531107", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": {}, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1680003139108327425", + "sortIndex": "1779586705221332604", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjgwMDAzMTM5MTA4MzI3NDI1", + "rest_id": "1680003139108327425", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jul 14 23:55:51 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 426, + "followers_count": 118, + "friends_count": 144, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "afsaneh mahdavi", + "normal_followers_count": 118, + "pinned_tweet_ids_str": [], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1680003139108327425/1690761278", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1716242065078591488/yFebf8VJ_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AfsanehMah23575", + "statuses_count": 24, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1603017985274400769", + "sortIndex": "1779459143976724774", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjAzMDE3OTg1Mjc0NDAwNzY5", + "rest_id": "1603017985274400769", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Dec 14 13:24:48 +0000 2022", + "default_profile": true, + "default_profile_image": true, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 13781, + "followers_count": 14, + "friends_count": 112, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 2, + "location": "", + "media_count": 0, + "name": "manuel carlos castro", + "normal_followers_count": 14, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", + "profile_interstitial_type": "", + "screen_name": "manuelc93934019", + "statuses_count": 84, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1711158177037717504", + "sortIndex": "1779370817127252798", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzExMTU4MTc3MDM3NzE3NTA0", + "rest_id": "1711158177037717504", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Oct 08 23:14:51 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Entertainment🌍Music and comedy vibe on vibe🕜💡☀️🙏 💫🚀", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "instagram.com/face_of_africa…", + "expanded_url": "https://instagram.com/face_of_africa._entertalnment?igshid=OGQ5ZDc2ODk2ZA==", + "url": "https://t.co/ME8A2cLhkI", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 43, + "followers_count": 9, + "friends_count": 83, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Nigeria", + "media_count": 28, + "name": "FACE OF AFRICA. entertalnment", + "normal_followers_count": 9, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1711158177037717504/1696923894", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711159897625075712/jpjPGh2u_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FACE_ofAfrica", + "statuses_count": 45, + "translator_type": "none", + "url": "https://t.co/ME8A2cLhkI", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1711523980438327419", + "professional_type": "Creator", + "category": [ + { + "id": 399, + "name": "Home & Garden", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-3300850061", + "sortIndex": "1779202657381567493", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMzAwODUwMDYx", + "rest_id": "3300850061", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed May 27 20:20:16 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Cannabis dispensary chain, software, and apparel brand. Or California's best cult. 🌿", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kurewellness.com", + "expanded_url": "http://kurewellness.com", + "url": "https://t.co/o26pbgNwAn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 7606, + "followers_count": 610, + "friends_count": 150, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 7, + "location": "Ukiah, CA", + "media_count": 118, + "name": "Kure", + "normal_followers_count": 610, + "pinned_tweet_ids_str": [ + "1696601417899970597" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3300850061/1695858818", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700987190271258624/kq4Bf7t3_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KureWellness", + "statuses_count": 3091, + "translator_type": "none", + "url": "https://t.co/o26pbgNwAn", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1618662678435663874", + "professional_type": "Creator", + "category": [ + { + "id": 15, + "name": "Entertainment & Recreation", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1630605213731278849", + "sortIndex": "1778889559767235734", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjMwNjA1MjEzNzMxMjc4ODQ5", + "rest_id": "1630605213731278849", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Feb 28 16:26:00 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Coder in the morning, Degen by night / Always into something / prev @google", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 34619, + "followers_count": 630, + "friends_count": 199, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 8, + "location": "Denmark", + "media_count": 1, + "name": "Jared Comber", + "normal_followers_count": 630, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1642274630114189315/qDB_ACY3_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ComberJared", + "statuses_count": 26, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1328355232116600832", + "sortIndex": "1778413722890171710", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzI4MzU1MjMyMTE2NjAwODMy", + "rest_id": "1328355232116600832", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Nov 16 15:12:36 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Just your typical vibration at a higher frequency ✌️😶‍🌫️🫡I just like sharing the information to pass along.... Sharing is caring 😜 🤗 😘", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 3993, + "followers_count": 569, + "friends_count": 2562, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6, + "location": "Iowa", + "media_count": 189, + "name": "Chatterbox", + "normal_followers_count": 569, + "pinned_tweet_ids_str": [ + "1709248772885082278" + ], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1328355232116600832/1672679298", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1609962622023081985/jdDBsi21_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "PurposefulLight", + "statuses_count": 1120, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1621991372780703745", + "professional_type": "Creator", + "category": [ + { + "id": 1042, + "name": "Content Creator", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1093681111694102529", + "sortIndex": "1778413414214091998", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDkzNjgxMTExNjk0MTAyNTI5", + "rest_id": "1093681111694102529", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Fri Feb 08 01:21:11 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "kadang kadang", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "personanongrata.⠀", + "expanded_url": "http://personanongrata.xn--6ii", + "url": "https://t.co/h3VD6144WA", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 92247, + "followers_count": 59, + "friends_count": 670, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 24, + "name": "p0th", + "normal_followers_count": 59, + "pinned_tweet_ids_str": [ + "1578993668341760000" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1093681111694102529/1645606178", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438083270302859266/OnvDZwZk_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "gabeshosta", + "statuses_count": 879, + "translator_type": "none", + "url": "https://t.co/h3VD6144WA", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1345692363709038592", + "sortIndex": "1778127127917750435", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzQ1NjkyMzYzNzA5MDM4NTky", + "rest_id": "1345692363709038592", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Jan 03 11:24:10 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "@emandahr\n(May 12, 1937— June 22, 2008)\n🎤| comedian, actor, author\n💭| did more than make people laugh—he made them think. \n👇| 🅲🅻🅸🅲🅺 4 Painting Portrait", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "tw.emandahr.com/carlin", + "expanded_url": "https://tw.emandahr.com/carlin", + "url": "https://t.co/7k3xTcBLz4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 7913, + "followers_count": 750, + "friends_count": 750, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 3, + "location": "", + "media_count": 1, + "name": "George Carlin 🎭", + "normal_followers_count": 750, + "pinned_tweet_ids_str": [ + "1348148939929710593" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1345692363709038592/1634904250", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1451519733023477761/zJ8Fb0R2_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Carlin_comedy", + "statuses_count": 546, + "translator_type": "none", + "url": "https://t.co/7k3xTcBLz4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1656111613173432320", + "sortIndex": "1777884016162287419", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjU2MTExNjEzMTczNDMyMzIw", + "rest_id": "1656111613173432320", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Hexagon", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Wed May 10 01:39:26 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 41308, + "followers_count": 348, + "friends_count": 333, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "🇺🇸", + "media_count": 316, + "name": "𝑔𝒽ø𝓈𝓉", + "normal_followers_count": 348, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1656111613173432320/1698256226", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715212293322199040/C6qFvkha_normal.png", + "profile_interstitial_type": "", + "screen_name": "GHOSTCRYPT0_", + "statuses_count": 5698, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] }, "has_nft_avatar": true } @@ -480,8 +1128,8 @@ } }, { - "entryId": "user-731756490", - "sortIndex": "1774319463876034894", + "entryId": "user-1702249675930398720", + "sortIndex": "1777113370484534411", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -491,29 +1139,39 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjo3MzE3NTY0OTA=", - "rest_id": "731756490", + "id": "VXNlcjoxNzAyMjQ5Njc1OTMwMzk4NzIw", + "rest_id": "1702249675930398720", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Thu Aug 02 00:15:39 +0000 2012", - "default_profile": false, + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Sep 14 09:15:45 +0000 2023", + "default_profile": true, "default_profile_image": false, - "description": "crypto research & investing @voltcapital | prev. risk ops & policy @meta, @penn", + "description": "#フォロバ100\n#いいねした人全員フォロー\n#相互フォロー\n\nお助けいただきましてありがとうございます。\n\nYouTubeチャンネル登録をよろしくお願いします。\n\nhttps://t.co/XFFI1eRVoX\n\nお助けいただきましてありがとうございます。\nいつも本当にありがとうございます。", "entities": { "description": { - "urls": [] + "urls": [ + { + "display_url": "youtube.com/@yuu957", + "expanded_url": "http://youtube.com/@yuu957", + "url": "https://t.co/XFFI1eRVoX", + "indices": [ + 83, + 106 + ] + } + ] }, "url": { "urls": [ { - "display_url": "nf.td/nataliemarie", - "expanded_url": "https://nf.td/nataliemarie", - "url": "https://t.co/en4j9GNTOi", + "display_url": "youtube.com/@yuu957", + "expanded_url": "https://youtube.com/@yuu957", + "url": "https://t.co/gaXDU2CluN", "indices": [ 0, 23 @@ -523,152 +1181,26 @@ } }, "fast_followers_count": 0, - "favourites_count": 46748, - "followers_count": 2800, - "friends_count": 1611, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 52, - "location": "price discovery", - "media_count": 150, - "name": "natalie 💫", - "normal_followers_count": 2800, - "pinned_tweet_ids_str": [ - "1577388145032585216" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/731756490/1684798852", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1653986685867421698/fSPc3yhb_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "eclecticcapital", - "statuses_count": 2915, - "translator_type": "none", - "url": "https://t.co/en4j9GNTOi", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1500609522078924800", - "professional_type": "Creator", - "category": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1660648371495874565", - "sortIndex": "1774222439829141293", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjYwNjQ4MzcxNDk1ODc0NTY1", - "rest_id": "1660648371495874565", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Mon May 22 14:07:22 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "America 🇱🇷\nActor✨\nFilm📽️\nProduction ✨", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 2400, - "followers_count": 43, - "friends_count": 256, + "favourites_count": 2371, + "followers_count": 456, + "friends_count": 472, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "Los Angeles, CA", - "media_count": 7, - "name": "Jason Statham", - "normal_followers_count": 43, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1660648371495874565/1685239698", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1680665177656639488/xJZHkaFO_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "JasonSt44870405", - "statuses_count": 7, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1207733772147417089", - "sortIndex": "1774149910643441309", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjA3NzMzNzcyMTQ3NDE3MDg5", - "rest_id": "1207733772147417089", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Thu Dec 19 18:46:15 +0000 2019", - "default_profile": true, - "default_profile_image": false, - "description": "#ozonechain\n\n.\n.\n.\n💯💯💯💯💯💯💯💯\n\nfollow back everyone💯💯💯💯💯💯💯 Follow back💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯💯", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 1944, - "followers_count": 20488, - "friends_count": 19038, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 10, - "location": "Tangail, Dhaka.", - "media_count": 87, - "name": "❤️ Follow back 💥💥💥", - "normal_followers_count": 20488, + "location": "Japan", + "media_count": 0, + "name": "ゆうYUU", + "normal_followers_count": 456, "pinned_tweet_ids_str": [ - "1681770881658556416" + "1703016140270977307" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1207733772147417089/1653337633", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695066851334565889/L6gTTsrx_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1702251194440425472/uAf1Lgzj_normal.jpg", "profile_interstitial_type": "", - "screen_name": "habibullah1090", - "statuses_count": 2183, + "screen_name": "YUU181413235265", + "statuses_count": 698, "translator_type": "none", + "url": "https://t.co/gaXDU2CluN", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -680,8 +1212,8 @@ } }, { - "entryId": "user-1118527228147642369", - "sortIndex": "1773596385660671973", + "entryId": "user-1338241798674628608", + "sortIndex": "1776846754993734426", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -691,190 +1223,68 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMTE4NTI3MjI4MTQ3NjQyMzY5", - "rest_id": "1118527228147642369", + "id": "VXNlcjoxMzM4MjQxNzk4Njc0NjI4NjA4", + "rest_id": "1338241798674628608", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": false, - "can_media_tag": false, - "created_at": "Wed Apr 17 14:50:47 +0000 2019", + "can_media_tag": true, + "created_at": "Sun Dec 13 21:58:12 +0000 2020", "default_profile": true, "default_profile_image": false, - "description": "", + "description": "If you want to be loved by others, you must first make yourself worthy of love, not for a day, not for a week, but forever. 🇺🇸", "entities": { "description": { "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "abbott.com", + "expanded_url": "http://www.abbott.com", + "url": "https://t.co/7LinEYs4oR", + "indices": [ + 0, + 23 + ] + } + ] } }, "fast_followers_count": 0, - "favourites_count": 1725, + "favourites_count": 663, "followers_count": 5, - "friends_count": 116, - "has_custom_timelines": true, + "friends_count": 1, + "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "Denizli, Turkey", - "media_count": 6, - "name": "Mert Çevik", + "location": "Illinois", + "media_count": 18, + "name": "Caroline-B💘", "normal_followers_count": 5, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1118527228147642369/1557181051", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1118891157587668992/TMOnFPPZ_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1338241798674628608/1696394577", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1709428865737838592/RVsSC9-X_normal.jpg", "profile_interstitial_type": "", - "screen_name": "mrcevik9", - "statuses_count": 116, + "screen_name": "SSookparsert", + "statuses_count": 638, "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1250768785541341184", - "sortIndex": "1773426214220376485", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjUwNzY4Nzg1NTQxMzQxMTg0", - "rest_id": "1250768785541341184", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Thu Apr 16 12:52:04 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Always Believing", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 131262, - "followers_count": 3318, - "friends_count": 8, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 1, - "location": "", - "media_count": 0, - "name": "imn", - "normal_followers_count": 3318, - "pinned_tweet_ids_str": [ - "1557924779130232832" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1250768785541341184/1691857763", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1678901575979245568/Yw5MkKDR_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "imnhussein", - "statuses_count": 45, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-3163262162", - "sortIndex": "1773245510546808068", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjozMTYzMjYyMTYy", - "rest_id": "3163262162", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Apr 19 03:38:04 +0000 2015", - "default_profile": true, - "default_profile_image": false, - "description": "Tech🎧iPad iPhone💻 @YouTube @tiktok_us @instagram @X @ian_leonard @elonmusk @lindayaX @MrBeast @MikeSievert @TMobile @itsjojosiwa @JessalynnsiwaS @brave", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "patrickwebertz.wixsite.com/website", - "expanded_url": "https://patrickwebertz.wixsite.com/website", - "url": "https://t.co/GRUwBnZnQD", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 17629, - "followers_count": 71, - "friends_count": 910, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 5, - "location": "Minnesota US", - "media_count": 106, - "name": "PatrickWallaceEbertz🌈", - "normal_followers_count": 71, - "pinned_tweet_ids_str": [ - "1700162661818777954" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/3163262162/1657398100", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1545865702967431168/aq7Hwqee_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "PatchyPatchy17", - "statuses_count": 3445, - "translator_type": "none", - "url": "https://t.co/GRUwBnZnQD", + "url": "https://t.co/7LinEYs4oR", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1510355868268650502", - "professional_type": "Creator", + "rest_id": "1700370699196797130", + "professional_type": "Business", "category": [ { - "id": 1038, - "name": "Product Manager", + "id": 584, + "name": "Medical & Health", "icon_name": "IconBriefcaseStroke" } ] @@ -886,8 +1296,8 @@ } }, { - "entryId": "user-1607045281412964354", - "sortIndex": "1773021928379724749", + "entryId": "user-1638712074334515200", + "sortIndex": "1776837846114179046", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -897,67 +1307,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjA3MDQ1MjgxNDEyOTY0MzU0", - "rest_id": "1607045281412964354", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Sun Dec 25 16:08:20 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "D'ont be like that: \nParticipation\nInteration \nCooperation \nDesenvolver\nNetworing \n#NetWorker\n#Andando", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 15042, - "followers_count": 1030, - "friends_count": 2068, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 17, - "location": "Portugal", - "media_count": 409, - "name": "José Alberto Rodrigues", - "normal_followers_count": 1030, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1607045281412964354/1673392975", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1615636963465240576/rUvADzM9_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "japtoinovador", - "statuses_count": 7066, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1214239061465919489", - "sortIndex": "1772849319103564361", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjE0MjM5MDYxNDY1OTE5NDg5", - "rest_id": "1214239061465919489", + "id": "VXNlcjoxNjM4NzEyMDc0MzM0NTE1MjAw", + "rest_id": "1638712074334515200", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -965,310 +1316,34 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Mon Jan 06 17:35:43 +0000 2020", + "created_at": "Thu Mar 23 01:20:50 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "Not everything I retweet is my opinion or something that I support, it might just be that I might want to refer to that particular tweet later on.", + "description": "Hi, I'm AL Mamun. A professional Digital Marketer and Social Media Manager. My Specialty is Youtube Promotion Video SEO,Facbook Promotion,Tiktok Promotion.", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 14080, - "followers_count": 93, - "friends_count": 258, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 48, - "name": "C P Vikram Adithya", - "normal_followers_count": 93, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1214239366563782657/q8Enjw4v_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "CPVikramAdithya", - "statuses_count": 650, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-930413442963447808", - "sortIndex": "1772802716978790973", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo5MzA0MTM0NDI5NjM0NDc4MDg=", - "rest_id": "930413442963447808", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Nov 14 12:33:45 +0000 2017", - "default_profile": true, - "default_profile_image": false, - "description": "Still @ It… Analytics | Accounting & Finance| Creativity | Dumb af in the morning", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "x.com/AdnanXTone", - "expanded_url": "http://x.com/AdnanXTone", - "url": "https://t.co/9bhOvPaIPP", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 20353, - "followers_count": 221, - "friends_count": 512, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 1, - "location": "Earth", - "media_count": 12, - "name": "Adnan Stone", - "normal_followers_count": 221, - "pinned_tweet_ids_str": [ - "1690964256471101440" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/930413442963447808/1607214935", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1690114620814405632/47Y0tL1M_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "adnanxtone", - "statuses_count": 1490, - "translator_type": "none", - "url": "https://t.co/9bhOvPaIPP", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1689452526288929012", - "professional_type": "Creator", - "category": [ - { - "id": 1049, - "name": "Data scientist", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1425036029694783488", - "sortIndex": "1772594004661449366", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNDI1MDM2MDI5Njk0NzgzNDg4", - "rest_id": "1425036029694783488", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Aug 10 10:07:30 +0000 2021", - "default_profile": true, - "default_profile_image": false, - "description": "\"Uncovering the boundless possibilities of NFTs and their impact on art and technology. 🎨🚀 #NFTResearch\"", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 53, - "followers_count": 31, - "friends_count": 14, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "NFT", - "media_count": 14, - "name": "NFT Research", - "normal_followers_count": 31, - "pinned_tweet_ids_str": [ - "1425185201592864777" - ], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683108875178737664/YBqEwI8y_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "Nft1Researcher", - "statuses_count": 51, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1683809571515641861", - "sortIndex": "1772395032454982333", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjgzODA5NTcxNTE1NjQxODYx", - "rest_id": "1683809571515641861", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Jul 25 12:01:23 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 58, - "followers_count": 2, - "friends_count": 18, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "dedi abel gnagbo", - "normal_followers_count": 2, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683809669771403265/ZpxrjWVu_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "dediabelgn70425", - "statuses_count": 10, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1602930202002456577", - "sortIndex": "1771874330203871764", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjAyOTMwMjAyMDAyNDU2NTc3", - "rest_id": "1602930202002456577", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Dec 14 07:35:17 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "Real women don’t take selfies without perfect eyebrows💕💕\nFansly Model🔥\n⬇️💖Find me at the link below💖⬇️", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "bit.ly/41TSg6L", - "expanded_url": "http://bit.ly/41TSg6L", - "url": "https://t.co/CPkdAyI5C6", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 4488, - "followers_count": 874, - "friends_count": 4081, + "favourites_count": 3273, + "followers_count": 2714, + "friends_count": 3577, "has_custom_timelines": false, "is_translator": false, "listed_count": 3, - "location": "", - "media_count": 1, - "name": "Gemma Charley", - "normal_followers_count": 874, + "location": "Sunamgong Sylhet Bangladeash", + "media_count": 16, + "name": "Social Media Manager_21", + "normal_followers_count": 2714, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1602930202002456577/1671216177", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603822961835769861/JlM_n6Ti_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1638712074334515200/1694956925", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638713188404580353/u5s24EI3_normal.jpg", "profile_interstitial_type": "", - "screen_name": "GemmaCharley2", - "statuses_count": 1, + "screen_name": "21Ytmv85266", + "statuses_count": 121, "translator_type": "none", - "url": "https://t.co/CPkdAyI5C6", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -1280,95 +1355,22 @@ } }, { - "entryId": "user-1046279048610156544", - "sortIndex": "1771437633207507978", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMDQ2Mjc5MDQ4NjEwMTU2NTQ0", - "rest_id": "1046279048610156544", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Sep 30 06:02:18 +0000 2018", - "default_profile": true, - "default_profile_image": false, - "description": "Jornalista paraense, designer gráfico e gamer.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "instagram.com/alcartins", - "expanded_url": "http://instagram.com/alcartins", - "url": "https://t.co/CxLHTyHqY3", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 3060, - "followers_count": 39, - "friends_count": 206, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 2, - "location": "Faro", - "media_count": 4, - "name": "Alan Martins", - "normal_followers_count": 39, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1046279048610156544/1688091041", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1674601305606701056/-wJ62RlB_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "alcartins", - "statuses_count": 312, - "translator_type": "none", - "url": "https://t.co/CxLHTyHqY3", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "cursor-top-1776011227334073794", - "sortIndex": "1776011227334073794", + "entryId": "cursor-top-1780899631299235130", + "sortIndex": "1780899631299235130", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "HCaC99KlprPUpTEAAA==", + "value": "HCbytLiD7rGDtzEAAA==", "cursorType": "Top" } }, { - "entryId": "cursor-bottom-1771437633207507977", - "sortIndex": "1771437633207507977", + "entryId": "cursor-bottom-1776837846114179045", + "sortIndex": "1776837846114179045", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "HBaU8LzRism0lTEAAA==", + "value": "HBbM39iR7KbMqDEAAA==", "cursorType": "Bottom", "stopOnEmptyResponse": true } diff --git a/tests/mocked-data/followers_raw.json b/tests/mocked-data/followers_raw.json index 97a6721..7d954bc 100644 --- a/tests/mocked-data/followers_raw.json +++ b/tests/mocked-data/followers_raw.json @@ -20,84 +20,9 @@ { "type": "TimelineAddEntries", "entries": [ - { - "entryId": "user-15067515", - "sortIndex": "1700203035482914816", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTA2NzUxNQ==", - "rest_id": "15067515", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Tue Jun 10 00:21:03 +0000 2008", - "default_profile": false, - "default_profile_image": false, - "description": "🧵 threads/IG: menottim \n🐘 mast: menotti@macaw.social\n☁️ bsky: https://t.co/HeS7sElRLy", - "entities": { - "description": { - "urls": [ - { - "display_url": "menotti.bsky.social", - "expanded_url": "http://menotti.bsky.social", - "url": "https://t.co/HeS7sElRLy", - "indices": [ - 62, - 85 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 42272, - "followers_count": 9455, - "friends_count": 1503, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 122, - "location": "", - "media_count": 130, - "name": "menotti", - "normal_followers_count": 9455, - "pinned_tweet_ids_str": [ - "1602456653819162626" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/15067515/1670034782", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1588180792353906689/5d3URbv0_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "44", - "statuses_count": 112, - "translator_type": "regular", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, { "entryId": "user-236209129", - "sortIndex": "1700203035482914815", + "sortIndex": "1719749367180558336", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -126,16 +51,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 16444, - "followers_count": 131116, - "friends_count": 4052, + "favourites_count": 16413, + "followers_count": 130586, + "friends_count": 4022, "has_custom_timelines": true, "is_translator": false, - "listed_count": 974, + "listed_count": 970, "location": "", "media_count": 1213, "name": "Leslie Berland", - "normal_followers_count": 131116, + "normal_followers_count": 130586, "pinned_tweet_ids_str": [ "1615377744275070980" ], @@ -144,7 +69,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1106274854683074560/x7rrvxaD_normal.jpg", "profile_interstitial_type": "", "screen_name": "leslieberland", - "statuses_count": 11738, + "statuses_count": 11736, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -162,7 +87,7 @@ }, { "entryId": "user-338048283", - "sortIndex": "1700203035482914814", + "sortIndex": "1719749367180558335", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -204,23 +129,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 12100, - "followers_count": 16043, - "friends_count": 3571, + "favourites_count": 12083, + "followers_count": 16225, + "friends_count": 3515, "has_custom_timelines": true, "is_translator": false, "listed_count": 145, "location": "9th & Market Street", "media_count": 6619, "name": "bonappetweet", - "normal_followers_count": 16043, + "normal_followers_count": 16225, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/338048283/1568240671", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1100185923264770048/ehB5qSNw_normal.jpg", "profile_interstitial_type": "", "screen_name": "bonappetweet", - "statuses_count": 11164, + "statuses_count": 11159, "translator_type": "regular", "url": "https://t.co/1pNBXauxWF", "verified": false, @@ -239,7 +164,7 @@ }, { "entryId": "user-156417821", - "sortIndex": "1700203035482914813", + "sortIndex": "1719749367180558334", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -281,16 +206,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 12392, - "followers_count": 13394, - "friends_count": 1213, + "favourites_count": 12057, + "followers_count": 13882, + "friends_count": 1201, "has_custom_timelines": true, "is_translator": false, "listed_count": 93, "location": "East Bay, CA", "media_count": 173, "name": "Mike Cvet", - "normal_followers_count": 13394, + "normal_followers_count": 13882, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789", @@ -314,74 +239,9 @@ } } }, - { - "entryId": "user-2638518929", - "sortIndex": "1700203035482914812", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoyNjM4NTE4OTI5", - "rest_id": "2638518929", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Jun 24 19:44:34 +0000 2014", - "default_profile": true, - "default_profile_image": false, - "description": "Continuously caffeinated, passionate about people, love learning, and addicted to alliteration.\n\nShe/Her\n\nPreviously @ Twitter 1.0", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 20529, - "followers_count": 16480, - "friends_count": 2108, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 30, - "location": "", - "media_count": 680, - "name": "Jen Powers", - "normal_followers_count": 16480, - "pinned_tweet_ids_str": [ - "1593751037428600834" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/2638518929/1601736612", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1354570785319481346/wyLxaGLe_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "jenkpowers", - "statuses_count": 1520, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, { "entryId": "user-15772978", - "sortIndex": "1700203035482914811", + "sortIndex": "1719749367180558333", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -423,23 +283,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 25090, - "followers_count": 5438, - "friends_count": 2973, + "favourites_count": 24908, + "followers_count": 5501, + "friends_count": 2951, "has_custom_timelines": true, "is_translator": false, - "listed_count": 154, + "listed_count": 157, "location": "Brooklyn, NY", "media_count": 657, "name": "Jessica Garson", - "normal_followers_count": 5438, + "normal_followers_count": 5501, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15772978/1520354408", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1407858685536256008/0Nv7ea1i_normal.jpg", "profile_interstitial_type": "", "screen_name": "jessicagarson", - "statuses_count": 8005, + "statuses_count": 8003, "translator_type": "none", "url": "https://t.co/1ksTTe3yZj", "verified": false, @@ -458,7 +318,7 @@ }, { "entryId": "user-6844292", - "sortIndex": "1700203035482914810", + "sortIndex": "1719749367180558332", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -501,22 +361,22 @@ }, "fast_followers_count": 0, "favourites_count": 271, - "followers_count": 1313189, - "friends_count": 18, + "followers_count": 1325716, + "friends_count": 12, "has_custom_timelines": true, "is_translator": false, - "listed_count": 4632, + "listed_count": 4694, "location": "San Francisco", "media_count": 63, "name": "Engineering", - "normal_followers_count": 1313189, + "normal_followers_count": 1325716, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6844292/1690213191", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683502255574593536/anU7i4uA_normal.jpg", "profile_interstitial_type": "", "screen_name": "XEng", - "statuses_count": 911, + "statuses_count": 912, "translator_type": "regular", "verified": false, "verified_type": "Business", @@ -535,7 +395,7 @@ }, { "entryId": "user-108209516", - "sortIndex": "1700203035482914809", + "sortIndex": "1719749367180558331", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -587,16 +447,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 13970, - "followers_count": 16383, - "friends_count": 1940, + "favourites_count": 14773, + "followers_count": 16458, + "friends_count": 1949, "has_custom_timelines": true, "is_translator": false, - "listed_count": 476, + "listed_count": 478, "location": "Austin", - "media_count": 899, + "media_count": 930, "name": "Amir Shevat", - "normal_followers_count": 16383, + "normal_followers_count": 16458, "pinned_tweet_ids_str": [ "1603552334231097351" ], @@ -605,7 +465,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1389082761965629442/JhdikLmt_normal.jpg", "profile_interstitial_type": "", "screen_name": "ashevat", - "statuses_count": 6556, + "statuses_count": 6809, "translator_type": "none", "url": "https://t.co/zWtpooqVXO", "verified": false, @@ -624,7 +484,7 @@ }, { "entryId": "user-360174510", - "sortIndex": "1700203035482914808", + "sortIndex": "1719749367180558330", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -653,16 +513,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 23077, - "followers_count": 4233, - "friends_count": 699, + "favourites_count": 23388, + "followers_count": 4263, + "friends_count": 702, "has_custom_timelines": true, "is_translator": false, - "listed_count": 54, + "listed_count": 0, "location": "", - "media_count": 339, + "media_count": 354, "name": "Gerard", - "normal_followers_count": 4233, + "normal_followers_count": 4263, "pinned_tweet_ids_str": [ "1392274092951228417" ], @@ -670,7 +530,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1426913345815425028/fHXLDLP__normal.jpg", "profile_interstitial_type": "", "screen_name": "TheGerardTaylor", - "statuses_count": 7858, + "statuses_count": 8108, "translator_type": "none", "verified": false, "want_retweets": false, @@ -693,7 +553,7 @@ }, { "entryId": "user-27649157", - "sortIndex": "1700203035482914807", + "sortIndex": "1719749367180558329", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -728,23 +588,23 @@ "created_at": "Mon Mar 30 14:46:20 +0000 2009", "default_profile": false, "default_profile_image": false, - "description": "Buy the ticket, take the ride. Dad to 2 under 10. Lesser-half of @rls2882. VP Brand Creativity @X. He/Him.", + "description": "Lucky dad of 2. Lesser-half of @rls2882. VP Brand Creativity @X. Buy the ticket, take the ride. He/him.", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 17805, - "followers_count": 15395, - "friends_count": 2856, + "favourites_count": 17834, + "followers_count": 16756, + "friends_count": 2837, "has_custom_timelines": true, "is_translator": false, - "listed_count": 136, + "listed_count": 140, "location": "NJ / NYC", - "media_count": 1915, + "media_count": 1919, "name": "Alex Josephson", - "normal_followers_count": 15395, + "normal_followers_count": 16756, "pinned_tweet_ids_str": [ "1673477113482031104" ], @@ -753,7 +613,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1659764175571238912/dTebjojo_normal.jpg", "profile_interstitial_type": "", "screen_name": "ajos", - "statuses_count": 8134, + "statuses_count": 8144, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -771,7 +631,7 @@ }, { "entryId": "user-176425492", - "sortIndex": "1700203035482914806", + "sortIndex": "1719749367180558328", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -813,16 +673,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 30987, - "followers_count": 10653, - "friends_count": 5511, + "favourites_count": 30814, + "followers_count": 10606, + "friends_count": 5509, "has_custom_timelines": true, "is_translator": false, "listed_count": 70, "location": "nyc", - "media_count": 2162, - "name": "Hamza", - "normal_followers_count": 10653, + "media_count": 2173, + "name": "Hamza 🇵🇸", + "normal_followers_count": 10606, "pinned_tweet_ids_str": [ "1167249725751361537" ], @@ -831,7 +691,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1686532433779335168/Z7dhnUMr_normal.jpg", "profile_interstitial_type": "", "screen_name": "oihamza", - "statuses_count": 7000, + "statuses_count": 7026, "translator_type": "none", "url": "https://t.co/9Jd48LIalh", "verified": false, @@ -850,7 +710,7 @@ }, { "entryId": "user-857699969263964161", - "sortIndex": "1700203035482914805", + "sortIndex": "1719749367180558327", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -885,7 +745,7 @@ "created_at": "Thu Apr 27 20:56:22 +0000 2017", "default_profile": true, "default_profile_image": false, - "description": "Partner Engineering @XDevelopers", + "description": "Partner Engineering @XDevelopers @API Opinions my own. RTs != endorsements etc", "entities": { "description": { "urls": [] @@ -893,9 +753,9 @@ "url": { "urls": [ { - "display_url": "dev.to/suhemparack", - "expanded_url": "https://dev.to/suhemparack", - "url": "https://t.co/q2QIlmnQzh", + "display_url": "developer.x.com", + "expanded_url": "https://developer.x.com", + "url": "https://t.co/Rh0kWC75HG", "indices": [ 0, 23 @@ -905,25 +765,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 24, - "followers_count": 4498, - "friends_count": 1479, + "favourites_count": 28, + "followers_count": 4481, + "friends_count": 1503, "has_custom_timelines": true, "is_translator": false, - "listed_count": 67, - "location": "Seattle, WA", + "listed_count": 68, + "location": "San Francisco, CA", "media_count": 118, "name": "Suhem Parack", - "normal_followers_count": 4498, + "normal_followers_count": 4481, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1648699725", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1559172819514142720/LhoWOIYU_normal.jpg", "profile_interstitial_type": "", "screen_name": "suhemparack", - "statuses_count": 1385, + "statuses_count": 1495, "translator_type": "none", - "url": "https://t.co/q2QIlmnQzh", + "url": "https://t.co/Rh0kWC75HG", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -945,7 +805,7 @@ }, { "entryId": "user-6506012", - "sortIndex": "1700203035482914804", + "sortIndex": "1719749367180558326", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -967,7 +827,7 @@ "created_at": "Fri Jun 01 17:35:22 +0000 2007", "default_profile": false, "default_profile_image": false, - "description": "Director of Engineering at Spotify • Angel Investor • prev: twitter, nytimes, espn • @USC @HopkinsEngineer • views = mine • 🌤️app: https://t.co/aiZZEvbnNF", + "description": "Director of Engineering @ Spotify • Angel Investor • prev: twitter, nytimes, espn • @USC @HopkinsEngineer • views = mine • 🌤️app: https://t.co/aiZZEvbnNF", "entities": { "description": { "urls": [ @@ -976,8 +836,8 @@ "expanded_url": "http://courtney.tech", "url": "https://t.co/aiZZEvbnNF", "indices": [ - 131, - 154 + 130, + 153 ] } ] @@ -997,16 +857,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 8058, - "followers_count": 4186, - "friends_count": 2239, + "favourites_count": 8124, + "followers_count": 4179, + "friends_count": 2227, "has_custom_timelines": true, "is_translator": false, "listed_count": 177, "location": "Planet Melmac", - "media_count": 1459, - "name": "Courtney Ivey ", - "normal_followers_count": 4186, + "media_count": 1458, + "name": "Courtney Ivey", + "normal_followers_count": 4179, "pinned_tweet_ids_str": [ "1593490176868683777" ], @@ -1015,7 +875,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1601593236794970117/0iV4s9wT_normal.jpg", "profile_interstitial_type": "", "screen_name": "couturefreak", - "statuses_count": 41794, + "statuses_count": 41805, "translator_type": "none", "url": "https://t.co/noVOrVRTI3", "verified": false, @@ -1045,7 +905,7 @@ }, { "entryId": "user-45563099", - "sortIndex": "1700203035482914803", + "sortIndex": "1719749367180558325", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1087,23 +947,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 6776, - "followers_count": 881, - "friends_count": 1291, + "favourites_count": 6738, + "followers_count": 879, + "friends_count": 1282, "has_custom_timelines": true, "is_translator": false, - "listed_count": 34, + "listed_count": 33, "location": "San Diego, CA", "media_count": 121, "name": "Steve Cosenza", - "normal_followers_count": 881, + "normal_followers_count": 879, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/45563099/1597248243", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1283531898250121216/q6Mb5Hqm_normal.jpg", "profile_interstitial_type": "", "screen_name": "scosenza", - "statuses_count": 589, + "statuses_count": 588, "translator_type": "regular", "url": "https://t.co/4Vlv7pZ2Jo", "verified": false, @@ -1122,7 +982,7 @@ }, { "entryId": "user-37290907", - "sortIndex": "1700203035482914802", + "sortIndex": "1719749367180558324", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1164,23 +1024,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 28257, - "followers_count": 66842, - "friends_count": 3101, + "favourites_count": 28373, + "followers_count": 66449, + "friends_count": 3094, "has_custom_timelines": true, "is_translator": false, - "listed_count": 277, + "listed_count": 273, "location": "San Francisco, CA", - "media_count": 667, + "media_count": 668, "name": "bruce.falck() 🦗", - "normal_followers_count": 66842, + "normal_followers_count": 66449, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37290907/1652579133", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1531718606983114753/j1FxA0Vy_normal.jpg", "profile_interstitial_type": "", "screen_name": "boo", - "statuses_count": 7741, + "statuses_count": 7754, "translator_type": "regular", "url": "https://t.co/z4m6BvBSdi", "verified": false, @@ -1199,7 +1059,7 @@ }, { "entryId": "user-28628425", - "sortIndex": "1700203035482914801", + "sortIndex": "1719749367180558323", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1228,16 +1088,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 12252, - "followers_count": 1462, - "friends_count": 1037, + "favourites_count": 12174, + "followers_count": 1479, + "friends_count": 1024, "has_custom_timelines": true, "is_translator": false, "listed_count": 36, "location": "New York, NY", "media_count": 140, "name": "Sonya Penn", - "normal_followers_count": 1462, + "normal_followers_count": 1479, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856", @@ -1262,7 +1122,7 @@ }, { "entryId": "user-49188317", - "sortIndex": "1700203035482914800", + "sortIndex": "1719749367180558322", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1304,16 +1164,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 24550, - "followers_count": 3995, - "friends_count": 1847, + "favourites_count": 24490, + "followers_count": 4304, + "friends_count": 1827, "has_custom_timelines": true, "is_translator": false, "listed_count": 48, "location": "127.0.0.1", "media_count": 2805, "name": "Seth Wilson", - "normal_followers_count": 3995, + "normal_followers_count": 4304, "pinned_tweet_ids_str": [ "1609361179205599233" ], @@ -1341,7 +1201,7 @@ }, { "entryId": "user-56057876", - "sortIndex": "1700203035482914799", + "sortIndex": "1719749367180558321", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1383,23 +1243,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 51531, - "followers_count": 2289, - "friends_count": 1544, + "favourites_count": 51309, + "followers_count": 2343, + "friends_count": 1530, "has_custom_timelines": true, "is_translator": false, - "listed_count": 123, + "listed_count": 122, "location": "🇨🇭", "media_count": 1800, "name": "Victor", - "normal_followers_count": 2289, + "normal_followers_count": 2343, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/56057876/1550239018", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1108698010777776129/Wv4U-9eQ_normal.jpg", "profile_interstitial_type": "", "screen_name": "vjo", - "statuses_count": 15994, + "statuses_count": 15900, "translator_type": "regular", "url": "https://t.co/kselUQWS5i", "verified": false, @@ -1429,7 +1289,7 @@ }, { "entryId": "user-1434172202404880388", - "sortIndex": "1700203035482914798", + "sortIndex": "1719749367180558320", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1451,32 +1311,32 @@ "created_at": "Sat Sep 04 15:11:51 +0000 2021", "default_profile": true, "default_profile_image": false, - "description": "", + "description": "Nft collector 🔥🫨 and nft trader on polygon and Ethereum Blockchain 🔥🔥 collap with new project 🔥🔥🔥🔥 dm me", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 2707, - "followers_count": 625, - "friends_count": 4996, + "favourites_count": 2874, + "followers_count": 705, + "friends_count": 4998, "has_custom_timelines": true, "is_translator": false, "listed_count": 25, "location": "", - "media_count": 70, + "media_count": 91, "name": "glitch", - "normal_followers_count": 625, + "normal_followers_count": 705, "pinned_tweet_ids_str": [ "1661596986594975744" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1434172202404880388/1684963925", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1661485308687552512/KyLVOiYq_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1434172202404880388/1698349353", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717627491404455936/KkDAK84o_normal.jpg", "profile_interstitial_type": "", "screen_name": "glitch010110", - "statuses_count": 6362, + "statuses_count": 6787, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1494,7 +1354,7 @@ }, { "entryId": "user-17200003", - "sortIndex": "1700203035482914797", + "sortIndex": "1719749367180558319", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1546,16 +1406,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 8849, - "followers_count": 1500, - "friends_count": 769, + "favourites_count": 8808, + "followers_count": 1616, + "friends_count": 754, "has_custom_timelines": true, "is_translator": false, - "listed_count": 49, + "listed_count": 48, "location": "MN ⇨ all over ⇨ CO", - "media_count": 751, - "name": "Jim Moffitt (also @snowman.bsky.social)", - "normal_followers_count": 1500, + "media_count": 752, + "name": "snowman in most places", + "normal_followers_count": 1616, "pinned_tweet_ids_str": [ "1649636455403393026" ], @@ -1564,7 +1424,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg", "profile_interstitial_type": "", "screen_name": "snowman", - "statuses_count": 4456, + "statuses_count": 4464, "translator_type": "regular", "url": "https://t.co/I1GjLuBxM2", "verified": false, @@ -1587,8 +1447,8 @@ } }, { - "entryId": "user-1213146727592513536", - "sortIndex": "1700203035482914796", + "entryId": "user-951689171139141632", + "sortIndex": "1719749367180558318", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1598,39 +1458,29 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMjEzMTQ2NzI3NTkyNTEzNTM2", - "rest_id": "1213146727592513536", + "id": "VXNlcjo5NTE2ODkxNzExMzkxNDE2MzI=", + "rest_id": "951689171139141632", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": true, + "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Jan 03 17:15:08 +0000 2020", + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jan 12 05:35:54 +0000 2018", "default_profile": true, "default_profile_image": false, - "description": "I am the creator of https://t.co/IcltINNUnh \nThe 1st \"Crypto Social Trading Community\"\nTechnical Analyst. I am good at explaining complex things in simple terms", + "description": "SDE-1 @Flipkart || SWE Intern'20 @Walmart || IGDTUW'21 || Rants, my own !", "entities": { "description": { - "urls": [ - { - "display_url": "CryptoSTC.com", - "expanded_url": "http://CryptoSTC.com", - "url": "https://t.co/IcltINNUnh", - "indices": [ - 20, - 43 - ] - } - ] + "urls": [] }, "url": { "urls": [ { - "display_url": "CryptoSTC.com", - "expanded_url": "https://CryptoSTC.com", - "url": "https://t.co/4v5sTvgOgu", + "display_url": "linkedin.com/in/jashpreet-m…", + "expanded_url": "https://www.linkedin.com/in/jashpreet-malhotra/", + "url": "https://t.co/QvJnf2ZWRD", "indices": [ 0, 23 @@ -1640,38 +1490,100 @@ } }, "fast_followers_count": 0, - "favourites_count": 155, - "followers_count": 168, - "friends_count": 561, - "has_custom_timelines": false, + "favourites_count": 13615, + "followers_count": 6454, + "friends_count": 457, + "has_custom_timelines": true, "is_translator": false, - "listed_count": 2, - "location": "Florida", - "media_count": 159, - "name": "KRJcrypto", - "normal_followers_count": 168, + "listed_count": 0, + "location": "", + "media_count": 480, + "name": "Jashpreet Malhotra", + "normal_followers_count": 6454, "pinned_tweet_ids_str": [ - "1699796334876995984" + "1427595092387254272" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1213146727592513536/1690862779", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1685883802155991040/3glLWKyt_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1581216546545770496/qMCJORtO_normal.jpg", "profile_interstitial_type": "", - "screen_name": "KRJcrypto", - "statuses_count": 289, + "screen_name": "jashpreett", + "statuses_count": 3334, "translator_type": "none", - "url": "https://t.co/4v5sTvgOgu", + "url": "https://t.co/QvJnf2ZWRD", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-181944946", + "sortIndex": "1719749367180558317", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxODE5NDQ5NDY=", + "rest_id": "181944946", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Aug 23 12:49:38 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Software engineer that loves fishing! Thread account: @jianhang_gao", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 1269, + "followers_count": 1219, + "friends_count": 509, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 17, + "location": "Fremont, CA", + "media_count": 170, + "name": "James Gao", + "normal_followers_count": 1219, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/181944946/1426093438", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1598397785543303168/XGweqo27_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "jianhangg", + "statuses_count": 1209, + "translator_type": "regular", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1614822703860486145", + "rest_id": "1456030014873292803", "professional_type": "Creator", "category": [ { - "id": 144, - "name": "Education", + "id": 804, + "name": "Fishing Store", "icon_name": "IconBriefcaseStroke" } ] @@ -1687,8 +1599,8 @@ } }, { - "entryId": "user-1700200153003462657", - "sortIndex": "1700203035482914795", + "entryId": "user-1064142348", + "sortIndex": "1719749367180558316", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1698,19 +1610,97 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNzAwMjAwMTUzMDAzNDYyNjU3", - "rest_id": "1700200153003462657", + "id": "VXNlcjoxMDY0MTQyMzQ4", + "rest_id": "1064142348", "affiliates_highlighted_label": {}, - "has_graduated_access": false, + "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Jan 05 22:24:35 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "saké enjoyer", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "tofuhouse.foundnone.xyz", + "expanded_url": "https://tofuhouse.foundnone.xyz/", + "url": "https://t.co/Yowudno2vj", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 14607, + "followers_count": 3027, + "friends_count": 1264, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 26, + "location": "Takumi's Sake Bar", + "media_count": 1850, + "name": "foundnone.eth", + "normal_followers_count": 3027, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1064142348/1673678340", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1618627614759096325/9MX_yuDW_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "transmental", + "statuses_count": 17135, + "translator_type": "none", + "url": "https://t.co/Yowudno2vj", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1711853163387764736", + "sortIndex": "1719749367180558315", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzExODUzMTYzMzg3NzY0NzM2", + "rest_id": "1711853163387764736", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "protected": true, "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 17:31:53 +0000 2023", + "can_media_tag": false, + "created_at": "Tue Oct 10 21:16:29 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "", + "description": "I'm a creative soul who enjoys exploring different forms of art and sharing my discoveries with the world. Follow along on my adventures, and I promise to surpr", "entities": { "description": { "urls": [] @@ -1719,20 +1709,21 @@ "fast_followers_count": 0, "favourites_count": 0, "followers_count": 0, - "friends_count": 2, + "friends_count": 7, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", "media_count": 0, - "name": "Pretty Girl", + "name": "Nicole Langley", "normal_followers_count": 0, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700200295811215360/X6FfR91p_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1711853163387764736/1698849231", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719724375807770624/XxY5cKOK_normal.jpg", "profile_interstitial_type": "", - "screen_name": "PrettyGirl41155", - "statuses_count": 0, + "screen_name": "NicoleLang33239", + "statuses_count": 2, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1749,8 +1740,8 @@ } }, { - "entryId": "user-1698587429291065344", - "sortIndex": "1700203035482914794", + "entryId": "user-1716620407594184704", + "sortIndex": "1719749367180558314", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1760,70 +1751,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjk4NTg3NDI5MjkxMDY1MzQ0", - "rest_id": "1698587429291065344", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Mon Sep 04 06:43:17 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 62, - "followers_count": 108, - "friends_count": 631, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 4, - "name": "Abdul Ghafar", - "normal_followers_count": 108, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698588368664403968/h316W0qA_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "abduGhafa33718", - "statuses_count": 726, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700196417409585153", - "sortIndex": "1700203035482914793", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTk2NDE3NDA5NTg1MTUz", - "rest_id": "1700196417409585153", + "id": "VXNlcjoxNzE2NjIwNDA3NTk0MTg0NzA0", + "rest_id": "1716620407594184704", "affiliates_highlighted_label": {}, "has_graduated_access": false, "is_blue_verified": false, @@ -1831,10 +1760,10 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Fri Sep 08 17:17:08 +0000 2023", + "created_at": "Tue Oct 24 00:59:34 +0000 2023", "default_profile": true, - "default_profile_image": true, - "description": "", + "default_profile_image": false, + "description": "Gods determine what you're going to be。", "entities": { "description": { "urls": [] @@ -1842,543 +1771,21 @@ }, "fast_followers_count": 0, "favourites_count": 0, - "followers_count": 0, - "friends_count": 3, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "David dremsa", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", - "profile_interstitial_type": "", - "screen_name": "DremsaDavi88193", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1679234025234534400", - "sortIndex": "1700203035482914792", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjc5MjM0MDI1MjM0NTM0NDAw", - "rest_id": "1679234025234534400", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Jul 12 21:00:06 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "ƬΉΣ 𓃵 | ΛKΛ “𝙏𝙝𝙚 𝙋𝙝𝙞𝙡𝙤𝙨𝙤𝙥𝙝𝙚𝙧 𝘾𝙀𝙊” |😎 𝙊𝙂 𝕏 ¢σηтєηт ¢яєαтσя🥷 |♻️_ 𝙎𝙂𝙎•𝘾𝙤𝙁𝙤𝙪𝙣𝙙𝙚𝙧 _ 🌎| 🫡JØł₦ ₮ⱧɆ ⱧɆⱤĐ 🐐", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "solaroofglobalsolutions.com", - "expanded_url": "http://solaroofglobalsolutions.com", - "url": "https://t.co/kwNh7iaE7E", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 3627, - "followers_count": 533, - "friends_count": 2050, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "ENLIGHTNING THE HERD 🕯️ ", - "media_count": 610, - "name": "THEGOAT.X 𓃵", - "normal_followers_count": 533, - "pinned_tweet_ids_str": [ - "1700169326450602224" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1679234025234534400/1694169934", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699122819349766144/vehMzMGP_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "THEGOATdotX", - "statuses_count": 2104, - "translator_type": "none", - "url": "https://t.co/kwNh7iaE7E", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1679238082430894082", - "professional_type": "Creator", - "category": [ - { - "id": 958, - "name": "Entrepreneur", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1246876430887194625", - "sortIndex": "1700203035482914791", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjQ2ODc2NDMwODg3MTk0NjI1", - "rest_id": "1246876430887194625", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Sun Apr 05 19:04:50 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 119, - "followers_count": 179, - "friends_count": 4905, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 5, - "location": "", - "media_count": 50, - "name": "aimhxr", - "normal_followers_count": 179, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1246876430887194625/1649475129", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1674863245461446681/xelqBtUi_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "aimhxr", - "statuses_count": 82, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1272949474843930626", - "sortIndex": "1700203035482914790", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjcyOTQ5NDc0ODQzOTMwNjI2", - "rest_id": "1272949474843930626", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Tue Jun 16 17:49:51 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Software developer\nInto EVM based blockchains, NextJs, AngularJs, etc.\nNIT KKR - 22", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "sharayus.substack.com", - "expanded_url": "https://sharayus.substack.com", - "url": "https://t.co/3WfjyYoT7O", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 2317, - "followers_count": 153, - "friends_count": 411, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "localhost:4200", - "media_count": 56, - "name": "Sharayu", - "normal_followers_count": 153, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1272949474843930626/1691656535", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689615122707382272/2lS93kJf_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "qua_intrelle7", - "statuses_count": 1140, - "translator_type": "none", - "url": "https://t.co/3WfjyYoT7O", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1521010676390514689", - "professional_type": "Creator", - "category": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1512567236027985928", - "sortIndex": "1700203035482914789", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTEyNTY3MjM2MDI3OTg1OTI4", - "rest_id": "1512567236027985928", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Apr 08 23:05:16 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "Engineer, Geek, Catholic, Teetotaler, Foodie , Igbo, Nigerian. Changing the world.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "techpoliticaljunkie.blogspot.com", - "expanded_url": "http://techpoliticaljunkie.blogspot.com", - "url": "https://t.co/OKQ2S3kPLs", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 22, - "followers_count": 13, - "friends_count": 17, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Lagos, Nigeria", - "media_count": 4, - "name": "Ifeanyi Aneke", - "normal_followers_count": 13, - "pinned_tweet_ids_str": [ - "1678504407946633216" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1512567236027985928/1688742989", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1677327549586702342/dAQR7R20_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "ifeanyianeke", - "statuses_count": 22, - "translator_type": "none", - "url": "https://t.co/OKQ2S3kPLs", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1677326973880639493", - "professional_type": "Creator", - "category": [ - { - "id": 713, - "name": "Science & Technology", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1262266270910726145", - "sortIndex": "1700203035482914788", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjYyMjY2MjcwOTEwNzI2MTQ1", - "rest_id": "1262266270910726145", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Mon May 18 06:18:57 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Opino porque sino exploto. POV de como veo lo que me rodea", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 459, "followers_count": 3, - "friends_count": 50, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 0, - "location": "La Habana, Cuba", - "media_count": 14, - "name": "Ifaj28", - "normal_followers_count": 3, - "pinned_tweet_ids_str": [ - "1654093727898513408" - ], - "possibly_sensitive": true, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1262266270910726145/1683249576", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1653164472113020942/XpFSmsLs_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "Ifaj282", - "statuses_count": 104, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1654293992148721666", - "professional_type": "Creator", - "category": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1508250091034841092", - "sortIndex": "1700203035482914787", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTA4MjUwMDkxMDM0ODQxMDky", - "rest_id": "1508250091034841092", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Mon Mar 28 01:10:30 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "i am invincible", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 2411, - "followers_count": 153, - "friends_count": 497, + "friends_count": 173, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "Github", - "media_count": 76, - "name": "Yeule (e/con)", - "normal_followers_count": 153, - "pinned_tweet_ids_str": [ - "1700192447966363738" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1508250091034841092/1691254463", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695743459745763328/js0ZHwey_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "yeule0", - "statuses_count": 2372, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1587621244383670272", - "sortIndex": "1700203035482914786", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTg3NjIxMjQ0MzgzNjcwMjcy", - "rest_id": "1587621244383670272", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Wed Nov 02 01:43:28 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "Working to become, not to acquire 💪\nStudent of Information Technology @ Sathyabama University, Chennai.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 10, - "followers_count": 3, - "friends_count": 19, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Chennai, India ", - "media_count": 0, - "name": "Sɪᴠᴀ Sᴜɴᴅᴀʀ", + "location": "Singapore", + "media_count": 3, + "name": "Jillian", "normal_followers_count": 3, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1587621244383670272/1694192883", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700194642422280192/LVJA8HX1_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1716620407594184704/1698109212", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1716620427018080256/_oaSzUSK_normal.jpg", "profile_interstitial_type": "", - "screen_name": "SIVA_SUNDAR_08", + "screen_name": "theighneau18982", "statuses_count": 3, "translator_type": "none", "verified": false, @@ -2396,8 +1803,8 @@ } }, { - "entryId": "user-1685622667498475520", - "sortIndex": "1700203035482914785", + "entryId": "user-1591831936972079105", + "sortIndex": "1719749367180558313", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2407,8 +1814,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjg1NjIyNjY3NDk4NDc1NTIw", - "rest_id": "1685622667498475520", + "id": "VXNlcjoxNTkxODMxOTM2OTcyMDc5MTA1", + "rest_id": "1591831936972079105", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -2416,58 +1823,1607 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Sun Jul 30 12:06:01 +0000 2023", + "created_at": "Sun Nov 13 16:35:54 +0000 2022", "default_profile": true, "default_profile_image": false, - "description": "Musica Crossover aqui en Music Max\nTiktok: https://t.co/6g0njQZpIw\nYoutube : https://t.co/etjGxs5dYL", + "description": "", "entities": { "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2484, + "followers_count": 101, + "friends_count": 1150, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1, + "location": "", + "media_count": 7, + "name": "Olasupo Babatunde", + "normal_followers_count": 101, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1591832236072091653/GHhEP6yW_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "EmirogluNG", + "statuses_count": 102, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1716715574963666944", + "sortIndex": "1719749367180558312", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE2NzE1NTc0OTYzNjY2OTQ0", + "rest_id": "1716715574963666944", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Oct 24 07:19:32 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 88, + "followers_count": 3, + "friends_count": 12, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Rafat Inirat", + "normal_followers_count": 3, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1716716037796663296/YPCMHp0Y_normal.png", + "profile_interstitial_type": "", + "screen_name": "Rafatnairatt", + "statuses_count": 37, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1603312964949327874", + "sortIndex": "1719749367180558311", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjAzMzEyOTY0OTQ5MzI3ODc0", + "rest_id": "1603312964949327874", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Dec 15 08:56:39 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Welcome to Yuhang district in Hangzhou, the starting point of the south end of the Beijing-Hangzhou Grand Canal and the birthplace of Liangzhu Culture.", + "entities": { + "description": { + "urls": [] + }, + "url": { "urls": [ { - "display_url": "tiktok.com/@musicmax500", - "expanded_url": "http://tiktok.com/@musicmax500", - "url": "https://t.co/6g0njQZpIw", + "display_url": "yhcb.eyh.cn/html/2022-12/2…", + "expanded_url": "http://yhcb.eyh.cn/html/2022-12/23/node_1.htm", + "url": "https://t.co/1gt2Hpk4LY", "indices": [ - 43, - 66 - ] - }, - { - "display_url": "youtube.com/@musicmax500", - "expanded_url": "https://www.youtube.com/@musicmax500", - "url": "https://t.co/etjGxs5dYL", - "indices": [ - 77, - 100 + 0, + 23 ] } ] } }, "fast_followers_count": 0, - "favourites_count": 4, - "followers_count": 1, - "friends_count": 148, + "favourites_count": 756, + "followers_count": 4280, + "friends_count": 654, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 17, + "location": "Hangzhou, China", + "media_count": 202, + "name": "Discover Yuhang", + "normal_followers_count": 4280, + "pinned_tweet_ids_str": [ + "1718888244928979295" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1603312964949327874/1671094844", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603313243354603521/iEWpR0n0_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DiscoverYuhang", + "statuses_count": 351, + "translator_type": "none", + "url": "https://t.co/1gt2Hpk4LY", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1345294111159459841", + "sortIndex": "1719749367180558310", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzQ1Mjk0MTExMTU5NDU5ODQx", + "rest_id": "1345294111159459841", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat Jan 02 09:03:05 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "एक भारत श्रेष्ठ भारत", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11151, + "followers_count": 21, + "friends_count": 514, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", - "media_count": 11, - "name": "Music Max", - "normal_followers_count": 1, + "media_count": 0, + "name": "Anand Singh", + "normal_followers_count": 21, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1685622774574845952/lZx6xima_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1345294864011853824/sxLMEn3B_normal.jpg", "profile_interstitial_type": "", - "screen_name": "musicmax500", + "screen_name": "AnandSi00926642", + "statuses_count": 349, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1569336650521800704", + "sortIndex": "1719749367180558309", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTY5MzM2NjUwNTIxODAwNzA0", + "rest_id": "1569336650521800704", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Sep 12 14:46:48 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "IOT Developer", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 7, + "followers_count": 2, + "friends_count": 14, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "India,Karnataka ", + "media_count": 0, + "name": "Samartha_Gs", + "normal_followers_count": 2, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1569336650521800704/1662994930", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719723715548909568/Zb4k2PDW_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Samarth600", + "statuses_count": 1, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-456878088", + "sortIndex": "1719749367180558308", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NTY4NzgwODg=", + "rest_id": "456878088", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "protected": true, + "can_dm": false, + "can_media_tag": false, + "created_at": "Fri Jan 06 19:31:51 +0000 2012", + "default_profile": true, + "default_profile_image": false, + "description": "Lawyer and Criminal Justice Researcher", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 14, + "followers_count": 12, + "friends_count": 888, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Ross Miller", + "normal_followers_count": 12, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1046766826837790720/0Kw_FhTT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "rossmmiller", + "statuses_count": 3, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1860526422", + "sortIndex": "1719749367180558307", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxODYwNTI2NDIy", + "rest_id": "1860526422", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Sep 13 13:07:35 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Effort is another name for miracle", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 448, + "friends_count": 8, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Thomas city, WV, USA", + "media_count": 2, + "name": "Miya", + "normal_followers_count": 448, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1860526422/1698767836", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719383033000996864/FCGqReDd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "xiaoxisix", "statuses_count": 46, "translator_type": "none", "verified": false, "want_retweets": false, "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1700600516756336641", + "sortIndex": "1719749367180558306", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzAwNjAwNTE2NzU2MzM2NjQx", + "rest_id": "1700600516756336641", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Sep 09 20:02:51 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "#CHRIST #CRSIS #LUCIFER #BB #CHINA", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "adsmanager.facebook.com.my", + "expanded_url": "https://adsmanager.facebook.com.my", + "url": "https://t.co/6Fx0AEQELw", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 38, + "followers_count": 29, + "friends_count": 287, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "noun", + "media_count": 1, + "name": "ChongChong", + "normal_followers_count": 29, + "pinned_tweet_ids_str": [], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1700600516756336641/1698844547", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719704553992450048/jkXi21wK_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "WILSON_CHONG454", + "statuses_count": 10, + "translator_type": "none", + "url": "https://t.co/6Fx0AEQELw", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1719714286350823904", + "professional_type": "Creator", + "category": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-11339402", + "sortIndex": "1719749367180558305", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTMzOTQwMg==", + "rest_id": "11339402", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Dec 19 16:12:01 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "🇺🇸 #Patriot 🇺🇸 #FreeSpeech 🇺🇸 #Engineer 🇺🇸 VH1 📺 #Tech #StartUps ...........☥........... Question Everything! 🚫🧬💉🚫 #TRUMP2024", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "askjdog.com", + "expanded_url": "https://askjdog.com", + "url": "https://t.co/BdflJo8yb6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 56248, + "followers_count": 4107, + "friends_count": 5000, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 88, + "location": "1984", + "media_count": 2315, + "name": "𝐉𝐃𝐎𝐆 𝒰𝓃𝓁𝑒𝒶𝓈𝒽𝑒𝒹┊ᴠʜ1 ʟᴇɢᴀᴄʏ", + "normal_followers_count": 4107, + "pinned_tweet_ids_str": [ + "1718824306703282582" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/11339402/1698635912", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711604799731621888/1L0Ipeeh_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ASKJDOG", + "statuses_count": 23786, + "translator_type": "none", + "url": "https://t.co/BdflJo8yb6", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1719705586923884544", + "sortIndex": "1719749367180558304", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE5NzA1NTg2OTIzODg0NTQ0", + "rest_id": "1719705586923884544", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Nov 01 13:19:10 +0000 2023", + "default_profile": true, + "default_profile_image": true, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 1, + "followers_count": 0, + "friends_count": 8, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Harika Pati", + "normal_followers_count": 0, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", + "profile_interstitial_type": "", + "screen_name": "PatiHarika0103", + "statuses_count": 0, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-577417379", + "sortIndex": "1719749367180558303", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1Nzc0MTczNzk=", + "rest_id": "577417379", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "protected": true, + "can_dm": false, + "can_media_tag": false, + "created_at": "Fri May 11 20:00:47 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 63, + "followers_count": 56, + "friends_count": 92, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Galway", + "media_count": 10, + "name": "JUICE", + "normal_followers_count": 56, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/577417379/1388292037", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/882686828997996544/p-y3gZXR_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "OisinJSlevin", + "statuses_count": 483, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1713080517560815616", + "sortIndex": "1719749367180558302", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzEzMDgwNTE3NTYwODE1NjE2", + "rest_id": "1713080517560815616", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat Oct 14 06:33:32 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 368, + "followers_count": 80, + "friends_count": 126, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "BullBearA", + "normal_followers_count": 80, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1713080666542505984/B_WELXAH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "bear_abcd", + "statuses_count": 30, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-47415302", + "sortIndex": "1719749367180558301", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQxNTMwMg==", + "rest_id": "47415302", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "protected": true, + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Jun 15 19:11:43 +0000 2009", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 1633, + "followers_count": 4, + "friends_count": 1692, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 1, + "name": "Mukul Agochiya", + "normal_followers_count": 4, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/745779693153095685/2ucF4aJD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "magochiya", + "statuses_count": 10275, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1694351224936783872", + "sortIndex": "1719749367180558300", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjk0MzUxMjI0OTM2NzgzODcy", + "rest_id": "1694351224936783872", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Aug 23 14:09:57 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Automate bug triage & root cause analysis to solve bugs quickly & get back to building!", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 8, + "followers_count": 10, + "friends_count": 5, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Silicon Valley", + "media_count": 0, + "name": "Waypoint AI", + "normal_followers_count": 10, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1694351224936783872/1696782470", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711054504840536064/FCf3q7ty_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "waypointai", + "statuses_count": 6, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] }, "professional": { - "rest_id": "1698088892618936485", + "rest_id": "1711054630980051383", + "professional_type": "Business", + "category": [ + { + "id": 715, + "name": "Software Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1695152172629999616", + "sortIndex": "1719749367180558299", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjk1MTUyMTcyNjI5OTk5NjE2", + "rest_id": "1695152172629999616", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Aug 25 19:12:35 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 6, + "friends_count": 80, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "macmanbd", + "normal_followers_count": 6, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695152280654290944/jtvoSFPF_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "macmanbd1", + "statuses_count": 1, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1708523919567638529", + "sortIndex": "1719749367180558298", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzA4NTIzOTE5NTY3NjM4NTI5", + "rest_id": "1708523919567638529", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Oct 01 16:47:24 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 3, + "followers_count": 7, + "friends_count": 4, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Carolyn Gonzalez ❤️ Memecoin", + "normal_followers_count": 7, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719685769953259520/WrqARgIB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CarolynGon16983", + "statuses_count": 1, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1677372795200626689", + "sortIndex": "1719749367180558297", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjc3MzcyNzk1MjAwNjI2Njg5", + "rest_id": "1677372795200626689", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Jul 07 17:43:40 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "bnc社区秒回", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11, + "followers_count": 486, + "friends_count": 676, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": " Bluffdale", + "media_count": 0, + "name": "Allyson Pena", + "normal_followers_count": 486, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1677372795200626689/1688923539", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1678092993444683776/FF774nGn_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AmaiaBowen9066", + "statuses_count": 11, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1708523788231749632", + "sortIndex": "1719749367180558296", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzA4NTIzNzg4MjMxNzQ5NjMy", + "rest_id": "1708523788231749632", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Oct 01 16:46:49 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 9, + "followers_count": 5, + "friends_count": 4, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Lasana Clarke ❤️ Memecoin", + "normal_followers_count": 5, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719680050612899840/wnixIhqB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ClarkeLasa21356", + "statuses_count": 1, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-564375574", + "sortIndex": "1719749367180558295", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1NjQzNzU1NzQ=", + "rest_id": "564375574", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Apr 27 07:26:43 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "I just run. Fury friends my besties. ☺️", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2206, + "followers_count": 145, + "friends_count": 558, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1, + "location": "", + "media_count": 8, + "name": "Megatron", + "normal_followers_count": 145, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/564375574/1440647456", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1250863934594265088/oHci5NGz_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "meg_aroo", + "statuses_count": 460, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1657359807341547523", + "sortIndex": "1719749367180558294", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjU3MzU5ODA3MzQxNTQ3NTIz", + "rest_id": "1657359807341547523", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat May 13 12:19:19 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "100フォロワー目指しています。", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "youtube.com", + "expanded_url": "http://youtube.com", + "url": "https://t.co/PK8LyNNPLh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 106, + "followers_count": 36, + "friends_count": 228, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "日本、Japan", + "media_count": 14, + "name": "はるき.😎✨𝕏", + "normal_followers_count": 36, + "pinned_tweet_ids_str": [ + "1718967119222902832" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1657359807341547523/1696888421", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711500046569820160/k17xZtkw_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "haruki_gou1", + "statuses_count": 143, + "translator_type": "none", + "url": "https://t.co/PK8LyNNPLh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1693545481140666505", + "professional_type": "Business", + "category": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1519675633919750145", + "sortIndex": "1719749367180558293", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTE5Njc1NjMzOTE5NzUwMTQ1", + "rest_id": "1519675633919750145", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Apr 28 13:51:32 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Man", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 83, + "followers_count": 34, + "friends_count": 147, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1, + "location": "", + "media_count": 2, + "name": "mousika(💙,🧡)❤️ Memecoin", + "normal_followers_count": 34, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1519675633919750145/1658139268", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1527977426789486593/VrF6aOju_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "baotanhuy2", + "statuses_count": 158, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1455941755098984454", + "sortIndex": "1719749367180558292", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDU1OTQxNzU1MDk4OTg0NDU0", + "rest_id": "1455941755098984454", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Nov 03 16:55:52 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Bigwincrypto", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 526, + "followers_count": 54, + "friends_count": 413, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 3, + "location": "", + "media_count": 58, + "name": "Big Win", + "normal_followers_count": 54, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1455941755098984454/1636212749", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592542196271497216/XlBhxiCO_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Trump_Cz", + "statuses_count": 937, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1540046012286439425", + "sortIndex": "1719749367180558291", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTQwMDQ2MDEyMjg2NDM5NDI1", + "rest_id": "1540046012286439425", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 23 18:56:14 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "#Orangeburg Open M-W: 10am-6pm|T-F: 10am-7pm|Sat: 11am-7pm|Sun: 12pm-7pm|Pickup+Delivery|📲(803)747-7450 #Orangeburgsc|#OrangeburgCounty ⬇️", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "getitwhipped.com", + "expanded_url": "https://www.getitwhipped.com", + "url": "https://t.co/QXye6TYU9a", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3, + "followers_count": 365, + "friends_count": 2749, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 2, + "location": "Orangeburg, SC", + "media_count": 31, + "name": "Whipped Sweets & Treats", + "normal_followers_count": 365, + "pinned_tweet_ids_str": [ + "1674758110190215168" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1540046012286439425/1691763841", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1541151609513730048/MI7aKHV__normal.jpg", + "profile_interstitial_type": "", + "screen_name": "getit_whipped", + "statuses_count": 35, + "translator_type": "none", + "url": "https://t.co/QXye6TYU9a", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1541152742428794882", + "professional_type": "Business", + "category": [ + { + "id": 357, + "name": "Dessert Shop", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1529505774489284609", + "sortIndex": "1719749367180558290", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTI5NTA1Nzc0NDg5Mjg0NjA5", + "rest_id": "1529505774489284609", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed May 25 16:53:39 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "aka: Kevin Mohan • #magician • #student (computer science) and #cryptocurrency enthusiast #XRP #BTC #CSPR #HBAR and friends. #momagic.net", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "momagic.net", + "expanded_url": "http://www.momagic.net", + "url": "https://t.co/zI5cau4FkQ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2293, + "followers_count": 256, + "friends_count": 451, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 2, + "location": "New Haven, CT", + "media_count": 18, + "name": "Mo magic", + "normal_followers_count": 256, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1529505774489284609/1685168189", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1666394600968167425/sLEBaEp__normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Momagic1111", + "statuses_count": 594, + "translator_type": "none", + "url": "https://t.co/zI5cau4FkQ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1692151101364072477", "professional_type": "Business", "category": [ { @@ -2488,8 +3444,8 @@ } }, { - "entryId": "user-111699117", - "sortIndex": "1700203035482914784", + "entryId": "user-1719665535191744512", + "sortIndex": "1719749367180558289", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2499,966 +3455,54 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMTE2OTkxMTc=", - "rest_id": "111699117", + "id": "VXNlcjoxNzE5NjY1NTM1MTkxNzQ0NTEy", + "rest_id": "1719665535191744512", "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Feb 05 21:28:39 +0000 2010", - "default_profile": false, - "default_profile_image": false, - "description": "I like my speech free and extra spicy.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 3567, - "followers_count": 906, - "friends_count": 1031, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 14, - "location": "", - "media_count": 607, - "name": "zshn", - "normal_followers_count": 906, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/111699117/1683358301", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1686580016572932096/b4KHXeTp_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "1lazydev", - "statuses_count": 9512, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1679776189601419266", - "professional_type": "Creator", - "category": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-95723808", - "sortIndex": "1700203035482914783", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo5NTcyMzgwOA==", - "rest_id": "95723808", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, + "has_graduated_access": false, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": true, "can_media_tag": true, - "created_at": "Wed Dec 09 20:21:36 +0000 2009", - "default_profile": false, - "default_profile_image": false, - "description": "Naturopathic Educator | Founder https://t.co/b7xxtwRfaZ | #bitcoin Fix the Money | Creation is ongoing", - "entities": { - "description": { - "urls": [ - { - "display_url": "SchweitzerFormula.com", - "expanded_url": "http://SchweitzerFormula.com", - "url": "https://t.co/b7xxtwRfaZ", - "indices": [ - 32, - 55 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "schweitzerformula.com", - "expanded_url": "http://www.schweitzerformula.com", - "url": "https://t.co/3mPsWitwCt", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 876, - "followers_count": 316, - "friends_count": 1437, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 8, - "location": "Williamsport, PA, US", - "media_count": 30, - "name": "CosmicPatriot", - "normal_followers_count": 316, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/95723808/1645038050", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1433591655526019083/2Y-P09Bn_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "daviddefebo", - "statuses_count": 471, - "translator_type": "none", - "url": "https://t.co/3mPsWitwCt", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1478928642289942528", - "professional_type": "Business", - "category": [ - { - "id": 601, - "name": "Naturopath", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1094992658118963201", - "sortIndex": "1700203035482914782", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMDk0OTkyNjU4MTE4OTYzMjAx", - "rest_id": "1094992658118963201", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Mon Feb 11 16:12:48 +0000 2019", + "created_at": "Wed Nov 01 10:40:00 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "Bioethicist and philosopher", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "webimmunization.cm-uj.krakow.pl", - "expanded_url": "https://webimmunization.cm-uj.krakow.pl", - "url": "https://t.co/WlzACN9T7Q", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 4715, - "followers_count": 307, - "friends_count": 584, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 5, - "location": "Krakow, Poland", - "media_count": 21, - "name": "Jan Piasecki", - "normal_followers_count": 307, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1094992658118963201/1558713079", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1094993036059267073/gwOaDn6h_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "JJPiasecki", - "statuses_count": 577, - "translator_type": "none", - "url": "https://t.co/WlzACN9T7Q", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700184009844908032", - "sortIndex": "1700203035482914781", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTg0MDA5ODQ0OTA4MDMy", - "rest_id": "1700184009844908032", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 16:27:20 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", + "description": "قدت قميصي واسرفت في وصلها", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 1, + "favourites_count": 15, + "followers_count": 1, + "friends_count": 33, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "", + "location": "Riyadh", "media_count": 0, - "name": "australian foundation", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700184053889253376/y-FrR_VU_normal.png", - "profile_interstitial_type": "", - "screen_name": "australian22160", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700183284129714176", - "sortIndex": "1700203035482914780", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTgzMjg0MTI5NzE0MTc2", - "rest_id": "1700183284129714176", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "protected": true, - "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Sep 08 16:24:35 +0000 2023", - "default_profile": true, - "default_profile_image": true, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 2, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Ben10", - "normal_followers_count": 0, + "name": "x2", + "normal_followers_count": 1, "pinned_tweet_ids_str": [], "possibly_sensitive": true, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1719665535191744512/1698853580", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719667201538469888/ReKT5c3h_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Ben107555395931", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1639649204829077506", - "sortIndex": "1700203035482914779", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjM5NjQ5MjA0ODI5MDc3NTA2", - "rest_id": "1639649204829077506", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sat Mar 25 15:23:48 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "fight for revolution", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "reeltorealsituation.blogspot.com", - "expanded_url": "https://reeltorealsituation.blogspot.com", - "url": "https://t.co/tzrRpvS5zt", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 14, - "followers_count": 10, - "friends_count": 621, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Swadlincote, England", - "media_count": 11, - "name": "reeltorealsituation", - "normal_followers_count": 10, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1639649204829077506/1679930236", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640372409923502080/yC57ezB2_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "ShujatOsama", - "statuses_count": 13, - "translator_type": "none", - "url": "https://t.co/tzrRpvS5zt", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1005476113613840386", - "sortIndex": "1700203035482914778", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMDA1NDc2MTEzNjEzODQwMzg2", - "rest_id": "1005476113613840386", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Sat Jun 09 15:46:01 +0000 2018", - "default_profile": true, - "default_profile_image": false, - "description": "Software Developer", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "bento.me/dewaleolaoye", - "expanded_url": "https://bento.me/dewaleolaoye", - "url": "https://t.co/OXFNZdFoy6", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 77986, - "followers_count": 760, - "friends_count": 810, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "", - "media_count": 44, - "name": "Adewale Olaoye", - "normal_followers_count": 760, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1005476113613840386/1684077982", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1675880071784022024/qAHdgFOD_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "dewaleolaoye", - "statuses_count": 10510, - "translator_type": "none", - "url": "https://t.co/OXFNZdFoy6", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700181237674217472", - "sortIndex": "1700203035482914777", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTgxMjM3Njc0MjE3NDcy", - "rest_id": "1700181237674217472", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 16:16:17 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 0, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Daggy Lane", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700181317751914496/EES3galH_normal.png", - "profile_interstitial_type": "", - "screen_name": "DaggyL39756", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700176517932986368", - "sortIndex": "1700203035482914776", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTc2NTE3OTMyOTg2MzY4", - "rest_id": "1700176517932986368", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 15:57:59 +0000 2023", - "default_profile": true, - "default_profile_image": true, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 2, - "friends_count": 107, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Dhiraj VS Mali", - "normal_followers_count": 2, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", - "profile_interstitial_type": "", - "screen_name": "vs_dhiraj", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-811922977491140608", - "sortIndex": "1700203035482914775", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo4MTE5MjI5Nzc0OTExNDA2MDg=", - "rest_id": "811922977491140608", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Thu Dec 22 13:14:57 +0000 2016", - "default_profile": true, - "default_profile_image": true, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 5, - "followers_count": 4, - "friends_count": 92, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "", - "media_count": 1, - "name": "Lingchao Mao", - "normal_followers_count": 4, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", - "profile_interstitial_type": "", - "screen_name": "lingchm", - "statuses_count": 8, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1464520566", - "sortIndex": "1700203035482914774", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNDY0NTIwNTY2", - "rest_id": "1464520566", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue May 28 12:22:06 +0000 2013", - "default_profile": false, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 82, - "followers_count": 21, - "friends_count": 421, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 1, - "name": "Javed Iqbal", - "normal_followers_count": 21, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1464520566/1435907670", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/616867305226514432/B7bfCYYx_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "javedmeh", - "statuses_count": 19, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1448892477914509312", - "sortIndex": "1700203035482914773", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNDQ4ODkyNDc3OTE0NTA5MzEy", - "rest_id": "1448892477914509312", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "protected": true, - "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Oct 15 06:04:27 +0000 2021", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 310, - "followers_count": 36, - "friends_count": 435, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 6, - "location": "Philippines", - "media_count": 16, - "name": "Lea Manzano", - "normal_followers_count": 36, - "pinned_tweet_ids_str": [ - "1490932980847505409" - ], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1481518960223092736/asQTDd28_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "lxya_mi", - "statuses_count": 581, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1697963538738782208", - "sortIndex": "1700203035482914772", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjk3OTYzNTM4NzM4NzgyMjA4", - "rest_id": "1697963538738782208", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sat Sep 02 13:24:27 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 17, - "followers_count": 2, - "friends_count": 64, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 1, - "name": "Ar rayyan Muhammad", - "normal_followers_count": 2, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698098859430342656/rRhGYp_l_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "a_muhammad91548", + "screen_name": "a2x99", "statuses_count": 5, "translator_type": "none", "verified": false, "want_retweets": false, "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-610066969", - "sortIndex": "1700203035482914771", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo2MTAwNjY5Njk=", - "rest_id": "610066969", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Sat Jun 16 15:21:14 +0000 2012", - "default_profile": true, - "default_profile_image": false, - "description": "AI, Generative AI, Web Developer, Electronics Engineer, Space Science", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "gpbhupinder.com", - "expanded_url": "https://gpbhupinder.com", - "url": "https://t.co/kdzf9pH1G0", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 405, - "followers_count": 83, - "friends_count": 691, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "India", - "media_count": 82, - "name": "Gpbhupinder", - "normal_followers_count": 83, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/610066969/1690665946", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700109778809151488/Qt9vno7I_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "gpbhupinder", - "statuses_count": 132, - "translator_type": "none", - "url": "https://t.co/kdzf9pH1G0", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] }, "professional": { - "rest_id": "1693444379124383913", + "rest_id": "1719687176353358172", "professional_type": "Creator", "category": [ { - "id": 713, - "name": "Science & Technology", + "id": 1003, + "name": "Professional Sports League", "icon_name": "IconBriefcaseStroke" } ] @@ -3474,8 +3518,8 @@ } }, { - "entryId": "user-67540078", - "sortIndex": "1700203035482914770", + "entryId": "user-1658650152331034625", + "sortIndex": "1719749367180558288", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3485,71 +3529,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjo2NzU0MDA3OA==", - "rest_id": "67540078", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "protected": true, - "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Aug 21 06:01:32 +0000 2009", - "default_profile": false, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 1991, - "followers_count": 68, - "friends_count": 773, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 2, - "location": "Bengaluru, India", - "media_count": 27, - "name": "Yogesh Mahajan", - "normal_followers_count": 68, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1249340548906795010/GrzDYGAs_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "yogasmahajan", - "statuses_count": 759, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700166952352956416", - "sortIndex": "1700203035482914769", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTY2OTUyMzUyOTU2NDE2", - "rest_id": "1700166952352956416", + "id": "VXNlcjoxNjU4NjUwMTUyMzMxMDM0NjI1", + "rest_id": "1658650152331034625", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -3557,32 +3538,33 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Fri Sep 08 15:20:47 +0000 2023", + "created_at": "Wed May 17 01:46:30 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "", + "description": "Database report writer doing business in Spain #digitalcollectibles #eth #nftmarketplace", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 5, + "favourites_count": 59, + "followers_count": 20, + "friends_count": 67, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Muzammil Abbasi", - "normal_followers_count": 0, + "location": "Kansas City", + "media_count": 7, + "name": "Kerrick Jayquan ❤️ Memecoin", + "normal_followers_count": 20, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700167305416867840/4FGhTfls_normal.png", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1658650152331034625/1684288014", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1667266787971301379/8MQbnYWS_normal.jpg", "profile_interstitial_type": "", - "screen_name": "MuzammilAb4398", - "statuses_count": 0, + "screen_name": "venessavenetiab", + "statuses_count": 159, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3599,8 +3581,8 @@ } }, { - "entryId": "user-1662452574648418305", - "sortIndex": "1700203035482914768", + "entryId": "user-1506843641402335235", + "sortIndex": "1719749367180558287", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3610,81 +3592,16 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjYyNDUyNTc0NjQ4NDE4MzA1", - "rest_id": "1662452574648418305", + "id": "VXNlcjoxNTA2ODQzNjQxNDAyMzM1MjM1", + "rest_id": "1506843641402335235", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Sat May 27 13:36:33 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Parth Patel\nBTech CSE'27\nLearning in Public\nPython | Java | DSA", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 514, - "followers_count": 49, - "friends_count": 221, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "गुजरात, भारत", - "media_count": 9, - "name": "Parth", - "normal_followers_count": 49, - "pinned_tweet_ids_str": [ - "1699118858572029955" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1662452574648418305/1691056380", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698326176270585856/2pO6uzFt_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "ParthTw", - "statuses_count": 47, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700164790105358336", - "sortIndex": "1700203035482914767", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTY0NzkwMTA1MzU4MzM2", - "rest_id": "1700164790105358336", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Fri Sep 08 15:11:17 +0000 2023", + "created_at": "Thu Mar 24 04:02:40 +0000 2022", "default_profile": true, "default_profile_image": false, "description": "", @@ -3694,994 +3611,21 @@ } }, "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 9, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "bambang sunarto", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700164914336387072/qCI7QZWy_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "drafterwork", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1664644243246161921", - "sortIndex": "1700203035482914766", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjY0NjQ0MjQzMjQ2MTYxOTIx", - "rest_id": "1664644243246161921", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Jun 02 14:44:56 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 454, - "followers_count": 14, - "friends_count": 258, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 2, - "name": "jaleelKhan0007", - "normal_followers_count": 14, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664644520821116928/HUPEMOZV_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "JaleelKhan0007", - "statuses_count": 376, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-497620807", - "sortIndex": "1700203035482914765", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo0OTc2MjA4MDc=", - "rest_id": "497620807", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Mon Feb 20 05:47:28 +0000 2012", - "default_profile": false, - "default_profile_image": false, - "description": "This account now just follows, posts & reposts interesting topics incl. #animals #cars #nostalgia #ebay #stonks #tesla #follow #followback #growtogether - Drew", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 3633, - "followers_count": 1658, - "friends_count": 2679, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 27, - "location": "USA", - "media_count": 2556, - "name": "Animals Automobiles & Nostalgia", - "normal_followers_count": 1658, - "pinned_tweet_ids_str": [ - "1697841949154128312" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/497620807/1591237436", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696671488902901761/5g7KzRUx_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "AutoPartAccess", - "statuses_count": 25011, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700164112674598912", - "sortIndex": "1700203035482914764", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTY0MTEyNjc0NTk4OTEy", - "rest_id": "1700164112674598912", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 15:08:19 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 9, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Chuong Hoang Minh", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700164166793809920/TkzLuK_Z_normal.png", - "profile_interstitial_type": "", - "screen_name": "hminhchuong", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-39820044", - "sortIndex": "1700203035482914763", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjozOTgyMDA0NA==", - "rest_id": "39820044", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Wed May 13 19:59:05 +0000 2009", - "default_profile": false, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 26599, - "followers_count": 357, - "friends_count": 850, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "", - "media_count": 704, - "name": "Jorge Cortes", - "normal_followers_count": 357, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/39820044/1692570639", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693390509979398144/qvfLoPw7_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "jacortesmahmud", - "statuses_count": 17742, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1688056400469962752", - "sortIndex": "1700203035482914762", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjg4MDU2NDAwNDY5OTYyNzUy", - "rest_id": "1688056400469962752", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Aug 06 05:16:29 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Stay Wired to the Future: Your Source for All Things Tech! ⚡️", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 20, - "followers_count": 26, - "friends_count": 338, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 14, - "name": "Tech Affairs", - "normal_followers_count": 26, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1688056400469962752/1692671536", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688056468589682688/ALV6pAH1_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "techaffairs_", - "statuses_count": 398, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1693813612534436254", - "professional_type": "Business", - "category": [ - { - "id": 713, - "name": "Science & Technology", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1047413358276763648", - "sortIndex": "1700203035482914761", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMDQ3NDEzMzU4Mjc2NzYzNjQ4", - "rest_id": "1047413358276763648", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Wed Oct 03 09:09:39 +0000 2018", - "default_profile": true, - "default_profile_image": false, - "description": "⚽️🤖", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 1611, - "followers_count": 11684, - "friends_count": 146, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 242, - "location": "", - "media_count": 1869, - "name": "DB", - "normal_followers_count": 11684, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1047413358276763648/1690089019", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1659111703811072001/WPeeO7JR_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "DatoBHJ", - "statuses_count": 3307, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1601822774989049856", - "professional_type": "Creator", - "category": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700147917435043840", - "sortIndex": "1700203035482914760", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTQ3OTE3NDM1MDQzODQw", - "rest_id": "1700147917435043840", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 14:04:18 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 3, - "followers_count": 1, - "friends_count": 73, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "peter mlay", - "normal_followers_count": 1, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700148056086171649/253BF6Cy_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "Ghostm76987", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1639949030238085121", - "sortIndex": "1700203035482914759", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjM5OTQ5MDMwMjM4MDg1MTIx", - "rest_id": "1639949030238085121", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Mar 26 11:15:24 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Mathematician and web programmer, loves coding so much", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, "favourites_count": 2, - "followers_count": 3, - "friends_count": 88, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Us", - "media_count": 0, - "name": "Victor Ezealor", - "normal_followers_count": 3, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1657677695008882689/UcLKQX7F_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "EmiliaClar26221", - "statuses_count": 7, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700151002907676672", - "sortIndex": "1700203035482914758", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTUxMDAyOTA3Njc2Njcy", - "rest_id": "1700151002907676672", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Sep 08 14:16:15 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 1, + "followers_count": 4, + "friends_count": 37, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", "media_count": 0, - "name": "Benjen Martell", - "normal_followers_count": 0, + "name": "Mutabazi Jimmy", + "normal_followers_count": 4, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700151063700013056/4a1pDP88_normal.png", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1506843916880031747/6TzVvYlL_normal.jpg", "profile_interstitial_type": "", - "screen_name": "BenjenMart79603", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1695379877057155072", - "sortIndex": "1700203035482914757", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjk1Mzc5ODc3MDU3MTU1MDcy", - "rest_id": "1695379877057155072", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sat Aug 26 10:17:23 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Founder @ https://t.co/fLoSWn0VI2", - "entities": { - "description": { - "urls": [ - { - "display_url": "IDURARAPP.COM", - "expanded_url": "http://IDURARAPP.COM", - "url": "https://t.co/fLoSWn0VI2", - "indices": [ - 10, - 33 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "idurarapp.com", - "expanded_url": "https://www.idurarapp.com", - "url": "https://t.co/nGWHpPOEFa", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 10, - "followers_count": 8, - "friends_count": 278, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 4, - "name": "Salah Eddine Lalami", - "normal_followers_count": 8, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1695379877057155072/1693045410", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695380030396739584/Nx8nKDZR_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "lalamisdn", - "statuses_count": 12, - "translator_type": "none", - "url": "https://t.co/nGWHpPOEFa", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-318284390", - "sortIndex": "1700203035482914756", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjozMTgyODQzOTA=", - "rest_id": "318284390", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Thu Jun 16 07:19:50 +0000 2011", - "default_profile": false, - "default_profile_image": false, - "description": "Fondateur de l'agence Peak Ace (ex: Search Foresight). Formateur pour Formaseo sur le Ecommerce @abondance", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "formaseo.fr/page/formaseo-…", - "expanded_url": "https://www.formaseo.fr/page/formaseo-niveau-2-e-commerce-et-seo", - "url": "https://t.co/1k5UFvquCm", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 247, - "followers_count": 957, - "friends_count": 301, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 47, - "location": "France", - "media_count": 98, - "name": "Mathieu Chapon", - "normal_followers_count": 957, - "pinned_tweet_ids_str": [ - "1697500870047346732" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/318284390/1481808264", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687489282561196037/i89LVwt5_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "mathieujava", - "statuses_count": 1376, - "translator_type": "none", - "url": "https://t.co/1k5UFvquCm", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1586452973831573505", - "professional_type": "Creator", - "category": [ - { - "id": 480, - "name": "Marketing Agency", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1684031768436047872", - "sortIndex": "1700203035482914755", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjg0MDMxNzY4NDM2MDQ3ODcy", - "rest_id": "1684031768436047872", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Jul 26 02:44:13 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Trying @EngineAI | building @InsightX", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "linkedin.com/in/ish-srivast…", - "expanded_url": "https://www.linkedin.com/in/ish-srivastava-730776254", - "url": "https://t.co/igMFrLo5dk", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 60, - "followers_count": 21, - "friends_count": 354, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 7, - "name": "Ish Srivastava", - "normal_followers_count": 21, - "pinned_tweet_ids_str": [ - "1691789391210189210" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1684031768436047872/1690342363", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700030606175092736/NqRq9UPE_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "flink_ishh", - "statuses_count": 54, - "translator_type": "none", - "url": "https://t.co/igMFrLo5dk", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1700144910979006464", - "sortIndex": "1700203035482914754", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNzAwMTQ0OTEwOTc5MDA2NDY0", - "rest_id": "1700144910979006464", - "affiliates_highlighted_label": {}, - "has_graduated_access": false, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "protected": true, - "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Sep 08 13:52:33 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "I am a professional graphic designer working on cool and amazing logos, banners,overlays, emotes,3D gaming room, 2D/3D models rigging etc.❤️", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 2, - "friends_count": 54, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Laura Jon", - "normal_followers_count": 2, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1700144910979006464/1694191781", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700145099475222528/dp_nkd4U_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "laurajon360", - "statuses_count": 0, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1700151134705373395", - "professional_type": "Business", - "category": [ - { - "id": 1025, - "name": "Graphic Designer", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowersSgs", - "element": "user" - } - } - }, - { - "entryId": "user-1665159760583471105", - "sortIndex": "1700203035482914753", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjY1MTU5NzYwNTgzNDcxMTA1", - "rest_id": "1665159760583471105", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Jun 04 00:57:37 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 316, - "followers_count": 0, - "friends_count": 10, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "amita Sari", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1665160847164047362/8pBPm-7x_normal.png", - "profile_interstitial_type": "", - "screen_name": "kyuuutiiiii", + "screen_name": "MutabaziJimmy1", "statuses_count": 3, "translator_type": "none", "verified": false, @@ -4699,8 +3643,8 @@ } }, { - "entryId": "user-1278291460035674112", - "sortIndex": "1700203035482914752", + "entryId": "user-1717315220119461888", + "sortIndex": "1719749367180558286", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4710,44 +3654,42 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMjc4MjkxNDYwMDM1Njc0MTEy", - "rest_id": "1278291460035674112", + "id": "VXNlcjoxNzE3MzE1MjIwMTE5NDYxODg4", + "rest_id": "1717315220119461888", "affiliates_highlighted_label": {}, - "has_graduated_access": true, + "has_graduated_access": false, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": false, + "can_dm": true, "can_media_tag": true, - "created_at": "Wed Jul 01 11:37:01 +0000 2020", + "created_at": "Wed Oct 25 23:01:03 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "Faith •• Generating solutions•• Making small businesses grow •• All things awesome •• DM for Ads & paid partnerships ••", + "description": "ممحون ديوث مبادل ناعم نحيف عمري 17", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 295993, - "followers_count": 15273, - "friends_count": 4995, - "has_custom_timelines": true, + "favourites_count": 56, + "followers_count": 5, + "friends_count": 53, + "has_custom_timelines": false, "is_translator": false, - "listed_count": 9, - "location": "Kampala,Uganda", - "media_count": 3365, - "name": "Miss Candy 🧚🏼‍♀💜", - "normal_followers_count": 15273, - "pinned_tweet_ids_str": [ - "1699345902035427532" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1278291460035674112/1692382428", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1692600650603913216/YKLDx6dG_normal.jpg", + "listed_count": 0, + "location": "غرفة اختي", + "media_count": 3, + "name": "x3", + "normal_followers_count": 5, + "pinned_tweet_ids_str": [], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1717315220119461888/1698275581", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717318344422912000/KlB8ZjbM_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Miss__Candy__", - "statuses_count": 86136, + "screen_name": "v6v_O2", + "statuses_count": 31, "translator_type": "none", "verified": false, "want_retweets": false, @@ -4764,8 +3706,8 @@ } }, { - "entryId": "user-1700141068212133888", - "sortIndex": "1700203035482914751", + "entryId": "user-98447075", + "sortIndex": "1719749367180558285", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4775,18 +3717,108 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNzAwMTQxMDY4MjEyMTMzODg4", - "rest_id": "1700141068212133888", + "id": "VXNlcjo5ODQ0NzA3NQ==", + "rest_id": "98447075", "affiliates_highlighted_label": {}, - "has_graduated_access": false, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Dec 21 19:03:14 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Business", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thepitodo.com", + "expanded_url": "http://thepitodo.com", + "url": "https://t.co/s6mdoTDSJH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 29, + "followers_count": 525, + "friends_count": 987, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "Ho Chi Minh VietNam", + "media_count": 6, + "name": "Pi To Do", + "normal_followers_count": 525, + "pinned_tweet_ids_str": [ + "1719712105996415200" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/98447075/1698625756", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000388732839/4255f7f6a9f93c47301e969514e99015_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "hlong295", + "statuses_count": 90, + "translator_type": "none", + "url": "https://t.co/s6mdoTDSJH", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1718624618762981513", + "professional_type": "Creator", + "category": [ + { + "id": 132, + "name": "Commercial & Industrial", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1609157819537711106", + "sortIndex": "1719749367180558284", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjA5MTU3ODE5NTM3NzExMTA2", + "rest_id": "1609157819537711106", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Fri Sep 08 13:36:40 +0000 2023", + "created_at": "Sat Dec 31 12:01:42 +0000 2022", "default_profile": true, - "default_profile_image": true, + "default_profile_image": false, "description": "", "entities": { "description": { @@ -4794,21 +3826,271 @@ } }, "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 0, - "friends_count": 1, + "favourites_count": 9, + "followers_count": 1, + "friends_count": 18, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", "media_count": 0, - "name": "Russ", - "normal_followers_count": 0, + "name": "Jackie Stickney(💙,🧡)🛸", + "normal_followers_count": 1, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1609157819537711106/1672488241", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1609157875884085248/unsjlrI0_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Russ01124532401", + "screen_name": "JackieS87264001", + "statuses_count": 23, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1710491623522783232", + "sortIndex": "1719749367180558283", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzEwNDkxNjIzNTIyNzgzMjMy", + "rest_id": "1710491623522783232", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Oct 07 03:06:17 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 58, + "followers_count": 3, + "friends_count": 87, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "vishnu warrier", + "normal_followers_count": 3, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1710491623522783232/1696655605", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1710523517106802688/ADlYvXi8_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "vishnuwr89", + "statuses_count": 10, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1624081470665986049", + "sortIndex": "1719749367180558282", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjI0MDgxNDcwNjY1OTg2MDQ5", + "rest_id": "1624081470665986049", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Feb 10 16:23:04 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 8, + "followers_count": 1, + "friends_count": 23, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Элеонора", + "normal_followers_count": 1, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1624081627398782977/TjIYwNmC_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "leonora07921164", + "statuses_count": 11, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1684518101046669312", + "sortIndex": "1719749367180558281", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjg0NTE4MTAxMDQ2NjY5MzEy", + "rest_id": "1684518101046669312", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jul 27 10:56:46 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Coffee fan. Falls down a lot. Pop culture geek. Baconaholic. Tv expert. Zombie fanatic. Analyst.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 7, + "followers_count": 805, + "friends_count": 214, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 2, + "name": "Jerry Serrano", + "normal_followers_count": 805, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1684518379707842561/OUxpPrBg_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "flegertelarar", + "statuses_count": 2, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1719639912226668544", + "sortIndex": "1719749367180558280", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE5NjM5OTEyMjI2NjY4NTQ0", + "rest_id": "1719639912226668544", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Nov 01 08:58:29 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2, + "followers_count": 1, + "friends_count": 20, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Thandar Swe Zin", + "normal_followers_count": 1, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719640040224202752/uYuKQgb8_normal.png", + "profile_interstitial_type": "", + "screen_name": "ThandarZ47664", "statuses_count": 0, "translator_type": "none", "verified": false, @@ -4826,8 +4108,8 @@ } }, { - "entryId": "user-1691351934823964672", - "sortIndex": "1700203035482914750", + "entryId": "user-1492806091411177472", + "sortIndex": "1719749367180558279", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4837,69 +4119,42 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNjkxMzUxOTM0ODIzOTY0Njcy", - "rest_id": "1691351934823964672", + "id": "VXNlcjoxNDkyODA2MDkxNDExMTc3NDcy", + "rest_id": "1492806091411177472", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": true, + "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Tue Aug 15 07:31:48 +0000 2023", + "created_at": "Sun Feb 13 10:22:00 +0000 2022", "default_profile": true, "default_profile_image": false, - "description": "#Xshares is the first XFi project, aiming to buidl its unique X creator economics. $XToken \nhttps://t.co/yTxClRhkFl", + "description": "xinmanthanh", "entities": { "description": { - "urls": [ - { - "display_url": "app.xshares.io", - "expanded_url": "https://app.xshares.io", - "url": "https://t.co/yTxClRhkFl", - "indices": [ - 93, - 116 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "Xshares.io", - "expanded_url": "https://Xshares.io", - "url": "https://t.co/10TL4rs5Hy", - "indices": [ - 0, - 23 - ] - } - ] + "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 24, - "followers_count": 7693, - "friends_count": 3, + "favourites_count": 5, + "followers_count": 1, + "friends_count": 20, "has_custom_timelines": false, "is_translator": false, - "listed_count": 1, + "listed_count": 0, "location": "", - "media_count": 18, - "name": "Xshares.io", - "normal_followers_count": 7693, - "pinned_tweet_ids_str": [ - "1699742248303579513" - ], + "media_count": 1, + "name": "Chandler Bain Victor", + "normal_followers_count": 1, + "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1691351934823964672/1692607595", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693542734211264512/XxQktyyw_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719639654427987968/Sh4NirUc_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Xsharesio", - "statuses_count": 48, + "screen_name": "ChandlerBainVi1", + "statuses_count": 15, "translator_type": "none", - "url": "https://t.co/10TL4rs5Hy", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -4915,8 +4170,8 @@ } }, { - "entryId": "user-2435959626", - "sortIndex": "1700203035482914749", + "entryId": "user-1604941474407260191", + "sortIndex": "1719749367180558278", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4926,19 +4181,83 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoyNDM1OTU5NjI2", - "rest_id": "2435959626", + "id": "VXNlcjoxNjA0OTQxNDc0NDA3MjYwMTkx", + "rest_id": "1604941474407260191", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": false, + "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { "can_dm": false, - "can_media_tag": false, - "created_at": "Wed Apr 09 19:28:30 +0000 2014", - "default_profile": false, + "can_media_tag": true, + "created_at": "Mon Dec 19 20:47:38 +0000 2022", + "default_profile": true, "default_profile_image": false, - "description": "I'm a coffee drinker, developer and musician in my free time.", + "description": "I type code for living. Here I type whatever I feel like.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 1975, + "followers_count": 104, + "friends_count": 434, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1, + "location": "", + "media_count": 14, + "name": "Under Construction", + "normal_followers_count": 104, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1604941474407260191/1672940589", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1606665083375030272/_Lo0zCE__normal.png", + "profile_interstitial_type": "", + "screen_name": "Chr_p0", + "statuses_count": 1194, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1716734049753178112", + "sortIndex": "1719749367180558277", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE2NzM0MDQ5NzUzMTc4MTEy", + "rest_id": "1716734049753178112", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "protected": true, + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Oct 24 08:31:32 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "I just keep staying here.", "entities": { "description": { "urls": [] @@ -4946,9 +4265,9 @@ "url": { "urls": [ { - "display_url": "linktr.ee/falconiere", - "expanded_url": "https://linktr.ee/falconiere", - "url": "https://t.co/jP1BJpUeLW", + "display_url": "note.com/lvr_fox_drums", + "expanded_url": "https://note.com/lvr_fox_drums", + "url": "https://t.co/uuJE86G5pu", "indices": [ 0, 23 @@ -4958,38 +4277,369 @@ } }, "fast_followers_count": 0, - "favourites_count": 1492, + "favourites_count": 0, + "followers_count": 0, + "friends_count": 50, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Kyoto", + "media_count": 0, + "name": "Must Be 2bs.Drummer", + "normal_followers_count": 0, + "pinned_tweet_ids_str": [], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1716734049753178112/1698136740", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1716734371586281472/5iZztpUS_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Lvr_Fox", + "statuses_count": 0, + "translator_type": "none", + "url": "https://t.co/uuJE86G5pu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1217447350811033602", + "sortIndex": "1719749367180558276", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjE3NDQ3MzUwODExMDMzNjAy", + "rest_id": "1217447350811033602", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Jan 15 14:04:08 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Hey :)", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 12817, "followers_count": 91, - "friends_count": 101, + "friends_count": 1255, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "France", + "media_count": 0, + "name": "ILIAN", + "normal_followers_count": 91, + "pinned_tweet_ids_str": [], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1217447350811033602/1594292518", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1281181792075055104/A4jYF8Av_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ILIAN_GD", + "statuses_count": 421, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1011697686762983424", + "sortIndex": "1719749367180558275", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDExNjk3Njg2NzYyOTgzNDI0", + "rest_id": "1011697686762983424", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Jun 26 19:48:19 +0000 2018", + "default_profile": false, + "default_profile_image": false, + "description": "‘Sevmedi beni düzen, ben de bayılmadım hiç’", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "instagram.com/cerenn.arikann", + "expanded_url": "https://www.instagram.com/cerenn.arikann", + "url": "https://t.co/6Ior8ApzXt", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1193, + "followers_count": 72, + "friends_count": 206, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "Adana, Türkiye", + "media_count": 4, + "name": "Ceren Arıkan", + "normal_followers_count": 72, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1011697686762983424/1586729317", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715978042848292864/mFUfW08E_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CerenArikann_", + "statuses_count": 57, + "translator_type": "none", + "url": "https://t.co/6Ior8ApzXt", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1703169761012596737", + "sortIndex": "1719749367180558274", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzAzMTY5NzYxMDEyNTk2NzM3", + "rest_id": "1703169761012596737", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Sep 16 22:11:56 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Fan Account || Manchester United x Real Madrid x Marsielle || Casemiro x Sarr Enthusiast 🙌", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 1811, + "followers_count": 416, + "friends_count": 1039, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Ismaïla Sarr Is The GOAT", + "media_count": 90, + "name": "𝕮𝖆𝖘𝖍𝖊𝖒𝖎𝖗𝖔 💸", + "normal_followers_count": 416, + "pinned_tweet_ids_str": [ + "1719324174471057804" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1703169761012596737/1698783586", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1703191269856489472/4NBfeMOF_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "UTDCASHEMIRO", + "statuses_count": 320, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1718911699976097792", + "sortIndex": "1719749367180558273", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE4OTExNjk5OTc2MDk3Nzky", + "rest_id": "1718911699976097792", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Oct 30 08:44:31 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "post on what comes to your mind? 👀", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 20, + "followers_count": 9, + "friends_count": 190, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "United States", + "media_count": 1, + "name": "Twinder", + "normal_followers_count": 9, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1718911699976097792/1698827244", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719617845993041920/C0VpHzUe_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TwinderCorp", + "statuses_count": 9, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1202131838380257281", + "sortIndex": "1719749367180558272", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjAyMTMxODM4MzgwMjU3Mjgx", + "rest_id": "1202131838380257281", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Dec 04 07:46:09 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "Engineer🙋‍♂️♎| Exploring the vast realm of ideas where no topic is off-limits |Traveller🚶‍♂️📸 |Forever curious & evolving 🌱|RTs≠Endrsmt", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 26087, + "followers_count": 225, + "friends_count": 3705, "has_custom_timelines": true, "is_translator": false, "listed_count": 1, - "location": "Brasil", - "media_count": 70, - "name": "Falconiere R. Barbosa", - "normal_followers_count": 91, + "location": "🇵🇰🇦🇪", + "media_count": 94, + "name": "Rashid", + "normal_followers_count": 225, "pinned_tweet_ids_str": [ - "1595620505280815104" + "1714849877354754141" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/2435959626/1652473014", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621516173639823361/qF_As4l8_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1202131838380257281/1698373651", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1714849523108130817/HfnSMMYO_normal.jpg", "profile_interstitial_type": "", - "screen_name": "Falconiererb", - "statuses_count": 743, + "screen_name": "jackofallchat", + "statuses_count": 13673, "translator_type": "none", - "url": "https://t.co/jP1BJpUeLW", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1460952552946782216", - "professional_type": "Creator", + "rest_id": "1461669273911365646", + "professional_type": "Business", "category": [ { - "id": 952, - "name": "Vlogger", + "id": 1059, + "name": "Engineer", "icon_name": "IconBriefcaseStroke" } ] @@ -5005,8 +4655,8 @@ } }, { - "entryId": "user-22833326", - "sortIndex": "1700203035482914748", + "entryId": "user-1719585081789140992", + "sortIndex": "1719749367180558271", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -5016,44 +4666,42 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoyMjgzMzMyNg==", - "rest_id": "22833326", + "id": "VXNlcjoxNzE5NTg1MDgxNzg5MTQwOTky", + "rest_id": "1719585081789140992", "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, + "has_graduated_access": false, + "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Wed Mar 04 21:00:05 +0000 2009", - "default_profile": false, + "protected": true, + "can_dm": false, + "can_media_tag": false, + "created_at": "Wed Nov 01 05:20:47 +0000 2023", + "default_profile": true, "default_profile_image": false, - "description": "\"Jeopardy\" ist so'n Quizding. Fragen sind Antworten.", + "description": "", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 2982, - "followers_count": 282, - "friends_count": 283, - "has_custom_timelines": true, + "favourites_count": 3, + "followers_count": 0, + "friends_count": 19, + "has_custom_timelines": false, "is_translator": false, - "listed_count": 4, - "location": "Bad Unsicher", - "media_count": 1264, - "name": "Jeo Pardy", - "normal_followers_count": 282, - "pinned_tweet_ids_str": [ - "1653750863016460289" - ], + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "ธนภัทร วงค์อินตา", + "normal_followers_count": 0, + "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/22833326/1690205319", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683446397297733632/S9x7x_gv_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719585253264912384/Im-7-AHb_normal.jpg", "profile_interstitial_type": "", - "screen_name": "ich_bin_daa", - "statuses_count": 7956, + "screen_name": "ThnTa37106", + "statuses_count": 0, "translator_type": "none", "verified": false, "want_retweets": false, @@ -5070,8 +4718,8 @@ } }, { - "entryId": "user-14503008", - "sortIndex": "1700203035482914747", + "entryId": "user-1583691627754704900", + "sortIndex": "1719749367180558270", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -5081,19 +4729,84 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDUwMzAwOA==", - "rest_id": "14503008", + "id": "VXNlcjoxNTgzNjkxNjI3NzU0NzA0OTAw", + "rest_id": "1583691627754704900", "affiliates_highlighted_label": {}, "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat Oct 22 05:28:18 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Research", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2729, + "followers_count": 1178, + "friends_count": 1512, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 3, + "location": "Vietnam", + "media_count": 54, + "name": "Hientran", + "normal_followers_count": 1178, + "pinned_tweet_ids_str": [ + "1713791902414500090" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1583691627754704900/1690702967", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1588364580643667968/wBBQosY1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "hientran0885", + "statuses_count": 2512, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1718856269476622336", + "sortIndex": "1719749367180558269", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE4ODU2MjY5NDc2NjIyMzM2", + "rest_id": "1718856269476622336", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": true, + "can_dm": false, "can_media_tag": true, - "created_at": "Wed Apr 23 23:41:29 +0000 2008", - "default_profile": false, + "created_at": "Mon Oct 30 05:04:39 +0000 2023", + "default_profile": true, "default_profile_image": false, - "description": "I'm a software engineer.", + "description": "Nexova is a software company that prioritizes user experience first", "entities": { "description": { "urls": [] @@ -5101,9 +4814,9 @@ "url": { "urls": [ { - "display_url": "niwacchi.hatenablog.com", - "expanded_url": "http://niwacchi.hatenablog.com/", - "url": "https://t.co/KAlOKXVuUV", + "display_url": "nexova.dev", + "expanded_url": "https://nexova.dev", + "url": "https://t.co/0jShzyOLqF", "indices": [ 0, 23 @@ -5113,24 +4826,113 @@ } }, "fast_followers_count": 0, - "favourites_count": 269, - "followers_count": 406, - "friends_count": 954, - "has_custom_timelines": true, + "favourites_count": 2, + "followers_count": 3, + "friends_count": 42, + "has_custom_timelines": false, "is_translator": false, - "listed_count": 4, - "location": "Sapporo,Japan", - "media_count": 26, - "name": "niwacchi", - "normal_followers_count": 406, + "listed_count": 0, + "location": "United States, California", + "media_count": 0, + "name": "Nexova", + "normal_followers_count": 3, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1447170504817659910/LEX_iMl6_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1718856269476622336/1698642484", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1718857128033832960/LDPrkBpf_normal.jpg", "profile_interstitial_type": "", - "screen_name": "niwacchi", - "statuses_count": 2914, + "screen_name": "nexova_", + "statuses_count": 2, "translator_type": "none", - "url": "https://t.co/KAlOKXVuUV", + "url": "https://t.co/0jShzyOLqF", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1718857743048774106", + "professional_type": "Business", + "category": [ + { + "id": 715, + "name": "Software Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "user-1479100058", + "sortIndex": "1719749367180558268", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDc5MTAwMDU4", + "rest_id": "1479100058", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 03 07:31:22 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Co-Founder, Logenic AI", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "01.me", + "expanded_url": "https://01.me/", + "url": "https://t.co/9bsINBiPaj", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 8, + "followers_count": 146, + "friends_count": 373, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1, + "location": "Beijing, People's Republic of ", + "media_count": 0, + "name": "Bojie Li", + "normal_followers_count": 146, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1479100058/1696192511", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/819210652564615168/NNNeTcef_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "bojie_li", + "statuses_count": 22, + "translator_type": "none", + "url": "https://t.co/9bsINBiPaj", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -5146,22 +4948,84 @@ } }, { - "entryId": "cursor-bottom-1700203035482914746", - "sortIndex": "1700203035482914746", + "entryId": "user-1426235444774064129", + "sortIndex": "1719749367180558267", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDI2MjM1NDQ0Nzc0MDY0MTI5", + "rest_id": "1426235444774064129", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Aug 13 17:34:51 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "truth, good vs evil, zen, elon musk, trump's an ass but he has my vote!", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2371, + "followers_count": 585, + "friends_count": 1049, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 2, + "location": "usa", + "media_count": 10, + "name": "THE 99TH MONKEY", + "normal_followers_count": 585, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1684274191111970817/pieKbrlc_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "nancygiannini5", + "statuses_count": 2581, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowersSgs", + "element": "user" + } + } + }, + { + "entryId": "cursor-bottom-1719749367180558266", + "sortIndex": "1719749367180558266", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "1776475806232889382|1700203035482914744", + "value": "1781339450264951041|1719749367180558264", "cursorType": "Bottom" } }, { - "entryId": "cursor-top-1700203035482914817", - "sortIndex": "1700203035482914817", + "entryId": "cursor-top-1719749367180558337", + "sortIndex": "1719749367180558337", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "-1|1700203035482914817", + "value": "-1|1719749367180558337", "cursorType": "Top" } } diff --git a/tests/mocked-data/following_raw.json b/tests/mocked-data/following_raw.json index e1053aa..9363457 100644 --- a/tests/mocked-data/following_raw.json +++ b/tests/mocked-data/following_raw.json @@ -22,7 +22,7 @@ "entries": [ { "entryId": "user-15067515", - "sortIndex": "1700203042483208192", + "sortIndex": "1719749373090332672", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -44,42 +44,32 @@ "created_at": "Tue Jun 10 00:21:03 +0000 2008", "default_profile": false, "default_profile_image": false, - "description": "🧵 threads/IG: menottim \n🐘 mast: menotti@macaw.social\n☁️ bsky: https://t.co/HeS7sElRLy", + "description": "", "entities": { "description": { - "urls": [ - { - "display_url": "menotti.bsky.social", - "expanded_url": "http://menotti.bsky.social", - "url": "https://t.co/HeS7sElRLy", - "indices": [ - 62, - 85 - ] - } - ] + "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 42272, - "followers_count": 9455, - "friends_count": 1503, + "favourites_count": 41980, + "followers_count": 9571, + "friends_count": 15, "has_custom_timelines": true, "is_translator": false, "listed_count": 122, "location": "", - "media_count": 130, - "name": "menotti", - "normal_followers_count": 9455, + "media_count": 127, + "name": "44", + "normal_followers_count": 9571, "pinned_tweet_ids_str": [ "1602456653819162626" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/15067515/1670034782", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1588180792353906689/5d3URbv0_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/15067515/1698785592", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717706415802826752/YpEK1ih3_normal.png", "profile_interstitial_type": "", "screen_name": "44", - "statuses_count": 112, + "statuses_count": 84, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -97,7 +87,7 @@ }, { "entryId": "user-236209129", - "sortIndex": "1700203042483208191", + "sortIndex": "1719749373090332671", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -126,16 +116,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 16444, - "followers_count": 131116, - "friends_count": 4052, + "favourites_count": 16413, + "followers_count": 130586, + "friends_count": 4022, "has_custom_timelines": true, "is_translator": false, - "listed_count": 974, + "listed_count": 970, "location": "", "media_count": 1213, "name": "Leslie Berland", - "normal_followers_count": 131116, + "normal_followers_count": 130586, "pinned_tweet_ids_str": [ "1615377744275070980" ], @@ -144,7 +134,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1106274854683074560/x7rrvxaD_normal.jpg", "profile_interstitial_type": "", "screen_name": "leslieberland", - "statuses_count": 11738, + "statuses_count": 11736, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -162,7 +152,7 @@ }, { "entryId": "user-156417821", - "sortIndex": "1700203042483208190", + "sortIndex": "1719749373090332670", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -204,16 +194,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 12392, - "followers_count": 13394, - "friends_count": 1213, + "favourites_count": 12057, + "followers_count": 13882, + "friends_count": 1201, "has_custom_timelines": true, "is_translator": false, "listed_count": 93, "location": "East Bay, CA", "media_count": 173, "name": "Mike Cvet", - "normal_followers_count": 13394, + "normal_followers_count": 13882, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789", @@ -237,74 +227,9 @@ } } }, - { - "entryId": "user-2638518929", - "sortIndex": "1700203042483208189", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoyNjM4NTE4OTI5", - "rest_id": "2638518929", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Jun 24 19:44:34 +0000 2014", - "default_profile": true, - "default_profile_image": false, - "description": "Continuously caffeinated, passionate about people, love learning, and addicted to alliteration.\n\nShe/Her\n\nPreviously @ Twitter 1.0", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 20529, - "followers_count": 16480, - "friends_count": 2108, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 30, - "location": "", - "media_count": 680, - "name": "Jen Powers", - "normal_followers_count": 16480, - "pinned_tweet_ids_str": [ - "1593751037428600834" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/2638518929/1601736612", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1354570785319481346/wyLxaGLe_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "jenkpowers", - "statuses_count": 1520, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowingSgs", - "element": "user" - } - } - }, { "entryId": "user-15772978", - "sortIndex": "1700203042483208188", + "sortIndex": "1719749373090332669", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -346,23 +271,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 25090, - "followers_count": 5438, - "friends_count": 2973, + "favourites_count": 24908, + "followers_count": 5501, + "friends_count": 2951, "has_custom_timelines": true, "is_translator": false, - "listed_count": 154, + "listed_count": 157, "location": "Brooklyn, NY", "media_count": 657, "name": "Jessica Garson", - "normal_followers_count": 5438, + "normal_followers_count": 5501, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/15772978/1520354408", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1407858685536256008/0Nv7ea1i_normal.jpg", "profile_interstitial_type": "", "screen_name": "jessicagarson", - "statuses_count": 8005, + "statuses_count": 8003, "translator_type": "none", "url": "https://t.co/1ksTTe3yZj", "verified": false, @@ -381,7 +306,7 @@ }, { "entryId": "user-6844292", - "sortIndex": "1700203042483208187", + "sortIndex": "1719749373090332668", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -424,22 +349,22 @@ }, "fast_followers_count": 0, "favourites_count": 271, - "followers_count": 1313189, - "friends_count": 18, + "followers_count": 1325716, + "friends_count": 12, "has_custom_timelines": true, "is_translator": false, - "listed_count": 4632, + "listed_count": 4694, "location": "San Francisco", "media_count": 63, "name": "Engineering", - "normal_followers_count": 1313189, + "normal_followers_count": 1325716, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6844292/1690213191", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683502255574593536/anU7i4uA_normal.jpg", "profile_interstitial_type": "", "screen_name": "XEng", - "statuses_count": 911, + "statuses_count": 912, "translator_type": "regular", "verified": false, "verified_type": "Business", @@ -458,7 +383,7 @@ }, { "entryId": "user-108209516", - "sortIndex": "1700203042483208186", + "sortIndex": "1719749373090332667", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -510,16 +435,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 13970, - "followers_count": 16383, - "friends_count": 1940, + "favourites_count": 14773, + "followers_count": 16458, + "friends_count": 1949, "has_custom_timelines": true, "is_translator": false, - "listed_count": 476, + "listed_count": 478, "location": "Austin", - "media_count": 899, + "media_count": 930, "name": "Amir Shevat", - "normal_followers_count": 16383, + "normal_followers_count": 16458, "pinned_tweet_ids_str": [ "1603552334231097351" ], @@ -528,7 +453,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1389082761965629442/JhdikLmt_normal.jpg", "profile_interstitial_type": "", "screen_name": "ashevat", - "statuses_count": 6556, + "statuses_count": 6809, "translator_type": "none", "url": "https://t.co/zWtpooqVXO", "verified": false, @@ -547,7 +472,7 @@ }, { "entryId": "user-176425492", - "sortIndex": "1700203042483208185", + "sortIndex": "1719749373090332666", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -589,16 +514,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 30987, - "followers_count": 10653, - "friends_count": 5511, + "favourites_count": 30814, + "followers_count": 10606, + "friends_count": 5509, "has_custom_timelines": true, "is_translator": false, "listed_count": 70, "location": "nyc", - "media_count": 2162, - "name": "Hamza", - "normal_followers_count": 10653, + "media_count": 2173, + "name": "Hamza 🇵🇸", + "normal_followers_count": 10606, "pinned_tweet_ids_str": [ "1167249725751361537" ], @@ -607,7 +532,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1686532433779335168/Z7dhnUMr_normal.jpg", "profile_interstitial_type": "", "screen_name": "oihamza", - "statuses_count": 7000, + "statuses_count": 7026, "translator_type": "none", "url": "https://t.co/9Jd48LIalh", "verified": false, @@ -626,7 +551,7 @@ }, { "entryId": "user-857699969263964161", - "sortIndex": "1700203042483208184", + "sortIndex": "1719749373090332665", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -661,7 +586,7 @@ "created_at": "Thu Apr 27 20:56:22 +0000 2017", "default_profile": true, "default_profile_image": false, - "description": "Partner Engineering @XDevelopers", + "description": "Partner Engineering @XDevelopers @API Opinions my own. RTs != endorsements etc", "entities": { "description": { "urls": [] @@ -669,9 +594,9 @@ "url": { "urls": [ { - "display_url": "dev.to/suhemparack", - "expanded_url": "https://dev.to/suhemparack", - "url": "https://t.co/q2QIlmnQzh", + "display_url": "developer.x.com", + "expanded_url": "https://developer.x.com", + "url": "https://t.co/Rh0kWC75HG", "indices": [ 0, 23 @@ -681,25 +606,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 24, - "followers_count": 4498, - "friends_count": 1479, + "favourites_count": 28, + "followers_count": 4481, + "friends_count": 1503, "has_custom_timelines": true, "is_translator": false, - "listed_count": 67, - "location": "Seattle, WA", + "listed_count": 68, + "location": "San Francisco, CA", "media_count": 118, "name": "Suhem Parack", - "normal_followers_count": 4498, + "normal_followers_count": 4481, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1648699725", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1559172819514142720/LhoWOIYU_normal.jpg", "profile_interstitial_type": "", "screen_name": "suhemparack", - "statuses_count": 1385, + "statuses_count": 1495, "translator_type": "none", - "url": "https://t.co/q2QIlmnQzh", + "url": "https://t.co/Rh0kWC75HG", "verified": false, "want_retweets": false, "withheld_in_countries": [] @@ -721,7 +646,7 @@ }, { "entryId": "user-14897303", - "sortIndex": "1700203042483208183", + "sortIndex": "1719749373090332664", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -763,16 +688,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 26370, - "followers_count": 107639, - "friends_count": 2929, + "favourites_count": 26375, + "followers_count": 107261, + "friends_count": 2947, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1287, + "listed_count": 1282, "location": "San Francisco", - "media_count": 877, + "media_count": 878, "name": "Kayvon Beykpour", - "normal_followers_count": 107639, + "normal_followers_count": 107261, "pinned_tweet_ids_str": [ "1626267128964988928" ], @@ -781,7 +706,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1586904993302396928/TiFFahKK_normal.jpg", "profile_interstitial_type": "", "screen_name": "kayvz", - "statuses_count": 8926, + "statuses_count": 8936, "translator_type": "regular", "url": "https://t.co/rUmp48P58J", "verified": false, @@ -800,7 +725,7 @@ }, { "entryId": "user-37290907", - "sortIndex": "1700203042483208182", + "sortIndex": "1719749373090332663", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -842,23 +767,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 28257, - "followers_count": 66842, - "friends_count": 3101, + "favourites_count": 28373, + "followers_count": 66449, + "friends_count": 3094, "has_custom_timelines": true, "is_translator": false, - "listed_count": 277, + "listed_count": 273, "location": "San Francisco, CA", - "media_count": 667, + "media_count": 668, "name": "bruce.falck() 🦗", - "normal_followers_count": 66842, + "normal_followers_count": 66449, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/37290907/1652579133", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1531718606983114753/j1FxA0Vy_normal.jpg", "profile_interstitial_type": "", "screen_name": "boo", - "statuses_count": 7741, + "statuses_count": 7754, "translator_type": "regular", "url": "https://t.co/z4m6BvBSdi", "verified": false, @@ -877,7 +802,7 @@ }, { "entryId": "user-28628425", - "sortIndex": "1700203042483208181", + "sortIndex": "1719749373090332662", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -906,16 +831,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 12252, - "followers_count": 1462, - "friends_count": 1037, + "favourites_count": 12174, + "followers_count": 1479, + "friends_count": 1024, "has_custom_timelines": true, "is_translator": false, "listed_count": 36, "location": "New York, NY", "media_count": 140, "name": "Sonya Penn", - "normal_followers_count": 1462, + "normal_followers_count": 1479, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856", @@ -940,7 +865,7 @@ }, { "entryId": "user-261034930", - "sortIndex": "1700203042483208180", + "sortIndex": "1719749373090332661", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -969,16 +894,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 23618, - "followers_count": 1785, - "friends_count": 839, + "favourites_count": 23443, + "followers_count": 2056, + "friends_count": 829, "has_custom_timelines": true, "is_translator": false, - "listed_count": 28, + "listed_count": 27, "location": "", - "media_count": 1738, + "media_count": 1751, "name": "kiran paul", - "normal_followers_count": 1785, + "normal_followers_count": 2056, "pinned_tweet_ids_str": [ "1164249329848111104" ], @@ -987,7 +912,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000449279214/2063b4a1fe8c531799eb85ff8be2a0f0_normal.jpeg", "profile_interstitial_type": "", "screen_name": "kdspaul", - "statuses_count": 15401, + "statuses_count": 15474, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -1005,7 +930,7 @@ }, { "entryId": "user-49188317", - "sortIndex": "1700203042483208179", + "sortIndex": "1719749373090332660", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1047,16 +972,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 24550, - "followers_count": 3995, - "friends_count": 1847, + "favourites_count": 24490, + "followers_count": 4304, + "friends_count": 1827, "has_custom_timelines": true, "is_translator": false, "listed_count": 48, "location": "127.0.0.1", "media_count": 2805, "name": "Seth Wilson", - "normal_followers_count": 3995, + "normal_followers_count": 4304, "pinned_tweet_ids_str": [ "1609361179205599233" ], @@ -1084,7 +1009,7 @@ }, { "entryId": "user-17200003", - "sortIndex": "1700203042483208178", + "sortIndex": "1719749373090332659", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1136,16 +1061,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 8849, - "followers_count": 1500, - "friends_count": 769, + "favourites_count": 8808, + "followers_count": 1616, + "friends_count": 754, "has_custom_timelines": true, "is_translator": false, - "listed_count": 49, + "listed_count": 48, "location": "MN ⇨ all over ⇨ CO", - "media_count": 751, - "name": "Jim Moffitt (also @snowman.bsky.social)", - "normal_followers_count": 1500, + "media_count": 752, + "name": "snowman in most places", + "normal_followers_count": 1616, "pinned_tweet_ids_str": [ "1649636455403393026" ], @@ -1154,7 +1079,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg", "profile_interstitial_type": "", "screen_name": "snowman", - "statuses_count": 4456, + "statuses_count": 4464, "translator_type": "regular", "url": "https://t.co/I1GjLuBxM2", "verified": false, @@ -1176,74 +1101,9 @@ } } }, - { - "entryId": "user-16593932", - "sortIndex": "1700203042483208177", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjU5MzkzMg==", - "rest_id": "16593932", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Sat Oct 04 18:43:12 +0000 2008", - "default_profile": false, - "default_profile_image": false, - "description": "Dad, Husband, pizza eater. Formerly @twitter, @gnip.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 21548, - "followers_count": 3238, - "friends_count": 565, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 52, - "location": "", - "media_count": 2431, - "name": "compston 🍕", - "normal_followers_count": 3238, - "pinned_tweet_ids_str": [ - "1594152187088683009" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/16593932/1514441250", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1384651761357443079/V5vJDY9e_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "compston", - "statuses_count": 24011, - "translator_type": "regular", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "FollowingSgs", - "element": "user" - } - } - }, { "entryId": "user-67501283", - "sortIndex": "1700203042483208176", + "sortIndex": "1719749373090332658", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1272,16 +1132,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 5992, - "followers_count": 1676, - "friends_count": 1209, + "favourites_count": 5955, + "followers_count": 1713, + "friends_count": 1205, "has_custom_timelines": true, "is_translator": false, - "listed_count": 84, + "listed_count": 83, "location": "Boulder CO", "media_count": 228, "name": "Cassie Stewart", - "normal_followers_count": 1676, + "normal_followers_count": 1713, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/67501283/1443802566", @@ -1306,7 +1166,7 @@ }, { "entryId": "user-21266829", - "sortIndex": "1700203042483208175", + "sortIndex": "1719749373090332657", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1335,23 +1195,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 28076, - "followers_count": 2989, + "favourites_count": 28157, + "followers_count": 3127, "friends_count": 2184, "has_custom_timelines": true, "is_translator": false, "listed_count": 80, "location": "🇫🇷 🇺🇸", - "media_count": 718, + "media_count": 721, "name": "Lindsay McCallum Rémy", - "normal_followers_count": 2989, + "normal_followers_count": 3127, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/21266829/1656047587", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1306765504900669440/30BqQ7vy_normal.jpg", "profile_interstitial_type": "", "screen_name": "lindsmccallum", - "statuses_count": 7839, + "statuses_count": 7853, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1369,7 +1229,7 @@ }, { "entryId": "user-2397965574", - "sortIndex": "1700203042483208174", + "sortIndex": "1719749373090332656", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1391,30 +1251,32 @@ "created_at": "Wed Mar 19 14:31:48 +0000 2014", "default_profile": false, "default_profile_image": false, - "description": "europe events @apple | good at parties, hair & planned choreography | former head of fun @Twitter 🖤", + "description": "europe events @apple | good at hair, giant blowout parties & planned choreography | former head of fun @Twitter", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 23453, - "followers_count": 2912, - "friends_count": 734, + "favourites_count": 23498, + "followers_count": 3067, + "friends_count": 731, "has_custom_timelines": true, "is_translator": false, - "listed_count": 29, + "listed_count": 27, "location": "London", - "media_count": 2021, + "media_count": 2024, "name": "Rebecca", - "normal_followers_count": 2912, - "pinned_tweet_ids_str": [], + "normal_followers_count": 3067, + "pinned_tweet_ids_str": [ + "1701722943783665954" + ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/2397965574/1619362233", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1657326414775963648/--FM7-r7_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2397965574/1697460690", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1710734178986131456/_JNrtmgc_normal.jpg", "profile_interstitial_type": "", "screen_name": "RebeccaW", - "statuses_count": 11421, + "statuses_count": 11439, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -1432,7 +1294,7 @@ }, { "entryId": "user-199566737", - "sortIndex": "1700203042483208173", + "sortIndex": "1719749373090332655", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1446,7 +1308,7 @@ "rest_id": "199566737", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": false, + "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { "can_dm": true, @@ -1454,30 +1316,32 @@ "created_at": "Thu Oct 07 05:36:28 +0000 2010", "default_profile": false, "default_profile_image": false, - "description": "#DevRel @gitcoin @pgn_eth --- 🪺 former @twitterdev --- lebraat.eth", + "description": "💼 #devrel @gitcoin \n💼 #tpm @pgn_eth\n🪺 former @twitterdev\n🏔️ mtn man\n⛓️ lebraat.eth", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 1857, - "followers_count": 942, - "friends_count": 689, + "favourites_count": 1891, + "followers_count": 1026, + "friends_count": 686, "has_custom_timelines": true, "is_translator": false, - "listed_count": 27, + "listed_count": 29, "location": "Denver, CO", - "media_count": 335, - "name": "daniel 🟢", - "normal_followers_count": 942, - "pinned_tweet_ids_str": [], + "media_count": 341, + "name": "daniel | gitcoin 🟢", + "normal_followers_count": 1026, + "pinned_tweet_ids_str": [ + "1701988826397450497" + ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/199566737/1659638246", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1488364224237682690/is5gX9I1_normal.jpg", "profile_interstitial_type": "", "screen_name": "lebraat", - "statuses_count": 2033, + "statuses_count": 2096, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -1504,9 +1368,137 @@ } } }, + { + "entryId": "user-63046977", + "sortIndex": "1719749373090332654", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo2MzA0Njk3Nw==", + "rest_id": "63046977", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Aug 05 05:46:48 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Part-time fiddler🎻 yogi 🧘🏼‍♀️scuba 🐠#savegamehenge ⭕️ #aliensexist 🤘Festvarian music lover nerd ex-@TwitterBoulder - Opinions are my own. she/her", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 8812, + "followers_count": 1227, + "friends_count": 2609, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 36, + "location": "Denver, CO", + "media_count": 465, + "name": "Emily Waligoske", + "normal_followers_count": 1227, + "pinned_tweet_ids_str": [ + "555569718271426560" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/63046977/1604853794", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1533124991637671941/4RW0JL1G_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "happycamper", + "statuses_count": 2799, + "translator_type": "regular", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowingSgs", + "element": "user" + } + } + }, + { + "entryId": "user-3070295959", + "sortIndex": "1719749373090332653", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDcwMjk1OTU5", + "rest_id": "3070295959", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Mar 09 20:41:48 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Mediocre Tweeter, really good eater, athletic-ish #BlackLivesMatter she/her", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 8501, + "followers_count": 849, + "friends_count": 562, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 15, + "location": "Boulder, CO | USA", + "media_count": 210, + "name": "Whitney Riker", + "normal_followers_count": 849, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3070295959/1632720126", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1424449414295343109/rwWCSDCk_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "whitneymriker", + "statuses_count": 1794, + "translator_type": "regular", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowingSgs", + "element": "user" + } + } + }, { "entryId": "user-548263294", - "sortIndex": "1700203042483208172", + "sortIndex": "1719749373090332652", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1548,25 +1540,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 4926, - "followers_count": 522424, - "friends_count": 1252, + "favourites_count": 5223, + "followers_count": 526381, + "friends_count": 1280, "has_custom_timelines": false, "is_translator": false, - "listed_count": 1525, + "listed_count": 1645, "location": "", - "media_count": 229, + "media_count": 235, "name": "Linda Yaccarino", - "normal_followers_count": 522424, + "normal_followers_count": 526381, "pinned_tweet_ids_str": [ - "1686224486855544832" + "1717693915266990460" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/548263294/1690308383", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1659561668945354755/c5dthMBt_normal.jpg", "profile_interstitial_type": "", "screen_name": "lindayaX", - "statuses_count": 1427, + "statuses_count": 1542, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1584,7 +1576,7 @@ }, { "entryId": "user-1063564421581070337", - "sortIndex": "1700203042483208171", + "sortIndex": "1719749373090332651", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1601,7 +1593,6 @@ "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { - "protected": true, "can_dm": false, "can_media_tag": false, "created_at": "Fri Nov 16 22:48:12 +0000 2018", @@ -1614,9 +1605,9 @@ } }, "fast_followers_count": 0, - "favourites_count": 1655, + "favourites_count": 1657, "followers_count": 92, - "friends_count": 463, + "friends_count": 459, "has_custom_timelines": true, "is_translator": false, "listed_count": 2, @@ -1629,7 +1620,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1094501322122907648/N-2vlzrO_normal.jpg", "profile_interstitial_type": "", "screen_name": "akash3664", - "statuses_count": 216, + "statuses_count": 221, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1647,7 +1638,7 @@ }, { "entryId": "user-2907774137", - "sortIndex": "1700203042483208170", + "sortIndex": "1719749373090332650", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1699,16 +1690,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 8962, - "followers_count": 2972418, + "favourites_count": 8945, + "followers_count": 2966656, "friends_count": 1, "has_custom_timelines": false, "is_translator": false, - "listed_count": 11576, + "listed_count": 11558, "location": "Meta", - "media_count": 399931, + "media_count": 402453, "name": "Archillect", - "normal_followers_count": 2972418, + "normal_followers_count": 2966656, "pinned_tweet_ids_str": [ "1360884467427115010" ], @@ -1717,7 +1708,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1045579977067024384/S0luKMwQ_normal.jpg", "profile_interstitial_type": "", "screen_name": "archillect", - "statuses_count": 417368, + "statuses_count": 419905, "translator_type": "none", "url": "https://t.co/l6SZrvMcZV", "verified": false, @@ -1736,7 +1727,7 @@ }, { "entryId": "user-96770474", - "sortIndex": "1700203042483208169", + "sortIndex": "1719749373090332649", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1778,16 +1769,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 39062, - "followers_count": 376744, - "friends_count": 1621, + "favourites_count": 40042, + "followers_count": 375834, + "friends_count": 1684, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2841, + "listed_count": 2836, "location": "Meta", - "media_count": 1727, + "media_count": 1730, "name": "Pak", - "normal_followers_count": 376744, + "normal_followers_count": 375834, "pinned_tweet_ids_str": [ "516363882978619393" ], @@ -1796,7 +1787,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1499888704718000128/5yERu3hS_normal.jpg", "profile_interstitial_type": "", "screen_name": "muratpak", - "statuses_count": 22927, + "statuses_count": 23023, "translator_type": "regular", "url": "https://t.co/p66w7Qb4Cq", "verified": false, @@ -1815,7 +1806,7 @@ }, { "entryId": "user-752567226", - "sortIndex": "1700203042483208168", + "sortIndex": "1719749373090332648", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1837,23 +1828,23 @@ "created_at": "Sun Aug 12 06:01:46 +0000 2012", "default_profile": true, "default_profile_image": false, - "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, and @swak_12", + "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 33079, - "followers_count": 206202, - "friends_count": 3690, + "favourites_count": 35549, + "followers_count": 226264, + "friends_count": 3802, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1144, + "listed_count": 1289, "location": "X HQ", - "media_count": 2468, + "media_count": 2833, "name": "X News Daily", - "normal_followers_count": 206202, + "normal_followers_count": 226264, "pinned_tweet_ids_str": [ "1682849715862249472" ], @@ -1862,7 +1853,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg", "profile_interstitial_type": "", "screen_name": "xDaily", - "statuses_count": 9488, + "statuses_count": 10381, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1892,7 +1883,7 @@ }, { "entryId": "user-16579934", - "sortIndex": "1700203042483208167", + "sortIndex": "1719749373090332647", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1905,7 +1896,7 @@ "id": "VXNlcjoxNjU3OTkzNA==", "rest_id": "16579934", "affiliates_highlighted_label": {}, - "has_graduated_access": true, + "has_graduated_access": false, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { @@ -1935,15 +1926,15 @@ }, "fast_followers_count": 0, "favourites_count": 11, - "followers_count": 30441, + "followers_count": 30331, "friends_count": 7, "has_custom_timelines": false, "is_translator": false, - "listed_count": 729, + "listed_count": 725, "location": "Lake Tahoe, CA", - "media_count": 1, + "media_count": 2, "name": "Interstate 80 Tahoe", - "normal_followers_count": 30441, + "normal_followers_count": 30331, "pinned_tweet_ids_str": [ "1603638659667750912" ], @@ -1952,7 +1943,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1631885290372763648/-VC2iRtT_normal.jpg", "profile_interstitial_type": "", "screen_name": "i80chains", - "statuses_count": 10108, + "statuses_count": 10113, "translator_type": "none", "url": "https://t.co/Y2pUajS41f", "verified": false, @@ -1971,7 +1962,7 @@ }, { "entryId": "user-2688342211", - "sortIndex": "1700203042483208166", + "sortIndex": "1719749373090332646", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2026,16 +2017,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 1793, - "followers_count": 1458, - "friends_count": 1582, + "favourites_count": 1963, + "followers_count": 1715, + "friends_count": 1594, "has_custom_timelines": true, "is_translator": false, - "listed_count": 45, + "listed_count": 48, "location": "Houston, TX", - "media_count": 98, + "media_count": 101, "name": "Ming", - "normal_followers_count": 1458, + "normal_followers_count": 1715, "pinned_tweet_ids_str": [ "1683221097058127872" ], @@ -2044,7 +2035,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683327456818655233/3X2JUzBs_normal.png", "profile_interstitial_type": "", "screen_name": "MingSongEng", - "statuses_count": 453, + "statuses_count": 472, "translator_type": "none", "url": "https://t.co/ujdNYczkKp", "verified": false, @@ -2075,7 +2066,7 @@ }, { "entryId": "user-472310616", - "sortIndex": "1700203042483208165", + "sortIndex": "1719749373090332645", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2117,16 +2108,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 873, - "followers_count": 919, - "friends_count": 543, + "favourites_count": 919, + "followers_count": 1261, + "friends_count": 547, "has_custom_timelines": true, "is_translator": false, - "listed_count": 28, + "listed_count": 34, "location": "San Francisco, CA", "media_count": 36, "name": "Peilin Yang", - "normal_followers_count": 919, + "normal_followers_count": 1261, "pinned_tweet_ids_str": [ "1274975414729846784" ], @@ -2134,7 +2125,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/931613740272730112/fXnz-n_k_normal.jpg", "profile_interstitial_type": "", "screen_name": "PeilinYang", - "statuses_count": 440, + "statuses_count": 461, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -2152,7 +2143,7 @@ }, { "entryId": "user-926663491", - "sortIndex": "1700203042483208164", + "sortIndex": "1719749373090332644", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2194,23 +2185,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 5049, - "followers_count": 431, - "friends_count": 898, + "favourites_count": 5043, + "followers_count": 440, + "friends_count": 887, "has_custom_timelines": true, "is_translator": false, "listed_count": 24, "location": "West Concord, MA", - "media_count": 661, + "media_count": 663, "name": "Michael Doyle", - "normal_followers_count": 431, + "normal_followers_count": 440, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/926663491/1671071791", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603213851046051841/8O8nJNxh_normal.jpg", "profile_interstitial_type": "", "screen_name": "mikeydoyle", - "statuses_count": 6278, + "statuses_count": 6298, "translator_type": "regular", "url": "https://t.co/Q0k6r5hDIG", "verified": false, @@ -2229,7 +2220,7 @@ }, { "entryId": "user-902926941413453824", - "sortIndex": "1700203042483208163", + "sortIndex": "1719749373090332643", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2248,7 +2239,7 @@ "urlType": "DeepLink" }, "badge": { - "url": "https://pbs.twimg.com/profile_images/1686001608566415360/J4Her1CX_bigger.jpg" + "url": "https://pbs.twimg.com/profile_images/1714913669459451904/g2mkM6E5_bigger.jpg" }, "description": "Binance", "userLabelType": "BusinessLabel", @@ -2284,16 +2275,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 16416, - "followers_count": 8613477, - "friends_count": 1722, + "favourites_count": 16573, + "followers_count": 8670313, + "friends_count": 1760, "has_custom_timelines": true, "is_translator": false, - "listed_count": 30143, + "listed_count": 30386, "location": "", - "media_count": 921, + "media_count": 952, "name": "CZ 🔶 Binance", - "normal_followers_count": 8613477, + "normal_followers_count": 8670313, "pinned_tweet_ids_str": [ "1610018096122851328" ], @@ -2302,7 +2293,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1680299608784744448/5oR3tZi5_normal.jpg", "profile_interstitial_type": "", "screen_name": "cz_binance", - "statuses_count": 8788, + "statuses_count": 9212, "translator_type": "none", "url": "https://t.co/zlvCSBI7R2", "verified": false, @@ -2332,7 +2323,7 @@ }, { "entryId": "user-5402612", - "sortIndex": "1700203042483208162", + "sortIndex": "1719749373090332642", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2388,22 +2379,22 @@ }, "fast_followers_count": 0, "favourites_count": 0, - "followers_count": 51636809, + "followers_count": 51750365, "friends_count": 3, "has_custom_timelines": true, "is_translator": false, - "listed_count": 149411, + "listed_count": 149475, "location": "London, UK", - "media_count": 4507, + "media_count": 4510, "name": "BBC Breaking News", - "normal_followers_count": 51636809, + "normal_followers_count": 51750365, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/5402612/1663658724", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1150716997254209536/M7gkjsv5_normal.jpg", "profile_interstitial_type": "", "screen_name": "BBCBreaking", - "statuses_count": 39541, + "statuses_count": 39792, "translator_type": "none", "url": "https://t.co/A7Clxaz0fX", "verified": false, @@ -2423,7 +2414,7 @@ }, { "entryId": "user-103308100", - "sortIndex": "1700203042483208161", + "sortIndex": "1719749373090332641", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2465,25 +2456,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 1975, - "followers_count": 1661, - "friends_count": 1923, + "favourites_count": 2064, + "followers_count": 1797, + "friends_count": 1977, "has_custom_timelines": true, "is_translator": false, - "listed_count": 37, + "listed_count": 36, "location": "London, England", - "media_count": 40, + "media_count": 44, "name": "jules", - "normal_followers_count": 1661, + "normal_followers_count": 1797, "pinned_tweet_ids_str": [ - "1593752964904239104" + "1699699520618070380" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/103308100/1592590634", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1635345882915676176/QR7F5uVJ_normal.jpg", "profile_interstitial_type": "", "screen_name": "iuliabaltoi", - "statuses_count": 404, + "statuses_count": 425, "translator_type": "none", "verified": false, "want_retweets": false, @@ -2513,7 +2504,7 @@ }, { "entryId": "user-94129050", - "sortIndex": "1700203042483208160", + "sortIndex": "1719749373090332640", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2565,23 +2556,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 1052, - "followers_count": 1337727, - "friends_count": 252, + "favourites_count": 1058, + "followers_count": 1343195, + "friends_count": 255, "has_custom_timelines": false, "is_translator": false, - "listed_count": 3791, + "listed_count": 3792, "location": "New York Metro Region", - "media_count": 1478, + "media_count": 1511, "name": "MTA", - "normal_followers_count": 1337727, + "normal_followers_count": 1343195, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/94129050/1631547568", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1674888642773303296/hGDI3JEb_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719712033816383488/j0y-LHI8_normal.jpg", "profile_interstitial_type": "", "screen_name": "MTA", - "statuses_count": 11987, + "statuses_count": 12070, "translator_type": "none", "url": "https://t.co/xjzXC6ZOwJ", "verified": false, @@ -2601,7 +2592,7 @@ }, { "entryId": "user-44196397", - "sortIndex": "1700203042483208159", + "sortIndex": "1719749373090332639", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2643,23 +2634,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 31917, - "followers_count": 155934511, - "friends_count": 423, + "favourites_count": 35082, + "followers_count": 161791407, + "friends_count": 473, "has_custom_timelines": true, "is_translator": false, - "listed_count": 127023, + "listed_count": 144658, "location": "𝕏Ð", - "media_count": 1685, + "media_count": 1781, "name": "Elon Musk", - "normal_followers_count": 155934511, - "pinned_tweet_ids_str": [], + "normal_followers_count": 161791407, + "pinned_tweet_ids_str": [ + "1692431667548528661" + ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1690621312", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683325380441128960/yRsRRjGO_normal.jpg", "profile_interstitial_type": "", "screen_name": "elonmusk", - "statuses_count": 30494, + "statuses_count": 32766, "translator_type": "none", "verified": false, "want_retweets": false, @@ -2683,7 +2676,7 @@ }, { "entryId": "user-633050374", - "sortIndex": "1700203042483208158", + "sortIndex": "1719749373090332638", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2712,23 +2705,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 1264, - "followers_count": 684, - "friends_count": 1394, + "favourites_count": 1302, + "followers_count": 676, + "friends_count": 1397, "has_custom_timelines": true, "is_translator": false, - "listed_count": 9, + "listed_count": 8, "location": " 🇬🇭🇺🇸", "media_count": 9, "name": "Aba Micah", - "normal_followers_count": 684, + "normal_followers_count": 676, "pinned_tweet_ids_str": [], "possibly_sensitive": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/633050374/1433836227", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1473045466757545985/nSBYM9lb_normal.jpg", "profile_interstitial_type": "", "screen_name": "2006legend", - "statuses_count": 276, + "statuses_count": 281, "translator_type": "none", "verified": false, "want_retweets": false, @@ -2751,7 +2744,7 @@ }, { "entryId": "user-4839528448", - "sortIndex": "1700203042483208157", + "sortIndex": "1719749373090332637", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2793,25 +2786,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 55, - "followers_count": 162283, + "favourites_count": 54, + "followers_count": 163284, "friends_count": 0, "has_custom_timelines": false, "is_translator": false, - "listed_count": 1869, + "listed_count": 1874, "location": "", "media_count": 26, "name": "Bitcoin Core Project", - "normal_followers_count": 162283, + "normal_followers_count": 163284, "pinned_tweet_ids_str": [ - "1662115251926564864" + "1714964055700492354" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/4839528448/1453582249", "profile_image_url_https": "https://pbs.twimg.com/profile_images/690997344960167940/WpD5FDxr_normal.png", "profile_interstitial_type": "", "screen_name": "bitcoincoreorg", - "statuses_count": 178, + "statuses_count": 185, "translator_type": "none", "url": "https://t.co/IpuQblZjsu", "verified": false, @@ -2830,7 +2823,7 @@ }, { "entryId": "user-25029451", - "sortIndex": "1700203042483208156", + "sortIndex": "1719749373090332636", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2853,7 +2846,7 @@ "created_at": "Wed Mar 18 04:43:46 +0000 2009", "default_profile": false, "default_profile_image": false, - "description": "\"very fun and chill\" -- all my exes || writing stuff for tech | content strategist & UX writer ex @Microsoft @twitterdev and @google || 🚲", + "description": "find me on Bluesky \"very fun and chill\" -- all my exes || writing stuff for tech | content strategist & UX writer ex @Microsoft @twitterdev and @google ||", "entities": { "description": { "urls": [] @@ -2873,16 +2866,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 134808, - "followers_count": 2835, - "friends_count": 878, + "favourites_count": 134364, + "followers_count": 2817, + "friends_count": 873, "has_custom_timelines": true, "is_translator": false, - "listed_count": 69, + "listed_count": 68, "location": "DC ➳ SF ➳ LA ➳ DC (again)", - "media_count": 3028, + "media_count": 3036, "name": "punkaboo", - "normal_followers_count": 2835, + "normal_followers_count": 2817, "pinned_tweet_ids_str": [ "1473103445582356486" ], @@ -2891,7 +2884,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693891796198432768/d9pNMNuq_normal.jpg", "profile_interstitial_type": "", "screen_name": "Punkaboo", - "statuses_count": 58361, + "statuses_count": 58400, "translator_type": "none", "url": "https://t.co/dyFUKVI3id", "verified": false, @@ -2910,7 +2903,7 @@ }, { "entryId": "user-1009484430250053632", - "sortIndex": "1700203042483208155", + "sortIndex": "1719749373090332635", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2932,23 +2925,23 @@ "created_at": "Wed Jun 20 17:13:38 +0000 2018", "default_profile": true, "default_profile_image": false, - "description": "PMM @ Dutchie👩🏼‍💻. Special-needs/girl-mom 💅, foodie🥑 Type 1️⃣ Enneagram- talk to me about tech, marketing, interior design or #rettsyndrome", + "description": "PMM in Tech👩🏼‍💻. Special-needs/girl-mom 💅, foodie🥑 Type 1️⃣ Enneagram- talk to me about tech, marketing, interior design or #rettsyndrome", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 256, - "followers_count": 166, - "friends_count": 575, + "favourites_count": 253, + "followers_count": 169, + "friends_count": 565, "has_custom_timelines": false, "is_translator": false, "listed_count": 3, "location": "Huntsville, AL", "media_count": 30, "name": "cora", - "normal_followers_count": 166, + "normal_followers_count": 169, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1009484430250053632/1610631688", @@ -2973,7 +2966,7 @@ }, { "entryId": "user-1062359582", - "sortIndex": "1700203042483208154", + "sortIndex": "1719749373090332634", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3002,16 +2995,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 9549, - "followers_count": 3085, - "friends_count": 1524, + "favourites_count": 9529, + "followers_count": 3076, + "friends_count": 1518, "has_custom_timelines": true, "is_translator": false, "listed_count": 13, "location": "Edinburgh, Scotland ", "media_count": 2072, "name": "Sheryl Klein Lavi🏴󠁧󠁢󠁳󠁣󠁴󠁿", - "normal_followers_count": 3085, + "normal_followers_count": 3076, "pinned_tweet_ids_str": [ "1693255578431172743" ], @@ -3038,7 +3031,7 @@ }, { "entryId": "user-243665363", - "sortIndex": "1700203042483208153", + "sortIndex": "1719749373090332633", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3080,16 +3073,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 144522, - "followers_count": 4063, + "favourites_count": 145367, + "followers_count": 4059, "friends_count": 5001, "has_custom_timelines": true, "is_translator": false, - "listed_count": 483, + "listed_count": 481, "location": "Earth", - "media_count": 4709, + "media_count": 4732, "name": "Liliana Aidé Monge 🔥", - "normal_followers_count": 4063, + "normal_followers_count": 4059, "pinned_tweet_ids_str": [ "1657105679948349440" ], @@ -3098,7 +3091,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1525545582185570306/IjQwbLhY_normal.jpg", "profile_interstitial_type": "", "screen_name": "mongeliliana", - "statuses_count": 142153, + "statuses_count": 142642, "translator_type": "none", "url": "https://t.co/KoW5TCGA8Y", "verified": false, @@ -3117,7 +3110,7 @@ }, { "entryId": "user-459860328", - "sortIndex": "1700203042483208152", + "sortIndex": "1719749373090332632", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3160,16 +3153,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 42898, - "followers_count": 1247, - "friends_count": 1997, + "favourites_count": 42713, + "followers_count": 1240, + "friends_count": 1970, "has_custom_timelines": true, "is_translator": false, "listed_count": 11, "location": "", "media_count": 434, "name": "julie✨", - "normal_followers_count": 1247, + "normal_followers_count": 1240, "pinned_tweet_ids_str": [ "1523491865105813504" ], @@ -3178,7 +3171,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1543451076426272769/s1iTnanp_normal.jpg", "profile_interstitial_type": "", "screen_name": "JulieMendoza206", - "statuses_count": 16968, + "statuses_count": 16936, "translator_type": "none", "url": "https://t.co/IrriAY32IY", "verified": false, @@ -3197,7 +3190,7 @@ }, { "entryId": "user-273830767", - "sortIndex": "1700203042483208151", + "sortIndex": "1719749373090332631", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3226,12 +3219,12 @@ } }, "fast_followers_count": 0, - "favourites_count": 1761, + "favourites_count": 1759, "followers_count": 710, - "friends_count": 930, + "friends_count": 927, "has_custom_timelines": true, "is_translator": false, - "listed_count": 11, + "listed_count": 10, "location": "", "media_count": 185, "name": " 🄿🅄🅂🄷 ", @@ -3242,7 +3235,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1468999483144826882/Kk_mPlrm_normal.jpg", "profile_interstitial_type": "", "screen_name": "rahuligun", - "statuses_count": 807, + "statuses_count": 806, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3260,7 +3253,7 @@ }, { "entryId": "user-3007236186", - "sortIndex": "1700203042483208150", + "sortIndex": "1719749373090332630", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3289,16 +3282,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2901, - "followers_count": 381, - "friends_count": 426, + "favourites_count": 2891, + "followers_count": 382, + "friends_count": 419, "has_custom_timelines": true, "is_translator": false, "listed_count": 4, "location": "San Francisco, CA", "media_count": 117, "name": "Si", - "normal_followers_count": 381, + "normal_followers_count": 382, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/3007236186/1461305719", @@ -3323,7 +3316,7 @@ }, { "entryId": "user-838824636158627840", - "sortIndex": "1700203042483208149", + "sortIndex": "1719749373090332629", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3352,16 +3345,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 5232, - "followers_count": 858, - "friends_count": 1091, + "favourites_count": 5226, + "followers_count": 848, + "friends_count": 1076, "has_custom_timelines": true, "is_translator": false, - "listed_count": 6, + "listed_count": 3, "location": "", "media_count": 337, "name": "mimi", - "normal_followers_count": 858, + "normal_followers_count": 848, "pinned_tweet_ids_str": [ "1511517599175098369" ], @@ -3370,7 +3363,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1646296786481315843/fb3zQ9Ua_normal.jpg", "profile_interstitial_type": "", "screen_name": "FindingMeeemo", - "statuses_count": 1610, + "statuses_count": 1607, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3388,7 +3381,7 @@ }, { "entryId": "user-2997635012", - "sortIndex": "1700203042483208148", + "sortIndex": "1719749373090332628", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3417,12 +3410,12 @@ } }, "fast_followers_count": 0, - "favourites_count": 81725, + "favourites_count": 81425, "followers_count": 2048, - "friends_count": 947, + "friends_count": 937, "has_custom_timelines": true, "is_translator": false, - "listed_count": 81, + "listed_count": 78, "location": "New York", "media_count": 939, "name": "Jared Podnos", @@ -3462,7 +3455,7 @@ }, { "entryId": "user-1596449330", - "sortIndex": "1700203042483208147", + "sortIndex": "1719749373090332627", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3492,16 +3485,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2917, - "followers_count": 264, - "friends_count": 925, + "favourites_count": 2895, + "followers_count": 259, + "friends_count": 916, "has_custom_timelines": true, "is_translator": false, - "listed_count": 4, + "listed_count": 3, "location": "Denver/Boulder", "media_count": 65, "name": "Michael Horan", - "normal_followers_count": 264, + "normal_followers_count": 259, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1596449330/1500403221", @@ -3526,7 +3519,7 @@ }, { "entryId": "user-22178537", - "sortIndex": "1700203042483208146", + "sortIndex": "1719749373090332626", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3555,16 +3548,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 34966, - "followers_count": 958, - "friends_count": 1935, + "favourites_count": 35180, + "followers_count": 950, + "friends_count": 1926, "has_custom_timelines": true, "is_translator": false, - "listed_count": 12, + "listed_count": 11, "location": "", "media_count": 355, "name": "Eric Martin 👍🏼", - "normal_followers_count": 958, + "normal_followers_count": 950, "pinned_tweet_ids_str": [ "1112118360697987073" ], @@ -3591,7 +3584,7 @@ }, { "entryId": "user-853388192", - "sortIndex": "1700203042483208145", + "sortIndex": "1719749373090332625", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3633,23 +3626,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 13564, - "followers_count": 3120, - "friends_count": 1293, + "favourites_count": 13858, + "followers_count": 3141, + "friends_count": 1297, "has_custom_timelines": true, "is_translator": false, - "listed_count": 40, + "listed_count": 44, "location": "Islington, London", - "media_count": 1404, + "media_count": 1413, "name": "Haim Vaturi", - "normal_followers_count": 3120, + "normal_followers_count": 3141, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/853388192/1519120057", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1071034503173431296/W0Djhw-s_normal.jpg", "profile_interstitial_type": "", "screen_name": "haimvat", - "statuses_count": 8162, + "statuses_count": 8287, "translator_type": "regular", "verified": false, "want_retweets": false, @@ -3667,7 +3660,7 @@ }, { "entryId": "user-13130832", - "sortIndex": "1700203042483208144", + "sortIndex": "1719749373090332624", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3709,16 +3702,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 8961, - "followers_count": 855, - "friends_count": 2842, + "favourites_count": 8940, + "followers_count": 857, + "friends_count": 2802, "has_custom_timelines": true, "is_translator": false, "listed_count": 36, "location": "Puget Sound / PNWonderland", "media_count": 278, "name": "Brian Kahrs", - "normal_followers_count": 855, + "normal_followers_count": 857, "pinned_tweet_ids_str": [ "916431500567916544" ], @@ -3727,7 +3720,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1580347533733527552/4iy2cqfj_normal.jpg", "profile_interstitial_type": "", "screen_name": "briankahrs", - "statuses_count": 2115, + "statuses_count": 2114, "translator_type": "regular", "url": "https://t.co/Mxh9MbzuaX", "verified": false, @@ -3746,7 +3739,7 @@ }, { "entryId": "user-49936717", - "sortIndex": "1700203042483208143", + "sortIndex": "1719749373090332623", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3789,16 +3782,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 642, - "followers_count": 395, - "friends_count": 296, + "favourites_count": 643, + "followers_count": 394, + "friends_count": 291, "has_custom_timelines": true, "is_translator": false, - "listed_count": 11, + "listed_count": 10, "location": "California, USA", "media_count": 53, "name": "Vince K. Sam", - "normal_followers_count": 395, + "normal_followers_count": 394, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/49936717/1582484923", @@ -3823,7 +3816,7 @@ }, { "entryId": "user-1171940098687950848", - "sortIndex": "1700203042483208142", + "sortIndex": "1719749373090332622", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3866,15 +3859,15 @@ }, "fast_followers_count": 0, "favourites_count": 23, - "followers_count": 64, - "friends_count": 25, + "followers_count": 66, + "friends_count": 24, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "Colorado, USA", "media_count": 96, "name": "#PartnerCup ⛳🏌️‍♀️🏌️‍♂️", - "normal_followers_count": 64, + "normal_followers_count": 66, "pinned_tweet_ids_str": [ "1178713579148607488" ], @@ -3902,7 +3895,7 @@ }, { "entryId": "user-137535997", - "sortIndex": "1700203042483208141", + "sortIndex": "1719749373090332621", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3931,16 +3924,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 36134, - "followers_count": 359, - "friends_count": 735, + "favourites_count": 36022, + "followers_count": 358, + "friends_count": 733, "has_custom_timelines": true, "is_translator": false, "listed_count": 0, "location": "", "media_count": 19, "name": "sunscreenpapi", - "normal_followers_count": 359, + "normal_followers_count": 358, "pinned_tweet_ids_str": [ "212631185216638977" ], @@ -3949,7 +3942,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1203824659952590848/mc-BRtKE_normal.jpg", "profile_interstitial_type": "", "screen_name": "sunscreenpapi", - "statuses_count": 140, + "statuses_count": 145, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3965,9 +3958,86 @@ } } }, + { + "entryId": "user-15824980", + "sortIndex": "1719749373090332620", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTgyNDk4MA==", + "rest_id": "15824980", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Aug 12 17:12:38 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "¯\\_(ツ)_/¯ #ENIS #Tunisia #LocalGuides #BuildforSDG #Scandium", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "khammami.tn", + "expanded_url": "https://www.khammami.tn/", + "url": "https://t.co/yXrWRzjCLb", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1044, + "followers_count": 388, + "friends_count": 407, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 30, + "location": "Tunisia 🌎", + "media_count": 362, + "name": "Khalil Hammami", + "normal_followers_count": 388, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/15824980/1687256088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/523970885351636993/kdOcymPE_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "khammami", + "statuses_count": 2934, + "translator_type": "regular", + "url": "https://t.co/yXrWRzjCLb", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "FollowingSgs", + "element": "user" + } + } + }, { "entryId": "user-61467706", - "sortIndex": "1700203042483208140", + "sortIndex": "1719749373090332619", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3996,16 +4066,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 12718, - "followers_count": 1124, - "friends_count": 598, + "favourites_count": 12691, + "followers_count": 1118, + "friends_count": 593, "has_custom_timelines": false, "is_translator": false, "listed_count": 39, "location": "", "media_count": 904, "name": "miss mixtape", - "normal_followers_count": 1124, + "normal_followers_count": 1118, "pinned_tweet_ids_str": [ "1338428753345736704" ], @@ -4014,7 +4084,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1104375309061840897/nOTUAOM7_normal.jpg", "profile_interstitial_type": "", "screen_name": "miss_mixtape", - "statuses_count": 10016, + "statuses_count": 10013, "translator_type": "none", "verified": false, "want_retweets": false, @@ -4032,7 +4102,7 @@ }, { "entryId": "user-211637915", - "sortIndex": "1700203042483208139", + "sortIndex": "1719749373090332618", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4062,16 +4132,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 37883, - "followers_count": 216, - "friends_count": 326, + "favourites_count": 37786, + "followers_count": 215, + "friends_count": 323, "has_custom_timelines": true, "is_translator": false, "listed_count": 4, "location": "617", "media_count": 0, "name": "Maria", - "normal_followers_count": 216, + "normal_followers_count": 215, "pinned_tweet_ids_str": [], "possibly_sensitive": true, "profile_banner_url": "https://pbs.twimg.com/profile_banners/211637915/1618926255", @@ -4096,7 +4166,7 @@ }, { "entryId": "user-1484826829", - "sortIndex": "1700203042483208138", + "sortIndex": "1719749373090332617", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4138,16 +4208,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 1605, - "followers_count": 131, - "friends_count": 305, + "favourites_count": 1612, + "followers_count": 133, + "friends_count": 307, "has_custom_timelines": true, "is_translator": false, "listed_count": 0, "location": "Pokuase", - "media_count": 313, + "media_count": 317, "name": "slightly used dev", - "normal_followers_count": 131, + "normal_followers_count": 133, "pinned_tweet_ids_str": [ "1080527339283460096" ], @@ -4156,7 +4226,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1308814371628425217/qULPbSEn_normal.jpg", "profile_interstitial_type": "", "screen_name": "twum_jnr", - "statuses_count": 3353, + "statuses_count": 3378, "translator_type": "none", "url": "https://t.co/y5Go7gs1kx", "verified": false, @@ -4175,7 +4245,7 @@ }, { "entryId": "user-75263523", - "sortIndex": "1700203042483208137", + "sortIndex": "1719749373090332616", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4217,14 +4287,14 @@ } }, "fast_followers_count": 0, - "favourites_count": 23819, + "favourites_count": 23707, "followers_count": 39507, - "friends_count": 16953, + "friends_count": 16898, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1883, + "listed_count": 0, "location": "Global", - "media_count": 20258, + "media_count": 20298, "name": "Sprinklr", "normal_followers_count": 39507, "pinned_tweet_ids_str": [], @@ -4233,7 +4303,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689349298691948544/gtSPd8ph_normal.jpg", "profile_interstitial_type": "", "screen_name": "Sprinklr", - "statuses_count": 74536, + "statuses_count": 74589, "translator_type": "none", "url": "https://t.co/ZQEECh4fWK", "verified": false, @@ -4253,7 +4323,7 @@ }, { "entryId": "user-2584784815", - "sortIndex": "1700203042483208136", + "sortIndex": "1719749373090332615", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4296,16 +4366,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 50004, - "followers_count": 4333, - "friends_count": 1350, + "favourites_count": 49991, + "followers_count": 4305, + "friends_count": 1344, "has_custom_timelines": true, "is_translator": false, "listed_count": 113, "location": "New York, NY", "media_count": 229, "name": "Ryan J. Gallagher", - "normal_followers_count": 4333, + "normal_followers_count": 4305, "pinned_tweet_ids_str": [ "1575973950923845632" ], @@ -4314,7 +4384,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1532015197577166850/5u7UeMhX_normal.jpg", "profile_interstitial_type": "", "screen_name": "ryanjgallag", - "statuses_count": 14270, + "statuses_count": 14275, "translator_type": "none", "url": "https://t.co/lUBB6lWOPo", "verified": false, @@ -4333,7 +4403,7 @@ }, { "entryId": "user-2990106209", - "sortIndex": "1700203042483208135", + "sortIndex": "1719749373090332614", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4362,16 +4432,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 72630, - "followers_count": 4170, - "friends_count": 4920, + "favourites_count": 72975, + "followers_count": 4220, + "friends_count": 4909, "has_custom_timelines": true, "is_translator": false, - "listed_count": 155, + "listed_count": 153, "location": "goatoffice", - "media_count": 4117, + "media_count": 4123, "name": "John M. Spallanzani", - "normal_followers_count": 4170, + "normal_followers_count": 4220, "pinned_tweet_ids_str": [ "1574791517302046722" ], @@ -4380,7 +4450,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/989283439063912449/cZ9pHCsa_normal.jpg", "profile_interstitial_type": "", "screen_name": "JohnSpall247", - "statuses_count": 38853, + "statuses_count": 38917, "translator_type": "none", "verified": false, "want_retweets": false, @@ -4398,7 +4468,7 @@ }, { "entryId": "user-2533768586", - "sortIndex": "1700203042483208134", + "sortIndex": "1719749373090332613", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4415,6 +4485,7 @@ "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { + "protected": true, "can_dm": true, "can_media_tag": false, "created_at": "Fri May 30 00:59:34 +0000 2014", @@ -4440,16 +4511,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 26609, - "followers_count": 2071, - "friends_count": 945, + "favourites_count": 26366, + "followers_count": 2046, + "friends_count": 936, "has_custom_timelines": true, "is_translator": false, - "listed_count": 37, + "listed_count": 36, "location": "San Francisco, CA", "media_count": 340, "name": "Selynna Sun", - "normal_followers_count": 2071, + "normal_followers_count": 2046, "pinned_tweet_ids_str": [ "1288909871799140352" ], @@ -4458,7 +4529,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1354527729836847106/bW-v5CfZ_normal.jpg", "profile_interstitial_type": "", "screen_name": "selynnasun", - "statuses_count": 3821, + "statuses_count": 3816, "translator_type": "none", "url": "https://t.co/JFbso29iT1", "verified": false, @@ -4477,7 +4548,7 @@ }, { "entryId": "user-1637021982", - "sortIndex": "1700203042483208133", + "sortIndex": "1719749373090332612", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4520,21 +4591,21 @@ }, "fast_followers_count": 0, "favourites_count": 1947, - "followers_count": 3317, - "friends_count": 970, + "followers_count": 3314, + "friends_count": 967, "has_custom_timelines": false, "is_translator": false, - "listed_count": 136, + "listed_count": 135, "location": "", "media_count": 130, "name": "Raina Merchant, MD MSHP FAHA", - "normal_followers_count": 3317, + "normal_followers_count": 3314, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1259217702276804609/SFpN1UYB_normal.jpg", "profile_interstitial_type": "", "screen_name": "RainaMerchant", - "statuses_count": 3269, + "statuses_count": 3268, "translator_type": "none", "url": "https://t.co/18z0wVHKxh", "verified": false, @@ -4553,7 +4624,7 @@ }, { "entryId": "user-1280128841550311424", - "sortIndex": "1700203042483208132", + "sortIndex": "1719749373090332611", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4570,7 +4641,6 @@ "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "protected": true, "can_dm": false, "can_media_tag": false, "created_at": "Mon Jul 06 13:18:03 +0000 2020", @@ -4583,23 +4653,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 15893, - "followers_count": 85, - "friends_count": 233, + "favourites_count": 16313, + "followers_count": 86, + "friends_count": 234, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1, + "listed_count": 2, "location": "17, He/Him", - "media_count": 87, + "media_count": 88, "name": "Syas", - "normal_followers_count": 85, + "normal_followers_count": 86, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1280128841550311424/1689616164", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1694669577228025857/PseZ4j_G_normal.jpg", "profile_interstitial_type": "", "screen_name": "SyasVex", - "statuses_count": 540, + "statuses_count": 561, "translator_type": "none", "verified": false, "want_retweets": false, @@ -4617,7 +4687,7 @@ }, { "entryId": "user-2425259995", - "sortIndex": "1700203042483208131", + "sortIndex": "1719749373090332610", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4639,7 +4709,7 @@ "created_at": "Thu Apr 03 08:02:16 +0000 2014", "default_profile": false, "default_profile_image": false, - "description": "HC Journalist @FIFAWorldCup | Qatar Correspondent @shomoyer_alo | Tech Experts @google | Major Sports & Events Management Professional | FIFA Volunteer", + "description": "HC Journalist @FIFAWorldCup | Qatar Correspondent mytv & @shomoyer_alo | Tech Experts @google | Major Sports & Events Management Professional | FIFA Volunteer", "entities": { "description": { "urls": [] @@ -4659,16 +4729,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 11214, - "followers_count": 746, - "friends_count": 5000, + "favourites_count": 11260, + "followers_count": 743, + "friends_count": 4974, "has_custom_timelines": false, "is_translator": false, - "listed_count": 10, + "listed_count": 9, "location": "State Of Qatar ", - "media_count": 494, + "media_count": 498, "name": "Md Nahid Islam 🇧🇩🇶🇦", - "normal_followers_count": 746, + "normal_followers_count": 743, "pinned_tweet_ids_str": [ "1600755572680560640" ], @@ -4677,7 +4747,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1667905452410060805/X54pHULg_normal.jpg", "profile_interstitial_type": "", "screen_name": "nahidofficialbd", - "statuses_count": 14285, + "statuses_count": 14295, "translator_type": "none", "url": "https://t.co/Y3qWkeXtFB", "verified": false, @@ -4707,7 +4777,7 @@ }, { "entryId": "user-685863", - "sortIndex": "1700203042483208130", + "sortIndex": "1719749373090332609", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4736,23 +4806,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 17133, - "followers_count": 804, - "friends_count": 3816, + "favourites_count": 16780, + "followers_count": 805, + "friends_count": 3809, "has_custom_timelines": true, "is_translator": false, "listed_count": 37, "location": "Southern California", "media_count": 532, "name": "Mike Zitek", - "normal_followers_count": 804, + "normal_followers_count": 805, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/685863/1484979005", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1358802588511002624/q_nKTQrZ_normal.jpg", "profile_interstitial_type": "", "screen_name": "mjzitek", - "statuses_count": 14474, + "statuses_count": 14459, "translator_type": "none", "verified": false, "want_retweets": false, @@ -4770,7 +4840,7 @@ }, { "entryId": "user-248869046", - "sortIndex": "1700203042483208129", + "sortIndex": "1719749373090332608", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4799,23 +4869,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 717, - "followers_count": 1225, + "favourites_count": 714, + "followers_count": 1227, "friends_count": 1056, "has_custom_timelines": true, "is_translator": true, - "listed_count": 109, + "listed_count": 107, "location": " Paris | Le Mans | London ", - "media_count": 14594, + "media_count": 14595, "name": "Antoine Danois", - "normal_followers_count": 1225, + "normal_followers_count": 1227, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/248869046/1624438990", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1488871196498272258/pJp5c8zC_normal.jpg", "profile_interstitial_type": "", "screen_name": "Antoinedroid", - "statuses_count": 161214, + "statuses_count": 161160, "translator_type": "badged", "verified": false, "want_retweets": false, @@ -4844,7 +4914,7 @@ }, { "entryId": "user-104236352", - "sortIndex": "1700203042483208128", + "sortIndex": "1719749373090332607", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4886,16 +4956,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2359, - "followers_count": 395, - "friends_count": 1005, + "favourites_count": 2343, + "followers_count": 392, + "friends_count": 1008, "has_custom_timelines": true, "is_translator": false, "listed_count": 67, "location": "Eure", - "media_count": 1487, + "media_count": 1488, "name": "@matthieu@mstdn.io", - "normal_followers_count": 395, + "normal_followers_count": 392, "pinned_tweet_ids_str": [ "997557853278949377" ], @@ -4904,7 +4974,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/934001822527836160/WUozxB3A_normal.jpg", "profile_interstitial_type": "", "screen_name": "Mistermatt007", - "statuses_count": 79990, + "statuses_count": 79743, "translator_type": "regular", "url": "https://t.co/RdzTVeKNxK", "verified": false, @@ -4923,7 +4993,7 @@ }, { "entryId": "user-1615654896", - "sortIndex": "1700203042483208127", + "sortIndex": "1719749373090332606", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -4966,22 +5036,24 @@ }, "fast_followers_count": 0, "favourites_count": 277, - "followers_count": 1500, - "friends_count": 490, + "followers_count": 1507, + "friends_count": 488, "has_custom_timelines": true, "is_translator": false, "listed_count": 89, "location": "Philadelphia, PA", - "media_count": 51, + "media_count": 52, "name": "Penn Med CDH", - "normal_followers_count": 1500, - "pinned_tweet_ids_str": [], + "normal_followers_count": 1507, + "pinned_tweet_ids_str": [ + "1705301034514502114" + ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1615654896/1543344133", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1067488849725726723/MoO3FQ44_normal.jpg", "profile_interstitial_type": "", "screen_name": "PennMedCDH", - "statuses_count": 1474, + "statuses_count": 1475, "translator_type": "none", "url": "https://t.co/KtWhDH2JGA", "verified": false, @@ -5000,7 +5072,7 @@ }, { "entryId": "user-29970507", - "sortIndex": "1700203042483208126", + "sortIndex": "1719749373090332605", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -5014,7 +5086,7 @@ "rest_id": "29970507", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": false, + "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { "can_dm": true, @@ -5042,25 +5114,24 @@ } }, "fast_followers_count": 0, - "favourites_count": 6416, - "followers_count": 1186, - "friends_count": 295, + "favourites_count": 6489, + "followers_count": 1188, + "friends_count": 309, "has_custom_timelines": true, "is_translator": false, "listed_count": 47, "location": "Denver, CO", - "media_count": 376, + "media_count": 378, "name": "Royce", - "normal_followers_count": 1186, + "normal_followers_count": 1188, "pinned_tweet_ids_str": [ "1449743664545161223" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/29970507/1676903730", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1649892376847192065/O9PUOyO2_normal.jpg", "profile_interstitial_type": "", "screen_name": "roycehaynes", - "statuses_count": 5787, + "statuses_count": 5802, "translator_type": "regular", "url": "https://t.co/GiPbx62iT1", "verified": false, @@ -5078,22 +5149,22 @@ } }, { - "entryId": "cursor-bottom-1700203042483208125", - "sortIndex": "1700203042483208125", + "entryId": "cursor-bottom-1719749373090332604", + "sortIndex": "1719749373090332604", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "1675560929945905566|1700203042483208123", + "value": "1675560929945905566|1719749373090332602", "cursorType": "Bottom" } }, { - "entryId": "cursor-top-1700203042483208193", - "sortIndex": "1700203042483208193", + "entryId": "cursor-top-1719749373090332673", + "sortIndex": "1719749373090332673", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "-1|1700203042483208193", + "value": "-1|1719749373090332673", "cursorType": "Top" } } diff --git a/tests/mocked-data/list_timeline_raw.json b/tests/mocked-data/list_timeline_raw.json new file mode 100644 index 0000000..519387b --- /dev/null +++ b/tests/mocked-data/list_timeline_raw.json @@ -0,0 +1,54044 @@ +{ + "data": { + "list": { + "tweets_timeline": { + "timeline": { + "instructions": [ + { + "type": "TimelineAddEntries", + "entries": [ + { + "entryId": "tweet-1719748653202526421", + "sortIndex": "1719749859424075776", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719748653202526421", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjIyMTkxNjg=", + "rest_id": "262219168", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 07 16:23:56 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Live straight out of Bucha\nBuy Me a Coffee: https://t.co/2jsZNdSj2u\nAlso find me on BlueSky: https://t.co/rqus6D0CZd", + "entities": { + "description": { + "urls": [ + { + "display_url": "buymeacoffee.com/saintanger", + "expanded_url": "http://buymeacoffee.com/saintanger", + "url": "https://t.co/2jsZNdSj2u", + "indices": [ + 44, + 67 + ] + }, + { + "display_url": "bsky.app/profile/iopono…", + "expanded_url": "https://bsky.app/profile/ioponomarenko.bsky.social", + "url": "https://t.co/rqus6D0CZd", + "indices": [ + 93, + 116 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 27675, + "followers_count": 1276208, + "friends_count": 1574, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 16958, + "location": "Bucha, Ukraine", + "media_count": 3403, + "name": "Illia Ponomarenko 🇺🇦", + "normal_followers_count": 1276208, + "pinned_tweet_ids_str": [ + "1718549466830000457" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/262219168/1688741071", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683257804381908992/Oy5wj8wI_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IAPonomarenko", + "statuses_count": 20074, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1473057187006234626", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719748653202526421" + ], + "editable_until_msecs": "1698858604965", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:10:04 +0000 2023", + "conversation_id_str": "1719748653202526421", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "777784484611649536", + "name": "Mykola Bielieskov", + "screen_name": "MBielieskov", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @MBielieskov: What is clear by now is that “Prevent RU from winning, prevent UA from losing” favoured by Biden Admin is not sustainable…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 50, + "retweeted": false, + "user_id_str": "262219168", + "id_str": "1719748653202526421", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719734958846009487", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo3Nzc3ODQ0ODQ2MTE2NDk1MzY=", + "rest_id": "777784484611649536", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Sep 19 08:20:46 +0000 2016", + "default_profile": true, + "default_profile_image": false, + "description": "Research Fellow at National Institute for Strategic Studies under UA President/senior analyst at Come back alive; all ideas tabled here are my private position.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "niss.gov.ua/tags/mikola-be…", + "expanded_url": "https://niss.gov.ua/tags/mikola-beleskov", + "url": "https://t.co/pkAnIoF66G", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 34454, + "followers_count": 56957, + "friends_count": 1908, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1223, + "location": "Київ", + "media_count": 661, + "name": "Mykola Bielieskov", + "normal_followers_count": 56957, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/777784484611649536/1672306298", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687874184506990592/VhP_hW-6_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MBielieskov", + "statuses_count": 6137, + "translator_type": "none", + "url": "https://t.co/pkAnIoF66G", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1529724698594000897", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719734958846009487" + ], + "editable_until_msecs": "1698855339000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "13723", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:15:39 +0000 2023", + "conversation_id_str": "1719734958846009487", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 351, + "favorited": false, + "full_text": "What is clear by now is that “Prevent RU from winning, prevent UA from losing” favoured by Biden Admin is not sustainable strategy any more.", + "is_quote_status": false, + "lang": "en", + "quote_count": 1, + "reply_count": 12, + "retweet_count": 50, + "retweeted": false, + "user_id_str": "777784484611649536", + "id_str": "1719734958846009487" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719748365095715094", + "sortIndex": "1719749859424075775", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719748365095715094", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719748365095715094" + ], + "editable_until_msecs": "1698858536000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1326", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:08:56 +0000 2023", + "conversation_id_str": "1719748365095715094", + "display_text_range": [ + 0, + 190 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/TKPZh0wz11", + "expanded_url": "https://twitter.com/KyivPost/status/1719748365095715094/photo/1", + "id_str": "1719748335618125824", + "indices": [ + 191, + 214 + ], + "media_key": "3_1719748335618125824", + "media_url_https": "https://pbs.twimg.com/media/F93F_-eWcAAbgu-.jpg", + "type": "photo", + "url": "https://t.co/TKPZh0wz11", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 284, + "y": 408, + "h": 72, + "w": 72 + }, + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 600, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 70, + "w": 70 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 570, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 166, + "y": 239, + "h": 42, + "w": 42 + }, + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 351, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 41, + "w": 41 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 333, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 94, + "y": 135, + "h": 23, + "w": 23 + }, + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 189, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 284, + "y": 408, + "h": 72, + "w": 72 + }, + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 600, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 70, + "w": 70 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 570, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1528996804951478273", + "name": "Ambassador Bridget A. Brink", + "screen_name": "USAmbKyiv", + "indices": [ + 180, + 190 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 19, + 27 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/TKPZh0wz11", + "expanded_url": "https://twitter.com/KyivPost/status/1719748365095715094/photo/1", + "id_str": "1719748335618125824", + "indices": [ + 191, + 214 + ], + "media_key": "3_1719748335618125824", + "media_url_https": "https://pbs.twimg.com/media/F93F_-eWcAAbgu-.jpg", + "type": "photo", + "url": "https://t.co/TKPZh0wz11", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 284, + "y": 408, + "h": 72, + "w": 72 + }, + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 600, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 70, + "w": 70 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 570, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 166, + "y": 239, + "h": 42, + "w": 42 + }, + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 351, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 41, + "w": 41 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 333, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 94, + "y": 135, + "h": 23, + "w": 23 + }, + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 189, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 284, + "y": 408, + "h": 72, + "w": 72 + }, + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 600, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 70, + "w": 70 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 570, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + } + ] + }, + "favorite_count": 15, + "favorited": false, + "full_text": "🇺🇸US Ambassador to #Ukraine Bridget Brink discussed with Senate Republican Leader Mitch McConnell and other senators the strategic importance of continued support for Ukraine.\n\n📷: @USAmbKyiv https://t.co/TKPZh0wz11", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 4, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719748365095715094" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719747487567601980", + "sortIndex": "1719749859424075774", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719747487567601980", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719747487567601980" + ], + "editable_until_msecs": "1698858327056", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:05:27 +0000 2023", + "conversation_id_str": "1719747487567601980", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "155471916", + "name": "Nandita Bose", + "screen_name": "nanditab1", + "indices": [ + 3, + 13 + ] + }, + { + "id_str": "939091", + "name": "Joe Biden", + "screen_name": "JoeBiden", + "indices": [ + 16, + 25 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @nanditab1: .@JoeBiden on his way to Minnesota on Wednesday to tout $5 billion in new investments benefiting rural Americans during a vi…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719747487567601980", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719746720521724226", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTU0NzE5MTY=", + "rest_id": "155471916", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 14 06:42:17 +0000 2010", + "default_profile": true, + "default_profile_image": false, + "description": "White House Correspondent @Reuters. Facts not opinions. Dog mom. Previously in India/Chicago/NYC @NorthwesternU grad nandita.bose@tr.com DM for Whatsapp/Signal", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "reuters.com/journalists/na…", + "expanded_url": "https://www.reuters.com/journalists/nandita-bose", + "url": "https://t.co/3sC2cGzvqQ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 11591, + "followers_count": 16639, + "friends_count": 4346, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 281, + "location": "Washington, DC", + "media_count": 538, + "name": "Nandita Bose", + "normal_followers_count": 16639, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/155471916/1689826555", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1360265850834583559/HpCCZ1Gl_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "nanditab1", + "statuses_count": 7524, + "translator_type": "none", + "url": "https://t.co/3sC2cGzvqQ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719746720521724226" + ], + "editable_until_msecs": "1698858144000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1337", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:02:24 +0000 2023", + "conversation_id_str": "1719746720521724226", + "display_text_range": [ + 0, + 247 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/wcnXDvbaZ4", + "expanded_url": "https://twitter.com/nanditab1/status/1719746720521724226/video/1", + "id_str": "1719746665710555136", + "indices": [ + 248, + 271 + ], + "media_key": "7_1719746665710555136", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719746665710555136/pu/img/bR6ghpWU5K0kLVEl.jpg", + "type": "video", + "url": "https://t.co/wcnXDvbaZ4", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 4170, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/480x270/kTYWvVFOCcpULuK-.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/pl/rIk8gS4SU1saTuqz.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/640x360/FujZzPBLVB0gcm1f.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/1280x720/mcEWjj2QAxXQuVu3.mp4?tag=12" + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "939091", + "name": "Joe Biden", + "screen_name": "JoeBiden", + "indices": [ + 1, + 10 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/wcnXDvbaZ4", + "expanded_url": "https://twitter.com/nanditab1/status/1719746720521724226/video/1", + "id_str": "1719746665710555136", + "indices": [ + 248, + 271 + ], + "media_key": "7_1719746665710555136", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719746665710555136/pu/img/bR6ghpWU5K0kLVEl.jpg", + "type": "video", + "url": "https://t.co/wcnXDvbaZ4", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 4170, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/480x270/kTYWvVFOCcpULuK-.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/pl/rIk8gS4SU1saTuqz.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/640x360/FujZzPBLVB0gcm1f.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719746665710555136/pu/vid/avc1/1280x720/mcEWjj2QAxXQuVu3.mp4?tag=12" + } + ] + } + } + ] + }, + "favorite_count": 11, + "favorited": false, + "full_text": ".@JoeBiden on his way to Minnesota on Wednesday to tout $5 billion in new investments benefiting rural Americans during a visit to a family farm. The trip will be the first stop in what the White House is billing as a two-week \"barnstorming” tour. https://t.co/wcnXDvbaZ4", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "155471916", + "id_str": "1719746720521724226" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719747280691941788", + "sortIndex": "1719749859424075773", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719747280691941788", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTQ5MjcxMDI4MzkwMTQ2MDQ4", + "rest_id": "1149271028390146048", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jul 11 10:55:40 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "Керівник Офісу Президента України / Head of the Office of the President of Ukraine", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "president.gov.ua", + "expanded_url": "https://www.president.gov.ua/", + "url": "https://t.co/zBq1PkNaWq", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1, + "followers_count": 222600, + "friends_count": 235, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1570, + "location": "", + "media_count": 1763, + "name": "Andriy Yermak", + "normal_followers_count": 222600, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1149271028390146048/1692035661", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590753975116128263/qRaHh4xy_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AndriyYermak", + "statuses_count": 4479, + "translator_type": "none", + "url": "https://t.co/zBq1PkNaWq", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719747280691941788" + ], + "editable_until_msecs": "1698858277000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1359", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:04:37 +0000 2023", + "conversation_id_str": "1719747280691941788", + "display_text_range": [ + 0, + 263 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/N3jKSHcdC7", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719747280691941788/photo/1", + "id_str": "1719747274220183552", + "indices": [ + 264, + 287 + ], + "media_key": "3_1719747274220183552", + "media_url_https": "https://pbs.twimg.com/media/F93FCMdXIAArtMW.jpg", + "type": "photo", + "url": "https://t.co/N3jKSHcdC7", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "medium": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "small": { + "faces": [ + { + "x": 284, + "y": 74, + "h": 100, + "w": 100 + } + ] + }, + "orig": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + } + }, + "sizes": { + "large": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "medium": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 695, + "width": 1045, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1045, + "h": 585 + }, + { + "x": 148, + "y": 0, + "w": 695, + "h": 695 + }, + { + "x": 190, + "y": 0, + "w": 610, + "h": 695 + }, + { + "x": 321, + "y": 0, + "w": 348, + "h": 695 + }, + { + "x": 0, + "y": 0, + "w": 1045, + "h": 695 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/N3jKSHcdC7", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719747280691941788/photo/1", + "id_str": "1719747274220183552", + "indices": [ + 264, + 287 + ], + "media_key": "3_1719747274220183552", + "media_url_https": "https://pbs.twimg.com/media/F93FCMdXIAArtMW.jpg", + "type": "photo", + "url": "https://t.co/N3jKSHcdC7", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "medium": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "small": { + "faces": [ + { + "x": 284, + "y": 74, + "h": 100, + "w": 100 + } + ] + }, + "orig": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + } + }, + "sizes": { + "large": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "medium": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 695, + "width": 1045, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1045, + "h": 585 + }, + { + "x": 148, + "y": 0, + "w": 695, + "h": 695 + }, + { + "x": 190, + "y": 0, + "w": 610, + "h": 695 + }, + { + "x": 321, + "y": 0, + "w": 348, + "h": 695 + }, + { + "x": 0, + "y": 0, + "w": 1045, + "h": 695 + } + ] + } + } + ] + }, + "favorite_count": 51, + "favorited": false, + "full_text": "Following the instructions of the Head of State, I had a phone conversation with NSA to the Prime Minister of 🇮🇳 Ajit Kumar Doval.\nWe discussed the results of the third meeting on the restoration of sustainable and just peace on the basis of the 🇺🇦 Peace Formula. https://t.co/N3jKSHcdC7", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 1, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "1149271028390146048", + "id_str": "1719747280691941788" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719747267836485855", + "sortIndex": "1719749859424075772", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719747267836485855", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719747267836485855" + ], + "editable_until_msecs": "1698858274668", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:04:34 +0000 2023", + "conversation_id_str": "1719747267836485855", + "display_text_range": [ + 0, + 74 + ], + "entities": { + "user_mentions": [ + { + "id_str": "217708411", + "name": "Mairav Zonszein מרב זונשיין", + "screen_name": "MairavZ", + "indices": [ + 3, + 11 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @MairavZ: It’s as if they want Palestinians in the West Bank to rise up", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719686317641011378", + "quoted_status_permalink": { + "url": "https://t.co/Dvl1Jwa2fA", + "expanded": "https://twitter.com/nimrod_flash/status/1719686317641011378", + "display": "twitter.com/nimrod_flash/s…" + }, + "reply_count": 0, + "retweet_count": 31, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719747267836485855", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719745960543240441", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMTc3MDg0MTE=", + "rest_id": "217708411", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Nov 20 08:46:57 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Senior Israel-Palestine Analyst with @crisisgroup Bylines @washingtonpost @nytimes @cjr @foreignpolicy @972mag @theprospect @JewishCurrents", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 40069, + "followers_count": 72495, + "friends_count": 6617, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 0, + "location": "Israel-Palestine", + "media_count": 1784, + "name": "Mairav Zonszein מרב זונשיין", + "normal_followers_count": 72495, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/217708411/1605659833", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1677933733842677761/IvqDsfGb_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MairavZ", + "statuses_count": 40123, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719745960543240441" + ], + "editable_until_msecs": "1698857962000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5606", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719686317641011378", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMjc0MzgyNzM4", + "rest_id": "3274382738", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Jul 10 12:26:50 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "From Tel Aviv. Now in Berlin. I write on Israeli politics from a left perspective. \nתמיד מיוגע אל החוץ בלי הסבר 🚩", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 9225, + "followers_count": 3582, + "friends_count": 1672, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 36, + "location": "Berlin, Germany", + "media_count": 752, + "name": "Nimrod Flaschenberg", + "normal_followers_count": 3582, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3274382738/1664529785", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1530215446317879298/VtC-7OQh_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Nimrod_Flash", + "statuses_count": 5073, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719686317641011378" + ], + "editable_until_msecs": "1698843743000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "55411", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 22, + "bookmarked": false, + "created_at": "Wed Nov 01 12:02:23 +0000 2023", + "conversation_id_str": "1719686317641011378", + "display_text_range": [ + 0, + 185 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/Xc4Z2BD6hi", + "expanded_url": "https://twitter.com/Nimrod_Flash/status/1719686317641011378/photo/1", + "id_str": "1719686312477777920", + "indices": [ + 186, + 209 + ], + "media_key": "3_1719686312477777920", + "media_url_https": "https://pbs.twimg.com/media/F92NlwRW4AAIvW0.jpg", + "type": "photo", + "url": "https://t.co/Xc4Z2BD6hi", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + }, + "medium": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + }, + "small": { + "faces": [ + { + "x": 571, + "y": 48, + "h": 49, + "w": 49 + } + ] + }, + "orig": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + } + }, + "sizes": { + "large": { + "h": 582, + "w": 828, + "resize": "fit" + }, + "medium": { + "h": 582, + "w": 828, + "resize": "fit" + }, + "small": { + "h": 478, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 582, + "width": 828, + "focus_rects": [ + { + "x": 0, + "y": 37, + "w": 828, + "h": 464 + }, + { + "x": 246, + "y": 0, + "w": 582, + "h": 582 + }, + { + "x": 317, + "y": 0, + "w": 511, + "h": 582 + }, + { + "x": 537, + "y": 0, + "w": 291, + "h": 582 + }, + { + "x": 0, + "y": 0, + "w": 828, + "h": 582 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/Xc4Z2BD6hi", + "expanded_url": "https://twitter.com/Nimrod_Flash/status/1719686317641011378/photo/1", + "id_str": "1719686312477777920", + "indices": [ + 186, + 209 + ], + "media_key": "3_1719686312477777920", + "media_url_https": "https://pbs.twimg.com/media/F92NlwRW4AAIvW0.jpg", + "type": "photo", + "url": "https://t.co/Xc4Z2BD6hi", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + }, + "medium": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + }, + "small": { + "faces": [ + { + "x": 571, + "y": 48, + "h": 49, + "w": 49 + } + ] + }, + "orig": { + "faces": [ + { + "x": 696, + "y": 59, + "h": 60, + "w": 60 + } + ] + } + }, + "sizes": { + "large": { + "h": 582, + "w": 828, + "resize": "fit" + }, + "medium": { + "h": 582, + "w": 828, + "resize": "fit" + }, + "small": { + "h": 478, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 582, + "width": 828, + "focus_rects": [ + { + "x": 0, + "y": 37, + "w": 828, + "h": 464 + }, + { + "x": 246, + "y": 0, + "w": 582, + "h": 582 + }, + { + "x": 317, + "y": 0, + "w": 511, + "h": 582 + }, + { + "x": 537, + "y": 0, + "w": 291, + "h": 582 + }, + { + "x": 0, + "y": 0, + "w": 828, + "h": 582 + } + ] + } + } + ] + }, + "favorite_count": 184, + "favorited": false, + "full_text": "The Knesset just appointed Zvi Sukot, the most radical extremist settler in the Knesset to head a sub committee of the security and foreign affairs committee in charge of the West-Bank. https://t.co/Xc4Z2BD6hi", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 24, + "reply_count": 5, + "retweet_count": 152, + "retweeted": false, + "user_id_str": "3274382738", + "id_str": "1719686317641011378" + } + } + }, + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:59:22 +0000 2023", + "conversation_id_str": "1719745960543240441", + "display_text_range": [ + 0, + 61 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 68, + "favorited": false, + "full_text": "It’s as if they want Palestinians in the West Bank to rise up", + "is_quote_status": true, + "lang": "en", + "quote_count": 2, + "quoted_status_id_str": "1719686317641011378", + "quoted_status_permalink": { + "url": "https://t.co/Dvl1Jwa2fA", + "expanded": "https://twitter.com/nimrod_flash/status/1719686317641011378", + "display": "twitter.com/nimrod_flash/s…" + }, + "reply_count": 4, + "retweet_count": 31, + "retweeted": false, + "user_id_str": "217708411", + "id_str": "1719745960543240441" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719747160705511774", + "sortIndex": "1719749859424075771", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719747160705511774", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTQ5MjcxMDI4MzkwMTQ2MDQ4", + "rest_id": "1149271028390146048", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jul 11 10:55:40 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "Керівник Офісу Президента України / Head of the Office of the President of Ukraine", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "president.gov.ua", + "expanded_url": "https://www.president.gov.ua/", + "url": "https://t.co/zBq1PkNaWq", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1, + "followers_count": 222600, + "friends_count": 235, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1570, + "location": "", + "media_count": 1763, + "name": "Andriy Yermak", + "normal_followers_count": 222600, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1149271028390146048/1692035661", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590753975116128263/qRaHh4xy_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AndriyYermak", + "statuses_count": 4479, + "translator_type": "none", + "url": "https://t.co/zBq1PkNaWq", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719747160705511774" + ], + "editable_until_msecs": "1698858249000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "1200", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:04:09 +0000 2023", + "conversation_id_str": "1719747160705511774", + "display_text_range": [ + 0, + 250 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/RMhorLx7gq", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719747160705511774/photo/1", + "id_str": "1719747154917384192", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719747154917384192", + "media_url_https": "https://pbs.twimg.com/media/F93E7QBW4AAlYGm.jpg", + "type": "photo", + "url": "https://t.co/RMhorLx7gq", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "medium": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "small": { + "faces": [ + { + "x": 284, + "y": 74, + "h": 100, + "w": 100 + } + ] + }, + "orig": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + } + }, + "sizes": { + "large": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "medium": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 695, + "width": 1045, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1045, + "h": 585 + }, + { + "x": 148, + "y": 0, + "w": 695, + "h": 695 + }, + { + "x": 190, + "y": 0, + "w": 610, + "h": 695 + }, + { + "x": 321, + "y": 0, + "w": 348, + "h": 695 + }, + { + "x": 0, + "y": 0, + "w": 1045, + "h": 695 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/RMhorLx7gq", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719747160705511774/photo/1", + "id_str": "1719747154917384192", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719747154917384192", + "media_url_https": "https://pbs.twimg.com/media/F93E7QBW4AAlYGm.jpg", + "type": "photo", + "url": "https://t.co/RMhorLx7gq", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "medium": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + }, + "small": { + "faces": [ + { + "x": 284, + "y": 74, + "h": 100, + "w": 100 + } + ] + }, + "orig": { + "faces": [ + { + "x": 437, + "y": 115, + "h": 154, + "w": 154 + } + ] + } + }, + "sizes": { + "large": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "medium": { + "h": 695, + "w": 1045, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 695, + "width": 1045, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1045, + "h": 585 + }, + { + "x": 148, + "y": 0, + "w": 695, + "h": 695 + }, + { + "x": 190, + "y": 0, + "w": 610, + "h": 695 + }, + { + "x": 321, + "y": 0, + "w": 348, + "h": 695 + }, + { + "x": 0, + "y": 0, + "w": 1045, + "h": 695 + } + ] + } + } + ] + }, + "favorite_count": 24, + "favorited": false, + "full_text": "За дорученням Глави держави провів телефонну розмову з радником із питань національної безпеки Прем’єр-міністра 🇮🇳 Аджитом Кумаром Довалом.\nОбговорили результати третої зустрічі щодо відновлення сталого й справедливого миру на основі 🇺🇦 формули миру. https://t.co/RMhorLx7gq", + "is_quote_status": false, + "lang": "uk", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 4, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "1149271028390146048", + "id_str": "1719747160705511774" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719745649397154010", + "sortIndex": "1719749859424075770", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719745649397154010", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=", + "rest_id": "884578187392544769", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Jul 11 01:00:49 +0000 2017", + "default_profile": true, + "default_profile_image": false, + "description": "Former CIA Clandestine Service. Now @SpycraftEnt, #NAFO fella. Sometimes writes. Good father, decent husband, excellent dog owner.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 274857, + "followers_count": 248445, + "friends_count": 2545, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2446, + "location": "Washington, DC", + "media_count": 2111, + "name": "John Sipher", + "normal_followers_count": 248445, + "pinned_tweet_ids_str": [ + "1487082405970288646" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/884578187392544769/1695478628", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589241979698925568/E7yUu08y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "john_sipher", + "statuses_count": 80948, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719745649397154010" + ], + "editable_until_msecs": "1698857888802", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:58:08 +0000 2023", + "conversation_id_str": "1719745649397154010", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "47253430", + "name": "Stephen Simpson 🇺🇸 🇺🇦 🇮🇱 ProperGander", + "screen_name": "BamaStephen", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @BamaStephen: Democrats need to deal with their extremist and pro-Hamas Reps.\n\nRepublicans need to deal with their extremists and pro-Pu…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 142, + "retweeted": false, + "user_id_str": "884578187392544769", + "id_str": "1719745649397154010", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719483159748727272", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzI1MzQzMA==", + "rest_id": "47253430", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 15 03:54:18 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Writer, Editor, Speaker, Encourager, Neighbor, Networker, Traveler, Seeker, Dreamer, Doer, Pastor, Weather Geek. Love God, family, neighbors.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 518359, + "followers_count": 14218, + "friends_count": 10597, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 313, + "location": "Mobile, AL", + "media_count": 29307, + "name": "Stephen Simpson 🇺🇸 🇺🇦 🇮🇱 ProperGander", + "normal_followers_count": 14218, + "pinned_tweet_ids_str": [ + "1708823564927861087" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47253430/1693722867", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1479862667913355269/gaHwRxq8_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "BamaStephen", + "statuses_count": 302289, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719483159748727272" + ], + "editable_until_msecs": "1698795306000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "17721", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Tue Oct 31 22:35:06 +0000 2023", + "conversation_id_str": "1719483159748727272", + "display_text_range": [ + 0, + 250 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146293415937", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146293415937", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7QXEAENL09.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + }, + "medium": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + }, + "small": { + "faces": [ + { + "x": 294, + "y": 95, + "h": 217, + "w": 217 + } + ] + }, + "orig": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + } + }, + "sizes": { + "large": { + "h": 799, + "w": 874, + "resize": "fit" + }, + "medium": { + "h": 799, + "w": 874, + "resize": "fit" + }, + "small": { + "h": 622, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 799, + "width": 874, + "focus_rects": [ + { + "x": 0, + "y": 39, + "w": 874, + "h": 489 + }, + { + "x": 75, + "y": 0, + "w": 799, + "h": 799 + }, + { + "x": 151, + "y": 0, + "w": 701, + "h": 799 + }, + { + "x": 301, + "y": 0, + "w": 400, + "h": 799 + }, + { + "x": 0, + "y": 0, + "w": 874, + "h": 799 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146293362688", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146293362688", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7QWQAApFPL.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 874, + "y": 218, + "h": 536, + "w": 536 + } + ] + }, + "medium": { + "faces": [ + { + "x": 512, + "y": 127, + "h": 314, + "w": 314 + } + ] + }, + "small": { + "faces": [ + { + "x": 290, + "y": 72, + "h": 177, + "w": 177 + } + ] + }, + "orig": { + "faces": [ + { + "x": 874, + "y": 218, + "h": 536, + "w": 536 + } + ] + } + }, + "sizes": { + "large": { + "h": 1396, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 818, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 464, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1396, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 377, + "y": 0, + "w": 1396, + "h": 1396 + }, + { + "x": 463, + "y": 0, + "w": 1225, + "h": 1396 + }, + { + "x": 726, + "y": 0, + "w": 698, + "h": 1396 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1396 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146297610240", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146297610240", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7RXEAADXjK.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 175, + "y": 171, + "h": 389, + "w": 389 + } + ] + }, + "medium": { + "faces": [ + { + "x": 151, + "y": 148, + "h": 337, + "w": 337 + } + ] + }, + "small": { + "faces": [ + { + "x": 85, + "y": 83, + "h": 190, + "w": 190 + } + ] + }, + "orig": { + "faces": [ + { + "x": 175, + "y": 171, + "h": 389, + "w": 389 + } + ] + } + }, + "sizes": { + "large": { + "h": 1296, + "w": 1385, + "resize": "fit" + }, + "medium": { + "h": 1123, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 636, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1296, + "width": 1385, + "focus_rects": [ + { + "x": 0, + "y": 62, + "w": 1385, + "h": 776 + }, + { + "x": 0, + "y": 0, + "w": 1296, + "h": 1296 + }, + { + "x": 0, + "y": 0, + "w": 1137, + "h": 1296 + }, + { + "x": 56, + "y": 0, + "w": 648, + "h": 1296 + }, + { + "x": 0, + "y": 0, + "w": 1385, + "h": 1296 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146301759488", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146301759488", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7SWYAA0TXJ.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "medium": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "small": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "orig": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + } + }, + "sizes": { + "large": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "medium": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "small": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 315, + "width": 397, + "focus_rects": [ + { + "x": 0, + "y": 17, + "w": 397, + "h": 222 + }, + { + "x": 71, + "y": 0, + "w": 315, + "h": 315 + }, + { + "x": 90, + "y": 0, + "w": 276, + "h": 315 + }, + { + "x": 149, + "y": 0, + "w": 158, + "h": 315 + }, + { + "x": 0, + "y": 0, + "w": 397, + "h": 315 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 228, + 250 + ], + "text": "MakeSanityNormalAgain" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146293415937", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146293415937", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7QXEAENL09.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + }, + "medium": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + }, + "small": { + "faces": [ + { + "x": 294, + "y": 95, + "h": 217, + "w": 217 + } + ] + }, + "orig": { + "faces": [ + { + "x": 378, + "y": 123, + "h": 280, + "w": 280 + } + ] + } + }, + "sizes": { + "large": { + "h": 799, + "w": 874, + "resize": "fit" + }, + "medium": { + "h": 799, + "w": 874, + "resize": "fit" + }, + "small": { + "h": 622, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 799, + "width": 874, + "focus_rects": [ + { + "x": 0, + "y": 39, + "w": 874, + "h": 489 + }, + { + "x": 75, + "y": 0, + "w": 799, + "h": 799 + }, + { + "x": 151, + "y": 0, + "w": 701, + "h": 799 + }, + { + "x": 301, + "y": 0, + "w": 400, + "h": 799 + }, + { + "x": 0, + "y": 0, + "w": 874, + "h": 799 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146293362688", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146293362688", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7QWQAApFPL.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 874, + "y": 218, + "h": 536, + "w": 536 + } + ] + }, + "medium": { + "faces": [ + { + "x": 512, + "y": 127, + "h": 314, + "w": 314 + } + ] + }, + "small": { + "faces": [ + { + "x": 290, + "y": 72, + "h": 177, + "w": 177 + } + ] + }, + "orig": { + "faces": [ + { + "x": 874, + "y": 218, + "h": 536, + "w": 536 + } + ] + } + }, + "sizes": { + "large": { + "h": 1396, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 818, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 464, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1396, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 377, + "y": 0, + "w": 1396, + "h": 1396 + }, + { + "x": 463, + "y": 0, + "w": 1225, + "h": 1396 + }, + { + "x": 726, + "y": 0, + "w": 698, + "h": 1396 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1396 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146297610240", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146297610240", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7RXEAADXjK.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 175, + "y": 171, + "h": 389, + "w": 389 + } + ] + }, + "medium": { + "faces": [ + { + "x": 151, + "y": 148, + "h": 337, + "w": 337 + } + ] + }, + "small": { + "faces": [ + { + "x": 85, + "y": 83, + "h": 190, + "w": 190 + } + ] + }, + "orig": { + "faces": [ + { + "x": 175, + "y": 171, + "h": 389, + "w": 389 + } + ] + } + }, + "sizes": { + "large": { + "h": 1296, + "w": 1385, + "resize": "fit" + }, + "medium": { + "h": 1123, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 636, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1296, + "width": 1385, + "focus_rects": [ + { + "x": 0, + "y": 62, + "w": 1385, + "h": 776 + }, + { + "x": 0, + "y": 0, + "w": 1296, + "h": 1296 + }, + { + "x": 0, + "y": 0, + "w": 1137, + "h": 1296 + }, + { + "x": 56, + "y": 0, + "w": 648, + "h": 1296 + }, + { + "x": 0, + "y": 0, + "w": 1385, + "h": 1296 + } + ] + } + }, + { + "display_url": "pic.twitter.com/R4jXl6FRyN", + "expanded_url": "https://twitter.com/BamaStephen/status/1719483159748727272/photo/1", + "id_str": "1719483146301759488", + "indices": [ + 251, + 274 + ], + "media_key": "3_1719483146301759488", + "media_url_https": "https://pbs.twimg.com/media/F9zUz7SWYAA0TXJ.jpg", + "type": "photo", + "url": "https://t.co/R4jXl6FRyN", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "medium": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "small": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + }, + "orig": { + "faces": [ + { + "x": 181, + "y": 37, + "h": 124, + "w": 124 + } + ] + } + }, + "sizes": { + "large": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "medium": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "small": { + "h": 315, + "w": 397, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 315, + "width": 397, + "focus_rects": [ + { + "x": 0, + "y": 17, + "w": 397, + "h": 222 + }, + { + "x": 71, + "y": 0, + "w": 315, + "h": 315 + }, + { + "x": 90, + "y": 0, + "w": 276, + "h": 315 + }, + { + "x": 149, + "y": 0, + "w": 158, + "h": 315 + }, + { + "x": 0, + "y": 0, + "w": 397, + "h": 315 + } + ] + } + } + ] + }, + "favorite_count": 652, + "favorited": false, + "full_text": "Democrats need to deal with their extremist and pro-Hamas Reps.\n\nRepublicans need to deal with their extremists and pro-Putin Reps. \n\nVoters need to stop voting for extreme and unqualified candidates. \n\nThis shouldn’t be hard.\n\n#MakeSanityNormalAgain https://t.co/R4jXl6FRyN", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 9, + "reply_count": 65, + "retweet_count": 142, + "retweeted": false, + "user_id_str": "47253430", + "id_str": "1719483159748727272" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719744856132567433", + "sortIndex": "1719749859424075769", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719744856132567433", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719744856132567433" + ], + "editable_until_msecs": "1698857699000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4722", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:54:59 +0000 2023", + "conversation_id_str": "1719744856132567433", + "display_text_range": [ + 0, + 181 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/dNgx2u5ZzE", + "expanded_url": "https://twitter.com/KyivPost/status/1719744856132567433/photo/1", + "id_str": "1719744848998064129", + "indices": [ + 182, + 205 + ], + "media_key": "3_1719744848998064129", + "media_url_https": "https://pbs.twimg.com/media/F93C1BzWYAESrou.jpg", + "type": "photo", + "url": "https://t.co/dNgx2u5ZzE", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "medium": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "small": { + "h": 381, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 387, + "width": 690, + "focus_rects": [ + { + "x": 0, + "y": 1, + "w": 690, + "h": 386 + }, + { + "x": 31, + "y": 0, + "w": 387, + "h": 387 + }, + { + "x": 55, + "y": 0, + "w": 339, + "h": 387 + }, + { + "x": 127, + "y": 0, + "w": 194, + "h": 387 + }, + { + "x": 0, + "y": 0, + "w": 690, + "h": 387 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 2, + 12 + ], + "text": "Prigozhin" + }, + { + "indices": [ + 143, + 150 + ], + "text": "Wagner" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/dNgx2u5ZzE", + "expanded_url": "https://twitter.com/KyivPost/status/1719744856132567433/photo/1", + "id_str": "1719744848998064129", + "indices": [ + 182, + 205 + ], + "media_key": "3_1719744848998064129", + "media_url_https": "https://pbs.twimg.com/media/F93C1BzWYAESrou.jpg", + "type": "photo", + "url": "https://t.co/dNgx2u5ZzE", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "medium": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "small": { + "h": 381, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 387, + "width": 690, + "focus_rects": [ + { + "x": 0, + "y": 1, + "w": 690, + "h": 386 + }, + { + "x": 31, + "y": 0, + "w": 387, + "h": 387 + }, + { + "x": 55, + "y": 0, + "w": 339, + "h": 387 + }, + { + "x": 127, + "y": 0, + "w": 194, + "h": 387 + }, + { + "x": 0, + "y": 0, + "w": 690, + "h": 387 + } + ] + } + } + ] + }, + "favorite_count": 12, + "favorited": false, + "full_text": "⚡️#Prigozhin's son, 25-year-old Pavel, has been appointed as the leader of a unit in the Russian National Guard, which includes members of the #Wagner group, Russian media reported. https://t.co/dNgx2u5ZzE", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 2, + "reply_count": 0, + "retweet_count": 7, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719744856132567433" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719744156090679368", + "sortIndex": "1719749859424075768", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719744156090679368", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719744156090679368" + ], + "editable_until_msecs": "1698857532770", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:52:12 +0000 2023", + "conversation_id_str": "1719744156090679368", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "17470695", + "name": "Jacob N. Kornbluh", + "screen_name": "jacobkornbluh", + "indices": [ + 3, + 17 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @jacobkornbluh: Interesting AIPAC supports the GOP Israel funding bill despite it not being bipartisan and amid criticism from mainstrea…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719110917605007507", + "quoted_status_permalink": { + "url": "https://t.co/qJ3mO1yOdA", + "expanded": "https://twitter.com/AIPAC/status/1719110917605007507", + "display": "twitter.com/AIPAC/status/1…" + }, + "reply_count": 0, + "retweet_count": 4, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719744156090679368", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719743037046227332", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzQ3MDY5NQ==", + "rest_id": "17470695", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Nov 18 20:38:29 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "senior political reporter at @jdforward. A former blue check guy. Email: kornbluh@forward.com. RT's X endorsements.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "forward.com", + "expanded_url": "https://forward.com", + "url": "https://t.co/ffVl5lIvFt", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 32317, + "followers_count": 38114, + "friends_count": 1297, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 618, + "location": "Brooklyn , New York", + "media_count": 15985, + "name": "Jacob N. Kornbluh", + "normal_followers_count": 38114, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/17470695/1590175469", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1554343434495860737/eSJixbNR_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "jacobkornbluh", + "statuses_count": 149883, + "translator_type": "none", + "url": "https://t.co/ffVl5lIvFt", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1535049954854686720", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719743037046227332" + ], + "editable_until_msecs": "1698857265000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4695", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719110917605007507", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTk4NzI5Ng==", + "rest_id": "15987296", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Aug 25 20:56:59 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "Strengthening bipartisan support for the U.S.-Israel relationship.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "aipac.org", + "expanded_url": "https://www.aipac.org/", + "url": "https://t.co/jBPtK6dMn4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5769, + "followers_count": 131530, + "friends_count": 2604, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1633, + "location": "", + "media_count": 5181, + "name": "AIPAC | Text ISRAEL to 24722 | #StandWithIsrael", + "normal_followers_count": 131530, + "pinned_tweet_ids_str": [ + "1719395294339539265" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/15987296/1696698468", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1582762566778060808/eBr1Mpxo_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AIPAC", + "statuses_count": 34638, + "translator_type": "none", + "url": "https://t.co/jBPtK6dMn4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1572431043407273988", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719110917605007507" + ], + "editable_until_msecs": "1698706556000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "14849", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTkxMTA5MTc1MzM2MjYzNjg=", + "text": "We strongly support the measure to fully fund critical security assistance for Israel in its fight to destroy Hamas.\n \nWe recognize that this is the first step in a process that will continue to unfold. Each step of the process, we will work for overwhelming bipartisan Congressional support for this critical assistance.", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + } + } + } + }, + "legacy": { + "bookmark_count": 2, + "bookmarked": false, + "created_at": "Mon Oct 30 21:55:56 +0000 2023", + "conversation_id_str": "1719110917605007507", + "display_text_range": [ + 0, + 270 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 108, + "favorited": false, + "full_text": "We strongly support the measure to fully fund critical security assistance for Israel in its fight to destroy Hamas.\n \nWe recognize that this is the first step in a process that will continue to unfold. Each step of the process, we will work for overwhelming bipartisan…", + "is_quote_status": false, + "lang": "en", + "quote_count": 4, + "reply_count": 17, + "retweet_count": 23, + "retweeted": false, + "user_id_str": "15987296", + "id_str": "1719110917605007507" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:47:45 +0000 2023", + "conversation_id_str": "1719743037046227332", + "display_text_range": [ + 0, + 126 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 12, + "favorited": false, + "full_text": "Interesting AIPAC supports the GOP Israel funding bill despite it not being bipartisan and amid criticism from mainstream Dems", + "is_quote_status": true, + "lang": "en", + "quote_count": 1, + "quoted_status_id_str": "1719110917605007507", + "quoted_status_permalink": { + "url": "https://t.co/qJ3mO1yOdA", + "expanded": "https://twitter.com/AIPAC/status/1719110917605007507", + "display": "twitter.com/AIPAC/status/1…" + }, + "reply_count": 5, + "retweet_count": 4, + "retweeted": false, + "user_id_str": "17470695", + "id_str": "1719743037046227332" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719744036859158909", + "sortIndex": "1719749859424075767", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719744036859158909", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719744036859158909" + ], + "editable_until_msecs": "1698857504343", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:51:44 +0000 2023", + "conversation_id_str": "1719744036859158909", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "15969329", + "name": "‏Tal Schneider טל שניידר تال شنايدر", + "screen_name": "talschneider", + "indices": [ + 3, + 16 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @talschneider: A friend of my daughter, amazing young man who suffered post trauma since 12 y old growing up in a Kibbutz under bombardm…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719742236618105187", + "quoted_status_permalink": { + "url": "https://t.co/MWVSdUVCKd", + "expanded": "https://twitter.com/timesofisrael/status/1719742236618105187", + "display": "twitter.com/timesofisrael/…" + }, + "reply_count": 0, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719744036859158909", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719743235680088419", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTk2OTMyOQ==", + "rest_id": "15969329", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sun Aug 24 14:52:18 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "Political Correspondent @ https://t.co/k2Xy3pkYEK & https://t.co/YPOA8MwupL. Former DC Correspondent.Writes about Politics, Foreign Affairs, Gender. RT ≠ endorsement", + "entities": { + "description": { + "urls": [ + { + "display_url": "zman.co.il", + "expanded_url": "http://zman.co.il", + "url": "https://t.co/k2Xy3pkYEK", + "indices": [ + 26, + 49 + ] + }, + { + "display_url": "timesofisrael.com", + "expanded_url": "http://timesofisrael.com", + "url": "https://t.co/YPOA8MwupL", + "indices": [ + 52, + 75 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "zman.co.il", + "expanded_url": "https://www.zman.co.il/", + "url": "https://t.co/0CtxvrK9pu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 130441, + "followers_count": 172320, + "friends_count": 4569, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 948, + "location": "Israel", + "media_count": 16807, + "name": "‏Tal Schneider טל שניידר تال شنايدر", + "normal_followers_count": 172320, + "pinned_tweet_ids_str": [ + "1547599932831346690" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/15969329/1698248419", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1568568672695762944/CkfDbesL_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "talschneider", + "statuses_count": 144699, + "translator_type": "none", + "url": "https://t.co/0CtxvrK9pu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719743235680088419" + ], + "editable_until_msecs": "1698857313000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "7471", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719742236618105187", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0MzI1NTczMjA=", + "rest_id": "432557320", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Dec 09 14:37:36 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "The one-stop news site for Israel, the region & the Jewish world - visit us on Telegram: https://t.co/4mUDrG31Xb", + "entities": { + "description": { + "urls": [ + { + "display_url": "t.me/TheTimesOfIsra…", + "expanded_url": "https://t.me/TheTimesOfIsrael2022", + "url": "https://t.co/4mUDrG31Xb", + "indices": [ + 89, + 112 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "timesofisrael.com", + "expanded_url": "http://www.timesofisrael.com", + "url": "https://t.co/wqaXI2Hj3P", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 326, + "followers_count": 489092, + "friends_count": 606, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5414, + "location": "Jerusalem, Israel", + "media_count": 25084, + "name": "The Times of Israel", + "normal_followers_count": 489092, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/432557320/1438410550", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1783061465/TOI_logo_twitter_normal.png", + "profile_interstitial_type": "", + "screen_name": "TimesofIsrael", + "statuses_count": 300559, + "translator_type": "none", + "url": "https://t.co/wqaXI2Hj3P", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1478650380770762759", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "card": { + "rest_id": "https://t.co/jOcbiUDvON", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 240, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Son of slain head of the Sha’ar Hanegev Regional Council was murdered in Kfar Aza, October 7", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.timesofisrael.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 512, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "432557320", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 63, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "timesofisrael.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 210, + "red": 206 + }, + "percentage": 27.16 + }, + { + "rgb": { + "blue": 107, + "green": 136, + "red": 187 + }, + "percentage": 21.61 + }, + { + "rgb": { + "blue": 25, + "green": 52, + "red": 48 + }, + "percentage": 17.29 + }, + { + "rgb": { + "blue": 23, + "green": 91, + "red": 74 + }, + "percentage": 12.38 + }, + { + "rgb": { + "blue": 53, + "green": 71, + "red": 102 + }, + "percentage": 7.71 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Nitzan Libstein, 19: ‘Should have been our prime minister’", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 210, + "red": 206 + }, + "percentage": 27.16 + }, + { + "rgb": { + "blue": 107, + "green": 136, + "red": 187 + }, + "percentage": 21.61 + }, + { + "rgb": { + "blue": 25, + "green": 52, + "red": 48 + }, + "percentage": 17.29 + }, + { + "rgb": { + "blue": 23, + "green": 91, + "red": 74 + }, + "percentage": 12.38 + }, + { + "rgb": { + "blue": 53, + "green": 71, + "red": 102 + }, + "percentage": 7.71 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 210, + "red": 206 + }, + "percentage": 27.16 + }, + { + "rgb": { + "blue": 107, + "green": 136, + "red": 187 + }, + "percentage": 21.61 + }, + { + "rgb": { + "blue": 25, + "green": 52, + "red": 48 + }, + "percentage": 17.29 + }, + { + "rgb": { + "blue": 23, + "green": 91, + "red": 74 + }, + "percentage": 12.38 + }, + { + "rgb": { + "blue": 53, + "green": 71, + "red": 102 + }, + "percentage": 7.71 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/jOcbiUDvON", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 640, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719741542754078720/AESoqqL-?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/jOcbiUDvON", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo0MzI1NTczMjA=", + "rest_id": "432557320", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Dec 09 14:37:36 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "The one-stop news site for Israel, the region & the Jewish world - visit us on Telegram: https://t.co/4mUDrG31Xb", + "entities": { + "description": { + "urls": [ + { + "display_url": "t.me/TheTimesOfIsra…", + "expanded_url": "https://t.me/TheTimesOfIsrael2022", + "url": "https://t.co/4mUDrG31Xb", + "indices": [ + 89, + 112 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "timesofisrael.com", + "expanded_url": "http://www.timesofisrael.com", + "url": "https://t.co/wqaXI2Hj3P", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 326, + "followers_count": 489092, + "friends_count": 606, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5414, + "location": "Jerusalem, Israel", + "media_count": 25084, + "name": "The Times of Israel", + "normal_followers_count": 489092, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/432557320/1438410550", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1783061465/TOI_logo_twitter_normal.png", + "profile_interstitial_type": "", + "screen_name": "TimesofIsrael", + "statuses_count": 300559, + "translator_type": "none", + "url": "https://t.co/wqaXI2Hj3P", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1478650380770762759", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719742236618105187" + ], + "editable_until_msecs": "1698857075000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "13170", + "state": "EnabledWithCount" + }, + "source": "dlvr.it", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:44:35 +0000 2023", + "conversation_id_str": "1719742236618105187", + "display_text_range": [ + 0, + 101 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "timesofisrael.com/nitzan-libstei…", + "expanded_url": "https://www.timesofisrael.com/nitzan-libstein-19-should-have-been-our-prime-minister/?utm_source=dlvr.it&utm_medium=twitter", + "url": "https://t.co/jOcbiUDvON", + "indices": [ + 59, + 82 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 31, + "favorited": false, + "full_text": "Nitzan Libstein, 19: ‘Should have been our prime minister’ https://t.co/jOcbiUDvON . Click to read ⬇️", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 10, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "432557320", + "id_str": "1719742236618105187" + } + } + }, + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 15:48:33 +0000 2023", + "conversation_id_str": "1719743235680088419", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 31, + "favorited": false, + "full_text": "A friend of my daughter, amazing young man who suffered post trauma since 12 y old growing up in a Kibbutz under bombardments. His father & grandmother were murdered early Oct7th. Bled to death, body recovered only a week after the atrocities. Our hearts go out to the family", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719742236618105187", + "quoted_status_permalink": { + "url": "https://t.co/MWVSdUVCKd", + "expanded": "https://twitter.com/timesofisrael/status/1719742236618105187", + "display": "twitter.com/timesofisrael/…" + }, + "reply_count": 0, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "15969329", + "id_str": "1719743235680088419" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719743735829786693", + "sortIndex": "1719749859424075766", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719743735829786693", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719743735829786693" + ], + "editable_until_msecs": "1698857432572", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:50:32 +0000 2023", + "conversation_id_str": "1719743735829786693", + "display_text_range": [ + 0, + 85 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1054340952", + "name": "Konstantin Toropin", + "screen_name": "KToropin", + "indices": [ + 3, + 12 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @KToropin: More details from the sudden MARCENT Marine Ball cancellation letter...", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719739916551135309", + "quoted_status_permalink": { + "url": "https://t.co/VvrwgV1RlP", + "expanded": "https://twitter.com/df_lawrence/status/1719739916551135309", + "display": "twitter.com/df_lawrence/st…" + }, + "reply_count": 0, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719743735829786693", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741926113485257", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDU0MzQwOTUy", + "rest_id": "1054340952", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Jan 02 06:21:56 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "Pentagon & Sea Service Reporter at @militarydotcom | @CNN, @USNavy alum | 🇺🇸🇷🇺 | Opinions are mine. RT, ♥️ ≠ endorsement. | On Threads, BlueSky - \"ktoropin\"", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "military.com/author/konstan…", + "expanded_url": "https://www.military.com/author/konstantin-toropin", + "url": "https://t.co/Hh3DjAnipK", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2399, + "followers_count": 2474, + "friends_count": 1230, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 85, + "location": "", + "media_count": 539, + "name": "Konstantin Toropin", + "normal_followers_count": 2474, + "pinned_tweet_ids_str": [ + "1596937551570669568" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1054340952/1623350839", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1368213844372361222/kKB-L9-P_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KToropin", + "statuses_count": 6297, + "translator_type": "none", + "url": "https://t.co/Hh3DjAnipK", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741926113485257" + ], + "editable_until_msecs": "1698857001000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2775", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719739916551135309", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMzUzNzcwNDQz", + "rest_id": "3353770443", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Jul 01 20:23:30 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Marine Corps reporter @militarydotcom & host of @firewatchpod. Reach me at drew.lawrence@military.com or dflawrence on BlueSky.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "military.com/author/drew-f-…", + "expanded_url": "https://www.military.com/author/drew-f-lawrence", + "url": "https://t.co/XENbeTPcgO", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 7081, + "followers_count": 731, + "friends_count": 1026, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 9, + "location": "", + "media_count": 195, + "name": "Drew F. Lawrence", + "normal_followers_count": 731, + "pinned_tweet_ids_str": [ + "1709208486997836049" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3353770443/1691624579", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621590418809815045/c9aBhi9j_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "df_lawrence", + "statuses_count": 2068, + "translator_type": "none", + "url": "https://t.co/XENbeTPcgO", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719739916551135309" + ], + "editable_until_msecs": "1698856521000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3249", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:35:21 +0000 2023", + "conversation_id_str": "1719739916551135309", + "display_text_range": [ + 0, + 277 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "twitter.com/USMARCENT/stat…", + "expanded_url": "https://twitter.com/USMARCENT/status/1719731662735487354", + "url": "https://t.co/LNF4YhFDBe", + "indices": [ + 278, + 301 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 2, + "favorited": false, + "full_text": "A spokesperson for MARCENT just told me that the \"unforeseen operational commitments\" are -- unsurprisingly -- related to the Israel situation. MARCENT's posture in the region has not changed, however. It was a \"prudent measure\" to free up planning staff given the instability. https://t.co/LNF4YhFDBe", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 1, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "3353770443", + "id_str": "1719739916551135309" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:43:21 +0000 2023", + "conversation_id_str": "1719741926113485257", + "display_text_range": [ + 0, + 71 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 2, + "favorited": false, + "full_text": "More details from the sudden MARCENT Marine Ball cancellation letter...", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719739916551135309", + "quoted_status_permalink": { + "url": "https://t.co/VvrwgV1RlP", + "expanded": "https://twitter.com/df_lawrence/status/1719739916551135309", + "display": "twitter.com/df_lawrence/st…" + }, + "reply_count": 1, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "1054340952", + "id_str": "1719741926113485257" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075787", + "sortIndex": "1719749859424075765", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075787-tweet-1719741397266321836", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741397266321836", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDg5ODQwNjYz", + "rest_id": "1489840663", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jun 07 08:02:05 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/AzDUWabdQo", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 12317, + "followers_count": 7587, + "friends_count": 3851, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 204, + "location": "New York, NY", + "media_count": 141, + "name": "Josh Kovensky", + "normal_followers_count": 7587, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1489840663/1528704785", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1207634283210399745/vSLBd0JX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "JoshKovensky", + "statuses_count": 5867, + "translator_type": "none", + "url": "https://t.co/AzDUWabdQo", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741397266321836" + ], + "editable_until_msecs": "1698856875000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3219", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719738975374442958", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTY0NzU1MjM=", + "rest_id": "156475523", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 17 01:44:42 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Associate editor @TPM, @Columbiajourn 2019, ex @news_gazette. Hit me with the dirt: nicole@talkingpointsmemo.com Just here to be a whimpering sponge girl", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/1zGbd1pQs7", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4624, + "followers_count": 2196, + "friends_count": 3398, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 67, + "location": "New York, NY", + "media_count": 529, + "name": "Nicole LaFond", + "normal_followers_count": 2196, + "pinned_tweet_ids_str": [ + "1578154497406545920" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/156475523/1505421902", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/948706030325772290/CpWHqtoT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Nicole_Lafond", + "statuses_count": 6058, + "translator_type": "none", + "url": "https://t.co/1zGbd1pQs7", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719738975374442958" + ], + "editable_until_msecs": "1698856297000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5590", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:31:37 +0000 2023", + "conversation_id_str": "1719738975374442958", + "display_text_range": [ + 0, + 199 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/fvQFc8DsSF", + "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1", + "id_str": "1719738624021786624", + "indices": [ + 200, + 223 + ], + "media_key": "3_1719738624021786624", + "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png", + "type": "photo", + "url": "https://t.co/fvQFc8DsSF", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "medium": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "small": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 150, + "width": 382, + "focus_rects": [ + { + "x": 46, + "y": 0, + "w": 268, + "h": 150 + }, + { + "x": 105, + "y": 0, + "w": 150, + "h": 150 + }, + { + "x": 114, + "y": 0, + "w": 132, + "h": 150 + }, + { + "x": 143, + "y": 0, + "w": 75, + "h": 150 + }, + { + "x": 0, + "y": 0, + "w": 382, + "h": 150 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "18967418", + "name": "Hunter Walker", + "screen_name": "hunterw", + "indices": [ + 61, + 69 + ] + }, + { + "id_str": "1489840663", + "name": "Josh Kovensky", + "screen_name": "JoshKovensky", + "indices": [ + 76, + 89 + ] + } + ], + "urls": [ + { + "display_url": "talkingpointsmemo.com/news/exclusive…", + "expanded_url": "https://talkingpointsmemo.com/news/exclusive-santos-campaign-meltdown-attracts-interest-from-house-investigators", + "url": "https://t.co/sgRDipZale", + "indices": [ + 176, + 199 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/fvQFc8DsSF", + "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1", + "id_str": "1719738624021786624", + "indices": [ + 200, + 223 + ], + "media_key": "3_1719738624021786624", + "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png", + "type": "photo", + "url": "https://t.co/fvQFc8DsSF", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "medium": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "small": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 150, + "width": 382, + "focus_rects": [ + { + "x": 46, + "y": 0, + "w": 268, + "h": 150 + }, + { + "x": 105, + "y": 0, + "w": 150, + "h": 150 + }, + { + "x": 114, + "y": 0, + "w": 132, + "h": 150 + }, + { + "x": 143, + "y": 0, + "w": 75, + "h": 150 + }, + { + "x": 0, + "y": 0, + "w": 382, + "h": 150 + } + ] + } + } + ] + }, + "favorite_count": 7, + "favorited": false, + "full_text": "my fav Santos text exchange from this piece I worked on with @hunterw & @JoshKovensky on the House Ethics panel's interest in Santos' dealings with other NY GOP campaigns:\nhttps://t.co/sgRDipZale https://t.co/fvQFc8DsSF", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "156475523", + "id_str": "1719738975374442958" + } + } + }, + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 15:41:15 +0000 2023", + "conversation_id_str": "1719741397266321836", + "display_text_range": [ + 0, + 263 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 5, + "favorited": false, + "full_text": "The mom in question, Staten Island GOP politico Leticia Remauro, told us last week in response \"I don't care what George Santos says about me. He's as credible as John Lovitz' Tommy Flanagan character on Saturday Night Live.\" Took me a while to get the reference.", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719738975374442958", + "quoted_status_permalink": { + "url": "https://t.co/ywRLOJbGjr", + "expanded": "https://twitter.com/Nicole_Lafond/status/1719738975374442958", + "display": "twitter.com/Nicole_Lafond/…" + }, + "reply_count": 1, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "1489840663", + "id_str": "1719741397266321836" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075787-tweet-1719742468566958330", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719742468566958330", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDg5ODQwNjYz", + "rest_id": "1489840663", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jun 07 08:02:05 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/AzDUWabdQo", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 12317, + "followers_count": 7587, + "friends_count": 3851, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 204, + "location": "New York, NY", + "media_count": 141, + "name": "Josh Kovensky", + "normal_followers_count": 7587, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1489840663/1528704785", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1207634283210399745/vSLBd0JX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "JoshKovensky", + "statuses_count": 5867, + "translator_type": "none", + "url": "https://t.co/AzDUWabdQo", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/s5aVxKb9jl", + "legacy": { + "binding_values": [ + { + "key": "player_url", + "value": { + "string_value": "https://www.youtube.com/embed/vLRKhdQnd-k", + "type": "STRING" + } + }, + { + "key": "player_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "player_image", + "value": { + "image_value": { + "height": 158, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=280x280" + }, + "type": "IMAGE" + } + }, + { + "key": "app_star_rating", + "value": { + "string_value": "4.67809", + "type": "STRING" + } + }, + { + "key": "description", + "value": { + "string_value": "Subscribe to SaturdayNightLive: http://j.mp/1bjU39dSEASON 12: http://j.mp/1b9CM2UWeekend Update: Guests: http://j.mp/1fHpwyVClassic Characters: http://j.mp/1...", + "type": "STRING" + } + }, + { + "key": "player_width", + "value": { + "string_value": "1280", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.youtube.com", + "type": "STRING" + } + }, + { + "key": "app_is_free", + "value": { + "string_value": "true", + "type": "STRING" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "10228272", + "path": [] + } + } + }, + { + "key": "player_image_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "app_num_ratings", + "value": { + "string_value": "33,213,625", + "type": "STRING" + } + }, + { + "key": "app_price_amount", + "value": { + "string_value": "0.0", + "type": "STRING" + } + }, + { + "key": "player_height", + "value": { + "string_value": "720", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "youtube.com", + "type": "STRING" + } + }, + { + "key": "app_name", + "value": { + "string_value": "YouTube: Watch, Listen, Stream", + "type": "STRING" + } + }, + { + "key": "player_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "title", + "value": { + "string_value": "Jon Lovitz As Tommy Flanagan - Saturday Night Live", + "type": "STRING" + } + }, + { + "key": "app_price_currency", + "value": { + "string_value": "USD", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/s5aVxKb9jl", + "type": "STRING" + } + }, + { + "key": "player_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 254, + "green": 201, + "red": 150 + }, + "percentage": 27.32 + }, + { + "rgb": { + "blue": 138, + "green": 201, + "red": 254 + }, + "percentage": 26.04 + }, + { + "rgb": { + "blue": 101, + "green": 81, + "red": 89 + }, + "percentage": 19.53 + }, + { + "rgb": { + "blue": 114, + "green": 121, + "red": 179 + }, + "percentage": 9.7 + }, + { + "rgb": { + "blue": 215, + "green": 229, + "red": 246 + }, + "percentage": 8.97 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "player_image_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "player", + "url": "https://t.co/s5aVxKb9jl", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDIyODI3Mg==", + "rest_id": "10228272", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Nov 13 21:43:46 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "like and subscribe.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "youtube.com", + "expanded_url": "http://youtube.com", + "url": "https://t.co/bUisN3Y1A6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6167, + "followers_count": 79504531, + "friends_count": 1176, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 79870, + "location": "San Bruno, CA", + "media_count": 15685, + "name": "YouTube", + "normal_followers_count": 79504531, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1697646656", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "YouTube", + "statuses_count": 56855, + "translator_type": "regular", + "url": "https://t.co/bUisN3Y1A6", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719742468566958330" + ], + "editable_until_msecs": "1698857130000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "216", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:45:30 +0000 2023", + "conversation_id_str": "1719741397266321836", + "display_text_range": [ + 0, + 83 + ], + "entities": { + "user_mentions": [ + { + "id_str": "18967418", + "name": "Hunter Walker", + "screen_name": "hunterw", + "indices": [ + 7, + 15 + ] + } + ], + "urls": [ + { + "display_url": "youtube.com/watch?v=vLRKhd…", + "expanded_url": "https://www.youtube.com/watch?v=vLRKhdQnd-k", + "url": "https://t.co/s5aVxKb9jl", + "indices": [ + 60, + 83 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 2, + "favorited": false, + "full_text": "Though @hunterw, who is encyclopedic on SNL history, got it https://t.co/s5aVxKb9jl", + "in_reply_to_screen_name": "JoshKovensky", + "in_reply_to_status_id_str": "1719741397266321836", + "in_reply_to_user_id_str": "1489840663", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "1489840663", + "id_str": "1719742468566958330" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719741397266321836", + "1719742468566958330" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075788", + "sortIndex": "1719749859424075764", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075788-tweet-1719742447696113922", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719742447696113922", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDM0Mjc0NDg=", + "rest_id": "143427448", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu May 13 12:47:30 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mfa.gov.ua", + "expanded_url": "http://www.mfa.gov.ua", + "url": "https://t.co/WK7H0wB3YC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5585, + "followers_count": 470409, + "friends_count": 1199, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6877, + "location": "Ukraine, Kyiv", + "media_count": 11423, + "name": "MFA of Ukraine 🇺🇦", + "normal_followers_count": 470409, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1696668026", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MFA_Ukraine", + "statuses_count": 69172, + "translator_type": "none", + "url": "https://t.co/WK7H0wB3YC", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1505218857501343748", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719742447696113922" + ], + "editable_until_msecs": "1698857125000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4096", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:45:25 +0000 2023", + "conversation_id_str": "1719742447696113922", + "display_text_range": [ + 0, + 280 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/OJETjoy0eK", + "expanded_url": "https://twitter.com/MFA_Ukraine/status/1719742447696113922/photo/1", + "id_str": "1719741715806867456", + "indices": [ + 281, + 304 + ], + "media_key": "3_1719741715806867456", + "media_url_https": "https://pbs.twimg.com/media/F92_-pwW0AAIorp.jpg", + "type": "photo", + "url": "https://t.co/OJETjoy0eK", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1327, + "w": 1062, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1327, + "width": 1062, + "focus_rects": [ + { + "x": 0, + "y": 598, + "w": 1062, + "h": 595 + }, + { + "x": 0, + "y": 265, + "w": 1062, + "h": 1062 + }, + { + "x": 0, + "y": 116, + "w": 1062, + "h": 1211 + }, + { + "x": 99, + "y": 0, + "w": 664, + "h": 1327 + }, + { + "x": 0, + "y": 0, + "w": 1062, + "h": 1327 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "157981564", + "name": "European Commission", + "screen_name": "EU_Commission", + "indices": [ + 212, + 226 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/OJETjoy0eK", + "expanded_url": "https://twitter.com/MFA_Ukraine/status/1719742447696113922/photo/1", + "id_str": "1719741715806867456", + "indices": [ + 281, + 304 + ], + "media_key": "3_1719741715806867456", + "media_url_https": "https://pbs.twimg.com/media/F92_-pwW0AAIorp.jpg", + "type": "photo", + "url": "https://t.co/OJETjoy0eK", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1327, + "w": 1062, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1327, + "width": 1062, + "focus_rects": [ + { + "x": 0, + "y": 598, + "w": 1062, + "h": 595 + }, + { + "x": 0, + "y": 265, + "w": 1062, + "h": 1062 + }, + { + "x": 0, + "y": 116, + "w": 1062, + "h": 1211 + }, + { + "x": 99, + "y": 0, + "w": 664, + "h": 1327 + }, + { + "x": 0, + "y": 0, + "w": 1062, + "h": 1327 + } + ] + } + } + ] + }, + "favorite_count": 78, + "favorited": false, + "full_text": "On June 23, 2022, Ukraine achieved the status of a candidate for EU membership.\n\nSince then, 🇺🇦 has made significant reforms to the EU standards. To open the accession talks, we have to meet 7 recommendations by @EU_Commission.\n\nSo, what has already been done toward this goal? ➡️ https://t.co/OJETjoy0eK", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 1, + "retweet_count": 27, + "retweeted": false, + "user_id_str": "143427448", + "id_str": "1719742447696113922" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075788-tweet-1719742462887973095", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719742462887973095", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDM0Mjc0NDg=", + "rest_id": "143427448", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu May 13 12:47:30 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mfa.gov.ua", + "expanded_url": "http://www.mfa.gov.ua", + "url": "https://t.co/WK7H0wB3YC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5585, + "followers_count": 470409, + "friends_count": 1199, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6877, + "location": "Ukraine, Kyiv", + "media_count": 11423, + "name": "MFA of Ukraine 🇺🇦", + "normal_followers_count": 470409, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1696668026", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MFA_Ukraine", + "statuses_count": 69172, + "translator_type": "none", + "url": "https://t.co/WK7H0wB3YC", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1505218857501343748", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719742462887973095" + ], + "editable_until_msecs": "1698857129000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2200", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:45:29 +0000 2023", + "conversation_id_str": "1719742447696113922", + "display_text_range": [ + 0, + 248 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 53, + 61 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "favorite_count": 13, + "favorited": false, + "full_text": "7. Change in the legislation on national minorities\n\n#Ukraine amended laws on national minorities & approved the \"Unity in Diversity\" program that supports minority rights. Education law changes extended the transition to a new education model.", + "in_reply_to_screen_name": "MFA_Ukraine", + "in_reply_to_status_id_str": "1719742460874670091", + "in_reply_to_user_id_str": "143427448", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 2, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "143427448", + "id_str": "1719742462887973095" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075788-tweet-1719742465022796138", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719742465022796138", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDM0Mjc0NDg=", + "rest_id": "143427448", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu May 13 12:47:30 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mfa.gov.ua", + "expanded_url": "http://www.mfa.gov.ua", + "url": "https://t.co/WK7H0wB3YC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5585, + "followers_count": 470409, + "friends_count": 1199, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6877, + "location": "Ukraine, Kyiv", + "media_count": 11423, + "name": "MFA of Ukraine 🇺🇦", + "normal_followers_count": 470409, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1696668026", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MFA_Ukraine", + "statuses_count": 69172, + "translator_type": "none", + "url": "https://t.co/WK7H0wB3YC", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1505218857501343748", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719742465022796138" + ], + "editable_until_msecs": "1698857129000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2227", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:45:29 +0000 2023", + "conversation_id_str": "1719742447696113922", + "display_text_range": [ + 0, + 267 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 129, + 137 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "favorite_count": 18, + "favorited": false, + "full_text": "What next? 🤔\n\nWe have accomplished almost all of our homework. As a candidate country & future member of the European Union, #Ukraine expects to open accession talks by the end of this year and awaits the positive decision of the European Council in December 🤞 🇪🇺", + "in_reply_to_screen_name": "MFA_Ukraine", + "in_reply_to_status_id_str": "1719742462887973095", + "in_reply_to_user_id_str": "143427448", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 2, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "143427448", + "id_str": "1719742465022796138" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719742447696113922", + "1719742450414014532", + "1719742452599259243", + "1719742454704795830", + "1719742456751624550", + "1719742458999840916", + "1719742460874670091", + "1719742462887973095", + "1719742465022796138" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719741648299573354", + "sortIndex": "1719749859424075763", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741648299573354", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741648299573354" + ], + "editable_until_msecs": "1698856934866", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:42:14 +0000 2023", + "conversation_id_str": "1719741648299573354", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "16187637", + "name": "Chad Pergram", + "screen_name": "ChadPergram", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @ChadPergram: McConnell on aid for Ukraine: Over and over again history has taught us that the costs of disengaging from the world are f…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 19, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719741648299573354", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741467151798557", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjE4NzYzNw==", + "rest_id": "16187637", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Sep 08 17:25:20 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "Chad Pergram is the Senior Congressional Correspondent for Fox News. He's won an Edward R. Murrow Award & is a two-time recipient of the Joan Barone Award.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 161636, + "friends_count": 22387, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 3037, + "location": "Capitol Hill", + "media_count": 1655, + "name": "Chad Pergram", + "normal_followers_count": 161636, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/16187637/1697424497", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1678118787470577665/CmHDYo7w_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ChadPergram", + "statuses_count": 150014, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1573390844735922176", + "professional_type": "Creator", + "category": [ + { + "id": 933, + "name": "Media Personality", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741467151798557" + ], + "editable_until_msecs": "1698856891000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5419", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 15:41:31 +0000 2023", + "conversation_id_str": "1719741467151798557", + "display_text_range": [ + 0, + 275 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 27, + "favorited": false, + "full_text": "McConnell on aid for Ukraine: Over and over again history has taught us that the costs of disengaging from the world are far, far higher than the costs of engaging. And just as the threats we face aren't isolated, neither are the benefits of investing in American leadership.", + "is_quote_status": false, + "lang": "en", + "quote_count": 2, + "reply_count": 8, + "retweet_count": 19, + "retweeted": false, + "user_id_str": "16187637", + "id_str": "1719741467151798557" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719741359936958615", + "sortIndex": "1719749859424075762", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741359936958615", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=", + "rest_id": "884578187392544769", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Jul 11 01:00:49 +0000 2017", + "default_profile": true, + "default_profile_image": false, + "description": "Former CIA Clandestine Service. Now @SpycraftEnt, #NAFO fella. Sometimes writes. Good father, decent husband, excellent dog owner.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 274857, + "followers_count": 248445, + "friends_count": 2545, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2446, + "location": "Washington, DC", + "media_count": 2111, + "name": "John Sipher", + "normal_followers_count": 248445, + "pinned_tweet_ids_str": [ + "1487082405970288646" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/884578187392544769/1695478628", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589241979698925568/E7yUu08y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "john_sipher", + "statuses_count": 80948, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741359936958615" + ], + "editable_until_msecs": "1698856866115", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:41:06 +0000 2023", + "conversation_id_str": "1719741359936958615", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "882958562296819714", + "name": "Abigail Spanberger", + "screen_name": "SpanbergerVA07", + "indices": [ + 3, + 18 + ] + }, + { + "id_str": "807809818186682368", + "name": "Joshua Cole - Candidate for House", + "screen_name": "JoshuaCole", + "indices": [ + 122, + 133 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @SpanbergerVA07: The chilly weather isn’t slowing down Virginia voters from making their voices heard! \n\nI’m here with @JoshuaCole — and…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 20, + "retweeted": false, + "user_id_str": "884578187392544769", + "id_str": "1719741359936958615", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719740213360996478", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4ODI5NTg1NjIyOTY4MTk3MTQ=", + "rest_id": "882958562296819714", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Thu Jul 06 13:45:00 +0000 2017", + "default_profile": true, + "default_profile_image": false, + "description": "Congresswoman for Virginia's 7th District. Former CIA Officer. Girl Scout leader. #VA07 (My Congressional account is @RepSpanberger)", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "abigailspanberger.com", + "expanded_url": "http://abigailspanberger.com", + "url": "https://t.co/AvbkLRoy0n", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4167, + "followers_count": 76338, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 728, + "location": "Virginia", + "media_count": 2306, + "name": "Abigail Spanberger", + "normal_followers_count": 76338, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/882958562296819714/1658354007", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1654127700649582592/2ZNLL6MK_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SpanbergerVA07", + "statuses_count": 7301, + "translator_type": "none", + "url": "https://t.co/AvbkLRoy0n", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719740213360996478" + ], + "editable_until_msecs": "1698856592000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3945", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:36:32 +0000 2023", + "conversation_id_str": "1719740213360996478", + "display_text_range": [ + 0, + 234 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/3hjw6zzpeA", + "expanded_url": "https://twitter.com/SpanbergerVA07/status/1719740213360996478/video/1", + "id_str": "1719740034742398976", + "indices": [ + 235, + 258 + ], + "media_key": "7_1719740034742398976", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719740034742398976/pu/img/2SqmY2RpsedMgkbf.jpg", + "type": "video", + "url": "https://t.co/3hjw6zzpeA", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1280, + "w": 720, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 675, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 383, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1280, + "width": 720, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 9, + 16 + ], + "duration_millis": 60686, + "variants": [ + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/320x568/bTnRQ6rUO1wc_L5y.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/720x1280/bigIbZeoLkVBp8Yi.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/pl/5yxNMX2hyfDdo18a.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/480x852/ADfaYDWE8Pk8TpOw.mp4?tag=12" + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "807809818186682368", + "name": "Joshua Cole - Candidate for House", + "screen_name": "JoshuaCole", + "indices": [ + 102, + 113 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/3hjw6zzpeA", + "expanded_url": "https://twitter.com/SpanbergerVA07/status/1719740213360996478/video/1", + "id_str": "1719740034742398976", + "indices": [ + 235, + 258 + ], + "media_key": "7_1719740034742398976", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719740034742398976/pu/img/2SqmY2RpsedMgkbf.jpg", + "type": "video", + "url": "https://t.co/3hjw6zzpeA", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1280, + "w": 720, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 675, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 383, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1280, + "width": 720, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 9, + 16 + ], + "duration_millis": 60686, + "variants": [ + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/320x568/bTnRQ6rUO1wc_L5y.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/720x1280/bigIbZeoLkVBp8Yi.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/pl/5yxNMX2hyfDdo18a.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719740034742398976/pu/vid/avc1/480x852/ADfaYDWE8Pk8TpOw.mp4?tag=12" + } + ] + } + } + ] + }, + "favorite_count": 72, + "favorited": false, + "full_text": "The chilly weather isn’t slowing down Virginia voters from making their voices heard! \n\nI’m here with @JoshuaCole — and we’re here to remind you that the final day of in-person early voting is THIS SATURDAY. \n\nLet’s get it done! 🗳️ 🇺🇸 https://t.co/3hjw6zzpeA", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 3, + "retweet_count": 20, + "retweeted": false, + "user_id_str": "882958562296819714", + "id_str": "1719740213360996478" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719741249748353296", + "sortIndex": "1719749859424075761", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719741249748353296", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719741249748353296" + ], + "editable_until_msecs": "1698856839844", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:40:39 +0000 2023", + "conversation_id_str": "1719741249748353296", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "929823128259387392", + "name": "Frank Figliuzzi", + "screen_name": "FrankFigliuzzi1", + "indices": [ + 3, + 19 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @FrankFigliuzzi1: “I believe he’s going to snap and do a mass shooting.” Maine spree shooter’s fellow reservist warns their supervisor,…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 204, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719741249748353296", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719740623542972771", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo5Mjk4MjMxMjgyNTkzODczOTI=", + "rest_id": "929823128259387392", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sun Nov 12 21:28:03 +0000 2017", + "default_profile": false, + "default_profile_image": false, + "description": "FBI Assistant Director (ret); NBC News National Security Analyst https://t.co/82RWJ4cHaa @nbcnews @msnbc; book: THE FBI WAY: INSIDE THE BUREAU'S CODE OF EXCELLENCE", + "entities": { + "description": { + "urls": [ + { + "display_url": "nbcnews.com", + "expanded_url": "http://nbcnews.com", + "url": "https://t.co/82RWJ4cHaa", + "indices": [ + 65, + 88 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "frankfigliuzzi.com", + "expanded_url": "https://frankfigliuzzi.com/", + "url": "https://t.co/I3YdAgC0jB", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 54055, + "followers_count": 528742, + "friends_count": 3907, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3548, + "location": "@MSNBCDaily", + "media_count": 494, + "name": "Frank Figliuzzi", + "normal_followers_count": 528742, + "pinned_tweet_ids_str": [ + "1715392768372023686" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/929823128259387392/1657062124", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1269066551887425536/YadogONc_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FrankFigliuzzi1", + "statuses_count": 9359, + "translator_type": "none", + "url": "https://t.co/I3YdAgC0jB", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719740623542972771" + ], + "editable_until_msecs": "1698856690000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "13395", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 12, + "bookmarked": false, + "created_at": "Wed Nov 01 15:38:10 +0000 2023", + "conversation_id_str": "1719740623542972771", + "display_text_range": [ + 0, + 155 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/yDRGe0uXo0", + "expanded_url": "https://twitter.com/FrankFigliuzzi1/status/1719740623542972771/photo/1", + "id_str": "1719740605901791232", + "indices": [ + 156, + 179 + ], + "media_key": "3_1719740605901791232", + "media_url_https": "https://pbs.twimg.com/media/F92--DCXYAAs9wz.jpg", + "type": "photo", + "url": "https://t.co/yDRGe0uXo0", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 2027, + "w": 1169, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 692, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 392, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2027, + "width": 1169, + "focus_rects": [ + { + "x": 0, + "y": 330, + "w": 1169, + "h": 655 + }, + { + "x": 0, + "y": 73, + "w": 1169, + "h": 1169 + }, + { + "x": 0, + "y": 0, + "w": 1169, + "h": 1333 + }, + { + "x": 0, + "y": 0, + "w": 1014, + "h": 2027 + }, + { + "x": 0, + "y": 0, + "w": 1169, + "h": 2027 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "95431448", + "name": "The Boston Globe", + "screen_name": "BostonGlobe", + "indices": [ + 142, + 154 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/yDRGe0uXo0", + "expanded_url": "https://twitter.com/FrankFigliuzzi1/status/1719740623542972771/photo/1", + "id_str": "1719740605901791232", + "indices": [ + 156, + 179 + ], + "media_key": "3_1719740605901791232", + "media_url_https": "https://pbs.twimg.com/media/F92--DCXYAAs9wz.jpg", + "type": "photo", + "url": "https://t.co/yDRGe0uXo0", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 2027, + "w": 1169, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 692, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 392, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2027, + "width": 1169, + "focus_rects": [ + { + "x": 0, + "y": 330, + "w": 1169, + "h": 655 + }, + { + "x": 0, + "y": 73, + "w": 1169, + "h": 1169 + }, + { + "x": 0, + "y": 0, + "w": 1169, + "h": 1333 + }, + { + "x": 0, + "y": 0, + "w": 1014, + "h": 2027 + }, + { + "x": 0, + "y": 0, + "w": 1169, + "h": 2027 + } + ] + } + } + ] + }, + "favorite_count": 399, + "favorited": false, + "full_text": "“I believe he’s going to snap and do a mass shooting.” Maine spree shooter’s fellow reservist warns their supervisor, who warns the sheriff. ⁦@BostonGlobe⁩ https://t.co/yDRGe0uXo0", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 9, + "reply_count": 18, + "retweet_count": 204, + "retweeted": false, + "user_id_str": "929823128259387392", + "id_str": "1719740623542972771" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719740967563973090", + "sortIndex": "1719749859424075760", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719740967563973090", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDg5ODQwNjYz", + "rest_id": "1489840663", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jun 07 08:02:05 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/AzDUWabdQo", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 12317, + "followers_count": 7587, + "friends_count": 3851, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 204, + "location": "New York, NY", + "media_count": 141, + "name": "Josh Kovensky", + "normal_followers_count": 7587, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1489840663/1528704785", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1207634283210399745/vSLBd0JX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "JoshKovensky", + "statuses_count": 5867, + "translator_type": "none", + "url": "https://t.co/AzDUWabdQo", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719740967563973090" + ], + "editable_until_msecs": "1698856772566", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:39:32 +0000 2023", + "conversation_id_str": "1719740967563973090", + "display_text_range": [ + 0, + 144 + ], + "entities": { + "user_mentions": [ + { + "id_str": "156475523", + "name": "Nicole LaFond", + "screen_name": "Nicole_Lafond", + "indices": [ + 3, + 17 + ] + }, + { + "id_str": "18967418", + "name": "Hunter Walker", + "screen_name": "hunterw", + "indices": [ + 80, + 88 + ] + }, + { + "id_str": "1489840663", + "name": "Josh Kovensky", + "screen_name": "JoshKovensky", + "indices": [ + 95, + 108 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @Nicole_Lafond: my fav Santos text exchange from this piece I worked on with @hunterw & @JoshKovensky on the House Ethics panel's intere…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "1489840663", + "id_str": "1719740967563973090", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719738975374442958", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTY0NzU1MjM=", + "rest_id": "156475523", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 17 01:44:42 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Associate editor @TPM, @Columbiajourn 2019, ex @news_gazette. Hit me with the dirt: nicole@talkingpointsmemo.com Just here to be a whimpering sponge girl", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/1zGbd1pQs7", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4624, + "followers_count": 2196, + "friends_count": 3398, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 67, + "location": "New York, NY", + "media_count": 529, + "name": "Nicole LaFond", + "normal_followers_count": 2196, + "pinned_tweet_ids_str": [ + "1578154497406545920" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/156475523/1505421902", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/948706030325772290/CpWHqtoT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Nicole_Lafond", + "statuses_count": 6058, + "translator_type": "none", + "url": "https://t.co/1zGbd1pQs7", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719738975374442958" + ], + "editable_until_msecs": "1698856297000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5590", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:31:37 +0000 2023", + "conversation_id_str": "1719738975374442958", + "display_text_range": [ + 0, + 199 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/fvQFc8DsSF", + "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1", + "id_str": "1719738624021786624", + "indices": [ + 200, + 223 + ], + "media_key": "3_1719738624021786624", + "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png", + "type": "photo", + "url": "https://t.co/fvQFc8DsSF", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "medium": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "small": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 150, + "width": 382, + "focus_rects": [ + { + "x": 46, + "y": 0, + "w": 268, + "h": 150 + }, + { + "x": 105, + "y": 0, + "w": 150, + "h": 150 + }, + { + "x": 114, + "y": 0, + "w": 132, + "h": 150 + }, + { + "x": 143, + "y": 0, + "w": 75, + "h": 150 + }, + { + "x": 0, + "y": 0, + "w": 382, + "h": 150 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "18967418", + "name": "Hunter Walker", + "screen_name": "hunterw", + "indices": [ + 61, + 69 + ] + }, + { + "id_str": "1489840663", + "name": "Josh Kovensky", + "screen_name": "JoshKovensky", + "indices": [ + 76, + 89 + ] + } + ], + "urls": [ + { + "display_url": "talkingpointsmemo.com/news/exclusive…", + "expanded_url": "https://talkingpointsmemo.com/news/exclusive-santos-campaign-meltdown-attracts-interest-from-house-investigators", + "url": "https://t.co/sgRDipZale", + "indices": [ + 176, + 199 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/fvQFc8DsSF", + "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1", + "id_str": "1719738624021786624", + "indices": [ + 200, + 223 + ], + "media_key": "3_1719738624021786624", + "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png", + "type": "photo", + "url": "https://t.co/fvQFc8DsSF", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "medium": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "small": { + "h": 150, + "w": 382, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 150, + "width": 382, + "focus_rects": [ + { + "x": 46, + "y": 0, + "w": 268, + "h": 150 + }, + { + "x": 105, + "y": 0, + "w": 150, + "h": 150 + }, + { + "x": 114, + "y": 0, + "w": 132, + "h": 150 + }, + { + "x": 143, + "y": 0, + "w": 75, + "h": 150 + }, + { + "x": 0, + "y": 0, + "w": 382, + "h": 150 + } + ] + } + } + ] + }, + "favorite_count": 7, + "favorited": false, + "full_text": "my fav Santos text exchange from this piece I worked on with @hunterw & @JoshKovensky on the House Ethics panel's interest in Santos' dealings with other NY GOP campaigns:\nhttps://t.co/sgRDipZale https://t.co/fvQFc8DsSF", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "156475523", + "id_str": "1719738975374442958" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719740869002010753", + "sortIndex": "1719749859424075759", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719740869002010753", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=", + "rest_id": "884578187392544769", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Jul 11 01:00:49 +0000 2017", + "default_profile": true, + "default_profile_image": false, + "description": "Former CIA Clandestine Service. Now @SpycraftEnt, #NAFO fella. Sometimes writes. Good father, decent husband, excellent dog owner.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 274857, + "followers_count": 248445, + "friends_count": 2545, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2446, + "location": "Washington, DC", + "media_count": 2111, + "name": "John Sipher", + "normal_followers_count": 248445, + "pinned_tweet_ids_str": [ + "1487082405970288646" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/884578187392544769/1695478628", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589241979698925568/E7yUu08y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "john_sipher", + "statuses_count": 80948, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719740869002010753" + ], + "editable_until_msecs": "1698856749067", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:39:09 +0000 2023", + "conversation_id_str": "1719740869002010753", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1338994562090602497", + "name": "Secretary of Defense Lloyd J. Austin III", + "screen_name": "SecDef", + "indices": [ + 3, + 10 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @SecDef: Nearly 20 months into Putin’s failed campaign of conquest, the Russian military has been badly weakened and Ukraine has inspire…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 1780, + "retweeted": false, + "user_id_str": "884578187392544769", + "id_str": "1719740869002010753", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719485452074238206", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzM4OTk0NTYyMDkwNjAyNDk3", + "rest_id": "1338994562090602497", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/DeptofDefense", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1488522079523721224/HbPgS02J_bigger.png" + }, + "description": "Department of Defense 🇺🇸", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Dec 15 23:49:21 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "28th United States Secretary of Defense", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "defense.gov", + "expanded_url": "https://www.defense.gov/", + "url": "https://t.co/O1OZ1VfI2N", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 136, + "followers_count": 645674, + "friends_count": 205, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3933, + "location": "The Pentagon", + "media_count": 1111, + "name": "Secretary of Defense Lloyd J. Austin III", + "normal_followers_count": 645674, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1338994562090602497/1661475113", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1691879598294712320/_TY54bb4_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SecDef", + "statuses_count": 4034, + "translator_type": "none", + "url": "https://t.co/O1OZ1VfI2N", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1466860039252193282", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719485452074238206" + ], + "editable_until_msecs": "1698795852000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "153826", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 35, + "bookmarked": false, + "created_at": "Tue Oct 31 22:44:12 +0000 2023", + "conversation_id_str": "1719485452074238206", + "display_text_range": [ + 0, + 246 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/l8OeaRhzO0", + "expanded_url": "https://twitter.com/SecDef/status/1719485452074238206/video/1", + "id_str": "1719484451246186496", + "indices": [ + 247, + 270 + ], + "media_key": "7_1719484451246186496", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719484451246186496/pu/img/mFGmdz_sl6I70xHQ.jpg", + "type": "video", + "url": "https://t.co/l8OeaRhzO0", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1080, + "w": 1920, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1920, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 29866, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/480x270/qRqkgNmTfaCOGWnj.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/1280x720/kJtAD9NLYurP0T4x.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/pl/d6I4LxX7ds_Hc3lD.m3u8?tag=12&container=fmp4&v=4be" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/640x360/eF24xfSMyIfx1nTX.mp4?tag=12" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/l8OeaRhzO0", + "expanded_url": "https://twitter.com/SecDef/status/1719485452074238206/video/1", + "id_str": "1719484451246186496", + "indices": [ + 247, + 270 + ], + "media_key": "7_1719484451246186496", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719484451246186496/pu/img/mFGmdz_sl6I70xHQ.jpg", + "type": "video", + "url": "https://t.co/l8OeaRhzO0", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1080, + "w": 1920, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1920, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 29866, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/480x270/qRqkgNmTfaCOGWnj.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/1280x720/kJtAD9NLYurP0T4x.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/pl/d6I4LxX7ds_Hc3lD.m3u8?tag=12&container=fmp4&v=4be" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719484451246186496/pu/vid/avc1/640x360/eF24xfSMyIfx1nTX.mp4?tag=12" + } + ] + } + } + ] + }, + "favorite_count": 7116, + "favorited": false, + "full_text": "Nearly 20 months into Putin’s failed campaign of conquest, the Russian military has been badly weakened and Ukraine has inspired the world. But Putin has not yet stopped his aggression. Ukraine is still under attack, and must still defend itself. https://t.co/l8OeaRhzO0", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 68, + "reply_count": 747, + "retweet_count": 1780, + "retweeted": false, + "user_id_str": "1338994562090602497", + "id_str": "1719485452074238206" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719740826236936471", + "sortIndex": "1719749859424075758", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719740826236936471", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719740826236936471" + ], + "editable_until_msecs": "1698856738871", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:38:58 +0000 2023", + "conversation_id_str": "1719740826236936471", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1570665384", + "name": "Siavash Ardalan", + "screen_name": "BBCArdalan", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @BBCArdalan: This year's Nobel Peace Laureate has called for an immediate ceasefire in Gaza. Narges Mohammadi issued the statement from…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 68, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719740826236936471", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719724681001931153", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTcwNjY1Mzg0", + "rest_id": "1570665384", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jul 05 14:56:14 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "BBC Persian/World Senior Reporter covering environmental news & the climate crisis, with a focus on Iran.\nعشقم محیط زیست. سرگرمیم سیاست", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "facebook.com/siavash.ardalan", + "expanded_url": "https://www.facebook.com/siavash.ardalan", + "url": "https://t.co/t5bsyuxCB5", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 25107, + "followers_count": 54300, + "friends_count": 1007, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 260, + "location": "London", + "media_count": 2659, + "name": "Siavash Ardalan", + "normal_followers_count": 54300, + "pinned_tweet_ids_str": [ + "1456384037623324681" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1570665384/1542634000", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000092565982/ec33a47f7e68ff88b9a2bb58cfa60cde_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "BBCArdalan", + "statuses_count": 26485, + "translator_type": "none", + "url": "https://t.co/t5bsyuxCB5", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719724681001931153" + ], + "editable_until_msecs": "1698852889000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "12001", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 6, + "bookmarked": false, + "created_at": "Wed Nov 01 14:34:49 +0000 2023", + "conversation_id_str": "1719724681001931153", + "display_text_range": [ + 0, + 278 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/VnnCB6vraa", + "expanded_url": "https://twitter.com/BBCArdalan/status/1719724681001931153/photo/1", + "id_str": "1719724675255660544", + "indices": [ + 279, + 302 + ], + "media_key": "3_1719724675255660544", + "media_url_https": "https://pbs.twimg.com/media/F92wewwWcAAegce.jpg", + "type": "photo", + "url": "https://t.co/VnnCB6vraa", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + }, + "medium": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + }, + "small": { + "faces": [ + { + "x": 379, + "y": 125, + "h": 192, + "w": 192 + }, + { + "x": 180, + "y": 156, + "h": 245, + "w": 245 + } + ] + }, + "orig": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + } + }, + "sizes": { + "large": { + "h": 1200, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1200, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 208, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 1053, + "h": 1200 + }, + { + "x": 210, + "y": 0, + "w": 600, + "h": 1200 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1200 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/VnnCB6vraa", + "expanded_url": "https://twitter.com/BBCArdalan/status/1719724681001931153/photo/1", + "id_str": "1719724675255660544", + "indices": [ + 279, + 302 + ], + "media_key": "3_1719724675255660544", + "media_url_https": "https://pbs.twimg.com/media/F92wewwWcAAegce.jpg", + "type": "photo", + "url": "https://t.co/VnnCB6vraa", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + }, + "medium": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + }, + "small": { + "faces": [ + { + "x": 379, + "y": 125, + "h": 192, + "w": 192 + }, + { + "x": 180, + "y": 156, + "h": 245, + "w": 245 + } + ] + }, + "orig": { + "faces": [ + { + "x": 670, + "y": 222, + "h": 339, + "w": 339 + }, + { + "x": 318, + "y": 276, + "h": 434, + "w": 434 + } + ] + } + }, + "sizes": { + "large": { + "h": 1200, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1200, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 208, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 1053, + "h": 1200 + }, + { + "x": 210, + "y": 0, + "w": 600, + "h": 1200 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1200 + } + ] + } + } + ] + }, + "favorite_count": 152, + "favorited": false, + "full_text": "This year's Nobel Peace Laureate has called for an immediate ceasefire in Gaza. Narges Mohammadi issued the statement from her prison in Iran where she is serving a lengthy sentence. 'Attacking civilians, taking them hostage and bombing hospitals has broken my heart', she said. https://t.co/VnnCB6vraa", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 6, + "reply_count": 6, + "retweet_count": 68, + "retweeted": false, + "user_id_str": "1570665384", + "id_str": "1719724681001931153" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719739501755367457", + "sortIndex": "1719749859424075757", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719739501755367457", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/M7tMUtOh5F", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 220, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "The story around the Polish parliamentary elections earlier this month is one of a country at a crossroads. It was said that these were the most important elections since 1989, as a further Law and...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "kyivindependent.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 469, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1462548977367359490", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 68, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivindependent.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 181, + "green": 166, + "red": 160 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 49, + "green": 38, + "red": 30 + }, + "percentage": 20.8 + }, + { + "rgb": { + "blue": 98, + "green": 114, + "red": 158 + }, + "percentage": 19.94 + }, + { + "rgb": { + "blue": 105, + "green": 81, + "red": 59 + }, + "percentage": 12.52 + }, + { + "rgb": { + "blue": 46, + "green": 57, + "red": 95 + }, + "percentage": 4.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Opinion: Why the Polish elections are good news for Ukraine", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 181, + "green": 166, + "red": 160 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 49, + "green": 38, + "red": 30 + }, + "percentage": 20.8 + }, + { + "rgb": { + "blue": 98, + "green": 114, + "red": 158 + }, + "percentage": 19.94 + }, + { + "rgb": { + "blue": 105, + "green": 81, + "red": 59 + }, + "percentage": 12.52 + }, + { + "rgb": { + "blue": 46, + "green": 57, + "red": 95 + }, + "percentage": 4.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 181, + "green": 166, + "red": 160 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 49, + "green": 38, + "red": 30 + }, + "percentage": 20.8 + }, + { + "rgb": { + "blue": 98, + "green": 114, + "red": 158 + }, + "percentage": 19.94 + }, + { + "rgb": { + "blue": 105, + "green": 81, + "red": 59 + }, + "percentage": 12.52 + }, + { + "rgb": { + "blue": 46, + "green": 57, + "red": 95 + }, + "percentage": 4.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/M7tMUtOh5F", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 699, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/M7tMUtOh5F", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719739501755367457" + ], + "editable_until_msecs": "1698856423000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "38378", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 15:33:43 +0000 2023", + "conversation_id_str": "1719739501755367457", + "display_text_range": [ + 0, + 262 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivindependent.com/opinion-why-th…", + "expanded_url": "https://kyivindependent.com/opinion-why-the-polish-elections-are-good-news-for-ukraine/", + "url": "https://t.co/M7tMUtOh5F", + "indices": [ + 239, + 262 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 193, + "favorited": false, + "full_text": "“The victory of the opposition, which represents a fundamentally different, constructive approach, therefore presents good news for Kyiv, the future of bilateral relations, and Ukraine’s European aspirations,” writes Dr. Michael Richter.\n\nhttps://t.co/M7tMUtOh5F", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 5, + "retweet_count": 26, + "retweeted": false, + "user_id_str": "1462548977367359490", + "id_str": "1719739501755367457" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719738878314053937", + "sortIndex": "1719749859424075756", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719738878314053937", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxOTAzODc2OA==", + "rest_id": "19038768", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jan 15 20:59:03 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Dad | Editorial Director of @POLITICOLive, @POLITICO | Former executive editor, Defense One | Displaced Floridian 🌴 NEW CONTACT: kbaron@politico.com", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "politico.com", + "expanded_url": "https://www.politico.com", + "url": "https://t.co/qEdxnpRfys", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 30331, + "followers_count": 66063, + "friends_count": 6756, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1769, + "location": "Washington, DC", + "media_count": 9822, + "name": "Kevin BareBones 💀🎃", + "normal_followers_count": 66063, + "pinned_tweet_ids_str": [ + "1688555819250405376" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/19038768/1644526621", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1628077583672782872/xBp6hyzL_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DefenseBaron", + "statuses_count": 112941, + "translator_type": "none", + "url": "https://t.co/qEdxnpRfys", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/mDJcQDPYwv", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "These are early conversations, the lawmakers say, as the White House asserts no U.S. troops would form part of a multinational coalition.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.politico.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "9300262", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "9300262", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "politico.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "U.S. discussing peacekeeping force for Gaza after Hamas falls, senators say", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/mDJcQDPYwv", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/mDJcQDPYwv", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo5MzAwMjYy", + "rest_id": "9300262", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Oct 08 00:29:38 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Politics. Policy. Power.\nCongress nerds 👉 @politicongress \nLongreads and opinions 👉 @politicomag\nGot a news tip? 👉 https://t.co/JBzpu58Gx6", + "entities": { + "description": { + "urls": [ + { + "display_url": "politi.co/2LcOtt5", + "expanded_url": "http://politi.co/2LcOtt5", + "url": "https://t.co/JBzpu58Gx6", + "indices": [ + 115, + 138 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "politico.com", + "expanded_url": "http://politico.com", + "url": "https://t.co/scdhnZo75l", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 189, + "followers_count": 4604553, + "friends_count": 1205, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 43888, + "location": "Washington, D.C.", + "media_count": 156493, + "name": "POLITICO", + "normal_followers_count": 4604553, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/9300262/1479760803", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/677177503694237697/y6yTzWn6_normal.png", + "profile_interstitial_type": "", + "screen_name": "politico", + "statuses_count": 374879, + "translator_type": "regular", + "url": "https://t.co/scdhnZo75l", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1569832964305068033", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjo5MzAwMjYy", + "rest_id": "9300262", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Oct 08 00:29:38 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Politics. Policy. Power.\nCongress nerds 👉 @politicongress \nLongreads and opinions 👉 @politicomag\nGot a news tip? 👉 https://t.co/JBzpu58Gx6", + "entities": { + "description": { + "urls": [ + { + "display_url": "politi.co/2LcOtt5", + "expanded_url": "http://politi.co/2LcOtt5", + "url": "https://t.co/JBzpu58Gx6", + "indices": [ + 115, + 138 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "politico.com", + "expanded_url": "http://politico.com", + "url": "https://t.co/scdhnZo75l", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 189, + "followers_count": 4604553, + "friends_count": 1205, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 43888, + "location": "Washington, D.C.", + "media_count": 156493, + "name": "POLITICO", + "normal_followers_count": 4604553, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/9300262/1479760803", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/677177503694237697/y6yTzWn6_normal.png", + "profile_interstitial_type": "", + "screen_name": "politico", + "statuses_count": 374879, + "translator_type": "regular", + "url": "https://t.co/scdhnZo75l", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1569832964305068033", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719738878314053937" + ], + "editable_until_msecs": "1698856274450", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:31:14 +0000 2023", + "conversation_id_str": "1719738878314053937", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "49510236", + "name": "Lara Seligman", + "screen_name": "laraseligman", + "indices": [ + 3, + 16 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @laraseligman: Talks are underway to establish a multinational force in Gaza after Israel uproots Hamas, the clearest sign yet that the…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 10, + "retweeted": false, + "user_id_str": "19038768", + "id_str": "1719738878314053937", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719736084609777927", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0OTUxMDIzNg==", + "rest_id": "49510236", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 22 02:36:02 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Covering the Pentagon for @POLITICO. Bylines @washingtonpost, @ForeignPolicy, @TheAtlantic, @defense_news. Philly native. Send scoops to lseligman@politico.com", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "politico.com/staff/lara-sel…", + "expanded_url": "https://www.politico.com/staff/lara-seligman", + "url": "https://t.co/P49QGMEfBh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13522, + "followers_count": 76289, + "friends_count": 2178, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1540, + "location": "Washington, DC", + "media_count": 4280, + "name": "Lara Seligman", + "normal_followers_count": 76289, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/49510236/1604085377", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715350143652753409/sD6T2uxt_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "laraseligman", + "statuses_count": 29302, + "translator_type": "none", + "url": "https://t.co/P49QGMEfBh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/mDJcQDPYwv", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "These are early conversations, the lawmakers say, as the White House asserts no U.S. troops would form part of a multinational coalition.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.politico.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "9300262", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "9300262", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "politico.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "U.S. discussing peacekeeping force for Gaza after Hamas falls, senators say", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 54, + "green": 53, + "red": 53 + }, + "percentage": 47.84 + }, + { + "rgb": { + "blue": 106, + "green": 121, + "red": 127 + }, + "percentage": 27.83 + }, + { + "rgb": { + "blue": 223, + "green": 204, + "red": 187 + }, + "percentage": 17.93 + }, + { + "rgb": { + "blue": 56, + "green": 70, + "red": 83 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 182, + "green": 202, + "red": 205 + }, + "percentage": 1.36 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/mDJcQDPYwv", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 800, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/mDJcQDPYwv", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo5MzAwMjYy", + "rest_id": "9300262", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Oct 08 00:29:38 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Politics. Policy. Power.\nCongress nerds 👉 @politicongress \nLongreads and opinions 👉 @politicomag\nGot a news tip? 👉 https://t.co/JBzpu58Gx6", + "entities": { + "description": { + "urls": [ + { + "display_url": "politi.co/2LcOtt5", + "expanded_url": "http://politi.co/2LcOtt5", + "url": "https://t.co/JBzpu58Gx6", + "indices": [ + 115, + 138 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "politico.com", + "expanded_url": "http://politico.com", + "url": "https://t.co/scdhnZo75l", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 189, + "followers_count": 4604553, + "friends_count": 1205, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 43888, + "location": "Washington, D.C.", + "media_count": 156493, + "name": "POLITICO", + "normal_followers_count": 4604553, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/9300262/1479760803", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/677177503694237697/y6yTzWn6_normal.png", + "profile_interstitial_type": "", + "screen_name": "politico", + "statuses_count": 374879, + "translator_type": "regular", + "url": "https://t.co/scdhnZo75l", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1569832964305068033", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjo5MzAwMjYy", + "rest_id": "9300262", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Oct 08 00:29:38 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Politics. Policy. Power.\nCongress nerds 👉 @politicongress \nLongreads and opinions 👉 @politicomag\nGot a news tip? 👉 https://t.co/JBzpu58Gx6", + "entities": { + "description": { + "urls": [ + { + "display_url": "politi.co/2LcOtt5", + "expanded_url": "http://politi.co/2LcOtt5", + "url": "https://t.co/JBzpu58Gx6", + "indices": [ + 115, + 138 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "politico.com", + "expanded_url": "http://politico.com", + "url": "https://t.co/scdhnZo75l", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 189, + "followers_count": 4604553, + "friends_count": 1205, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 43888, + "location": "Washington, D.C.", + "media_count": 156493, + "name": "POLITICO", + "normal_followers_count": 4604553, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/9300262/1479760803", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/677177503694237697/y6yTzWn6_normal.png", + "profile_interstitial_type": "", + "screen_name": "politico", + "statuses_count": 374879, + "translator_type": "regular", + "url": "https://t.co/scdhnZo75l", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1569832964305068033", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719736084609777927" + ], + "editable_until_msecs": "1698855608000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3475", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:20:08 +0000 2023", + "conversation_id_str": "1719736084609777927", + "display_text_range": [ + 0, + 266 + ], + "entities": { + "user_mentions": [ + { + "id_str": "9126752", + "name": "Joe Gould", + "screen_name": "reporterjoe", + "indices": [ + 207, + 219 + ] + }, + { + "id_str": "385447668", + "name": "Alex Ward", + "screen_name": "alexbward", + "indices": [ + 220, + 230 + ] + }, + { + "id_str": "76611108", + "name": "Nahal Toosi", + "screen_name": "nahaltoosi", + "indices": [ + 231, + 242 + ] + } + ], + "urls": [ + { + "display_url": "politico.com/news/2023/11/0…", + "expanded_url": "https://www.politico.com/news/2023/11/01/us-senators-gaza-peacekeeping-force-hamas-00124741", + "url": "https://t.co/mDJcQDPYwv", + "indices": [ + 243, + 266 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 23, + "favorited": false, + "full_text": "Talks are underway to establish a multinational force in Gaza after Israel uproots Hamas, the clearest sign yet that the U.S. and its partners are seriously weighing deploying foreign troops to the enclave. @reporterjoe @alexbward @nahaltoosi https://t.co/mDJcQDPYwv", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 4, + "reply_count": 6, + "retweet_count": 10, + "retweeted": false, + "user_id_str": "49510236", + "id_str": "1719736084609777927" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719738255308964341", + "sortIndex": "1719749859424075755", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719738255308964341", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDAxMTEwMA==", + "rest_id": "30011100", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Apr 09 16:06:23 +0000 2009", + "default_profile": true, + "default_profile_image": false, + "description": "Chief Foreign-Affairs Correspondent of The Wall Street Journal. Author. My newest book, Our Enemies Will Vanish, is out on Jan. 9. Instagram/Threads @yarotrof", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "penguinrandomhouse.com/authors/72796/…", + "expanded_url": "https://www.penguinrandomhouse.com/authors/72796/yaroslav-trofimov/", + "url": "https://t.co/gyWOUyjOX4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3423, + "followers_count": 137276, + "friends_count": 3791, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4196, + "location": "", + "media_count": 1044, + "name": "Yaroslav Trofimov", + "normal_followers_count": 137276, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/30011100/1680341780", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1107348447772975104/mK-YgG6Z_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "yarotrof", + "statuses_count": 25148, + "translator_type": "none", + "url": "https://t.co/gyWOUyjOX4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1467865587615473671", + "professional_type": "Creator", + "category": [ + { + "id": 957, + "name": "Author", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719738255308964341" + ], + "editable_until_msecs": "1698856125914", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:28:45 +0000 2023", + "conversation_id_str": "1719738255308964341", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "16298073", + "name": "Sarah Rabil", + "screen_name": "srabil", + "indices": [ + 3, + 10 + ] + }, + { + "id_str": "3108351", + "name": "The Wall Street Journal", + "screen_name": "WSJ", + "indices": [ + 22, + 26 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @srabil: 31 WEEKS. @WSJ reporter Evan Gershkovich is being held in a Russian prison, accused of a crime that the U.S. and the Journal sa…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 37, + "retweeted": false, + "user_id_str": "30011100", + "id_str": "1719738255308964341", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725533267694048", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjI5ODA3Mw==", + "rest_id": "16298073", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Sep 15 16:57:19 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "#IStandWithEvan\nStandards Editor @WSJ. Former assistant managing editor of talent for @WSJ & deputy bureau chief for media. Former Bloomberg editor/reporter.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "wsj.com", + "expanded_url": "http://www.wsj.com", + "url": "https://t.co/1zTLAIXkLt", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6949, + "followers_count": 6975, + "friends_count": 2775, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 272, + "location": "New York", + "media_count": 778, + "name": "Sarah Rabil", + "normal_followers_count": 6975, + "pinned_tweet_ids_str": [ + "1628103174350405633" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/16298073/1680380745", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/611908084122808320/FGa5SpL0_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "srabil", + "statuses_count": 9998, + "translator_type": "none", + "url": "https://t.co/1zTLAIXkLt", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719725533267694048" + ], + "editable_until_msecs": "1698853092000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6082", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:38:12 +0000 2023", + "conversation_id_str": "1719725533267694048", + "display_text_range": [ + 0, + 272 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/JcLcrOEhon", + "expanded_url": "https://twitter.com/srabil/status/1719725533267694048/photo/1", + "id_str": "1719725249325867008", + "indices": [ + 273, + 296 + ], + "media_key": "3_1719725249325867008", + "media_url_https": "https://pbs.twimg.com/media/F92xALVWoAA71pn.jpg", + "type": "photo", + "url": "https://t.co/JcLcrOEhon", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 391, + "y": 583, + "h": 67, + "w": 67 + } + ] + }, + "medium": { + "faces": [ + { + "x": 229, + "y": 342, + "h": 39, + "w": 39 + } + ] + }, + "small": { + "faces": [ + { + "x": 129, + "y": 193, + "h": 22, + "w": 22 + } + ] + }, + "orig": { + "faces": [ + { + "x": 578, + "y": 862, + "h": 100, + "w": 100 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 3024, + "width": 3024, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 3024, + "h": 1693 + }, + { + "x": 0, + "y": 0, + "w": 3024, + "h": 3024 + }, + { + "x": 0, + "y": 0, + "w": 2653, + "h": 3024 + }, + { + "x": 226, + "y": 0, + "w": 1512, + "h": 3024 + }, + { + "x": 0, + "y": 0, + "w": 3024, + "h": 3024 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "3108351", + "name": "The Wall Street Journal", + "screen_name": "WSJ", + "indices": [ + 10, + 14 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 224, + 239 + ], + "text": "IStandWithEvan" + }, + { + "indices": [ + 240, + 249 + ], + "text": "FreeEvan" + }, + { + "indices": [ + 250, + 272 + ], + "text": "Journalismisnotacrime" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/JcLcrOEhon", + "expanded_url": "https://twitter.com/srabil/status/1719725533267694048/photo/1", + "id_str": "1719725249325867008", + "indices": [ + 273, + 296 + ], + "media_key": "3_1719725249325867008", + "media_url_https": "https://pbs.twimg.com/media/F92xALVWoAA71pn.jpg", + "type": "photo", + "url": "https://t.co/JcLcrOEhon", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 391, + "y": 583, + "h": 67, + "w": 67 + } + ] + }, + "medium": { + "faces": [ + { + "x": 229, + "y": 342, + "h": 39, + "w": 39 + } + ] + }, + "small": { + "faces": [ + { + "x": 129, + "y": 193, + "h": 22, + "w": 22 + } + ] + }, + "orig": { + "faces": [ + { + "x": 578, + "y": 862, + "h": 100, + "w": 100 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 3024, + "width": 3024, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 3024, + "h": 1693 + }, + { + "x": 0, + "y": 0, + "w": 3024, + "h": 3024 + }, + { + "x": 0, + "y": 0, + "w": 2653, + "h": 3024 + }, + { + "x": 226, + "y": 0, + "w": 1512, + "h": 3024 + }, + { + "x": 0, + "y": 0, + "w": 3024, + "h": 3024 + } + ] + } + } + ] + }, + "favorite_count": 50, + "favorited": false, + "full_text": "31 WEEKS. @WSJ reporter Evan Gershkovich is being held in a Russian prison, accused of a crime that the U.S. and the Journal say he absolutely did NOT commit. He's a journalist, and he was there to do his job—a job he loves #IStandWithEvan #FreeEvan #Journalismisnotacrime https://t.co/JcLcrOEhon", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 3, + "reply_count": 0, + "retweet_count": 37, + "retweeted": false, + "user_id_str": "16298073", + "id_str": "1719725533267694048" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075798", + "sortIndex": "1719749859424075754", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075798-tweet-1719737238072750269", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719737238072750269", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDk4MTY5OTc=", + "rest_id": "349816997", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Aug 06 19:03:49 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11351, + "followers_count": 381565, + "friends_count": 4138, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10932, + "location": "", + "media_count": 4083, + "name": "max seddon", + "normal_followers_count": 381565, + "pinned_tweet_ids_str": [ + "1628661588839333888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/349816997/1616624047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000648873265/ce009831b1ece5b9141bcbffd5bf4021_normal.png", + "profile_interstitial_type": "", + "screen_name": "maxseddon", + "statuses_count": 30781, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/Xmc2nXmr7t", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 367, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 266, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Russian president unnerved his foes and friends about the war in Ukraine turning into an atomic conflagration", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.ft.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "4898091", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 367, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "ft.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 242, + "green": 241, + "red": 240 + }, + "percentage": 53.65 + }, + { + "rgb": { + "blue": 0, + "green": 0, + "red": 0 + }, + "percentage": 26.39 + }, + { + "rgb": { + "blue": 108, + "green": 67, + "red": 2 + }, + "percentage": 7.56 + }, + { + "rgb": { + "blue": 40, + "green": 75, + "red": 232 + }, + "percentage": 7.27 + }, + { + "rgb": { + "blue": 193, + "green": 159, + "red": 108 + }, + "percentage": 0.97 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Why Putin toned down his nuclear rhetoric", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 242, + "green": 241, + "red": 240 + }, + "percentage": 53.65 + }, + { + "rgb": { + "blue": 0, + "green": 0, + "red": 0 + }, + "percentage": 26.39 + }, + { + "rgb": { + "blue": 108, + "green": 67, + "red": 2 + }, + "percentage": 7.56 + }, + { + "rgb": { + "blue": 40, + "green": 75, + "red": 232 + }, + "percentage": 7.27 + }, + { + "rgb": { + "blue": 193, + "green": 159, + "red": 108 + }, + "percentage": 0.97 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 242, + "green": 241, + "red": 240 + }, + "percentage": 53.65 + }, + { + "rgb": { + "blue": 0, + "green": 0, + "red": 0 + }, + "percentage": 26.39 + }, + { + "rgb": { + "blue": 108, + "green": 67, + "red": 2 + }, + "percentage": 7.56 + }, + { + "rgb": { + "blue": 40, + "green": 75, + "red": 232 + }, + "percentage": 7.27 + }, + { + "rgb": { + "blue": 193, + "green": 159, + "red": 108 + }, + "percentage": 0.97 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/Xmc2nXmr7t", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 394, + "width": 700, + "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/Xmc2nXmr7t", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo0ODk4MDkx", + "rest_id": "4898091", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Apr 16 16:54:19 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "This account is now closed. For the best of FT journalism, including breaking news and analysis, follow @ft", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ft.com", + "expanded_url": "https://www.ft.com", + "url": "https://t.co/XKMxG94Z9c", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 89, + "followers_count": 7583930, + "friends_count": 1040, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 48403, + "location": "London / New York / Hong Kong", + "media_count": 24308, + "name": "Financial Times", + "normal_followers_count": 7583930, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/4898091/1694438163", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/931161479398686721/FI3te2Sw_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FinancialTimes", + "statuses_count": 337145, + "translator_type": "none", + "url": "https://t.co/XKMxG94Z9c", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719737238072750269" + ], + "editable_until_msecs": "1698855883000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "17156", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 5, + "bookmarked": false, + "created_at": "Wed Nov 01 15:24:43 +0000 2023", + "conversation_id_str": "1719737238072750269", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "ft.com/content/d98446…", + "expanded_url": "https://www.ft.com/content/d98446ac-b56e-4f1d-bfa9-ebaed4e26884", + "url": "https://t.co/Xmc2nXmr7t", + "indices": [ + 256, + 279 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 55, + "favorited": false, + "full_text": "A year ago, Putin dropped his threats to use a nuclear weapon against Ukraine following warnings from the US and China.\n\nNow, Russia is looking for ways to keep those nuclear tensions at a simmer – and deter the west from ramping up its support for Kyiv:\n\nhttps://t.co/Xmc2nXmr7t", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 5, + "retweet_count": 17, + "retweeted": false, + "user_id_str": "349816997", + "id_str": "1719737238072750269" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075798-tweet-1719737691179217348", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719737691179217348", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDk4MTY5OTc=", + "rest_id": "349816997", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Aug 06 19:03:49 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11351, + "followers_count": 381565, + "friends_count": 4138, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10932, + "location": "", + "media_count": 4083, + "name": "max seddon", + "normal_followers_count": 381565, + "pinned_tweet_ids_str": [ + "1628661588839333888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/349816997/1616624047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000648873265/ce009831b1ece5b9141bcbffd5bf4021_normal.png", + "profile_interstitial_type": "", + "screen_name": "maxseddon", + "statuses_count": 30781, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719737691179217348" + ], + "editable_until_msecs": "1698855991000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "19077", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1709233745331437832", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDk4MTY5OTc=", + "rest_id": "349816997", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Aug 06 19:03:49 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11351, + "followers_count": 381565, + "friends_count": 4138, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10932, + "location": "", + "media_count": 4083, + "name": "max seddon", + "normal_followers_count": 381565, + "pinned_tweet_ids_str": [ + "1628661588839333888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/349816997/1616624047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000648873265/ce009831b1ece5b9141bcbffd5bf4021_normal.png", + "profile_interstitial_type": "", + "screen_name": "maxseddon", + "statuses_count": 30781, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1709233745331437832" + ], + "editable_until_msecs": "1696351655000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "138596", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 15, + "bookmarked": false, + "created_at": "Tue Oct 03 15:47:35 +0000 2023", + "conversation_id_str": "1709233745331437832", + "display_text_range": [ + 0, + 147 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/pEpdrPCHyy", + "expanded_url": "https://twitter.com/maxseddon/status/1709233745331437832/video/1", + "id_str": "1709232899130638336", + "indices": [ + 148, + 171 + ], + "media_key": "7_1709232899130638336", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1709232899130638336/pu/img/Uti2zQn4-JhWa2bL.jpg", + "type": "video", + "url": "https://t.co/pEpdrPCHyy", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 118033, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/480x270/5n76n8E6rYkvl2_V.mp4?tag=12" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/640x360/hIh466PDK6cuSWyZ.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/1280x720/WcxqD5UHDqerPGCF.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/pl/kzzYuXNy_j034WY1.m3u8?tag=12&container=fmp4&v=03f" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/pEpdrPCHyy", + "expanded_url": "https://twitter.com/maxseddon/status/1709233745331437832/video/1", + "id_str": "1709232899130638336", + "indices": [ + 148, + 171 + ], + "media_key": "7_1709232899130638336", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1709232899130638336/pu/img/Uti2zQn4-JhWa2bL.jpg", + "type": "video", + "url": "https://t.co/pEpdrPCHyy", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 118033, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/480x270/5n76n8E6rYkvl2_V.mp4?tag=12" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/640x360/hIh466PDK6cuSWyZ.mp4?tag=12" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/vid/avc1/1280x720/WcxqD5UHDqerPGCF.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1709232899130638336/pu/pl/kzzYuXNy_j034WY1.m3u8?tag=12&container=fmp4&v=03f" + } + ] + } + } + ] + }, + "favorite_count": 359, + "favorited": false, + "full_text": "RT's Margarita Simonyan says Russia should let the west know it means business by detonating a thermonuclear bomb over... Russia. That'll show 'em! https://t.co/pEpdrPCHyy", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 29, + "reply_count": 123, + "retweet_count": 74, + "retweeted": false, + "user_id_str": "349816997", + "id_str": "1709233745331437832" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:26:31 +0000 2023", + "conversation_id_str": "1719737238072750269", + "display_text_range": [ + 0, + 219 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "twitter.com/maxseddon/stat…", + "expanded_url": "https://twitter.com/maxseddon/status/1709233745331437832", + "url": "https://t.co/9ncdJMIcfD", + "indices": [ + 196, + 219 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 37, + "favorited": false, + "full_text": "There's just one catch. If nobody is fazed by your threats to nuke Ukraine, you have to up the ante by saying it's time to start World War III – or show you're serious by nuking... uh... Siberia\n\nhttps://t.co/9ncdJMIcfD", + "in_reply_to_screen_name": "maxseddon", + "in_reply_to_status_id_str": "1719737238072750269", + "in_reply_to_user_id_str": "349816997", + "is_quote_status": true, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "quoted_status_id_str": "1709233745331437832", + "quoted_status_permalink": { + "url": "https://t.co/9ncdJMIcfD", + "expanded": "https://twitter.com/maxseddon/status/1709233745331437832", + "display": "twitter.com/maxseddon/stat…" + }, + "reply_count": 5, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "349816997", + "id_str": "1719737691179217348" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719737238072750269", + "1719737691179217348" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719737643787833543", + "sortIndex": "1719749859424075753", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719737643787833543", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719737643787833543" + ], + "editable_until_msecs": "1698855980000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5379", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:26:20 +0000 2023", + "conversation_id_str": "1719737643787833543", + "display_text_range": [ + 0, + 167 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/MusxtxBvOP", + "expanded_url": "https://twitter.com/KyivPost/status/1719737643787833543/video/1", + "id_str": "1719737575009562624", + "indices": [ + 168, + 191 + ], + "media_key": "13_1719737575009562624", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719737575009562624/img/BRcD4nIfjBJPYVJI.jpg", + "type": "video", + "url": "https://t.co/MusxtxBvOP", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "medium": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "small": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 480, + "width": 480, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 1, + 1 + ], + "duration_millis": 29000, + "variants": [ + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/480x480/V3ov5onmolYzWZMM.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/pl/5a9u2AL2uakbhZWK.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 432000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/320x320/dCxr27c4t2V32MBh.mp4?tag=14" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 8, + 16 + ], + "text": "Johnson" + }, + { + "indices": [ + 68, + 73 + ], + "text": "Kyiv" + }, + { + "indices": [ + 123, + 138 + ], + "text": "Ukrzaliznytsia" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/MusxtxBvOP", + "expanded_url": "https://twitter.com/KyivPost/status/1719737643787833543/video/1", + "id_str": "1719737575009562624", + "indices": [ + 168, + 191 + ], + "media_key": "13_1719737575009562624", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719737575009562624/img/BRcD4nIfjBJPYVJI.jpg", + "type": "video", + "url": "https://t.co/MusxtxBvOP", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "medium": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "small": { + "h": 480, + "w": 480, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 480, + "width": 480, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 1, + 1 + ], + "duration_millis": 29000, + "variants": [ + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/480x480/V3ov5onmolYzWZMM.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/pl/5a9u2AL2uakbhZWK.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 432000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/320x320/dCxr27c4t2V32MBh.mp4?tag=14" + } + ] + } + } + ] + }, + "favorite_count": 33, + "favorited": false, + "full_text": "🚄 Boris #Johnson's voice will be announcing one of the stops in the #Kyiv Circle Line train, the Ukrainian railway service #Ukrzaliznytsia reported.\n\n📹: Ukrzaliznytsia https://t.co/MusxtxBvOP", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 4, + "retweet_count": 4, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719737643787833543" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719737421745561834", + "sortIndex": "1719749859424075752", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719737421745561834", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDAxMTEwMA==", + "rest_id": "30011100", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Apr 09 16:06:23 +0000 2009", + "default_profile": true, + "default_profile_image": false, + "description": "Chief Foreign-Affairs Correspondent of The Wall Street Journal. Author. My newest book, Our Enemies Will Vanish, is out on Jan. 9. Instagram/Threads @yarotrof", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "penguinrandomhouse.com/authors/72796/…", + "expanded_url": "https://www.penguinrandomhouse.com/authors/72796/yaroslav-trofimov/", + "url": "https://t.co/gyWOUyjOX4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3423, + "followers_count": 137276, + "friends_count": 3791, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4196, + "location": "", + "media_count": 1044, + "name": "Yaroslav Trofimov", + "normal_followers_count": 137276, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/30011100/1680341780", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1107348447772975104/mK-YgG6Z_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "yarotrof", + "statuses_count": 25148, + "translator_type": "none", + "url": "https://t.co/gyWOUyjOX4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1467865587615473671", + "professional_type": "Creator", + "category": [ + { + "id": 957, + "name": "Author", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "card": { + "rest_id": "https://t.co/R9kYay6CjR", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "With Israel bent on crushing Iran’s ally Hamas, Tehran must decide whether it and the proxy militias it arms and trains will live up to its fiery rhetoric.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.nytimes.com", + "type": "STRING" + } + }, + { + "key": "app_is_free", + "value": { + "string_value": "true", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1688, + "width": 3000, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "807095", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "app_price_amount", + "value": { + "string_value": "0.0", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1152, + "width": 2048, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1688, + "width": 3000, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_alt_text", + "value": { + "string_value": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "nytimes.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "app_name", + "value": { + "string_value": "The New York Times", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_alt_text", + "value": { + "string_value": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 22, + "green": 22, + "red": 26 + }, + "percentage": 41.92 + }, + { + "rgb": { + "blue": 255, + "green": 245, + "red": 234 + }, + "percentage": 27.33 + }, + { + "rgb": { + "blue": 165, + "green": 184, + "red": 201 + }, + "percentage": 7.78 + }, + { + "rgb": { + "blue": 60, + "green": 71, + "red": 128 + }, + "percentage": 2.85 + }, + { + "rgb": { + "blue": 51, + "green": 41, + "red": 196 + }, + "percentage": 2.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "After Years of Vowing to Destroy Israel, Iran Faces a Dilemma", + "type": "STRING" + } + }, + { + "key": "app_price_currency", + "value": { + "string_value": "USD", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 22, + "green": 22, + "red": 26 + }, + "percentage": 41.92 + }, + { + "rgb": { + "blue": 255, + "green": 245, + "red": 234 + }, + "percentage": 27.33 + }, + { + "rgb": { + "blue": 165, + "green": 184, + "red": 201 + }, + "percentage": 7.78 + }, + { + "rgb": { + "blue": 60, + "green": 71, + "red": 128 + }, + "percentage": 2.85 + }, + { + "rgb": { + "blue": 51, + "green": 41, + "red": 196 + }, + "percentage": 2.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1152, + "width": 2048, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 22, + "green": 22, + "red": 26 + }, + "percentage": 41.92 + }, + { + "rgb": { + "blue": 255, + "green": 245, + "red": 234 + }, + "percentage": 27.33 + }, + { + "rgb": { + "blue": 165, + "green": 184, + "red": 201 + }, + "percentage": 7.78 + }, + { + "rgb": { + "blue": 60, + "green": 71, + "red": 128 + }, + "percentage": 2.85 + }, + { + "rgb": { + "blue": 51, + "green": 41, + "red": 196 + }, + "percentage": 2.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1152, + "width": 2048, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/R9kYay6CjR", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "alt": "Protesters in Tehran last month denouncing Israel’s airstrikes in Gaza. Taking stronger action against Israel could bolster Iran’s revolutionary credentials but risk igniting a broader war.", + "height": 1688, + "width": 3000, + "url": "https://pbs.twimg.com/card_img/1719644044052062208/VWg3zU92?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/R9kYay6CjR", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo4MDcwOTU=", + "rest_id": "807095", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Mar 02 20:41:42 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "News tips? Share them here: https://t.co/ghL9OoYKMM", + "entities": { + "description": { + "urls": [ + { + "display_url": "nyti.ms/2FVHq9v", + "expanded_url": "http://nyti.ms/2FVHq9v", + "url": "https://t.co/ghL9OoYKMM", + "indices": [ + 28, + 51 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "nytimes.com", + "expanded_url": "http://www.nytimes.com/", + "url": "http://t.co/ahvuWqicF9", + "indices": [ + 0, + 22 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 18692, + "followers_count": 55152075, + "friends_count": 878, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 216647, + "location": "New York City", + "media_count": 67506, + "name": "The New York Times", + "normal_followers_count": 55152075, + "pinned_tweet_ids_str": [ + "1593683578684047365" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/807095/1584666392", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1098244578472280064/gjkVMelR_normal.png", + "profile_interstitial_type": "", + "screen_name": "nytimes", + "statuses_count": 526781, + "translator_type": "none", + "url": "http://t.co/ahvuWqicF9", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719737421745561834" + ], + "editable_until_msecs": "1698855927000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3395", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:25:27 +0000 2023", + "conversation_id_str": "1719737421745561834", + "display_text_range": [ + 0, + 83 + ], + "entities": { + "user_mentions": [ + { + "id_str": "3048160253", + "name": "Farnaz Fassihi", + "screen_name": "farnazfassihi", + "indices": [ + 69, + 83 + ] + } + ], + "urls": [ + { + "display_url": "nytimes.com/2023/11/01/wor…", + "expanded_url": "https://www.nytimes.com/2023/11/01/world/middleeast/iran-israel-hamas.html?smid=tw-share", + "url": "https://t.co/R9kYay6CjR", + "indices": [ + 45, + 68 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 15, + "favorited": false, + "full_text": "Iran’s choice: lose its arm or lose its face https://t.co/R9kYay6CjR @farnazfassihi", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "30011100", + "id_str": "1719737421745561834" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719736921147031885", + "sortIndex": "1719749859424075751", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719736921147031885", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMTE4OTkxNTU=", + "rest_id": "311899155", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/StateDept", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_bigger.jpg" + }, + "description": "Department of State", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 06 07:44:22 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "The Embassy of the United States of America in Kyiv. For a first-hand view of the Embassy’s work, follow @USAmbKyiv. Terms of use: https://t.co/ZQBzokuAMZ", + "entities": { + "description": { + "urls": [ + { + "display_url": "state.gov/tou", + "expanded_url": "http://state.gov/tou", + "url": "https://t.co/ZQBzokuAMZ", + "indices": [ + 131, + 154 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "ua.usembassy.gov/u-s-citizen-se…", + "expanded_url": "https://ua.usembassy.gov/u-s-citizen-services/security-and-travel-information/", + "url": "https://t.co/qpYDSDDtLr", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4545, + "followers_count": 230813, + "friends_count": 411, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3589, + "location": "Kyiv, Ukraine", + "media_count": 6185, + "name": "U.S. Embassy Kyiv", + "normal_followers_count": 230813, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/311899155/1650023136", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1165895902717980672/LzMvlCno_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "USEmbassyKyiv", + "statuses_count": 17917, + "translator_type": "none", + "url": "https://t.co/qpYDSDDtLr", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1515987902131589123", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719736921147031885" + ], + "editable_until_msecs": "1698855807000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "3492", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719564923972493418", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo5NjI0NzQy", + "rest_id": "9624742", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Oct 23 15:02:45 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to the U.S. Department of State Twitter account. Follow @SecBlinken for more from the Secretary. For all Department accounts: https://t.co/VpbtF1LASc.", + "entities": { + "description": { + "urls": [ + { + "display_url": "state.gov/social", + "expanded_url": "http://state.gov/social", + "url": "https://t.co/VpbtF1LASc", + "indices": [ + 134, + 157 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "state.gov", + "expanded_url": "http://www.state.gov", + "url": "https://t.co/SgIxdhGlWz", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 52, + "followers_count": 6418353, + "friends_count": 341, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 24433, + "location": "Washington, DC", + "media_count": 16503, + "name": "Department of State", + "normal_followers_count": 6418353, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/9624742/1683047656", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "StateDept", + "statuses_count": 81019, + "translator_type": "regular", + "url": "https://t.co/SgIxdhGlWz", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719564923972493418" + ], + "editable_until_msecs": "1698814800000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "38275", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 8, + "bookmarked": false, + "created_at": "Wed Nov 01 04:00:00 +0000 2023", + "conversation_id_str": "1719564923972493418", + "display_text_range": [ + 0, + 228 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/rUv7RWRsHC", + "expanded_url": "https://twitter.com/StateDept/status/1719564923972493418/photo/1", + "ext_alt_text": "A graphic with a photo of Secretary Blinken and text: “To advance America’s national security, our defense, our diplomacy, our development must work hand-in-hand.” — Secretary of State Antony J. Blinken", + "id_str": "1719524256768299008", + "indices": [ + 229, + 252 + ], + "media_key": "3_1719524256768299008", + "media_url_https": "https://pbs.twimg.com/media/F9z6M3tXkAAo1En.jpg", + "type": "photo", + "url": "https://t.co/rUv7RWRsHC", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + }, + "medium": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + }, + "small": { + "faces": [ + { + "x": 489, + "y": 423, + "h": 63, + "w": 63 + }, + { + "x": 144, + "y": 130, + "h": 211, + "w": 211 + } + ] + }, + "orig": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + } + }, + "sizes": { + "large": { + "h": 800, + "w": 800, + "resize": "fit" + }, + "medium": { + "h": 800, + "w": 800, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 800, + "width": 800, + "focus_rects": [ + { + "x": 0, + "y": 36, + "w": 800, + "h": 448 + }, + { + "x": 0, + "y": 0, + "w": 800, + "h": 800 + }, + { + "x": 98, + "y": 0, + "w": 702, + "h": 800 + }, + { + "x": 300, + "y": 0, + "w": 400, + "h": 800 + }, + { + "x": 0, + "y": 0, + "w": 800, + "h": 800 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1350150750966603777", + "name": "Secretary Antony Blinken", + "screen_name": "SecBlinken", + "indices": [ + 7, + 18 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/rUv7RWRsHC", + "expanded_url": "https://twitter.com/StateDept/status/1719564923972493418/photo/1", + "ext_alt_text": "A graphic with a photo of Secretary Blinken and text: “To advance America’s national security, our defense, our diplomacy, our development must work hand-in-hand.” — Secretary of State Antony J. Blinken", + "id_str": "1719524256768299008", + "indices": [ + 229, + 252 + ], + "media_key": "3_1719524256768299008", + "media_url_https": "https://pbs.twimg.com/media/F9z6M3tXkAAo1En.jpg", + "type": "photo", + "url": "https://t.co/rUv7RWRsHC", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + }, + "medium": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + }, + "small": { + "faces": [ + { + "x": 489, + "y": 423, + "h": 63, + "w": 63 + }, + { + "x": 144, + "y": 130, + "h": 211, + "w": 211 + } + ] + }, + "orig": { + "faces": [ + { + "x": 576, + "y": 498, + "h": 75, + "w": 75 + }, + { + "x": 170, + "y": 154, + "h": 249, + "w": 249 + } + ] + } + }, + "sizes": { + "large": { + "h": 800, + "w": 800, + "resize": "fit" + }, + "medium": { + "h": 800, + "w": 800, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 800, + "width": 800, + "focus_rects": [ + { + "x": 0, + "y": 36, + "w": 800, + "h": 448 + }, + { + "x": 0, + "y": 0, + "w": 800, + "h": 800 + }, + { + "x": 98, + "y": 0, + "w": 702, + "h": 800 + }, + { + "x": 300, + "y": 0, + "w": 400, + "h": 800 + }, + { + "x": 0, + "y": 0, + "w": 800, + "h": 800 + } + ] + } + } + ] + }, + "favorite_count": 395, + "favorited": false, + "full_text": "Today, @SecBlinken testified before Congress where he outlined how the United States continues leading in the world, working with our allies and partners to build coalitions and providing steadfast support to Ukraine and Israel. https://t.co/rUv7RWRsHC", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 17, + "reply_count": 281, + "retweet_count": 109, + "retweeted": false, + "user_id_str": "9624742", + "id_str": "1719564923972493418" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:23:27 +0000 2023", + "conversation_id_str": "1719736921147031885", + "display_text_range": [ + 0, + 239 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 39, + "favorited": false, + "full_text": "Сьогодні держсекретар Блінкен виступив у Конгресі, де розповів про те, як Сполучені Штати продовжують лідирувати у світі, працюючи з нашими союзниками та партнерами над створенням коаліцій та надаючи непохитну підтримку Україні та Ізраїлю.", + "is_quote_status": true, + "lang": "uk", + "quote_count": 1, + "quoted_status_id_str": "1719564923972493418", + "quoted_status_permalink": { + "url": "https://t.co/ijiEIJQ5In", + "expanded": "https://twitter.com/StateDept/status/1719564923972493418", + "display": "twitter.com/StateDept/stat…" + }, + "reply_count": 3, + "retweet_count": 7, + "retweeted": false, + "user_id_str": "311899155", + "id_str": "1719736921147031885" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719735340385153507", + "sortIndex": "1719749859424075750", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719735340385153507", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzA0NDQzMzk=", + "rest_id": "470444339", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Jan 21 19:29:37 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "Covering the State Department, foreign policy & national security for @CNN. RTs≠endorsements & views are my own", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "cnn.com/profiles/jenni…", + "expanded_url": "http://www.cnn.com/profiles/jennifer-hansler", + "url": "https://t.co/NBcK2eFRh5", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2429, + "followers_count": 21916, + "friends_count": 7770, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 569, + "location": "Washington, DC", + "media_count": 876, + "name": "Jennifer Hansler", + "normal_followers_count": 21916, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/470444339/1610511047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1665840812473688066/dlCya2lf_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "jmhansler", + "statuses_count": 14807, + "translator_type": "none", + "url": "https://t.co/NBcK2eFRh5", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/0glAp7Tgh1", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "A massive blast has rocked the Gaza refugee camp of Jabalya, destroying several buildings, for a second day in a row. ", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.cnn.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_alt_text", + "value": { + "string_value": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "cnn.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_alt_text", + "value": { + "string_value": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 101, + "green": 95, + "red": 87 + }, + "percentage": 70.91 + }, + { + "rgb": { + "blue": 136, + "green": 131, + "red": 126 + }, + "percentage": 22.07 + }, + { + "rgb": { + "blue": 104, + "green": 124, + "red": 139 + }, + "percentage": 1.64 + }, + { + "rgb": { + "blue": 123, + "green": 101, + "red": 75 + }, + "percentage": 1.6 + }, + { + "rgb": { + "blue": 213, + "green": 226, + "red": 223 + }, + "percentage": 1.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Massive blast hits Gaza refugee camp for a second day in a row ", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 101, + "green": 95, + "red": 87 + }, + "percentage": 70.91 + }, + { + "rgb": { + "blue": 136, + "green": 131, + "red": 126 + }, + "percentage": 22.07 + }, + { + "rgb": { + "blue": 104, + "green": 124, + "red": 139 + }, + "percentage": 1.64 + }, + { + "rgb": { + "blue": 123, + "green": 101, + "red": 75 + }, + "percentage": 1.6 + }, + { + "rgb": { + "blue": 213, + "green": 226, + "red": 223 + }, + "percentage": 1.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 101, + "green": 95, + "red": 87 + }, + "percentage": 70.91 + }, + { + "rgb": { + "blue": 136, + "green": 131, + "red": 126 + }, + "percentage": 22.07 + }, + { + "rgb": { + "blue": 104, + "green": 124, + "red": 139 + }, + "percentage": 1.64 + }, + { + "rgb": { + "blue": 123, + "green": 101, + "red": 75 + }, + "percentage": 1.6 + }, + { + "rgb": { + "blue": 213, + "green": 226, + "red": 223 + }, + "percentage": 1.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/0glAp7Tgh1", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "alt": "Live updates: Israel-Hamas war, crisis in Gaza, crowds gather at Rafah crossing", + "height": 619, + "width": 1100, + "url": "https://pbs.twimg.com/card_img/1719604035257331712/8C0Qxwbj?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/0glAp7Tgh1", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719735340385153507" + ], + "editable_until_msecs": "1698855430000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "768", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:17:10 +0000 2023", + "conversation_id_str": "1719735340385153507", + "display_text_range": [ + 0, + 87 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "cnn.com/middleeast/liv…", + "expanded_url": "https://www.cnn.com/middleeast/live-news/israel-hamas-war-gaza-news-11-01-23/h_110c06b14a3e62d458f7ee57077cd434", + "url": "https://t.co/0glAp7Tgh1", + "indices": [ + 64, + 87 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 2, + "favorited": false, + "full_text": "Massive blast hits Gaza refugee camp for a second day in a row  https://t.co/0glAp7Tgh1", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 1, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "470444339", + "id_str": "1719735340385153507" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075803", + "sortIndex": "1719749859424075749", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075803-tweet-1719735144699892210", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719735144699892210", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTIwNjMzNzI2NDc4ODIzNDI1", + "rest_id": "1120633726478823425", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Apr 23 10:21:15 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "President of Ukraine / Президент України", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "president.gov.ua", + "expanded_url": "https://www.president.gov.ua", + "url": "https://t.co/ctVL0atMBQ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 59, + "followers_count": 7387594, + "friends_count": 1, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 17660, + "location": "Україна", + "media_count": 1875, + "name": "Volodymyr Zelenskyy / Володимир Зеленський", + "normal_followers_count": 7387594, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1120633726478823425/1692773060", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1585550046740848642/OpGKpqx9_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ZelenskyyUa", + "statuses_count": 4667, + "translator_type": "none", + "url": "https://t.co/ctVL0atMBQ", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719735144699892210" + ], + "editable_until_msecs": "1698855384000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "115460", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MzUxNDQ1OTkxNDI0MDA=", + "text": "I met with the Ukrainian delegation that attended the Peace Formula meeting in Malta to discuss its outcomes.\n\nThe Peace Formula is the only comprehensive and realistic plan for restoring peace not just to our people but to all nations seeking life free of aggression.\n\nWe appreciate that, even amid difficult times of escalation in different parts of the world, the number of participants has grown, and they are willing to rally behind Ukraine's proposals for ending the war and achieving a just and sustainable peace.", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "richtext": { + "richtext_tags": [] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 8, + "bookmarked": false, + "created_at": "Wed Nov 01 15:16:24 +0000 2023", + "conversation_id_str": "1719735144699892210", + "display_text_range": [ + 0, + 273 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/LDsLKksdYq", + "expanded_url": "https://twitter.com/ZelenskyyUa/status/1719735144699892210/photo/1", + "id_str": "1719735017566285824", + "indices": [ + 274, + 297 + ], + "media_key": "3_1719735017566285824", + "media_url_https": "https://pbs.twimg.com/media/F9254w3WsAAjKMJ.jpg", + "type": "photo", + "url": "https://t.co/LDsLKksdYq", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1283, + "y": 447, + "h": 149, + "w": 149 + }, + { + "x": 717, + "y": 349, + "h": 135, + "w": 135 + } + ] + }, + "medium": { + "faces": [ + { + "x": 752, + "y": 262, + "h": 87, + "w": 87 + }, + { + "x": 420, + "y": 204, + "h": 79, + "w": 79 + } + ] + }, + "small": { + "faces": [ + { + "x": 426, + "y": 148, + "h": 49, + "w": 49 + }, + { + "x": 238, + "y": 116, + "h": 45, + "w": 45 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1880, + "y": 656, + "h": 219, + "w": 219 + }, + { + "x": 1051, + "y": 512, + "h": 199, + "w": 199 + } + ] + } + }, + "sizes": { + "large": { + "h": 1365, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 800, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 453, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2000, + "width": 3000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 3000, + "h": 1680 + }, + { + "x": 1000, + "y": 0, + "w": 2000, + "h": 2000 + }, + { + "x": 1148, + "y": 0, + "w": 1754, + "h": 2000 + }, + { + "x": 1525, + "y": 0, + "w": 1000, + "h": 2000 + }, + { + "x": 0, + "y": 0, + "w": 3000, + "h": 2000 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/LDsLKksdYq", + "expanded_url": "https://twitter.com/ZelenskyyUa/status/1719735144699892210/photo/1", + "id_str": "1719735017566285824", + "indices": [ + 274, + 297 + ], + "media_key": "3_1719735017566285824", + "media_url_https": "https://pbs.twimg.com/media/F9254w3WsAAjKMJ.jpg", + "type": "photo", + "url": "https://t.co/LDsLKksdYq", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1283, + "y": 447, + "h": 149, + "w": 149 + }, + { + "x": 717, + "y": 349, + "h": 135, + "w": 135 + } + ] + }, + "medium": { + "faces": [ + { + "x": 752, + "y": 262, + "h": 87, + "w": 87 + }, + { + "x": 420, + "y": 204, + "h": 79, + "w": 79 + } + ] + }, + "small": { + "faces": [ + { + "x": 426, + "y": 148, + "h": 49, + "w": 49 + }, + { + "x": 238, + "y": 116, + "h": 45, + "w": 45 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1880, + "y": 656, + "h": 219, + "w": 219 + }, + { + "x": 1051, + "y": 512, + "h": 199, + "w": 199 + } + ] + } + }, + "sizes": { + "large": { + "h": 1365, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 800, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 453, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2000, + "width": 3000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 3000, + "h": 1680 + }, + { + "x": 1000, + "y": 0, + "w": 2000, + "h": 2000 + }, + { + "x": 1148, + "y": 0, + "w": 1754, + "h": 2000 + }, + { + "x": 1525, + "y": 0, + "w": 1000, + "h": 2000 + }, + { + "x": 0, + "y": 0, + "w": 3000, + "h": 2000 + } + ] + } + } + ] + }, + "favorite_count": 2377, + "favorited": false, + "full_text": "I met with the Ukrainian delegation that attended the Peace Formula meeting in Malta to discuss its outcomes.\n\nThe Peace Formula is the only comprehensive and realistic plan for restoring peace not just to our people but to all nations seeking life free of aggression.\n\nWe… https://t.co/LDsLKksdYq", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 9, + "reply_count": 171, + "retweet_count": 461, + "retweeted": false, + "user_id_str": "1120633726478823425", + "id_str": "1719735144699892210" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075803-tweet-1719735186122842602", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719735186122842602", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTIwNjMzNzI2NDc4ODIzNDI1", + "rest_id": "1120633726478823425", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Apr 23 10:21:15 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "President of Ukraine / Президент України", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "president.gov.ua", + "expanded_url": "https://www.president.gov.ua", + "url": "https://t.co/ctVL0atMBQ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 59, + "followers_count": 7387594, + "friends_count": 1, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 17660, + "location": "Україна", + "media_count": 1875, + "name": "Volodymyr Zelenskyy / Володимир Зеленський", + "normal_followers_count": 7387594, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1120633726478823425/1692773060", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1585550046740848642/OpGKpqx9_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ZelenskyyUa", + "statuses_count": 4667, + "translator_type": "none", + "url": "https://t.co/ctVL0atMBQ", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719735186122842602" + ], + "editable_until_msecs": "1698855394000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "62911", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MzUxODYwNDMxMTc1Njg=", + "text": "Зустрівся з українською делегацією на третій зустрічі радників із національної безпеки щодо імплементації Формули миру, яка відбулася 28–29 жовтня в Мальті. Обговорили підсумки цієї зустрічі.\n\nНаша Формула миру – єдиний комплексний і реалістичний план повернення спокою не лише українському народу, а й усім народам планети, які прагнуть життя без агресій.\n\nЦінуємо, що навіть у складний час загострення ситуації в різних регіонах світу кількість учасників зустрічі радників збільшилася і вони готові об’єднуватися навколо пропозицій України щодо завершення війни й досягнення справедливого та стійкого миру.", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "richtext": { + "richtext_tags": [] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:16:34 +0000 2023", + "conversation_id_str": "1719735144699892210", + "display_text_range": [ + 0, + 278 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 239, + "favorited": false, + "full_text": "Зустрівся з українською делегацією на третій зустрічі радників із національної безпеки щодо імплементації Формули миру, яка відбулася 28–29 жовтня в Мальті. Обговорили підсумки цієї зустрічі.\n\nНаша Формула миру – єдиний комплексний і реалістичний план повернення спокою не лише…", + "in_reply_to_screen_name": "ZelenskyyUa", + "in_reply_to_status_id_str": "1719735144699892210", + "in_reply_to_user_id_str": "1120633726478823425", + "is_quote_status": false, + "lang": "uk", + "quote_count": 1, + "reply_count": 22, + "retweet_count": 26, + "retweeted": false, + "user_id_str": "1120633726478823425", + "id_str": "1719735186122842602" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719735144699892210", + "1719735186122842602" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719734921189806309", + "sortIndex": "1719749859424075748", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719734921189806309", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx", + "rest_id": "1005846500583321601", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sun Jun 10 16:17:48 +0000 2018", + "default_profile": true, + "default_profile_image": false, + "description": "Dad. Spouse to @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Dr. & Senior Fellow, SAIS, JHU. 🧵 @alexander_s_vindman", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "alexandervindman.substack.com", + "expanded_url": "https://alexandervindman.substack.com", + "url": "https://t.co/vyo9QsFIcu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13711, + "followers_count": 923342, + "friends_count": 1617, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5777, + "location": "Florida, USA", + "media_count": 286, + "name": "Alexander S. Vindman ❎", + "normal_followers_count": 923342, + "pinned_tweet_ids_str": [ + "1718978158240674010" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1005846500583321601/1682038223", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438653431837872135/6170zRMd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AVindman", + "statuses_count": 6000, + "translator_type": "none", + "url": "https://t.co/vyo9QsFIcu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1469829466885132297", + "professional_type": "Business", + "category": [ + { + "id": 956, + "name": "Writer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719734921189806309" + ], + "editable_until_msecs": "1698855330000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "67458", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719456352651600343", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo2MDc4MzcyNA==", + "rest_id": "60783724", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Jul 28 02:23:28 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "political scientist, author, teach at columbia sipa, columnist at time, president @eurasiagroup, @gzeromedia. if you lived here, you'd be home now.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "go.ted.com/israelhamas", + "expanded_url": "http://go.ted.com/israelhamas", + "url": "https://t.co/sutGc5gdIV", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 17304, + "followers_count": 762088, + "friends_count": 1673, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10983, + "location": "", + "media_count": 24505, + "name": "ian bremmer", + "normal_followers_count": 762088, + "pinned_tweet_ids_str": [ + "801590659291480068" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/60783724/1685026176", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1669005424467628033/Unv6Q_Va_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ianbremmer", + "statuses_count": 82502, + "translator_type": "none", + "url": "https://t.co/sutGc5gdIV", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719456352651600343" + ], + "editable_until_msecs": "1698788915000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "263304", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 67, + "bookmarked": false, + "created_at": "Tue Oct 31 20:48:35 +0000 2023", + "conversation_id_str": "1719456352651600343", + "display_text_range": [ + 0, + 111 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/yo5bxk8dY0", + "expanded_url": "https://twitter.com/ianbremmer/status/1719456352651600343/photo/1", + "id_str": "1719456344023949312", + "indices": [ + 112, + 135 + ], + "media_key": "3_1719456344023949312", + "media_url_https": "https://pbs.twimg.com/media/F9y8b1BW4AAgh04.png", + "type": "photo", + "url": "https://t.co/yo5bxk8dY0", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "medium": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "small": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "orig": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + } + }, + "sizes": { + "large": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "medium": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "small": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 505, + "width": 481, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 481, + "h": 269 + }, + { + "x": 0, + "y": 0, + "w": 481, + "h": 481 + }, + { + "x": 0, + "y": 0, + "w": 443, + "h": 505 + }, + { + "x": 88, + "y": 0, + "w": 253, + "h": 505 + }, + { + "x": 0, + "y": 0, + "w": 481, + "h": 505 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/yo5bxk8dY0", + "expanded_url": "https://twitter.com/ianbremmer/status/1719456352651600343/photo/1", + "id_str": "1719456344023949312", + "indices": [ + 112, + 135 + ], + "media_key": "3_1719456344023949312", + "media_url_https": "https://pbs.twimg.com/media/F9y8b1BW4AAgh04.png", + "type": "photo", + "url": "https://t.co/yo5bxk8dY0", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "medium": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "small": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + }, + "orig": { + "faces": [ + { + "x": 202, + "y": 242, + "h": 104, + "w": 104 + } + ] + } + }, + "sizes": { + "large": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "medium": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "small": { + "h": 505, + "w": 481, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 505, + "width": 481, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 481, + "h": 269 + }, + { + "x": 0, + "y": 0, + "w": 481, + "h": 481 + }, + { + "x": 0, + "y": 0, + "w": 443, + "h": 505 + }, + { + "x": 88, + "y": 0, + "w": 253, + "h": 505 + }, + { + "x": 0, + "y": 0, + "w": 481, + "h": 505 + } + ] + } + } + ] + }, + "favorite_count": 1362, + "favorited": false, + "full_text": "director of ny office of the high commissioner for human rights (ohchr) not mincing words with his resignation: https://t.co/yo5bxk8dY0", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 41, + "reply_count": 290, + "retweet_count": 432, + "retweeted": false, + "user_id_str": "60783724", + "id_str": "1719456352651600343" + } + } + }, + "legacy": { + "bookmark_count": 9, + "bookmarked": false, + "created_at": "Wed Nov 01 15:15:30 +0000 2023", + "conversation_id_str": "1719734921189806309", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 637, + "favorited": false, + "full_text": "Israel is not conducting genocide. It has no desire to erase the Palestinian population. It does want to destroy Hamas, which seeks to cleanse the world of Jews. My second thought… he didn’t resign when Iran took up the chairmanship of a committee on the Human Rights Commission?", + "is_quote_status": true, + "lang": "en", + "quote_count": 15, + "quoted_status_id_str": "1719456352651600343", + "quoted_status_permalink": { + "url": "https://t.co/wJJvrUVGAy", + "expanded": "https://twitter.com/ianbremmer/status/1719456352651600343", + "display": "twitter.com/ianbremmer/sta…" + }, + "reply_count": 316, + "retweet_count": 130, + "retweeted": false, + "user_id_str": "1005846500583321601", + "id_str": "1719734921189806309" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075805", + "sortIndex": "1719749859424075747", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075805-tweet-1719732990153031992", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719732990153031992", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTc4NTY3MTU=", + "rest_id": "117856715", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Feb 26 21:07:56 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/kevinrothrock", + "expanded_url": "https://linktr.ee/kevinrothrock", + "url": "https://t.co/OqHTyIIumZ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24633, + "followers_count": 130399, + "friends_count": 776, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4042, + "location": "New Haven, CT", + "media_count": 6880, + "name": "@kevinrothrock@bsky.social", + "normal_followers_count": 130399, + "pinned_tweet_ids_str": [ + "1710704860738228528" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/117856715/1697481625", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1681076196912627714/lJqTkio7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KevinRothrock", + "statuses_count": 35158, + "translator_type": "none", + "url": "https://t.co/OqHTyIIumZ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/cAeMt7mctw", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "North Korea has sent more than 1 million rounds of artillery to Russia that President Vladimir Putin appears to be using in his bombardment of Ukraine, according to a lawmaker briefed by South...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.bloomberg.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 481, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "564111558", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image_small", + "value": { + "image_value": { + "alt": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "height": 100, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=100x100_2" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 154, + "green": 182, + "red": 199 + }, + "percentage": 36.31 + }, + { + "rgb": { + "blue": 24, + "green": 24, + "red": 26 + }, + "percentage": 36.09 + }, + { + "rgb": { + "blue": 34, + "green": 68, + "red": 124 + }, + "percentage": 13.35 + }, + { + "rgb": { + "blue": 87, + "green": 153, + "red": 190 + }, + "percentage": 5.51 + }, + { + "rgb": { + "blue": 234, + "green": 227, + "red": 230 + }, + "percentage": 1.54 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image", + "value": { + "image_value": { + "alt": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "height": 144, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=144x144_2" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "bloomberg.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image_original", + "value": { + "image_value": { + "alt": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image_x_large", + "value": { + "image_value": { + "alt": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 154, + "green": 182, + "red": 199 + }, + "percentage": 36.31 + }, + { + "rgb": { + "blue": 24, + "green": 24, + "red": 26 + }, + "percentage": 36.09 + }, + { + "rgb": { + "blue": 34, + "green": 68, + "red": 124 + }, + "percentage": 13.35 + }, + { + "rgb": { + "blue": 87, + "green": 153, + "red": 190 + }, + "percentage": 5.51 + }, + { + "rgb": { + "blue": 234, + "green": 227, + "red": 230 + }, + "percentage": 1.54 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 154, + "green": 182, + "red": 199 + }, + "percentage": 36.31 + }, + { + "rgb": { + "blue": 24, + "green": 24, + "red": 26 + }, + "percentage": 36.09 + }, + { + "rgb": { + "blue": 34, + "green": 68, + "red": 124 + }, + "percentage": 13.35 + }, + { + "rgb": { + "blue": 87, + "green": 153, + "red": 190 + }, + "percentage": 5.51 + }, + { + "rgb": { + "blue": 234, + "green": 227, + "red": 230 + }, + "percentage": 1.54 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 154, + "green": 182, + "red": 199 + }, + "percentage": 36.31 + }, + { + "rgb": { + "blue": 24, + "green": 24, + "red": 26 + }, + "percentage": 36.09 + }, + { + "rgb": { + "blue": 34, + "green": 68, + "red": 124 + }, + "percentage": 13.35 + }, + { + "rgb": { + "blue": 87, + "green": 153, + "red": 190 + }, + "percentage": 5.51 + }, + { + "rgb": { + "blue": 234, + "green": 227, + "red": 230 + }, + "percentage": 1.54 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "tile_image_large", + "value": { + "image_value": { + "alt": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says", + "height": 420, + "width": 420, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=420x420_2" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/cAeMt7mctw", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 799, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/cAeMt7mctw", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo1NjQxMTE1NTg=", + "rest_id": "564111558", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/business", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1631723279676317709/-fjgaR2p_bigger.jpg" + }, + "description": "Bloomberg", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Thu Apr 26 20:50:01 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "Bloomberg Politics is the spot for smart, non-partisan political coverage from around the world. Sign up for our daily newsletter: https://t.co/xYCyI2DtWV", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/2pALW6G", + "expanded_url": "http://bit.ly/2pALW6G", + "url": "https://t.co/xYCyI2DtWV", + "indices": [ + 131, + 154 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "bloomberg.com/account/newsle…", + "expanded_url": "https://www.bloomberg.com/account/newsletters/washington", + "url": "https://t.co/a89k2qjH1x", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 907, + "followers_count": 365601, + "friends_count": 1027, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5671, + "location": "", + "media_count": 99150, + "name": "Bloomberg Politics", + "normal_followers_count": 365601, + "pinned_tweet_ids_str": [ + "1719694297551761505" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/564111558/1677791885", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1631727062451986457/pV88X_8k_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "bpolitics", + "statuses_count": 258678, + "translator_type": "none", + "url": "https://t.co/a89k2qjH1x", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719732990153031992" + ], + "editable_until_msecs": "1698854870000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "7267", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:07:50 +0000 2023", + "conversation_id_str": "1719732990153031992", + "display_text_range": [ + 0, + 220 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "bloomberg.com/news/articles/…", + "expanded_url": "https://www.bloomberg.com/news/articles/2023-11-01/north-korea-sent-1-million-rounds-to-russia-spy-agency-says#xj4y7vzkg", + "url": "https://t.co/cAeMt7mctw", + "indices": [ + 197, + 220 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 29, + "favorited": false, + "full_text": "A deal of the dictators, an arrangement between autocrats: North Korea sent 1 million rounds of artillery to Russia, in exchange for help on Kim Jong Un’s space program, says South Korean intel. \n\nhttps://t.co/cAeMt7mctw", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 5, + "reply_count": 2, + "retweet_count": 17, + "retweeted": false, + "user_id_str": "117856715", + "id_str": "1719732990153031992" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075805-tweet-1719734255662592040", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719734255662592040", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTc4NTY3MTU=", + "rest_id": "117856715", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Feb 26 21:07:56 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/kevinrothrock", + "expanded_url": "https://linktr.ee/kevinrothrock", + "url": "https://t.co/OqHTyIIumZ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24633, + "followers_count": 130399, + "friends_count": 776, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4042, + "location": "New Haven, CT", + "media_count": 6880, + "name": "@kevinrothrock@bsky.social", + "normal_followers_count": 130399, + "pinned_tweet_ids_str": [ + "1710704860738228528" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/117856715/1697481625", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1681076196912627714/lJqTkio7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KevinRothrock", + "statuses_count": 35158, + "translator_type": "none", + "url": "https://t.co/OqHTyIIumZ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719734255662592040" + ], + "editable_until_msecs": "1698855172000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2880", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:12:52 +0000 2023", + "conversation_id_str": "1719732990153031992", + "display_text_range": [ + 0, + 22 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/CgheqPri6W", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719734255662592040/photo/1", + "id_str": "1719734253825462272", + "indices": [ + 23, + 46 + ], + "media_key": "3_1719734253825462272", + "media_url_https": "https://pbs.twimg.com/media/F925MTtWkAAHxdP.jpg", + "type": "photo", + "url": "https://t.co/CgheqPri6W", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "medium": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "small": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 228, + "width": 375, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 375, + "h": 210 + }, + { + "x": 0, + "y": 0, + "w": 228, + "h": 228 + }, + { + "x": 0, + "y": 0, + "w": 200, + "h": 228 + }, + { + "x": 8, + "y": 0, + "w": 114, + "h": 228 + }, + { + "x": 0, + "y": 0, + "w": 375, + "h": 228 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/CgheqPri6W", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719734255662592040/photo/1", + "id_str": "1719734253825462272", + "indices": [ + 23, + 46 + ], + "media_key": "3_1719734253825462272", + "media_url_https": "https://pbs.twimg.com/media/F925MTtWkAAHxdP.jpg", + "type": "photo", + "url": "https://t.co/CgheqPri6W", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "medium": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "small": { + "h": 228, + "w": 375, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 228, + "width": 375, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 375, + "h": 210 + }, + { + "x": 0, + "y": 0, + "w": 228, + "h": 228 + }, + { + "x": 0, + "y": 0, + "w": 200, + "h": 228 + }, + { + "x": 8, + "y": 0, + "w": 114, + "h": 228 + }, + { + "x": 0, + "y": 0, + "w": 375, + "h": 228 + } + ] + } + } + ] + }, + "favorite_count": 8, + "favorited": false, + "full_text": "The vibes in Pyongyang https://t.co/CgheqPri6W", + "in_reply_to_screen_name": "KevinRothrock", + "in_reply_to_status_id_str": "1719732990153031992", + "in_reply_to_user_id_str": "117856715", + "is_quote_status": false, + "lang": "tl", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "117856715", + "id_str": "1719734255662592040" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719732990153031992", + "1719734255662592040" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719733606136877344", + "sortIndex": "1719749859424075746", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719733606136877344", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/IlhJ0N0Krx", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Kyiv Post's Chief Editor Bohdan Nahaylo shares his reflection at Halloween and the beginning of November.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.kyivpost.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivpost.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 251, + "green": 251, + "red": 251 + }, + "percentage": 68.4 + }, + { + "rgb": { + "blue": 30, + "green": 30, + "red": 30 + }, + "percentage": 17.37 + }, + { + "rgb": { + "blue": 115, + "green": 115, + "red": 115 + }, + "percentage": 5.75 + }, + { + "rgb": { + "blue": 90, + "green": 60, + "red": 200 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 160, + "green": 143, + "red": 222 + }, + "percentage": 3.92 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Thinking Out Loud: Reflections on Halloween and Remembrance Day", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 251, + "green": 251, + "red": 251 + }, + "percentage": 68.4 + }, + { + "rgb": { + "blue": 30, + "green": 30, + "red": 30 + }, + "percentage": 17.37 + }, + { + "rgb": { + "blue": 115, + "green": 115, + "red": 115 + }, + "percentage": 5.75 + }, + { + "rgb": { + "blue": 90, + "green": 60, + "red": 200 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 160, + "green": 143, + "red": 222 + }, + "percentage": 3.92 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 251, + "green": 251, + "red": 251 + }, + "percentage": 68.4 + }, + { + "rgb": { + "blue": 30, + "green": 30, + "red": 30 + }, + "percentage": 17.37 + }, + { + "rgb": { + "blue": 115, + "green": 115, + "red": 115 + }, + "percentage": 5.75 + }, + { + "rgb": { + "blue": 90, + "green": 60, + "red": 200 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 160, + "green": 143, + "red": 222 + }, + "percentage": 3.92 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/IlhJ0N0Krx", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719731275626340353/NTGZYf0u?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/IlhJ0N0Krx", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719733606136877344" + ], + "editable_until_msecs": "1698855017000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4338", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": false, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MzM2MDU5ODU4NzM5MjI=", + "text": "Thinking Out Loud: Reflections on Halloween and #RemembranceDay\n\nKyiv Post's Chief Editor Bohdan Nahaylo shares his reflection at Halloween and the beginning of November\n\nhttps://t.co/u4hJhLsrRT", + "entity_set": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/videos/23546", + "expanded_url": "https://www.kyivpost.com/videos/23546", + "url": "https://t.co/u4hJhLsrRT", + "indices": [ + 171, + 194 + ] + } + ], + "hashtags": [ + { + "indices": [ + 48, + 63 + ], + "text": "RemembranceDay" + } + ], + "symbols": [] + }, + "richtext": { + "richtext_tags": [ + { + "from_index": 0, + "to_index": 48, + "richtext_types": [ + "Bold" + ] + } + ] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:10:17 +0000 2023", + "conversation_id_str": "1719733606136877344", + "display_text_range": [ + 0, + 194 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/videos/23546", + "expanded_url": "https://www.kyivpost.com/videos/23546", + "url": "https://t.co/IlhJ0N0Krx", + "indices": [ + 171, + 194 + ] + } + ], + "hashtags": [ + { + "indices": [ + 48, + 63 + ], + "text": "RemembranceDay" + } + ], + "symbols": [] + }, + "favorite_count": 6, + "favorited": false, + "full_text": "Thinking Out Loud: Reflections on Halloween and #RemembranceDay\n\nKyiv Post's Chief Editor Bohdan Nahaylo shares his reflection at Halloween and the beginning of November\n\nhttps://t.co/IlhJ0N0Krx", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719733606136877344" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719733376075317620", + "sortIndex": "1719749859424075745", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719733376075317620", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTQzNjY0MDY0", + "rest_id": "1543664064", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 24 17:01:34 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Affiliated with Stanford's CISAC & Brookings. Retired Foreign Service officer; former US ambassador to Ukraine. Interests include nukes, Europe & mountains.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "brookings.edu/experts/pifers", + "expanded_url": "http://www.brookings.edu/experts/pifers", + "url": "https://t.co/iPslu835Yn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 61363, + "followers_count": 38258, + "friends_count": 908, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1164, + "location": "Morgan Hill, CA", + "media_count": 1253, + "name": "Steven Pifer", + "normal_followers_count": 38258, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1543664064/1645934672", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1179260391496372224/rHqbrNME_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "steven_pifer", + "statuses_count": 20980, + "translator_type": "none", + "url": "https://t.co/iPslu835Yn", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719733376075317620" + ], + "editable_until_msecs": "1698854962000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1148", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719468485351256084", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTMwMDIxNjg1MzUxMDc5OTM4", + "rest_id": "1130021685351079938", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sun May 19 08:05:39 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "Welcome to the positive side of 𝕏. I’m Sander from the Netherlands. All copyrights belong to their respective owners! DM for credits/removal/submission!", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/buitengebieden", + "expanded_url": "https://linktr.ee/buitengebieden", + "url": "https://t.co/lcTxsIZCBL", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 23312, + "followers_count": 2625528, + "friends_count": 76, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 13297, + "location": "Nederland", + "media_count": 2069, + "name": "Buitengebieden", + "normal_followers_count": 2625528, + "pinned_tweet_ids_str": [ + "1534564404943106056" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1130021685351079938/1558253468", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1130022182971760640/FlbICzEn_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "buitengebieden", + "statuses_count": 2449, + "translator_type": "none", + "url": "https://t.co/lcTxsIZCBL", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1591178864939737089", + "professional_type": "Business", + "category": [ + { + "id": 1009, + "name": "Community", + "icon_name": "IconBriefcaseStroke" + } + ] + }, + "super_follow_eligible": true + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719468485351256084" + ], + "editable_until_msecs": "1698791807000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "14690067", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 7560, + "bookmarked": false, + "created_at": "Tue Oct 31 21:36:47 +0000 2023", + "conversation_id_str": "1719468485351256084", + "display_text_range": [ + 0, + 23 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/9jESMWfCsx", + "expanded_url": "https://twitter.com/buitengebieden/status/1719468485351256084/video/1", + "id_str": "1719468432301699076", + "indices": [ + 24, + 47 + ], + "media_key": "13_1719468432301699076", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719468432301699076/img/jY_Frj-8H_EBLyIF.jpg", + "type": "video", + "url": "https://t.co/9jESMWfCsx", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1270, + "w": 720, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 680, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 386, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1270, + "width": 720, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 72, + 127 + ], + "duration_millis": 18943, + "variants": [ + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/pl/s1M8vQfF4K-aYQ3M.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/480x846/kXKAZqaOIlVMKMdT.mp4?tag=14" + }, + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/320x564/vEFqPKIVs_T6PmW5.mp4?tag=14" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/720x1270/yvxM33hatPLswPx2.mp4?tag=14" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/9jESMWfCsx", + "expanded_url": "https://twitter.com/buitengebieden/status/1719468485351256084/video/1", + "id_str": "1719468432301699076", + "indices": [ + 24, + 47 + ], + "media_key": "13_1719468432301699076", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719468432301699076/img/jY_Frj-8H_EBLyIF.jpg", + "type": "video", + "url": "https://t.co/9jESMWfCsx", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1270, + "w": 720, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 680, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 386, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1270, + "width": 720, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 72, + 127 + ], + "duration_millis": 18943, + "variants": [ + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/pl/s1M8vQfF4K-aYQ3M.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/480x846/kXKAZqaOIlVMKMdT.mp4?tag=14" + }, + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/320x564/vEFqPKIVs_T6PmW5.mp4?tag=14" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719468432301699076/vid/avc1/720x1270/yvxM33hatPLswPx2.mp4?tag=14" + } + ] + } + } + ] + }, + "favorite_count": 144107, + "favorited": false, + "full_text": "He changed his mind.. 😂 https://t.co/9jESMWfCsx", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1133, + "reply_count": 839, + "retweet_count": 18211, + "retweeted": false, + "user_id_str": "1130021685351079938", + "id_str": "1719468485351256084" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:09:22 +0000 2023", + "conversation_id_str": "1719733376075317620", + "display_text_range": [ + 0, + 5 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 10, + "favorited": false, + "full_text": "😂😂😂😂😂", + "is_quote_status": true, + "lang": "art", + "quote_count": 0, + "quoted_status_id_str": "1719468485351256084", + "quoted_status_permalink": { + "url": "https://t.co/vZxUwbOMTS", + "expanded": "https://twitter.com/buitengebieden/status/1719468485351256084", + "display": "twitter.com/buitengebieden…" + }, + "reply_count": 1, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "1543664064", + "id_str": "1719733376075317620" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719732499784306795", + "sortIndex": "1719749859424075744", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719732499784306795", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719732499784306795" + ], + "editable_until_msecs": "1698854753000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5697", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPad", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723874890215433", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDUxMzUyMA==", + "rest_id": "30513520", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat Apr 11 20:07:21 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Director of Jordan Information Bureau at Embassy of Jordan in Washington DC @JoEmbassyUS| RTs are not necessarily endorsements.\nEmail: DanaZkat@proton.me", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linkedin.com/in/dana-zureik…", + "expanded_url": "http://www.linkedin.com/in/dana-zureikat-daoud", + "url": "https://t.co/YYBnqicHif", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 9326, + "followers_count": 19648, + "friends_count": 1508, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 165, + "location": "Washington D.C.", + "media_count": 1407, + "name": "Dana Zureikat Daoud دانا زريقات", + "normal_followers_count": 19648, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/30513520/1673486275", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689996757076185088/CZ2OjZ5q_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DanaZkat", + "statuses_count": 23994, + "translator_type": "none", + "url": "https://t.co/YYBnqicHif", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "initial_tweet_id": "1719721384039895142", + "edit_control_initial": { + "edit_tweet_ids": [ + "1719721384039895142", + "1719723874890215433" + ], + "editable_until_msecs": "1698852103000", + "is_edit_eligible": true, + "edits_remaining": "4" + } + }, + "previous_counts": { + "bookmark_count": 0, + "favorite_count": 2, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 2 + }, + "is_translatable": false, + "views": { + "count": "40215", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MjM4NzQ4MDIwODE3OTI=", + "text": "Breaking News: Jordan's Deputy Prime Minister and Foreign Minister, @AymanHsafadi has summoned the Jordanian Ambassador to Israel and directed the Ministry to inform Israel not to send back their Israeli ambassador to Amman. This action serves as a strong expression of Jordan's position, firmly rejecting and condemning the current Israeli war on #Gaza.", + "entity_set": { + "user_mentions": [ + { + "id_str": "274133892", + "name": "Ayman Safadi", + "screen_name": "AymanHsafadi", + "indices": [ + 68, + 81 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 348, + 353 + ], + "text": "Gaza" + } + ], + "symbols": [] + }, + "richtext": { + "richtext_tags": [] + }, + "media": { + "inline_media": [] + } + } + } + }, + "quotedRefResult": { + "result": { + "__typename": "Tweet", + "rest_id": "1719720653408829868" + } + }, + "legacy": { + "bookmark_count": 8, + "bookmarked": false, + "created_at": "Wed Nov 01 14:31:37 +0000 2023", + "conversation_id_str": "1719723874890215433", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [ + { + "id_str": "274133892", + "name": "Ayman Safadi", + "screen_name": "AymanHsafadi", + "indices": [ + 68, + 81 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 59, + "favorited": false, + "full_text": "Breaking News: Jordan's Deputy Prime Minister and Foreign Minister, @AymanHsafadi has summoned the Jordanian Ambassador to Israel and directed the Ministry to inform Israel not to send back their Israeli ambassador to Amman. This action serves as a strong expression of Jordan's…", + "is_quote_status": true, + "lang": "en", + "quote_count": 5, + "quoted_status_id_str": "1719720653408829868", + "quoted_status_permalink": { + "url": "https://t.co/7dIM7JMk4N", + "expanded": "https://twitter.com/ForeignMinistry/status/1719720653408829868", + "display": "twitter.com/ForeignMinistr…" + }, + "reply_count": 3, + "retweet_count": 49, + "retweeted": false, + "user_id_str": "30513520", + "id_str": "1719723874890215433" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:05:53 +0000 2023", + "conversation_id_str": "1719732499784306795", + "display_text_range": [ + 0, + 96 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 24, + "favorited": false, + "full_text": "Jordan recalls its ambassador to Israel and informs Israel not to return its ambassador to Amman", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719723874890215433", + "quoted_status_permalink": { + "url": "https://t.co/TtYTAKZoFe", + "expanded": "https://twitter.com/danazkat/status/1719723874890215433", + "display": "twitter.com/danazkat/statu…" + }, + "reply_count": 3, + "retweet_count": 20, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719732499784306795" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719732171458392123", + "sortIndex": "1719749859424075743", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719732171458392123", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719732171458392123" + ], + "editable_until_msecs": "1698854675411", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:04:35 +0000 2023", + "conversation_id_str": "1719732171458392123", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1388209172009951234", + "name": "Brian Finucane", + "screen_name": "BCFinucane", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @BCFinucane: As a general matter, both in terms of law and policy, the use of US weapons in violation of the law of war should be a redl…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719719817844859278", + "quoted_status_permalink": { + "url": "https://t.co/OZH1PME7LT", + "expanded": "https://twitter.com/jmhansler/status/1719719817844859278", + "display": "twitter.com/jmhansler/stat…" + }, + "reply_count": 0, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719732171458392123", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719731912590201116", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzg4MjA5MTcyMDA5OTUxMjM0", + "rest_id": "1388209172009951234", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Apr 30 19:10:40 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Senior Adviser, US Program, @CrisisGroup. Non-Resident Fellow @RCLS_NYU. Editor @Just_Security. Ex State Dept Lawyer. Ex firefighter. Recovering archaeologist.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "crisisgroup.org/who-we-are/peo…", + "expanded_url": "https://www.crisisgroup.org/who-we-are/people/brian-finucane", + "url": "https://t.co/iSEN84XtB8", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 9889, + "followers_count": 3817, + "friends_count": 2449, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 61, + "location": "", + "media_count": 377, + "name": "Brian Finucane", + "normal_followers_count": 3817, + "pinned_tweet_ids_str": [ + "1716800993797509272" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1388209172009951234/1642178397", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438112264024961027/Iyak5Xd3_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "BCFinucane", + "statuses_count": 5108, + "translator_type": "none", + "url": "https://t.co/iSEN84XtB8", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719731912590201116" + ], + "editable_until_msecs": "1698854613000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4539", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719719817844859278", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzA0NDQzMzk=", + "rest_id": "470444339", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Jan 21 19:29:37 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "Covering the State Department, foreign policy & national security for @CNN. RTs≠endorsements & views are my own", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "cnn.com/profiles/jenni…", + "expanded_url": "http://www.cnn.com/profiles/jennifer-hansler", + "url": "https://t.co/NBcK2eFRh5", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2429, + "followers_count": 21916, + "friends_count": 7770, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 569, + "location": "Washington, DC", + "media_count": 876, + "name": "Jennifer Hansler", + "normal_followers_count": 21916, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/470444339/1610511047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1665840812473688066/dlCya2lf_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "jmhansler", + "statuses_count": 14807, + "translator_type": "none", + "url": "https://t.co/NBcK2eFRh5", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719719817844859278" + ], + "editable_until_msecs": "1698851730000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6530", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:15:30 +0000 2023", + "conversation_id_str": "1719719817844859278", + "display_text_range": [ + 0, + 238 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/6OC33pzJve", + "expanded_url": "https://twitter.com/jmhansler/status/1719719817844859278/photo/1", + "id_str": "1719719740120186880", + "indices": [ + 239, + 262 + ], + "media_key": "3_1719719740120186880", + "media_url_https": "https://pbs.twimg.com/media/F92r_f8XQAA2z8M.png", + "type": "photo", + "url": "https://t.co/6OC33pzJve", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "medium": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "small": { + "h": 498, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 530, + "width": 724, + "focus_rects": [ + { + "x": 0, + "y": 125, + "w": 724, + "h": 405 + }, + { + "x": 0, + "y": 0, + "w": 530, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 465, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 265, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 724, + "h": 530 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1967216306", + "name": "Matthew Miller", + "screen_name": "StateDeptSpox", + "indices": [ + 8, + 22 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/6OC33pzJve", + "expanded_url": "https://twitter.com/jmhansler/status/1719719817844859278/photo/1", + "id_str": "1719719740120186880", + "indices": [ + 239, + 262 + ], + "media_key": "3_1719719740120186880", + "media_url_https": "https://pbs.twimg.com/media/F92r_f8XQAA2z8M.png", + "type": "photo", + "url": "https://t.co/6OC33pzJve", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "medium": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "small": { + "h": 498, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 530, + "width": 724, + "focus_rects": [ + { + "x": 0, + "y": 125, + "w": 724, + "h": 405 + }, + { + "x": 0, + "y": 0, + "w": 530, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 465, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 265, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 724, + "h": 530 + } + ] + } + } + ] + }, + "favorite_count": 6, + "favorited": false, + "full_text": "I asked @StateDeptSpox yesterday if the US has given Israel any red lines for its offensive in Gaza. \n\nAll he would say is they \"continue to make clear that we expect the Israel Government to operate in a way that protects civilian lives\" https://t.co/6OC33pzJve", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 4, + "retweet_count": 7, + "retweeted": false, + "user_id_str": "470444339", + "id_str": "1719719817844859278" + } + } + }, + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 15:03:33 +0000 2023", + "conversation_id_str": "1719731912590201116", + "display_text_range": [ + 0, + 271 + ], + "entities": { + "user_mentions": [ + { + "id_str": "9624742", + "name": "Department of State", + "screen_name": "StateDept", + "indices": [ + 148, + 158 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 18, + "favorited": false, + "full_text": "As a general matter, both in terms of law and policy, the use of US weapons in violation of the law of war should be a redline.\n\nWith that in mind, @StateDept should be asking hard questions about the \"concrete and direct military advantage anticipated\" from this attack.", + "is_quote_status": true, + "lang": "en", + "quote_count": 1, + "quoted_status_id_str": "1719719817844859278", + "quoted_status_permalink": { + "url": "https://t.co/OZH1PME7LT", + "expanded": "https://twitter.com/jmhansler/status/1719719817844859278", + "display": "twitter.com/jmhansler/stat…" + }, + "reply_count": 1, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "1388209172009951234", + "id_str": "1719731912590201116" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719732140206924016", + "sortIndex": "1719749859424075742", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719732140206924016", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTQzNjY0MDY0", + "rest_id": "1543664064", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 24 17:01:34 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Affiliated with Stanford's CISAC & Brookings. Retired Foreign Service officer; former US ambassador to Ukraine. Interests include nukes, Europe & mountains.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "brookings.edu/experts/pifers", + "expanded_url": "http://www.brookings.edu/experts/pifers", + "url": "https://t.co/iPslu835Yn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 61363, + "followers_count": 38258, + "friends_count": 908, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1164, + "location": "Morgan Hill, CA", + "media_count": 1253, + "name": "Steven Pifer", + "normal_followers_count": 38258, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1543664064/1645934672", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1179260391496372224/rHqbrNME_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "steven_pifer", + "statuses_count": 20980, + "translator_type": "none", + "url": "https://t.co/iPslu835Yn", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719732140206924016" + ], + "editable_until_msecs": "1698854667000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1247", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719719819291828493", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMTI1MjYxOA==", + "rest_id": "21252618", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/PunchbowlNews", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1344728315769151488/-0XDUIW1_bigger.jpg" + }, + "description": "Punchbowl News", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Feb 18 23:01:53 +0000 2009", + "default_profile": true, + "default_profile_image": false, + "description": "Founder of @punchbowlnews. @nbcnews/@msnbc. Phish/Dead fan. Author of NYT best seller, “The Hill To Die On”.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "punchbowl.news", + "expanded_url": "http://punchbowl.news", + "url": "https://t.co/gLn9pdpYUe", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3018, + "followers_count": 421654, + "friends_count": 3885, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 6227, + "location": "Washington", + "media_count": 5607, + "name": "Jake Sherman", + "normal_followers_count": 421654, + "pinned_tweet_ids_str": [ + "1700642425272766715" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/21252618/1610552279", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1471636921176801282/4J1MH9WE_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "JakeSherman", + "statuses_count": 86284, + "translator_type": "none", + "url": "https://t.co/gLn9pdpYUe", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/wLg6CUqwzR", + "legacy": { + "binding_values": [ + { + "key": "domain", + "value": { + "string_value": "punchbowl.news", + "type": "STRING" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1322868572113297410", + "path": [] + } + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "punchbowl.news", + "type": "STRING" + } + }, + { + "key": "title", + "value": { + "string_value": "CBO_Estimate_for_the_Israel_Security_Supp_Approp_Act_2024 - Punchbowl News", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/wLg6CUqwzR", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/wLg6CUqwzR", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzIyODY4NTcyMTEzMjk3NDEw", + "rest_id": "1322868572113297410", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Nov 01 11:50:24 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Subscribe at https://t.co/rE466HFASP Power. People. Politics. #punchbowlnews", + "entities": { + "description": { + "urls": [ + { + "display_url": "punchbowl.news", + "expanded_url": "http://punchbowl.news", + "url": "https://t.co/rE466HFASP", + "indices": [ + 14, + 37 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "punchbowl.news", + "expanded_url": "http://punchbowl.news", + "url": "https://t.co/rE466HFASP", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3775, + "followers_count": 133548, + "friends_count": 66, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1382, + "location": "", + "media_count": 754, + "name": "Punchbowl News", + "normal_followers_count": 133548, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1322868572113297410/1609446080", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1344728315769151488/-0XDUIW1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "PunchbowlNews", + "statuses_count": 8987, + "translator_type": "none", + "url": "https://t.co/rE466HFASP", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1681399987979055104", + "professional_type": "Business", + "category": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719719819291828493" + ], + "editable_until_msecs": "1698851730000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "738024", + "state": "EnabledWithCount" + }, + "source": "TweetDeck Web App", + "legacy": { + "bookmark_count": 159, + "bookmarked": false, + "created_at": "Wed Nov 01 14:15:30 +0000 2023", + "conversation_id_str": "1719719819291828493", + "display_text_range": [ + 0, + 195 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "punchbowl.news/cbo_estimate_f…", + "expanded_url": "https://punchbowl.news/cbo_estimate_for_the_israel_security_supp_approp_act_2024/", + "url": "https://t.co/wLg6CUqwzR", + "indices": [ + 172, + 195 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 5517, + "favorited": false, + "full_text": "🚨 BREAKING -- CBO says the House's Israel aid bill is not offset at all. \n\nWill add $12.5B to the deficit in the next decade.\n\nCuts to IRS will decrease revenue by $26.7B\n\nhttps://t.co/wLg6CUqwzR", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 435, + "reply_count": 563, + "retweet_count": 2412, + "retweeted": false, + "user_id_str": "21252618", + "id_str": "1719719819291828493" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:04:27 +0000 2023", + "conversation_id_str": "1719732140206924016", + "display_text_range": [ + 0, + 159 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 11, + "favorited": false, + "full_text": "Other estimates say that, for every dollar cut from IRS budget, tax revenues will decrease by $12, adding far more to federal deficit.\n\nNot a serious proposal.", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719719819291828493", + "quoted_status_permalink": { + "url": "https://t.co/6NXI2ZyOA9", + "expanded": "https://twitter.com/JakeSherman/status/1719719819291828493", + "display": "twitter.com/JakeSherman/st…" + }, + "reply_count": 2, + "retweet_count": 4, + "retweeted": false, + "user_id_str": "1543664064", + "id_str": "1719732140206924016" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719731915228422242", + "sortIndex": "1719749859424075741", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719731915228422242", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719731915228422242" + ], + "editable_until_msecs": "1698854614000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3701", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPad", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719714430701732254", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNTU4MDQxNzI=", + "rest_id": "255804172", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Tue Feb 22 02:35:13 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "✍️ DC Correspondent covering South Caucasus and beyond | #PressFreedom advocate | @AmericanU 🎓 | @ForeignPressUSA Board | Tweets=personal", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 40146, + "followers_count": 10968, + "friends_count": 1444, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 280, + "location": "Washington, DC", + "media_count": 4259, + "name": "Alex Raufoglu", + "normal_followers_count": 10968, + "pinned_tweet_ids_str": [ + "1499806067257188356" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/255804172/1671755412", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1555417732983701504/T0zIn53s_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ralakbar", + "statuses_count": 46915, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719714430701732254" + ], + "editable_until_msecs": "1698850445000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3991", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:54:05 +0000 2023", + "conversation_id_str": "1719714430701732254", + "display_text_range": [ + 0, + 115 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/Ph74RxlFCi", + "expanded_url": "https://twitter.com/ralakbar/status/1719714430701732254/photo/1", + "id_str": "1719714426608107520", + "indices": [ + 116, + 139 + ], + "media_key": "3_1719714426608107520", + "media_url_https": "https://pbs.twimg.com/media/F92nKNkXQAA6z_I.jpg", + "type": "photo", + "url": "https://t.co/Ph74RxlFCi", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 828, + "w": 1179, + "resize": "fit" + }, + "medium": { + "h": 828, + "w": 1179, + "resize": "fit" + }, + "small": { + "h": 478, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 828, + "width": 1179, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1179, + "h": 660 + }, + { + "x": 145, + "y": 0, + "w": 828, + "h": 828 + }, + { + "x": 196, + "y": 0, + "w": 726, + "h": 828 + }, + { + "x": 352, + "y": 0, + "w": 414, + "h": 828 + }, + { + "x": 0, + "y": 0, + "w": 1179, + "h": 828 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/Ph74RxlFCi", + "expanded_url": "https://twitter.com/ralakbar/status/1719714430701732254/photo/1", + "id_str": "1719714426608107520", + "indices": [ + 116, + 139 + ], + "media_key": "3_1719714426608107520", + "media_url_https": "https://pbs.twimg.com/media/F92nKNkXQAA6z_I.jpg", + "type": "photo", + "url": "https://t.co/Ph74RxlFCi", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 828, + "w": 1179, + "resize": "fit" + }, + "medium": { + "h": 828, + "w": 1179, + "resize": "fit" + }, + "small": { + "h": 478, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 828, + "width": 1179, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1179, + "h": 660 + }, + { + "x": 145, + "y": 0, + "w": 828, + "h": 828 + }, + { + "x": 196, + "y": 0, + "w": 726, + "h": 828 + }, + { + "x": 352, + "y": 0, + "w": 414, + "h": 828 + }, + { + "x": 0, + "y": 0, + "w": 1179, + "h": 828 + } + ] + } + } + ] + }, + "favorite_count": 7, + "favorited": false, + "full_text": "NEW!!! State Dept. Counselor Chollet is headed to Israel, Jordan, and Türkiye. \n\nAdditional stops may be added. 👇🏻 https://t.co/Ph74RxlFCi", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "255804172", + "id_str": "1719714430701732254" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:03:34 +0000 2023", + "conversation_id_str": "1719731915228422242", + "display_text_range": [ + 0, + 75 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 5, + "favorited": false, + "full_text": "while he awaits a confirmation vote as Undersecretary of Defense for Policy", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719714430701732254", + "quoted_status_permalink": { + "url": "https://t.co/ipjl8tmbTN", + "expanded": "https://twitter.com/ralakbar/status/1719714430701732254", + "display": "twitter.com/ralakbar/statu…" + }, + "reply_count": 1, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719731915228422242" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719731652752978308", + "sortIndex": "1719749859424075740", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719731652752978308", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyODg3NTUyMzQ=", + "rest_id": "288755234", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Wed Apr 27 12:18:25 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "Founder and creative director of @Bellingcat and director of Bellingcat Productions BV. Author of We Are Bellingcat. Tonal Whiplash Zone.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "bellingcat.com", + "expanded_url": "http://www.bellingcat.com", + "url": "https://t.co/ZoOPpVAJcd", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 17071, + "followers_count": 308146, + "friends_count": 3412, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6380, + "location": "In front of a laptop.", + "media_count": 11062, + "name": "Eliot Higgins", + "normal_followers_count": 308146, + "pinned_tweet_ids_str": [ + "1717457258664055152" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1696331104", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638547444098015233/8N2MPkax_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "EliotHiggins", + "statuses_count": 294658, + "translator_type": "none", + "url": "https://t.co/ZoOPpVAJcd", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719731652752978308" + ], + "editable_until_msecs": "1698854551742", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 15:02:31 +0000 2023", + "conversation_id_str": "1719731652752978308", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1009126632450351104", + "name": "Olga Robinson", + "screen_name": "O_Rob1nson", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @O_Rob1nson: This is not a hospital in Gaza being bombed. \n\nThis is old footage from Syria and completely unrelated to the current confl…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 152, + "retweeted": false, + "user_id_str": "288755234", + "id_str": "1719731652752978308", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719727918413144371", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDA5MTI2NjMyNDUwMzUxMTA0", + "rest_id": "1009126632450351104", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Jun 19 17:31:52 +0000 2018", + "default_profile": true, + "default_profile_image": false, + "description": "Assistant Editor at BBC Verify and @BBCMonitoring covering disinformation, verification and misleading media narratives. olga.robinson@bbc.co.uk", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "monitoring.bbc.co.uk", + "expanded_url": "http://monitoring.bbc.co.uk", + "url": "https://t.co/vvUROFoHKf", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6615, + "followers_count": 9457, + "friends_count": 2119, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 272, + "location": "United Kingdom", + "media_count": 117, + "name": "Olga Robinson", + "normal_followers_count": 9457, + "pinned_tweet_ids_str": [ + "1714562244690722924" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1009126632450351104/1589724914", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1633494602983305216/ymgsPCvE_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "O_Rob1nson", + "statuses_count": 1725, + "translator_type": "none", + "url": "https://t.co/vvUROFoHKf", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719727918413144371" + ], + "editable_until_msecs": "1698853661000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "43359", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 24, + "bookmarked": false, + "created_at": "Wed Nov 01 14:47:41 +0000 2023", + "conversation_id_str": "1719727918413144371", + "display_text_range": [ + 0, + 127 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/GCCtyyy3sz", + "expanded_url": "https://twitter.com/O_Rob1nson/status/1719727918413144371/photo/1", + "id_str": "1719727913019342849", + "indices": [ + 128, + 151 + ], + "media_key": "3_1719727913019342849", + "media_url_https": "https://pbs.twimg.com/media/F92zbOXXgAEbVMu.jpg", + "type": "photo", + "url": "https://t.co/GCCtyyy3sz", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 81, + "y": 38, + "h": 71, + "w": 71 + } + ] + }, + "medium": { + "faces": [ + { + "x": 48, + "y": 22, + "h": 42, + "w": 42 + } + ] + }, + "small": { + "faces": [ + { + "x": 27, + "y": 12, + "h": 24, + "w": 24 + } + ] + }, + "orig": { + "faces": [ + { + "x": 81, + "y": 38, + "h": 71, + "w": 71 + } + ] + } + }, + "sizes": { + "large": { + "h": 1989, + "w": 1170, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 706, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 400, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1989, + "width": 1170, + "focus_rects": [ + { + "x": 0, + "y": 21, + "w": 1170, + "h": 655 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1170 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1334 + }, + { + "x": 49, + "y": 0, + "w": 995, + "h": 1989 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1989 + } + ] + } + }, + { + "display_url": "pic.twitter.com/GCCtyyy3sz", + "expanded_url": "https://twitter.com/O_Rob1nson/status/1719727918413144371/photo/1", + "id_str": "1719727913027719168", + "indices": [ + 128, + 151 + ], + "media_key": "3_1719727913027719168", + "media_url_https": "https://pbs.twimg.com/media/F92zbOZXUAAt_Yi.jpg", + "type": "photo", + "url": "https://t.co/GCCtyyy3sz", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 715, + "y": 180, + "h": 88, + "w": 88 + } + ] + }, + "medium": { + "faces": [ + { + "x": 580, + "y": 146, + "h": 71, + "w": 71 + } + ] + }, + "small": { + "faces": [ + { + "x": 328, + "y": 82, + "h": 40, + "w": 40 + } + ] + }, + "orig": { + "faces": [ + { + "x": 715, + "y": 180, + "h": 88, + "w": 88 + } + ] + } + }, + "sizes": { + "large": { + "h": 1478, + "w": 1170, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 950, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 538, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1478, + "width": 1170, + "focus_rects": [ + { + "x": 0, + "y": 596, + "w": 1170, + "h": 655 + }, + { + "x": 0, + "y": 308, + "w": 1170, + "h": 1170 + }, + { + "x": 0, + "y": 144, + "w": 1170, + "h": 1334 + }, + { + "x": 0, + "y": 0, + "w": 739, + "h": 1478 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1478 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/GCCtyyy3sz", + "expanded_url": "https://twitter.com/O_Rob1nson/status/1719727918413144371/photo/1", + "id_str": "1719727913019342849", + "indices": [ + 128, + 151 + ], + "media_key": "3_1719727913019342849", + "media_url_https": "https://pbs.twimg.com/media/F92zbOXXgAEbVMu.jpg", + "type": "photo", + "url": "https://t.co/GCCtyyy3sz", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 81, + "y": 38, + "h": 71, + "w": 71 + } + ] + }, + "medium": { + "faces": [ + { + "x": 48, + "y": 22, + "h": 42, + "w": 42 + } + ] + }, + "small": { + "faces": [ + { + "x": 27, + "y": 12, + "h": 24, + "w": 24 + } + ] + }, + "orig": { + "faces": [ + { + "x": 81, + "y": 38, + "h": 71, + "w": 71 + } + ] + } + }, + "sizes": { + "large": { + "h": 1989, + "w": 1170, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 706, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 400, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1989, + "width": 1170, + "focus_rects": [ + { + "x": 0, + "y": 21, + "w": 1170, + "h": 655 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1170 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1334 + }, + { + "x": 49, + "y": 0, + "w": 995, + "h": 1989 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1989 + } + ] + } + }, + { + "display_url": "pic.twitter.com/GCCtyyy3sz", + "expanded_url": "https://twitter.com/O_Rob1nson/status/1719727918413144371/photo/1", + "id_str": "1719727913027719168", + "indices": [ + 128, + 151 + ], + "media_key": "3_1719727913027719168", + "media_url_https": "https://pbs.twimg.com/media/F92zbOZXUAAt_Yi.jpg", + "type": "photo", + "url": "https://t.co/GCCtyyy3sz", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 715, + "y": 180, + "h": 88, + "w": 88 + } + ] + }, + "medium": { + "faces": [ + { + "x": 580, + "y": 146, + "h": 71, + "w": 71 + } + ] + }, + "small": { + "faces": [ + { + "x": 328, + "y": 82, + "h": 40, + "w": 40 + } + ] + }, + "orig": { + "faces": [ + { + "x": 715, + "y": 180, + "h": 88, + "w": 88 + } + ] + } + }, + "sizes": { + "large": { + "h": 1478, + "w": 1170, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 950, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 538, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1478, + "width": 1170, + "focus_rects": [ + { + "x": 0, + "y": 596, + "w": 1170, + "h": 655 + }, + { + "x": 0, + "y": 308, + "w": 1170, + "h": 1170 + }, + { + "x": 0, + "y": 144, + "w": 1170, + "h": 1334 + }, + { + "x": 0, + "y": 0, + "w": 739, + "h": 1478 + }, + { + "x": 0, + "y": 0, + "w": 1170, + "h": 1478 + } + ] + } + } + ] + }, + "favorite_count": 402, + "favorited": false, + "full_text": "This is not a hospital in Gaza being bombed. \n\nThis is old footage from Syria and completely unrelated to the current conflict. https://t.co/GCCtyyy3sz", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 15, + "reply_count": 6, + "retweet_count": 152, + "retweeted": false, + "user_id_str": "1009126632450351104", + "id_str": "1719727918413144371" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719731618955596174", + "sortIndex": "1719749859424075739", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719731618955596174", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTQzNjY0MDY0", + "rest_id": "1543664064", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 24 17:01:34 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Affiliated with Stanford's CISAC & Brookings. Retired Foreign Service officer; former US ambassador to Ukraine. Interests include nukes, Europe & mountains.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "brookings.edu/experts/pifers", + "expanded_url": "http://www.brookings.edu/experts/pifers", + "url": "https://t.co/iPslu835Yn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 61363, + "followers_count": 38258, + "friends_count": 908, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1164, + "location": "Morgan Hill, CA", + "media_count": 1253, + "name": "Steven Pifer", + "normal_followers_count": 38258, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1543664064/1645934672", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1179260391496372224/rHqbrNME_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "steven_pifer", + "statuses_count": 20980, + "translator_type": "none", + "url": "https://t.co/iPslu835Yn", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/ra5XzKEabG", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 147, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "On each of the three areas where Putin held out the promise of something better to the Russian people-economic growth, political stability, geopolitical status-he has delivered failure.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "cisac.fsi.stanford.edu", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 315, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 76, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "221858588", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "cisac.fsi.stanford.edu", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 52, + "green": 41, + "red": 254 + }, + "percentage": 29.75 + }, + { + "rgb": { + "blue": 30, + "green": 29, + "red": 31 + }, + "percentage": 27.75 + }, + { + "rgb": { + "blue": 194, + "green": 43, + "red": 42 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 45, + "green": 83, + "red": 89 + }, + "percentage": 10.26 + }, + { + "rgb": { + "blue": 245, + "green": 249, + "red": 249 + }, + "percentage": 3.63 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Putin's Failures to Deliver", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 52, + "green": 41, + "red": 254 + }, + "percentage": 29.75 + }, + { + "rgb": { + "blue": 30, + "green": 29, + "red": 31 + }, + "percentage": 27.75 + }, + { + "rgb": { + "blue": 194, + "green": 43, + "red": 42 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 45, + "green": 83, + "red": 89 + }, + "percentage": 10.26 + }, + { + "rgb": { + "blue": 245, + "green": 249, + "red": 249 + }, + "percentage": 3.63 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 52, + "green": 41, + "red": 254 + }, + "percentage": 29.75 + }, + { + "rgb": { + "blue": 30, + "green": 29, + "red": 31 + }, + "percentage": 27.75 + }, + { + "rgb": { + "blue": 194, + "green": 43, + "red": 42 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 45, + "green": 83, + "red": 89 + }, + "percentage": 10.26 + }, + { + "rgb": { + "blue": 245, + "green": 249, + "red": 249 + }, + "percentage": 3.63 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/ra5XzKEabG", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717457578764947456/y89d72hX?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/ra5XzKEabG", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoyMjE4NTg1ODg=", + "rest_id": "221858588", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Dec 01 20:24:33 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "The official account of the Freeman Spogli Institute for International Studies at @Stanford University. Faculty opinions are their own; RTs ≠ endorsements.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "fsi.stanford.edu", + "expanded_url": "http://fsi.stanford.edu/", + "url": "https://t.co/tKhTkKi6E6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6430, + "followers_count": 23075, + "friends_count": 1441, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 478, + "location": "Stanford, CA", + "media_count": 1828, + "name": "FSI Stanford", + "normal_followers_count": 23075, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/221858588/1626113551", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/923673026767372288/wXuQeXjs_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FSIStanford", + "statuses_count": 20597, + "translator_type": "none", + "url": "https://t.co/tKhTkKi6E6", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587909165824909313", + "professional_type": "Creator", + "category": [ + { + "id": 144, + "name": "Education", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719731618955596174" + ], + "editable_until_msecs": "1698854543000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1169", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719630064948535778", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNTU0NzE5MjQ=", + "rest_id": "255471924", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Feb 21 12:45:22 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Ministry of Foreign Affairs of Russia 🇷🇺 (Official account) | Country's account @Russia | По-русски @MID_RF | Español @MAE_Rusia | Arabic - @russia_ar", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mid.ru/en/main_en", + "expanded_url": "http://www.mid.ru/en/main_en", + "url": "https://t.co/SDlu6xFN9Y", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24458, + "followers_count": 682824, + "friends_count": 1460, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5820, + "location": "Russia", + "media_count": 20484, + "name": "MFA Russia 🇷🇺", + "normal_followers_count": 682824, + "pinned_tweet_ids_str": [ + "1717446244048482796" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/255471924/1604577773", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1654936203840430084/FUCOS9-i_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "mfa_russia", + "statuses_count": 75257, + "translator_type": "regular", + "url": "https://t.co/SDlu6xFN9Y", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719630064948535778" + ], + "editable_until_msecs": "1698830331000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "48820", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 19, + "bookmarked": false, + "created_at": "Wed Nov 01 08:18:51 +0000 2023", + "conversation_id_str": "1719630064948535778", + "display_text_range": [ + 0, + 267 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/62htBXt3dG", + "expanded_url": "https://twitter.com/mfa_russia/status/1719630064948535778/photo/1", + "id_str": "1719628472044138496", + "indices": [ + 268, + 291 + ], + "media_key": "3_1719628472044138496", + "media_url_https": "https://pbs.twimg.com/media/F91Y-_3WsAA4gmQ.jpg", + "type": "photo", + "url": "https://t.co/62htBXt3dG", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "all": { + "tags": [ + { + "user_id": "1267887043", + "name": "Russian Embassy in USA 🇷🇺", + "screen_name": "RusEmbUSA", + "type": "user" + }, + { + "user_id": "347443535", + "name": "Russia at the United Nations", + "screen_name": "RussiaUN", + "type": "user" + }, + { + "user_id": "3306657923", + "name": "RussianMissionEU", + "screen_name": "RusMission_EU", + "type": "user" + }, + { + "user_id": "342603455", + "name": "Russian Mission in Geneva", + "screen_name": "mission_russian", + "type": "user" + }, + { + "user_id": "706646642", + "name": "Russia in South Africa 🇷🇺", + "screen_name": "EmbassyofRussia", + "type": "user" + }, + { + "user_id": "707067944", + "name": "Russia in India 🇷🇺", + "screen_name": "RusEmbIndia", + "type": "user" + } + ] + }, + "large": { + "faces": [ + { + "x": 186, + "y": 190, + "h": 213, + "w": 213 + } + ] + }, + "medium": { + "faces": [ + { + "x": 174, + "y": 178, + "h": 199, + "w": 199 + } + ] + }, + "small": { + "faces": [ + { + "x": 98, + "y": 100, + "h": 113, + "w": 113 + } + ] + }, + "orig": { + "faces": [ + { + "x": 186, + "y": 190, + "h": 213, + "w": 213 + } + ] + } + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 3, + "w": 1280, + "h": 717 + }, + { + "x": 560, + "y": 0, + "w": 720, + "h": 720 + }, + { + "x": 612, + "y": 0, + "w": 632, + "h": 720 + }, + { + "x": 748, + "y": 0, + "w": 360, + "h": 720 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 720 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "t.me/MFARussia/18089", + "expanded_url": "https://t.me/MFARussia/18089", + "url": "https://t.co/1EEE05POHk", + "indices": [ + 244, + 267 + ] + } + ], + "hashtags": [ + { + "indices": [ + 30, + 36 + ], + "text": "Putin" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/62htBXt3dG", + "expanded_url": "https://twitter.com/mfa_russia/status/1719630064948535778/photo/1", + "id_str": "1719628472044138496", + "indices": [ + 268, + 291 + ], + "media_key": "3_1719628472044138496", + "media_url_https": "https://pbs.twimg.com/media/F91Y-_3WsAA4gmQ.jpg", + "type": "photo", + "url": "https://t.co/62htBXt3dG", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "all": { + "tags": [ + { + "user_id": "1267887043", + "name": "Russian Embassy in USA 🇷🇺", + "screen_name": "RusEmbUSA", + "type": "user" + }, + { + "user_id": "347443535", + "name": "Russia at the United Nations", + "screen_name": "RussiaUN", + "type": "user" + }, + { + "user_id": "3306657923", + "name": "RussianMissionEU", + "screen_name": "RusMission_EU", + "type": "user" + }, + { + "user_id": "342603455", + "name": "Russian Mission in Geneva", + "screen_name": "mission_russian", + "type": "user" + }, + { + "user_id": "706646642", + "name": "Russia in South Africa 🇷🇺", + "screen_name": "EmbassyofRussia", + "type": "user" + }, + { + "user_id": "707067944", + "name": "Russia in India 🇷🇺", + "screen_name": "RusEmbIndia", + "type": "user" + } + ] + }, + "large": { + "faces": [ + { + "x": 186, + "y": 190, + "h": 213, + "w": 213 + } + ] + }, + "medium": { + "faces": [ + { + "x": 174, + "y": 178, + "h": 199, + "w": 199 + } + ] + }, + "small": { + "faces": [ + { + "x": 98, + "y": 100, + "h": 113, + "w": 113 + } + ] + }, + "orig": { + "faces": [ + { + "x": 186, + "y": 190, + "h": 213, + "w": 213 + } + ] + } + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 3, + "w": 1280, + "h": 717 + }, + { + "x": 560, + "y": 0, + "w": 720, + "h": 720 + }, + { + "x": 612, + "y": 0, + "w": 632, + "h": 720 + }, + { + "x": 748, + "y": 0, + "w": 360, + "h": 720 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 720 + } + ] + } + } + ] + }, + "favorite_count": 983, + "favorited": false, + "full_text": "🎙 Russia's President Vladimir #Putin:\n\n💬 The United States as a global superpower is becoming weaker and is losing its position.\n\nHowever, the US is unwilling to accept this, and instead seeks to preserve and extend its global dictatorship.\n\n🔗 https://t.co/1EEE05POHk https://t.co/62htBXt3dG", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 29, + "reply_count": 405, + "retweet_count": 349, + "retweeted": false, + "user_id_str": "255471924", + "id_str": "1719630064948535778" + } + } + }, + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 15:02:23 +0000 2023", + "conversation_id_str": "1719731618955596174", + "display_text_range": [ + 0, + 170 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "cisac.fsi.stanford.edu/news/putins-fa…", + "expanded_url": "https://cisac.fsi.stanford.edu/news/putins-failures-deliver", + "url": "https://t.co/ra5XzKEabG", + "indices": [ + 147, + 170 + ] + } + ], + "hashtags": [ + { + "indices": [ + 14, + 20 + ], + "text": "Putin" + }, + { + "indices": [ + 71, + 78 + ], + "text": "Russia" + } + ], + "symbols": [] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "Says Vladimir #Putin, whose blunders of past 10 years have accelerated #Russia's decline in military, economic, political and geopolitical terms.\n\nhttps://t.co/ra5XzKEabG", + "is_quote_status": true, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "quoted_status_id_str": "1719630064948535778", + "quoted_status_permalink": { + "url": "https://t.co/YYDtSGhl0B", + "expanded": "https://twitter.com/mfa_russia/status/1719630064948535778", + "display": "twitter.com/mfa_russia/sta…" + }, + "reply_count": 0, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "1543664064", + "id_str": "1719731618955596174" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719730901335126133", + "sortIndex": "1719749859424075738", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719730901335126133", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzI1MjkyNzU5", + "rest_id": "1725292759", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Sep 03 11:45:42 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "public policy expert, political scientist,#euromaidan activist. @AtlanticCouncil Freedom Award recipient. Here privately.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 9839, + "followers_count": 106038, + "friends_count": 338, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1956, + "location": "", + "media_count": 3048, + "name": "Kateryna_Kruk", + "normal_followers_count": 106038, + "pinned_tweet_ids_str": [ + "1515404139018309633" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1725292759/1645875024", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1560970817588060160/ylbK3GTF_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Kateryna_Kruk", + "statuses_count": 21598, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719730901335126133" + ], + "editable_until_msecs": "1698854372000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2387", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719698178268668337", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTA4NTI4MDc4ODU0Nzk1Mjcx", + "rest_id": "1508528078854795271", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Mar 28 19:35:08 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "The craziest news about Italy and Italian politics.\n'A crazy good Twitter feed' - The New York Times. \n📧 crazyitalianpol@gmail.com", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/crazyitalianpol", + "expanded_url": "https://linktr.ee/crazyitalianpol", + "url": "https://t.co/P13wWgKf0V", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 11615, + "followers_count": 105472, + "friends_count": 1231, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 241, + "location": "Rome, Italy", + "media_count": 2722, + "name": "Crazy Ass Moments in Italian Politics 🇮🇹", + "normal_followers_count": 105472, + "pinned_tweet_ids_str": [ + "1717886682916094121" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1508528078854795271/1658407580", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1527763905451286528/vQk8wg-7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CrazyItalianPol", + "statuses_count": 7597, + "translator_type": "none", + "url": "https://t.co/P13wWgKf0V", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1517275531267477505", + "professional_type": "Creator", + "category": [ + { + "id": 1042, + "name": "Content Creator", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719698178268668337" + ], + "editable_until_msecs": "1698846570000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "209875", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk2OTgxNzgxNDcwNjU4NTY=", + "text": "🇬🇧 ENGLISH SUBTITLES 🇬🇧\n\nThe Russian comedy duo Vovan and Lexus made a prank call to Italian PM Giorgia Meloni pretending to be the head of the African Union. \n\nIn the call (confirmed as authentic by the Italian government) Meloni said that all her European colleagues are already tired of Ukraine, and explained that despite the Ukrainian counteroffensive nothing has changed.\n\nRegarding the migration crisis, according to Meloni, Italy has been left alone by other European leaders with hundreds of thousands of refugees arriving, and Macron does not answer her calls.\n\nNovember 1, 2023", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "richtext": { + "richtext_tags": [] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 309, + "bookmarked": false, + "created_at": "Wed Nov 01 12:49:30 +0000 2023", + "conversation_id_str": "1719698178268668337", + "display_text_range": [ + 0, + 281 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/ybad9AkoZv", + "expanded_url": "https://twitter.com/CrazyItalianPol/status/1719698178268668337/video/1", + "id_str": "1719695830276337664", + "indices": [ + 282, + 305 + ], + "media_key": "13_1719695830276337664", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719695830276337664/img/Dlmj7yhcCpBpFxhV.jpg", + "type": "video", + "url": "https://t.co/ybad9AkoZv", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 800233, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/1280x720/v8LR70H2WvJs41OZ.mp4?tag=14" + }, + { + "bitrate": 288000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/480x270/1mLp4YdVDclh_acY.mp4?tag=14" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/640x360/xNoQ-45neVeGAYkf.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/pl/nASN8Ox6g1hZiKTP.m3u8?tag=14&container=fmp4" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/ybad9AkoZv", + "expanded_url": "https://twitter.com/CrazyItalianPol/status/1719698178268668337/video/1", + "id_str": "1719695830276337664", + "indices": [ + 282, + 305 + ], + "media_key": "13_1719695830276337664", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719695830276337664/img/Dlmj7yhcCpBpFxhV.jpg", + "type": "video", + "url": "https://t.co/ybad9AkoZv", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 800233, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/1280x720/v8LR70H2WvJs41OZ.mp4?tag=14" + }, + { + "bitrate": 288000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/480x270/1mLp4YdVDclh_acY.mp4?tag=14" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/vid/avc1/640x360/xNoQ-45neVeGAYkf.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719695830276337664/pl/nASN8Ox6g1hZiKTP.m3u8?tag=14&container=fmp4" + } + ] + } + } + ] + }, + "favorite_count": 1104, + "favorited": false, + "full_text": "🇬🇧 ENGLISH SUBTITLES 🇬🇧\n\nThe Russian comedy duo Vovan and Lexus made a prank call to Italian PM Giorgia Meloni pretending to be the head of the African Union. \n\nIn the call (confirmed as authentic by the Italian government) Meloni said that all her European colleagues are already… https://t.co/ybad9AkoZv", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 153, + "reply_count": 50, + "retweet_count": 300, + "retweeted": false, + "user_id_str": "1508528078854795271", + "id_str": "1719698178268668337" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:59:32 +0000 2023", + "conversation_id_str": "1719730901335126133", + "display_text_range": [ + 0, + 265 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 28, + "favorited": false, + "full_text": "Oh, European Union is tired of war in Ukraine. As a Ukrainian, I would really love to know of what exactly?\n- of loosing friends and family?\n- of broken economy?\n- of no sense of stability or future?\n- of fear a drone or rocket will kill you at night?\n- of anxiety?", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719698178268668337", + "quoted_status_permalink": { + "url": "https://t.co/dVGtqJRorM", + "expanded": "https://twitter.com/crazyitalianpol/status/1719698178268668337", + "display": "twitter.com/crazyitalianpo…" + }, + "reply_count": 1, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "1725292759", + "id_str": "1719730901335126133" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719730357568749815", + "sortIndex": "1719749859424075737", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719730357568749815", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719730357568749815" + ], + "editable_until_msecs": "1698854242000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4719", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:57:22 +0000 2023", + "conversation_id_str": "1719730357568749815", + "display_text_range": [ + 0, + 198 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/K5VMLxDv4L", + "expanded_url": "https://twitter.com/KyivPost/status/1719730357568749815/photo/1", + "id_str": "1719730353781227520", + "indices": [ + 199, + 222 + ], + "media_key": "3_1719730353781227520", + "media_url_https": "https://pbs.twimg.com/media/F921pS6WQAAsvZ9.jpg", + "type": "photo", + "url": "https://t.co/K5VMLxDv4L", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 900, + "width": 1200, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1200, + "h": 672 + }, + { + "x": 60, + "y": 0, + "w": 900, + "h": 900 + }, + { + "x": 116, + "y": 0, + "w": 789, + "h": 900 + }, + { + "x": 285, + "y": 0, + "w": 450, + "h": 900 + }, + { + "x": 0, + "y": 0, + "w": 1200, + "h": 900 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 100, + 108 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/K5VMLxDv4L", + "expanded_url": "https://twitter.com/KyivPost/status/1719730357568749815/photo/1", + "id_str": "1719730353781227520", + "indices": [ + 199, + 222 + ], + "media_key": "3_1719730353781227520", + "media_url_https": "https://pbs.twimg.com/media/F921pS6WQAAsvZ9.jpg", + "type": "photo", + "url": "https://t.co/K5VMLxDv4L", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 900, + "width": 1200, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1200, + "h": 672 + }, + { + "x": 60, + "y": 0, + "w": 900, + "h": 900 + }, + { + "x": 116, + "y": 0, + "w": 789, + "h": 900 + }, + { + "x": 285, + "y": 0, + "w": 450, + "h": 900 + }, + { + "x": 0, + "y": 0, + "w": 1200, + "h": 900 + } + ] + } + } + ] + }, + "favorite_count": 17, + "favorited": false, + "full_text": "⚡️Russian army continue to fortify their defensive lines in the temporarily occupied territories of #Ukraine. They are also constructing so-called dragon's teeth along the front line, Bild reported. https://t.co/K5VMLxDv4L", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 2, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719730357568749815" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719730235338359212", + "sortIndex": "1719749859424075736", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719730235338359212", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyODA4MjI2MTM=", + "rest_id": "280822613", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Tue Apr 12 02:53:43 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "Mayak Intelligence, @UCLSSEES, @RUSI_org, @IIR_Prague. Analyst of murky topics from Russian politics to global crime. Views my own", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "inmoscowsshadows.wordpress.com", + "expanded_url": "http://inmoscowsshadows.wordpress.com/", + "url": "https://t.co/XqeY63I8Vg", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3975, + "followers_count": 119455, + "friends_count": 345, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3177, + "location": "London, England", + "media_count": 632, + "name": "Mark Galeotti", + "normal_followers_count": 119455, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/280822613/1667910177", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1196790504752648193/6WTTzv2U_normal.png", + "profile_interstitial_type": "", + "screen_name": "MarkGaleotti", + "statuses_count": 21511, + "translator_type": "none", + "url": "https://t.co/XqeY63I8Vg", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719730235338359212" + ], + "editable_until_msecs": "1698854213804", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:56:53 +0000 2023", + "conversation_id_str": "1719730235338359212", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "2931705244", + "name": "Anton Barbashin", + "screen_name": "ABarbashin", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @ABarbashin: Number of Russians that say negotiations with Ukraine is the way to go is 56% - record high since the war began. \nThose tha…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719696929288798717", + "quoted_status_permalink": { + "url": "https://t.co/wuGgWJJIJ0", + "expanded": "https://twitter.com/finanzru/status/1719696929288798717", + "display": "twitter.com/finanzru/statu…" + }, + "reply_count": 0, + "retweet_count": 18, + "retweeted": false, + "user_id_str": "280822613", + "id_str": "1719730235338359212", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719710679358165281", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyOTMxNzA1MjQ0", + "rest_id": "2931705244", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Dec 19 07:42:09 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "Editorial Director @RiddleRussia/Редакционный Директор @RidlRussia PGR @CEES_GlasgowUni", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ridl.io", + "expanded_url": "http://www.ridl.io", + "url": "https://t.co/t66F3zbNmd", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6152, + "followers_count": 52423, + "friends_count": 1636, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1626, + "location": "", + "media_count": 874, + "name": "Anton Barbashin", + "normal_followers_count": 52423, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2931705244/1516433106", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1333035058941353989/OzpgCdu7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ABarbashin", + "statuses_count": 27356, + "translator_type": "none", + "url": "https://t.co/t66F3zbNmd", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719710679358165281" + ], + "editable_until_msecs": "1698849551000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "27190", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719696929288798717", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMTUwOTI3MDg0", + "rest_id": "2150927084", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Oct 23 12:52:35 +0000 2013", + "default_profile": true, + "default_profile_image": false, + "description": "Портал о частных инвестициях и личных финансах", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "t.me/finanz_ru", + "expanded_url": "https://t.me/finanz_ru", + "url": "https://t.co/XsaBJ67OFo", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13, + "followers_count": 56314, + "friends_count": 82, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 435, + "location": "", + "media_count": 176, + "name": "Finanz", + "normal_followers_count": 56314, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000636973639/19af3ce8dfd4d498cc326fa86662c5bc_normal.png", + "profile_interstitial_type": "", + "screen_name": "finanzru", + "statuses_count": 23908, + "translator_type": "none", + "url": "https://t.co/XsaBJ67OFo", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/UjuKWAfkAE", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 147, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.moscowtimes.ru", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 315, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1240929224443265025", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 76, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "1240929224443265025", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "moscowtimes.ru", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 27, + "green": 27, + "red": 27 + }, + "percentage": 95.17 + }, + { + "rgb": { + "blue": 123, + "green": 123, + "red": 123 + }, + "percentage": 4.75 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Доля выступающих за продолжение войны россиян упала до минимума с мобилизации", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 27, + "green": 27, + "red": 27 + }, + "percentage": 95.17 + }, + { + "rgb": { + "blue": 123, + "green": 123, + "red": 123 + }, + "percentage": 4.75 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 27, + "green": 27, + "red": 27 + }, + "percentage": 95.17 + }, + { + "rgb": { + "blue": 123, + "green": 123, + "red": 123 + }, + "percentage": 4.75 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/UjuKWAfkAE", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719667818960998400/66lKVxA2?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/UjuKWAfkAE", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjQwOTI5MjI0NDQzMjY1MDI1", + "rest_id": "1240929224443265025", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Mar 20 09:13:14 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Взрыв, а не хлопок. Война, а не спецоперация. 30 лет пишем о России. Теперь и на русском языке. Наш телеграм https://t.co/majtkO7l41", + "entities": { + "description": { + "urls": [ + { + "display_url": "t.me/moscowtimes_ru", + "expanded_url": "http://t.me/moscowtimes_ru", + "url": "https://t.co/majtkO7l41", + "indices": [ + 109, + 132 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "moscowtimes.ru", + "expanded_url": "http://moscowtimes.ru", + "url": "https://t.co/yudbRamvly", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13, + "followers_count": 6185, + "friends_count": 90, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 113, + "location": "Москва", + "media_count": 317, + "name": "Русская служба The Moscow Times", + "normal_followers_count": 6185, + "pinned_tweet_ids_str": [ + "1707653800931074323" + ], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1707653927922024448/jD-DBuiq_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MoscowTimes_ru", + "statuses_count": 18471, + "translator_type": "none", + "url": "https://t.co/yudbRamvly", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1500100308663480321", + "professional_type": "Creator", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjQwOTI5MjI0NDQzMjY1MDI1", + "rest_id": "1240929224443265025", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Mar 20 09:13:14 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Взрыв, а не хлопок. Война, а не спецоперация. 30 лет пишем о России. Теперь и на русском языке. Наш телеграм https://t.co/majtkO7l41", + "entities": { + "description": { + "urls": [ + { + "display_url": "t.me/moscowtimes_ru", + "expanded_url": "http://t.me/moscowtimes_ru", + "url": "https://t.co/majtkO7l41", + "indices": [ + 109, + 132 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "moscowtimes.ru", + "expanded_url": "http://moscowtimes.ru", + "url": "https://t.co/yudbRamvly", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13, + "followers_count": 6185, + "friends_count": 90, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 113, + "location": "Москва", + "media_count": 317, + "name": "Русская служба The Moscow Times", + "normal_followers_count": 6185, + "pinned_tweet_ids_str": [ + "1707653800931074323" + ], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1707653927922024448/jD-DBuiq_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MoscowTimes_ru", + "statuses_count": 18471, + "translator_type": "none", + "url": "https://t.co/yudbRamvly", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1500100308663480321", + "professional_type": "Creator", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719696929288798717" + ], + "editable_until_msecs": "1698846273000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "27952", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 6, + "bookmarked": false, + "created_at": "Wed Nov 01 12:44:33 +0000 2023", + "conversation_id_str": "1719696929288798717", + "display_text_range": [ + 0, + 150 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "moscowtimes.ru/2023/11/01/dol…", + "expanded_url": "https://www.moscowtimes.ru/2023/11/01/dolya-vistupayuschih-zaprodolzhenie-voini-rossiyan-upala-dominimuma-smobilizatsii-a111868", + "url": "https://t.co/UjuKWAfkAE", + "indices": [ + 127, + 150 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 385, + "favorited": false, + "full_text": "Доля выступающих за продолжение войны россиян упала до минимума с мобилизации\n\nЗа войну - 37%, за переговоры - рекордные 56%.\n\nhttps://t.co/UjuKWAfkAE", + "is_quote_status": false, + "lang": "ru", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 10, + "reply_count": 56, + "retweet_count": 71, + "retweeted": false, + "user_id_str": "2150927084", + "id_str": "1719696929288798717" + } + } + }, + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 13:39:11 +0000 2023", + "conversation_id_str": "1719710679358165281", + "display_text_range": [ + 0, + 280 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 64, + "favorited": false, + "full_text": "Number of Russians that say negotiations with Ukraine is the way to go is 56% - record high since the war began. \nThose that say that war should go one 37%.\nThe devil is of course is in the details. Specifically: what exactly do these people think that negotiations should lead to", + "is_quote_status": true, + "lang": "en", + "quote_count": 2, + "quoted_status_id_str": "1719696929288798717", + "quoted_status_permalink": { + "url": "https://t.co/wuGgWJJIJ0", + "expanded": "https://twitter.com/finanzru/status/1719696929288798717", + "display": "twitter.com/finanzru/statu…" + }, + "reply_count": 3, + "retweet_count": 18, + "retweeted": false, + "user_id_str": "2931705244", + "id_str": "1719710679358165281" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719729581551124533", + "sortIndex": "1719749859424075735", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719729581551124533", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjMwMTg2NTM=", + "rest_id": "163018653", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Jul 05 09:44:27 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Ambassador for strategic communications at @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "amazon.com/Ukraine-vs-Dar…", + "expanded_url": "https://www.amazon.com/Ukraine-vs-Darkness-Undiplomatic-Ukrainian-ebook/dp/B08WKF3B2K", + "url": "https://t.co/ERA9Ntt061", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 26531, + "followers_count": 266268, + "friends_count": 1231, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 4361, + "location": "Kyiv", + "media_count": 6365, + "name": "olexander scherba🇺🇦", + "normal_followers_count": 266268, + "pinned_tweet_ids_str": [ + "1396956590713020416" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/163018653/1646220178", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/671642770549956608/yR9Is6BD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "olex_scherba", + "statuses_count": 38465, + "translator_type": "none", + "url": "https://t.co/ERA9Ntt061", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1696586841602834861", + "professional_type": "Business", + "category": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/WDFNRzH4t4", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 147, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Join Timothy Snyder’s fundraiser! The history professor is raising funds towards a situational alert system for Ukraine’s Air Defence Forces. Protect Ukrainian towns from terrorist attacks.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "u24.gov.ua", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 315, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 76, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_alt_text", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "u24.gov.ua", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_alt_text", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/WDFNRzH4t4", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/WDFNRzH4t4", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719729581551124533" + ], + "editable_until_msecs": "1698854057929", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:54:17 +0000 2023", + "conversation_id_str": "1719729581551124533", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "3129968261", + "name": "Timothy Snyder", + "screen_name": "TimothyDSnyder", + "indices": [ + 3, + 18 + ] + }, + { + "id_str": "1513194611396816909", + "name": "UNITED24", + "screen_name": "U24_gov_ua", + "indices": [ + 91, + 102 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @TimothyDSnyder: Help me protect life in Ukraine. Last year, many of you joined me in a @U24_gov_ua project to fund an anti-drone system…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 644, + "retweeted": false, + "user_id_str": "163018653", + "id_str": "1719729581551124533", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719728892787802229", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMTI5OTY4MjYx", + "rest_id": "3129968261", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Mar 30 21:25:57 +0000 2015", + "default_profile": false, + "default_profile_image": false, + "description": "Levin Professor of History at Yale. Author of \"On Tyranny,\" with 20 new lessons on Ukraine, \"Our Malady,\" \"Road to Unfreedom,\" \"Black Earth,\" and \"Bloodlands\"", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "snyder.substack.com", + "expanded_url": "http://snyder.substack.com", + "url": "https://t.co/K08VDpolcl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2, + "followers_count": 539528, + "friends_count": 52, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 6185, + "location": "", + "media_count": 431, + "name": "Timothy Snyder", + "normal_followers_count": 539528, + "pinned_tweet_ids_str": [ + "1326319545427107840" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3129968261/1663344988", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/582655768471552000/8Ad5TU8L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TimothyDSnyder", + "statuses_count": 4086, + "translator_type": "none", + "url": "https://t.co/K08VDpolcl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/WDFNRzH4t4", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 147, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Join Timothy Snyder’s fundraiser! The history professor is raising funds towards a situational alert system for Ukraine’s Air Defence Forces. Protect Ukrainian towns from terrorist attacks.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "u24.gov.ua", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 315, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 76, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_alt_text", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "u24.gov.ua", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_alt_text", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Safe Skies", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 37, + "green": 36, + "red": 31 + }, + "percentage": 48.29 + }, + { + "rgb": { + "blue": 130, + "green": 126, + "red": 134 + }, + "percentage": 34.28 + }, + { + "rgb": { + "blue": 71, + "green": 108, + "red": 112 + }, + "percentage": 10.46 + }, + { + "rgb": { + "blue": 241, + "green": 241, + "red": 241 + }, + "percentage": 4.57 + }, + { + "rgb": { + "blue": 62, + "green": 39, + "red": 31 + }, + "percentage": 1.0 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/WDFNRzH4t4", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "alt": "Safe Skies", + "height": 630, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/WDFNRzH4t4", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719728892787802229" + ], + "editable_until_msecs": "1698853893000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "78642", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 43, + "bookmarked": false, + "created_at": "Wed Nov 01 14:51:33 +0000 2023", + "conversation_id_str": "1719728892787802229", + "display_text_range": [ + 0, + 272 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1513194611396816909", + "name": "UNITED24", + "screen_name": "U24_gov_ua", + "indices": [ + 71, + 82 + ] + } + ], + "urls": [ + { + "display_url": "u24.gov.ua/safeskies", + "expanded_url": "https://u24.gov.ua/safeskies", + "url": "https://t.co/WDFNRzH4t4", + "indices": [ + 249, + 272 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1857, + "favorited": false, + "full_text": "Help me protect life in Ukraine. Last year, many of you joined me in a @U24_gov_ua project to fund an anti-drone system. I very much hope you will join me in a new fundraiser to spread the drone-detection system throughout the country. Please help.\nhttps://t.co/WDFNRzH4t4", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 17, + "reply_count": 41, + "retweet_count": 644, + "retweeted": false, + "user_id_str": "3129968261", + "id_str": "1719728892787802229" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719729025852063860", + "sortIndex": "1719749859424075734", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719729025852063860", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjMwMTg2NTM=", + "rest_id": "163018653", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Jul 05 09:44:27 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Ambassador for strategic communications at @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "amazon.com/Ukraine-vs-Dar…", + "expanded_url": "https://www.amazon.com/Ukraine-vs-Darkness-Undiplomatic-Ukrainian-ebook/dp/B08WKF3B2K", + "url": "https://t.co/ERA9Ntt061", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 26531, + "followers_count": 266268, + "friends_count": 1231, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 4361, + "location": "Kyiv", + "media_count": 6365, + "name": "olexander scherba🇺🇦", + "normal_followers_count": 266268, + "pinned_tweet_ids_str": [ + "1396956590713020416" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/163018653/1646220178", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/671642770549956608/yR9Is6BD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "olex_scherba", + "statuses_count": 38465, + "translator_type": "none", + "url": "https://t.co/ERA9Ntt061", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1696586841602834861", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719729025852063860" + ], + "editable_until_msecs": "1698853925000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5651", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPad", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:52:05 +0000 2023", + "conversation_id_str": "1719729025852063860", + "display_text_range": [ + 0, + 89 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/3OrhvKglsd", + "expanded_url": "https://twitter.com/olex_scherba/status/1719729025852063860/video/1", + "id_str": "1719728972202745856", + "indices": [ + 90, + 113 + ], + "media_key": "13_1719728972202745856", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719728972202745856/img/ueeSCrez969D30_Z.jpg", + "type": "video", + "url": "https://t.co/3OrhvKglsd", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 24800, + "variants": [ + { + "bitrate": 288000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/480x270/unkKGbsoYHK3UlH7.mp4?tag=14" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/1280x720/r8-9LuAIuKYM2dL6.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/pl/7IDodTdZOr3NrBQb.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/640x360/o2iPObyX-vkS4JG2.mp4?tag=14" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 72, + 89 + ], + "text": "StandWithUkraine" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/3OrhvKglsd", + "expanded_url": "https://twitter.com/olex_scherba/status/1719729025852063860/video/1", + "id_str": "1719728972202745856", + "indices": [ + 90, + 113 + ], + "media_key": "13_1719728972202745856", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719728972202745856/img/ueeSCrez969D30_Z.jpg", + "type": "video", + "url": "https://t.co/3OrhvKglsd", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 24800, + "variants": [ + { + "bitrate": 288000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/480x270/unkKGbsoYHK3UlH7.mp4?tag=14" + }, + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/1280x720/r8-9LuAIuKYM2dL6.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/pl/7IDodTdZOr3NrBQb.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719728972202745856/vid/avc1/640x360/o2iPObyX-vkS4JG2.mp4?tag=14" + } + ] + } + } + ] + }, + "favorite_count": 149, + "favorited": false, + "full_text": "The beauty of HIMARS. \nAmerican technology at work. For good vs evil. \n\n#StandWithUkraine https://t.co/3OrhvKglsd", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 2, + "retweet_count": 17, + "retweeted": false, + "user_id_str": "163018653", + "id_str": "1719729025852063860" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719727680793305591", + "sortIndex": "1719749859424075733", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719727680793305591", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjIyMTkxNjg=", + "rest_id": "262219168", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 07 16:23:56 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Live straight out of Bucha\nBuy Me a Coffee: https://t.co/2jsZNdSj2u\nAlso find me on BlueSky: https://t.co/rqus6D0CZd", + "entities": { + "description": { + "urls": [ + { + "display_url": "buymeacoffee.com/saintanger", + "expanded_url": "http://buymeacoffee.com/saintanger", + "url": "https://t.co/2jsZNdSj2u", + "indices": [ + 44, + 67 + ] + }, + { + "display_url": "bsky.app/profile/iopono…", + "expanded_url": "https://bsky.app/profile/ioponomarenko.bsky.social", + "url": "https://t.co/rqus6D0CZd", + "indices": [ + 93, + 116 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 27675, + "followers_count": 1276208, + "friends_count": 1574, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 16958, + "location": "Bucha, Ukraine", + "media_count": 3403, + "name": "Illia Ponomarenko 🇺🇦", + "normal_followers_count": 1276208, + "pinned_tweet_ids_str": [ + "1718549466830000457" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/262219168/1688741071", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683257804381908992/Oy5wj8wI_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IAPonomarenko", + "statuses_count": 20074, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1473057187006234626", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719727680793305591" + ], + "editable_until_msecs": "1698853604000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "93854", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:46:44 +0000 2023", + "conversation_id_str": "1719727680793305591", + "display_text_range": [ + 0, + 122 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 111, + 122 + ], + "text": "concerning" + } + ], + "symbols": [] + }, + "favorite_count": 1137, + "favorited": false, + "full_text": "Kim Jong Un is only prolonging his futile proxy war on Ukraine & his money laundering to the last Russian.\n#concerning", + "is_quote_status": false, + "lang": "en", + "quote_count": 7, + "reply_count": 85, + "retweet_count": 134, + "retweeted": false, + "user_id_str": "262219168", + "id_str": "1719727680793305591" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719726648705077487", + "sortIndex": "1719749859424075732", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719726648705077487", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTQ5MjcxMDI4MzkwMTQ2MDQ4", + "rest_id": "1149271028390146048", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jul 11 10:55:40 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "Керівник Офісу Президента України / Head of the Office of the President of Ukraine", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "president.gov.ua", + "expanded_url": "https://www.president.gov.ua/", + "url": "https://t.co/zBq1PkNaWq", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1, + "followers_count": 222600, + "friends_count": 235, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1570, + "location": "", + "media_count": 1763, + "name": "Andriy Yermak", + "normal_followers_count": 222600, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1149271028390146048/1692035661", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590753975116128263/qRaHh4xy_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AndriyYermak", + "statuses_count": 4479, + "translator_type": "none", + "url": "https://t.co/zBq1PkNaWq", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719726648705077487" + ], + "editable_until_msecs": "1698853358000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "20324", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 2, + "bookmarked": false, + "created_at": "Wed Nov 01 14:42:38 +0000 2023", + "conversation_id_str": "1719726648705077487", + "display_text_range": [ + 0, + 23 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/QhYnOaCUJG", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719726648705077487/photo/1", + "id_str": "1719726642069684224", + "indices": [ + 24, + 47 + ], + "media_key": "3_1719726642069684224", + "media_url_https": "https://pbs.twimg.com/media/F92yRPtWwAAROV4.jpg", + "type": "photo", + "url": "https://t.co/QhYnOaCUJG", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 246, + "y": 230, + "h": 236, + "w": 236 + } + ] + }, + "medium": { + "faces": [ + { + "x": 230, + "y": 215, + "h": 221, + "w": 221 + } + ] + }, + "small": { + "faces": [ + { + "x": 130, + "y": 122, + "h": 125, + "w": 125 + } + ] + }, + "orig": { + "faces": [ + { + "x": 246, + "y": 230, + "h": 236, + "w": 236 + } + ] + } + }, + "sizes": { + "large": { + "h": 960, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 960, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1280, + "h": 717 + }, + { + "x": 0, + "y": 0, + "w": 960, + "h": 960 + }, + { + "x": 0, + "y": 0, + "w": 842, + "h": 960 + }, + { + "x": 112, + "y": 0, + "w": 480, + "h": 960 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 960 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/QhYnOaCUJG", + "expanded_url": "https://twitter.com/AndriyYermak/status/1719726648705077487/photo/1", + "id_str": "1719726642069684224", + "indices": [ + 24, + 47 + ], + "media_key": "3_1719726642069684224", + "media_url_https": "https://pbs.twimg.com/media/F92yRPtWwAAROV4.jpg", + "type": "photo", + "url": "https://t.co/QhYnOaCUJG", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 246, + "y": 230, + "h": 236, + "w": 236 + } + ] + }, + "medium": { + "faces": [ + { + "x": 230, + "y": 215, + "h": 221, + "w": 221 + } + ] + }, + "small": { + "faces": [ + { + "x": 130, + "y": 122, + "h": 125, + "w": 125 + } + ] + }, + "orig": { + "faces": [ + { + "x": 246, + "y": 230, + "h": 236, + "w": 236 + } + ] + } + }, + "sizes": { + "large": { + "h": 960, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 960, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1280, + "h": 717 + }, + { + "x": 0, + "y": 0, + "w": 960, + "h": 960 + }, + { + "x": 0, + "y": 0, + "w": 842, + "h": 960 + }, + { + "x": 112, + "y": 0, + "w": 480, + "h": 960 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 960 + } + ] + } + } + ] + }, + "favorite_count": 1239, + "favorited": false, + "full_text": "Герої не вмирають! \n\n🇺🇦 https://t.co/QhYnOaCUJG", + "is_quote_status": false, + "lang": "uk", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 3, + "reply_count": 54, + "retweet_count": 98, + "retweeted": false, + "user_id_str": "1149271028390146048", + "id_str": "1719726648705077487" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719726073313718667", + "sortIndex": "1719749859424075731", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719726073313718667", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDM0Mjc0NDg=", + "rest_id": "143427448", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu May 13 12:47:30 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mfa.gov.ua", + "expanded_url": "http://www.mfa.gov.ua", + "url": "https://t.co/WK7H0wB3YC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5585, + "followers_count": 470409, + "friends_count": 1199, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6877, + "location": "Ukraine, Kyiv", + "media_count": 11423, + "name": "MFA of Ukraine 🇺🇦", + "normal_followers_count": 470409, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1696668026", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MFA_Ukraine", + "statuses_count": 69172, + "translator_type": "none", + "url": "https://t.co/WK7H0wB3YC", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1505218857501343748", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719726073313718667" + ], + "editable_until_msecs": "1698853221000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5652", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:40:21 +0000 2023", + "conversation_id_str": "1719726073313718667", + "display_text_range": [ + 0, + 264 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/XQCPgeICIn", + "expanded_url": "https://twitter.com/MFA_Ukraine/status/1719726073313718667/photo/1", + "id_str": "1719726051075465216", + "indices": [ + 265, + 288 + ], + "media_key": "16_1719726051075465216", + "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/F92xu2FWoAADHos.jpg", + "type": "animated_gif", + "url": "https://t.co/XQCPgeICIn", + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1080, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 1, + 1 + ], + "variants": [ + { + "bitrate": 0, + "content_type": "video/mp4", + "url": "https://video.twimg.com/tweet_video/F92xu2FWoAADHos.mp4" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 121, + 124 + ], + "text": "EU" + }, + { + "indices": [ + 129, + 137 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/XQCPgeICIn", + "expanded_url": "https://twitter.com/MFA_Ukraine/status/1719726073313718667/photo/1", + "id_str": "1719726051075465216", + "indices": [ + 265, + 288 + ], + "media_key": "16_1719726051075465216", + "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/F92xu2FWoAADHos.jpg", + "type": "animated_gif", + "url": "https://t.co/XQCPgeICIn", + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1080, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 1, + 1 + ], + "variants": [ + { + "bitrate": 0, + "content_type": "video/mp4", + "url": "https://video.twimg.com/tweet_video/F92xu2FWoAADHos.mp4" + } + ] + } + } + ] + }, + "favorite_count": 107, + "favorited": false, + "full_text": "On this day, 30 years ago, the Maastricht Treaty came into force, creating what is today known as the European Union 🇪🇺\n\n#EU and #Ukraine are historically linked & one day we will reunite. Today, our brave warriors defend our history & secure our future 🇺🇦 https://t.co/XQCPgeICIn", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 2, + "reply_count": 4, + "retweet_count": 29, + "retweeted": false, + "user_id_str": "143427448", + "id_str": "1719726073313718667" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719725987112308822", + "sortIndex": "1719749859424075730", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725987112308822", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo3MTA0ODcyNg==", + "rest_id": "71048726", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Wed Sep 02 19:16:44 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Founding Partner and Washington Correspondent, @PuckNews. All views my own. Void where prohibited.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "puck.news/author/julia-i…", + "expanded_url": "https://puck.news/author/julia-ioffe/", + "url": "https://t.co/gHu7d24p51", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 38553, + "followers_count": 405721, + "friends_count": 3358, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6777, + "location": "Washington, DC", + "media_count": 2670, + "name": "Julia Ioffe", + "normal_followers_count": 405721, + "pinned_tweet_ids_str": [ + "1719663537138655245" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/71048726/1467733106", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1437450591647715331/2uFEF7c8_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "juliaioffe", + "statuses_count": 53612, + "translator_type": "none", + "url": "https://t.co/gHu7d24p51", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "card://1717571687019876352", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Memories of the Two-State Solution\",\"is_rtl\":false},\"subtitle\":{\"content\":\"puck.news\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1717571580799123456\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://puck.news/memories-of-the-two-state-solution/?utm_medium=cpc&utm_source=twitter&utm_campaign=Puck-Twitter-tLeads-Media-v2&utm_content=MemoriesSolution-Ioffe\",\"vanity\":\"puck.news\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1717571580799123456\":{\"id\":1717571580799123456,\"id_str\":\"1717571580799123456\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F9YKQK3WgAA9Wau.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":418,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":418,\"w\":746},{\"x\":91,\"y\":0,\"h\":418,\"w\":418},{\"x\":117,\"y\":0,\"h\":418,\"w\":367},{\"x\":196,\"y\":0,\"h\":418,\"w\":209},{\"x\":0,\"y\":0,\"h\":418,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":355,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":418,\"resize\":\"fit\"}},\"source_user_id\":1402444870464200704,\"source_user_id_str\":\"1402444870464200704\",\"media_key\":\"3_1717571580799123456\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":28,\"green\":27,\"blue\":30},\"percentage\":51.39},{\"rgb\":{\"red\":140,\"green\":125,\"blue\":117},\"percentage\":26.64},{\"rgb\":{\"red\":73,\"green\":53,\"blue\":24},\"percentage\":17.43},{\"rgb\":{\"red\":160,\"green\":165,\"blue\":197},\"percentage\":1.78},{\"rgb\":{\"red\":28,\"green\":28,\"blue\":38},\"percentage\":0.7}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1717571687019876352", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719725987112308822" + ], + "editable_until_msecs": "1698853200948", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:40:00 +0000 2023", + "conversation_id_str": "1719725987112308822", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1402444870464200704", + "name": "Puck", + "screen_name": "PuckNews", + "indices": [ + 3, + 12 + ] + }, + { + "id_str": "3537275536", + "name": "Dennis Ross", + "screen_name": "AmbDennisRoss", + "indices": [ + 34, + 48 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @PuckNews: A conversation with @AmbDennisRoss, the chief U.S. negotiator in the 2000 peace talks, about why they fell apart, how Israeli…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 35, + "retweeted": false, + "user_id_str": "71048726", + "id_str": "1719725987112308822", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1717572796711043076", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDAyNDQ0ODcwNDY0MjAwNzA0", + "rest_id": "1402444870464200704", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Jun 09 01:58:19 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "The inside story at the nexus of power, money, and ego. Built in partnership with a team of elite journalists, Puck begins where the news ends.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "puck.news", + "expanded_url": "http://puck.news", + "url": "https://t.co/XHfUCd4GM9", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1773, + "followers_count": 62133, + "friends_count": 641, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 732, + "location": "New York", + "media_count": 196, + "name": "Puck", + "normal_followers_count": 62133, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1402444870464200704/1628094516", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1422957650564853768/7vetzR0v_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "PuckNews", + "statuses_count": 3464, + "translator_type": "none", + "url": "https://t.co/XHfUCd4GM9", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1484066499962753026", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "card": { + "rest_id": "card://1717571687019876352", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Memories of the Two-State Solution\",\"is_rtl\":false},\"subtitle\":{\"content\":\"puck.news\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1717571580799123456\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://puck.news/memories-of-the-two-state-solution/?utm_medium=cpc&utm_source=twitter&utm_campaign=Puck-Twitter-tLeads-Media-v2&utm_content=MemoriesSolution-Ioffe\",\"vanity\":\"puck.news\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1717571580799123456\":{\"id\":1717571580799123456,\"id_str\":\"1717571580799123456\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F9YKQK3WgAA9Wau.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":418,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":418,\"w\":746},{\"x\":91,\"y\":0,\"h\":418,\"w\":418},{\"x\":117,\"y\":0,\"h\":418,\"w\":367},{\"x\":196,\"y\":0,\"h\":418,\"w\":209},{\"x\":0,\"y\":0,\"h\":418,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":355,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":418,\"resize\":\"fit\"}},\"source_user_id\":1402444870464200704,\"source_user_id_str\":\"1402444870464200704\",\"media_key\":\"3_1717571580799123456\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":28,\"green\":27,\"blue\":30},\"percentage\":51.39},{\"rgb\":{\"red\":140,\"green\":125,\"blue\":117},\"percentage\":26.64},{\"rgb\":{\"red\":73,\"green\":53,\"blue\":24},\"percentage\":17.43},{\"rgb\":{\"red\":160,\"green\":165,\"blue\":197},\"percentage\":1.78},{\"rgb\":{\"red\":28,\"green\":28,\"blue\":38},\"percentage\":0.7}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1717571687019876352", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1717572796711043076" + ], + "editable_until_msecs": "1698339840000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "36564", + "state": "EnabledWithCount" + }, + "source": "advertiser-interface", + "legacy": { + "bookmark_count": 11, + "bookmarked": false, + "created_at": "Thu Oct 26 16:04:00 +0000 2023", + "conversation_id_str": "1717572796711043076", + "display_text_range": [ + 0, + 251 + ], + "entities": { + "user_mentions": [ + { + "id_str": "3537275536", + "name": "Dennis Ross", + "screen_name": "AmbDennisRoss", + "indices": [ + 20, + 34 + ] + }, + { + "id_str": "71048726", + "name": "Julia Ioffe", + "screen_name": "juliaioffe", + "indices": [ + 239, + 250 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 67, + "favorited": false, + "full_text": "A conversation with @AmbDennisRoss, the chief U.S. negotiator in the 2000 peace talks, about why they fell apart, how Israelis came to believe that the Palestinian problem could be managed, and how Oct. 7 exploded that fiction.\n\nNew, from @juliaioffe.", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 3, + "retweet_count": 35, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "1402444870464200704", + "id_str": "1717572796711043076" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719725633205350751", + "sortIndex": "1719749859424075729", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725633205350751", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1Nzk3NDc1NjQ=", + "rest_id": "579747564", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon May 14 08:03:59 +0000 2012", + "default_profile": true, + "default_profile_image": false, + "description": "Toomas Hendrik Ilves, (formerly v\n\nFrom Estonia. Where Digital is Native. And come in at #2 in the world in internet freedom.\n@toomas_ilves@mastodon.social", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "presidentilves.ee", + "expanded_url": "http://www.presidentilves.ee", + "url": "https://t.co/lnQ9ajxxvK", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20688, + "followers_count": 194946, + "friends_count": 1916, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2126, + "location": "Estonia", + "media_count": 1089, + "name": "toomas ilves, ex-verif", + "normal_followers_count": 194946, + "pinned_tweet_ids_str": [ + "1597508496828006401" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/579747564/1536101799", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1630211196442779655/sx2b2hv9_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IlvesToomas", + "statuses_count": 203397, + "translator_type": "none", + "url": "https://t.co/lnQ9ajxxvK", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719725633205350751" + ], + "editable_until_msecs": "1698853116570", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:38:36 +0000 2023", + "conversation_id_str": "1719725633205350751", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "2420267570", + "name": "Alex Kokcharov", + "screen_name": "AlexKokcharov", + "indices": [ + 3, + 17 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 19, + 26 + ], + "text": "Russia" + }, + { + "indices": [ + 36, + 40 + ], + "text": "war" + }, + { + "indices": [ + 44, + 52 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @AlexKokcharov: #Russia made its #war in #Ukraine into a 'Death Conveyor Belt' for its own armed forces: it mobilises ~20,000 military p…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 108, + "retweeted": false, + "user_id_str": "579747564", + "id_str": "1719725633205350751", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719692243890483493", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDIwMjY3NTcw", + "rest_id": "2420267570", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Mar 31 09:19:29 +0000 2014", + "default_profile": false, + "default_profile_image": false, + "description": "London-based Country Risk analyst focused on #Russia, #Ukraine, #Belarus, #Eurasia. \n\nI tweet in personal capacity. All views are my own. Retweet ≠ endorsement.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 87346, + "followers_count": 108117, + "friends_count": 3405, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2587, + "location": "London", + "media_count": 15661, + "name": "Alex Kokcharov", + "normal_followers_count": 108117, + "pinned_tweet_ids_str": [ + "1054724083127074817" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2420267570/1654302917", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1599532757478146050/u7T-4-uN_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AlexKokcharov", + "statuses_count": 103474, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1460759476622049280", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719692243890483493" + ], + "editable_until_msecs": "1698845155000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "23083", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 9, + "bookmarked": false, + "created_at": "Wed Nov 01 12:25:55 +0000 2023", + "conversation_id_str": "1719692243890483493", + "display_text_range": [ + 0, + 180 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/acXbflFkCe", + "expanded_url": "https://twitter.com/AlexKokcharov/status/1719692243890483493/photo/1", + "id_str": "1719691901702459392", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719691901702459392", + "media_url_https": "https://pbs.twimg.com/media/F92SrFwXUAAsB-E.jpg", + "type": "photo", + "url": "https://t.co/acXbflFkCe", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 947, + "h": 1080 + }, + { + "x": 189, + "y": 0, + "w": 540, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 0, + 7 + ], + "text": "Russia" + }, + { + "indices": [ + 17, + 21 + ], + "text": "war" + }, + { + "indices": [ + 25, + 33 + ], + "text": "Ukraine" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/acXbflFkCe", + "expanded_url": "https://twitter.com/AlexKokcharov/status/1719692243890483493/photo/1", + "id_str": "1719691901702459392", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719691901702459392", + "media_url_https": "https://pbs.twimg.com/media/F92SrFwXUAAsB-E.jpg", + "type": "photo", + "url": "https://t.co/acXbflFkCe", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1080, + "w": 1080, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1080, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 947, + "h": 1080 + }, + { + "x": 189, + "y": 0, + "w": 540, + "h": 1080 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1080 + } + ] + } + } + ] + }, + "favorite_count": 245, + "favorited": false, + "full_text": "#Russia made its #war in #Ukraine into a 'Death Conveyor Belt' for its own armed forces: it mobilises ~20,000 military personnel per month, while it's losses are ~17,900 per month. https://t.co/acXbflFkCe", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 12, + "reply_count": 23, + "retweet_count": 108, + "retweeted": false, + "user_id_str": "2420267570", + "id_str": "1719692243890483493" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719725579887337875", + "sortIndex": "1719749859424075728", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725579887337875", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDk4MTY5OTc=", + "rest_id": "349816997", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Aug 06 19:03:49 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11351, + "followers_count": 381565, + "friends_count": 4138, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10932, + "location": "", + "media_count": 4083, + "name": "max seddon", + "normal_followers_count": 381565, + "pinned_tweet_ids_str": [ + "1628661588839333888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/349816997/1616624047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000648873265/ce009831b1ece5b9141bcbffd5bf4021_normal.png", + "profile_interstitial_type": "", + "screen_name": "maxseddon", + "statuses_count": 30781, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719725579887337875" + ], + "editable_until_msecs": "1698853103858", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:38:23 +0000 2023", + "conversation_id_str": "1719725579887337875", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "126399969", + "name": "Yuliya Chernova", + "screen_name": "ychernova", + "indices": [ + 3, + 13 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @ychernova: 31 weeks since my friend and colleague Evan Gershkovich was arrested in Russia on fake charges. Evan's parents Ella and Mikh…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 29, + "retweeted": false, + "user_id_str": "349816997", + "id_str": "1719725579887337875", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719724746995077379", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjYzOTk5Njk=", + "rest_id": "126399969", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Thu Mar 25 19:10:24 +0000 2010", + "default_profile": true, + "default_profile_image": false, + "description": "Reporter @WSJ @WSJVC. Startups, VC, tech. Living it up in Brooklyn, the immigrant parts. Yuliya.Chernova@wsj.com #IStandWithEvan", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "wsj.com/news/author/yu…", + "expanded_url": "https://www.wsj.com/news/author/yuliya-chernova", + "url": "https://t.co/To3omNQxrA", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1672, + "followers_count": 11491, + "friends_count": 1895, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 650, + "location": "New York", + "media_count": 172, + "name": "Yuliya Chernova", + "normal_followers_count": 11491, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/126399969/1680526808", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000530665091/b1157971c144f61862651f5cd15ecd33_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "ychernova", + "statuses_count": 5034, + "translator_type": "none", + "url": "https://t.co/To3omNQxrA", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1494314726360240129", + "professional_type": "Creator", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719724746995077379" + ], + "editable_until_msecs": "1698852905000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "21944", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:35:05 +0000 2023", + "conversation_id_str": "1719724746995077379", + "display_text_range": [ + 0, + 270 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/QcYBuBrkRJ", + "expanded_url": "https://twitter.com/ychernova/status/1719724746995077379/photo/1", + "id_str": "1719724499359203328", + "indices": [ + 271, + 294 + ], + "media_key": "3_1719724499359203328", + "media_url_https": "https://pbs.twimg.com/media/F92wUhfXgAAm8Nm.jpg", + "type": "photo", + "url": "https://t.co/QcYBuBrkRJ", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 219, + "y": 1313, + "h": 67, + "w": 67 + }, + { + "x": 1053, + "y": 1367, + "h": 73, + "w": 73 + }, + { + "x": 297, + "y": 1439, + "h": 69, + "w": 69 + }, + { + "x": 425, + "y": 1467, + "h": 65, + "w": 65 + }, + { + "x": 877, + "y": 1473, + "h": 73, + "w": 73 + }, + { + "x": 523, + "y": 1511, + "h": 65, + "w": 65 + }, + { + "x": 1155, + "y": 1527, + "h": 67, + "w": 67 + }, + { + "x": 1039, + "y": 1529, + "h": 73, + "w": 73 + }, + { + "x": 1075, + "y": 1663, + "h": 67, + "w": 67 + }, + { + "x": 985, + "y": 1975, + "h": 65, + "w": 65 + }, + { + "x": 251, + "y": 673, + "h": 167, + "w": 167 + }, + { + "x": 597, + "y": 127, + "h": 275, + "w": 275 + } + ] + }, + "medium": { + "faces": [ + { + "x": 128, + "y": 769, + "h": 39, + "w": 39 + }, + { + "x": 617, + "y": 801, + "h": 43, + "w": 43 + }, + { + "x": 174, + "y": 843, + "h": 40, + "w": 40 + }, + { + "x": 249, + "y": 859, + "h": 38, + "w": 38 + }, + { + "x": 514, + "y": 863, + "h": 43, + "w": 43 + }, + { + "x": 306, + "y": 885, + "h": 38, + "w": 38 + }, + { + "x": 677, + "y": 894, + "h": 39, + "w": 39 + }, + { + "x": 609, + "y": 896, + "h": 43, + "w": 43 + }, + { + "x": 630, + "y": 974, + "h": 39, + "w": 39 + }, + { + "x": 577, + "y": 1157, + "h": 38, + "w": 38 + }, + { + "x": 147, + "y": 394, + "h": 98, + "w": 98 + }, + { + "x": 349, + "y": 74, + "h": 161, + "w": 161 + } + ] + }, + "small": { + "faces": [ + { + "x": 72, + "y": 435, + "h": 22, + "w": 22 + }, + { + "x": 349, + "y": 453, + "h": 24, + "w": 24 + }, + { + "x": 98, + "y": 477, + "h": 23, + "w": 23 + }, + { + "x": 141, + "y": 487, + "h": 21, + "w": 21 + }, + { + "x": 291, + "y": 489, + "h": 24, + "w": 24 + }, + { + "x": 173, + "y": 501, + "h": 21, + "w": 21 + }, + { + "x": 383, + "y": 507, + "h": 22, + "w": 22 + }, + { + "x": 345, + "y": 507, + "h": 24, + "w": 24 + }, + { + "x": 357, + "y": 552, + "h": 22, + "w": 22 + }, + { + "x": 327, + "y": 655, + "h": 21, + "w": 21 + }, + { + "x": 83, + "y": 223, + "h": 55, + "w": 55 + }, + { + "x": 198, + "y": 42, + "h": 91, + "w": 91 + } + ] + }, + "orig": { + "faces": [ + { + "x": 322, + "y": 1924, + "h": 99, + "w": 99 + }, + { + "x": 1543, + "y": 2003, + "h": 108, + "w": 108 + }, + { + "x": 436, + "y": 2109, + "h": 102, + "w": 102 + }, + { + "x": 624, + "y": 2150, + "h": 96, + "w": 96 + }, + { + "x": 1286, + "y": 2159, + "h": 108, + "w": 108 + }, + { + "x": 767, + "y": 2214, + "h": 96, + "w": 96 + }, + { + "x": 1693, + "y": 2238, + "h": 99, + "w": 99 + }, + { + "x": 1523, + "y": 2241, + "h": 108, + "w": 108 + }, + { + "x": 1576, + "y": 2437, + "h": 99, + "w": 99 + }, + { + "x": 1444, + "y": 2894, + "h": 96, + "w": 96 + }, + { + "x": 369, + "y": 987, + "h": 246, + "w": 246 + }, + { + "x": 875, + "y": 187, + "h": 404, + "w": 404 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 1398, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 819, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 464, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 3000, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 2048 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 2335 + }, + { + "x": 375, + "y": 0, + "w": 1500, + "h": 3000 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 3000 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 255, + 270 + ], + "text": "IStandWithEvan" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/QcYBuBrkRJ", + "expanded_url": "https://twitter.com/ychernova/status/1719724746995077379/photo/1", + "id_str": "1719724499359203328", + "indices": [ + 271, + 294 + ], + "media_key": "3_1719724499359203328", + "media_url_https": "https://pbs.twimg.com/media/F92wUhfXgAAm8Nm.jpg", + "type": "photo", + "url": "https://t.co/QcYBuBrkRJ", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 219, + "y": 1313, + "h": 67, + "w": 67 + }, + { + "x": 1053, + "y": 1367, + "h": 73, + "w": 73 + }, + { + "x": 297, + "y": 1439, + "h": 69, + "w": 69 + }, + { + "x": 425, + "y": 1467, + "h": 65, + "w": 65 + }, + { + "x": 877, + "y": 1473, + "h": 73, + "w": 73 + }, + { + "x": 523, + "y": 1511, + "h": 65, + "w": 65 + }, + { + "x": 1155, + "y": 1527, + "h": 67, + "w": 67 + }, + { + "x": 1039, + "y": 1529, + "h": 73, + "w": 73 + }, + { + "x": 1075, + "y": 1663, + "h": 67, + "w": 67 + }, + { + "x": 985, + "y": 1975, + "h": 65, + "w": 65 + }, + { + "x": 251, + "y": 673, + "h": 167, + "w": 167 + }, + { + "x": 597, + "y": 127, + "h": 275, + "w": 275 + } + ] + }, + "medium": { + "faces": [ + { + "x": 128, + "y": 769, + "h": 39, + "w": 39 + }, + { + "x": 617, + "y": 801, + "h": 43, + "w": 43 + }, + { + "x": 174, + "y": 843, + "h": 40, + "w": 40 + }, + { + "x": 249, + "y": 859, + "h": 38, + "w": 38 + }, + { + "x": 514, + "y": 863, + "h": 43, + "w": 43 + }, + { + "x": 306, + "y": 885, + "h": 38, + "w": 38 + }, + { + "x": 677, + "y": 894, + "h": 39, + "w": 39 + }, + { + "x": 609, + "y": 896, + "h": 43, + "w": 43 + }, + { + "x": 630, + "y": 974, + "h": 39, + "w": 39 + }, + { + "x": 577, + "y": 1157, + "h": 38, + "w": 38 + }, + { + "x": 147, + "y": 394, + "h": 98, + "w": 98 + }, + { + "x": 349, + "y": 74, + "h": 161, + "w": 161 + } + ] + }, + "small": { + "faces": [ + { + "x": 72, + "y": 435, + "h": 22, + "w": 22 + }, + { + "x": 349, + "y": 453, + "h": 24, + "w": 24 + }, + { + "x": 98, + "y": 477, + "h": 23, + "w": 23 + }, + { + "x": 141, + "y": 487, + "h": 21, + "w": 21 + }, + { + "x": 291, + "y": 489, + "h": 24, + "w": 24 + }, + { + "x": 173, + "y": 501, + "h": 21, + "w": 21 + }, + { + "x": 383, + "y": 507, + "h": 22, + "w": 22 + }, + { + "x": 345, + "y": 507, + "h": 24, + "w": 24 + }, + { + "x": 357, + "y": 552, + "h": 22, + "w": 22 + }, + { + "x": 327, + "y": 655, + "h": 21, + "w": 21 + }, + { + "x": 83, + "y": 223, + "h": 55, + "w": 55 + }, + { + "x": 198, + "y": 42, + "h": 91, + "w": 91 + } + ] + }, + "orig": { + "faces": [ + { + "x": 322, + "y": 1924, + "h": 99, + "w": 99 + }, + { + "x": 1543, + "y": 2003, + "h": 108, + "w": 108 + }, + { + "x": 436, + "y": 2109, + "h": 102, + "w": 102 + }, + { + "x": 624, + "y": 2150, + "h": 96, + "w": 96 + }, + { + "x": 1286, + "y": 2159, + "h": 108, + "w": 108 + }, + { + "x": 767, + "y": 2214, + "h": 96, + "w": 96 + }, + { + "x": 1693, + "y": 2238, + "h": 99, + "w": 99 + }, + { + "x": 1523, + "y": 2241, + "h": 108, + "w": 108 + }, + { + "x": 1576, + "y": 2437, + "h": 99, + "w": 99 + }, + { + "x": 1444, + "y": 2894, + "h": 96, + "w": 96 + }, + { + "x": 369, + "y": 987, + "h": 246, + "w": 246 + }, + { + "x": 875, + "y": 187, + "h": 404, + "w": 404 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 1398, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 819, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 464, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 3000, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 2048 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 2335 + }, + { + "x": 375, + "y": 0, + "w": 1500, + "h": 3000 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 3000 + } + ] + } + } + ] + }, + "favorite_count": 119, + "favorited": false, + "full_text": "31 weeks since my friend and colleague Evan Gershkovich was arrested in Russia on fake charges. Evan's parents Ella and Mikhail came by the newsroom recently and took this photo. We all call for Evan's immediate release. (photo credit Michael Bucher/wsj) #IStandWithEvan https://t.co/QcYBuBrkRJ", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 4, + "retweet_count": 29, + "retweeted": false, + "user_id_str": "126399969", + "id_str": "1719724746995077379" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719725520487600609", + "sortIndex": "1719749859424075727", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725520487600609", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1Nzk3NDc1NjQ=", + "rest_id": "579747564", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon May 14 08:03:59 +0000 2012", + "default_profile": true, + "default_profile_image": false, + "description": "Toomas Hendrik Ilves, (formerly v\n\nFrom Estonia. Where Digital is Native. And come in at #2 in the world in internet freedom.\n@toomas_ilves@mastodon.social", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "presidentilves.ee", + "expanded_url": "http://www.presidentilves.ee", + "url": "https://t.co/lnQ9ajxxvK", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20688, + "followers_count": 194946, + "friends_count": 1916, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2126, + "location": "Estonia", + "media_count": 1089, + "name": "toomas ilves, ex-verif", + "normal_followers_count": 194946, + "pinned_tweet_ids_str": [ + "1597508496828006401" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/579747564/1536101799", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1630211196442779655/sx2b2hv9_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IlvesToomas", + "statuses_count": 203397, + "translator_type": "none", + "url": "https://t.co/lnQ9ajxxvK", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719725520487600609" + ], + "editable_until_msecs": "1698853089696", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:38:09 +0000 2023", + "conversation_id_str": "1719725520487600609", + "display_text_range": [ + 0, + 85 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1497191639839875094", + "name": "Kadi🇪🇪🌻", + "screen_name": "TheFl0orIsLaVa", + "indices": [ + 3, + 18 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @TheFl0orIsLaVa: Who exactly are those \"we\"? And have those \"we\" lost their mind??", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719344056789065767", + "quoted_status_permalink": { + "url": "https://t.co/c1CXbNbvDf", + "expanded": "https://twitter.com/vonderleyen/status/1719344056789065767", + "display": "twitter.com/vonderleyen/st…" + }, + "reply_count": 0, + "retweet_count": 14, + "retweeted": false, + "user_id_str": "579747564", + "id_str": "1719725520487600609", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719627957554032746", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDk3MTkxNjM5ODM5ODc1MDk0", + "rest_id": "1497191639839875094", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Feb 25 12:48:14 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Your opinion is not my reality.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 81883, + "followers_count": 8362, + "friends_count": 1838, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 43, + "location": "", + "media_count": 1973, + "name": "Kadi🇪🇪🌻", + "normal_followers_count": 8362, + "pinned_tweet_ids_str": [ + "1629111333462462468" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497191639839875094/1674380062", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1616950040550858754/CXHjTvxl_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TheFl0orIsLaVa", + "statuses_count": 20862, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719627957554032746" + ], + "editable_until_msecs": "1698829828000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "10226", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719344056789065767", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTQ2MzI5ODcxNDE4ODQzMTM2", + "rest_id": "1146329871418843136", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Jul 03 08:08:33 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "President of the @EU_Commission. Mother of seven. Brussels-born. European by heart. 🇪🇺", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "eu-solidarity-ukraine.ec.europa.eu/index_en", + "expanded_url": "https://eu-solidarity-ukraine.ec.europa.eu/index_en", + "url": "https://t.co/ZdrutmpB6L", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 454, + "followers_count": 1514194, + "friends_count": 254, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7476, + "location": "", + "media_count": 2664, + "name": "Ursula von der Leyen", + "normal_followers_count": 1514194, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1146329871418843136/1695021231", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1151477036545925121/sUDOL-vE_normal.png", + "profile_interstitial_type": "", + "screen_name": "vonderleyen", + "statuses_count": 4700, + "translator_type": "none", + "url": "https://t.co/ZdrutmpB6L", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/o4ClKSJHVf", + "legacy": { + "binding_values": [ + { + "key": "broadcast_url", + "value": { + "string_value": "https://twitter.com/i/broadcasts/1kvKpvDZpLPJE", + "type": "STRING" + } + }, + { + "key": "broadcast_width", + "value": { + "string_value": "1280", + "type": "STRING" + } + }, + { + "key": "broadcast_state", + "value": { + "string_value": "ENDED", + "type": "STRING" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1146329871418843136", + "path": [] + } + } + }, + { + "key": "broadcast_title", + "value": { + "string_value": "Press conference with President Vucic", + "type": "STRING" + } + }, + { + "key": "broadcast_source", + "value": { + "string_value": "livecms", + "type": "STRING" + } + }, + { + "key": "broadcast_orientation", + "value": { + "string_value": "0", + "type": "STRING" + } + }, + { + "key": "broadcast_id", + "value": { + "string_value": "1kvKpvDZpLPJE", + "type": "STRING" + } + }, + { + "key": "broadcast_thumbnail_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "broadcaster_twitter_id", + "value": { + "string_value": "1146329871418843136", + "type": "STRING" + } + }, + { + "key": "broadcast_height", + "value": { + "string_value": "720", + "type": "STRING" + } + }, + { + "key": "broadcast_thumbnail_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "broadcaster_username", + "value": { + "string_value": "vonderleyen", + "type": "STRING" + } + }, + { + "key": "broadcast_media_key", + "value": { + "string_value": "28_1719340151984529408", + "type": "STRING" + } + }, + { + "key": "broadcast_thumbnail_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "broadcaster_display_name", + "value": { + "string_value": "Ursula von der Leyen", + "type": "STRING" + } + }, + { + "key": "broadcast_is_high_latency", + "value": { + "boolean_value": true, + "type": "BOOLEAN" + } + }, + { + "key": "broadcast_thumbnail", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "broadcast_thumbnail_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 116, + "green": 77, + "red": 29 + }, + "percentage": 55.36 + }, + { + "rgb": { + "blue": 213, + "green": 204, + "red": 180 + }, + "percentage": 35.76 + }, + { + "rgb": { + "blue": 156, + "green": 121, + "red": 64 + }, + "percentage": 1.92 + }, + { + "rgb": { + "blue": 68, + "green": 128, + "red": 106 + }, + "percentage": 1.41 + }, + { + "rgb": { + "blue": 77, + "green": 80, + "red": 173 + }, + "percentage": 0.98 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "broadcast_media_id", + "value": { + "string_value": "1719340151984529408", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/o4ClKSJHVf", + "type": "STRING" + } + }, + { + "key": "broadcast_thumbnail_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "745291183405076480:broadcast", + "url": "https://t.co/o4ClKSJHVf", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTQ2MzI5ODcxNDE4ODQzMTM2", + "rest_id": "1146329871418843136", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Jul 03 08:08:33 +0000 2019", + "default_profile": true, + "default_profile_image": false, + "description": "President of the @EU_Commission. Mother of seven. Brussels-born. European by heart. 🇪🇺", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "eu-solidarity-ukraine.ec.europa.eu/index_en", + "expanded_url": "https://eu-solidarity-ukraine.ec.europa.eu/index_en", + "url": "https://t.co/ZdrutmpB6L", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 454, + "followers_count": 1514194, + "friends_count": 254, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7476, + "location": "", + "media_count": 2664, + "name": "Ursula von der Leyen", + "normal_followers_count": 1514194, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1146329871418843136/1695021231", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1151477036545925121/sUDOL-vE_normal.png", + "profile_interstitial_type": "", + "screen_name": "vonderleyen", + "statuses_count": 4700, + "translator_type": "none", + "url": "https://t.co/ZdrutmpB6L", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719344056789065767" + ], + "editable_until_msecs": "1698762141000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "353360", + "state": "EnabledWithCount" + }, + "source": "Twitter Media Studio", + "legacy": { + "bookmark_count": 44, + "bookmarked": false, + "created_at": "Tue Oct 31 13:22:21 +0000 2023", + "conversation_id_str": "1719344056789065767", + "display_text_range": [ + 0, + 218 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "twitter.com/i/broadcasts/1…", + "expanded_url": "https://twitter.com/i/broadcasts/1kvKpvDZpLPJE", + "url": "https://t.co/o4ClKSJHVf", + "indices": [ + 195, + 218 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 997, + "favorited": false, + "full_text": "We want Serbia to join the EU.\n\nBeing part of our Union is a unique opportunity, that no one else can match.\n\nSerbia should take the next steps to get closer to us, including in foreign policy ↓ https://t.co/o4ClKSJHVf", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 165, + "reply_count": 1557, + "retweet_count": 215, + "retweeted": false, + "user_id_str": "1146329871418843136", + "id_str": "1719344056789065767" + } + } + }, + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 08:10:28 +0000 2023", + "conversation_id_str": "1719627957554032746", + "display_text_range": [ + 0, + 65 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 194, + "favorited": false, + "full_text": "Who exactly are those \"we\"? And have those \"we\" lost their mind??", + "is_quote_status": true, + "lang": "en", + "quote_count": 1, + "quoted_status_id_str": "1719344056789065767", + "quoted_status_permalink": { + "url": "https://t.co/c1CXbNbvDf", + "expanded": "https://twitter.com/vonderleyen/status/1719344056789065767", + "display": "twitter.com/vonderleyen/st…" + }, + "reply_count": 24, + "retweet_count": 14, + "retweeted": false, + "user_id_str": "1497191639839875094", + "id_str": "1719627957554032746" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719725323619561800", + "sortIndex": "1719749859424075726", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719725323619561800", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/gOWiKdcDgT", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Kyiv’s forces have established a precarious bridgehead. The toeholds are in mucky lowlands providing poor terrain for Russian tank-led counterattacks. The same goes for Ukraine’s heavy weapons.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.kyivpost.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivpost.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 237, + "green": 221, + "red": 213 + }, + "percentage": 74.34 + }, + { + "rgb": { + "blue": 126, + "green": 127, + "red": 127 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 61, + "green": 50, + "red": 45 + }, + "percentage": 9.0 + }, + { + "rgb": { + "blue": 144, + "green": 159, + "red": 182 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 236, + "green": 209, + "red": 189 + }, + "percentage": 0.64 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "War in Ukraine Latest: Kyiv's Marines in Dnipro Bridgehead Still Digging in Under Fire", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 237, + "green": 221, + "red": 213 + }, + "percentage": 74.34 + }, + { + "rgb": { + "blue": 126, + "green": 127, + "red": 127 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 61, + "green": 50, + "red": 45 + }, + "percentage": 9.0 + }, + { + "rgb": { + "blue": 144, + "green": 159, + "red": 182 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 236, + "green": 209, + "red": 189 + }, + "percentage": 0.64 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 237, + "green": 221, + "red": 213 + }, + "percentage": 74.34 + }, + { + "rgb": { + "blue": 126, + "green": 127, + "red": 127 + }, + "percentage": 11.23 + }, + { + "rgb": { + "blue": 61, + "green": 50, + "red": 45 + }, + "percentage": 9.0 + }, + { + "rgb": { + "blue": 144, + "green": 159, + "red": 182 + }, + "percentage": 5.61 + }, + { + "rgb": { + "blue": 236, + "green": 209, + "red": 189 + }, + "percentage": 0.64 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/gOWiKdcDgT", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 354, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719724663503220736/3ziwCPM7?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/gOWiKdcDgT", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719725323619561800" + ], + "editable_until_msecs": "1698853042000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5643", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": false, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MjUzMjM0ODUzNDc4NDA=", + "text": "#UkrainianMarines in Dnipro River Bridgehead Still Digging in Under Fire, Russia’s Response Is Slow\n\nKyiv’s forces have established a precarious bridgehead. The toeholds are in mucky lowlands providing poor terrain for Russian tank-led #counterattacks. \nhttps://t.co/oXJvVLH1MT", + "entity_set": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/post/23542", + "expanded_url": "https://www.kyivpost.com/post/23542", + "url": "https://t.co/oXJvVLH1MT", + "indices": [ + 254, + 277 + ] + } + ], + "hashtags": [ + { + "indices": [ + 0, + 17 + ], + "text": "UkrainianMarines" + }, + { + "indices": [ + 236, + 251 + ], + "text": "counterattacks" + } + ], + "symbols": [] + }, + "richtext": { + "richtext_tags": [ + { + "from_index": 17, + "to_index": 99, + "richtext_types": [ + "Bold" + ] + } + ] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:37:22 +0000 2023", + "conversation_id_str": "1719725323619561800", + "display_text_range": [ + 0, + 277 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/post/23542", + "expanded_url": "https://www.kyivpost.com/post/23542", + "url": "https://t.co/gOWiKdcDgT", + "indices": [ + 254, + 277 + ] + } + ], + "hashtags": [ + { + "indices": [ + 0, + 17 + ], + "text": "UkrainianMarines" + }, + { + "indices": [ + 236, + 251 + ], + "text": "counterattacks" + } + ], + "symbols": [] + }, + "favorite_count": 45, + "favorited": false, + "full_text": "#UkrainianMarines in Dnipro River Bridgehead Still Digging in Under Fire, Russia’s Response Is Slow\n\nKyiv’s forces have established a precarious bridgehead. The toeholds are in mucky lowlands providing poor terrain for Russian tank-led #counterattacks. \nhttps://t.co/gOWiKdcDgT", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 3, + "retweet_count": 18, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719725323619561800" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719724892310872563", + "sortIndex": "1719749859424075725", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719724892310872563", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjMwMTg2NTM=", + "rest_id": "163018653", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Jul 05 09:44:27 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Ambassador for strategic communications at @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "amazon.com/Ukraine-vs-Dar…", + "expanded_url": "https://www.amazon.com/Ukraine-vs-Darkness-Undiplomatic-Ukrainian-ebook/dp/B08WKF3B2K", + "url": "https://t.co/ERA9Ntt061", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 26531, + "followers_count": 266268, + "friends_count": 1231, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 4361, + "location": "Kyiv", + "media_count": 6365, + "name": "olexander scherba🇺🇦", + "normal_followers_count": 266268, + "pinned_tweet_ids_str": [ + "1396956590713020416" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/163018653/1646220178", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/671642770549956608/yR9Is6BD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "olex_scherba", + "statuses_count": 38465, + "translator_type": "none", + "url": "https://t.co/ERA9Ntt061", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1696586841602834861", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719724892310872563" + ], + "editable_until_msecs": "1698852939000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "12100", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 2, + "bookmarked": false, + "created_at": "Wed Nov 01 14:35:39 +0000 2023", + "conversation_id_str": "1719724892310872563", + "display_text_range": [ + 0, + 229 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 3, + 11 + ], + "text": "Ukraine" + }, + { + "indices": [ + 212, + 229 + ], + "text": "StandWithUkraine" + } + ], + "symbols": [] + }, + "favorite_count": 270, + "favorited": false, + "full_text": "In #Ukraine, America could have another historic Reagan moment, winning big, dealing America’s enemies a mighty blow. Still can.\n\nWould be ironic if it were the party of Reagan who would stop it from happening.\n\n#StandWithUkraine", + "is_quote_status": false, + "lang": "en", + "quote_count": 6, + "reply_count": 13, + "retweet_count": 62, + "retweeted": false, + "user_id_str": "163018653", + "id_str": "1719724892310872563" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719724221654294579", + "sortIndex": "1719749859424075724", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719724221654294579", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719724221654294579" + ], + "editable_until_msecs": "1698852780000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "47657", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:33:00 +0000 2023", + "conversation_id_str": "1719724221654294579", + "display_text_range": [ + 0, + 232 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 130, + "favorited": false, + "full_text": "⚡️ Russian rocket strike on Zaporizhzhia Oblast kills man.\n\nRussian forces launched a rocket strike on a village in Zaporizhzhia Oblast's Komyshuvakha community on Nov. 1, killing a 52-year-old man, Governor Yurii Malashko reported.", + "is_quote_status": false, + "lang": "en", + "quote_count": 2, + "reply_count": 5, + "retweet_count": 35, + "retweeted": false, + "user_id_str": "1462548977367359490", + "id_str": "1719724221654294579" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723962953871618", + "sortIndex": "1719749859424075723", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723962953871618", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDg5ODQwNjYz", + "rest_id": "1489840663", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jun 07 08:02:05 +0000 2013", + "default_profile": false, + "default_profile_image": false, + "description": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "https://talkingpointsmemo.com/", + "url": "https://t.co/AzDUWabdQo", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 12317, + "followers_count": 7587, + "friends_count": 3851, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 204, + "location": "New York, NY", + "media_count": 141, + "name": "Josh Kovensky", + "normal_followers_count": 7587, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1489840663/1528704785", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1207634283210399745/vSLBd0JX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "JoshKovensky", + "statuses_count": 5867, + "translator_type": "none", + "url": "https://t.co/AzDUWabdQo", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/KZH4UqEwpy", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "On his way to a seat in Congress, George Santos made a...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "talkingpointsmemo.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "14717197", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "14717197", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "talkingpointsmemo.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "How George Santos Left NYC Republicans Feeling Scammed: ‘He Would Have Bled Me Dry’", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/KZH4UqEwpy", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/KZH4UqEwpy", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDcxNzE5Nw==", + "rest_id": "14717197", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri May 09 19:46:43 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "TPM is a membership-funded news site. Help us report by joining today: https://t.co/y3GlsnbWf6", + "entities": { + "description": { + "urls": [ + { + "display_url": "talkingpointsmemo.com/memberships", + "expanded_url": "http://talkingpointsmemo.com/memberships", + "url": "https://t.co/y3GlsnbWf6", + "indices": [ + 71, + 94 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "http://www.talkingpointsmemo.com/", + "url": "https://t.co/UwKgS2tgSh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 370, + "followers_count": 264397, + "friends_count": 696, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7924, + "location": "NY & DC", + "media_count": 85807, + "name": "Talking Points Memo", + "normal_followers_count": 264397, + "pinned_tweet_ids_str": [ + "1628767744916086784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14717197/1689084155", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1314250367434133507/DcKXkwSB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TPM", + "statuses_count": 183492, + "translator_type": "none", + "url": "https://t.co/UwKgS2tgSh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1519311812323418112", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDcxNzE5Nw==", + "rest_id": "14717197", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri May 09 19:46:43 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "TPM is a membership-funded news site. Help us report by joining today: https://t.co/y3GlsnbWf6", + "entities": { + "description": { + "urls": [ + { + "display_url": "talkingpointsmemo.com/memberships", + "expanded_url": "http://talkingpointsmemo.com/memberships", + "url": "https://t.co/y3GlsnbWf6", + "indices": [ + 71, + 94 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "http://www.talkingpointsmemo.com/", + "url": "https://t.co/UwKgS2tgSh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 370, + "followers_count": 264397, + "friends_count": 696, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7924, + "location": "NY & DC", + "media_count": 85807, + "name": "Talking Points Memo", + "normal_followers_count": 264397, + "pinned_tweet_ids_str": [ + "1628767744916086784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14717197/1689084155", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1314250367434133507/DcKXkwSB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TPM", + "statuses_count": 183492, + "translator_type": "none", + "url": "https://t.co/UwKgS2tgSh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1519311812323418112", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723962953871618" + ], + "editable_until_msecs": "1698852718351", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:31:58 +0000 2023", + "conversation_id_str": "1719723962953871618", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "21268897", + "name": "Josh Marshall", + "screen_name": "joshtpm", + "indices": [ + 3, + 11 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @joshtpm: New details on fascinating story. While Santos was running his own campaign he was also setting up in the campaign consulting…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 182, + "retweeted": false, + "user_id_str": "1489840663", + "id_str": "1719723962953871618", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719710949194551573", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMTI2ODg5Nw==", + "rest_id": "21268897", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Feb 19 02:41:22 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Founder & reigning monarch at TPM. Lapsed historian. Polk Award winner. ✡️ (Sign up for my newsletter The Backchannel https://t.co/GpsQ8cC6vk)", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/3LXafUs", + "expanded_url": "http://bit.ly/3LXafUs", + "url": "https://t.co/GpsQ8cC6vk", + "indices": [ + 118, + 141 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "http://talkingpointsmemo.com", + "url": "https://t.co/0lwal0g3Em", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6655, + "followers_count": 394532, + "friends_count": 840, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 8036, + "location": "New York", + "media_count": 9975, + "name": "Josh Marshall", + "normal_followers_count": 394532, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/21268897/1587866519", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1436730976026124294/vnE9F6XL_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "joshtpm", + "statuses_count": 291622, + "translator_type": "none", + "url": "https://t.co/0lwal0g3Em", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/KZH4UqEwpy", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "On his way to a seat in Congress, George Santos made a...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "talkingpointsmemo.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "14717197", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "14717197", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "talkingpointsmemo.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "How George Santos Left NYC Republicans Feeling Scammed: ‘He Would Have Bled Me Dry’", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 211, + "green": 221, + "red": 228 + }, + "percentage": 48.5 + }, + { + "rgb": { + "blue": 36, + "green": 42, + "red": 47 + }, + "percentage": 31.51 + }, + { + "rgb": { + "blue": 98, + "green": 119, + "red": 151 + }, + "percentage": 7.14 + }, + { + "rgb": { + "blue": 150, + "green": 203, + "red": 247 + }, + "percentage": 4.49 + }, + { + "rgb": { + "blue": 190, + "green": 177, + "red": 161 + }, + "percentage": 2.78 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/KZH4UqEwpy", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 536, + "width": 804, + "url": "https://pbs.twimg.com/card_img/1719702549362552833/9DpWApcg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/KZH4UqEwpy", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDcxNzE5Nw==", + "rest_id": "14717197", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri May 09 19:46:43 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "TPM is a membership-funded news site. Help us report by joining today: https://t.co/y3GlsnbWf6", + "entities": { + "description": { + "urls": [ + { + "display_url": "talkingpointsmemo.com/memberships", + "expanded_url": "http://talkingpointsmemo.com/memberships", + "url": "https://t.co/y3GlsnbWf6", + "indices": [ + 71, + 94 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "http://www.talkingpointsmemo.com/", + "url": "https://t.co/UwKgS2tgSh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 370, + "followers_count": 264397, + "friends_count": 696, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7924, + "location": "NY & DC", + "media_count": 85807, + "name": "Talking Points Memo", + "normal_followers_count": 264397, + "pinned_tweet_ids_str": [ + "1628767744916086784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14717197/1689084155", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1314250367434133507/DcKXkwSB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TPM", + "statuses_count": 183492, + "translator_type": "none", + "url": "https://t.co/UwKgS2tgSh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1519311812323418112", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDcxNzE5Nw==", + "rest_id": "14717197", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri May 09 19:46:43 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "TPM is a membership-funded news site. Help us report by joining today: https://t.co/y3GlsnbWf6", + "entities": { + "description": { + "urls": [ + { + "display_url": "talkingpointsmemo.com/memberships", + "expanded_url": "http://talkingpointsmemo.com/memberships", + "url": "https://t.co/y3GlsnbWf6", + "indices": [ + 71, + 94 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "talkingpointsmemo.com", + "expanded_url": "http://www.talkingpointsmemo.com/", + "url": "https://t.co/UwKgS2tgSh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 370, + "followers_count": 264397, + "friends_count": 696, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7924, + "location": "NY & DC", + "media_count": 85807, + "name": "Talking Points Memo", + "normal_followers_count": 264397, + "pinned_tweet_ids_str": [ + "1628767744916086784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14717197/1689084155", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1314250367434133507/DcKXkwSB_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TPM", + "statuses_count": 183492, + "translator_type": "none", + "url": "https://t.co/UwKgS2tgSh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1519311812323418112", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719710949194551573" + ], + "editable_until_msecs": "1698849615000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "37488", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 14, + "bookmarked": false, + "created_at": "Wed Nov 01 13:40:15 +0000 2023", + "conversation_id_str": "1719710949194551573", + "display_text_range": [ + 0, + 214 + ], + "entities": { + "user_mentions": [ + { + "id_str": "14717197", + "name": "Talking Points Memo", + "screen_name": "TPM", + "indices": [ + 210, + 214 + ] + } + ], + "urls": [ + { + "display_url": "talkingpointsmemo.com/news/how-georg…", + "expanded_url": "https://talkingpointsmemo.com/news/how-george-santos-left-nyc-republicans-feeling-scammed-he-would-have-bled-me-dry", + "url": "https://t.co/KZH4UqEwpy", + "indices": [ + 182, + 205 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 381, + "favorited": false, + "full_text": "New details on fascinating story. While Santos was running his own campaign he was also setting up in the campaign consulting biz shaking down other newbie candidates for big bucks. https://t.co/KZH4UqEwpy via @TPM", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 12, + "reply_count": 28, + "retweet_count": 182, + "retweeted": false, + "user_id_str": "21268897", + "id_str": "1719710949194551573" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723611861168522", + "sortIndex": "1719749859424075722", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723611861168522", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE3NTIxMw==", + "rest_id": "17175213", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Nov 05 00:59:16 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "shashankjoshi.wordpress.com", + "expanded_url": "http://shashankjoshi.wordpress.com", + "url": "https://t.co/euRjbnk3WT", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 35778, + "followers_count": 192219, + "friends_count": 1793, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5831, + "location": "London", + "media_count": 3993, + "name": "Shashank Joshi", + "normal_followers_count": 192219, + "pinned_tweet_ids_str": [ + "1719100104206893110" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/17175213/1688649354", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509894709770076168/uNk9W2IH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "shashj", + "statuses_count": 47350, + "translator_type": "none", + "url": "https://t.co/euRjbnk3WT", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/hDRC4s6uXh", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Ismail Haniyeh said Hamas has told mediators that it was necessary for the \"massacre\" to stop.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.hindustantimes.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "36327407", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "creator", + "value": { + "type": "USER", + "user_value": { + "id_str": "36327407", + "path": [] + } + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_alt_text", + "value": { + "string_value": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "hindustantimes.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_alt_text", + "value": { + "string_value": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 122, + "green": 160, + "red": 183 + }, + "percentage": 67.65 + }, + { + "rgb": { + "blue": 50, + "green": 60, + "red": 64 + }, + "percentage": 17.88 + }, + { + "rgb": { + "blue": 161, + "green": 162, + "red": 164 + }, + "percentage": 5.26 + }, + { + "rgb": { + "blue": 57, + "green": 88, + "red": 127 + }, + "percentage": 4.3 + }, + { + "rgb": { + "blue": 85, + "green": 104, + "red": 165 + }, + "percentage": 1.24 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "‘Israel committing Gaza massacres to cover…’: Hamas chief's big claim on hostages", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 122, + "green": 160, + "red": 183 + }, + "percentage": 67.65 + }, + { + "rgb": { + "blue": 50, + "green": 60, + "red": 64 + }, + "percentage": 17.88 + }, + { + "rgb": { + "blue": 161, + "green": 162, + "red": 164 + }, + "percentage": 5.26 + }, + { + "rgb": { + "blue": 57, + "green": 88, + "red": 127 + }, + "percentage": 4.3 + }, + { + "rgb": { + "blue": 85, + "green": 104, + "red": 165 + }, + "percentage": 1.24 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 122, + "green": 160, + "red": 183 + }, + "percentage": 67.65 + }, + { + "rgb": { + "blue": 50, + "green": 60, + "red": 64 + }, + "percentage": 17.88 + }, + { + "rgb": { + "blue": 161, + "green": 162, + "red": 164 + }, + "percentage": 5.26 + }, + { + "rgb": { + "blue": 57, + "green": 88, + "red": 127 + }, + "percentage": 4.3 + }, + { + "rgb": { + "blue": 85, + "green": 104, + "red": 165 + }, + "percentage": 1.24 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/hDRC4s6uXh", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "alt": "Palestinian group Hamas' top leader Ismail Haniyeh.", + "height": 900, + "width": 1600, + "url": "https://pbs.twimg.com/card_img/1719716377739571200/yLpG3Hab?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/hDRC4s6uXh", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjozNjMyNzQwNw==", + "rest_id": "36327407", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Apr 29 10:11:34 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Real-time news updates now directly on your WhatsApp; click to join https://t.co/sY4WTbPXik", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/48pYfn4", + "expanded_url": "http://bit.ly/48pYfn4", + "url": "https://t.co/sY4WTbPXik", + "indices": [ + 68, + 91 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "hindustantimes.com", + "expanded_url": "http://www.hindustantimes.com", + "url": "https://t.co/ATdjJX9ibJ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2896, + "followers_count": 8710660, + "friends_count": 130, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 8588, + "location": "India", + "media_count": 440912, + "name": "Hindustan Times", + "normal_followers_count": 8710660, + "pinned_tweet_ids_str": [ + "1719686336045789534" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/36327407/1696434177", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1618839278561398784/2kXt0tLH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "htTweets", + "statuses_count": 1314560, + "translator_type": "none", + "url": "https://t.co/ATdjJX9ibJ", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1558282563864502272", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + { + "result": { + "__typename": "User", + "id": "VXNlcjozNjMyNzQwNw==", + "rest_id": "36327407", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Apr 29 10:11:34 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Real-time news updates now directly on your WhatsApp; click to join https://t.co/sY4WTbPXik", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/48pYfn4", + "expanded_url": "http://bit.ly/48pYfn4", + "url": "https://t.co/sY4WTbPXik", + "indices": [ + 68, + 91 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "hindustantimes.com", + "expanded_url": "http://www.hindustantimes.com", + "url": "https://t.co/ATdjJX9ibJ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2896, + "followers_count": 8710660, + "friends_count": 130, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 8588, + "location": "India", + "media_count": 440912, + "name": "Hindustan Times", + "normal_followers_count": 8710660, + "pinned_tweet_ids_str": [ + "1719686336045789534" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/36327407/1696434177", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1618839278561398784/2kXt0tLH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "htTweets", + "statuses_count": 1314560, + "translator_type": "none", + "url": "https://t.co/ATdjJX9ibJ", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1558282563864502272", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719723611861168522" + ], + "editable_until_msecs": "1698852634000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "8533", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:30:34 +0000 2023", + "conversation_id_str": "1719723611861168522", + "display_text_range": [ + 0, + 230 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "hindustantimes.com/world-news/isr…", + "expanded_url": "https://www.hindustantimes.com/world-news/israel-committing-gaza-massacres-to-cover-hamas-chief-big-claim-on-hostages-101698846569238.html", + "url": "https://t.co/hDRC4s6uXh", + "indices": [ + 207, + 230 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 29, + "favorited": false, + "full_text": "\"A Western official said a list of people with foreign passports who can leave Gaza had been agreed between Israel and Egypt. An Israeli official confirmed that Israel was coordinating the exits with Egypt\" https://t.co/hDRC4s6uXh", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "17175213", + "id_str": "1719723611861168522" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723575370760688", + "sortIndex": "1719749859424075721", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723575370760688", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNzI1MzYxMDE=", + "rest_id": "372536101", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon Sep 12 23:21:14 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "@CNN reporter covering the Pentagon and national security. @natashabertrand on Threads. natasha.bertrand@cnn.com. DM for Signal.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "cnn.com/profiles/natas…", + "expanded_url": "https://www.cnn.com/profiles/natasha-bertrand-profile", + "url": "https://t.co/JOmxXcguGR", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 37349, + "followers_count": 776829, + "friends_count": 6569, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 8970, + "location": "Washington, DC", + "media_count": 2423, + "name": "Natasha Bertrand", + "normal_followers_count": 776829, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/372536101/1689324268", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1507284795486879753/uMQ_pbsq_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "NatashaBertrand", + "statuses_count": 32260, + "translator_type": "regular", + "url": "https://t.co/JOmxXcguGR", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723575370760688" + ], + "editable_until_msecs": "1698852625944", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:30:25 +0000 2023", + "conversation_id_str": "1719723575370760688", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "26668729", + "name": "John Hudson", + "screen_name": "John_Hudson", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @John_Hudson: A third airstrike has hit Gaza’s Jabalya refugee camp, injuring dozens, a local hospital official tells The Post. From Haj…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 222, + "retweeted": false, + "user_id_str": "372536101", + "id_str": "1719723575370760688", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719713390120087728", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjY2ODcyOQ==", + "rest_id": "26668729", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Thu Mar 26 02:39:24 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "I cover diplomacy & national security for @WashingtonPost | Tips: John.Hudson@WashPost.com | work travel grams: https://t.co/iSITdpvOhS", + "entities": { + "description": { + "urls": [ + { + "display_url": "instagram.com/john.p.hudson/", + "expanded_url": "http://instagram.com/john.p.hudson/", + "url": "https://t.co/iSITdpvOhS", + "indices": [ + 112, + 135 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 11570, + "followers_count": 86117, + "friends_count": 3643, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2012, + "location": "", + "media_count": 2756, + "name": "John Hudson", + "normal_followers_count": 86117, + "pinned_tweet_ids_str": [ + "1686784145001684992" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/26668729/1486572198", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1684274656700772352/yehYgbUj_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "John_Hudson", + "statuses_count": 25897, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719713390120087728" + ], + "editable_until_msecs": "1698850197000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "186783", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 17, + "bookmarked": false, + "created_at": "Wed Nov 01 13:49:57 +0000 2023", + "conversation_id_str": "1719713390120087728", + "display_text_range": [ + 0, + 148 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/rQuEfRicsc", + "expanded_url": "https://twitter.com/John_Hudson/status/1719713390120087728/photo/1", + "id_str": "1719713331559174144", + "indices": [ + 149, + 172 + ], + "media_key": "3_1719713331559174144", + "media_url_https": "https://pbs.twimg.com/media/F92mKeMWkAATPQn.jpg", + "type": "photo", + "url": "https://t.co/rQuEfRicsc", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1398, + "w": 1338, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1148, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 651, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1398, + "width": 1338, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1338, + "h": 749 + }, + { + "x": 0, + "y": 0, + "w": 1338, + "h": 1338 + }, + { + "x": 0, + "y": 0, + "w": 1226, + "h": 1398 + }, + { + "x": 0, + "y": 0, + "w": 699, + "h": 1398 + }, + { + "x": 0, + "y": 0, + "w": 1338, + "h": 1398 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "582985297", + "name": "Miriam Berger", + "screen_name": "MiriamABerger", + "indices": [ + 134, + 148 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/rQuEfRicsc", + "expanded_url": "https://twitter.com/John_Hudson/status/1719713390120087728/photo/1", + "id_str": "1719713331559174144", + "indices": [ + 149, + 172 + ], + "media_key": "3_1719713331559174144", + "media_url_https": "https://pbs.twimg.com/media/F92mKeMWkAATPQn.jpg", + "type": "photo", + "url": "https://t.co/rQuEfRicsc", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1398, + "w": 1338, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1148, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 651, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1398, + "width": 1338, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1338, + "h": 749 + }, + { + "x": 0, + "y": 0, + "w": 1338, + "h": 1338 + }, + { + "x": 0, + "y": 0, + "w": 1226, + "h": 1398 + }, + { + "x": 0, + "y": 0, + "w": 699, + "h": 1398 + }, + { + "x": 0, + "y": 0, + "w": 1338, + "h": 1398 + } + ] + } + } + ] + }, + "favorite_count": 258, + "favorited": false, + "full_text": "A third airstrike has hit Gaza’s Jabalya refugee camp, injuring dozens, a local hospital official tells The Post. From Hajar Harb and @MiriamABerger https://t.co/rQuEfRicsc", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 66, + "reply_count": 7, + "retweet_count": 222, + "retweeted": false, + "user_id_str": "26668729", + "id_str": "1719713390120087728" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723562825568377", + "sortIndex": "1719749859424075720", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723562825568377", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMTE4OTkxNTU=", + "rest_id": "311899155", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/StateDept", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_bigger.jpg" + }, + "description": "Department of State", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 06 07:44:22 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "The Embassy of the United States of America in Kyiv. For a first-hand view of the Embassy’s work, follow @USAmbKyiv. Terms of use: https://t.co/ZQBzokuAMZ", + "entities": { + "description": { + "urls": [ + { + "display_url": "state.gov/tou", + "expanded_url": "http://state.gov/tou", + "url": "https://t.co/ZQBzokuAMZ", + "indices": [ + 131, + 154 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "ua.usembassy.gov/u-s-citizen-se…", + "expanded_url": "https://ua.usembassy.gov/u-s-citizen-services/security-and-travel-information/", + "url": "https://t.co/qpYDSDDtLr", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4545, + "followers_count": 230813, + "friends_count": 411, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3589, + "location": "Kyiv, Ukraine", + "media_count": 6185, + "name": "U.S. Embassy Kyiv", + "normal_followers_count": 230813, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/311899155/1650023136", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1165895902717980672/LzMvlCno_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "USEmbassyKyiv", + "statuses_count": 17917, + "translator_type": "none", + "url": "https://t.co/qpYDSDDtLr", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1515987902131589123", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723562825568377" + ], + "editable_until_msecs": "1698852622953", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:30:22 +0000 2023", + "conversation_id_str": "1719723562825568377", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1528996804951478273", + "name": "Ambassador Bridget A. Brink", + "screen_name": "USAmbKyiv", + "indices": [ + 3, + 13 + ] + }, + { + "id_str": "1249982359", + "name": "Leader McConnell", + "screen_name": "LeaderMcConnell", + "indices": [ + 45, + 61 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @USAmbKyiv: Мала честь вчора зустрітися з @LeaderMcConnell та іншими Сенаторами та працівниками Сенату, щоб обговорити стратегічну важли…", + "is_quote_status": false, + "lang": "uk", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 10, + "retweeted": false, + "user_id_str": "311899155", + "id_str": "1719723562825568377", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723477115023866", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTI4OTk2ODA0OTUxNDc4Mjcz", + "rest_id": "1528996804951478273", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/StateDept", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_bigger.jpg" + }, + "description": "Department of State", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue May 24 07:11:21 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "United States Ambassador to Ukraine", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ua.usembassy.gov/our-relationsh…", + "expanded_url": "https://ua.usembassy.gov/our-relationship/our-ambassador/", + "url": "https://t.co/pOYsF2er0t", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1468, + "followers_count": 82911, + "friends_count": 168, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 633, + "location": "Ukraine", + "media_count": 702, + "name": "Ambassador Bridget A. Brink", + "normal_followers_count": 82911, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1528996804951478273/1654092211", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1531008733916057601/5wVHzk_y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "USAmbKyiv", + "statuses_count": 1479, + "translator_type": "none", + "url": "https://t.co/pOYsF2er0t", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723477115023866" + ], + "editable_until_msecs": "1698852602000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "3235", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:30:02 +0000 2023", + "conversation_id_str": "1719723055209910369", + "display_text_range": [ + 0, + 180 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723106908958720", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723106908958720", + "media_url_https": "https://pbs.twimg.com/media/F92vDeNW8AAYT9v.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 352, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 42, + "w": 42 + }, + { + "x": 918, + "y": 533, + "h": 42, + "w": 42 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 332, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 520, + "y": 302, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 188, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723247544000512", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723247544000512", + "media_url_https": "https://pbs.twimg.com/media/F92vLqHXYAAUesV.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 156, + "y": 875, + "h": 58, + "w": 58 + }, + { + "x": 61, + "y": 211, + "h": 64, + "w": 64 + }, + { + "x": 419, + "y": 475, + "h": 128, + "w": 128 + } + ] + }, + "medium": { + "faces": [ + { + "x": 119, + "y": 670, + "h": 44, + "w": 44 + }, + { + "x": 46, + "y": 161, + "h": 49, + "w": 49 + }, + { + "x": 320, + "y": 363, + "h": 98, + "w": 98 + } + ] + }, + "small": { + "faces": [ + { + "x": 67, + "y": 379, + "h": 25, + "w": 25 + }, + { + "x": 26, + "y": 91, + "h": 27, + "w": 27 + }, + { + "x": 181, + "y": 206, + "h": 55, + "w": 55 + } + ] + }, + "orig": { + "faces": [ + { + "x": 156, + "y": 875, + "h": 58, + "w": 58 + }, + { + "x": 61, + "y": 211, + "h": 64, + "w": 64 + }, + { + "x": 419, + "y": 475, + "h": 128, + "w": 128 + } + ] + } + }, + "sizes": { + "large": { + "h": 1567, + "w": 1222, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 936, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 530, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1567, + "width": 1222, + "focus_rects": [ + { + "x": 0, + "y": 244, + "w": 1222, + "h": 684 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1222 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1393 + }, + { + "x": 116, + "y": 0, + "w": 784, + "h": 1567 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1567 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723265189400576", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723265189400576", + "media_url_https": "https://pbs.twimg.com/media/F92vMr2W0AAy83p.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 923, + "y": 296, + "h": 160, + "w": 160 + }, + { + "x": 549, + "y": 333, + "h": 153, + "w": 153 + } + ] + }, + "medium": { + "faces": [ + { + "x": 793, + "y": 254, + "h": 137, + "w": 137 + }, + { + "x": 472, + "y": 286, + "h": 131, + "w": 131 + } + ] + }, + "small": { + "faces": [ + { + "x": 449, + "y": 144, + "h": 77, + "w": 77 + }, + { + "x": 267, + "y": 162, + "h": 74, + "w": 74 + } + ] + }, + "orig": { + "faces": [ + { + "x": 923, + "y": 296, + "h": 160, + "w": 160 + }, + { + "x": 549, + "y": 333, + "h": 153, + "w": 153 + } + ] + } + }, + "sizes": { + "large": { + "h": 1395, + "w": 1395, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1395, + "width": 1395, + "focus_rects": [ + { + "x": 0, + "y": 63, + "w": 1395, + "h": 781 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + }, + { + "x": 171, + "y": 0, + "w": 1224, + "h": 1395 + }, + { + "x": 662, + "y": 0, + "w": 698, + "h": 1395 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723106900619264", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723106900619264", + "media_url_https": "https://pbs.twimg.com/media/F92vDeLXsAA-70o.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + }, + "medium": { + "faces": [ + { + "x": 996, + "y": 700, + "h": 39, + "w": 39 + }, + { + "x": 1005, + "y": 713, + "h": 42, + "w": 42 + }, + { + "x": 528, + "y": 864, + "h": 58, + "w": 58 + }, + { + "x": 276, + "y": 524, + "h": 128, + "w": 128 + }, + { + "x": 652, + "y": 295, + "h": 174, + "w": 174 + }, + { + "x": 225, + "y": 319, + "h": 188, + "w": 188 + } + ] + }, + "small": { + "faces": [ + { + "x": 565, + "y": 397, + "h": 22, + "w": 22 + }, + { + "x": 570, + "y": 404, + "h": 23, + "w": 23 + }, + { + "x": 299, + "y": 490, + "h": 33, + "w": 33 + }, + { + "x": 156, + "y": 297, + "h": 72, + "w": 72 + }, + { + "x": 370, + "y": 167, + "h": 98, + "w": 98 + }, + { + "x": 127, + "y": 181, + "h": 106, + "w": 106 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + } + }, + "sizes": { + "large": { + "h": 1708, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1079, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1708, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 210, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1498, + "h": 1708 + }, + { + "x": 42, + "y": 0, + "w": 854, + "h": 1708 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1708 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1249982359", + "name": "Leader McConnell", + "screen_name": "LeaderMcConnell", + "indices": [ + 30, + 46 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723106908958720", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723106908958720", + "media_url_https": "https://pbs.twimg.com/media/F92vDeNW8AAYT9v.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 352, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 42, + "w": 42 + }, + { + "x": 918, + "y": 533, + "h": 42, + "w": 42 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 332, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 520, + "y": 302, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 188, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723247544000512", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723247544000512", + "media_url_https": "https://pbs.twimg.com/media/F92vLqHXYAAUesV.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 156, + "y": 875, + "h": 58, + "w": 58 + }, + { + "x": 61, + "y": 211, + "h": 64, + "w": 64 + }, + { + "x": 419, + "y": 475, + "h": 128, + "w": 128 + } + ] + }, + "medium": { + "faces": [ + { + "x": 119, + "y": 670, + "h": 44, + "w": 44 + }, + { + "x": 46, + "y": 161, + "h": 49, + "w": 49 + }, + { + "x": 320, + "y": 363, + "h": 98, + "w": 98 + } + ] + }, + "small": { + "faces": [ + { + "x": 67, + "y": 379, + "h": 25, + "w": 25 + }, + { + "x": 26, + "y": 91, + "h": 27, + "w": 27 + }, + { + "x": 181, + "y": 206, + "h": 55, + "w": 55 + } + ] + }, + "orig": { + "faces": [ + { + "x": 156, + "y": 875, + "h": 58, + "w": 58 + }, + { + "x": 61, + "y": 211, + "h": 64, + "w": 64 + }, + { + "x": 419, + "y": 475, + "h": 128, + "w": 128 + } + ] + } + }, + "sizes": { + "large": { + "h": 1567, + "w": 1222, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 936, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 530, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1567, + "width": 1222, + "focus_rects": [ + { + "x": 0, + "y": 244, + "w": 1222, + "h": 684 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1222 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1393 + }, + { + "x": 116, + "y": 0, + "w": 784, + "h": 1567 + }, + { + "x": 0, + "y": 0, + "w": 1222, + "h": 1567 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723265189400576", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723265189400576", + "media_url_https": "https://pbs.twimg.com/media/F92vMr2W0AAy83p.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 923, + "y": 296, + "h": 160, + "w": 160 + }, + { + "x": 549, + "y": 333, + "h": 153, + "w": 153 + } + ] + }, + "medium": { + "faces": [ + { + "x": 793, + "y": 254, + "h": 137, + "w": 137 + }, + { + "x": 472, + "y": 286, + "h": 131, + "w": 131 + } + ] + }, + "small": { + "faces": [ + { + "x": 449, + "y": 144, + "h": 77, + "w": 77 + }, + { + "x": 267, + "y": 162, + "h": 74, + "w": 74 + } + ] + }, + "orig": { + "faces": [ + { + "x": 923, + "y": 296, + "h": 160, + "w": 160 + }, + { + "x": 549, + "y": 333, + "h": 153, + "w": 153 + } + ] + } + }, + "sizes": { + "large": { + "h": 1395, + "w": 1395, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1395, + "width": 1395, + "focus_rects": [ + { + "x": 0, + "y": 63, + "w": 1395, + "h": 781 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + }, + { + "x": 171, + "y": 0, + "w": 1224, + "h": 1395 + }, + { + "x": 662, + "y": 0, + "w": 698, + "h": 1395 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + } + ] + } + }, + { + "display_url": "pic.twitter.com/bu5yzPrlwk", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723477115023866/photo/1", + "id_str": "1719723106900619264", + "indices": [ + 181, + 204 + ], + "media_key": "3_1719723106900619264", + "media_url_https": "https://pbs.twimg.com/media/F92vDeLXsAA-70o.jpg", + "type": "photo", + "url": "https://t.co/bu5yzPrlwk", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + }, + "medium": { + "faces": [ + { + "x": 996, + "y": 700, + "h": 39, + "w": 39 + }, + { + "x": 1005, + "y": 713, + "h": 42, + "w": 42 + }, + { + "x": 528, + "y": 864, + "h": 58, + "w": 58 + }, + { + "x": 276, + "y": 524, + "h": 128, + "w": 128 + }, + { + "x": 652, + "y": 295, + "h": 174, + "w": 174 + }, + { + "x": 225, + "y": 319, + "h": 188, + "w": 188 + } + ] + }, + "small": { + "faces": [ + { + "x": 565, + "y": 397, + "h": 22, + "w": 22 + }, + { + "x": 570, + "y": 404, + "h": 23, + "w": 23 + }, + { + "x": 299, + "y": 490, + "h": 33, + "w": 33 + }, + { + "x": 156, + "y": 297, + "h": 72, + "w": 72 + }, + { + "x": 370, + "y": 167, + "h": 98, + "w": 98 + }, + { + "x": 127, + "y": 181, + "h": 106, + "w": 106 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + } + }, + "sizes": { + "large": { + "h": 1708, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1079, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1708, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 210, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1498, + "h": 1708 + }, + { + "x": 42, + "y": 0, + "w": 854, + "h": 1708 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1708 + } + ] + } + } + ] + }, + "favorite_count": 54, + "favorited": false, + "full_text": "Мала честь вчора зустрітися з @LeaderMcConnell та іншими Сенаторами та працівниками Сенату, щоб обговорити стратегічну важливість подальшої підтримки України для Сполучених Штатів. https://t.co/bu5yzPrlwk", + "in_reply_to_screen_name": "USAmbKyiv", + "in_reply_to_status_id_str": "1719723055209910369", + "in_reply_to_user_id_str": "1528996804951478273", + "is_quote_status": false, + "lang": "uk", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 2, + "retweet_count": 10, + "retweeted": false, + "user_id_str": "1528996804951478273", + "id_str": "1719723477115023866" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723546287473146", + "sortIndex": "1719749859424075719", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723546287473146", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMTE4OTkxNTU=", + "rest_id": "311899155", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/StateDept", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_bigger.jpg" + }, + "description": "Department of State", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jun 06 07:44:22 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "The Embassy of the United States of America in Kyiv. For a first-hand view of the Embassy’s work, follow @USAmbKyiv. Terms of use: https://t.co/ZQBzokuAMZ", + "entities": { + "description": { + "urls": [ + { + "display_url": "state.gov/tou", + "expanded_url": "http://state.gov/tou", + "url": "https://t.co/ZQBzokuAMZ", + "indices": [ + 131, + 154 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "ua.usembassy.gov/u-s-citizen-se…", + "expanded_url": "https://ua.usembassy.gov/u-s-citizen-services/security-and-travel-information/", + "url": "https://t.co/qpYDSDDtLr", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4545, + "followers_count": 230813, + "friends_count": 411, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3589, + "location": "Kyiv, Ukraine", + "media_count": 6185, + "name": "U.S. Embassy Kyiv", + "normal_followers_count": 230813, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/311899155/1650023136", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1165895902717980672/LzMvlCno_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "USEmbassyKyiv", + "statuses_count": 17917, + "translator_type": "none", + "url": "https://t.co/qpYDSDDtLr", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1515987902131589123", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723546287473146" + ], + "editable_until_msecs": "1698852619010", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:30:19 +0000 2023", + "conversation_id_str": "1719723546287473146", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "1528996804951478273", + "name": "Ambassador Bridget A. Brink", + "screen_name": "USAmbKyiv", + "indices": [ + 3, + 13 + ] + }, + { + "id_str": "1249982359", + "name": "Leader McConnell", + "screen_name": "LeaderMcConnell", + "indices": [ + 32, + 48 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @USAmbKyiv: An honor to meet @LeaderMcConnell, other Senators, and Senate staff yesterday to discuss the strategic importance to the Uni…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 59, + "retweeted": false, + "user_id_str": "311899155", + "id_str": "1719723546287473146", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723055209910369", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTI4OTk2ODA0OTUxNDc4Mjcz", + "rest_id": "1528996804951478273", + "affiliates_highlighted_label": { + "label": { + "url": { + "url": "https://twitter.com/StateDept", + "urlType": "DeepLink" + }, + "badge": { + "url": "https://pbs.twimg.com/profile_images/1653450164210630659/oPRqz0j6_bigger.jpg" + }, + "description": "Department of State", + "userLabelType": "BusinessLabel", + "userLabelDisplayType": "Badge" + } + }, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue May 24 07:11:21 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "United States Ambassador to Ukraine", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ua.usembassy.gov/our-relationsh…", + "expanded_url": "https://ua.usembassy.gov/our-relationship/our-ambassador/", + "url": "https://t.co/pOYsF2er0t", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1468, + "followers_count": 82911, + "friends_count": 168, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 633, + "location": "Ukraine", + "media_count": 702, + "name": "Ambassador Bridget A. Brink", + "normal_followers_count": 82911, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1528996804951478273/1654092211", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1531008733916057601/5wVHzk_y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "USAmbKyiv", + "statuses_count": 1479, + "translator_type": "none", + "url": "https://t.co/pOYsF2er0t", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723055209910369" + ], + "editable_until_msecs": "1698852501000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5718", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 2, + "bookmarked": false, + "created_at": "Wed Nov 01 14:28:21 +0000 2023", + "conversation_id_str": "1719723055209910369", + "display_text_range": [ + 0, + 167 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715027928621057", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715027928621057", + "media_url_https": "https://pbs.twimg.com/media/F92ntNqWIAEgxvl.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 352, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 42, + "w": 42 + }, + { + "x": 918, + "y": 533, + "h": 42, + "w": 42 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 332, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 520, + "y": 302, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 188, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715946988736512", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715946988736512", + "media_url_https": "https://pbs.twimg.com/media/F92oitbWkAAVRfz.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 198, + "y": 146, + "h": 61, + "w": 61 + }, + { + "x": 556, + "y": 409, + "h": 130, + "w": 130 + } + ] + }, + "medium": { + "faces": [ + { + "x": 158, + "y": 117, + "h": 48, + "w": 48 + }, + { + "x": 445, + "y": 328, + "h": 104, + "w": 104 + } + ] + }, + "small": { + "faces": [ + { + "x": 90, + "y": 66, + "h": 27, + "w": 27 + }, + { + "x": 252, + "y": 185, + "h": 59, + "w": 59 + } + ] + }, + "orig": { + "faces": [ + { + "x": 198, + "y": 146, + "h": 61, + "w": 61 + }, + { + "x": 556, + "y": 409, + "h": 130, + "w": 130 + } + ] + } + }, + "sizes": { + "large": { + "h": 1496, + "w": 1496, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1496, + "width": 1496, + "focus_rects": [ + { + "x": 0, + "y": 67, + "w": 1496, + "h": 838 + }, + { + "x": 0, + "y": 0, + "w": 1496, + "h": 1496 + }, + { + "x": 0, + "y": 0, + "w": 1312, + "h": 1496 + }, + { + "x": 261, + "y": 0, + "w": 748, + "h": 1496 + }, + { + "x": 0, + "y": 0, + "w": 1496, + "h": 1496 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715536332836864", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715536332836864", + "media_url_https": "https://pbs.twimg.com/media/F92oKznW0AAs0Iv.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 925, + "y": 332, + "h": 156, + "w": 156 + }, + { + "x": 550, + "y": 367, + "h": 151, + "w": 151 + } + ] + }, + "medium": { + "faces": [ + { + "x": 795, + "y": 285, + "h": 134, + "w": 134 + }, + { + "x": 473, + "y": 315, + "h": 129, + "w": 129 + } + ] + }, + "small": { + "faces": [ + { + "x": 450, + "y": 161, + "h": 76, + "w": 76 + }, + { + "x": 268, + "y": 178, + "h": 73, + "w": 73 + } + ] + }, + "orig": { + "faces": [ + { + "x": 925, + "y": 332, + "h": 156, + "w": 156 + }, + { + "x": 550, + "y": 367, + "h": 151, + "w": 151 + } + ] + } + }, + "sizes": { + "large": { + "h": 1395, + "w": 1395, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1395, + "width": 1395, + "focus_rects": [ + { + "x": 0, + "y": 63, + "w": 1395, + "h": 781 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + }, + { + "x": 171, + "y": 0, + "w": 1224, + "h": 1395 + }, + { + "x": 662, + "y": 0, + "w": 698, + "h": 1395 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715027899269120", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715027899269120", + "media_url_https": "https://pbs.twimg.com/media/F92ntNjWQAATAWC.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + }, + "medium": { + "faces": [ + { + "x": 996, + "y": 700, + "h": 39, + "w": 39 + }, + { + "x": 1005, + "y": 713, + "h": 42, + "w": 42 + }, + { + "x": 528, + "y": 864, + "h": 58, + "w": 58 + }, + { + "x": 276, + "y": 524, + "h": 128, + "w": 128 + }, + { + "x": 652, + "y": 295, + "h": 174, + "w": 174 + }, + { + "x": 225, + "y": 319, + "h": 188, + "w": 188 + } + ] + }, + "small": { + "faces": [ + { + "x": 565, + "y": 397, + "h": 22, + "w": 22 + }, + { + "x": 570, + "y": 404, + "h": 23, + "w": 23 + }, + { + "x": 299, + "y": 490, + "h": 33, + "w": 33 + }, + { + "x": 156, + "y": 297, + "h": 72, + "w": 72 + }, + { + "x": 370, + "y": 167, + "h": 98, + "w": 98 + }, + { + "x": 127, + "y": 181, + "h": 106, + "w": 106 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + } + }, + "sizes": { + "large": { + "h": 1708, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1079, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1708, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 210, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1498, + "h": 1708 + }, + { + "x": 42, + "y": 0, + "w": 854, + "h": 1708 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1708 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1249982359", + "name": "Leader McConnell", + "screen_name": "LeaderMcConnell", + "indices": [ + 17, + 33 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715027928621057", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715027928621057", + "media_url_https": "https://pbs.twimg.com/media/F92ntNqWIAEgxvl.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + }, + "medium": { + "faces": [ + { + "x": 371, + "y": 314, + "h": 45, + "w": 45 + }, + { + "x": 775, + "y": 352, + "h": 45, + "w": 45 + }, + { + "x": 578, + "y": 356, + "h": 49, + "w": 49 + }, + { + "x": 479, + "y": 367, + "h": 44, + "w": 44 + }, + { + "x": 242, + "y": 371, + "h": 48, + "w": 48 + }, + { + "x": 679, + "y": 380, + "h": 42, + "w": 42 + }, + { + "x": 918, + "y": 533, + "h": 42, + "w": 42 + }, + { + "x": 123, + "y": 330, + "h": 56, + "w": 56 + }, + { + "x": 884, + "y": 332, + "h": 56, + "w": 56 + }, + { + "x": 1006, + "y": 326, + "h": 58, + "w": 58 + }, + { + "x": 475, + "y": 341, + "h": 70, + "w": 70 + } + ] + }, + "small": { + "faces": [ + { + "x": 210, + "y": 177, + "h": 25, + "w": 25 + }, + { + "x": 439, + "y": 199, + "h": 25, + "w": 25 + }, + { + "x": 328, + "y": 201, + "h": 27, + "w": 27 + }, + { + "x": 271, + "y": 208, + "h": 25, + "w": 25 + }, + { + "x": 137, + "y": 210, + "h": 27, + "w": 27 + }, + { + "x": 385, + "y": 215, + "h": 23, + "w": 23 + }, + { + "x": 520, + "y": 302, + "h": 23, + "w": 23 + }, + { + "x": 69, + "y": 187, + "h": 31, + "w": 31 + }, + { + "x": 501, + "y": 188, + "h": 31, + "w": 31 + }, + { + "x": 570, + "y": 185, + "h": 33, + "w": 33 + }, + { + "x": 269, + "y": 193, + "h": 39, + "w": 39 + } + ] + }, + "orig": { + "faces": [ + { + "x": 634, + "y": 536, + "h": 78, + "w": 78 + }, + { + "x": 1324, + "y": 602, + "h": 78, + "w": 78 + }, + { + "x": 988, + "y": 608, + "h": 84, + "w": 84 + }, + { + "x": 818, + "y": 628, + "h": 76, + "w": 76 + }, + { + "x": 414, + "y": 634, + "h": 82, + "w": 82 + }, + { + "x": 1160, + "y": 650, + "h": 72, + "w": 72 + }, + { + "x": 1568, + "y": 910, + "h": 72, + "w": 72 + }, + { + "x": 210, + "y": 564, + "h": 96, + "w": 96 + }, + { + "x": 1510, + "y": 568, + "h": 96, + "w": 96 + }, + { + "x": 1718, + "y": 558, + "h": 100, + "w": 100 + }, + { + "x": 812, + "y": 582, + "h": 120, + "w": 120 + } + ] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1147 + }, + { + "x": 512, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 701, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 1203, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715946988736512", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715946988736512", + "media_url_https": "https://pbs.twimg.com/media/F92oitbWkAAVRfz.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 198, + "y": 146, + "h": 61, + "w": 61 + }, + { + "x": 556, + "y": 409, + "h": 130, + "w": 130 + } + ] + }, + "medium": { + "faces": [ + { + "x": 158, + "y": 117, + "h": 48, + "w": 48 + }, + { + "x": 445, + "y": 328, + "h": 104, + "w": 104 + } + ] + }, + "small": { + "faces": [ + { + "x": 90, + "y": 66, + "h": 27, + "w": 27 + }, + { + "x": 252, + "y": 185, + "h": 59, + "w": 59 + } + ] + }, + "orig": { + "faces": [ + { + "x": 198, + "y": 146, + "h": 61, + "w": 61 + }, + { + "x": 556, + "y": 409, + "h": 130, + "w": 130 + } + ] + } + }, + "sizes": { + "large": { + "h": 1496, + "w": 1496, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1496, + "width": 1496, + "focus_rects": [ + { + "x": 0, + "y": 67, + "w": 1496, + "h": 838 + }, + { + "x": 0, + "y": 0, + "w": 1496, + "h": 1496 + }, + { + "x": 0, + "y": 0, + "w": 1312, + "h": 1496 + }, + { + "x": 261, + "y": 0, + "w": 748, + "h": 1496 + }, + { + "x": 0, + "y": 0, + "w": 1496, + "h": 1496 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715536332836864", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715536332836864", + "media_url_https": "https://pbs.twimg.com/media/F92oKznW0AAs0Iv.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 925, + "y": 332, + "h": 156, + "w": 156 + }, + { + "x": 550, + "y": 367, + "h": 151, + "w": 151 + } + ] + }, + "medium": { + "faces": [ + { + "x": 795, + "y": 285, + "h": 134, + "w": 134 + }, + { + "x": 473, + "y": 315, + "h": 129, + "w": 129 + } + ] + }, + "small": { + "faces": [ + { + "x": 450, + "y": 161, + "h": 76, + "w": 76 + }, + { + "x": 268, + "y": 178, + "h": 73, + "w": 73 + } + ] + }, + "orig": { + "faces": [ + { + "x": 925, + "y": 332, + "h": 156, + "w": 156 + }, + { + "x": 550, + "y": 367, + "h": 151, + "w": 151 + } + ] + } + }, + "sizes": { + "large": { + "h": 1395, + "w": 1395, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1395, + "width": 1395, + "focus_rects": [ + { + "x": 0, + "y": 63, + "w": 1395, + "h": 781 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + }, + { + "x": 171, + "y": 0, + "w": 1224, + "h": 1395 + }, + { + "x": 662, + "y": 0, + "w": 698, + "h": 1395 + }, + { + "x": 0, + "y": 0, + "w": 1395, + "h": 1395 + } + ] + } + }, + { + "display_url": "pic.twitter.com/mr1vBDxqkd", + "expanded_url": "https://twitter.com/USAmbKyiv/status/1719723055209910369/photo/1", + "id_str": "1719715027899269120", + "indices": [ + 168, + 191 + ], + "media_key": "3_1719715027899269120", + "media_url_https": "https://pbs.twimg.com/media/F92ntNjWQAATAWC.jpg", + "type": "photo", + "url": "https://t.co/mr1vBDxqkd", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + }, + "medium": { + "faces": [ + { + "x": 996, + "y": 700, + "h": 39, + "w": 39 + }, + { + "x": 1005, + "y": 713, + "h": 42, + "w": 42 + }, + { + "x": 528, + "y": 864, + "h": 58, + "w": 58 + }, + { + "x": 276, + "y": 524, + "h": 128, + "w": 128 + }, + { + "x": 652, + "y": 295, + "h": 174, + "w": 174 + }, + { + "x": 225, + "y": 319, + "h": 188, + "w": 188 + } + ] + }, + "small": { + "faces": [ + { + "x": 565, + "y": 397, + "h": 22, + "w": 22 + }, + { + "x": 570, + "y": 404, + "h": 23, + "w": 23 + }, + { + "x": 299, + "y": 490, + "h": 33, + "w": 33 + }, + { + "x": 156, + "y": 297, + "h": 72, + "w": 72 + }, + { + "x": 370, + "y": 167, + "h": 98, + "w": 98 + }, + { + "x": 127, + "y": 181, + "h": 106, + "w": 106 + } + ] + }, + "orig": { + "faces": [ + { + "x": 1419, + "y": 997, + "h": 56, + "w": 56 + }, + { + "x": 1432, + "y": 1015, + "h": 60, + "w": 60 + }, + { + "x": 752, + "y": 1230, + "h": 83, + "w": 83 + }, + { + "x": 393, + "y": 747, + "h": 183, + "w": 183 + }, + { + "x": 929, + "y": 421, + "h": 248, + "w": 248 + }, + { + "x": 321, + "y": 455, + "h": 268, + "w": 268 + } + ] + } + }, + "sizes": { + "large": { + "h": 1708, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 1079, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 612, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1708, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 210, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1498, + "h": 1708 + }, + { + "x": 42, + "y": 0, + "w": 854, + "h": 1708 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1708 + } + ] + } + } + ] + }, + "favorite_count": 269, + "favorited": false, + "full_text": "An honor to meet @LeaderMcConnell, other Senators, and Senate staff yesterday to discuss the strategic importance to the United States of continued support to Ukraine. https://t.co/mr1vBDxqkd", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 3, + "reply_count": 14, + "retweet_count": 59, + "retweeted": false, + "user_id_str": "1528996804951478273", + "id_str": "1719723055209910369" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075834", + "sortIndex": "1719749859424075718", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075834-tweet-1719723310773047422", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723310773047422", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723310773047422" + ], + "editable_until_msecs": "1698852562000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "45863", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 14:29:22 +0000 2023", + "conversation_id_str": "1719723310773047422", + "display_text_range": [ + 0, + 241 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 120, + "favorited": false, + "full_text": "⚡️ Russian shelling of Dnipropetrovsk Oblast injures woman.\n\nRussian forces launched a strike on Dnipropetrovsk Oblast's Nikopol district for the second time in one day on Nov. 1, injuring a 42-year-old woman, Governor Serhii Lysak reported.", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 6, + "retweet_count": 42, + "retweeted": false, + "user_id_str": "1462548977367359490", + "id_str": "1719723310773047422" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075834-tweet-1719723423172112471", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723423172112471", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723423172112471" + ], + "editable_until_msecs": "1698852589000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "38733", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:29:49 +0000 2023", + "conversation_id_str": "1719723310773047422", + "display_text_range": [ + 0, + 219 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 100, + "favorited": false, + "full_text": "The city of Nikopol was earlier targeted by a Russian drone strike on the morning of Nov. 1. According to the latest information, by 11 a.m., one person was killed, and six others were wounded in the attack, Lysak said.", + "in_reply_to_screen_name": "KyivIndependent", + "in_reply_to_status_id_str": "1719723310773047422", + "in_reply_to_user_id_str": "1462548977367359490", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 25, + "retweeted": false, + "user_id_str": "1462548977367359490", + "id_str": "1719723423172112471" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719723310773047422", + "1719723423172112471" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719723322802348301", + "sortIndex": "1719749859424075717", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719723322802348301", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1Nzk3NDc1NjQ=", + "rest_id": "579747564", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon May 14 08:03:59 +0000 2012", + "default_profile": true, + "default_profile_image": false, + "description": "Toomas Hendrik Ilves, (formerly v\n\nFrom Estonia. Where Digital is Native. And come in at #2 in the world in internet freedom.\n@toomas_ilves@mastodon.social", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "presidentilves.ee", + "expanded_url": "http://www.presidentilves.ee", + "url": "https://t.co/lnQ9ajxxvK", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20688, + "followers_count": 194946, + "friends_count": 1916, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2126, + "location": "Estonia", + "media_count": 1089, + "name": "toomas ilves, ex-verif", + "normal_followers_count": 194946, + "pinned_tweet_ids_str": [ + "1597508496828006401" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/579747564/1536101799", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1630211196442779655/sx2b2hv9_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IlvesToomas", + "statuses_count": 203397, + "translator_type": "none", + "url": "https://t.co/lnQ9ajxxvK", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719723322802348301" + ], + "editable_until_msecs": "1698852565727", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:29:25 +0000 2023", + "conversation_id_str": "1719723322802348301", + "display_text_range": [ + 0, + 103 + ], + "entities": { + "user_mentions": [ + { + "id_str": "2313633876", + "name": "Sergey Radchenko", + "screen_name": "DrRadchenko", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @DrRadchenko: One reason I planted deep roots in the UK is to have access to top quality journalism.", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719619517809066009", + "quoted_status_permalink": { + "url": "https://t.co/p03ZOHb33b", + "expanded": "https://twitter.com/maxseddon/status/1719619517809066009", + "display": "twitter.com/maxseddon/stat…" + }, + "reply_count": 0, + "retweet_count": 28, + "retweeted": false, + "user_id_str": "579747564", + "id_str": "1719723322802348301", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719630506952736945", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMzEzNjMzODc2", + "rest_id": "2313633876", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Jan 27 13:15:23 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "Historian of the Cold War and after. Wilson E. Schmidt Distinguished Professor @KissingerCenter @SAISHopkins.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "sais.jhu.edu/kissinger/peop…", + "expanded_url": "https://www.sais.jhu.edu/kissinger/people/radchenko", + "url": "https://t.co/YywPu2txmF", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 11420, + "followers_count": 65873, + "friends_count": 3157, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1570, + "location": "Washington, Bologna, Nanjing", + "media_count": 2557, + "name": "Sergey Radchenko", + "normal_followers_count": 65873, + "pinned_tweet_ids_str": [ + "1701432074052292661" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2313633876/1534918367", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1667258432670388232/OGFoBHNj_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DrRadchenko", + "statuses_count": 22088, + "translator_type": "none", + "url": "https://t.co/YywPu2txmF", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1462331070993555457", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719630506952736945" + ], + "editable_until_msecs": "1698830436000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "38620", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719619517809066009", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDk4MTY5OTc=", + "rest_id": "349816997", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Aug 06 19:03:49 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 11351, + "followers_count": 381565, + "friends_count": 4138, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10932, + "location": "", + "media_count": 4083, + "name": "max seddon", + "normal_followers_count": 381565, + "pinned_tweet_ids_str": [ + "1628661588839333888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/349816997/1616624047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000648873265/ce009831b1ece5b9141bcbffd5bf4021_normal.png", + "profile_interstitial_type": "", + "screen_name": "maxseddon", + "statuses_count": 30781, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719619517809066009" + ], + "editable_until_msecs": "1698827816000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "493901", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 119, + "bookmarked": false, + "created_at": "Wed Nov 01 07:36:56 +0000 2023", + "conversation_id_str": "1719619517809066009", + "display_text_range": [ + 0, + 62 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/GWCdTJsxWf", + "expanded_url": "https://twitter.com/maxseddon/status/1719619517809066009/photo/1", + "id_str": "1719619509630148608", + "indices": [ + 63, + 86 + ], + "media_key": "3_1719619509630148608", + "media_url_https": "https://pbs.twimg.com/media/F91Q1URWIAALVV9.jpg", + "type": "photo", + "url": "https://t.co/GWCdTJsxWf", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 922, + "y": 1290, + "h": 72, + "w": 72 + }, + { + "x": 668, + "y": 1402, + "h": 70, + "w": 70 + }, + { + "x": 158, + "y": 1344, + "h": 138, + "w": 138 + }, + { + "x": 364, + "y": 1504, + "h": 172, + "w": 172 + }, + { + "x": 988, + "y": 710, + "h": 214, + "w": 214 + } + ] + }, + "medium": { + "faces": [ + { + "x": 540, + "y": 755, + "h": 42, + "w": 42 + }, + { + "x": 391, + "y": 821, + "h": 41, + "w": 41 + }, + { + "x": 92, + "y": 787, + "h": 80, + "w": 80 + }, + { + "x": 213, + "y": 881, + "h": 100, + "w": 100 + }, + { + "x": 578, + "y": 416, + "h": 125, + "w": 125 + } + ] + }, + "small": { + "faces": [ + { + "x": 306, + "y": 428, + "h": 23, + "w": 23 + }, + { + "x": 221, + "y": 465, + "h": 23, + "w": 23 + }, + { + "x": 52, + "y": 446, + "h": 45, + "w": 45 + }, + { + "x": 120, + "y": 499, + "h": 57, + "w": 57 + }, + { + "x": 328, + "y": 235, + "h": 71, + "w": 71 + } + ] + }, + "orig": { + "faces": [ + { + "x": 922, + "y": 1290, + "h": 72, + "w": 72 + }, + { + "x": 668, + "y": 1402, + "h": 70, + "w": 70 + }, + { + "x": 158, + "y": 1344, + "h": 138, + "w": 138 + }, + { + "x": 364, + "y": 1504, + "h": 172, + "w": 172 + }, + { + "x": 988, + "y": 710, + "h": 214, + "w": 214 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 900, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 510, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2048, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1751 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 2048 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 2048 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/GWCdTJsxWf", + "expanded_url": "https://twitter.com/maxseddon/status/1719619517809066009/photo/1", + "id_str": "1719619509630148608", + "indices": [ + 63, + 86 + ], + "media_key": "3_1719619509630148608", + "media_url_https": "https://pbs.twimg.com/media/F91Q1URWIAALVV9.jpg", + "type": "photo", + "url": "https://t.co/GWCdTJsxWf", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 922, + "y": 1290, + "h": 72, + "w": 72 + }, + { + "x": 668, + "y": 1402, + "h": 70, + "w": 70 + }, + { + "x": 158, + "y": 1344, + "h": 138, + "w": 138 + }, + { + "x": 364, + "y": 1504, + "h": 172, + "w": 172 + }, + { + "x": 988, + "y": 710, + "h": 214, + "w": 214 + } + ] + }, + "medium": { + "faces": [ + { + "x": 540, + "y": 755, + "h": 42, + "w": 42 + }, + { + "x": 391, + "y": 821, + "h": 41, + "w": 41 + }, + { + "x": 92, + "y": 787, + "h": 80, + "w": 80 + }, + { + "x": 213, + "y": 881, + "h": 100, + "w": 100 + }, + { + "x": 578, + "y": 416, + "h": 125, + "w": 125 + } + ] + }, + "small": { + "faces": [ + { + "x": 306, + "y": 428, + "h": 23, + "w": 23 + }, + { + "x": 221, + "y": 465, + "h": 23, + "w": 23 + }, + { + "x": 52, + "y": 446, + "h": 45, + "w": 45 + }, + { + "x": 120, + "y": 499, + "h": 57, + "w": 57 + }, + { + "x": 328, + "y": 235, + "h": 71, + "w": 71 + } + ] + }, + "orig": { + "faces": [ + { + "x": 922, + "y": 1290, + "h": 72, + "w": 72 + }, + { + "x": 668, + "y": 1402, + "h": 70, + "w": 70 + }, + { + "x": 158, + "y": 1344, + "h": 138, + "w": 138 + }, + { + "x": 364, + "y": 1504, + "h": 172, + "w": 172 + }, + { + "x": 988, + "y": 710, + "h": 214, + "w": 214 + } + ] + } + }, + "sizes": { + "large": { + "h": 2048, + "w": 1536, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 900, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 510, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 2048, + "width": 1536, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1536, + "h": 860 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1751 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 2048 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 2048 + } + ] + } + } + ] + }, + "favorite_count": 2704, + "favorited": false, + "full_text": "Nothing worse than getting scooped on a big story on your beat https://t.co/GWCdTJsxWf", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 83, + "reply_count": 86, + "retweet_count": 334, + "retweeted": false, + "user_id_str": "349816997", + "id_str": "1719619517809066009" + } + } + }, + "legacy": { + "bookmark_count": 6, + "bookmarked": false, + "created_at": "Wed Nov 01 08:20:36 +0000 2023", + "conversation_id_str": "1719630506952736945", + "display_text_range": [ + 0, + 86 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 291, + "favorited": false, + "full_text": "One reason I planted deep roots in the UK is to have access to top quality journalism.", + "is_quote_status": true, + "lang": "en", + "quote_count": 1, + "quoted_status_id_str": "1719619517809066009", + "quoted_status_permalink": { + "url": "https://t.co/p03ZOHb33b", + "expanded": "https://twitter.com/maxseddon/status/1719619517809066009", + "display": "twitter.com/maxseddon/stat…" + }, + "reply_count": 15, + "retweet_count": 28, + "retweeted": false, + "user_id_str": "2313633876", + "id_str": "1719630506952736945" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722934812467442", + "sortIndex": "1719749859424075716", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722934812467442", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzIxNDUxNDQ=", + "rest_id": "172145144", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Thu Jul 29 00:50:34 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Vice President for Studies & James Family Chair @CarnegieEndow. \nGraphic novel out now! ACCIDENTAL CZAR: THE LIFE AND LIES OF VLADIMIR PUTIN https://t.co/zf76DeFTUP", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/3DrClmy", + "expanded_url": "http://bit.ly/3DrClmy", + "url": "https://t.co/zf76DeFTUP", + "indices": [ + 141, + 164 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "andrewweiss.me", + "expanded_url": "http://andrewweiss.me", + "url": "https://t.co/odcR29y60A", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 12232, + "followers_count": 35860, + "friends_count": 3673, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1056, + "location": "Washington, DC", + "media_count": 1621, + "name": "Andrew S. Weiss", + "normal_followers_count": 35860, + "pinned_tweet_ids_str": [ + "1590363881855397888" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/172145144/1663948172", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1563250826805534723/PdG9k-YO_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "andrewsweiss", + "statuses_count": 15322, + "translator_type": "none", + "url": "https://t.co/odcR29y60A", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/sWBL0tUKrV", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 277, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Both the Prigozhin mutiny earlier this year and now the pogroms in the North Caucasus show that no matter how brutal and impenetrable the Russian regime may seem, it is weak and indecisive when...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "carnegieendowment.org", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 590, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1567651535340945415", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 78, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "carnegieendowment.org", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Why the Russian Authorities Failed to Stop Pogroms in the Caucasus", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/sWBL0tUKrV", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/sWBL0tUKrV", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTY3NjUxNTM1MzQwOTQ1NDE1", + "rest_id": "1567651535340945415", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Sep 07 23:11:56 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Latest insights from the top experts on Russia, Ukraine, and Eurasia. Part of @CarnegieRussia / @CarnegieEndow. На русском: @CarnegieRu", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "CarnegiePolitika.org", + "expanded_url": "http://CarnegiePolitika.org", + "url": "https://t.co/8FUITkXxAw", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 85, + "followers_count": 2176, + "friends_count": 51, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 54, + "location": "", + "media_count": 9, + "name": "Carnegie Politika", + "normal_followers_count": 2176, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1567651535340945415/1662726594", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1568215036845334528/Bk6f6lYd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CEIP_Politika", + "statuses_count": 551, + "translator_type": "none", + "url": "https://t.co/8FUITkXxAw", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719722934812467442" + ], + "editable_until_msecs": "1698852473223", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:27:53 +0000 2023", + "conversation_id_str": "1719722934812467442", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "3005617779", + "name": "Alexander Gabuev 陳寒士", + "screen_name": "AlexGabuev", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @AlexGabuev: \"Both the Prigozhin mutiny and the pogroms in the North Caucasus show that no matter how brutal the Russian regime may seem…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 25, + "retweeted": false, + "user_id_str": "172145144", + "id_str": "1719722934812467442", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719380785151529007", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDA1NjE3Nzc5", + "rest_id": "3005617779", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Jan 30 14:17:48 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Director of Carnegie Russia Eurasia Center in Berlin, part of @CarnegieEndow. Senior Advisor @ASG.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "carnegieendowment.org/experts/1017", + "expanded_url": "https://carnegieendowment.org/experts/1017", + "url": "https://t.co/Asxy4f4MLe", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 8895, + "followers_count": 42376, + "friends_count": 2150, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1336, + "location": "", + "media_count": 196, + "name": "Alexander Gabuev 陳寒士", + "normal_followers_count": 42376, + "pinned_tweet_ids_str": [ + "1685537945032216576" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3005617779/1422653076", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1616382904694603777/oWq5M9hi_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AlexGabuev", + "statuses_count": 6161, + "translator_type": "none", + "url": "https://t.co/Asxy4f4MLe", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/sWBL0tUKrV", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 277, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Both the Prigozhin mutiny earlier this year and now the pogroms in the North Caucasus show that no matter how brutal and impenetrable the Russian regime may seem, it is weak and indecisive when...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "carnegieendowment.org", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 590, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1567651535340945415", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 78, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "carnegieendowment.org", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Why the Russian Authorities Failed to Stop Pogroms in the Caucasus", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 25, + "green": 16, + "red": 17 + }, + "percentage": 62.34 + }, + { + "rgb": { + "blue": 150, + "green": 150, + "red": 151 + }, + "percentage": 21.76 + }, + { + "rgb": { + "blue": 119, + "green": 75, + "red": 48 + }, + "percentage": 3.92 + }, + { + "rgb": { + "blue": 132, + "green": 145, + "red": 170 + }, + "percentage": 2.24 + }, + { + "rgb": { + "blue": 179, + "green": 196, + "red": 152 + }, + "percentage": 0.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/sWBL0tUKrV", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 770, + "width": 1420, + "url": "https://pbs.twimg.com/card_img/1719053126525767681/0ePCCYxr?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/sWBL0tUKrV", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNTY3NjUxNTM1MzQwOTQ1NDE1", + "rest_id": "1567651535340945415", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Sep 07 23:11:56 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "Latest insights from the top experts on Russia, Ukraine, and Eurasia. Part of @CarnegieRussia / @CarnegieEndow. На русском: @CarnegieRu", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "CarnegiePolitika.org", + "expanded_url": "http://CarnegiePolitika.org", + "url": "https://t.co/8FUITkXxAw", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 85, + "followers_count": 2176, + "friends_count": 51, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 54, + "location": "", + "media_count": 9, + "name": "Carnegie Politika", + "normal_followers_count": 2176, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1567651535340945415/1662726594", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1568215036845334528/Bk6f6lYd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CEIP_Politika", + "statuses_count": 551, + "translator_type": "none", + "url": "https://t.co/8FUITkXxAw", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719380785151529007" + ], + "editable_until_msecs": "1698770898000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "12213", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 9, + "bookmarked": false, + "created_at": "Tue Oct 31 15:48:18 +0000 2023", + "conversation_id_str": "1719380785151529007", + "display_text_range": [ + 0, + 274 + ], + "entities": { + "user_mentions": [ + { + "id_str": "176379304", + "name": "Tatiana Stanovaya", + "screen_name": "Stanovaya", + "indices": [ + 239, + 249 + ] + } + ], + "urls": [ + { + "display_url": "carnegieendowment.org/politika/90873", + "expanded_url": "https://carnegieendowment.org/politika/90873", + "url": "https://t.co/sWBL0tUKrV", + "indices": [ + 251, + 274 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 76, + "favorited": false, + "full_text": "\"Both the Prigozhin mutiny and the pogroms in the North Caucasus show that no matter how brutal the Russian regime may seem, it is weak and indecisive as soon as it is confronted with any non-anti-Putin unrest.\" Some sharp observations by @Stanovaya. https://t.co/sWBL0tUKrV", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 2, + "reply_count": 5, + "retweet_count": 25, + "retweeted": false, + "user_id_str": "3005617779", + "id_str": "1719380785151529007" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722695321878885", + "sortIndex": "1719749859424075715", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722695321878885", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNTE5MDQ0NjI4", + "rest_id": "2519044628", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat May 24 00:38:04 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "@nytimes Visual Investigations,\nPreviously @bellingcat\nTips, questions, etc. - DMs are open, aric.toler@nytimes.com\nSignal/Telegram/WhatsApp: +1 913-209-0215", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "nytimes.com/spotlight/visu…", + "expanded_url": "https://www.nytimes.com/spotlight/visual-investigations", + "url": "https://t.co/nbcCNfe8et", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 23753, + "followers_count": 135191, + "friends_count": 1349, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3276, + "location": "Kansas City", + "media_count": 4547, + "name": "Aric Toler", + "normal_followers_count": 135191, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2519044628/1470773317", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1703423707874496512/r9rbeRNV_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AricToler", + "statuses_count": 31292, + "translator_type": "none", + "url": "https://t.co/nbcCNfe8et", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719722695321878885" + ], + "editable_until_msecs": "1698852416000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "11137", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 4, + "bookmarked": false, + "created_at": "Wed Nov 01 14:26:56 +0000 2023", + "conversation_id_str": "1719722695321878885", + "display_text_range": [ + 0, + 106 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719721844217962496", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719721844217962496", + "media_url_https": "https://pbs.twimg.com/media/F92t5-UXYAAHU0W.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 639, + "w": 790, + "resize": "fit" + }, + "medium": { + "h": 639, + "w": 790, + "resize": "fit" + }, + "small": { + "h": 550, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 639, + "width": 790, + "focus_rects": [ + { + "x": 0, + "y": 197, + "w": 790, + "h": 442 + }, + { + "x": 0, + "y": 0, + "w": 639, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 561, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 320, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 790, + "h": 639 + } + ] + } + }, + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719721856855330816", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719721856855330816", + "media_url_https": "https://pbs.twimg.com/media/F92t6tZWUAA417I.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 173, + "w": 787, + "resize": "fit" + }, + "medium": { + "h": 173, + "w": 787, + "resize": "fit" + }, + "small": { + "h": 149, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 173, + "width": 787, + "focus_rects": [ + { + "x": 219, + "y": 0, + "w": 309, + "h": 173 + }, + { + "x": 287, + "y": 0, + "w": 173, + "h": 173 + }, + { + "x": 297, + "y": 0, + "w": 152, + "h": 173 + }, + { + "x": 330, + "y": 0, + "w": 87, + "h": 173 + }, + { + "x": 0, + "y": 0, + "w": 787, + "h": 173 + } + ] + } + }, + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719722087059718144", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719722087059718144", + "media_url_https": "https://pbs.twimg.com/media/F92uIG-WgAAqipv.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 292, + "w": 781, + "resize": "fit" + }, + "medium": { + "h": 292, + "w": 781, + "resize": "fit" + }, + "small": { + "h": 254, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 292, + "width": 781, + "focus_rects": [ + { + "x": 32, + "y": 0, + "w": 521, + "h": 292 + }, + { + "x": 146, + "y": 0, + "w": 292, + "h": 292 + }, + { + "x": 164, + "y": 0, + "w": 256, + "h": 292 + }, + { + "x": 219, + "y": 0, + "w": 146, + "h": 292 + }, + { + "x": 0, + "y": 0, + "w": 781, + "h": 292 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "rollingstone.com/tv-movies/tv-m…", + "expanded_url": "https://www.rollingstone.com/tv-movies/tv-movie-features/hbo-casey-bloys-secret-twitter-trolls-tv-critics-leaked-texts-lawsuit-the-idol-1234867722/", + "url": "https://t.co/RnAGPi7pMv", + "indices": [ + 83, + 106 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719721844217962496", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719721844217962496", + "media_url_https": "https://pbs.twimg.com/media/F92t5-UXYAAHU0W.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 639, + "w": 790, + "resize": "fit" + }, + "medium": { + "h": 639, + "w": 790, + "resize": "fit" + }, + "small": { + "h": 550, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 639, + "width": 790, + "focus_rects": [ + { + "x": 0, + "y": 197, + "w": 790, + "h": 442 + }, + { + "x": 0, + "y": 0, + "w": 639, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 561, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 320, + "h": 639 + }, + { + "x": 0, + "y": 0, + "w": 790, + "h": 639 + } + ] + } + }, + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719721856855330816", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719721856855330816", + "media_url_https": "https://pbs.twimg.com/media/F92t6tZWUAA417I.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 173, + "w": 787, + "resize": "fit" + }, + "medium": { + "h": 173, + "w": 787, + "resize": "fit" + }, + "small": { + "h": 149, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 173, + "width": 787, + "focus_rects": [ + { + "x": 219, + "y": 0, + "w": 309, + "h": 173 + }, + { + "x": 287, + "y": 0, + "w": 173, + "h": 173 + }, + { + "x": 297, + "y": 0, + "w": 152, + "h": 173 + }, + { + "x": 330, + "y": 0, + "w": 87, + "h": 173 + }, + { + "x": 0, + "y": 0, + "w": 787, + "h": 173 + } + ] + } + }, + { + "display_url": "pic.twitter.com/FadosL8Uux", + "expanded_url": "https://twitter.com/AricToler/status/1719722695321878885/photo/1", + "id_str": "1719722087059718144", + "indices": [ + 107, + 130 + ], + "media_key": "3_1719722087059718144", + "media_url_https": "https://pbs.twimg.com/media/F92uIG-WgAAqipv.jpg", + "type": "photo", + "url": "https://t.co/FadosL8Uux", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 292, + "w": 781, + "resize": "fit" + }, + "medium": { + "h": 292, + "w": 781, + "resize": "fit" + }, + "small": { + "h": 254, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 292, + "width": 781, + "focus_rects": [ + { + "x": 32, + "y": 0, + "w": 521, + "h": 292 + }, + { + "x": 146, + "y": 0, + "w": 292, + "h": 292 + }, + { + "x": 164, + "y": 0, + "w": 256, + "h": 292 + }, + { + "x": 219, + "y": 0, + "w": 146, + "h": 292 + }, + { + "x": 0, + "y": 0, + "w": 781, + "h": 292 + } + ] + } + } + ] + }, + "favorite_count": 70, + "favorited": false, + "full_text": "God this is so funny.\n\"HBO Bosses Used ‘Secret’ Fake Accounts to Troll TV Critics\"\nhttps://t.co/RnAGPi7pMv https://t.co/FadosL8Uux", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 3, + "retweet_count": 19, + "retweeted": false, + "user_id_str": "2519044628", + "id_str": "1719722695321878885" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722651243962390", + "sortIndex": "1719749859424075714", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722651243962390", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDUzMjc0MzI=", + "rest_id": "105327432", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sat Jan 16 01:34:50 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Columnist @TheDailyBeast, creator of the Russian Media Monitor, sanctioned by Russia, member of @TheEmmys.\n\nI watch Russian state TV, so you don't have to.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thedailybeast.com/author/julia-d…", + "expanded_url": "https://www.thedailybeast.com/author/julia-davis", + "url": "https://t.co/jkgE3TNxS4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 164378, + "followers_count": 458593, + "friends_count": 1619, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7044, + "location": "United States", + "media_count": 21134, + "name": "Julia Davis", + "normal_followers_count": 458593, + "pinned_tweet_ids_str": [ + "1528031848240140288" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/105327432/1653441376", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1173814137878646784/Gu54B4pc_normal.png", + "profile_interstitial_type": "", + "screen_name": "JuliaDavisNews", + "statuses_count": 115648, + "translator_type": "none", + "url": "https://t.co/jkgE3TNxS4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719722651243962390" + ], + "editable_until_msecs": "1698852405615", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:26:45 +0000 2023", + "conversation_id_str": "1719722651243962390", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "2768922304", + "name": "cmad", + "screen_name": "cmadmax", + "indices": [ + 3, + 11 + ] + }, + { + "id_str": "254117355", + "name": "Morning Joe", + "screen_name": "Morning_Joe", + "indices": [ + 13, + 25 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @cmadmax: @Morning_Joe Seriously, because Mike Johnson wears a nice suit, appears civil makes him not dangerous for democracy, ours and…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1717620633884869076", + "quoted_status_permalink": { + "url": "https://t.co/gXMHpPkhFp", + "expanded": "https://twitter.com/juliadavisnews/status/1717620633884869076", + "display": "twitter.com/juliadavisnews…" + }, + "reply_count": 0, + "retweet_count": 25, + "retweeted": false, + "user_id_str": "105327432", + "id_str": "1719722651243962390", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719709265462538629", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNzY4OTIyMzA0", + "rest_id": "2768922304", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sat Sep 13 13:24:42 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "FDREleanorRooseveltMollyIvinsMadeleineAlbrightMarkTwain HarryTrumanAnnRichardsHillaryClintonJFKMalala BarackObama ChaneyGoodman&Schwerner GabbyGiffordsMLKLBJ", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 536940, + "followers_count": 3219, + "friends_count": 5001, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 112, + "location": "", + "media_count": 8759, + "name": "cmad", + "normal_followers_count": 3219, + "pinned_tweet_ids_str": [ + "1581672971982106624" + ], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/685595590143524864/Kgo1ZZG2_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "cmadmax", + "statuses_count": 479969, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719709265462538629" + ], + "editable_until_msecs": "1698849214000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "14851", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPad", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1717620633884869076", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDUzMjc0MzI=", + "rest_id": "105327432", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sat Jan 16 01:34:50 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Columnist @TheDailyBeast, creator of the Russian Media Monitor, sanctioned by Russia, member of @TheEmmys.\n\nI watch Russian state TV, so you don't have to.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thedailybeast.com/author/julia-d…", + "expanded_url": "https://www.thedailybeast.com/author/julia-davis", + "url": "https://t.co/jkgE3TNxS4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 164378, + "followers_count": 458593, + "friends_count": 1619, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7044, + "location": "United States", + "media_count": 21134, + "name": "Julia Davis", + "normal_followers_count": 458593, + "pinned_tweet_ids_str": [ + "1528031848240140288" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/105327432/1653441376", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1173814137878646784/Gu54B4pc_normal.png", + "profile_interstitial_type": "", + "screen_name": "JuliaDavisNews", + "statuses_count": 115648, + "translator_type": "none", + "url": "https://t.co/jkgE3TNxS4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/0jAzFzTWvS", + "legacy": { + "binding_values": [ + { + "key": "player_url", + "value": { + "string_value": "https://www.youtube.com/embed/NZ8g0f0USX8", + "type": "STRING" + } + }, + { + "key": "player_image_large", + "value": { + "image_value": { + "height": 627, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=1200x627" + }, + "type": "IMAGE" + } + }, + { + "key": "player_image", + "value": { + "image_value": { + "height": 210, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=280x280" + }, + "type": "IMAGE" + } + }, + { + "key": "app_star_rating", + "value": { + "string_value": "4.67809", + "type": "STRING" + } + }, + { + "key": "player_width", + "value": { + "string_value": "1280", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.youtube.com", + "type": "STRING" + } + }, + { + "key": "app_is_free", + "value": { + "string_value": "true", + "type": "STRING" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "10228272", + "path": [] + } + } + }, + { + "key": "player_image_original", + "value": { + "image_value": { + "height": 360, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "app_num_ratings", + "value": { + "string_value": "33,213,625", + "type": "STRING" + } + }, + { + "key": "app_price_amount", + "value": { + "string_value": "0.0", + "type": "STRING" + } + }, + { + "key": "player_height", + "value": { + "string_value": "720", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "youtube.com", + "type": "STRING" + } + }, + { + "key": "app_name", + "value": { + "string_value": "YouTube: Watch, Listen, Stream", + "type": "STRING" + } + }, + { + "key": "player_image_small", + "value": { + "image_value": { + "height": 108, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "title", + "value": { + "string_value": "Russia is thrilled about Mike Johnson", + "type": "STRING" + } + }, + { + "key": "app_price_currency", + "value": { + "string_value": "USD", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/0jAzFzTWvS", + "type": "STRING" + } + }, + { + "key": "player_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 0, + "green": 0, + "red": 0 + }, + "percentage": 63.58 + }, + { + "rgb": { + "blue": 57, + "green": 74, + "red": 125 + }, + "percentage": 10.36 + }, + { + "rgb": { + "blue": 145, + "green": 163, + "red": 193 + }, + "percentage": 6.49 + }, + { + "rgb": { + "blue": 45, + "green": 54, + "red": 151 + }, + "percentage": 3.26 + }, + { + "rgb": { + "blue": 78, + "green": 33, + "red": 24 + }, + "percentage": 2.22 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "player_image_x_large", + "value": { + "image_value": { + "height": 360, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "player", + "url": "https://t.co/0jAzFzTWvS", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDIyODI3Mg==", + "rest_id": "10228272", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Nov 13 21:43:46 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "like and subscribe.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "youtube.com", + "expanded_url": "http://youtube.com", + "url": "https://t.co/bUisN3Y1A6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6167, + "followers_count": 79504531, + "friends_count": 1176, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 79870, + "location": "San Bruno, CA", + "media_count": 15685, + "name": "YouTube", + "normal_followers_count": 79504531, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1697646656", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "YouTube", + "statuses_count": 56855, + "translator_type": "regular", + "url": "https://t.co/bUisN3Y1A6", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1717620633884869076" + ], + "editable_until_msecs": "1698351245000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "334986", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 96, + "bookmarked": false, + "created_at": "Thu Oct 26 19:14:05 +0000 2023", + "conversation_id_str": "1717620633884869076", + "display_text_range": [ + 0, + 271 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "youtu.be/NZ8g0f0USX8", + "expanded_url": "https://youtu.be/NZ8g0f0USX8", + "url": "https://t.co/0jAzFzTWvS", + "indices": [ + 248, + 271 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 3479, + "favorited": false, + "full_text": "Meanwhile in Russia: state TV is celebrating Mike Johnson's speakership, because of his anti-Ukrainian stance. They also appreciated Virginia Foxx yelling \"Shut up!\" to a reporter. This too is in total alignment with Russian values and interests. \nhttps://t.co/0jAzFzTWvS", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 163, + "reply_count": 124, + "retweet_count": 1966, + "retweeted": false, + "user_id_str": "105327432", + "id_str": "1717620633884869076" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:33:34 +0000 2023", + "conversation_id_str": "1719678439714648431", + "display_text_range": [ + 13, + 199 + ], + "entities": { + "user_mentions": [ + { + "id_str": "254117355", + "name": "Morning Joe", + "screen_name": "Morning_Joe", + "indices": [ + 0, + 12 + ] + }, + { + "id_str": "34719119", + "name": "Walter Isaacson", + "screen_name": "WalterIsaacson", + "indices": [ + 147, + 162 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 188, + 199 + ], + "text": "morningjoe" + } + ], + "symbols": [] + }, + "favorite_count": 93, + "favorited": false, + "full_text": "@Morning_Joe Seriously, because Mike Johnson wears a nice suit, appears civil makes him not dangerous for democracy, ours and Ukraine? Good grief @WalterIsaacson Moscow is celebrating. \n#morningjoe", + "in_reply_to_screen_name": "Morning_Joe", + "in_reply_to_status_id_str": "1719678439714648431", + "in_reply_to_user_id_str": "254117355", + "is_quote_status": true, + "lang": "en", + "quote_count": 1, + "quoted_status_id_str": "1717620633884869076", + "quoted_status_permalink": { + "url": "https://t.co/gXMHpPkhFp", + "expanded": "https://twitter.com/juliadavisnews/status/1717620633884869076", + "display": "twitter.com/juliadavisnews…" + }, + "reply_count": 7, + "retweet_count": 25, + "retweeted": false, + "user_id_str": "2768922304", + "id_str": "1719709265462538629" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722560105943231", + "sortIndex": "1719749859424075713", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722560105943231", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/5ipnPbVd9t", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Recent survey finds a majority of Russians would support a rapid end to the war, but not if it meant handing back all of the occupied territories to Kyiv.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.kyivpost.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivpost.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 20, + "green": 23, + "red": 46 + }, + "percentage": 60.1 + }, + { + "rgb": { + "blue": 207, + "green": 196, + "red": 186 + }, + "percentage": 11.06 + }, + { + "rgb": { + "blue": 42, + "green": 51, + "red": 35 + }, + "percentage": 8.48 + }, + { + "rgb": { + "blue": 79, + "green": 61, + "red": 29 + }, + "percentage": 4.19 + }, + { + "rgb": { + "blue": 29, + "green": 68, + "red": 97 + }, + "percentage": 3.49 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "70% of Russians Support Ending War in Ukraine - With One 'BUT'", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 20, + "green": 23, + "red": 46 + }, + "percentage": 60.1 + }, + { + "rgb": { + "blue": 207, + "green": 196, + "red": 186 + }, + "percentage": 11.06 + }, + { + "rgb": { + "blue": 42, + "green": 51, + "red": 35 + }, + "percentage": 8.48 + }, + { + "rgb": { + "blue": 79, + "green": 61, + "red": 29 + }, + "percentage": 4.19 + }, + { + "rgb": { + "blue": 29, + "green": 68, + "red": 97 + }, + "percentage": 3.49 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 20, + "green": 23, + "red": 46 + }, + "percentage": 60.1 + }, + { + "rgb": { + "blue": 207, + "green": 196, + "red": 186 + }, + "percentage": 11.06 + }, + { + "rgb": { + "blue": 42, + "green": 51, + "red": 35 + }, + "percentage": 8.48 + }, + { + "rgb": { + "blue": 79, + "green": 61, + "red": 29 + }, + "percentage": 4.19 + }, + { + "rgb": { + "blue": 29, + "green": 68, + "red": 97 + }, + "percentage": 3.49 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/5ipnPbVd9t", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 420, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719709889658810368/0Dp4-Ixg?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/5ipnPbVd9t", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719722560105943231" + ], + "editable_until_msecs": "1698852383000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4459", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": false, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MjI1NjAwMTM2Mzk2ODA=", + "text": "70% of Russians Support Ending War in #Ukraine - With One 'BUT'\n\nRecent survey finds a majority of Russians would support a rapid end to the #war, but not if it meant handing back all of the occupied territories to #Kyiv.\n\nhttps://t.co/V652twgFO2", + "entity_set": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/post/23538", + "expanded_url": "https://www.kyivpost.com/post/23538", + "url": "https://t.co/V652twgFO2", + "indices": [ + 223, + 246 + ] + } + ], + "hashtags": [ + { + "indices": [ + 38, + 46 + ], + "text": "Ukraine" + }, + { + "indices": [ + 141, + 145 + ], + "text": "war" + }, + { + "indices": [ + 215, + 220 + ], + "text": "Kyiv" + } + ], + "symbols": [] + }, + "richtext": { + "richtext_tags": [ + { + "from_index": 0, + "to_index": 38, + "richtext_types": [ + "Bold" + ] + }, + { + "from_index": 46, + "to_index": 63, + "richtext_types": [ + "Bold" + ] + } + ] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:26:23 +0000 2023", + "conversation_id_str": "1719722560105943231", + "display_text_range": [ + 0, + 246 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/post/23538", + "expanded_url": "https://www.kyivpost.com/post/23538", + "url": "https://t.co/5ipnPbVd9t", + "indices": [ + 223, + 246 + ] + } + ], + "hashtags": [ + { + "indices": [ + 38, + 46 + ], + "text": "Ukraine" + }, + { + "indices": [ + 141, + 145 + ], + "text": "war" + }, + { + "indices": [ + 215, + 220 + ], + "text": "Kyiv" + } + ], + "symbols": [] + }, + "favorite_count": 8, + "favorited": false, + "full_text": "70% of Russians Support Ending War in #Ukraine - With One 'BUT'\n\nRecent survey finds a majority of Russians would support a rapid end to the #war, but not if it meant handing back all of the occupied territories to #Kyiv.\n\nhttps://t.co/5ipnPbVd9t", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 2, + "retweet_count": 5, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719722560105943231" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722424671846513", + "sortIndex": "1719749859424075712", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722424671846513", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDUzMjc0MzI=", + "rest_id": "105327432", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sat Jan 16 01:34:50 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Columnist @TheDailyBeast, creator of the Russian Media Monitor, sanctioned by Russia, member of @TheEmmys.\n\nI watch Russian state TV, so you don't have to.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thedailybeast.com/author/julia-d…", + "expanded_url": "https://www.thedailybeast.com/author/julia-davis", + "url": "https://t.co/jkgE3TNxS4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 164378, + "followers_count": 458593, + "friends_count": 1619, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7044, + "location": "United States", + "media_count": 21134, + "name": "Julia Davis", + "normal_followers_count": 458593, + "pinned_tweet_ids_str": [ + "1528031848240140288" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/105327432/1653441376", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1173814137878646784/Gu54B4pc_normal.png", + "profile_interstitial_type": "", + "screen_name": "JuliaDavisNews", + "statuses_count": 115648, + "translator_type": "none", + "url": "https://t.co/jkgE3TNxS4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719722424671846513" + ], + "editable_until_msecs": "1698852351596", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:25:51 +0000 2023", + "conversation_id_str": "1719722424671846513", + "display_text_range": [ + 0, + 129 + ], + "entities": { + "user_mentions": [ + { + "id_str": "110213124", + "name": "The Editorial Board", + "screen_name": "johnastoehr", + "indices": [ + 3, + 15 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @johnastoehr: Anyone who finds themselves on the same side as Russian apparatchiks, as it were, has some soul-searching to do.", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1717620633884869076", + "quoted_status_permalink": { + "url": "https://t.co/sMOu7xsRlM", + "expanded": "https://twitter.com/JuliaDavisNews/status/1717620633884869076", + "display": "twitter.com/JuliaDavisNews…" + }, + "reply_count": 0, + "retweet_count": 37, + "retweeted": false, + "user_id_str": "105327432", + "id_str": "1719722424671846513", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719721181308186897", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTAyMTMxMjQ=", + "rest_id": "110213124", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sun Jan 31 19:21:17 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "John Stoehr is the editor of the Editorial Board. Subscribe @ https://t.co/gZmN6OyN4Y. Threads @ https://t.co/aAnBtfM71s", + "entities": { + "description": { + "urls": [ + { + "display_url": "editorialboard.com", + "expanded_url": "http://editorialboard.com", + "url": "https://t.co/gZmN6OyN4Y", + "indices": [ + 62, + 85 + ] + }, + { + "display_url": "threads.net/@politics_in_p…", + "expanded_url": "https://www.threads.net/@politics_in_plain_english", + "url": "https://t.co/aAnBtfM71s", + "indices": [ + 97, + 120 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 40897, + "followers_count": 42142, + "friends_count": 9772, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 789, + "location": "New Haven", + "media_count": 5908, + "name": "The Editorial Board", + "normal_followers_count": 42142, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/110213124/1669215224", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589265912930222080/FrUUS5sz_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "johnastoehr", + "statuses_count": 222004, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1631697059664347136", + "professional_type": "Creator", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719721181308186897" + ], + "editable_until_msecs": "1698852055000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "14404", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1717620633884869076", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDUzMjc0MzI=", + "rest_id": "105327432", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sat Jan 16 01:34:50 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Columnist @TheDailyBeast, creator of the Russian Media Monitor, sanctioned by Russia, member of @TheEmmys.\n\nI watch Russian state TV, so you don't have to.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thedailybeast.com/author/julia-d…", + "expanded_url": "https://www.thedailybeast.com/author/julia-davis", + "url": "https://t.co/jkgE3TNxS4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 164378, + "followers_count": 458593, + "friends_count": 1619, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7044, + "location": "United States", + "media_count": 21134, + "name": "Julia Davis", + "normal_followers_count": 458593, + "pinned_tweet_ids_str": [ + "1528031848240140288" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/105327432/1653441376", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1173814137878646784/Gu54B4pc_normal.png", + "profile_interstitial_type": "", + "screen_name": "JuliaDavisNews", + "statuses_count": 115648, + "translator_type": "none", + "url": "https://t.co/jkgE3TNxS4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/0jAzFzTWvS", + "legacy": { + "binding_values": [ + { + "key": "player_url", + "value": { + "string_value": "https://www.youtube.com/embed/NZ8g0f0USX8", + "type": "STRING" + } + }, + { + "key": "player_image_large", + "value": { + "image_value": { + "height": 627, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=1200x627" + }, + "type": "IMAGE" + } + }, + { + "key": "player_image", + "value": { + "image_value": { + "height": 210, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=280x280" + }, + "type": "IMAGE" + } + }, + { + "key": "app_star_rating", + "value": { + "string_value": "4.67809", + "type": "STRING" + } + }, + { + "key": "player_width", + "value": { + "string_value": "1280", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.youtube.com", + "type": "STRING" + } + }, + { + "key": "app_is_free", + "value": { + "string_value": "true", + "type": "STRING" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "10228272", + "path": [] + } + } + }, + { + "key": "player_image_original", + "value": { + "image_value": { + "height": 360, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "app_num_ratings", + "value": { + "string_value": "33,213,625", + "type": "STRING" + } + }, + { + "key": "app_price_amount", + "value": { + "string_value": "0.0", + "type": "STRING" + } + }, + { + "key": "player_height", + "value": { + "string_value": "720", + "type": "STRING" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "youtube.com", + "type": "STRING" + } + }, + { + "key": "app_name", + "value": { + "string_value": "YouTube: Watch, Listen, Stream", + "type": "STRING" + } + }, + { + "key": "player_image_small", + "value": { + "image_value": { + "height": 108, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "title", + "value": { + "string_value": "Russia is thrilled about Mike Johnson", + "type": "STRING" + } + }, + { + "key": "app_price_currency", + "value": { + "string_value": "USD", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/0jAzFzTWvS", + "type": "STRING" + } + }, + { + "key": "player_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 0, + "green": 0, + "red": 0 + }, + "percentage": 63.58 + }, + { + "rgb": { + "blue": 57, + "green": 74, + "red": 125 + }, + "percentage": 10.36 + }, + { + "rgb": { + "blue": 145, + "green": 163, + "red": 193 + }, + "percentage": 6.49 + }, + { + "rgb": { + "blue": 45, + "green": 54, + "red": 151 + }, + "percentage": 3.26 + }, + { + "rgb": { + "blue": 78, + "green": 33, + "red": 24 + }, + "percentage": 2.22 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "player_image_x_large", + "value": { + "image_value": { + "height": 360, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1717620285099143168/HLnAfEBd?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "player", + "url": "https://t.co/0jAzFzTWvS", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDIyODI3Mg==", + "rest_id": "10228272", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Nov 13 21:43:46 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "like and subscribe.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "youtube.com", + "expanded_url": "http://youtube.com", + "url": "https://t.co/bUisN3Y1A6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6167, + "followers_count": 79504531, + "friends_count": 1176, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 79870, + "location": "San Bruno, CA", + "media_count": 15685, + "name": "YouTube", + "normal_followers_count": 79504531, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1697646656", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "YouTube", + "statuses_count": 56855, + "translator_type": "regular", + "url": "https://t.co/bUisN3Y1A6", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1717620633884869076" + ], + "editable_until_msecs": "1698351245000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "334986", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 96, + "bookmarked": false, + "created_at": "Thu Oct 26 19:14:05 +0000 2023", + "conversation_id_str": "1717620633884869076", + "display_text_range": [ + 0, + 271 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "youtu.be/NZ8g0f0USX8", + "expanded_url": "https://youtu.be/NZ8g0f0USX8", + "url": "https://t.co/0jAzFzTWvS", + "indices": [ + 248, + 271 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 3479, + "favorited": false, + "full_text": "Meanwhile in Russia: state TV is celebrating Mike Johnson's speakership, because of his anti-Ukrainian stance. They also appreciated Virginia Foxx yelling \"Shut up!\" to a reporter. This too is in total alignment with Russian values and interests. \nhttps://t.co/0jAzFzTWvS", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 163, + "reply_count": 124, + "retweet_count": 1966, + "retweeted": false, + "user_id_str": "105327432", + "id_str": "1717620633884869076" + } + } + }, + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:20:55 +0000 2023", + "conversation_id_str": "1719721181308186897", + "display_text_range": [ + 0, + 112 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 122, + "favorited": false, + "full_text": "Anyone who finds themselves on the same side as Russian apparatchiks, as it were, has some soul-searching to do.", + "is_quote_status": true, + "lang": "en", + "quote_count": 2, + "quoted_status_id_str": "1717620633884869076", + "quoted_status_permalink": { + "url": "https://t.co/sMOu7xsRlM", + "expanded": "https://twitter.com/JuliaDavisNews/status/1717620633884869076", + "display": "twitter.com/JuliaDavisNews…" + }, + "reply_count": 4, + "retweet_count": 37, + "retweeted": false, + "user_id_str": "110213124", + "id_str": "1719721181308186897" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719722280945594873", + "sortIndex": "1719749859424075711", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719722280945594873", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx", + "rest_id": "1005846500583321601", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sun Jun 10 16:17:48 +0000 2018", + "default_profile": true, + "default_profile_image": false, + "description": "Dad. Spouse to @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Dr. & Senior Fellow, SAIS, JHU. 🧵 @alexander_s_vindman", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "alexandervindman.substack.com", + "expanded_url": "https://alexandervindman.substack.com", + "url": "https://t.co/vyo9QsFIcu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13711, + "followers_count": 923342, + "friends_count": 1617, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5777, + "location": "Florida, USA", + "media_count": 286, + "name": "Alexander S. Vindman ❎", + "normal_followers_count": 923342, + "pinned_tweet_ids_str": [ + "1718978158240674010" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1005846500583321601/1682038223", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438653431837872135/6170zRMd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AVindman", + "statuses_count": 6000, + "translator_type": "none", + "url": "https://t.co/vyo9QsFIcu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1469829466885132297", + "professional_type": "Business", + "category": [ + { + "id": 956, + "name": "Writer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719722280945594873" + ], + "editable_until_msecs": "1698852317329", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:25:17 +0000 2023", + "conversation_id_str": "1719722280945594873", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "586291040", + "name": "Auschwitz Memorial", + "screen_name": "AuschwitzMuseum", + "indices": [ + 3, + 19 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @AuschwitzMuseum: Our account has lost over 6,100 followers in October. \n\nThat's why we continue to ask for your engagement. \n\nYou creat…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 3434, + "retweeted": false, + "user_id_str": "1005846500583321601", + "id_str": "1719722280945594873", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719717901387657697", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1ODYyOTEwNDA=", + "rest_id": "586291040", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon May 21 06:04:31 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "Former German Nazi concentration & extermination camp Auschwitz. Official account. We commemorate victims, educate about history & preserve the authentic site.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "auschwitz.org", + "expanded_url": "http://www.auschwitz.org", + "url": "https://t.co/u7aEdj7pSb", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 45977, + "followers_count": 1532037, + "friends_count": 2437, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2924, + "location": "Oświęcim, Polska", + "media_count": 29249, + "name": "Auschwitz Memorial", + "normal_followers_count": 1532037, + "pinned_tweet_ids_str": [ + "1712776681373524009" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/586291040/1399369241", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1252110679139651585/gP_2CoFc_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AuschwitzMuseum", + "statuses_count": 132956, + "translator_type": "none", + "url": "https://t.co/u7aEdj7pSb", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719717901387657697" + ], + "editable_until_msecs": "1698851273000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "448983", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 38, + "bookmarked": false, + "created_at": "Wed Nov 01 14:07:53 +0000 2023", + "conversation_id_str": "1719717901387657697", + "display_text_range": [ + 0, + 198 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/KVjNIpJJGx", + "expanded_url": "https://twitter.com/AuschwitzMuseum/status/1719717901387657697/photo/1", + "id_str": "1719717893103869952", + "indices": [ + 199, + 222 + ], + "media_key": "3_1719717893103869952", + "media_url_https": "https://pbs.twimg.com/media/F92qT_RW4AAxlEy.jpg", + "type": "photo", + "url": "https://t.co/KVjNIpJJGx", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 195, + "w": 2048, + "h": 1147 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 179, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "586291040", + "name": "Auschwitz Memorial", + "screen_name": "AuschwitzMuseum", + "indices": [ + 181, + 197 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/KVjNIpJJGx", + "expanded_url": "https://twitter.com/AuschwitzMuseum/status/1719717901387657697/photo/1", + "id_str": "1719717893103869952", + "indices": [ + 199, + 222 + ], + "media_key": "3_1719717893103869952", + "media_url_https": "https://pbs.twimg.com/media/F92qT_RW4AAxlEy.jpg", + "type": "photo", + "url": "https://t.co/KVjNIpJJGx", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1536, + "w": 2048, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 510, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1536, + "width": 2048, + "focus_rects": [ + { + "x": 0, + "y": 195, + "w": 2048, + "h": 1147 + }, + { + "x": 0, + "y": 0, + "w": 1536, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 1347, + "h": 1536 + }, + { + "x": 179, + "y": 0, + "w": 768, + "h": 1536 + }, + { + "x": 0, + "y": 0, + "w": 2048, + "h": 1536 + } + ] + } + } + ] + }, + "favorite_count": 13170, + "favorited": false, + "full_text": "Our account has lost over 6,100 followers in October. \n\nThat's why we continue to ask for your engagement. \n\nYou create this incredible community and help us all remember.\n\nSupport @AuschwitzMuseum. https://t.co/KVjNIpJJGx", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 142, + "reply_count": 261, + "retweet_count": 3434, + "retweeted": false, + "user_id_str": "586291040", + "id_str": "1719717901387657697" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719720754806235251", + "sortIndex": "1719749859424075710", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719720754806235251", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyODg3NTUyMzQ=", + "rest_id": "288755234", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Wed Apr 27 12:18:25 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "Founder and creative director of @Bellingcat and director of Bellingcat Productions BV. Author of We Are Bellingcat. Tonal Whiplash Zone.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "bellingcat.com", + "expanded_url": "http://www.bellingcat.com", + "url": "https://t.co/ZoOPpVAJcd", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 17071, + "followers_count": 308146, + "friends_count": 3412, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6380, + "location": "In front of a laptop.", + "media_count": 11062, + "name": "Eliot Higgins", + "normal_followers_count": 308146, + "pinned_tweet_ids_str": [ + "1717457258664055152" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1696331104", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638547444098015233/8N2MPkax_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "EliotHiggins", + "statuses_count": 294658, + "translator_type": "none", + "url": "https://t.co/ZoOPpVAJcd", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719720754806235251" + ], + "editable_until_msecs": "1698851953469", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:19:13 +0000 2023", + "conversation_id_str": "1719720754806235251", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "235172191", + "name": "barney farmer", + "screen_name": "barneyfarmer", + "indices": [ + 3, + 16 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @barneyfarmer: People have been widely encouraged to read politics in general and that issue particularly as a pantomime with a few obvi…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719681934501036119", + "quoted_status_permalink": { + "url": "https://t.co/Q3ceNiu5FM", + "expanded": "https://twitter.com/dominic2306/status/1719681934501036119", + "display": "twitter.com/dominic2306/st…" + }, + "reply_count": 0, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "288755234", + "id_str": "1719720754806235251", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719697977176908202", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyMzUxNzIxOTE=", + "rest_id": "235172191", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jan 07 14:52:54 +0000 2011", + "default_profile": true, + "default_profile_image": false, + "description": "Yūgen appreciation society. Writes Drunken bakers etc for Viz. Wrote this https://t.co/EkFvmRP7kD this https://t.co/wh1hmG5V8R and that https://t.co/K4H7zE1TgG so…", + "entities": { + "description": { + "urls": [ + { + "display_url": "bit.ly/33iyIe8", + "expanded_url": "http://bit.ly/33iyIe8", + "url": "https://t.co/EkFvmRP7kD", + "indices": [ + 74, + 97 + ] + }, + { + "display_url": "bit.ly/2PKjMRI", + "expanded_url": "https://bit.ly/2PKjMRI", + "url": "https://t.co/wh1hmG5V8R", + "indices": [ + 103, + 126 + ] + }, + { + "display_url": "bit.ly/3v32pj8", + "expanded_url": "https://bit.ly/3v32pj8", + "url": "https://t.co/K4H7zE1TgG", + "indices": [ + 136, + 159 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "barneyfarmer.com", + "expanded_url": "http://barneyfarmer.com", + "url": "https://t.co/0JkQwhvFSf", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 175431, + "followers_count": 26915, + "friends_count": 14641, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 144, + "location": "", + "media_count": 13396, + "name": "barney farmer", + "normal_followers_count": 26915, + "pinned_tweet_ids_str": [ + "1573619284923875329" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/235172191/1559903083", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1061197345658941440/Lmacx9bG_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "barneyfarmer", + "statuses_count": 136765, + "translator_type": "none", + "url": "https://t.co/0JkQwhvFSf", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719697977176908202" + ], + "editable_until_msecs": "1698846522000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "16590", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719681934501036119", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzU0OTE5MjcwMzc1OTQwMDk5", + "rest_id": "1354919270375940099", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Thu Jan 28 22:28:52 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "worked @ klute nightclub", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "dominiccummings.substack.com/p/tolstoy", + "expanded_url": "https://dominiccummings.substack.com/p/tolstoy", + "url": "https://t.co/J6pnA9QO9W", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4759, + "followers_count": 289727, + "friends_count": 2, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 940, + "location": "", + "media_count": 331, + "name": "Dominic Cummings", + "normal_followers_count": 289727, + "pinned_tweet_ids_str": [ + "1638665716084637698" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1354919270375940099/1636589230", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589767529668509696/n0GcNyCH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Dominic2306", + "statuses_count": 7032, + "translator_type": "none", + "url": "https://t.co/J6pnA9QO9W", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719681934501036119" + ], + "editable_until_msecs": "1698842697000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "190148", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk2ODE5MzQ0MDQ1OTE2MTY=", + "text": "How to spot a SW1 NPC?\n\nThey think the important thing about 2020 is me calling people fuckpigs rather than the underlying issues of what they were doing killing people, why, & why neither the PM nor civil service wd replace them, why they covered up so much instead *and are still covering it up* - eg. destroying documents, redacting my statement etc \n\nThe media want you to focus on swearing, not how the Establishment killed >100k & fkd the economy \n\n#NPCs", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 455, + 460 + ], + "text": "NPCs" + } + ], + "symbols": [] + }, + "richtext": { + "richtext_tags": [] + }, + "media": { + "inline_media": [] + } + } + } + }, + "legacy": { + "bookmark_count": 41, + "bookmarked": false, + "created_at": "Wed Nov 01 11:44:57 +0000 2023", + "conversation_id_str": "1719681934501036119", + "display_text_range": [ + 0, + 280 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/eE1ZawtZCc", + "expanded_url": "https://twitter.com/Dominic2306/status/1719681934501036119/photo/1", + "id_str": "1719681290578919424", + "indices": [ + 281, + 304 + ], + "media_key": "3_1719681290578919424", + "media_url_https": "https://pbs.twimg.com/media/F92JBcPXgAAN5iH.jpg", + "type": "photo", + "url": "https://t.co/eE1ZawtZCc", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 468, + "y": 87, + "h": 279, + "w": 279 + }, + { + "x": 468, + "y": 1073, + "h": 266, + "w": 266 + } + ] + }, + "medium": { + "faces": [ + { + "x": 400, + "y": 74, + "h": 238, + "w": 238 + }, + { + "x": 400, + "y": 918, + "h": 227, + "w": 227 + } + ] + }, + "small": { + "faces": [ + { + "x": 227, + "y": 42, + "h": 135, + "w": 135 + }, + { + "x": 227, + "y": 520, + "h": 129, + "w": 129 + } + ] + }, + "orig": { + "faces": [ + { + "x": 468, + "y": 87, + "h": 279, + "w": 279 + }, + { + "x": 468, + "y": 1073, + "h": 266, + "w": 266 + } + ] + } + }, + "sizes": { + "large": { + "h": 1402, + "w": 1082, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 926, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 525, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1402, + "width": 1082, + "focus_rects": [ + { + "x": 0, + "y": 796, + "w": 1082, + "h": 606 + }, + { + "x": 0, + "y": 320, + "w": 1082, + "h": 1082 + }, + { + "x": 0, + "y": 169, + "w": 1082, + "h": 1233 + }, + { + "x": 245, + "y": 0, + "w": 701, + "h": 1402 + }, + { + "x": 0, + "y": 0, + "w": 1082, + "h": 1402 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/eE1ZawtZCc", + "expanded_url": "https://twitter.com/Dominic2306/status/1719681934501036119/photo/1", + "id_str": "1719681290578919424", + "indices": [ + 281, + 304 + ], + "media_key": "3_1719681290578919424", + "media_url_https": "https://pbs.twimg.com/media/F92JBcPXgAAN5iH.jpg", + "type": "photo", + "url": "https://t.co/eE1ZawtZCc", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 468, + "y": 87, + "h": 279, + "w": 279 + }, + { + "x": 468, + "y": 1073, + "h": 266, + "w": 266 + } + ] + }, + "medium": { + "faces": [ + { + "x": 400, + "y": 74, + "h": 238, + "w": 238 + }, + { + "x": 400, + "y": 918, + "h": 227, + "w": 227 + } + ] + }, + "small": { + "faces": [ + { + "x": 227, + "y": 42, + "h": 135, + "w": 135 + }, + { + "x": 227, + "y": 520, + "h": 129, + "w": 129 + } + ] + }, + "orig": { + "faces": [ + { + "x": 468, + "y": 87, + "h": 279, + "w": 279 + }, + { + "x": 468, + "y": 1073, + "h": 266, + "w": 266 + } + ] + } + }, + "sizes": { + "large": { + "h": 1402, + "w": 1082, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 926, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 525, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1402, + "width": 1082, + "focus_rects": [ + { + "x": 0, + "y": 796, + "w": 1082, + "h": 606 + }, + { + "x": 0, + "y": 320, + "w": 1082, + "h": 1082 + }, + { + "x": 0, + "y": 169, + "w": 1082, + "h": 1233 + }, + { + "x": 245, + "y": 0, + "w": 701, + "h": 1402 + }, + { + "x": 0, + "y": 0, + "w": 1082, + "h": 1402 + } + ] + } + } + ] + }, + "favorite_count": 706, + "favorited": false, + "full_text": "How to spot a SW1 NPC?\n\nThey think the important thing about 2020 is me calling people fuckpigs rather than the underlying issues of what they were doing killing people, why, & why neither the PM nor civil service wd replace them, why they covered up so much instead *and are… https://t.co/eE1ZawtZCc", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 44, + "reply_count": 190, + "retweet_count": 118, + "retweeted": false, + "user_id_str": "1354919270375940099", + "id_str": "1719681934501036119" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 12:48:42 +0000 2023", + "conversation_id_str": "1719697977176908202", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 42, + "favorited": false, + "full_text": "People have been widely encouraged to read politics in general and that issue particularly as a pantomime with a few obvious hissable baddies, rather than a complex tragicomedy, a broad interplay of incompetence, venality, regret and deceit, requiring more careful consideration.", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719681934501036119", + "quoted_status_permalink": { + "url": "https://t.co/Q3ceNiu5FM", + "expanded": "https://twitter.com/dominic2306/status/1719681934501036119", + "display": "twitter.com/dominic2306/st…" + }, + "reply_count": 6, + "retweet_count": 9, + "retweeted": false, + "user_id_str": "235172191", + "id_str": "1719697977176908202" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719720721000075672", + "sortIndex": "1719749859424075709", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719720721000075672", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/HnMCNGik9C", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 194, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Chechen leader Ramzan Kadyrov urged his forces to put down any anti-Jewish riots in Chechnya by shooting to kill. His response to the Dagestan riots may signal an erosion of Kremlin control.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.kyivpost.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 309, + "width": 400, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=400x400" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 330, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 77, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivpost.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 55, + "green": 48, + "red": 49 + }, + "percentage": 35.29 + }, + { + "rgb": { + "blue": 187, + "green": 202, + "red": 214 + }, + "percentage": 29.6 + }, + { + "rgb": { + "blue": 73, + "green": 108, + "red": 105 + }, + "percentage": 19.09 + }, + { + "rgb": { + "blue": 154, + "green": 148, + "red": 205 + }, + "percentage": 6.57 + }, + { + "rgb": { + "blue": 63, + "green": 84, + "red": 109 + }, + "percentage": 3.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Kadyrov on Anti-Jewish Riots: ‘Three Warning Shots, Then One to the Forehead’", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 55, + "green": 48, + "red": 49 + }, + "percentage": 35.29 + }, + { + "rgb": { + "blue": 187, + "green": 202, + "red": 214 + }, + "percentage": 29.6 + }, + { + "rgb": { + "blue": 73, + "green": 108, + "red": 105 + }, + "percentage": 19.09 + }, + { + "rgb": { + "blue": 154, + "green": 148, + "red": 205 + }, + "percentage": 6.57 + }, + { + "rgb": { + "blue": 63, + "green": 84, + "red": 109 + }, + "percentage": 3.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 55, + "green": 48, + "red": 49 + }, + "percentage": 35.29 + }, + { + "rgb": { + "blue": 187, + "green": 202, + "red": 214 + }, + "percentage": 29.6 + }, + { + "rgb": { + "blue": 73, + "green": 108, + "red": 105 + }, + "percentage": 19.09 + }, + { + "rgb": { + "blue": 154, + "green": 148, + "red": 205 + }, + "percentage": 6.57 + }, + { + "rgb": { + "blue": 63, + "green": 84, + "red": 109 + }, + "percentage": 3.53 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/HnMCNGik9C", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 487, + "width": 630, + "url": "https://pbs.twimg.com/card_img/1719720295781556224/FyWrSCaw?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/HnMCNGik9C", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719720721000075672" + ], + "editable_until_msecs": "1698851945000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6422", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 14:19:05 +0000 2023", + "conversation_id_str": "1719720721000075672", + "display_text_range": [ + 0, + 218 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivpost.com/post/23540", + "expanded_url": "https://www.kyivpost.com/post/23540", + "url": "https://t.co/HnMCNGik9C", + "indices": [ + 195, + 218 + ] + } + ], + "hashtags": [ + { + "indices": [ + 94, + 108 + ], + "text": "RamzanKadyrov" + }, + { + "indices": [ + 163, + 172 + ], + "text": "Chechnya" + } + ], + "symbols": [] + }, + "favorite_count": 20, + "favorited": false, + "full_text": "Kadyrov on Anti-Jewish Riots: ‘Three Warning Shots, Then One to the Forehead’\n\nChechen leader #RamzanKadyrov urged his forces to put down any anti-Jewish riots in #Chechnya by shooting to kill.\n\nhttps://t.co/HnMCNGik9C", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 7, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719720721000075672" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719720228735578286", + "sortIndex": "1719749859424075708", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719720228735578286", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjgyNzE0OA==", + "rest_id": "16827148", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Fri Oct 17 16:55:19 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "Ukraine correspondent @FT. 13+ years reporting in Ukraine. Author of THE WAR CAME TO US, published by @BloomsburyBooks, out now: https://t.co/Vfr0Qg7iIt", + "entities": { + "description": { + "urls": [ + { + "display_url": "linktr.ee/thewarcametous", + "expanded_url": "http://linktr.ee/thewarcametous", + "url": "https://t.co/Vfr0Qg7iIt", + "indices": [ + 129, + 152 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "ft.com/christopher-mi…", + "expanded_url": "https://www.ft.com/christopher-miller", + "url": "https://t.co/gCKlU6Hspj", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 53781, + "followers_count": 415471, + "friends_count": 4310, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 10805, + "location": "Kyiv via Bakhmut; also NYC", + "media_count": 8179, + "name": "Christopher Miller", + "normal_followers_count": 415471, + "pinned_tweet_ids_str": [ + "1681278741144633344" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/16827148/1679318245", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1530061394619600896/GR0eYnkX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "ChristopherJM", + "statuses_count": 73033, + "translator_type": "none", + "url": "https://t.co/gCKlU6Hspj", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1504925671306534915", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719720228735578286" + ], + "editable_until_msecs": "1698851828044", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:17:08 +0000 2023", + "conversation_id_str": "1719720228735578286", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "18949452", + "name": "Financial Times", + "screen_name": "FT", + "indices": [ + 3, + 6 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @FT: Vladimir Putin has alarmed the world with threats to turn the war in Ukraine into an atomic conflagration. Why has he largely stopp…", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 26, + "retweeted": false, + "user_id_str": "16827148", + "id_str": "1719720228735578286", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719716452679455127", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxODk0OTQ1Mg==", + "rest_id": "18949452", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Jan 13 19:28:24 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Big stories and breaking news headlines as they are published on https://t.co/EYmAcRLBHv. Register here to access free articles: https://t.co/NRg2hritkA", + "entities": { + "description": { + "urls": [ + { + "display_url": "FT.com", + "expanded_url": "http://FT.com", + "url": "https://t.co/EYmAcRLBHv", + "indices": [ + 65, + 88 + ] + }, + { + "display_url": "ft.com/register?segme…", + "expanded_url": "https://www.ft.com/register?segmentid=88c4a000-9", + "url": "https://t.co/NRg2hritkA", + "indices": [ + 129, + 152 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "ft.com", + "expanded_url": "http://www.ft.com/", + "url": "https://t.co/pAkU7GeWJx", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 37, + "followers_count": 5786340, + "friends_count": 1057, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 47133, + "location": "London", + "media_count": 51461, + "name": "Financial Times", + "normal_followers_count": 5786340, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/18949452/1685967419", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/931156393108885504/EqEMtLhM_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FT", + "statuses_count": 314691, + "translator_type": "none", + "url": "https://t.co/pAkU7GeWJx", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719716452679455127" + ], + "editable_until_msecs": "1698850927000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "52738", + "state": "EnabledWithCount" + }, + "source": "SocialFlow", + "legacy": { + "bookmark_count": 6, + "bookmarked": false, + "created_at": "Wed Nov 01 14:02:07 +0000 2023", + "conversation_id_str": "1719716452679455127", + "display_text_range": [ + 0, + 192 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/PdIo0l0XjL", + "expanded_url": "https://twitter.com/FT/status/1719716452679455127/photo/1", + "id_str": "1719716449273458688", + "indices": [ + 193, + 216 + ], + "media_key": "3_1719716449273458688", + "media_url_https": "https://pbs.twimg.com/media/F92o_8lXMAA2d2D.jpg", + "type": "photo", + "url": "https://t.co/PdIo0l0XjL", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1350, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1350, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 744, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 270, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 119, + "w": 1080, + "h": 1231 + }, + { + "x": 304, + "y": 0, + "w": 675, + "h": 1350 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1350 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "on.ft.com/47dA6yL", + "expanded_url": "https://on.ft.com/47dA6yL", + "url": "https://t.co/JZm181FN51", + "indices": [ + 169, + 192 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/PdIo0l0XjL", + "expanded_url": "https://twitter.com/FT/status/1719716452679455127/photo/1", + "id_str": "1719716449273458688", + "indices": [ + 193, + 216 + ], + "media_key": "3_1719716449273458688", + "media_url_https": "https://pbs.twimg.com/media/F92o_8lXMAA2d2D.jpg", + "type": "photo", + "url": "https://t.co/PdIo0l0XjL", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 1350, + "w": 1080, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1350, + "width": 1080, + "focus_rects": [ + { + "x": 0, + "y": 744, + "w": 1080, + "h": 605 + }, + { + "x": 0, + "y": 270, + "w": 1080, + "h": 1080 + }, + { + "x": 0, + "y": 119, + "w": 1080, + "h": 1231 + }, + { + "x": 304, + "y": 0, + "w": 675, + "h": 1350 + }, + { + "x": 0, + "y": 0, + "w": 1080, + "h": 1350 + } + ] + } + } + ] + }, + "favorite_count": 56, + "favorited": false, + "full_text": "Vladimir Putin has alarmed the world with threats to turn the war in Ukraine into an atomic conflagration. Why has he largely stopped talking about his nuclear arsenal? https://t.co/JZm181FN51 https://t.co/PdIo0l0XjL", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 4, + "reply_count": 45, + "retweet_count": 26, + "retweeted": false, + "user_id_str": "18949452", + "id_str": "1719716452679455127" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719720080399900908", + "sortIndex": "1719749859424075707", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719720080399900908", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/UlfY2IaWKq", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "A court in the Dutch city of Rotterdam sentenced a Russian businessman to 18 months in prison and fined his company 200,000 euros for breaking EU-imposed sanctions against Russia, Reuters said,...", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "kyivindependent.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "1462548977367359490", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "kyivindependent.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 49, + "green": 47, + "red": 38 + }, + "percentage": 37.6 + }, + { + "rgb": { + "blue": 227, + "green": 223, + "red": 222 + }, + "percentage": 19.52 + }, + { + "rgb": { + "blue": 147, + "green": 52, + "red": 14 + }, + "percentage": 6.27 + }, + { + "rgb": { + "blue": 72, + "green": 192, + "red": 210 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 227, + "green": 130, + "red": 73 + }, + "percentage": 2.79 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Russian citizen sentenced by Dutch court to 18 months in prison for sanctions evasion", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 49, + "green": 47, + "red": 38 + }, + "percentage": 37.6 + }, + { + "rgb": { + "blue": 227, + "green": 223, + "red": 222 + }, + "percentage": 19.52 + }, + { + "rgb": { + "blue": 147, + "green": 52, + "red": 14 + }, + "percentage": 6.27 + }, + { + "rgb": { + "blue": 72, + "green": 192, + "red": 210 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 227, + "green": 130, + "red": 73 + }, + "percentage": 2.79 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 49, + "green": 47, + "red": 38 + }, + "percentage": 37.6 + }, + { + "rgb": { + "blue": 227, + "green": 223, + "red": 222 + }, + "percentage": 19.52 + }, + { + "rgb": { + "blue": 147, + "green": 52, + "red": 14 + }, + "percentage": 6.27 + }, + { + "rgb": { + "blue": 72, + "green": 192, + "red": 210 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 227, + "green": 130, + "red": 73 + }, + "percentage": 2.79 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/UlfY2IaWKq", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 683, + "width": 1024, + "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/UlfY2IaWKq", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw", + "rest_id": "1462548977367359490", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Nov 21 22:30:41 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a", + "entities": { + "description": { + "urls": [ + { + "display_url": "kyivindependent.com/membership/", + "expanded_url": "http://kyivindependent.com/membership/", + "url": "https://t.co/jsQiFkoveH", + "indices": [ + 17, + 40 + ] + }, + { + "display_url": "kyivindependent.com/membership/?in…", + "expanded_url": "https://kyivindependent.com/membership/?interval=onetime", + "url": "https://t.co/eNwj76xa7a", + "indices": [ + 60, + 83 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "kyivindependent.com", + "expanded_url": "http://kyivindependent.com", + "url": "https://t.co/WZvsaFpT20", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 280, + "followers_count": 2123384, + "friends_count": 26, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 20142, + "location": "Kyiv", + "media_count": 3322, + "name": "The Kyiv Independent", + "normal_followers_count": 2123384, + "pinned_tweet_ids_str": [ + "1611768917151862784" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1462548977367359490/1683114021", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivIndependent", + "statuses_count": 31758, + "translator_type": "none", + "url": "https://t.co/WZvsaFpT20", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1595086441079513088", + "professional_type": "Business", + "category": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719720080399900908" + ], + "editable_until_msecs": "1698851792000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "53607", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 14:16:32 +0000 2023", + "conversation_id_str": "1719720080399900908", + "display_text_range": [ + 0, + 274 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "kyivindependent.com/russian-citize…", + "expanded_url": "https://kyivindependent.com/russian-citizen-sentenced-by-dutch-court-to-18-months-in-prison-for-sanctions-evasion/", + "url": "https://t.co/UlfY2IaWKq", + "indices": [ + 251, + 274 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 456, + "favorited": false, + "full_text": "⚡️Russian citizen sentenced by Dutch court to 18 months in prison for sanctions evasion.\n\nThe Rotterdam court also fined the man's company 200,000 euros for breaking EU-imposed sanctions, Reuters reported citing a court document released on Oct. 31.\n\nhttps://t.co/UlfY2IaWKq", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 2, + "reply_count": 5, + "retweet_count": 82, + "retweeted": false, + "user_id_str": "1462548977367359490", + "id_str": "1719720080399900908" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719719817844859278", + "sortIndex": "1719749859424075706", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719719817844859278", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzA0NDQzMzk=", + "rest_id": "470444339", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Sat Jan 21 19:29:37 +0000 2012", + "default_profile": false, + "default_profile_image": false, + "description": "Covering the State Department, foreign policy & national security for @CNN. RTs≠endorsements & views are my own", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "cnn.com/profiles/jenni…", + "expanded_url": "http://www.cnn.com/profiles/jennifer-hansler", + "url": "https://t.co/NBcK2eFRh5", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 2429, + "followers_count": 21916, + "friends_count": 7770, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 569, + "location": "Washington, DC", + "media_count": 876, + "name": "Jennifer Hansler", + "normal_followers_count": 21916, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/470444339/1610511047", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1665840812473688066/dlCya2lf_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "jmhansler", + "statuses_count": 14807, + "translator_type": "none", + "url": "https://t.co/NBcK2eFRh5", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719719817844859278" + ], + "editable_until_msecs": "1698851730000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6530", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:15:30 +0000 2023", + "conversation_id_str": "1719719817844859278", + "display_text_range": [ + 0, + 238 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/6OC33pzJve", + "expanded_url": "https://twitter.com/jmhansler/status/1719719817844859278/photo/1", + "id_str": "1719719740120186880", + "indices": [ + 239, + 262 + ], + "media_key": "3_1719719740120186880", + "media_url_https": "https://pbs.twimg.com/media/F92r_f8XQAA2z8M.png", + "type": "photo", + "url": "https://t.co/6OC33pzJve", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "medium": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "small": { + "h": 498, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 530, + "width": 724, + "focus_rects": [ + { + "x": 0, + "y": 125, + "w": 724, + "h": 405 + }, + { + "x": 0, + "y": 0, + "w": 530, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 465, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 265, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 724, + "h": 530 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "1967216306", + "name": "Matthew Miller", + "screen_name": "StateDeptSpox", + "indices": [ + 8, + 22 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/6OC33pzJve", + "expanded_url": "https://twitter.com/jmhansler/status/1719719817844859278/photo/1", + "id_str": "1719719740120186880", + "indices": [ + 239, + 262 + ], + "media_key": "3_1719719740120186880", + "media_url_https": "https://pbs.twimg.com/media/F92r_f8XQAA2z8M.png", + "type": "photo", + "url": "https://t.co/6OC33pzJve", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "medium": { + "h": 530, + "w": 724, + "resize": "fit" + }, + "small": { + "h": 498, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 530, + "width": 724, + "focus_rects": [ + { + "x": 0, + "y": 125, + "w": 724, + "h": 405 + }, + { + "x": 0, + "y": 0, + "w": 530, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 465, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 265, + "h": 530 + }, + { + "x": 0, + "y": 0, + "w": 724, + "h": 530 + } + ] + } + } + ] + }, + "favorite_count": 6, + "favorited": false, + "full_text": "I asked @StateDeptSpox yesterday if the US has given Israel any red lines for its offensive in Gaza. \n\nAll he would say is they \"continue to make clear that we expect the Israel Government to operate in a way that protects civilian lives\" https://t.co/6OC33pzJve", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 4, + "retweet_count": 7, + "retweeted": false, + "user_id_str": "470444339", + "id_str": "1719719817844859278" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719718883106431454", + "sortIndex": "1719749859424075705", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719718883106431454", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719718883106431454" + ], + "editable_until_msecs": "1698851507000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5336", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:11:47 +0000 2023", + "conversation_id_str": "1719718883106431454", + "display_text_range": [ + 0, + 207 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/VoasQrIsND", + "expanded_url": "https://twitter.com/KyivPost/status/1719718883106431454/photo/1", + "id_str": "1719718878220099584", + "indices": [ + 208, + 231 + ], + "media_key": "3_1719718878220099584", + "media_url_https": "https://pbs.twimg.com/media/F92rNVHXoAAZ3v-.jpg", + "type": "photo", + "url": "https://t.co/VoasQrIsND", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 116, + "y": 170, + "h": 173, + "w": 173 + }, + { + "x": 618, + "y": 141, + "h": 241, + "w": 241 + } + ] + }, + "medium": { + "faces": [ + { + "x": 108, + "y": 159, + "h": 162, + "w": 162 + }, + { + "x": 579, + "y": 132, + "h": 225, + "w": 225 + } + ] + }, + "small": { + "faces": [ + { + "x": 61, + "y": 90, + "h": 91, + "w": 91 + }, + { + "x": 328, + "y": 74, + "h": 128, + "w": 128 + } + ] + }, + "orig": { + "faces": [ + { + "x": 116, + "y": 170, + "h": 173, + "w": 173 + }, + { + "x": 618, + "y": 141, + "h": 241, + "w": 241 + } + ] + } + }, + "sizes": { + "large": { + "h": 852, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 799, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 453, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 852, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1280, + "h": 717 + }, + { + "x": 310, + "y": 0, + "w": 852, + "h": 852 + }, + { + "x": 363, + "y": 0, + "w": 747, + "h": 852 + }, + { + "x": 523, + "y": 0, + "w": 426, + "h": 852 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 852 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 60, + 69 + ], + "text": "Kupiansk" + }, + { + "indices": [ + 80, + 88 + ], + "text": "Kharkiv" + }, + { + "indices": [ + 123, + 131 + ], + "text": "Syrskyi" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/VoasQrIsND", + "expanded_url": "https://twitter.com/KyivPost/status/1719718883106431454/photo/1", + "id_str": "1719718878220099584", + "indices": [ + 208, + 231 + ], + "media_key": "3_1719718878220099584", + "media_url_https": "https://pbs.twimg.com/media/F92rNVHXoAAZ3v-.jpg", + "type": "photo", + "url": "https://t.co/VoasQrIsND", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 116, + "y": 170, + "h": 173, + "w": 173 + }, + { + "x": 618, + "y": 141, + "h": 241, + "w": 241 + } + ] + }, + "medium": { + "faces": [ + { + "x": 108, + "y": 159, + "h": 162, + "w": 162 + }, + { + "x": 579, + "y": 132, + "h": 225, + "w": 225 + } + ] + }, + "small": { + "faces": [ + { + "x": 61, + "y": 90, + "h": 91, + "w": 91 + }, + { + "x": 328, + "y": 74, + "h": 128, + "w": 128 + } + ] + }, + "orig": { + "faces": [ + { + "x": 116, + "y": 170, + "h": 173, + "w": 173 + }, + { + "x": 618, + "y": 141, + "h": 241, + "w": 241 + } + ] + } + }, + "sizes": { + "large": { + "h": 852, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 799, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 453, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 852, + "width": 1280, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1280, + "h": 717 + }, + { + "x": 310, + "y": 0, + "w": 852, + "h": 852 + }, + { + "x": 363, + "y": 0, + "w": 747, + "h": 852 + }, + { + "x": 523, + "y": 0, + "w": 426, + "h": 852 + }, + { + "x": 0, + "y": 0, + "w": 1280, + "h": 852 + } + ] + } + } + ] + }, + "favorite_count": 54, + "favorited": false, + "full_text": "❗️Russian troops have not achieved strategic success in the #Kupiansk sector of #Kharkiv region, Colonel-General Oleksandr #Syrskyi, Commander of the Ukrainian Ground Forces, said this in a post on Telegram. https://t.co/VoasQrIsND", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 12, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719718883106431454" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075848", + "sortIndex": "1719749859424075704", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075848-tweet-1719717506984587534", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719717506984587534", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE3NTIxMw==", + "rest_id": "17175213", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Nov 05 00:59:16 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "shashankjoshi.wordpress.com", + "expanded_url": "http://shashankjoshi.wordpress.com", + "url": "https://t.co/euRjbnk3WT", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 35778, + "followers_count": 192219, + "friends_count": 1793, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5831, + "location": "London", + "media_count": 3993, + "name": "Shashank Joshi", + "normal_followers_count": 192219, + "pinned_tweet_ids_str": [ + "1719100104206893110" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/17175213/1688649354", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509894709770076168/uNk9W2IH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "shashj", + "statuses_count": 47350, + "translator_type": "none", + "url": "https://t.co/euRjbnk3WT", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/aOfq3fsiDs", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Israel’s prime minister is ill equipped for war and peace", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.economist.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "5988062", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "economist.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Bibi Netanyahu is the wrong man in the wrong place", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/aOfq3fsiDs", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/aOfq3fsiDs", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo1OTg4MDYy", + "rest_id": "5988062", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat May 12 13:04:50 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "News and analysis with a global perspective. We’re here to help you understand the world around you. Subscribe here: https://t.co/RpUQAAnhog", + "entities": { + "description": { + "urls": [ + { + "display_url": "econ.st/3Z79ixo", + "expanded_url": "http://econ.st/3Z79ixo", + "url": "https://t.co/RpUQAAnhog", + "indices": [ + 117, + 140 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "economist.com", + "expanded_url": "http://www.economist.com", + "url": "https://t.co/8uFmIvXSDG", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 153, + "followers_count": 27200946, + "friends_count": 154, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 122430, + "location": "London", + "media_count": 80937, + "name": "The Economist", + "normal_followers_count": 27200946, + "pinned_tweet_ids_str": [ + "1717497068585955351" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/5988062/1698318281", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/879361767914262528/HdRauDM-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TheEconomist", + "statuses_count": 359848, + "translator_type": "none", + "url": "https://t.co/8uFmIvXSDG", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1610632785680646145", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719717506984587534" + ], + "editable_until_msecs": "1698851179000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "13639", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 8, + "bookmarked": false, + "created_at": "Wed Nov 01 14:06:19 +0000 2023", + "conversation_id_str": "1719717506984587534", + "display_text_range": [ + 0, + 242 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "economist.com/middle-east-an…", + "expanded_url": "https://www.economist.com/middle-east-and-africa/2023/10/31/bibi-netanyahu-is-the-wrong-man-in-the-wrong-place", + "url": "https://t.co/aOfq3fsiDs", + "indices": [ + 219, + 242 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 105, + "favorited": false, + "full_text": "\"Who will ensure that Hamas does not return and assume responsibility for over 2m civilians in a war-ravaged area? The security chiefs complain that they have received no directives from the government on this matter.\" https://t.co/aOfq3fsiDs", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 4, + "reply_count": 5, + "retweet_count": 20, + "retweeted": false, + "user_id_str": "17175213", + "id_str": "1719717506984587534" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075848-tweet-1719717706469867636", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719717706469867636", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE3NTIxMw==", + "rest_id": "17175213", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Nov 05 00:59:16 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "shashankjoshi.wordpress.com", + "expanded_url": "http://shashankjoshi.wordpress.com", + "url": "https://t.co/euRjbnk3WT", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 35778, + "followers_count": 192219, + "friends_count": 1793, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5831, + "location": "London", + "media_count": 3993, + "name": "Shashank Joshi", + "normal_followers_count": 192219, + "pinned_tweet_ids_str": [ + "1719100104206893110" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/17175213/1688649354", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509894709770076168/uNk9W2IH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "shashj", + "statuses_count": 47350, + "translator_type": "none", + "url": "https://t.co/euRjbnk3WT", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/aOfq3fsiDs", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Israel’s prime minister is ill equipped for war and peace", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.economist.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "5988062", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "economist.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Bibi Netanyahu is the wrong man in the wrong place", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 45, + "green": 41, + "red": 39 + }, + "percentage": 39.84 + }, + { + "rgb": { + "blue": 169, + "green": 173, + "red": 174 + }, + "percentage": 25.1 + }, + { + "rgb": { + "blue": 249, + "green": 211, + "red": 176 + }, + "percentage": 6.22 + }, + { + "rgb": { + "blue": 138, + "green": 163, + "red": 167 + }, + "percentage": 4.26 + }, + { + "rgb": { + "blue": 129, + "green": 98, + "red": 85 + }, + "percentage": 3.08 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/aOfq3fsiDs", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1719465295360786432/3uraT50M?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/aOfq3fsiDs", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjo1OTg4MDYy", + "rest_id": "5988062", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat May 12 13:04:50 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "News and analysis with a global perspective. We’re here to help you understand the world around you. Subscribe here: https://t.co/RpUQAAnhog", + "entities": { + "description": { + "urls": [ + { + "display_url": "econ.st/3Z79ixo", + "expanded_url": "http://econ.st/3Z79ixo", + "url": "https://t.co/RpUQAAnhog", + "indices": [ + 117, + 140 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "economist.com", + "expanded_url": "http://www.economist.com", + "url": "https://t.co/8uFmIvXSDG", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 153, + "followers_count": 27200946, + "friends_count": 154, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 122430, + "location": "London", + "media_count": 80937, + "name": "The Economist", + "normal_followers_count": 27200946, + "pinned_tweet_ids_str": [ + "1717497068585955351" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/5988062/1698318281", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/879361767914262528/HdRauDM-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TheEconomist", + "statuses_count": 359848, + "translator_type": "none", + "url": "https://t.co/8uFmIvXSDG", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1610632785680646145", + "professional_type": "Business", + "category": [ + { + "id": 580, + "name": "Media & News Company", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719717706469867636" + ], + "editable_until_msecs": "1698851226000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "7309", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 14:07:06 +0000 2023", + "conversation_id_str": "1719717506984587534", + "display_text_range": [ + 0, + 254 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "economist.com/middle-east-an…", + "expanded_url": "https://www.economist.com/middle-east-and-africa/2023/10/31/bibi-netanyahu-is-the-wrong-man-in-the-wrong-place", + "url": "https://t.co/aOfq3fsiDs", + "indices": [ + 231, + 254 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 27, + "favorited": false, + "full_text": "\"The finance minister, Bezalel Smotrich, leader of the far-right Religious Zionism party, has tried to divert funding away from relief programmes [for the north] to Jewish settlements in the West Bank and other special interests.\" https://t.co/aOfq3fsiDs", + "in_reply_to_screen_name": "shashj", + "in_reply_to_status_id_str": "1719717506984587534", + "in_reply_to_user_id_str": "17175213", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 2, + "retweet_count": 8, + "retweeted": false, + "user_id_str": "17175213", + "id_str": "1719717706469867636" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075848-tweet-1719717971889660312", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719717971889660312", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzE3NTIxMw==", + "rest_id": "17175213", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Nov 05 00:59:16 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "shashankjoshi.wordpress.com", + "expanded_url": "http://shashankjoshi.wordpress.com", + "url": "https://t.co/euRjbnk3WT", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 35778, + "followers_count": 192219, + "friends_count": 1793, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5831, + "location": "London", + "media_count": 3993, + "name": "Shashank Joshi", + "normal_followers_count": 192219, + "pinned_tweet_ids_str": [ + "1719100104206893110" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/17175213/1688649354", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509894709770076168/uNk9W2IH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "shashj", + "statuses_count": 47350, + "translator_type": "none", + "url": "https://t.co/euRjbnk3WT", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719717971889660312" + ], + "editable_until_msecs": "1698851289000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6434", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 2, + "bookmarked": false, + "created_at": "Wed Nov 01 14:08:09 +0000 2023", + "conversation_id_str": "1719717506984587534", + "display_text_range": [ + 0, + 246 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "economist.com/middle-east-an…", + "expanded_url": "https://www.economist.com/middle-east-and-africa/2023/10/31/bibi-netanyahu-is-the-wrong-man-in-the-wrong-place", + "url": "https://t.co/aOfq3fsiDs", + "indices": [ + 223, + 246 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 19, + "favorited": false, + "full_text": "\"In the absence of clear government direction the Israeli defence establishment is doing all the planning. Its preferred solution is to see the PA ultimately return to Gaza, which it controlled until Hamas’s coup in 2007.\" https://t.co/aOfq3fsiDs", + "in_reply_to_screen_name": "shashj", + "in_reply_to_status_id_str": "1719717706469867636", + "in_reply_to_user_id_str": "17175213", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "17175213", + "id_str": "1719717971889660312" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719717506984587534", + "1719717706469867636", + "1719717971889660312" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719717907867787574", + "sortIndex": "1719749859424075703", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719717907867787574", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719717907867787574" + ], + "editable_until_msecs": "1698851274000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6414", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE3MTk3MTc5MDc3NjI5NjI0MzI=", + "text": "Ukraine’s Cabinet of Ministers plans to launch a comprehensive and accessible English language learning program, Prime Minister Denys #Shmyhal announced. \n\n\"The government intends to make this program available to everyone, regardless of their financial situation and place of residence,\" Shmyhal said.", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 134, + 142 + ], + "text": "Shmyhal" + } + ], + "symbols": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:07:54 +0000 2023", + "conversation_id_str": "1719717907867787574", + "display_text_range": [ + 0, + 277 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/BmtApOTrQK", + "expanded_url": "https://twitter.com/KyivPost/status/1719717907867787574/photo/1", + "id_str": "1719717904235614208", + "indices": [ + 278, + 301 + ], + "media_key": "3_1719717904235614208", + "media_url_https": "https://pbs.twimg.com/media/F92qUovX0AAwG3_.jpg", + "type": "photo", + "url": "https://t.co/BmtApOTrQK", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + }, + "medium": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + }, + "small": { + "faces": [ + { + "x": 121, + "y": 222, + "h": 43, + "w": 43 + }, + { + "x": 600, + "y": 180, + "h": 53, + "w": 53 + }, + { + "x": 597, + "y": 226, + "h": 61, + "w": 61 + }, + { + "x": 291, + "y": 54, + "h": 126, + "w": 126 + } + ] + }, + "orig": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + } + }, + "sizes": { + "large": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "medium": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "small": { + "h": 381, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 387, + "width": 690, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 690, + "h": 386 + }, + { + "x": 169, + "y": 0, + "w": 387, + "h": 387 + }, + { + "x": 193, + "y": 0, + "w": 339, + "h": 387 + }, + { + "x": 265, + "y": 0, + "w": 194, + "h": 387 + }, + { + "x": 0, + "y": 0, + "w": 690, + "h": 387 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 134, + 142 + ], + "text": "Shmyhal" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/BmtApOTrQK", + "expanded_url": "https://twitter.com/KyivPost/status/1719717907867787574/photo/1", + "id_str": "1719717904235614208", + "indices": [ + 278, + 301 + ], + "media_key": "3_1719717904235614208", + "media_url_https": "https://pbs.twimg.com/media/F92qUovX0AAwG3_.jpg", + "type": "photo", + "url": "https://t.co/BmtApOTrQK", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + }, + "medium": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + }, + "small": { + "faces": [ + { + "x": 121, + "y": 222, + "h": 43, + "w": 43 + }, + { + "x": 600, + "y": 180, + "h": 53, + "w": 53 + }, + { + "x": 597, + "y": 226, + "h": 61, + "w": 61 + }, + { + "x": 291, + "y": 54, + "h": 126, + "w": 126 + } + ] + }, + "orig": { + "faces": [ + { + "x": 123, + "y": 226, + "h": 44, + "w": 44 + }, + { + "x": 609, + "y": 183, + "h": 54, + "w": 54 + }, + { + "x": 606, + "y": 230, + "h": 62, + "w": 62 + }, + { + "x": 296, + "y": 55, + "h": 128, + "w": 128 + } + ] + } + }, + "sizes": { + "large": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "medium": { + "h": 387, + "w": 690, + "resize": "fit" + }, + "small": { + "h": 381, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 387, + "width": 690, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 690, + "h": 386 + }, + { + "x": 169, + "y": 0, + "w": 387, + "h": 387 + }, + { + "x": 193, + "y": 0, + "w": 339, + "h": 387 + }, + { + "x": 265, + "y": 0, + "w": 194, + "h": 387 + }, + { + "x": 0, + "y": 0, + "w": 690, + "h": 387 + } + ] + } + } + ] + }, + "favorite_count": 94, + "favorited": false, + "full_text": "Ukraine’s Cabinet of Ministers plans to launch a comprehensive and accessible English language learning program, Prime Minister Denys #Shmyhal announced. \n\n\"The government intends to make this program available to everyone, regardless of their financial situation and place of… https://t.co/BmtApOTrQK", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 3, + "retweet_count": 21, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719717907867787574" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719716174693289984", + "sortIndex": "1719749859424075702", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "TweetWithVisibilityResults", + "tweet": { + "rest_id": "1719716174693289984", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4NDA4MzE4Nw==", + "rest_id": "84083187", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Oct 21 13:42:34 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Ukraine Correspondent. British-Lebanese conflict journalist & filmmaker based in Kyiv. Member of the Foreign Press Association. RTs ≠ endorsement.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ko-fi.com/ozkaterji", + "expanded_url": "http://ko-fi.com/ozkaterji", + "url": "https://t.co/FC9pQbgXa4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 44601, + "followers_count": 214638, + "friends_count": 11596, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3352, + "location": "Kyiv, Ukraine", + "media_count": 6138, + "name": "Oz Katerji", + "normal_followers_count": 214638, + "pinned_tweet_ids_str": [ + "1719462102396506538" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/84083187/1647382697", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1713181637574275072/gUp8KMF4_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "OzKaterji", + "statuses_count": 170721, + "translator_type": "none", + "url": "https://t.co/FC9pQbgXa4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/NJP0VleuyM", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "It will provide listeners in Gaza with the latest information and developments as well as safety advice on where to access shelter, food and water supplies", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.bbc.co.uk", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "bbc.co.uk", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "BBC World Service announces Emergency Radio Service for Gaza", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/NJP0VleuyM", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/NJP0VleuyM", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719716174693289984" + ], + "editable_until_msecs": "1698850861485", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:01:01 +0000 2023", + "conversation_control": { + "policy": "ByInvitation", + "conversation_owner_results": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "meghamohan" + } + } + } + }, + "conversation_id_str": "1719716174693289984", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "18327788", + "name": "Megha Mohan", + "screen_name": "meghamohan", + "indices": [ + 3, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @meghamohan: BBC World Service announces an Emergency Radio Service for Gaza.\n\nGaza Daily will provide listeners in Gaza with the latest…", + "is_quote_status": false, + "lang": "en", + "limited_actions": "limited_replies", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 478, + "retweeted": false, + "user_id_str": "84083187", + "id_str": "1719716174693289984", + "retweeted_status_result": { + "result": { + "__typename": "TweetWithVisibilityResults", + "tweet": { + "rest_id": "1719681503188123711", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxODMyNzc4OA==", + "rest_id": "18327788", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Dec 23 05:57:50 +0000 2008", + "default_profile": true, + "default_profile_image": false, + "description": "BBC World Service correspondent \nGlobal longform reports on gender \nCo-founder @the2ndSource \nAsk me about media guidelines on reporting domestic abuse", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "meghamohan.com", + "expanded_url": "http://meghamohan.com", + "url": "https://t.co/1wqf4o7VOp", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20734, + "followers_count": 38073, + "friends_count": 4249, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 380, + "location": "", + "media_count": 1759, + "name": "Megha Mohan", + "normal_followers_count": 38073, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/18327788/1679697525", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1639774928839868417/fowrdWrt_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "meghamohan", + "statuses_count": 19853, + "translator_type": "regular", + "url": "https://t.co/1wqf4o7VOp", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1477718219762896903", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/NJP0VleuyM", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 267, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "It will provide listeners in Gaza with the latest information and developments as well as safety advice on where to access shelter, food and water supplies", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.bbc.co.uk", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 81, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "bbc.co.uk", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "BBC World Service announces Emergency Radio Service for Gaza", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 26, + "green": 25, + "red": 188 + }, + "percentage": 91.11 + }, + { + "rgb": { + "blue": 217, + "green": 217, + "red": 243 + }, + "percentage": 4.22 + }, + { + "rgb": { + "blue": 135, + "green": 135, + "red": 219 + }, + "percentage": 3.46 + }, + { + "rgb": { + "blue": 88, + "green": 88, + "red": 205 + }, + "percentage": 1.2 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/NJP0VleuyM", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 1080, + "width": 1920, + "url": "https://pbs.twimg.com/card_img/1719604354766823424/L2vnASss?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/NJP0VleuyM", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719681503188123711" + ], + "editable_until_msecs": "1698842595000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "104914", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 29, + "bookmarked": false, + "created_at": "Wed Nov 01 11:43:15 +0000 2023", + "conversation_control": { + "policy": "ByInvitation", + "conversation_owner_results": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "meghamohan" + } + } + } + }, + "conversation_id_str": "1719681503188123711", + "display_text_range": [ + 0, + 255 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "bbc.co.uk/mediacentre/20…", + "expanded_url": "https://www.bbc.co.uk/mediacentre/2023/bbc-world-service-announces-emergency-radio-service-for-gaza", + "url": "https://t.co/NJP0VleuyM", + "indices": [ + 232, + 255 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1233, + "favorited": false, + "full_text": "BBC World Service announces an Emergency Radio Service for Gaza.\n\nGaza Daily will provide listeners in Gaza with the latest information and developments as well as safety advice on where to access shelter, food and water supplies.\n\nhttps://t.co/NJP0VleuyM", + "is_quote_status": false, + "lang": "en", + "limited_actions": "limited_replies", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 40, + "reply_count": 0, + "retweet_count": 478, + "retweeted": false, + "user_id_str": "18327788", + "id_str": "1719681503188123711" + } + }, + "limitedActionResults": { + "limited_actions": [ + { + "action": "Reply", + "prompt": { + "__typename": "CtaLimitedActionPrompt", + "cta_type": "SeeConversation", + "headline": { + "text": "Who can reply?", + "entities": [] + }, + "subtext": { + "text": "People the author mentioned can reply", + "entities": [] + } + } + } + ] + } + } + } + } + }, + "limitedActionResults": { + "limited_actions": [ + { + "action": "Reply", + "prompt": { + "__typename": "CtaLimitedActionPrompt", + "cta_type": "SeeConversation", + "headline": { + "text": "Who can reply?", + "entities": [] + }, + "subtext": { + "text": "People the author mentioned can reply", + "entities": [] + } + } + } + ] + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719715921789407364", + "sortIndex": "1719749859424075701", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719715921789407364", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDM0Mjc0NDg=", + "rest_id": "143427448", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu May 13 12:47:30 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mfa.gov.ua", + "expanded_url": "http://www.mfa.gov.ua", + "url": "https://t.co/WK7H0wB3YC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5585, + "followers_count": 470409, + "friends_count": 1199, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6877, + "location": "Ukraine, Kyiv", + "media_count": 11423, + "name": "MFA of Ukraine 🇺🇦", + "normal_followers_count": 470409, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1696668026", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MFA_Ukraine", + "statuses_count": 69172, + "translator_type": "none", + "url": "https://t.co/WK7H0wB3YC", + "verified": false, + "verified_type": "Government", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1505218857501343748", + "professional_type": "Business", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719715921789407364" + ], + "editable_until_msecs": "1698850801000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5381", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:00:01 +0000 2023", + "conversation_id_str": "1719715921789407364", + "display_text_range": [ + 0, + 276 + ], + "entities": { + "user_mentions": [ + { + "id_str": "760942246027931650", + "name": "Antigua & Barbuda Foreign Affairs", + "screen_name": "ABMinistryFA", + "indices": [ + 75, + 88 + ] + } + ], + "urls": [], + "hashtags": [ + { + "indices": [ + 24, + 32 + ], + "text": "Antigua" + } + ], + "symbols": [] + }, + "favorite_count": 37, + "favorited": false, + "full_text": "Happy Independence Day, #Antigua&Barbuda & our colleagues from the @ABMinistryFA. We deeply appreciate 🇦🇬’s support for 🇺🇦’s territorial integrity. We look forward to strengthening our friendly relations. Peace, well-being, and prosperity to the friendly people of 🇦🇬!", + "is_quote_status": false, + "lang": "en", + "quote_count": 1, + "reply_count": 0, + "retweet_count": 8, + "retweeted": false, + "user_id_str": "143427448", + "id_str": "1719715921789407364" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719715577894432832", + "sortIndex": "1719749859424075700", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719715577894432832", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=", + "rest_id": "884578187392544769", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Jul 11 01:00:49 +0000 2017", + "default_profile": true, + "default_profile_image": false, + "description": "Former CIA Clandestine Service. Now @SpycraftEnt, #NAFO fella. Sometimes writes. Good father, decent husband, excellent dog owner.", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 274857, + "followers_count": 248445, + "friends_count": 2545, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2446, + "location": "Washington, DC", + "media_count": 2111, + "name": "John Sipher", + "normal_followers_count": 248445, + "pinned_tweet_ids_str": [ + "1487082405970288646" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/884578187392544769/1695478628", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589241979698925568/E7yUu08y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "john_sipher", + "statuses_count": 80948, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/c8jke2W5tZ", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 150, + "width": 225, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Why the commerce secretary is the secret MVP of Biden’s sweeping new executive order on AI.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.washingtonpost.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 320, + "width": 480, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=800x320_1" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "2467791", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 67, + "width": 100, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=100x100" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "washingtonpost.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 88, + "green": 181, + "red": 214 + }, + "percentage": 53.72 + }, + { + "rgb": { + "blue": 29, + "green": 94, + "red": 129 + }, + "percentage": 14.41 + }, + { + "rgb": { + "blue": 77, + "green": 55, + "red": 31 + }, + "percentage": 6.66 + }, + { + "rgb": { + "blue": 61, + "green": 179, + "red": 217 + }, + "percentage": 5.85 + }, + { + "rgb": { + "blue": 151, + "green": 209, + "red": 234 + }, + "percentage": 5.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Opinion | Gina Raimondo is the secret MVP of Biden’s sweeping new executive order", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 88, + "green": 181, + "red": 214 + }, + "percentage": 53.72 + }, + { + "rgb": { + "blue": 29, + "green": 94, + "red": 129 + }, + "percentage": 14.41 + }, + { + "rgb": { + "blue": 77, + "green": 55, + "red": 31 + }, + "percentage": 6.66 + }, + { + "rgb": { + "blue": 61, + "green": 179, + "red": 217 + }, + "percentage": 5.85 + }, + { + "rgb": { + "blue": 151, + "green": 209, + "red": 234 + }, + "percentage": 5.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 88, + "green": 181, + "red": 214 + }, + "percentage": 53.72 + }, + { + "rgb": { + "blue": 29, + "green": 94, + "red": 129 + }, + "percentage": 14.41 + }, + { + "rgb": { + "blue": 77, + "green": 55, + "red": 31 + }, + "percentage": 6.66 + }, + { + "rgb": { + "blue": 61, + "green": 179, + "red": 217 + }, + "percentage": 5.85 + }, + { + "rgb": { + "blue": 151, + "green": 209, + "red": 234 + }, + "percentage": 5.74 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/c8jke2W5tZ", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 960, + "width": 1440, + "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/c8jke2W5tZ", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDY3Nzkx", + "rest_id": "2467791", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Mar 27 11:19:39 +0000 2007", + "default_profile": false, + "default_profile_image": false, + "description": "Democracy Dies in Darkness", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "washingtonpost.com", + "expanded_url": "http://washingtonpost.com", + "url": "https://t.co/1KN78z0bbe", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4007, + "followers_count": 20068087, + "friends_count": 1701, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 109031, + "location": "Washington, DC", + "media_count": 19848, + "name": "The Washington Post", + "normal_followers_count": 20068087, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2467791/1469484132", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1060271522319925257/fJKwJ0r2_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "washingtonpost", + "statuses_count": 475720, + "translator_type": "regular", + "url": "https://t.co/1KN78z0bbe", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719715577894432832" + ], + "editable_until_msecs": "1698850719000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3649", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 3, + "bookmarked": false, + "created_at": "Wed Nov 01 13:58:39 +0000 2023", + "conversation_id_str": "1719715577894432832", + "display_text_range": [ + 0, + 95 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "washingtonpost.com/opinions/2023/…", + "expanded_url": "https://www.washingtonpost.com/opinions/2023/10/31/ai-gina-raimondo-is-steph-curry/", + "url": "https://t.co/c8jke2W5tZ", + "indices": [ + 72, + 95 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 25, + "favorited": false, + "full_text": "Gina Raimondo is the secret MVP of Biden’s sweeping new executive order https://t.co/c8jke2W5tZ", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 5, + "retweeted": false, + "user_id_str": "884578187392544769", + "id_str": "1719715577894432832" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719715300667441584", + "sortIndex": "1719749859424075699", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719715300667441584", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNDEwNjQ3Ng==", + "rest_id": "14106476", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Mar 09 08:15:00 +0000 2008", + "default_profile": false, + "default_profile_image": false, + "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "kyivpost.com", + "expanded_url": "http://kyivpost.com/", + "url": "https://t.co/lHlutZvoAu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4939, + "followers_count": 393621, + "friends_count": 1631, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 6660, + "location": "#Kyiv, #Ukraine", + "media_count": 29844, + "name": "KyivPost", + "normal_followers_count": 393621, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KyivPost", + "statuses_count": 71995, + "translator_type": "none", + "url": "https://t.co/lHlutZvoAu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719715300667441584" + ], + "editable_until_msecs": "1698850653000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "7331", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 13:57:33 +0000 2023", + "conversation_id_str": "1719715300667441584", + "display_text_range": [ + 0, + 102 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/ln9XPni9CM", + "expanded_url": "https://twitter.com/KyivPost/status/1719715300667441584/video/1", + "id_str": "1719715246024065024", + "indices": [ + 103, + 126 + ], + "media_key": "13_1719715246024065024", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719715246024065024/img/c_PTojDbPBRo3fB7.jpg", + "type": "video", + "url": "https://t.co/ln9XPni9CM", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1024, + "w": 576, + "resize": "fit" + }, + "medium": { + "h": 1024, + "w": 576, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 383, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1024, + "width": 576, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 9, + 16 + ], + "duration_millis": 39699, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/576x1024/DjYDMBX37CzViyMa.mp4?tag=14" + }, + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/320x568/mlio6gmrk9R9w0aU.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/pl/udDWNfWvL3IURWr-.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/480x852/joPoZFZt8kuLZc2O.mp4?tag=14" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/ln9XPni9CM", + "expanded_url": "https://twitter.com/KyivPost/status/1719715300667441584/video/1", + "id_str": "1719715246024065024", + "indices": [ + 103, + 126 + ], + "media_key": "13_1719715246024065024", + "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719715246024065024/img/c_PTojDbPBRo3fB7.jpg", + "type": "video", + "url": "https://t.co/ln9XPni9CM", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 1024, + "w": 576, + "resize": "fit" + }, + "medium": { + "h": 1024, + "w": 576, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 383, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1024, + "width": 576, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 9, + 16 + ], + "duration_millis": 39699, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/576x1024/DjYDMBX37CzViyMa.mp4?tag=14" + }, + { + "bitrate": 632000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/320x568/mlio6gmrk9R9w0aU.mp4?tag=14" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/pl/udDWNfWvL3IURWr-.m3u8?tag=14&container=fmp4" + }, + { + "bitrate": 950000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/480x852/joPoZFZt8kuLZc2O.mp4?tag=14" + } + ] + } + } + ] + }, + "favorite_count": 182, + "favorited": false, + "full_text": "Daddy's home👨‍👧🥹\n\nA touching meeting of a little girl and her father, who has returned from the front. https://t.co/ln9XPni9CM", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 2, + "reply_count": 4, + "retweet_count": 26, + "retweeted": false, + "user_id_str": "14106476", + "id_str": "1719715300667441584" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719714697895625107", + "sortIndex": "1719749859424075698", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719714697895625107", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0NzQ1NTExMg==", + "rest_id": "47455112", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Mon Jun 15 21:50:27 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Reporting on foreign policy. Current: Diplomatic Substack, Just Security ed bd. Al-Monitor Politico Foreign Policy alum. lkrozen threads, lkrozen.bsky, at gmail", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "diplomatic.substack.com", + "expanded_url": "https://diplomatic.substack.com/", + "url": "https://t.co/VBjgdai1Rl", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 221, + "followers_count": 174844, + "friends_count": 9890, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4581, + "location": "Washington, D.C.", + "media_count": 6590, + "name": "Laura Rozen", + "normal_followers_count": 174844, + "pinned_tweet_ids_str": [ + "994000925793628160" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/47455112/1688651088", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg", + "profile_interstitial_type": "", + "screen_name": "lrozen", + "statuses_count": 541791, + "translator_type": "none", + "url": "https://t.co/VBjgdai1Rl", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1587536294372155392", + "professional_type": "Creator", + "category": [ + { + "id": 955, + "name": "Journalist", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719714697895625107" + ], + "editable_until_msecs": "1698850509000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6397", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPad", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719709784398573697", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNDM5NTQzNzA=", + "rest_id": "343954370", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Thu Jul 28 10:03:24 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Senior foreign affairs reporter @huffpost. Say hi: akbar.ahmed@huffpost.com // Email or DM me for Signal/WhatsApp // he/him", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "huffpost.com/author/akbar-s…", + "expanded_url": "https://www.huffpost.com/author/akbar-shahid-ahmed", + "url": "https://t.co/9hJb3GloUT", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 58796, + "followers_count": 15958, + "friends_count": 3934, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 333, + "location": "D.C., via Karachi & New Haven.", + "media_count": 1224, + "name": "Akbar Shahid Ahmed", + "normal_followers_count": 15958, + "pinned_tweet_ids_str": [ + "1715137995613852055" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/343954370/1401170794", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1712996066402910208/ABQ9w6yg_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AkbarSAhmed", + "statuses_count": 30487, + "translator_type": "regular", + "url": "https://t.co/9hJb3GloUT", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719709784398573697" + ], + "editable_until_msecs": "1698849337000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "8477", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:35:37 +0000 2023", + "conversation_id_str": "1719709784398573697", + "display_text_range": [ + 0, + 288 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 25, + "favorited": false, + "full_text": "Per internal State Dept email, the agency plans “to prioritize vulnerable US citizens for departure” through Rafah.\n\nAmid bombing & crippling shortages of supplies, curious how they’ll classify who’s more vulnerable. Waiting to hear when the Okals & their 1-year-old make the cut.", + "is_quote_status": false, + "lang": "en", + "quote_count": 1, + "reply_count": 2, + "retweet_count": 11, + "retweeted": false, + "user_id_str": "343954370", + "id_str": "1719709784398573697" + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:55:09 +0000 2023", + "conversation_id_str": "1719714697895625107", + "display_text_range": [ + 0, + 1 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 15, + "favorited": false, + "full_text": "🧵", + "is_quote_status": true, + "lang": "art", + "quote_count": 0, + "quoted_status_id_str": "1719709784398573697", + "quoted_status_permalink": { + "url": "https://t.co/ECQoQOQWUk", + "expanded": "https://twitter.com/akbarsahmed/status/1719709784398573697", + "display": "twitter.com/akbarsahmed/st…" + }, + "reply_count": 0, + "retweet_count": 6, + "retweeted": false, + "user_id_str": "47455112", + "id_str": "1719714697895625107" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719713784053346709", + "sortIndex": "1719749859424075697", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719713784053346709", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1NDM0NTMxNw==", + "rest_id": "54345317", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Mon Jul 06 21:51:39 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Fellow for Europe @CFR_org | Historian & Political Scientist | #Germany #Europe #Russia #EasternEurope #Security | Views my own, RT ≠ endorsement", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "cfr.org/expert/liana-f…", + "expanded_url": "https://www.cfr.org/expert/liana-fix", + "url": "https://t.co/kNfe79pLBh", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24063, + "followers_count": 11496, + "friends_count": 1495, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 325, + "location": "Washington, DC", + "media_count": 364, + "name": "Dr. Liana Fix", + "normal_followers_count": 11496, + "pinned_tweet_ids_str": [ + "1699105129541042660" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/54345317/1654117548", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1573991186603425792/g-ltQdRG_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "LianaFix", + "statuses_count": 18168, + "translator_type": "none", + "url": "https://t.co/kNfe79pLBh", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/3TFK47fF6G", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 146, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Frustrated by Berlin’s robust response to his invasion of Ukraine, the Russian leader is seeking allies who could disrupt the consensus.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.theatlantic.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 313, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "35773039", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 75, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "theatlantic.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Why Vladimir Putin Is Embracing Germany’s Far Right", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/3TFK47fF6G", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/3TFK47fF6G", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjozNTc3MzAzOQ==", + "rest_id": "35773039", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Apr 27 15:41:54 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Exploring the American idea through ambitious, essential reporting and storytelling. Of no party or clique since 1857. https://t.co/uHeZCz8ahz", + "entities": { + "description": { + "urls": [ + { + "display_url": "theatlantic.com", + "expanded_url": "http://theatlantic.com", + "url": "https://t.co/uHeZCz8ahz", + "indices": [ + 119, + 142 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "theatlantic.com/subscribe", + "expanded_url": "http://theatlantic.com/subscribe", + "url": "https://t.co/j4JSgDlv80", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1357, + "followers_count": 2092961, + "friends_count": 1076, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 30017, + "location": "", + "media_count": 59478, + "name": "The Atlantic", + "normal_followers_count": 2092961, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/35773039/1573659023", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1604927618775764993/WJdNY4fH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TheAtlantic", + "statuses_count": 223616, + "translator_type": "none", + "url": "https://t.co/j4JSgDlv80", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719713784053346709" + ], + "editable_until_msecs": "1698850291512", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:51:31 +0000 2023", + "conversation_id_str": "1719713784053346709", + "display_text_range": [ + 0, + 139 + ], + "entities": { + "user_mentions": [ + { + "id_str": "285395368", + "name": "Jacob Ware", + "screen_name": "Jacob_A_Ware", + "indices": [ + 3, + 16 + ] + }, + { + "id_str": "17469492", + "name": "Council on Foreign Relations", + "screen_name": "CFR_org", + "indices": [ + 40, + 48 + ] + }, + { + "id_str": "54345317", + "name": "Dr. Liana Fix", + "screen_name": "LianaFix", + "indices": [ + 60, + 69 + ] + }, + { + "id_str": "1010217941613375491", + "name": "Caroline Kapp", + "screen_name": "c_kapp99", + "indices": [ + 74, + 83 + ] + }, + { + "id_str": "35773039", + "name": "The Atlantic", + "screen_name": "TheAtlantic", + "indices": [ + 87, + 99 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @Jacob_A_Ware: Brilliant piece by my @CFR_org colleagues @LianaFix and @c_kapp99 in @TheAtlantic—with clear implications for the United…", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "54345317", + "id_str": "1719713784053346709", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719702226787058030", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyODUzOTUzNjg=", + "rest_id": "285395368", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Apr 21 02:31:49 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Research fellow at @CFR_org studying terrorism and extremism. Opinions are my own and RT ≠ endorsement. https://t.co/8Yi3uuwOc2.", + "entities": { + "description": { + "urls": [ + { + "display_url": "jacobware.bsky.social", + "expanded_url": "http://jacobware.bsky.social", + "url": "https://t.co/8Yi3uuwOc2", + "indices": [ + 104, + 127 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "cfr.org/expert/jacob-w…", + "expanded_url": "https://www.cfr.org/expert/jacob-ware", + "url": "https://t.co/2G0RJzJmS1", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20743, + "followers_count": 1947, + "friends_count": 485, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 54, + "location": "", + "media_count": 19, + "name": "Jacob Ware", + "normal_followers_count": 1947, + "pinned_tweet_ids_str": [ + "1651224659864571904" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/285395368/1698179524", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1576636452439576581/48Sjir2N_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Jacob_A_Ware", + "statuses_count": 1419, + "translator_type": "none", + "url": "https://t.co/2G0RJzJmS1", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "https://t.co/3TFK47fF6G", + "legacy": { + "binding_values": [ + { + "key": "photo_image_full_size_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image", + "value": { + "image_value": { + "height": 146, + "width": 280, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=280x150" + }, + "type": "IMAGE" + } + }, + { + "key": "description", + "value": { + "string_value": "Frustrated by Berlin’s robust response to his invasion of Ukraine, the Russian leader is seeking allies who could disrupt the consensus.", + "type": "STRING" + } + }, + { + "key": "domain", + "value": { + "string_value": "www.theatlantic.com", + "type": "STRING" + } + }, + { + "key": "thumbnail_image_large", + "value": { + "image_value": { + "height": 313, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x600" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "site", + "value": { + "scribe_key": "publisher_id", + "type": "USER", + "user_value": { + "id_str": "35773039", + "path": [] + } + } + }, + { + "key": "photo_image_full_size_small", + "value": { + "image_value": { + "height": 202, + "width": 386, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=386x202" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image_large", + "value": { + "image_value": { + "height": 419, + "width": 800, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_small", + "value": { + "image_value": { + "height": 75, + "width": 144, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=144x144" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + }, + { + "key": "vanity_url", + "value": { + "scribe_key": "vanity_url", + "string_value": "theatlantic.com", + "type": "STRING" + } + }, + { + "key": "photo_image_full_size", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "thumbnail_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "title", + "value": { + "string_value": "Why Vladimir Putin Is Embracing Germany’s Far Right", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "summary_photo_image_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "summary_photo_image", + "value": { + "image_value": { + "height": 314, + "width": 600, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314" + }, + "type": "IMAGE" + } + }, + { + "key": "photo_image_full_size_color", + "value": { + "image_color_value": { + "palette": [ + { + "rgb": { + "blue": 250, + "green": 164, + "red": 37 + }, + "percentage": 28.47 + }, + { + "rgb": { + "blue": 2, + "green": 2, + "red": 2 + }, + "percentage": 27.68 + }, + { + "rgb": { + "blue": 218, + "green": 97, + "red": 3 + }, + "percentage": 13.77 + }, + { + "rgb": { + "blue": 18, + "green": 2, + "red": 231 + }, + "percentage": 9.75 + }, + { + "rgb": { + "blue": 251, + "green": 208, + "red": 168 + }, + "percentage": 8.93 + } + ] + }, + "type": "IMAGE_COLOR" + } + }, + { + "key": "photo_image_full_size_x_large", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=png&name=2048x2048_2_exp" + }, + "type": "IMAGE" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://t.co/3TFK47fF6G", + "type": "STRING" + } + }, + { + "key": "summary_photo_image_original", + "value": { + "image_value": { + "height": 625, + "width": 1200, + "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig" + }, + "type": "IMAGE" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "summary_large_image", + "url": "https://t.co/3TFK47fF6G", + "user_refs_results": [ + { + "result": { + "__typename": "User", + "id": "VXNlcjozNTc3MzAzOQ==", + "rest_id": "35773039", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Apr 27 15:41:54 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Exploring the American idea through ambitious, essential reporting and storytelling. Of no party or clique since 1857. https://t.co/uHeZCz8ahz", + "entities": { + "description": { + "urls": [ + { + "display_url": "theatlantic.com", + "expanded_url": "http://theatlantic.com", + "url": "https://t.co/uHeZCz8ahz", + "indices": [ + 119, + 142 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "theatlantic.com/subscribe", + "expanded_url": "http://theatlantic.com/subscribe", + "url": "https://t.co/j4JSgDlv80", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1357, + "followers_count": 2092961, + "friends_count": 1076, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 30017, + "location": "", + "media_count": 59478, + "name": "The Atlantic", + "normal_followers_count": 2092961, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/35773039/1573659023", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1604927618775764993/WJdNY4fH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "TheAtlantic", + "statuses_count": 223616, + "translator_type": "none", + "url": "https://t.co/j4JSgDlv80", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + ] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719702226787058030" + ], + "editable_until_msecs": "1698847536000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "500", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 13:05:36 +0000 2023", + "conversation_id_str": "1719702226787058030", + "display_text_range": [ + 0, + 174 + ], + "entities": { + "user_mentions": [ + { + "id_str": "17469492", + "name": "Council on Foreign Relations", + "screen_name": "CFR_org", + "indices": [ + 22, + 30 + ] + }, + { + "id_str": "54345317", + "name": "Dr. Liana Fix", + "screen_name": "LianaFix", + "indices": [ + 42, + 51 + ] + }, + { + "id_str": "1010217941613375491", + "name": "Caroline Kapp", + "screen_name": "c_kapp99", + "indices": [ + 56, + 65 + ] + }, + { + "id_str": "35773039", + "name": "The Atlantic", + "screen_name": "TheAtlantic", + "indices": [ + 69, + 81 + ] + } + ], + "urls": [ + { + "display_url": "theatlantic.com/international/…", + "expanded_url": "https://www.theatlantic.com/international/archive/2023/10/vladimir-putin-russia-ukraine-germany-far-right/675838/", + "url": "https://t.co/3TFK47fF6G", + "indices": [ + 151, + 174 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 7, + "favorited": false, + "full_text": "Brilliant piece by my @CFR_org colleagues @LianaFix and @c_kapp99 in @TheAtlantic—with clear implications for the United States and its 2024 election. https://t.co/3TFK47fF6G", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 2, + "retweeted": false, + "user_id_str": "285395368", + "id_str": "1719702226787058030" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075856", + "sortIndex": "1719749859424075696", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "list-conversation-1719749859424075856-tweet-1719694165355725110", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719694165355725110", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTc4NTY3MTU=", + "rest_id": "117856715", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Feb 26 21:07:56 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/kevinrothrock", + "expanded_url": "https://linktr.ee/kevinrothrock", + "url": "https://t.co/OqHTyIIumZ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24633, + "followers_count": 130399, + "friends_count": 776, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4042, + "location": "New Haven, CT", + "media_count": 6880, + "name": "@kevinrothrock@bsky.social", + "normal_followers_count": 130399, + "pinned_tweet_ids_str": [ + "1710704860738228528" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/117856715/1697481625", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1681076196912627714/lJqTkio7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KevinRothrock", + "statuses_count": 35158, + "translator_type": "none", + "url": "https://t.co/OqHTyIIumZ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719694165355725110" + ], + "editable_until_msecs": "1698845614000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "5161", + "state": "EnabledWithCount" + }, + "source": "fromPythonToTwitter", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 12:33:34 +0000 2023", + "conversation_id_str": "1719694165355725110", + "display_text_range": [ + 0, + 204 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/RAW9FWPsEI", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1", + "id_str": "1719694159743692800", + "indices": [ + 205, + 228 + ], + "media_key": "3_1719694159743692800", + "media_url_https": "https://pbs.twimg.com/media/F92UuhnWMAAs8VZ.jpg", + "type": "photo", + "url": "https://t.co/RAW9FWPsEI", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + }, + "medium": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + }, + "small": { + "faces": [ + { + "x": 304, + "y": 97, + "h": 41, + "w": 41 + }, + { + "x": 330, + "y": 483, + "h": 42, + "w": 42 + } + ] + }, + "orig": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + } + }, + "sizes": { + "large": { + "h": 1028, + "w": 840, + "resize": "fit" + }, + "medium": { + "h": 1028, + "w": 840, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 556, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1028, + "width": 840, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 840, + "h": 470 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 840 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 958 + }, + { + "x": 0, + "y": 0, + "w": 514, + "h": 1028 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 1028 + } + ] + } + }, + { + "display_url": "pic.twitter.com/RAW9FWPsEI", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1", + "id_str": "1719694162696552448", + "indices": [ + 205, + 228 + ], + "media_key": "3_1719694162696552448", + "media_url_https": "https://pbs.twimg.com/media/F92UusnXQAAu1_n.jpg", + "type": "photo", + "url": "https://t.co/RAW9FWPsEI", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 358, + "y": 1023, + "h": 71, + "w": 71 + } + ] + }, + "medium": { + "faces": [ + { + "x": 335, + "y": 959, + "h": 66, + "w": 66 + } + ] + }, + "small": { + "faces": [ + { + "x": 190, + "y": 543, + "h": 37, + "w": 37 + } + ] + }, + "orig": { + "faces": [ + { + "x": 358, + "y": 1023, + "h": 71, + "w": 71 + } + ] + } + }, + "sizes": { + "large": { + "h": 1280, + "w": 1024, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1280, + "width": 1024, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1024, + "h": 573 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1024 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1167 + }, + { + "x": 0, + "y": 0, + "w": 640, + "h": 1280 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1280 + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/RAW9FWPsEI", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1", + "id_str": "1719694159743692800", + "indices": [ + 205, + 228 + ], + "media_key": "3_1719694159743692800", + "media_url_https": "https://pbs.twimg.com/media/F92UuhnWMAAs8VZ.jpg", + "type": "photo", + "url": "https://t.co/RAW9FWPsEI", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + }, + "medium": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + }, + "small": { + "faces": [ + { + "x": 304, + "y": 97, + "h": 41, + "w": 41 + }, + { + "x": 330, + "y": 483, + "h": 42, + "w": 42 + } + ] + }, + "orig": { + "faces": [ + { + "x": 460, + "y": 148, + "h": 63, + "w": 63 + }, + { + "x": 500, + "y": 731, + "h": 64, + "w": 64 + } + ] + } + }, + "sizes": { + "large": { + "h": 1028, + "w": 840, + "resize": "fit" + }, + "medium": { + "h": 1028, + "w": 840, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 556, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1028, + "width": 840, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 840, + "h": 470 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 840 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 958 + }, + { + "x": 0, + "y": 0, + "w": 514, + "h": 1028 + }, + { + "x": 0, + "y": 0, + "w": 840, + "h": 1028 + } + ] + } + }, + { + "display_url": "pic.twitter.com/RAW9FWPsEI", + "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1", + "id_str": "1719694162696552448", + "indices": [ + 205, + 228 + ], + "media_key": "3_1719694162696552448", + "media_url_https": "https://pbs.twimg.com/media/F92UusnXQAAu1_n.jpg", + "type": "photo", + "url": "https://t.co/RAW9FWPsEI", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 358, + "y": 1023, + "h": 71, + "w": 71 + } + ] + }, + "medium": { + "faces": [ + { + "x": 335, + "y": 959, + "h": 66, + "w": 66 + } + ] + }, + "small": { + "faces": [ + { + "x": 190, + "y": 543, + "h": 37, + "w": 37 + } + ] + }, + "orig": { + "faces": [ + { + "x": 358, + "y": 1023, + "h": 71, + "w": 71 + } + ] + } + }, + "sizes": { + "large": { + "h": 1280, + "w": 1024, + "resize": "fit" + }, + "medium": { + "h": 1200, + "w": 960, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 544, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 1280, + "width": 1024, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1024, + "h": 573 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1024 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1167 + }, + { + "x": 0, + "y": 0, + "w": 640, + "h": 1280 + }, + { + "x": 0, + "y": 0, + "w": 1024, + "h": 1280 + } + ] + } + } + ] + }, + "favorite_count": 9, + "favorited": false, + "full_text": "Journalists at Agentstvo compare the relatively weak police response in Dagestan after Sunday's attempted pogrom to the crackdown in July 2019 against democracy protesters during Moscow's local elections. https://t.co/RAW9FWPsEI", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "117856715", + "id_str": "1719694165355725110" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075856-tweet-1719695637187346812", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719695637187346812", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMTc4NTY3MTU=", + "rest_id": "117856715", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Feb 26 21:07:56 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "linktr.ee/kevinrothrock", + "expanded_url": "https://linktr.ee/kevinrothrock", + "url": "https://t.co/OqHTyIIumZ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24633, + "followers_count": 130399, + "friends_count": 776, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4042, + "location": "New Haven, CT", + "media_count": 6880, + "name": "@kevinrothrock@bsky.social", + "normal_followers_count": 130399, + "pinned_tweet_ids_str": [ + "1710704860738228528" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/117856715/1697481625", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1681076196912627714/lJqTkio7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "KevinRothrock", + "statuses_count": 35158, + "translator_type": "none", + "url": "https://t.co/OqHTyIIumZ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719695637187346812" + ], + "editable_until_msecs": "1698845964000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "503", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 12:39:24 +0000 2023", + "conversation_id_str": "1719694165355725110", + "display_text_range": [ + 10, + 259 + ], + "entities": { + "user_mentions": [ + { + "id_str": "19759808", + "name": "Nikolaus von Twickel ", + "screen_name": "niktwick", + "indices": [ + 0, + 9 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "@niktwick Still, armed rioters are a threat to the public order. I'd attribute this less to antisemitism (which is there, of course) than Moscow's reluctance to interfere in the fragile balance of things in the North Caucasus. Maybe that's a bad take, though.", + "in_reply_to_screen_name": "niktwick", + "in_reply_to_status_id_str": "1719694911480467479", + "in_reply_to_user_id_str": "19759808", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "117856715", + "id_str": "1719695637187346812" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "list-conversation-1719749859424075856-tweet-1719713360265056315", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719713360265056315", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxOTc1OTgwOA==", + "rest_id": "19759808", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 30 08:48:24 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Analyst for eastern 🇺🇦, editor at @liberalemoderne Past @OSCE SMM, @MoscowTimes, @warstudies n.vontwickel@greyfriars.oxon.org | https://t.co/i6Ysm0Q4qF", + "entities": { + "description": { + "urls": [ + { + "display_url": "niktwick.bsky.social", + "expanded_url": "http://niktwick.bsky.social", + "url": "https://t.co/i6Ysm0Q4qF", + "indices": [ + 128, + 151 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "civicmonitoring.org", + "expanded_url": "https://civicmonitoring.org/", + "url": "https://t.co/qPhvnx5SNW", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1851, + "followers_count": 13640, + "friends_count": 1419, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 942, + "location": "Berlin, Deutschland", + "media_count": 2223, + "name": "Nikolaus von Twickel ", + "normal_followers_count": 13640, + "pinned_tweet_ids_str": [ + "1638648000271507457" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/19759808/1692878907", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1521204755028131840/Xn1rWyRQ_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "niktwick", + "statuses_count": 45611, + "translator_type": "none", + "url": "https://t.co/qPhvnx5SNW", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1492621647072968707", + "professional_type": "Creator", + "category": [ + { + "id": 956, + "name": "Writer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719713360265056315" + ], + "editable_until_msecs": "1698850190000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "283", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:49:50 +0000 2023", + "conversation_id_str": "1719694165355725110", + "display_text_range": [ + 15, + 137 + ], + "entities": { + "user_mentions": [ + { + "id_str": "117856715", + "name": "@kevinrothrock@bsky.social", + "screen_name": "KevinRothrock", + "indices": [ + 0, + 14 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "@KevinRothrock That’s a point, too. Although I would stress that the Makhachkala protesters were not directly criticizing the government.", + "in_reply_to_screen_name": "KevinRothrock", + "in_reply_to_status_id_str": "1719695637187346812", + "in_reply_to_user_id_str": "117856715", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 5, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "19759808", + "id_str": "1719713360265056315" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + } + ], + "metadata": { + "conversationMetadata": { + "allTweetIds": [ + "1719694165355725110", + "1719694911480467479", + "1719695637187346812", + "1719713360265056315" + ], + "enableDeduplication": true + } + }, + "displayType": "VerticalConversation", + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719712980664017021", + "sortIndex": "1719749859424075695", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719712980664017021", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx", + "rest_id": "1005846500583321601", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Sun Jun 10 16:17:48 +0000 2018", + "default_profile": true, + "default_profile_image": false, + "description": "Dad. Spouse to @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Dr. & Senior Fellow, SAIS, JHU. 🧵 @alexander_s_vindman", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "alexandervindman.substack.com", + "expanded_url": "https://alexandervindman.substack.com", + "url": "https://t.co/vyo9QsFIcu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 13711, + "followers_count": 923342, + "friends_count": 1617, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5777, + "location": "Florida, USA", + "media_count": 286, + "name": "Alexander S. Vindman ❎", + "normal_followers_count": 923342, + "pinned_tweet_ids_str": [ + "1718978158240674010" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1005846500583321601/1682038223", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438653431837872135/6170zRMd_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AVindman", + "statuses_count": 6000, + "translator_type": "none", + "url": "https://t.co/vyo9QsFIcu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1469829466885132297", + "professional_type": "Business", + "category": [ + { + "id": 956, + "name": "Writer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719712980664017021" + ], + "editable_until_msecs": "1698850099969", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:48:19 +0000 2023", + "conversation_id_str": "1719712980664017021", + "display_text_range": [ + 0, + 140 + ], + "entities": { + "user_mentions": [ + { + "id_str": "37738073", + "name": "Simon Rosenberg", + "screen_name": "SimonWDC", + "indices": [ + 3, + 12 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "RT @SimonWDC: It's important to listen to the actual words of Hamas: \n- Israel must be eliminated, more attacks are coming\n- Killing of Jew…", + "is_quote_status": true, + "lang": "en", + "quote_count": 0, + "quoted_status_id_str": "1719662664090075199", + "quoted_status_permalink": { + "url": "https://t.co/gsThS9nTzp", + "expanded": "https://twitter.com/MEMRIReports/status/1719662664090075199", + "display": "twitter.com/MEMRIReports/s…" + }, + "reply_count": 0, + "retweet_count": 667, + "retweeted": false, + "user_id_str": "1005846500583321601", + "id_str": "1719712980664017021", + "retweeted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719695091965501585", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNzczODA3Mw==", + "rest_id": "37738073", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Mon May 04 19:46:55 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Political Strategist, Commentator | Once NDN, DNC, DCCC, Clinton War Room, ABC News | Slava Ukraini! | https://t.co/6h6717zcGe", + "entities": { + "description": { + "urls": [ + { + "display_url": "hopiumchronicles.com", + "expanded_url": "http://hopiumchronicles.com", + "url": "https://t.co/6h6717zcGe", + "indices": [ + 104, + 127 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "hopiumchronicles.com", + "expanded_url": "http://hopiumchronicles.com", + "url": "https://t.co/6h6717zcGe", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 23318, + "followers_count": 138104, + "friends_count": 5840, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1928, + "location": "ÜT: 38.927579,-77.106007", + "media_count": 802, + "name": "Simon Rosenberg", + "normal_followers_count": 138104, + "pinned_tweet_ids_str": [ + "1718788913555177879" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/37738073/1676978377", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1052753647422066689/l4gca317_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SimonWDC", + "statuses_count": 48649, + "translator_type": "none", + "url": "https://t.co/6h6717zcGe", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1510368199912660992", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719695091965501585" + ], + "editable_until_msecs": "1698845834000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "135231", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719662664090075199", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxOTYxMzI2Nw==", + "rest_id": "19613267", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Jan 27 20:17:55 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Official account of Washington DC-based Middle East Media Research Institute for news on the Middle East and beyond. Find us on Facebook: https://t.co/RbGaCf2YzV", + "entities": { + "description": { + "urls": [ + { + "display_url": "facebook.com/memri.org", + "expanded_url": "http://facebook.com/memri.org", + "url": "https://t.co/RbGaCf2YzV", + "indices": [ + 138, + 161 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 57, + "followers_count": 102648, + "friends_count": 67, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1720, + "location": "Washington D.C.", + "media_count": 15100, + "name": "MEMRI", + "normal_followers_count": 102648, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/19613267/1558029527", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/907250051524825088/qqWuld87_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "MEMRIReports", + "statuses_count": 29972, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719662664090075199" + ], + "editable_until_msecs": "1698838103000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6354074", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 3206, + "bookmarked": false, + "created_at": "Wed Nov 01 10:28:23 +0000 2023", + "conversation_id_str": "1719662664090075199", + "display_text_range": [ + 0, + 181 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/kXu3U0BtAP", + "expanded_url": "https://twitter.com/MEMRIReports/status/1719662664090075199/video/1", + "id_str": "1719660700102971392", + "indices": [ + 182, + 205 + ], + "media_key": "7_1719660700102971392", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719660700102971392/pu/img/9t3Vf-228iSIm55H.jpg", + "type": "video", + "url": "https://t.co/kXu3U0BtAP", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 80647, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/1280x720/ysEy9gYerYPcA513.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/pl/_jeOYu5o7fCq5Rq5.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/480x270/K-2yuk5ekcl_zmC_.mp4?tag=12" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/640x360/Ubvvgg01SWo50sWu.mp4?tag=12" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [ + { + "indices": [ + 155, + 161 + ], + "text": "Hamas" + }, + { + "indices": [ + 162, + 167 + ], + "text": "Gaza" + }, + { + "indices": [ + 168, + 181 + ], + "text": "Palestinians" + } + ], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/kXu3U0BtAP", + "expanded_url": "https://twitter.com/MEMRIReports/status/1719662664090075199/video/1", + "id_str": "1719660700102971392", + "indices": [ + 182, + 205 + ], + "media_key": "7_1719660700102971392", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1719660700102971392/pu/img/9t3Vf-228iSIm55H.jpg", + "type": "video", + "url": "https://t.co/kXu3U0BtAP", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 720, + "w": 1280, + "resize": "fit" + }, + "medium": { + "h": 675, + "w": 1200, + "resize": "fit" + }, + "small": { + "h": 383, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 720, + "width": 1280, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 16, + 9 + ], + "duration_millis": 80647, + "variants": [ + { + "bitrate": 2176000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/1280x720/ysEy9gYerYPcA513.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/pl/_jeOYu5o7fCq5Rq5.m3u8?tag=12&container=fmp4" + }, + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/480x270/K-2yuk5ekcl_zmC_.mp4?tag=12" + }, + { + "bitrate": 832000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1719660700102971392/pu/vid/avc1/640x360/Ubvvgg01SWo50sWu.mp4?tag=12" + } + ] + } + } + ] + }, + "favorite_count": 6437, + "favorited": false, + "full_text": "Hamas Official Ghazi Hamad: We Will Repeat the October 7 Attack Time and Again Until Israel Is Annihilated; We Are Victims - Everything We Do Is Justified #Hamas #Gaza #Palestinians https://t.co/kXu3U0BtAP", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 5837, + "reply_count": 2330, + "retweet_count": 5057, + "retweeted": false, + "user_id_str": "19613267", + "id_str": "1719662664090075199" + } + } + }, + "legacy": { + "bookmark_count": 65, + "bookmarked": false, + "created_at": "Wed Nov 01 12:37:14 +0000 2023", + "conversation_id_str": "1719695091965501585", + "display_text_range": [ + 0, + 229 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1148, + "favorited": false, + "full_text": "It's important to listen to the actual words of Hamas: \n- Israel must be eliminated, more attacks are coming\n- Killing of Jews/Americans in Israel is justified\n- Loss of life in Gaza is acceptable, as we are a \"nation of martyrs\"", + "is_quote_status": true, + "lang": "en", + "quote_count": 38, + "quoted_status_id_str": "1719662664090075199", + "quoted_status_permalink": { + "url": "https://t.co/gsThS9nTzp", + "expanded": "https://twitter.com/MEMRIReports/status/1719662664090075199", + "display": "twitter.com/MEMRIReports/s…" + }, + "reply_count": 98, + "retweet_count": 667, + "retweeted": false, + "user_id_str": "37738073", + "id_str": "1719695091965501585" + } + } + } + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719712627499131239", + "sortIndex": "1719749859424075694", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719712627499131239", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxOTc1OTgwOA==", + "rest_id": "19759808", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 30 08:48:24 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Analyst for eastern 🇺🇦, editor at @liberalemoderne Past @OSCE SMM, @MoscowTimes, @warstudies n.vontwickel@greyfriars.oxon.org | https://t.co/i6Ysm0Q4qF", + "entities": { + "description": { + "urls": [ + { + "display_url": "niktwick.bsky.social", + "expanded_url": "http://niktwick.bsky.social", + "url": "https://t.co/i6Ysm0Q4qF", + "indices": [ + 128, + 151 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "civicmonitoring.org", + "expanded_url": "https://civicmonitoring.org/", + "url": "https://t.co/qPhvnx5SNW", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1851, + "followers_count": 13640, + "friends_count": 1419, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 942, + "location": "Berlin, Deutschland", + "media_count": 2223, + "name": "Nikolaus von Twickel ", + "normal_followers_count": 13640, + "pinned_tweet_ids_str": [ + "1638648000271507457" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/19759808/1692878907", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1521204755028131840/Xn1rWyRQ_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "niktwick", + "statuses_count": 45611, + "translator_type": "none", + "url": "https://t.co/qPhvnx5SNW", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1492621647072968707", + "professional_type": "Creator", + "category": [ + { + "id": 956, + "name": "Writer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719712627499131239" + ], + "editable_until_msecs": "1698850015000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "709", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 13:46:55 +0000 2023", + "conversation_id_str": "1719712627499131239", + "display_text_range": [ + 0, + 114 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/7OwyLTvImA", + "expanded_url": "https://twitter.com/niktwick/status/1719712627499131239/photo/1", + "id_str": "1719712618544312320", + "indices": [ + 115, + 138 + ], + "media_key": "3_1719712618544312320", + "media_url_https": "https://pbs.twimg.com/media/F92lg-AXMAAY9hU.jpg", + "type": "photo", + "url": "https://t.co/7OwyLTvImA", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "medium": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "small": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "orig": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + } + }, + "sizes": { + "large": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "medium": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "small": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 410, + "width": 300, + "focus_rects": [ + { + "x": 0, + "y": 242, + "w": 300, + "h": 168 + }, + { + "x": 0, + "y": 110, + "w": 300, + "h": 300 + }, + { + "x": 0, + "y": 68, + "w": 300, + "h": 342 + }, + { + "x": 0, + "y": 0, + "w": 205, + "h": 410 + }, + { + "x": 0, + "y": 0, + "w": 300, + "h": 410 + } + ] + } + } + ], + "user_mentions": [ + { + "id_str": "82299300", + "name": "Alexey Navalny", + "screen_name": "navalny", + "indices": [ + 12, + 20 + ] + }, + { + "id_str": "377165739", + "name": "Vladimir Kara-Murza", + "screen_name": "vkaramurza", + "indices": [ + 34, + 45 + ] + }, + { + "id_str": "87698098", + "name": "Газета «Собеседник» / Sobesednik.ru", + "screen_name": "Sobesednik", + "indices": [ + 96, + 107 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/7OwyLTvImA", + "expanded_url": "https://twitter.com/niktwick/status/1719712627499131239/photo/1", + "id_str": "1719712618544312320", + "indices": [ + 115, + 138 + ], + "media_key": "3_1719712618544312320", + "media_url_https": "https://pbs.twimg.com/media/F92lg-AXMAAY9hU.jpg", + "type": "photo", + "url": "https://t.co/7OwyLTvImA", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "medium": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "small": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + }, + "orig": { + "faces": [ + { + "x": 69, + "y": 96, + "h": 34, + "w": 34 + }, + { + "x": 166, + "y": 97, + "h": 35, + "w": 35 + }, + { + "x": 63, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 174, + "y": 151, + "h": 37, + "w": 37 + }, + { + "x": 116, + "y": 155, + "h": 34, + "w": 34 + }, + { + "x": 68, + "y": 207, + "h": 34, + "w": 34 + }, + { + "x": 170, + "y": 205, + "h": 36, + "w": 36 + }, + { + "x": 115, + "y": 205, + "h": 37, + "w": 37 + }, + { + "x": 17, + "y": 262, + "h": 35, + "w": 35 + }, + { + "x": 71, + "y": 264, + "h": 34, + "w": 34 + }, + { + "x": 116, + "y": 267, + "h": 36, + "w": 36 + }, + { + "x": 114, + "y": 96, + "h": 37, + "w": 37 + }, + { + "x": 164, + "y": 258, + "h": 46, + "w": 46 + } + ] + } + }, + "sizes": { + "large": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "medium": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "small": { + "h": 410, + "w": 300, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 410, + "width": 300, + "focus_rects": [ + { + "x": 0, + "y": 242, + "w": 300, + "h": 168 + }, + { + "x": 0, + "y": 110, + "w": 300, + "h": 300 + }, + { + "x": 0, + "y": 68, + "w": 300, + "h": 342 + }, + { + "x": 0, + "y": 0, + "w": 205, + "h": 410 + }, + { + "x": 0, + "y": 0, + "w": 300, + "h": 410 + } + ] + } + } + ] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "Both Alexei @navalny and Vladimir @vkaramurza made it onto the front page of the Russian weekly @Sobesednik today. https://t.co/7OwyLTvImA", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "place": { + "bounding_box": { + "coordinates": [ + [ + [ + 13.4897243, + 42.3776665 + ], + [ + 13.4897243, + 46.5549896 + ], + [ + 19.4480171, + 46.5549896 + ], + [ + 19.4480171, + 42.3776665 + ], + [ + 13.4897243, + 42.3776665 + ] + ] + ], + "type": "Polygon" + }, + "country": "Republic of Croatia", + "country_code": "HR", + "full_name": "Republic of Croatia", + "name": "Republic of Croatia", + "id": "8d65596349ee2e01", + "place_type": "country", + "url": "https://api.twitter.com/1.1/geo/id/8d65596349ee2e01.json" + }, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "19759808", + "id_str": "1719712627499131239" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "tweet-1719712385668108564", + "sortIndex": "1719749859424075693", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719712385668108564", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4NDA4MzE4Nw==", + "rest_id": "84083187", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Wed Oct 21 13:42:34 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Ukraine Correspondent. British-Lebanese conflict journalist & filmmaker based in Kyiv. Member of the Foreign Press Association. RTs ≠ endorsement.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ko-fi.com/ozkaterji", + "expanded_url": "http://ko-fi.com/ozkaterji", + "url": "https://t.co/FC9pQbgXa4", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 44601, + "followers_count": 214638, + "friends_count": 11596, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 3352, + "location": "Kyiv, Ukraine", + "media_count": 6138, + "name": "Oz Katerji", + "normal_followers_count": 214638, + "pinned_tweet_ids_str": [ + "1719462102396506538" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/84083187/1647382697", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1713181637574275072/gUp8KMF4_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "OzKaterji", + "statuses_count": 170721, + "translator_type": "none", + "url": "https://t.co/FC9pQbgXa4", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719712385668108564" + ], + "editable_until_msecs": "1698849958000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "25011", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "quoted_status_result": { + "result": { + "__typename": "Tweet", + "rest_id": "1719708033180217815", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo4MDk2ODUyNDg5Mjk4OTQ0MDA=", + "rest_id": "809685248929894400", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Dec 16 09:03:01 +0000 2016", + "default_profile": true, + "default_profile_image": false, + "description": "Independent analyst. 24/7 tracking AQ and IS militancy, Central and SE Asia. How terror finances itself. Objective analysis.\n\n@saladinaldronni.bsky.social", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "ko-fi.com/saladinaldronni", + "expanded_url": "http://ko-fi.com/saladinaldronni", + "url": "https://t.co/W5ilXxDcKC", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 20638, + "followers_count": 12069, + "friends_count": 840, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 296, + "location": "University of Wroclaw", + "media_count": 3941, + "name": "Paweł Wójcik", + "normal_followers_count": 12069, + "pinned_tweet_ids_str": [ + "1718880642899832874" + ], + "possibly_sensitive": true, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/809685248929894400/1504728828", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715720405644677120/eHhnW4jR_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SaladinAlDronni", + "statuses_count": 25133, + "translator_type": "none", + "url": "https://t.co/W5ilXxDcKC", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1662433621813108736", + "professional_type": "Creator", + "category": [ + { + "id": 934, + "name": "Social Media Influencer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719708033180217815" + ], + "editable_until_msecs": "1698848920000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "28797", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 4, + "bookmarked": false, + "created_at": "Wed Nov 01 13:28:40 +0000 2023", + "conversation_id_str": "1719706454037283175", + "display_text_range": [ + 0, + 155 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 85, + "favorited": false, + "full_text": "Also, the weirdest thing is that the fact Houthis are a death cult, famous for using drugged children cannon fodder in Taiz somehow evaporated from radars.", + "in_reply_to_screen_name": "SaladinAlDronni", + "in_reply_to_status_id_str": "1719706456339992738", + "in_reply_to_user_id_str": "809685248929894400", + "is_quote_status": false, + "lang": "en", + "quote_count": 2, + "reply_count": 3, + "retweet_count": 14, + "retweeted": false, + "user_id_str": "809685248929894400", + "id_str": "1719708033180217815" + } + } + }, + "legacy": { + "bookmark_count": 15, + "bookmarked": false, + "created_at": "Wed Nov 01 13:45:58 +0000 2023", + "conversation_id_str": "1719712385668108564", + "display_text_range": [ + 0, + 279 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "x.com/SaladinAlDronn…", + "expanded_url": "https://x.com/SaladinAlDronni/status/1719708033180217815?s=20", + "url": "https://t.co/URjEEWUgL7", + "indices": [ + 256, + 279 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 279, + "favorited": false, + "full_text": "Western interest in Yemen absolutely collapses the moment you ask someone to name something about any of the belligerents who aren't called Saudi Arabia. The Iran-backed terrorist insurgency does not matter to people who don't care about Yemen beyond KSA. https://t.co/URjEEWUgL7", + "is_quote_status": true, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "quoted_status_id_str": "1719708033180217815", + "quoted_status_permalink": { + "url": "https://t.co/URjEEWUgL7", + "expanded": "https://x.com/SaladinAlDronni/status/1719708033180217815?s=20", + "display": "x.com/SaladinAlDronn…" + }, + "reply_count": 7, + "retweet_count": 43, + "retweeted": false, + "user_id_str": "84083187", + "id_str": "1719712385668108564" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "component": "suggest_organic_list_tweet", + "element": "tweet", + "details": { + "timelinesDetails": { + "injectionType": "OrganicListTweet" + } + } + } + } + }, + { + "entryId": "cursor-top-1719749859424075777", + "sortIndex": "1719749859424075777", + "content": { + "entryType": "TimelineTimelineCursor", + "__typename": "TimelineTimelineCursor", + "value": "DAABCgABF93HYrGAJxEKAAIX3cZJ2RfQ1QgAAwAAAAEAAA", + "cursorType": "Top" + } + }, + { + "entryId": "cursor-bottom-1719749859424075692", + "sortIndex": "1719749859424075692", + "content": { + "entryType": "TimelineTimelineCursor", + "__typename": "TimelineTimelineCursor", + "value": "DAABCgABF93HYrF__6oKAAIX3aVNp5ZRFAgAAwAAAAIAAA", + "cursorType": "Bottom" + } + } + ] + } + ], + "metadata": { + "scribeConfig": { + "page": "list_tweets" + } + } + } + } + } + } +} diff --git a/tests/mocked-data/retweeters_raw.json b/tests/mocked-data/retweeters_raw.json index 859975f..cc60751 100644 --- a/tests/mocked-data/retweeters_raw.json +++ b/tests/mocked-data/retweeters_raw.json @@ -7,8 +7,8 @@ "type": "TimelineAddEntries", "entries": [ { - "entryId": "user-3068516278", - "sortIndex": "1776242831014883601", + "entryId": "user-1458127552351023113", + "sortIndex": "1780040376568990355", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -17,14 +17,346 @@ "__typename": "TimelineUser", "user_results": { "result": { - "__typename": "UserUnavailable", - "reason": "NoReason" + "__typename": "User", + "id": "VXNlcjoxNDU4MTI3NTUyMzUxMDIzMTEz", + "rest_id": "1458127552351023113", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Nov 09 17:41:47 +0000 2021", + "default_profile": true, + "default_profile_image": false, + "description": "I am aDreamy dreamilyDreamer;dreamingly dreaming,dreams of an unseen self only seen by dreamy dreamers dreamed dream dreamt!https://t.co/jjxnMZ54H1", + "entities": { + "description": { + "urls": [ + { + "display_url": "cash.app/$FroFroggityFr…", + "expanded_url": "https://cash.app/$FroFroggityFrowg", + "url": "https://t.co/jjxnMZ54H1", + "indices": [ + 124, + 147 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "thewholeebubble.com", + "expanded_url": "http://thewholeebubble.com", + "url": "https://t.co/rmpkFCvG9r", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3105, + "followers_count": 181, + "friends_count": 1210, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 9, + "location": "everywhere and nowhere", + "media_count": 345, + "name": "The Whole E Bubble", + "normal_followers_count": 181, + "pinned_tweet_ids_str": [ + "1620094485261869059" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1458127552351023113/1656057728", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1458139026653913097/_g_iVgA3_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Whole_e_Bubble", + "statuses_count": 1516, + "translator_type": "none", + "url": "https://t.co/rmpkFCvG9r", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1485767557080662016", + "professional_type": "Business", + "category": [ + { + "id": 920, + "name": "Other", + "icon_name": "IconBriefcaseStroke" + } + ] + } } }, "userDisplayType": "User" } } }, + { + "entryId": "user-1701703907959816192", + "sortIndex": "1779934377746383163", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNzAxNzAzOTA3OTU5ODE2MTky", + "rest_id": "1701703907959816192", + "affiliates_highlighted_label": {}, + "has_graduated_access": false, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Sep 12 21:06:43 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 4, + "followers_count": 7, + "friends_count": 57, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 0, + "name": "Mia Noland", + "normal_followers_count": 7, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1701703907959816192/1695223363", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1704516360636686336/j760CcMX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "00xxNolandMia", + "statuses_count": 71, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-919651838", + "sortIndex": "1779765022680442517", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": {}, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-961612928532275200", + "sortIndex": "1777385470497722152", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo5NjE2MTI5Mjg1MzIyNzUyMDA=", + "rest_id": "961612928532275200", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Thu Feb 08 14:49:22 +0000 2018", + "default_profile": true, + "default_profile_image": false, + "description": "Mature, Single - Share #crawlerbestvideos, #entertainmentvideos🎶🎸, #nutrition🍉🌮 #sportsvideos🏀, #musicvideos🎼, #movietrailers📽💕, #topnewsvideos🗽📺🎭.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "mobile.inbox.com", + "expanded_url": "http://mobile.inbox.com/", + "url": "https://t.co/FkxeNl3zwQ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 5957, + "followers_count": 491, + "friends_count": 4999, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4, + "location": "California", + "media_count": 637, + "name": "Yogi Vedd", + "normal_followers_count": 491, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/961612928532275200/1518108233", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/961618203209228288/c_H53G3j_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Yogi39Yogi", + "statuses_count": 7598, + "translator_type": "none", + "url": "https://t.co/FkxeNl3zwQ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1481111939329757187", + "professional_type": "Business", + "category": [ + { + "id": 15, + "name": "Entertainment & Recreation", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-1338241798674628608", + "sortIndex": "1776846771279252865", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzM4MjQxNzk4Njc0NjI4NjA4", + "rest_id": "1338241798674628608", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Sun Dec 13 21:58:12 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "If you want to be loved by others, you must first make yourself worthy of love, not for a day, not for a week, but forever. 🇺🇸", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "abbott.com", + "expanded_url": "http://www.abbott.com", + "url": "https://t.co/7LinEYs4oR", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 663, + "followers_count": 5, + "friends_count": 1, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "Illinois", + "media_count": 18, + "name": "Caroline-B💘", + "normal_followers_count": 5, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1338241798674628608/1696394577", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1709428865737838592/RVsSC9-X_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SSookparsert", + "statuses_count": 638, + "translator_type": "none", + "url": "https://t.co/7LinEYs4oR", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1700370699196797130", + "professional_type": "Business", + "category": [ + { + "id": 584, + "name": "Medical & Health", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + }, + "userDisplayType": "User" + } + } + }, + { + "entryId": "user-3068516278", + "sortIndex": "1776242831014883601", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": {}, + "userDisplayType": "User" + } + } + }, { "entryId": "user-1647526256831787009", "sortIndex": "1771863597721837233", @@ -56,16 +388,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 54, - "followers_count": 54, - "friends_count": 284, + "favourites_count": 55, + "followers_count": 55, + "friends_count": 280, "has_custom_timelines": false, "is_translator": false, "listed_count": 3, "location": "", "media_count": 1, "name": "Дмитрий Штепа", - "normal_followers_count": 54, + "normal_followers_count": 55, "pinned_tweet_ids_str": [], "possibly_sensitive": true, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1647526604346671105/QtPvr52X_normal.jpg", @@ -127,25 +459,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 187090, - "followers_count": 1930, - "friends_count": 2043, + "favourites_count": 189654, + "followers_count": 1948, + "friends_count": 2058, "has_custom_timelines": true, "is_translator": false, "listed_count": 1, "location": "India", - "media_count": 1331, + "media_count": 1337, "name": "𝙎𝙖𝙘𝙝𝙞𝙣 𝙍𝙖𝙜𝙝𝙖𝙫 | 🇮🇳 | सचिन राघव |", - "normal_followers_count": 1930, + "normal_followers_count": 1948, "pinned_tweet_ids_str": [ "1346128867824599041" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/269941330/1588228432", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1665323140568977408/ovr3QdTs_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1708104470687526912/6X8FodJf_normal.jpg", "profile_interstitial_type": "", "screen_name": "TheSachinR", - "statuses_count": 144853, + "statuses_count": 147098, "translator_type": "none", "url": "https://t.co/UUC9fG9xhC", "verified": false, @@ -200,23 +532,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 806, - "followers_count": 46, - "friends_count": 738, + "favourites_count": 805, + "followers_count": 50, + "friends_count": 737, "has_custom_timelines": false, "is_translator": false, - "listed_count": 3, + "listed_count": 2, "location": "Calabarzon, Republic of the Ph", "media_count": 18, "name": "Maximo Zarsuelo", - "normal_followers_count": 46, + "normal_followers_count": 50, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1564827719367806981/1664200434", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1574398278648860673/MF8hZZLo_normal.jpg", "profile_interstitial_type": "", "screen_name": "ZarsueloMaximo", - "statuses_count": 550, + "statuses_count": 549, "translator_type": "none", "verified": false, "want_retweets": false, @@ -239,8 +571,50 @@ "__typename": "TimelineUser", "user_results": { "result": { - "__typename": "UserUnavailable", - "reason": "NoReason" + "__typename": "User", + "id": "VXNlcjoxNTQyMzg5MzI3NzExNDIwNDE2", + "rest_id": "1542389327711420416", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 30 06:07:39 +0000 2022", + "default_profile": true, + "default_profile_image": false, + "description": "", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 2729, + "followers_count": 431, + "friends_count": 4990, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 5, + "location": "", + "media_count": 261, + "name": "NANmor", + "normal_followers_count": 431, + "pinned_tweet_ids_str": [ + "1689999190641049600" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1542389327711420416/1683606648", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695808933439651840/C8TqOl18_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "NA_N_NEW", + "statuses_count": 56107, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } } }, "userDisplayType": "User" @@ -281,7 +655,7 @@ { "display_url": "ogbonnaChristian.com", "expanded_url": "http://ogbonnaChristian.com", - "url": "https://t.co/uizzoMYKu0", + "url": "https://t.co/uizzoMYcEs", "indices": [ 0, 23 @@ -291,31 +665,31 @@ } }, "fast_followers_count": 0, - "favourites_count": 755, - "followers_count": 319, - "friends_count": 2425, + "favourites_count": 768, + "followers_count": 366, + "friends_count": 2730, "has_custom_timelines": false, "is_translator": false, "listed_count": 5, "location": "Lagos, Nigeria", - "media_count": 318, + "media_count": 977, "name": "MAKOCHUKWU Ogbonna", - "normal_followers_count": 319, + "normal_followers_count": 366, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1607160599904919552/NR9xwaDx_normal.png", "profile_interstitial_type": "", "screen_name": "MakochukwuO", - "statuses_count": 2471, + "statuses_count": 3529, "translator_type": "none", - "url": "https://t.co/uizzoMYKu0", + "url": "https://t.co/uizzoMYcEs", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { "rest_id": "1672656166533431299", - "professional_type": "Business", + "professional_type": "Creator", "category": [ { "id": 53, @@ -361,16 +735,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2784, - "followers_count": 300, - "friends_count": 3431, + "favourites_count": 2808, + "followers_count": 314, + "friends_count": 3427, "has_custom_timelines": true, "is_translator": false, - "listed_count": 3, + "listed_count": 4, "location": "Gainesville, GA", "media_count": 377, "name": "Alexander Antonio Velasquez", - "normal_followers_count": 300, + "normal_followers_count": 314, "pinned_tweet_ids_str": [ "1614696753583751170" ], @@ -379,7 +753,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1669369737397035010/eNEO0s6J_normal.jpg", "profile_interstitial_type": "", "screen_name": "Alexand68866652", - "statuses_count": 3235, + "statuses_count": 3247, "translator_type": "none", "verified": false, "want_retweets": false, @@ -433,22 +807,22 @@ } }, "fast_followers_count": 0, - "favourites_count": 33204, - "followers_count": 64, + "favourites_count": 33132, + "followers_count": 60, "friends_count": 45, "has_custom_timelines": false, "is_translator": false, - "listed_count": 4, + "listed_count": 3, "location": "", "media_count": 0, "name": "Maricel Imeno Guerra", - "normal_followers_count": 64, + "normal_followers_count": 60, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", "profile_interstitial_type": "", "screen_name": "ImenoGuerra", - "statuses_count": 33428, + "statuses_count": 33359, "translator_type": "none", "verified": false, "want_retweets": false, @@ -492,15 +866,15 @@ }, "fast_followers_count": 0, "favourites_count": 78, - "followers_count": 20, - "friends_count": 233, + "followers_count": 18, + "friends_count": 269, "has_custom_timelines": false, "is_translator": false, - "listed_count": 1, + "listed_count": 2, "location": "", "media_count": 0, "name": "nikstan", - "normal_followers_count": 20, + "normal_followers_count": 18, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1651439701042032640/1683221648", @@ -538,12 +912,12 @@ "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": true, + "can_dm": false, "can_media_tag": true, "created_at": "Tue Apr 05 02:36:13 +0000 2022", "default_profile": true, "default_profile_image": false, - "description": "とにかく思った事をツイートしまくります。 分かりづらい? 私の語彙力だと自信持たないんだ() ur_next.error←一応こちらがDiscord垢です。 後(自称)あんまりスペースに人が来ない人代表です。 FA→ #おらテストお前が好きなFAやぞ UR_NEXTですがTest_Alpheと呼んで", + "description": "とにかく思った事をツイートしまくります。 分かりづらい? 私の語彙力だと自信持たないんだ(?) FA→ #おらテストお前が好きなFAやぞ UR_NEXTですがTest_Alpheと呼んでくださいな。", "entities": { "description": { "urls": [] @@ -563,25 +937,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 93739, - "followers_count": 1458, - "friends_count": 2149, + "favourites_count": 93375, + "followers_count": 1455, + "friends_count": 2148, "has_custom_timelines": true, "is_translator": false, "listed_count": 18, - "location": "彼女と付き合ってるけど何か?", - "media_count": 9760, - "name": "UR_NEXT(低浮上 low floating)", - "normal_followers_count": 1458, + "location": "またの名も寝落ち常習犯", + "media_count": 9909, + "name": "UR_NEXT(低浮上どころか居ない)", + "normal_followers_count": 1455, "pinned_tweet_ids_str": [ - "1696760262953721947" + "1713509833243230342" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/1511170661263511555/1693474330", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1680550763226107904/P_44WuH1_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717785186023440384/U182qlCg_normal.jpg", "profile_interstitial_type": "", "screen_name": "delete_is_tesal", - "statuses_count": 78222, + "statuses_count": 78630, "translator_type": "none", "url": "https://t.co/Eb6A9p9Pkh", "verified": false, @@ -643,16 +1017,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 138575, - "followers_count": 1715, - "friends_count": 4852, + "favourites_count": 137861, + "followers_count": 1747, + "friends_count": 4815, "has_custom_timelines": true, "is_translator": false, - "listed_count": 7, + "listed_count": 8, "location": "Lafayette, IN", "media_count": 13203, "name": "🧡 Jay Knick 💙💗👾 ✞ Fly☮️Jacob 💕🐾🩷♊️🥇❄️💟💸", - "normal_followers_count": 1715, + "normal_followers_count": 1747, "pinned_tweet_ids_str": [ "1605320037086085120" ], @@ -661,7 +1035,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640130649351757824/NDcfRogG_normal.jpg", "profile_interstitial_type": "", "screen_name": "WattersJacob98", - "statuses_count": 132258, + "statuses_count": 131772, "translator_type": "none", "url": "https://t.co/7fWq99yksg", "verified": false, @@ -718,22 +1092,22 @@ } }, "fast_followers_count": 0, - "favourites_count": 4, - "followers_count": 196, - "friends_count": 524, + "favourites_count": 5, + "followers_count": 208, + "friends_count": 534, "has_custom_timelines": false, "is_translator": false, "listed_count": 51, "location": "", - "media_count": 644, + "media_count": 646, "name": "take-ash", - "normal_followers_count": 196, + "normal_followers_count": 208, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_image_url_https": "https://pbs.twimg.com/profile_images/1050898230894944256/cavDbCPg_normal.jpg", "profile_interstitial_type": "", "screen_name": "TakeAsh68k", - "statuses_count": 73565, + "statuses_count": 73865, "translator_type": "none", "url": "http://t.co/fiJx71jtUR", "verified": false, @@ -790,16 +1164,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 94533, - "followers_count": 868, - "friends_count": 2593, + "favourites_count": 97649, + "followers_count": 876, + "friends_count": 2610, "has_custom_timelines": true, "is_translator": false, "listed_count": 38, "location": "マブイはコザに置いてきた(体は東京)", - "media_count": 11411, + "media_count": 11587, "name": "おーとり@旧API不可後発信専用垢", - "normal_followers_count": 868, + "normal_followers_count": 876, "pinned_tweet_ids_str": [ "1677135198989996032" ], @@ -808,7 +1182,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/766679205119524864/2b1wk3Xn_normal.jpg", "profile_interstitial_type": "", "screen_name": "Penpen55", - "statuses_count": 257988, + "statuses_count": 260810, "translator_type": "none", "url": "https://t.co/nivgJAXN5c", "verified": false, @@ -875,16 +1249,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 424, - "followers_count": 554, - "friends_count": 666, + "favourites_count": 477, + "followers_count": 552, + "friends_count": 670, "has_custom_timelines": false, "is_translator": false, - "listed_count": 48, + "listed_count": 0, "location": "川崎の中くらい", - "media_count": 17110, + "media_count": 17344, "name": "黒江 蒼", - "normal_followers_count": 554, + "normal_followers_count": 552, "pinned_tweet_ids_str": [ "1157684697792598017" ], @@ -893,7 +1267,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1563859805923598337/drnbuN6Z_normal.jpg", "profile_interstitial_type": "", "screen_name": "xlazulite", - "statuses_count": 656070, + "statuses_count": 662585, "translator_type": "none", "url": "https://t.co/ZUf3EHM2ww", "verified": false, @@ -960,25 +1334,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 386, - "followers_count": 58, - "friends_count": 56, + "favourites_count": 384, + "followers_count": 57, + "friends_count": 59, "has_custom_timelines": true, "is_translator": false, "listed_count": 5, "location": "IT園児ニア", - "media_count": 2514, + "media_count": 2526, "name": "📚もこふぃん🍅", - "normal_followers_count": 58, + "normal_followers_count": 57, "pinned_tweet_ids_str": [ "1287026470804549633" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/2898060684/1692538118", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693254152020008960/MF5APPYp_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2898060684/1698421733", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1707039892260491264/7R3lhA0X_normal.jpg", "profile_interstitial_type": "", "screen_name": "mocoffin", - "statuses_count": 117052, + "statuses_count": 117936, "translator_type": "none", "url": "https://t.co/2v4v7DW3pa", "verified": false, @@ -992,400 +1366,22 @@ } }, { - "entryId": "user-715248663623131136", - "sortIndex": "1764327529564519629", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo3MTUyNDg2NjM2MjMxMzExMzY=", - "rest_id": "715248663623131136", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Wed Mar 30 18:45:44 +0000 2016", - "default_profile": false, - "default_profile_image": false, - "description": "Lorem Ipsum", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "instagram.com/sebelah.jalan", - "expanded_url": "http://instagram.com/sebelah.jalan", - "url": "https://t.co/HRuPxsy0Za", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 128, - "followers_count": 2651, - "friends_count": 1571, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "Goa Hiro", - "media_count": 172, - "name": "emka", - "normal_followers_count": 2651, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/715248663623131136/1692763023", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695047193995186176/hxH4W9Pz_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "sebelahjalan", - "statuses_count": 6840, - "translator_type": "none", - "url": "https://t.co/HRuPxsy0Za", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1697146034210873373", - "professional_type": "Business", - "category": [ - { - "id": 97, - "name": "Marine", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-239369129", - "sortIndex": "1764311103409567819", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoyMzkzNjkxMjk=", - "rest_id": "239369129", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Mon Jan 17 13:20:44 +0000 2011", - "default_profile": false, - "default_profile_image": false, - "description": "@van_earthquake 👩🏻‍💻 #นมลกิน 🍞 #miewliieXneighborCat 🐈", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "miewliie.dev", - "expanded_url": "https://miewliie.dev/", - "url": "https://t.co/P1s6ZA8AsD", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 18643, - "followers_count": 54, - "friends_count": 433, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "Vancouver, British Columbia", - "media_count": 396, - "name": "miew : หมิว 🍁", - "normal_followers_count": 54, - "pinned_tweet_ids_str": [ - "1656138308915957761" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/239369129/1393751327", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621386345951408128/rs8Ph7Cw_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "miewliie", - "statuses_count": 34068, - "translator_type": "none", - "url": "https://t.co/P1s6ZA8AsD", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-1651136391089369094", - "sortIndex": "1764241879289424198", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjUxMTM2MzkxMDg5MzY5MDk0", - "rest_id": "1651136391089369094", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Apr 26 08:10:04 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Ever youthful, ever weeping", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 0, - "followers_count": 8, - "friends_count": 102, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Kowloon, Hong Kong", - "media_count": 1, - "name": "spidermann12139", - "normal_followers_count": 8, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1651154008000843776/Nyt-2G3k_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "stillbob2023", - "statuses_count": 11, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1651158699732504576", - "professional_type": "Business", - "category": [ - { - "id": 1047, - "name": "Computer scientist", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-3360052773", - "sortIndex": "1764080923317323424", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjozMzYwMDUyNzcz", - "rest_id": "3360052773", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun Jul 05 07:17:30 +0000 2015", - "default_profile": false, - "default_profile_image": false, - "description": "Retired monitoring app. Looking for a new identity :)", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 12, - "followers_count": 3, - "friends_count": 3, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 3, - "name": "Mnitor Pilot", - "normal_followers_count": 3, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/655000706022252544/sncqa0Z6_normal.png", - "profile_interstitial_type": "", - "screen_name": "MnitorDApp", - "statuses_count": 30, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "user-5704532", - "sortIndex": "1763975753744339446", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo1NzA0NTMy", - "rest_id": "5704532", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Wed May 02 05:04:17 +0000 2007", - "default_profile": false, - "default_profile_image": false, - "description": "(「=・ω・=)「ガオー 名古屋のゆるふわホワイトタイガー。記録するのが趣味です。ゆるふわITエンジニア。最近のメインはマストドン → https://t.co/qyvrU05Z8G / 過去ログ → https://t.co/9ylDmczJwb", - "entities": { - "description": { - "urls": [ - { - "display_url": "mastodon-japan.net/@nilab", - "expanded_url": "http://mastodon-japan.net/@nilab", - "url": "https://t.co/qyvrU05Z8G", - "indices": [ - 69, - 92 - ] - }, - { - "display_url": "nilab.info/nilog/", - "expanded_url": "http://www.nilab.info/nilog/", - "url": "https://t.co/9ylDmczJwb", - "indices": [ - 102, - 125 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "nilab.info", - "expanded_url": "http://www.nilab.info/", - "url": "https://t.co/iPaKlLBORw", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 219061, - "followers_count": 3958, - "friends_count": 2412, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 280, - "location": "名古屋", - "media_count": 37551, - "name": "NI-Lab.", - "normal_followers_count": 3958, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/5704532/1351904764", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1246056696/zlashdot_profile_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "nilab", - "statuses_count": 502172, - "translator_type": "regular", - "url": "https://t.co/iPaKlLBORw", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - } - } - }, - { - "entryId": "cursor-top-1776242831014883602", - "sortIndex": "1776242831014883602", + "entryId": "cursor-top-1780040376568990356", + "sortIndex": "1780040376568990356", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "HCaixM+XtNy9pjEAAA==", + "value": "HCamqvqz09L8szEAAA==", "cursorType": "Top" } }, { - "entryId": "cursor-bottom-1763975753744339445", - "sortIndex": "1763975753744339445", + "entryId": "cursor-bottom-1764415959003797367", + "sortIndex": "1764415959003797367", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "HBbsx6qlxKbz+jAAAA==", + "value": "HBbw3ZyH7b27/DAAAA==", "cursorType": "Bottom", "stopOnEmptyResponse": true } diff --git a/tests/mocked-data/search_raw.json b/tests/mocked-data/search_raw.json index 9e7cd96..3bcdf56 100644 --- a/tests/mocked-data/search_raw.json +++ b/tests/mocked-data/search_raw.json @@ -8,8 +8,8 @@ "type": "TimelineAddEntries", "entries": [ { - "entryId": "tweet-1700203068279709895", - "sortIndex": "1700203075416883200", + "entryId": "tweet-1719749407707668795", + "sortIndex": "1719749415398277120", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -19,13 +19,13 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203068279709895", + "rest_id": "1719749407707668795", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNTAzOTE4NzE2ODUzMTQxNTA1", - "rest_id": "1503918716853141505", + "id": "VXNlcjoxNDczNTUwMDk1MjQ5MzkxNjE3", + "rest_id": "1473550095249391617", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -33,221 +33,57 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Wed Mar 16 02:19:14 +0000 2022", + "created_at": "Wed Dec 22 07:05:15 +0000 2021", "default_profile": true, "default_profile_image": false, - "description": "A speck of dust holding on to a speck of dust attempting to comprehend the limitless and timeless within a speck of time that is life.\n\n#Mahsa_Amini", + "description": "looking for fun", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 64934, - "followers_count": 699, - "friends_count": 4317, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 8, - "location": "Beamed down from a mothership", - "media_count": 1364, - "name": "King of Make Believe 🟧⚜️🗽🇺🇲🇺🇦🌎🌍🌏", - "normal_followers_count": 699, - "pinned_tweet_ids_str": [ - "1505334810960617475" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1503918716853141505/1647534458", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1686723289626906625/rQiUQ_nW_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "504spyboy", - "statuses_count": 35054, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203068279709895" - ], - "editable_until_msecs": "1694198574000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:54 +0000 2023", - "conversation_id_str": "1699979622048301199", - "display_text_range": [ - 59, - 338 - ], - "entities": { - "user_mentions": [ - { - "id_str": "3050411297", - "name": "shelly - MCV-research / CATS Initiative", - "screen_name": "shelly2161", - "indices": [ - 0, - 11 - ] - }, - { - "id_str": "1303850278660132867", - "name": "Doug Redecopp", - "screen_name": "DRedecopp", - "indices": [ - 12, - 22 - ] - }, - { - "id_str": "1294998168321642496", - "name": "Tim Guise", - "screen_name": "timforeuk", - "indices": [ - 23, - 33 - ] - }, - { - "id_str": "18686907", - "name": "David Frum", - "screen_name": "davidfrum", - "indices": [ - 34, - 44 - ] - }, - { - "id_str": "806794262004150273", - "name": "BeSeriousUSA 🏝", - "screen_name": "BeSeriousUSA", - "indices": [ - 45, - 58 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@shelly2161 @DRedecopp @timforeuk @davidfrum @BeSeriousUSA There are MANY alternatives that don't require bowing to Russia. Number 1: Dictate to SpaceX that Elon Musk can no longer be CEO. Any number of other people could run the program with more integrity, and - mere common sense - fuqqing consistent with US national security posture.", - "in_reply_to_screen_name": "shelly2161", - "in_reply_to_status_id_str": "1700192389845966864", - "in_reply_to_user_id_str": "3050411297", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1503918716853141505", - "id_str": "1700203068279709895" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 157, - "endIndex": 166 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203066879050088", - "sortIndex": "1700203075416883199", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203066879050088", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjY3MjMxOTY0MjM4MzQwMDk3", - "rest_id": "1667231964238340097", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Jun 09 18:08:09 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 3041, - "followers_count": 100, - "friends_count": 93, + "favourites_count": 44, + "followers_count": 4, + "friends_count": 50, "has_custom_timelines": false, "is_translator": false, - "listed_count": 17, + "listed_count": 3, "location": "", - "media_count": 1621, - "name": "Joy Ann", - "normal_followers_count": 100, + "media_count": 24, + "name": "landraid", + "normal_followers_count": 4, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1667231964238340097/1694015430", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1671943394434887680/2WIj4wxF_normal.png", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1473565986280275972/LC6JAHnM_normal.jpg", "profile_interstitial_type": "", - "screen_name": "JoyAnn941552", - "statuses_count": 2288, + "screen_name": "landraid1", + "statuses_count": 79, "translator_type": "none", "verified": false, "want_retweets": false, "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1694785697574703549", + "professional_type": "Creator", + "category": [ + { + "id": 937, + "name": "Fashion Designer", + "icon_name": "IconBriefcaseStroke" + } + ] } } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203066879050088" + "1719749407707668795" ], - "editable_until_msecs": "1694198574000", + "editable_until_msecs": "1698858784000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -255,12 +91,12 @@ "views": { "state": "Enabled" }, - "source": "Twitter Web App", + "source": "Twitter for iPhone", "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:54 +0000 2023", - "conversation_id_str": "1700199179518357766", + "created_at": "Wed Nov 01 16:13:04 +0000 2023", + "conversation_id_str": "1719631280688464010", "display_text_range": [ 10, 48 @@ -268,44 +104,35 @@ "entities": { "media": [ { - "display_url": "pic.twitter.com/inb29eSYcL", - "expanded_url": "https://twitter.com/JoyAnn941552/status/1700203066879050088/photo/1", - "id_str": "1700203025124700162", + "display_url": "pic.twitter.com/JMw5ICP3zZ", + "expanded_url": "https://twitter.com/landraid1/status/1719749407707668795/photo/1", + "ext_alt_text": "X Twitter GIF", + "id_str": "1719749375503847424", "indices": [ 49, 72 ], - "media_url_https": "https://pbs.twimg.com/media/F5hVpK6aMAIpov9.png", - "type": "photo", - "url": "https://t.co/inb29eSYcL", - "features": { - "large": { - "faces": [] - }, - "medium": { - "faces": [] - }, - "small": { - "faces": [] - }, - "orig": { - "faces": [] - } + "media_key": "16_1719749375503847424", + "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/F93G8gWbUAADELk.jpg", + "type": "animated_gif", + "url": "https://t.co/JMw5ICP3zZ", + "ext_media_availability": { + "status": "Available" }, "sizes": { "large": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "medium": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "small": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "thumb": { @@ -315,38 +142,20 @@ } }, "original_info": { - "height": 204, - "width": 306, - "focus_rects": [ + "height": 280, + "width": 498, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 249, + 140 + ], + "variants": [ { - "x": 0, - "y": 0, - "w": 306, - "h": 171 - }, - { - "x": 102, - "y": 0, - "w": 204, - "h": 204 - }, - { - "x": 117, - "y": 0, - "w": 179, - "h": 204 - }, - { - "x": 155, - "y": 0, - "w": 102, - "h": 204 - }, - { - "x": 0, - "y": 0, - "w": 306, - "h": 204 + "bitrate": 0, + "content_type": "video/mp4", + "url": "https://video.twimg.com/tweet_video/F93G8gWbUAADELk.mp4" } ] } @@ -370,48 +179,35 @@ "extended_entities": { "media": [ { - "display_url": "pic.twitter.com/inb29eSYcL", - "expanded_url": "https://twitter.com/JoyAnn941552/status/1700203066879050088/photo/1", - "id_str": "1700203025124700162", + "display_url": "pic.twitter.com/JMw5ICP3zZ", + "expanded_url": "https://twitter.com/landraid1/status/1719749407707668795/photo/1", + "ext_alt_text": "X Twitter GIF", + "id_str": "1719749375503847424", "indices": [ 49, 72 ], - "media_key": "3_1700203025124700162", - "media_url_https": "https://pbs.twimg.com/media/F5hVpK6aMAIpov9.png", - "type": "photo", - "url": "https://t.co/inb29eSYcL", + "media_key": "16_1719749375503847424", + "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/F93G8gWbUAADELk.jpg", + "type": "animated_gif", + "url": "https://t.co/JMw5ICP3zZ", "ext_media_availability": { "status": "Available" }, - "features": { - "large": { - "faces": [] - }, - "medium": { - "faces": [] - }, - "small": { - "faces": [] - }, - "orig": { - "faces": [] - } - }, "sizes": { "large": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "medium": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "small": { - "h": 204, - "w": 306, + "h": 280, + "w": 498, "resize": "fit" }, "thumb": { @@ -421,38 +217,20 @@ } }, "original_info": { - "height": 204, - "width": 306, - "focus_rects": [ + "height": 280, + "width": 498, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 249, + 140 + ], + "variants": [ { - "x": 0, - "y": 0, - "w": 306, - "h": 171 - }, - { - "x": 102, - "y": 0, - "w": 204, - "h": 204 - }, - { - "x": 117, - "y": 0, - "w": 179, - "h": 204 - }, - { - "x": 155, - "y": 0, - "w": 102, - "h": 204 - }, - { - "x": 0, - "y": 0, - "w": 306, - "h": 204 + "bitrate": 0, + "content_type": "video/mp4", + "url": "https://video.twimg.com/tweet_video/F93G8gWbUAADELk.mp4" } ] } @@ -461,9 +239,9 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@elonmusk Elon doing his best whiny diaper baby! https://t.co/inb29eSYcL", + "full_text": "@elonmusk Sound of silence! Freedom is priceless https://t.co/JMw5ICP3zZ", "in_reply_to_screen_name": "elonmusk", - "in_reply_to_status_id_str": "1700199179518357766", + "in_reply_to_status_id_str": "1719631280688464010", "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", @@ -473,8 +251,8 @@ "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1667231964238340097", - "id_str": "1700203066879050088" + "user_id_str": "1473550095249391617", + "id_str": "1719749407707668795" } } }, @@ -493,15 +271,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAGAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAGAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203065050280308", - "sortIndex": "1700203075416883198", + "entryId": "tweet-1719749407430893828", + "sortIndex": "1719749415398277119", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -511,48 +289,47 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203065050280308", + "rest_id": "1719749407430893828", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjozMDE3NTMzMw==", - "rest_id": "30175333", + "id": "VXNlcjoxNDk3OTQwNTk5MTQ4MDIzODA5", + "rest_id": "1497940599148023809", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { "can_dm": false, - "can_media_tag": false, - "created_at": "Fri Apr 10 06:22:14 +0000 2009", - "default_profile": false, + "can_media_tag": true, + "created_at": "Sun Feb 27 14:24:18 +0000 2022", + "default_profile": true, "default_profile_image": false, - "description": "Retweeter Extraordinaire - Tech, Politics, occasional far-right LARP, Rockets/Space lol. “Likes/retweets don’t imply...” yada yada", + "description": "", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 12961, - "followers_count": 186, - "friends_count": 952, - "has_custom_timelines": true, + "favourites_count": 21, + "followers_count": 1, + "friends_count": 27, + "has_custom_timelines": false, "is_translator": false, - "listed_count": 6, - "location": "Chicago, IL", - "media_count": 594, - "name": "Elongated Muskrat +🇺🇦+", - "normal_followers_count": 186, - "pinned_tweet_ids_str": [ - "1564318414105100288" - ], + "listed_count": 0, + "location": "", + "media_count": 3, + "name": "jigsrayka", + "normal_followers_count": 1, + "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/3606740528/daa08e84257fd8432eeebdda22c51dec_normal.jpeg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497940599148023809/1691292432", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688026466330763264/J3W8zdHJ_normal.jpg", "profile_interstitial_type": "", - "screen_name": "JoePeers", - "statuses_count": 7271, + "screen_name": "Jigs_desai_54", + "statuses_count": 5, "translator_type": "none", "verified": false, "want_retweets": false, @@ -561,11 +338,302 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203065050280308" + "1719749407430893828" ], - "editable_until_msecs": "1694198573000", + "editable_until_msecs": "1698858784000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:13:04 +0000 2023", + "conversation_id_str": "1719685418369593440", + "display_text_range": [ + 10, + 101 + ], + "entities": { + "user_mentions": [ + { + "id_str": "44196397", + "name": "Elon Musk", + "screen_name": "elonmusk", + "indices": [ + 0, + 9 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "@elonmusk Yall should have pages on each others platform where you just talk smack. Would be awesome.", + "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1719685418369593440", + "in_reply_to_user_id_str": "44196397", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "1497940599148023809", + "id_str": "1719749407430893828" + } + } + }, + "tweetDisplayType": "Tweet", + "highlights": { + "textHighlights": [ + { + "startIndex": 1, + "endIndex": 9 + } + ] + } + }, + "clientEventInfo": { + "component": "result", + "element": "tweet", + "details": { + "timelinesDetails": { + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" + } + } + } + } + }, + { + "entryId": "tweet-1719749405614518603", + "sortIndex": "1719749415398277118", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719749405614518603", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzg2NzU0NDk=", + "rest_id": "138675449", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Apr 30 07:08:56 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Curating Smiles & Surprises. 💖 | Your Daily Dose of Joy 😄 | Viral Videos that Warm Hearts 🔥 | Celebrities Life🚀 #viral, #funny, #video, #photo", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 345, + "followers_count": 19, + "friends_count": 140, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 49, + "name": "Aise06", + "normal_followers_count": 19, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/138675449/1527694417", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1657666713394061312/jJofr97-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "aise06", + "statuses_count": 454, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719749405614518603" + ], + "editable_until_msecs": "1698858784000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:13:04 +0000 2023", + "conversation_id_str": "1719749405614518603", + "display_text_range": [ + 0, + 180 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "Elon Musk:\n\"Having children should be incentivized, not be a financial penalty like it is in most countries!\n\nWe must create the next generation of humans or spiral into oblivion.\"", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "138675449", + "id_str": "1719749405614518603" + } + } + }, + "tweetDisplayType": "Tweet", + "highlights": { + "textHighlights": [ + { + "startIndex": 0, + "endIndex": 9 + } + ] + } + }, + "clientEventInfo": { + "component": "result", + "element": "tweet", + "details": { + "timelinesDetails": { + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" + } + } + } + } + }, + { + "entryId": "tweet-1719749405140562353", + "sortIndex": "1719749415398277117", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719749405140562353", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjcyOTcxMA==", + "rest_id": "26729710", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Thu Mar 26 11:39:11 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Photographer & Marketer. Cancer Survivor on a journey to live on a Houseboat. X-Space Host", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "my.gabrieldisante.com/tour/mechell-l…", + "expanded_url": "https://my.gabrieldisante.com/tour/mechell-lord", + "url": "https://t.co/VEuBSk5nKu", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 24763, + "followers_count": 3474, + "friends_count": 173, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 91, + "location": "Florida", + "media_count": 497, + "name": "Mechell Lord", + "normal_followers_count": 3474, + "pinned_tweet_ids_str": [ + "1719452249267515887" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/26729710/1697384647", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1623112186213138432/VlTiYO53_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "mechelllord", + "statuses_count": 11199, + "translator_type": "none", + "url": "https://t.co/VEuBSk5nKu", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1663182316603047936", + "professional_type": "Business", + "category": [ + { + "id": 552, + "name": "Photographer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719749405140562353" + ], + "editable_until_msecs": "1698858784000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -577,72 +645,86 @@ "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:53 +0000 2023", - "conversation_id_str": "1699839310558818813", + "created_at": "Wed Nov 01 16:13:04 +0000 2023", + "conversation_id_str": "1719685418369593440", "display_text_range": [ - 34, - 75 + 10, + 171 ], "entities": { "user_mentions": [ - { - "id_str": "332173178", - "name": "Dee Kellett", - "screen_name": "deekellett", - "indices": [ - 0, - 11 - ] - }, { "id_str": "44196397", "name": "Elon Musk", "screen_name": "elonmusk", "indices": [ - 12, - 21 - ] - }, - { - "id_str": "16076032", - "name": "Glenn Greenwald", - "screen_name": "ggreenwald", - "indices": [ - 22, - 33 - ] - } - ], - "urls": [ - { - "display_url": "x.com/jacksonhinklle…", - "expanded_url": "https://x.com/jacksonhinklle/status/1699948833080303931?s=46&t=2Wf1eWorGyecijVcapUKtQ", - "url": "https://t.co/TS6N5sQOHj", - "indices": [ - 52, - 75 + 0, + 9 ] } ], + "urls": [], "hashtags": [], "symbols": [] }, "favorite_count": 0, "favorited": false, - "full_text": "@deekellett @elonmusk @ggreenwald Here check it out https://t.co/TS6N5sQOHj", - "in_reply_to_screen_name": "deekellett", - "in_reply_to_status_id_str": "1700086277679493609", - "in_reply_to_user_id_str": "332173178", + "full_text": "@elonmusk You did it again Elon… daily,\nI’m surprised that I find myself giggling, smiling or even verbalizing laughing at your posts. \n\nJust thanks for the joy-bits :-)", + "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1719685418369593440", + "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", - "possibly_sensitive": false, - "possibly_sensitive_editable": true, + "place": { + "bounding_box": { + "coordinates": [ + [ + [ + -82.783299, + 27.738608 + ], + [ + -82.783299, + 27.786695 + ], + [ + -82.743501, + 27.786695 + ], + [ + -82.743501, + 27.738608 + ], + [ + -82.783299, + 27.738608 + ] + ] + ], + "type": "Polygon" + }, + "country": "United States", + "country_code": "US", + "full_name": "Treasure Island, FL", + "name": "Treasure Island", + "id": "75558b90d6ec7e4e", + "place_type": "city", + "url": "https://api.twitter.com/1.1/geo/id/75558b90d6ec7e4e.json" + }, "quote_count": 0, "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "30175333", - "id_str": "1700203065050280308" + "user_id_str": "26729710", + "id_str": "1719749405140562353" + }, + "superFollowsReplyUserResult": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "elonmusk" + } + } } } }, @@ -650,8 +732,8 @@ "highlights": { "textHighlights": [ { - "startIndex": 13, - "endIndex": 21 + "startIndex": 1, + "endIndex": 9 } ] } @@ -661,15 +743,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203063883989104", - "sortIndex": "1700203075416883197", + "entryId": "tweet-1719749404507214314", + "sortIndex": "1719749415398277116", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -679,13 +761,13 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203063883989104", + "rest_id": "1719749404507214314", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDg3NDI0MzgyNTkwOTM1MDQy", - "rest_id": "1487424382590935042", + "id": "VXNlcjoxNjMxMjcwNjYxMzg0NDY2NDM1", + "rest_id": "1631270661384466435", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -693,33 +775,33 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Sat Jan 29 13:56:40 +0000 2022", + "created_at": "Thu Mar 02 12:30:27 +0000 2023", "default_profile": true, "default_profile_image": false, - "description": "One of the \"less equal animals\"\nFree Cain Valesquez!\nFree Shanteari Weems!", + "description": "", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 2501, - "followers_count": 30, - "friends_count": 85, + "favourites_count": 1317, + "followers_count": 6, + "friends_count": 126, "has_custom_timelines": false, "is_translator": false, - "listed_count": 0, - "location": "The land of milk and honey ", - "media_count": 935, - "name": "Lippenstein", - "normal_followers_count": 30, + "listed_count": 2, + "location": "", + "media_count": 6, + "name": "some dude", + "normal_followers_count": 6, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1487424382590935042/1647051617", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1502469086281879555/KiefX1Qx_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1631270661384466435/1692283532", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1692182560325992448/V_02crk3_normal.jpg", "profile_interstitial_type": "", - "screen_name": "VonLippenstein", - "statuses_count": 4267, + "screen_name": "ultradisgrace", + "statuses_count": 119, "translator_type": "none", "verified": false, "want_retweets": false, @@ -728,11 +810,12 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203063883989104" + "1719749404507214314" ], - "editable_until_msecs": "1694198573000", + "editable_until_msecs": "1698858784000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -744,30 +827,30 @@ "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:53 +0000 2023", - "conversation_id_str": "1700140766499086464", + "created_at": "Wed Nov 01 16:13:04 +0000 2023", + "conversation_id_str": "1718141335188934865", "display_text_range": [ - 24, - 131 + 25, + 229 ], "entities": { "user_mentions": [ - { - "id_str": "244655353", - "name": "David Axelrod", - "screen_name": "davidaxelrod", - "indices": [ - 0, - 13 - ] - }, { "id_str": "44196397", "name": "Elon Musk", "screen_name": "elonmusk", "indices": [ - 14, - 23 + 0, + 9 + ] + }, + { + "id_str": "985243593538338816", + "name": "Teslaconomics", + "screen_name": "Teslaconomics", + "indices": [ + 10, + 24 ] } ], @@ -777,18 +860,18 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@davidaxelrod @elonmusk We should definitely let Dick Cheney make them instead. He is a lying bloodthirsty warmonger Just Like You.", - "in_reply_to_screen_name": "davidaxelrod", - "in_reply_to_status_id_str": "1700140766499086464", - "in_reply_to_user_id_str": "244655353", + "full_text": "@elonmusk @Teslaconomics It bogggles my mind that someone who apparently cares about humanity can champion a car that is deeply anti-human. Everyone riding around in fuckin tanks is not \"the future\", it is a dystopian nightmare!", + "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1718219460593463362", + "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", "quote_count": 0, "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1487424382590935042", - "id_str": "1700203063883989104" + "user_id_str": "1631270661384466435", + "id_str": "1719749404507214314" } } }, @@ -796,8 +879,8 @@ "highlights": { "textHighlights": [ { - "startIndex": 15, - "endIndex": 23 + "startIndex": 1, + "endIndex": 9 } ] } @@ -807,15 +890,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203061816238404", - "sortIndex": "1700203075416883196", + "entryId": "tweet-1719749402271564211", + "sortIndex": "1719749415398277115", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -825,13 +908,13 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203061816238404", + "rest_id": "1719749402271564211", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDU5MDc3Mzc3MTc1MjY1Mjgw", - "rest_id": "1459077377175265280", + "id": "VXNlcjoxNTg0MjUwNTE3NDIwNjYyNzg0", + "rest_id": "1584250517420662784", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -839,32 +922,32 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Fri Nov 12 08:36:20 +0000 2021", + "created_at": "Sun Oct 23 18:29:30 +0000 2022", "default_profile": true, "default_profile_image": false, - "description": "Be brave like Ukraine 🇺🇦", + "description": "Siciliano Americano, venti anni Paracadudista. ❤️‍🔥2nd Amendment.", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 109, - "followers_count": 8, - "friends_count": 27, + "favourites_count": 578, + "followers_count": 40, + "friends_count": 36, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, "location": "", - "media_count": 7, - "name": "AlinaS", - "normal_followers_count": 8, + "media_count": 0, + "name": "MCMLXXXVII", + "normal_followers_count": 40, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1459077881259343872/2u4cUBr9_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717693132723175424/5-G_9eP__normal.jpg", "profile_interstitial_type": "", - "screen_name": "AlinaAlso", - "statuses_count": 56, + "screen_name": "xivium28", + "statuses_count": 642, "translator_type": "none", "verified": false, "want_retweets": false, @@ -873,11 +956,12 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203061816238404" + "1719749402271564211" ], - "editable_until_msecs": "1694198572000", + "editable_until_msecs": "1698858783000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -885,34 +969,25 @@ "views": { "state": "Enabled" }, - "source": "Twitter for iPhone", + "source": "Twitter for Android", "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:52 +0000 2023", - "conversation_id_str": "1700027709391339651", + "created_at": "Wed Nov 01 16:13:03 +0000 2023", + "conversation_id_str": "1719685418369593440", "display_text_range": [ - 12, - 110 + 10, + 53 ], "entities": { "user_mentions": [ - { - "id_str": "888183349864476672", - "name": "Paul Massaro", - "screen_name": "apmassaro3", - "indices": [ - 0, - 11 - ] - }, { "id_str": "44196397", "name": "Elon Musk", "screen_name": "elonmusk", "indices": [ - 12, - 21 + 0, + 9 ] } ], @@ -922,18 +997,18 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@apmassaro3 @elonmusk Ukraine is fighting for freedom and liberty. russian troops just have to leave our land!", - "in_reply_to_screen_name": "apmassaro3", - "in_reply_to_status_id_str": "1700027709391339651", - "in_reply_to_user_id_str": "888183349864476672", + "full_text": "@elonmusk Elon, you're one funny dude. I like it 👌 😆😆", + "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1719685418369593440", + "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", "quote_count": 0, "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1459077377175265280", - "id_str": "1700203061816238404" + "user_id_str": "1584250517420662784", + "id_str": "1719749402271564211" } } }, @@ -941,8 +1016,8 @@ "highlights": { "textHighlights": [ { - "startIndex": 13, - "endIndex": 21 + "startIndex": 1, + "endIndex": 9 } ] } @@ -952,15 +1027,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203060893520030", - "sortIndex": "1700203075416883195", + "entryId": "tweet-1719749399335645524", + "sortIndex": "1719749415398277114", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -970,90 +1045,65 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203060893520030", + "rest_id": "1719749399335645524", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjo3OTczMjQ1OTk0MjM4NjA3MzY=", - "rest_id": "797324599423860736", + "id": "VXNlcjo4NzU0NDc1NTExMzQyMzY2NzM=", + "rest_id": "875447551134236673", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, "profile_image_shape": "Circle", "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sat Nov 12 06:26:12 +0000 2016", - "default_profile": false, + "can_dm": true, + "can_media_tag": false, + "created_at": "Thu Jun 15 20:18:56 +0000 2017", + "default_profile": true, "default_profile_image": false, - "description": "Polite pro-bono polemics :)\n\nAlso books and music and poetry and stuff", + "description": "Rev. Jennyfer T. Causer\n*Mata Hari*NewAge \n*Minister\n*Physician's Assistant\n*BA-Social Work\n*Chaplain\n*Pastoral Care Clinician\n*C'sP.\n*Allied Health Instructor", "entities": { "description": { "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "youtube.com/morphingreality", - "expanded_url": "http://youtube.com/morphingreality", - "url": "https://t.co/edbaNYuUbZ", - "indices": [ - 0, - 23 - ] - } - ] } }, "fast_followers_count": 0, - "favourites_count": 6572, - "followers_count": 436, - "friends_count": 535, - "has_custom_timelines": false, + "favourites_count": 60575, + "followers_count": 2930, + "friends_count": 3280, + "has_custom_timelines": true, "is_translator": false, - "listed_count": 5, - "location": "", - "media_count": 1683, - "name": "Morphing Reality", - "normal_followers_count": 436, + "listed_count": 2, + "location": "NYC", + "media_count": 26921, + "name": "Jenny Thomas-Causer 2-A", + "normal_followers_count": 2930, "pinned_tweet_ids_str": [ - "1478187334357196803" + "1298992784989290500" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/797324599423860736/1482131331", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1581157131566415872/e-JkaiBo_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/875447551134236673/1570906224", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1294996578277744640/buiyP9-v_normal.jpg", "profile_interstitial_type": "", - "screen_name": "MorphingReality", - "statuses_count": 30505, + "screen_name": "CauserJenny", + "statuses_count": 68136, "translator_type": "none", - "url": "https://t.co/edbaNYuUbZ", "verified": false, "want_retweets": false, "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1581156993594695683", - "professional_type": "Creator", - "category": [ - { - "id": 1017, - "name": "Artist", - "icon_name": "IconBriefcaseStroke" - } - ] } } } }, "card": { - "rest_id": "https://t.co/8noyTI0nck", + "rest_id": "https://t.co/SvxcwvlWtX", "legacy": { "binding_values": [ { "key": "player_url", "value": { - "string_value": "https://www.youtube.com/embed/c24qHvlRCE8", + "string_value": "https://www.youtube.com/embed/x9ndiD0_qNk", "type": "STRING" } }, @@ -1061,9 +1111,9 @@ "key": "player_image_large", "value": { "image_value": { - "height": 627, - "width": 1200, - "url": "https://pbs.twimg.com/card_img/1700092972120014848/GWKT50Iv?format=jpg&name=1200x627" + "height": 320, + "width": 569, + "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=800x320_1" }, "type": "IMAGE" } @@ -1072,9 +1122,9 @@ "key": "player_image", "value": { "image_value": { - "height": 210, + "height": 158, "width": 280, - "url": "https://pbs.twimg.com/card_img/1700092972120014848/GWKT50Iv?format=jpg&name=280x280" + "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=280x280" }, "type": "IMAGE" } @@ -1082,14 +1132,21 @@ { "key": "app_star_rating", "value": { - "string_value": "4.67902", + "string_value": "4.67809", + "type": "STRING" + } + }, + { + "key": "description", + "value": { + "string_value": "Official Lyric Video for “Firm Foundation (He Won’t)” by Cody CarnesStream, Download & Save “Firm Foundation (He Won’t)”: https://codycarnes.lnk.to/firmfound...", "type": "STRING" } }, { "key": "player_width", "value": { - "string_value": "480", + "string_value": "1280", "type": "STRING" } }, @@ -1122,9 +1179,9 @@ "key": "player_image_original", "value": { "image_value": { - "height": 360, - "width": 480, - "url": "https://pbs.twimg.com/card_img/1700092972120014848/GWKT50Iv?format=jpg&name=orig" + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=orig" }, "type": "IMAGE" } @@ -1132,7 +1189,7 @@ { "key": "app_num_ratings", "value": { - "string_value": "32,427,145", + "string_value": "33,213,625", "type": "STRING" } }, @@ -1146,7 +1203,7 @@ { "key": "player_height", "value": { - "string_value": "360", + "string_value": "720", "type": "STRING" } }, @@ -1169,9 +1226,9 @@ "key": "player_image_small", "value": { "image_value": { - "height": 108, + "height": 81, "width": 144, - "url": "https://pbs.twimg.com/card_img/1700092972120014848/GWKT50Iv?format=jpg&name=144x144" + "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=144x144" }, "type": "IMAGE" } @@ -1179,7 +1236,7 @@ { "key": "title", "value": { - "string_value": "Christopher Hitchens 2000 On panel discussing 'Homer's Odyssey'", + "string_value": "Cody Carnes – Firm Foundation (He Won’t) (Official Lyric Video)", "type": "STRING" } }, @@ -1194,7 +1251,7 @@ "key": "card_url", "value": { "scribe_key": "card_url", - "string_value": "https://t.co/8noyTI0nck", + "string_value": "https://t.co/SvxcwvlWtX", "type": "STRING" } }, @@ -1206,42 +1263,42 @@ { "rgb": { "blue": 26, - "green": 26, - "red": 30 + "green": 87, + "red": 230 }, - "percentage": 44.33 + "percentage": 44.98 }, { "rgb": { - "blue": 70, - "green": 106, - "red": 155 + "blue": 241, + "green": 242, + "red": 245 }, - "percentage": 11.19 + "percentage": 35.1 }, { "rgb": { - "blue": 138, - "green": 105, - "red": 87 + "blue": 118, + "green": 155, + "red": 234 }, - "percentage": 8.72 + "percentage": 8.21 }, { "rgb": { - "blue": 188, - "green": 160, - "red": 153 + "blue": 22, + "green": 23, + "red": 23 }, - "percentage": 7 + "percentage": 7.37 }, { "rgb": { - "blue": 46, - "green": 46, - "red": 94 + "blue": 20, + "green": 47, + "red": 115 }, - "percentage": 5.53 + "percentage": 1.22 } ] }, @@ -1252,9 +1309,9 @@ "key": "player_image_x_large", "value": { "image_value": { - "height": 360, - "width": 480, - "url": "https://pbs.twimg.com/card_img/1700092972120014848/GWKT50Iv?format=png&name=2048x2048_2_exp" + "height": 720, + "width": 1280, + "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=png&name=2048x2048_2_exp" }, "type": "IMAGE" } @@ -1272,7 +1329,7 @@ } }, "name": "player", - "url": "https://t.co/8noyTI0nck", + "url": "https://t.co/SvxcwvlWtX", "user_refs_results": [ { "result": { @@ -1309,23 +1366,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 6182, - "followers_count": 79226843, - "friends_count": 1180, + "favourites_count": 6167, + "followers_count": 79504506, + "friends_count": 1176, "has_custom_timelines": true, "is_translator": false, - "listed_count": 79864, + "listed_count": 79870, "location": "San Bruno, CA", - "media_count": 15676, + "media_count": 15685, "name": "YouTube", - "normal_followers_count": 79226843, + "normal_followers_count": 79504506, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1691590194", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1697646656", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg", "profile_interstitial_type": "", "screen_name": "YouTube", - "statuses_count": 56297, + "statuses_count": 56855, "translator_type": "regular", "url": "https://t.co/bUisN3Y1A6", "verified": false, @@ -1338,326 +1395,16 @@ ] } }, + "unmention_data": {}, "unified_card": { "card_fetch_state": "NoCard" }, "edit_control": { "edit_tweet_ids": [ - "1700203060893520030" + "1719749399335645524" ], - "editable_until_msecs": "1694198572000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:52 +0000 2023", - "conversation_id_str": "1700076168106701249", - "display_text_range": [ - 10, - 169 - ], - "entities": { - "user_mentions": [ - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 0, - 9 - ] - } - ], - "urls": [ - { - "display_url": "youtube.com/watch?v=c24qHv…", - "expanded_url": "https://www.youtube.com/watch?v=c24qHvlRCE8", - "url": "https://t.co/8noyTI0nck", - "indices": [ - 146, - 169 - ] - } - ], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@elonmusk if you want to go in that direction you're going to need someone who knows how to deliver those looooong lines without breaths, as here https://t.co/8noyTI0nck", - "in_reply_to_screen_name": "elonmusk", - "in_reply_to_status_id_str": "1700076168106701249", - "in_reply_to_user_id_str": "44196397", - "is_quote_status": false, - "lang": "en", - "possibly_sensitive": false, - "possibly_sensitive_editable": true, - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "797324599423860736", - "id_str": "1700203060893520030" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 1, - "endIndex": 9 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203057357750612", - "sortIndex": "1700203075416883194", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203057357750612", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTI1OTQzMDUyNzA3Mjc0NzUy", - "rest_id": "1525943052707274752", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sun May 15 20:56:07 +0000 2022", - "default_profile": true, - "default_profile_image": true, - "description": "Calling out BS and hypocrisy wherever I find it.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 16701, - "followers_count": 51, - "friends_count": 3, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "", - "media_count": 57, - "name": "Milo DeMindbender", - "normal_followers_count": 51, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", - "profile_interstitial_type": "", - "screen_name": "MDemindbender", - "statuses_count": 4873, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203057357750612" - ], - "editable_until_msecs": "1694198571000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for iPhone", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:51 +0000 2023", - "conversation_id_str": "1700140766499086464", - "display_text_range": [ - 53, - 136 - ], - "entities": { - "user_mentions": [ - { - "id_str": "901324398006853633", - "name": "Stardust Collector", - "screen_name": "ruinwanderer", - "indices": [ - 0, - 13 - ] - }, - { - "id_str": "1518732341480460288", - "name": "infdivinfcom", - "screen_name": "infdivinfcom1", - "indices": [ - 14, - 28 - ] - }, - { - "id_str": "244655353", - "name": "David Axelrod", - "screen_name": "davidaxelrod", - "indices": [ - 29, - 42 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 43, - 52 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@ruinwanderer @infdivinfcom1 @davidaxelrod @elonmusk Then Ukraine should kick them out. Not the US. It’s not our problem, and never was.", - "in_reply_to_screen_name": "ruinwanderer", - "in_reply_to_status_id_str": "1700183307843993867", - "in_reply_to_user_id_str": "901324398006853633", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1525943052707274752", - "id_str": "1700203057357750612" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 44, - "endIndex": 52 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203057059926476", - "sortIndex": "1700203075416883193", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203057059926476", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTg4NDQ3OTQ2ODQ4MzA5MjQ5", - "rest_id": "1588447946848309249", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Nov 04 08:28:40 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 4664, - "followers_count": 1, - "friends_count": 57, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 1, - "location": "", - "media_count": 3933, - "name": "Виталий Мельник", - "normal_followers_count": 1, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1588448128293896193/MW-bPouZ_normal.png", - "profile_interstitial_type": "", - "screen_name": "Vitalij76860018", - "statuses_count": 10905, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203057059926476" - ], - "editable_until_msecs": "1694198571000", - "is_edit_eligible": false, + "editable_until_msecs": "1698858782000", + "is_edit_eligible": true, "edits_remaining": "5" }, "is_translatable": false, @@ -1668,11 +1415,184 @@ "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:51 +0000 2023", - "conversation_id_str": "1700199179518357766", + "created_at": "Wed Nov 01 16:13:02 +0000 2023", + "conversation_id_str": "1719749399335645524", + "display_text_range": [ + 0, + 92 + ], + "entities": { + "user_mentions": [ + { + "id_str": "44196397", + "name": "Elon Musk", + "screen_name": "elonmusk", + "indices": [ + 18, + 27 + ] + }, + { + "id_str": "1534671924328022016", + "name": "Jennyfer Causer", + "screen_name": "JenCauser", + "indices": [ + 28, + 38 + ] + }, + { + "id_str": "41634520", + "name": "Sean Hannity 🇺🇸", + "screen_name": "seanhannity", + "indices": [ + 40, + 52 + ] + }, + { + "id_str": "1212806053907185664", + "name": "LeoTerrell", + "screen_name": "TheLeoTerrell", + "indices": [ + 53, + 67 + ] + } + ], + "urls": [ + { + "display_url": "youtu.be/x9ndiD0_qNk?si…", + "expanded_url": "https://youtu.be/x9ndiD0_qNk?si=SX798gsqJm14mM8d", + "url": "https://t.co/SvxcwvlWtX", + "indices": [ + 69, + 92 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "Firm Foundation \n@elonmusk\n@JenCauser\n\n@seanhannity\n@TheLeoTerrell\n\nhttps://t.co/SvxcwvlWtX", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "875447551134236673", + "id_str": "1719749399335645524" + } + } + }, + "tweetDisplayType": "Tweet", + "highlights": { + "textHighlights": [ + { + "startIndex": 19, + "endIndex": 27 + } + ] + } + }, + "clientEventInfo": { + "component": "result", + "element": "tweet", + "details": { + "timelinesDetails": { + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" + } + } + } + } + }, + { + "entryId": "tweet-1719749397062296025", + "sortIndex": "1719749415398277113", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719749397062296025", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNjk2MzY0OTQy", + "rest_id": "3696364942", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Fri Sep 18 12:10:22 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "professional malcontent", + "entities": { + "description": { + "urls": [] + } + }, + "fast_followers_count": 0, + "favourites_count": 26338, + "followers_count": 149, + "friends_count": 452, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 7, + "location": "", + "media_count": 570, + "name": "Abigail Adams", + "normal_followers_count": 149, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715732696305917952/g_K_Md6m_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Abigail17441122", + "statuses_count": 14831, + "translator_type": "none", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719749397062296025" + ], + "editable_until_msecs": "1698858782000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:13:02 +0000 2023", + "conversation_id_str": "1719631280688464010", "display_text_range": [ 10, - 37 + 109 ], "entities": { "user_mentions": [ @@ -1692,9 +1612,9 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@elonmusk RUSSIA IS A TERRORIST STATE", + "full_text": "@elonmusk Lol. That is funny. Because you seem pretty set on your own opinion and creating that serf class.", "in_reply_to_screen_name": "elonmusk", - "in_reply_to_status_id_str": "1700199179518357766", + "in_reply_to_status_id_str": "1719631280688464010", "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", @@ -1702,8 +1622,8 @@ "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1588447946848309249", - "id_str": "1700203057059926476" + "user_id_str": "3696364942", + "id_str": "1719749397062296025" } } }, @@ -1722,15 +1642,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203056900481265", - "sortIndex": "1700203075416883192", + "entryId": "tweet-1719749396982608014", + "sortIndex": "1719749415398277112", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1740,385 +1660,44 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203056900481265", + "rest_id": "1719749396982608014", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMTQ3NjAzMzQxMzAxNjgyMTc4", - "rest_id": "1147603341301682178", + "id": "VXNlcjoxNDcxMDY4MjUzNzQwOTQ1NDEw", + "rest_id": "1471068253740945410", "affiliates_highlighted_label": {}, "has_graduated_access": true, - "is_blue_verified": false, + "is_blue_verified": true, "profile_image_shape": "Circle", "legacy": { "can_dm": true, - "can_media_tag": true, - "created_at": "Sat Jul 06 20:28:52 +0000 2019", + "can_media_tag": false, + "created_at": "Wed Dec 15 10:43:08 +0000 2021", "default_profile": true, "default_profile_image": false, - "description": "Iemand strijdend voor gelijkheid", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 44739, - "followers_count": 135, - "friends_count": 2025, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 18, - "location": "Leeuwarden, Nederland", - "media_count": 134, - "name": "Danil01🇺🇦", - "normal_followers_count": 135, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1681416271462629379/LCNvrMl5_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "Danil60169701", - "statuses_count": 5127, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203056900481265" - ], - "editable_until_msecs": "1694198571000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for iPhone", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:51 +0000 2023", - "conversation_id_str": "1700017042290610666", - "display_text_range": [ - 80, - 89 - ], - "entities": { - "user_mentions": [ - { - "id_str": "1633275720473407488", - "name": "NateTheGreat", - "screen_name": "02NateTheGreat", - "indices": [ - 0, - 15 - ] - }, - { - "id_str": "1270366011183845386", - "name": "William Levis", - "screen_name": "WilliamWaffles7", - "indices": [ - 16, - 32 - ] - }, - { - "id_str": "758028170402684928", - "name": "Marcel", - "screen_name": "Marcel_Arts", - "indices": [ - 33, - 45 - ] - }, - { - "id_str": "17050482", - "name": "Adam Lowisz", - "screen_name": "AdamLowisz", - "indices": [ - 46, - 57 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 58, - 67 - ] - }, - { - "id_str": "636513296", - "name": "Nikita Bier", - "screen_name": "nikitabier", - "indices": [ - 68, - 79 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@02NateTheGreat @WilliamWaffles7 @Marcel_Arts @AdamLowisz @elonmusk @nikitabier The irony", - "in_reply_to_screen_name": "02NateTheGreat", - "in_reply_to_status_id_str": "1700197172312985672", - "in_reply_to_user_id_str": "1633275720473407488", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1147603341301682178", - "id_str": "1700203056900481265" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 59, - "endIndex": 67 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203051620118571", - "sortIndex": "1700203075416883191", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203051620118571", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNDEyOTgzNjMxMzEyNjgzMDEz", - "rest_id": "1412983631312683013", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Thu Jul 08 03:57:16 +0000 2021", - "default_profile": true, - "default_profile_image": false, - "description": "VKT is the most powerful catalyst for independent, up-to-date, and thoroughly investigative journalism. \nWant to Support my Work? https://t.co/V8dHRxuje3", + "description": "Entrepreneur | Author | #Nigerian in Texas #Crypto #VillageBoy #BlackElonMusk 🇳🇬🇺🇸 https://t.co/2h1yd4oyFV", "entities": { "description": { "urls": [ { - "display_url": "paypal.me/moris40", - "expanded_url": "http://paypal.me/moris40", - "url": "https://t.co/V8dHRxuje3", + "display_url": "foundation.app/@AfriKanPriNce", + "expanded_url": "http://foundation.app/@AfriKanPriNce", + "url": "https://t.co/2h1yd4oyFV", "indices": [ - 131, - 154 + 83, + 106 ] } ] - } - }, - "fast_followers_count": 0, - "favourites_count": 93, - "followers_count": 26, - "friends_count": 118, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Mauritius Island", - "media_count": 63, - "name": "VKT", - "normal_followers_count": 26, - "pinned_tweet_ids_str": [ - "1687142418117001216" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1412983631312683013/1691378248", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688389050057859072/eUUf7gcW_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "terrysmike", - "statuses_count": 159, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1687158664753479680", - "professional_type": "Creator", - "category": [ - { - "id": 955, - "name": "Journalist", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203051620118571" - ], - "editable_until_msecs": "1694198570000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "1", - "state": "EnabledWithCount" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:50 +0000 2023", - "conversation_id_str": "1700199179518357766", - "display_text_range": [ - 18, - 162 - ], - "entities": { - "user_mentions": [ - { - "id_str": "1689453934513913856", - "name": "NBK", - "screen_name": "nbkafc", - "indices": [ - 0, - 7 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 8, - 17 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@nbkafc @elonmusk Looks like a failed bot campaign from the democrats. Prigozhin was more effective than this amateurism. Come on guys. Put some creativity in it.", - "in_reply_to_screen_name": "nbkafc", - "in_reply_to_status_id_str": "1700199573644333510", - "in_reply_to_user_id_str": "1689453934513913856", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1412983631312683013", - "id_str": "1700203051620118571" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 9, - "endIndex": 17 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203051087261864", - "sortIndex": "1700203075416883190", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203051087261864", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTE0MDkwNDIxNzU2MDc2MDMy", - "rest_id": "1514090421756076032", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Apr 13 03:57:52 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "Bitter and Brutal Asshole,the Author of Vicious Internet: The Thomas Carter Chronicles, and currently working on Alpharotica...\n18+ Account and Streamer #Vtuber", - "entities": { - "description": { - "urls": [] }, "url": { "urls": [ { - "display_url": "twitch.tv/darthslannesh", - "expanded_url": "https://www.twitch.tv/darthslannesh", - "url": "https://t.co/CLhBJ3JvcN", + "display_url": "opensea.io/accounts/0x5ce…", + "expanded_url": "https://opensea.io/accounts/0x5ce957cd79252bceeadbe8114de7c5033c8721df", + "url": "https://t.co/g1HuquiNZV", "indices": [ 0, 23 @@ -2128,196 +1707,45 @@ } }, "fast_followers_count": 0, - "favourites_count": 48504, - "followers_count": 230, - "friends_count": 901, + "favourites_count": 2225, + "followers_count": 1996, + "friends_count": 3578, "has_custom_timelines": false, "is_translator": false, - "listed_count": 2, - "location": "Somewhere in Florida...", - "media_count": 386, - "name": "DarthSlannesh", - "normal_followers_count": 230, - "pinned_tweet_ids_str": [], + "listed_count": 20, + "location": "Texas", + "media_count": 163, + "name": "Black Elon Musk", + "normal_followers_count": 1996, + "pinned_tweet_ids_str": [ + "1693142784813801618" + ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1514090421756076032/1649822607", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1514091563848196101/33PJ2iAk_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1471068253740945410/1639775129", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711077512296456192/4wNhf8mT_normal.jpg", "profile_interstitial_type": "", - "screen_name": "DSlannesh", - "statuses_count": 6455, + "screen_name": "AfriKing17", + "statuses_count": 2540, "translator_type": "none", - "url": "https://t.co/CLhBJ3JvcN", + "url": "https://t.co/g1HuquiNZV", "verified": false, "want_retweets": false, "withheld_in_countries": [] }, "professional": { - "rest_id": "1528837846768963585", + "rest_id": "1471552189780746249", "professional_type": "Creator", "category": [] } } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203051087261864" + "1719749396982608014" ], - "editable_until_msecs": "1694198570000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:50 +0000 2023", - "conversation_id_str": "1700198512133132466", - "display_text_range": [ - 34, - 101 - ], - "entities": { - "user_mentions": [ - { - "id_str": "2562054448", - "name": "Henrique A. Evaristo", - "screen_name": "Haevaristo", - "indices": [ - 0, - 11 - ] - }, - { - "id_str": "449588356", - "name": "Garry Kasparov", - "screen_name": "Kasparov63", - "indices": [ - 12, - 23 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 24, - 33 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@Haevaristo @Kasparov63 @elonmusk Nah there's no topics Pee-lon's actually smart on, that's his scam.", - "in_reply_to_screen_name": "Haevaristo", - "in_reply_to_status_id_str": "1700199068037685590", - "in_reply_to_user_id_str": "2562054448", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1514090421756076032", - "id_str": "1700203051087261864" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 25, - "endIndex": 33 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203049686544576", - "sortIndex": "1700203075416883189", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203049686544576", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMzM4OTY3ODUxNDQ5ODE5MTM2", - "rest_id": "1338967851449819136", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Tue Dec 15 22:03:18 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Smart", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 7051, - "followers_count": 120, - "friends_count": 68, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 2, - "location": "", - "media_count": 139, - "name": "Greg Arena", - "normal_followers_count": 120, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1685790387028500480/GN8Ov30c_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "GregArena3", - "statuses_count": 15236, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203049686544576" - ], - "editable_until_msecs": "1694198569000", + "editable_until_msecs": "1698858782000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -2329,684 +1757,94 @@ "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:49 +0000 2023", - "conversation_id_str": "1700150751748628619", - "display_text_range": [ - 36, - 77 - ], - "entities": { - "user_mentions": [ - { - "id_str": "1235981213619359744", - "name": "ام سلطان", - "screen_name": "SSS92210", - "indices": [ - 0, - 9 - ] - }, - { - "id_str": "1240602367", - "name": "Ponicki", - "screen_name": "DPonicki", - "indices": [ - 10, - 19 - ] - }, - { - "id_str": "22637974", - "name": "Barstool Sports", - "screen_name": "barstoolsports", - "indices": [ - 20, - 35 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 68, - 77 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@SSS92210 @DPonicki @barstoolsports These scams need to be removed \n@elonmusk", - "in_reply_to_screen_name": "SSS92210", - "in_reply_to_status_id_str": "1700155724565758272", - "in_reply_to_user_id_str": "1235981213619359744", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1338967851449819136", - "id_str": "1700203049686544576" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 69, - "endIndex": 77 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203049489412130", - "sortIndex": "1700203075416883188", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203049489412130", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjc0ODM0OTQ5NzA5NjU2MDY0", - "rest_id": "1674834949709656064", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Jun 30 17:39:16 +0000 2023", - "default_profile": true, - "default_profile_image": true, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 208, - "followers_count": 0, - "friends_count": 53, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 0, - "name": "Lakemushroom", - "normal_followers_count": 0, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", - "profile_interstitial_type": "", - "screen_name": "lakemushroom", - "statuses_count": 60, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203049489412130" - ], - "editable_until_msecs": "1694198569000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:49 +0000 2023", - "conversation_id_str": "1700176677597270132", - "display_text_range": [ - 23, - 30 - ], - "entities": { - "user_mentions": [ - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 0, - 9 - ] - }, - { - "id_str": "1319287761048723458", - "name": "Mario Nawfal", - "screen_name": "MarioNawfal", - "indices": [ - 10, - 22 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@elonmusk @MarioNawfal Traitor", - "in_reply_to_screen_name": "elonmusk", - "in_reply_to_status_id_str": "1700202212801261921", - "in_reply_to_user_id_str": "44196397", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1674834949709656064", - "id_str": "1700203049489412130" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 1, - "endIndex": 9 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203047769747858", - "sortIndex": "1700203075416883187", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203047769747858", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMTYxMDA1Nzk4NjAxODM4NTky", - "rest_id": "1161005798601838592", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Mon Aug 12 20:05:27 +0000 2019", - "default_profile": true, - "default_profile_image": false, - "description": "Avid bicyclist, father of 3 great kids.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 62221, - "followers_count": 83, - "friends_count": 54, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 69, - "name": "Sean Phillips", - "normal_followers_count": 83, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1162249039015903233/fd2bew0u_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "SeanPhi51dotC0m", - "statuses_count": 3843, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203047769747858" - ], - "editable_until_msecs": "1694198569000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:49 +0000 2023", - "conversation_id_str": "1700140766499086464", + "created_at": "Wed Nov 01 16:13:02 +0000 2023", + "conversation_id_str": "1719749214324895910", "display_text_range": [ 24, - 37 + 144 ], "entities": { "user_mentions": [ { - "id_str": "244655353", - "name": "David Axelrod", - "screen_name": "davidaxelrod", + "id_str": "1562171326303014914", + "name": "Pinyatalatte ❤️ Memecoin", + "screen_name": "pinyatalatte", "indices": [ 0, 13 ] }, { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", + "id_str": "1674407864000028673", + "name": "Ratio", + "screen_name": "ethratio", "indices": [ 14, 23 ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@davidaxelrod @elonmusk Its his stuff", - "in_reply_to_screen_name": "davidaxelrod", - "in_reply_to_status_id_str": "1700140766499086464", - "in_reply_to_user_id_str": "244655353", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1161005798601838592", - "id_str": "1700203047769747858" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 15, - "endIndex": 23 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203047517929918", - "sortIndex": "1700203075416883186", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203047517929918", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjUxMzE0MDM5MDMxNDYzOTM2", - "rest_id": "1651314039031463936", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Apr 26 19:57:17 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 1569, - "followers_count": 75, - "friends_count": 162, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "Jensen Beach, FL", - "media_count": 0, - "name": "John Scott", - "normal_followers_count": 75, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1651314039031463936/1683838970", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1651314526321537025/aC0vSA7p_normal.png", - "profile_interstitial_type": "", - "screen_name": "JohnSco24413160", - "statuses_count": 599, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203047517929918" - ], - "editable_until_msecs": "1694198569000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:49 +0000 2023", - "conversation_id_str": "1699883006557626631", - "display_text_range": [ - 23, - 245 - ], - "entities": { - "user_mentions": [ - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 0, - 9 - ] }, { - "id_str": "1319287761048723458", - "name": "Mario Nawfal", - "screen_name": "MarioNawfal", + "id_str": "1674407864000028673", + "name": "Ratio", + "screen_name": "ethratio", "indices": [ - 10, - 22 + 30, + 39 ] } ], "urls": [], "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@elonmusk @MarioNawfal This war was not started by Elon Musk. It was started by Joe Biden. If I were in Elon's shoes, I would stay the hell out of it, too. By the way, Biden could also end this war if he wanted to, but he doesn't want to end it.", - "in_reply_to_screen_name": "elonmusk", - "in_reply_to_status_id_str": "1699917639043404146", - "in_reply_to_user_id_str": "44196397", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1651314039031463936", - "id_str": "1700203047517929918" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 1, - "endIndex": 9 - }, - { - "startIndex": 51, - "endIndex": 60 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203045957558754", - "sortIndex": "1700203075416883185", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203045957558754", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoyNDI4OTAwODE=", - "rest_id": "242890081", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": false, - "created_at": "Tue Jan 25 20:50:10 +0000 2011", - "default_profile": false, - "default_profile_image": false, - "description": "I'm real, official, and not a bot. I'm also not paying $8/11 to Elon Musk to prove it. I'm on here to bash Elon Musk, Mark Zuckerberg, and Donald Trump.", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 446556, - "followers_count": 1544, - "friends_count": 1143, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 24, - "location": "Leominster, MA", - "media_count": 139, - "name": "Robert Walsh", - "normal_followers_count": 1544, - "pinned_tweet_ids_str": [ - "1649860133650931714" + "symbols": [ + { + "indices": [ + 102, + 108 ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/242890081/1439595624", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1352810418591440897/CZ-CYe1Q_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "berniefalcon", - "statuses_count": 20749, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203045957558754" - ], - "editable_until_msecs": "1694198569000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:49 +0000 2023", - "conversation_id_str": "1700165912337191171", - "display_text_range": [ - 8, - 65 - ], - "entities": { - "user_mentions": [ - { - "id_str": "16459183", - "name": "rachel cohen", - "screen_name": "rcohen", - "indices": [ - 0, - 7 - ] + "text": "RATIO" }, { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", "indices": [ - 39, - 48 - ] + 138, + 144 + ], + "text": "RATIO" } - ], - "urls": [], - "hashtags": [], - "symbols": [] + ] }, "favorite_count": 0, "favorited": false, - "full_text": "@rcohen Trump, Zuckerberg, and that 💩🤡 @elonmusk are at it again!", - "in_reply_to_screen_name": "rcohen", - "in_reply_to_status_id_str": "1700165912337191171", - "in_reply_to_user_id_str": "16459183", + "full_text": "@pinyatalatte @ethratio go to @ethratio website and login to connect your x account. 🔥\n\n🔥 WE Can farm $RATIO together posting tweet about $RATIO", + "in_reply_to_screen_name": "pinyatalatte", + "in_reply_to_status_id_str": "1719749214324895910", + "in_reply_to_user_id_str": "1562171326303014914", "is_quote_status": false, "lang": "en", "quote_count": 0, "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "242890081", - "id_str": "1700203045957558754" + "user_id_str": "1471068253740945410", + "id_str": "1719749396982608014" } } }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 40, - "endIndex": 48 - } - ] - } + "tweetDisplayType": "Tweet" }, "clientEventInfo": { "component": "result", "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203045496193184", - "sortIndex": "1700203075416883184", + "entryId": "tweet-1719749395875344524", + "sortIndex": "1719749415398277111", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3016,179 +1854,13 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203045496193184", + "rest_id": "1719749395875344524", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxNDc5NDQzMTc3NTM0ODk0MDg0", - "rest_id": "1479443177534894084", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Jan 07 13:22:49 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "Free Spirited Consertive American...", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 309, - "followers_count": 15, - "friends_count": 87, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 1, - "name": "Dorian Saunders", - "normal_followers_count": 15, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1479443177534894084/1650211867", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1479443407705710593/lJu6U8Y2_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "DorianS60824092", - "statuses_count": 148, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1515724018007093255", - "professional_type": "Creator", - "category": [ - { - "id": 103, - "name": "Beauty, Cosmetic & Personal Care", - "icon_name": "IconBriefcaseStroke" - } - ] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1700203045496193184" - ], - "editable_until_msecs": "1694198568000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "state": "Enabled" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Sep 08 17:42:48 +0000 2023", - "conversation_id_str": "1699965823736025106", - "display_text_range": [ - 43, - 161 - ], - "entities": { - "user_mentions": [ - { - "id_str": "1682023097900363777", - "name": "The Highlander. There can be only one!", - "screen_name": "Christ8467Eric", - "indices": [ - 0, - 15 - ] - }, - { - "id_str": "1499040996717387778", - "name": "Rouble Destroying Fella 🇺🇦", - "screen_name": "RoubleDestroyer", - "indices": [ - 16, - 32 - ] - }, - { - "id_str": "44196397", - "name": "Elon Musk", - "screen_name": "elonmusk", - "indices": [ - 33, - 42 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 0, - "favorited": false, - "full_text": "@Christ8467Eric @RoubleDestroyer @elonmusk Elon done more for this war effort than you. so im guessing your more of a war criminal.. How much have you given?", - "in_reply_to_screen_name": "Christ8467Eric", - "in_reply_to_status_id_str": "1699971400390345087", - "in_reply_to_user_id_str": "1682023097900363777", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1479443177534894084", - "id_str": "1700203045496193184" - } - } - }, - "tweetDisplayType": "Tweet", - "highlights": { - "textHighlights": [ - { - "startIndex": 34, - "endIndex": 42 - } - ] - } - }, - "clientEventInfo": { - "component": "result", - "element": "tweet", - "details": { - "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" - } - } - } - } - }, - { - "entryId": "tweet-1700203045181862047", - "sortIndex": "1700203075416883183", - "content": { - "entryType": "TimelineTimelineItem", - "__typename": "TimelineTimelineItem", - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1700203045181862047", - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMjQ3OTc5MDE2NzI5OTg1MDI0", - "rest_id": "1247979016729985024", + "id": "VXNlcjo5Mjg5NDY4MzQzNzM5ODQyNTY=", + "rest_id": "928946834373984256", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -3196,32 +1868,32 @@ "legacy": { "can_dm": true, "can_media_tag": true, - "created_at": "Wed Apr 08 20:06:17 +0000 2020", + "created_at": "Fri Nov 10 11:25:59 +0000 2017", "default_profile": true, "default_profile_image": false, - "description": "What's up?", + "description": "", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 5584, - "followers_count": 81, - "friends_count": 5, - "has_custom_timelines": false, + "favourites_count": 1082, + "followers_count": 85, + "friends_count": 313, + "has_custom_timelines": true, "is_translator": false, - "listed_count": 1, - "location": "", - "media_count": 1461, - "name": "Dana Decker", - "normal_followers_count": 81, + "listed_count": 0, + "location": "Denver, CO", + "media_count": 67, + "name": "Josh C", + "normal_followers_count": 85, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1247981891749154817/4hznU14L_normal.jpg", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1425724572758773762/EbKyBXvT_normal.jpg", "profile_interstitial_type": "", - "screen_name": "theDanaDecker", - "statuses_count": 15747, + "screen_name": "livetoski_it", + "statuses_count": 4369, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3230,11 +1902,12 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203045181862047" + "1719749395875344524" ], - "editable_until_msecs": "1694198568000", + "editable_until_msecs": "1698858782000", "is_edit_eligible": false, "edits_remaining": "5" }, @@ -3246,21 +1919,30 @@ "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:48 +0000 2023", - "conversation_id_str": "1700182113541099529", + "created_at": "Wed Nov 01 16:13:02 +0000 2023", + "conversation_id_str": "1719632633150177704", "display_text_range": [ - 24, - 80 + 44, + 242 ], "entities": { "user_mentions": [ { - "id_str": "21268897", - "name": "Josh Marshall", - "screen_name": "joshtpm", + "id_str": "1577398919432179718", + "name": "JustJan", + "screen_name": "JustJan19279130", "indices": [ 0, - 8 + 16 + ] + }, + { + "id_str": "1527057958533640192", + "name": "Rworcester@cox.net", + "screen_name": "Rworcestercoxn1", + "indices": [ + 17, + 33 ] }, { @@ -3268,16 +1950,168 @@ "name": "Elon Musk", "screen_name": "elonmusk", "indices": [ - 9, - 18 + 34, + 43 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "@JustJan19279130 @Rworcestercoxn1 @elonmusk Ummm what. This statement is not based on facts. You must be confusing the perceived handouts to the poor with the handouts given to the wealthy via tax cuts and the PPP to the tune of $140 BILLION.", + "in_reply_to_screen_name": "JustJan19279130", + "in_reply_to_status_id_str": "1719742763153977624", + "in_reply_to_user_id_str": "1577398919432179718", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "928946834373984256", + "id_str": "1719749395875344524" + } + } + }, + "tweetDisplayType": "Tweet", + "highlights": { + "textHighlights": [ + { + "startIndex": 35, + "endIndex": 43 + } + ] + } + }, + "clientEventInfo": { + "component": "result", + "element": "tweet", + "details": { + "timelinesDetails": { + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" + } + } + } + } + }, + { + "entryId": "tweet-1719749393140658321", + "sortIndex": "1719749415398277110", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719749393140658321", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozNjA0MDYxNzE=", + "rest_id": "360406171", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": false, + "created_at": "Tue Aug 23 04:44:24 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Cat Lady/Ind Voter/ Free Thinker/Patriot/Trump American/Atheist/Mensan #Constitution #AmericaFirst #MAGA I Block idiots/parler AmeriCatFirst / gab BaronVM", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "donaldjtrump.com", + "expanded_url": "http://donaldjtrump.com", + "url": "https://t.co/rZECOfPRjZ", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 492283, + "followers_count": 3161, + "friends_count": 3098, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 5, + "location": "NO DMs! NO LISTS or I block U", + "media_count": 520, + "name": "AmeriCat🇺🇸First!🇺🇸🇺🇸🇺🇸🇺🇸", + "normal_followers_count": 3161, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/360406171/1464473981", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/770148533613756416/UljQ3XM0_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "CarolM39", + "statuses_count": 49492, + "translator_type": "none", + "url": "https://t.co/rZECOfPRjZ", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719749393140658321" + ], + "editable_until_msecs": "1698858781000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:13:01 +0000 2023", + "conversation_id_str": "1719390097731199148", + "display_text_range": [ + 24, + 308 + ], + "entities": { + "user_mentions": [ + { + "id_str": "44196397", + "name": "Elon Musk", + "screen_name": "elonmusk", + "indices": [ + 0, + 9 ] }, { - "id_str": "14717197", - "name": "Talking Points Memo", - "screen_name": "TPM", + "id_str": "1327327908549967872", + "name": "DrDarrellDeMello", + "screen_name": "DarrellMello", "indices": [ - 19, + 10, 23 ] } @@ -3288,18 +2122,18 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@joshtpm @elonmusk @TPM Don't need Senate approval to be Acting Sec. of Defense.", - "in_reply_to_screen_name": "joshtpm", - "in_reply_to_status_id_str": "1700182113541099529", - "in_reply_to_user_id_str": "21268897", + "full_text": "@elonmusk @DarrellMello The problem is that you want people who will take good care of their children & bring them up to be good, productive members of society. If you're not careful with incentives, you have what we have now, people having babies they don't want just to get money. Need 2 parents also.", + "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1719390097731199148", + "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", "quote_count": 0, "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1247979016729985024", - "id_str": "1700203045181862047" + "user_id_str": "360406171", + "id_str": "1719749393140658321" } } }, @@ -3307,8 +2141,8 @@ "highlights": { "textHighlights": [ { - "startIndex": 10, - "endIndex": 18 + "startIndex": 1, + "endIndex": 9 } ] } @@ -3318,15 +2152,15 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } } }, { - "entryId": "tweet-1700203043394859328", - "sortIndex": "1700203075416883182", + "entryId": "tweet-1719749392939597932", + "sortIndex": "1719749415398277109", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3336,13 +2170,13 @@ "tweet_results": { "result": { "__typename": "Tweet", - "rest_id": "1700203043394859328", + "rest_id": "1719749392939597932", "core": { "user_results": { "result": { "__typename": "User", - "id": "VXNlcjoxMjcxODg0MDczNzU0MTE2MDk2", - "rest_id": "1271884073754116096", + "id": "VXNlcjoxMzkzNTMwNjgyMTI3NzY1NTA2", + "rest_id": "1393530682127765506", "affiliates_highlighted_label": {}, "has_graduated_access": true, "is_blue_verified": false, @@ -3350,32 +2184,33 @@ "legacy": { "can_dm": false, "can_media_tag": true, - "created_at": "Sat Jun 13 19:16:22 +0000 2020", + "created_at": "Sat May 15 11:36:32 +0000 2021", "default_profile": true, - "default_profile_image": true, - "description": "Cranking is my game.", + "default_profile_image": false, + "description": "Welcome to you 🌎-CHÉO UY TÍN", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 49, - "followers_count": 7, - "friends_count": 69, + "favourites_count": 124, + "followers_count": 183, + "friends_count": 185, "has_custom_timelines": false, "is_translator": false, "listed_count": 0, - "location": "", - "media_count": 92, - "name": "Captain Poopy Butt", - "normal_followers_count": 7, + "location": "Hồ Chí Minh", + "media_count": 39, + "name": "LuanNguyen.ETH", + "normal_followers_count": 183, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1393530682127765506/1698741199", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719271829100195840/44fOhXzw_normal.jpg", "profile_interstitial_type": "", - "screen_name": "CaptainPoopyBu1", - "statuses_count": 1263, + "screen_name": "Luanntt1403", + "statuses_count": 194, "translator_type": "none", "verified": false, "want_retweets": false, @@ -3384,27 +2219,28 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ - "1700203043394859328" + "1719749392939597932" ], - "editable_until_msecs": "1694198568000", - "is_edit_eligible": true, + "editable_until_msecs": "1698858781000", + "is_edit_eligible": false, "edits_remaining": "5" }, "is_translatable": false, "views": { "state": "Enabled" }, - "source": "Twitter for iPhone", + "source": "Twitter for Android", "legacy": { "bookmark_count": 0, "bookmarked": false, - "created_at": "Fri Sep 08 17:42:48 +0000 2023", - "conversation_id_str": "1700203043394859328", + "created_at": "Wed Nov 01 16:13:01 +0000 2023", + "conversation_id_str": "1719685781780938769", "display_text_range": [ - 0, - 91 + 10, + 290 ], "entities": { "user_mentions": [ @@ -3424,8 +2260,9 @@ }, "favorite_count": 0, "favorited": false, - "full_text": "@elonmusk Before you play god in Ukraine, ask some experts. By experts I mean, not Russian.", + "full_text": "@elonmusk You're there for this, correct?If so, I hope you can help drive positive results. I've found meetings of more than ~6 people in the room have exponentially diminishing returns with each additional person, and I can't imagine how much worse it'll be with politicians in those rooms", "in_reply_to_screen_name": "elonmusk", + "in_reply_to_status_id_str": "1719685781780938769", "in_reply_to_user_id_str": "44196397", "is_quote_status": false, "lang": "en", @@ -3433,8 +2270,8 @@ "reply_count": 0, "retweet_count": 0, "retweeted": false, - "user_id_str": "1271884073754116096", - "id_str": "1700203043394859328" + "user_id_str": "1393530682127765506", + "id_str": "1719749392939597932" } } }, @@ -3453,7 +2290,176 @@ "element": "tweet", "details": { "timelinesDetails": { - "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACUsTQ0n+Zd1QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAfLgZn3LFTBTQAAAAAA" + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" + } + } + } + } + }, + { + "entryId": "tweet-1719749391035121766", + "sortIndex": "1719749415398277108", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719749391035121766", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo0MTA0MzM1NjY=", + "rest_id": "410433566", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Nov 12 03:03:46 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Web technologies and programming languages aficionado.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "github.com/fazouane-marou…", + "expanded_url": "https://github.com/fazouane-marouane", + "url": "https://t.co/6cNavrI2yv", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 11905, + "followers_count": 61, + "friends_count": 661, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 2, + "location": "France", + "media_count": 9, + "name": "Marouane Fazouane", + "normal_followers_count": 61, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1310395562152296449/twmOtqGK_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "fazmarouane", + "statuses_count": 241, + "translator_type": "none", + "url": "https://t.co/6cNavrI2yv", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1719749391035121766" + ], + "editable_until_msecs": "1698858780000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "state": "Enabled" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 16:13:00 +0000 2023", + "conversation_id_str": "1719743537380786198", + "display_text_range": [ + 32, + 65 + ], + "entities": { + "user_mentions": [ + { + "id_str": "15540222", + "name": "Guillermo Rauch", + "screen_name": "rauchg", + "indices": [ + 0, + 7 + ] + }, + { + "id_str": "1661132710679826432", + "name": "Ryan Florence", + "screen_name": "ryanflorence", + "indices": [ + 8, + 21 + ] + }, + { + "id_str": "44196397", + "name": "Elon Musk", + "screen_name": "elonmusk", + "indices": [ + 22, + 31 + ] + } + ], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 0, + "favorited": false, + "full_text": "@rauchg @ryanflorence @elonmusk Is remix an edge-only technology?", + "in_reply_to_screen_name": "rauchg", + "in_reply_to_status_id_str": "1719744595540738132", + "in_reply_to_user_id_str": "15540222", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "410433566", + "id_str": "1719749391035121766" + } + } + }, + "tweetDisplayType": "Tweet", + "highlights": { + "textHighlights": [ + { + "startIndex": 23, + "endIndex": 31 + } + ] + } + }, + "clientEventInfo": { + "component": "result", + "element": "tweet", + "details": { + "timelinesDetails": { + "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA" } } } @@ -3465,7 +2471,7 @@ "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAADDAABCgABF5hVrrrXYMcKAAIXmFWo75axQAAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUXmFWwZEAnEAoABheYVbBkP9jwAAA", + "value": "DAADDAABCgABF93G-YUaoTsKAAIX3cb1o1fAZgAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUX3cb7T4AnEAoABhfdxvtPf9jwAAA", "cursorType": "Top" } }, @@ -3475,7 +2481,7 @@ "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAADDAABCgABF5hVrrrXYMcKAAIXmFWo75axQAAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUXmFWwZEAnEAoABheYVbBkP9jwAAA", + "value": "DAADDAABCgABF93G-YUaoTsKAAIX3cb1o1fAZgAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUX3cb7T4AnEAoABhfdxvtPf9jwAAA", "cursorType": "Bottom" } } diff --git a/tests/mocked-data/tweet_details_raw.json b/tests/mocked-data/tweet_details_raw.json index 2d7bbc4..83b39a9 100644 --- a/tests/mocked-data/tweet_details_raw.json +++ b/tests/mocked-data/tweet_details_raw.json @@ -68,16 +68,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 591000, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 591000, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -86,7 +86,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -108,6 +108,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1649191520250245121" @@ -118,12 +119,12 @@ }, "is_translatable": false, "views": { - "count": "589052", + "count": "622027", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 63, + "bookmark_count": 65, "bookmarked": false, "created_at": "Thu Apr 20 23:21:13 +0000 2023", "conversation_id_str": "1649191520250245121", @@ -137,14 +138,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 388, + "favorite_count": 404, "favorited": false, "full_text": "Today, we are deprecating our Premium v1.1 API, including Premium Search and Account Activity API.", "is_quote_status": false, "lang": "en", - "quote_count": 112, - "reply_count": 94, - "retweet_count": 203, + "quote_count": 114, + "reply_count": 97, + "retweet_count": 205, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191520250245121" @@ -226,16 +227,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 591000, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 591000, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -244,7 +245,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -266,6 +267,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1649191521323995138" @@ -276,12 +278,12 @@ }, "is_translatable": false, "views": { - "count": "184814", + "count": "186605", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 10, + "bookmark_count": 11, "bookmarked": false, "created_at": "Thu Apr 20 23:21:13 +0000 2023", "conversation_id_str": "1649191520250245121", @@ -295,7 +297,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 76, + "favorite_count": 79, "favorited": false, "full_text": "On 3/29 we announced that deprecations across our legacy Twitter API access tiers would be completed by 4/29. Unwinding Premium is one step closer to full deprecation of those legacy tiers.", "in_reply_to_screen_name": "XDevelopers", @@ -304,8 +306,8 @@ "is_quote_status": false, "lang": "en", "quote_count": 37, - "reply_count": 4, - "retweet_count": 48, + "reply_count": 7, + "retweet_count": 52, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191521323995138" @@ -323,7 +325,7 @@ "conversationSection": "HighQuality" }, "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABCCADg4UKAAIAAAAAGEAgCAAAAAA=" + "controllerData": "DAACDAAEDAABCgABFSCBCCADg4UKAAIAAAAAGCAgCAAAAAA=" } } } @@ -389,16 +391,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 591000, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 591000, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -407,7 +409,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -429,6 +431,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191522485817345" @@ -439,7 +445,7 @@ }, "is_translatable": false, "views": { - "count": "107628", + "count": "116894", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -468,7 +474,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 99, + "favorite_count": 112, "favorited": false, "full_text": "If you are a Twitter developer with a commercial use case, we recommend that you apply for our Enterprise tier.\nEnterprise Search and Account Activity API continue to be available to developers on that Enterprise tier. \n\nApply here: https://t.co/A2FQP2DWuy", "in_reply_to_screen_name": "XDevelopers", @@ -479,8 +485,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 14, - "reply_count": 22, - "retweet_count": 27, + "reply_count": 26, + "retweet_count": 30, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191522485817345" @@ -498,7 +504,7 @@ "conversationSection": "HighQuality" }, "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABECADg4EKAAIAAAAAGEAgCAAAAAA=" + "controllerData": "DAACDAAEDAABCgABFSCBECADg4EKAAIAAAAAGCAgCAAAAAA=" } } } @@ -564,16 +570,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 591000, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 591000, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -582,7 +588,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -604,6 +610,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191523697979392" @@ -614,7 +624,7 @@ }, "is_translatable": false, "views": { - "count": "81829", + "count": "89017", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -643,7 +653,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 98, + "favorite_count": 112, "favorited": false, "full_text": "Thank you to those who have already migrated to our new API offerings. We hope you can continue to seamlessly use the Twitter API via our new access tiers. \n\nLearn more: https://t.co/iGTdPXTp2D", "in_reply_to_screen_name": "XDevelopers", @@ -654,8 +664,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 3, - "reply_count": 34, - "retweet_count": 27, + "reply_count": 36, + "retweet_count": 28, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191523697979392" @@ -673,7 +683,1525 @@ "conversationSection": "HighQuality" }, "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABICADg4EKAAIAAAAAGEAgCAAAAAA=" + "controllerData": "DAACDAAEDAABCgABFSCBICADg4EKAAIAAAAAGCAgCAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1649219645088624642", + "sortIndex": "7574180516604530666", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1649219645088624642-tweet-1649219645088624642", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1649219645088624642", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo1MDg3MDAzOA==", + "rest_id": "50870038", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": false, + "created_at": "Fri Jun 26 01:48:45 +0000 2009", + "default_profile": false, + "default_profile_image": false, + "description": "Twitter Celebrity. Handsome. Runner. Husband to @SaraJoCluff\nbluesky: https://t.co/JIymm6PJ77\nthreads: @dchadcluff", + "entities": { + "description": { + "urls": [ + { + "display_url": "bsky.app/profile/chadcl…", + "expanded_url": "https://bsky.app/profile/chadcluff.bsky.social", + "url": "https://t.co/JIymm6PJ77", + "indices": [ + 70, + 93 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "cougarcorner.com", + "expanded_url": "http://www.cougarcorner.com", + "url": "https://t.co/KThTkTtAXv", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 167471, + "followers_count": 2290, + "friends_count": 1356, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 33, + "location": "United States", + "media_count": 6635, + "name": "Chad is Rad", + "normal_followers_count": 2290, + "pinned_tweet_ids_str": [ + "738816222226063361" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/50870038/1509942179", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1565110693845540866/E2sWtAFH_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "chadcluff", + "statuses_count": 108475, + "translator_type": "none", + "url": "https://t.co/KThTkTtAXv", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1480414024349196288", + "professional_type": "Creator", + "category": [ + { + "id": 800, + "name": "Sports, Fitness & Recreation", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1649219645088624642" + ], + "editable_until_msecs": "1682041379000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "6213", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Fri Apr 21 01:12:59 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 12, + 196 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 88, + "favorited": false, + "full_text": "@TwitterDev The Twitter API program has experienced a rapid unscheduled disassembly.\n\nIt was fun using it and making Twitter better for others, but I'm not going to pay to make your site more fun.", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 2, + "retweet_count": 3, + "retweeted": false, + "user_id_str": "50870038", + "id_str": "1649219645088624642" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFSKBCGAHgAUKAAIAAAAACCBACAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1717185373518872752-5d4ff9501a268ff", + "sortIndex": "7574180516604530656", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1717185373518872752-tweet-1717185373518872752-5d4ff9501a268ff", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1717185373518872752", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjE4OTk2NzA5NDMyNDA2MDE3", + "rest_id": "1218996709432406017", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Jan 19 20:40:45 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Want to learn about Startups, SaaS, and building businesses online with no-code and AI? \nNewsletter 👉 https://t.co/pzcC91jlFG\nYouTube 👉 https://t.co/Iu5l9rfDPh", + "entities": { + "description": { + "urls": [ + { + "display_url": "newsletter.nocodedevs.com", + "expanded_url": "http://newsletter.nocodedevs.com", + "url": "https://t.co/pzcC91jlFG", + "indices": [ + 102, + 125 + ] + }, + { + "display_url": "bit.ly/3spHcB0", + "expanded_url": "http://bit.ly/3spHcB0", + "url": "https://t.co/Iu5l9rfDPh", + "indices": [ + 136, + 159 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "nocodedevs.com", + "expanded_url": "https://nocodedevs.com", + "url": "https://t.co/mDoXxgH7Tn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 38995, + "followers_count": 39069, + "friends_count": 758, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 773, + "location": "Follow for daily FREE content", + "media_count": 5532, + "name": "NoCodeDevs", + "normal_followers_count": 39069, + "pinned_tweet_ids_str": [ + "1684274524085182474" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1218996709432406017/1697051908", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1712193346620256256/rxAAeyLv_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "nocodedevs", + "statuses_count": 28031, + "translator_type": "none", + "url": "https://t.co/mDoXxgH7Tn", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1466947428242931714", + "professional_type": "Creator", + "category": [ + { + "id": 958, + "name": "Entrepreneur", + "icon_name": "IconBriefcaseStroke" + } + ] + }, + "super_follow_eligible": true + } + } + }, + "card": { + "rest_id": "card://1717185371774050304", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Subscribe Free - Join 10k+ No Code Developers\",\"is_rtl\":false},\"subtitle\":{\"content\":\"nocodedevs.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1717185028830998528\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://newsletter.nocodedevs.com/subscribe?utm_source=tokentag\",\"vanity\":\"nocodedevs.com\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1717185028830998528\":{\"id\":1717185028830998528,\"id_str\":\"1717185028830998528\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F9Sqr4kXMAAHqaG.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":418,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":418,\"w\":746},{\"x\":11,\"y\":0,\"h\":418,\"w\":418},{\"x\":37,\"y\":0,\"h\":418,\"w\":367},{\"x\":116,\"y\":0,\"h\":418,\"w\":209},{\"x\":0,\"y\":0,\"h\":418,\"w\":800}]},\"sizes\":{\"small\":{\"w\":680,\"h\":355,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"medium\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_user_id\":1218996709432406017,\"source_user_id_str\":\"1218996709432406017\",\"media_key\":\"3_1717185028830998528\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":250,\"green\":254,\"blue\":255},\"percentage\":85.74},{\"rgb\":{\"red\":240,\"green\":227,\"blue\":175},\"percentage\":4.33},{\"rgb\":{\"red\":224,\"green\":212,\"blue\":253},\"percentage\":2.24},{\"rgb\":{\"red\":69,\"green\":73,\"blue\":74},\"percentage\":2.17},{\"rgb\":{\"red\":129,\"green\":39,\"blue\":255},\"percentage\":1.1}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1717185371774050304", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1717185373518872752" + ], + "editable_until_msecs": "1698247471000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "889411", + "state": "EnabledWithCount" + }, + "source": "Twitter for Advertisers", + "legacy": { + "bookmark_count": 36, + "bookmarked": false, + "created_at": "Wed Oct 25 14:24:31 +0000 2023", + "conversation_id_str": "1717185373518872752", + "display_text_range": [ + 0, + 135 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 140, + "favorited": false, + "full_text": "You don't need to be a developer to build powerful apps.\n\nSubscribe for FREE and get top no-code tools, tips, and strategies each week.", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 16, + "retweet_count": 10, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "1218996709432406017", + "id_str": "1717185373518872752" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMjE4OTk2NzA5NDMyNDA2MDE3", + "rest_id": "1218996709432406017", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sun Jan 19 20:40:45 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Want to learn about Startups, SaaS, and building businesses online with no-code and AI? \nNewsletter 👉 https://t.co/pzcC91jlFG\nYouTube 👉 https://t.co/Iu5l9rfDPh", + "entities": { + "description": { + "urls": [ + { + "display_url": "newsletter.nocodedevs.com", + "expanded_url": "http://newsletter.nocodedevs.com", + "url": "https://t.co/pzcC91jlFG", + "indices": [ + 102, + 125 + ] + }, + { + "display_url": "bit.ly/3spHcB0", + "expanded_url": "http://bit.ly/3spHcB0", + "url": "https://t.co/Iu5l9rfDPh", + "indices": [ + 136, + 159 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "nocodedevs.com", + "expanded_url": "https://nocodedevs.com", + "url": "https://t.co/mDoXxgH7Tn", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 38995, + "followers_count": 39069, + "friends_count": 758, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 773, + "location": "Follow for daily FREE content", + "media_count": 5532, + "name": "NoCodeDevs", + "normal_followers_count": 39069, + "pinned_tweet_ids_str": [ + "1684274524085182474" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1218996709432406017/1697051908", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1712193346620256256/rxAAeyLv_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "nocodedevs", + "statuses_count": 28031, + "translator_type": "none", + "url": "https://t.co/mDoXxgH7Tn", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1466947428242931714", + "professional_type": "Creator", + "category": [ + { + "id": 958, + "name": "Entrepreneur", + "icon_name": "IconBriefcaseStroke" + } + ] + }, + "super_follow_eligible": true + } + }, + "disclosureType": "NoDisclosure", + "experimentValues": [ + { + "key": "website_card_variation", + "value": "0" + } + ], + "impressionId": "5d4ff9501a268ff", + "impressionString": "5d4ff9501a268ff", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "233tqyqrmufpuihjxgq3p61pmb" + } + ] + } + } + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1667373163150278657", + "sortIndex": "7574180516604530646", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1667373163150278657-tweet-1667373163150278657", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1667373163150278657", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM4MzgzMTExNTQwMDE1MTA1", + "rest_id": "1638383111540015105", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Wed Mar 22 03:32:46 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Here to help lead the 21st Century Renaissance. Advocate of Artistic Proliferation and Entrepreneurship. CEO at Outsider Supply.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "outsidersupply.com/pages/about", + "expanded_url": "https://www.outsidersupply.com/pages/about", + "url": "https://t.co/WdiVpNHzpq", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 3328, + "followers_count": 137, + "friends_count": 61, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "", + "media_count": 81, + "name": "McKenzie Thompson", + "normal_followers_count": 137, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1638383111540015105/1691326339", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687953861569310720/TjL_LulX_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "therealmck3nzie", + "statuses_count": 1625, + "translator_type": "none", + "url": "https://t.co/WdiVpNHzpq", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1667373163150278657" + ], + "editable_until_msecs": "1686371315000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "1059", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "note_tweet": { + "is_expandable": true, + "note_tweet_results": { + "result": { + "id": "Tm90ZVR3ZWV0OjE2NjczNzMxNjMwMzcwNTI5Mjk=", + "text": "Hey @TwitterDev 💕 not too sure how to give feedback, but in my ‘For You’ tab, I keep seeing tweets written by my self 🤷‍♀️ \n\nIt was also feeling easier to engage and grow a few weeks ago, but maybe I just haven’t been saying interesting things! 🤷‍♀️\n\nAnyhow, thanks! And yea. Id rather not see my own tweets in my ‘for you’ 💕", + "entity_set": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + } + } + } + }, + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Sat Jun 10 03:28:35 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 12, + 292 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "@TwitterDev Hey @TwitterDev 💕 not too sure how to give feedback, but in my ‘For You’ tab, I keep seeing tweets written by my self 🤷‍♀️ \n\nIt was also feeling easier to engage and grow a few weeks ago, but maybe I just haven’t been saying interesting things! 🤷‍♀️\n\nAnyhow, thanks! And yea. Id…", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "en", + "quote_count": 1, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "1638383111540015105", + "id_str": "1667373163150278657" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFKGBCSQDgAUKAAIAAAAAGCAICAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1649204618902097920", + "sortIndex": "7574180516604530636", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1649204618902097920-tweet-1649204618902097920", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1649204618902097920", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxMzM5MDUwMDEwNTU4NzM4NDM0", + "rest_id": "1339050010558738434", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Dec 16 03:29:58 +0000 2020", + "default_profile": true, + "default_profile_image": false, + "description": "Shitcoin Trader | Founder of https://t.co/biXGANXEW1 | Albina ❤️| 21 💞 12", + "entities": { + "description": { + "urls": [ + { + "display_url": "Degen2day.com", + "expanded_url": "http://Degen2day.com", + "url": "https://t.co/biXGANXEW1", + "indices": [ + 29, + 52 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "Degen2day.com", + "expanded_url": "http://Degen2day.com", + "url": "https://t.co/biXGANXEW1", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 583, + "followers_count": 389, + "friends_count": 2488, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 1, + "location": "Moon", + "media_count": 62, + "name": "Ment❂r (xSendorBeg)⚔️", + "normal_followers_count": 389, + "pinned_tweet_ids_str": [ + "1681480765127704577" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1339050010558738434/1684803975", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1660814359264735232/aThlPM8i_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "Mentor_0x39", + "statuses_count": 267, + "translator_type": "none", + "url": "https://t.co/biXGANXEW1", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1576388819946971137", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1649204618902097920" + ], + "editable_until_msecs": "1682037796000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "2580", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Fri Apr 21 00:13:16 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 11, + 11 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/bmpJzs74Ug", + "expanded_url": "https://twitter.com/Mentor_0x39/status/1649204618902097920/video/1", + "id_str": "1649204608474968065", + "indices": [ + 12, + 35 + ], + "media_key": "7_1649204608474968065", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg", + "type": "video", + "url": "https://t.co/bmpJzs74Ug", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "medium": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "small": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 250, + "width": 320, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 32, + 25 + ], + "duration_millis": 1642, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12&container=fmp4" + } + ] + } + } + ], + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/bmpJzs74Ug", + "expanded_url": "https://twitter.com/Mentor_0x39/status/1649204618902097920/video/1", + "id_str": "1649204608474968065", + "indices": [ + 12, + 35 + ], + "media_key": "7_1649204608474968065", + "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg", + "type": "video", + "url": "https://t.co/bmpJzs74Ug", + "additional_media_info": { + "monetizable": false + }, + "ext_media_availability": { + "status": "Available" + }, + "sizes": { + "large": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "medium": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "small": { + "h": 250, + "w": 320, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 250, + "width": 320, + "focus_rects": [] + }, + "video_info": { + "aspect_ratio": [ + 32, + 25 + ], + "duration_millis": 1642, + "variants": [ + { + "bitrate": 256000, + "content_type": "video/mp4", + "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12" + }, + { + "content_type": "application/x-mpegURL", + "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12&container=fmp4" + } + ] + } + } + ] + }, + "favorite_count": 3, + "favorited": false, + "full_text": "@TwitterDev https://t.co/bmpJzs74Ug", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "qme", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "1339050010558738434", + "id_str": "1649204618902097920" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFSGBCigDgAUKAAIAAAAACCAgCAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1649197403352727555", + "sortIndex": "7574180516604530626", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1649197403352727555-tweet-1649197403352727555", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1649197403352727555", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjY3MTg0MDM=", + "rest_id": "266718403", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Tue Mar 15 17:54:31 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "The Founder of @spacesdashboard 🔥 Your Discovery Guide to 𝕏Spaces.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "spacesdashboard.com", + "expanded_url": "https://spacesdashboard.com/", + "url": "https://t.co/IiYboXyNIP", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1169, + "followers_count": 1982, + "friends_count": 1405, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 55, + "location": " 𝕏 Spaces", + "media_count": 1375, + "name": "Andrew", + "normal_followers_count": 1982, + "pinned_tweet_ids_str": [ + "1714035340980170953" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/266718403/1653519331", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621228515981934593/Wvoc2qmf_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "_andrewlyons", + "statuses_count": 5255, + "translator_type": "none", + "url": "https://t.co/IiYboXyNIP", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1461346007749324803", + "professional_type": "Creator", + "category": [ + { + "id": 958, + "name": "Entrepreneur", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1649197403352727555" + ], + "editable_until_msecs": "1682036076000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "4790", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Thu Apr 20 23:44:36 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 12, + 179 + ], + "entities": { + "user_mentions": [], + "urls": [ + { + "display_url": "spacesdashboard.com/u/TwitterDev", + "expanded_url": "https://spacesdashboard.com/u/TwitterDev", + "url": "https://t.co/ythP7VQvZQ", + "indices": [ + 156, + 179 + ] + } + ], + "hashtags": [ + { + "indices": [ + 133, + 147 + ], + "text": "Twitterspaces" + } + ], + "symbols": [] + }, + "favorite_count": 6, + "favorited": false, + "full_text": "@TwitterDev There are a lot of Developers who woud love to chat through some things about the Api changes. \n\nBe great to see you on #Twitterspaces again.\n\nhttps://t.co/ythP7VQvZQ", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "266718403", + "id_str": "1649197403352727555" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFSGBDDADgAUKAAIAAAAAGCBACAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1649407172340482052", + "sortIndex": "7574180516604530616", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1649407172340482052-tweet-1649407172340482052", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1649407172340482052", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxOTIzMjY5MTY=", + "rest_id": "192326916", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Sat Sep 18 20:39:11 +0000 2010", + "default_profile": false, + "default_profile_image": false, + "description": "Chief contributer to the B.O.F.A. Initiative , Admiral in the US Army Federal Reserve https://t.co/GvqaNO0pqZ", + "entities": { + "description": { + "urls": [ + { + "display_url": "youtu.be/f7IqAjnuc4c", + "expanded_url": "http://youtu.be/f7IqAjnuc4c", + "url": "https://t.co/GvqaNO0pqZ", + "indices": [ + 86, + 109 + ] + } + ] + }, + "url": { + "urls": [ + { + "display_url": "scp-wiki.net/andariel-halo-…", + "expanded_url": "http://www.scp-wiki.net/andariel-halo-file", + "url": "https://t.co/4WnKh97ako", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 252243, + "followers_count": 604, + "friends_count": 719, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 15, + "location": "Bagabigna's Court", + "media_count": 4651, + "name": "Admiral Benghazi", + "normal_followers_count": 604, + "pinned_tweet_ids_str": [ + "1597994574559203329" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/192326916/1482786978", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1639067707625680898/rgNp476Y_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AdmiralHalo", + "statuses_count": 92299, + "translator_type": "none", + "url": "https://t.co/4WnKh97ako", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1649407172340482052" + ], + "editable_until_msecs": "1682086089000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3184", + "state": "EnabledWithCount" + }, + "source": "Twitter for Android", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Fri Apr 21 13:38:09 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 12, + 71 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 9, + "favorited": false, + "full_text": "@TwitterDev Fake account using Twitter blue to impersonate Twitter devs", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "en", + "quote_count": 0, + "reply_count": 5, + "retweet_count": 1, + "retweeted": false, + "user_id_str": "192326916", + "id_str": "1649407172340482052" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFSGBCCADgAUKAAIAAAAACCBACAAAAAA=" + } + } + } + } + } + ], + "displayType": "VerticalConversation", + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + } + } + } + } + }, + { + "entryId": "conversationthread-1649191583491805184", + "sortIndex": "7574180516604530606", + "content": { + "entryType": "TimelineTimelineModule", + "__typename": "TimelineTimelineModule", + "items": [ + { + "entryId": "conversationthread-1649191583491805184-tweet-1649191583491805184", + "item": { + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1649191583491805184", + "has_birdwatch_notes": false, + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM2MDk3NDg4ODc1NTYwOTYy", + "rest_id": "1636097488875560962", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": false, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Wed Mar 15 20:10:18 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Builder, PowerHouse, Self Taught | Don’t make excuses, just get it done | @stealthgpt @rapidresumeai 👀 #buildinprivate 🥷", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "jozefgherman.com", + "expanded_url": "http://jozefgherman.com", + "url": "https://t.co/9OxmhJbwHH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1609, + "followers_count": 160, + "friends_count": 167, + "has_custom_timelines": true, + "is_translator": false, + "listed_count": 4, + "location": "🟩🟩🟩🟩⬜️ ~24k+/MRR", + "media_count": 77, + "name": "Jozef Gherman", + "normal_followers_count": 160, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1636097488875560962/1682038841", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1639719442442493952/U0qeelZ7_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "gptjozef", + "statuses_count": 927, + "translator_type": "none", + "url": "https://t.co/9OxmhJbwHH", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1638520025131761665", + "professional_type": "Creator", + "category": [ + { + "id": 1055, + "name": "Software developer/Programmer/Software engineer", + "icon_name": "IconBriefcaseStroke" + } + ] + } + } + } + }, + "unmention_data": {}, + "edit_control": { + "edit_tweet_ids": [ + "1649191583491805184" + ], + "editable_until_msecs": "1682034688000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "3448", + "state": "EnabledWithCount" + }, + "source": "Twitter for iPhone", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Thu Apr 20 23:21:28 +0000 2023", + "conversation_id_str": "1649191520250245121", + "display_text_range": [ + 12, + 17 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "@TwitterDev No :(", + "in_reply_to_screen_name": "XDevelopers", + "in_reply_to_status_id_str": "1649191520250245121", + "in_reply_to_user_id_str": "2244994945", + "is_quote_status": false, + "lang": "und", + "quote_count": 0, + "reply_count": 1, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "1636097488875560962", + "id_str": "1649191583491805184" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet" + }, + "clientEventInfo": { + "details": { + "conversationDetails": { + "conversationSection": "HighQuality" + }, + "timelinesDetails": { + "controllerData": "DAACDAAEDAABCgABFKGBCCADgAUKAAIAAAAACCBACAAAAAA=" } } } @@ -692,7 +2220,7 @@ }, { "entryId": "conversationthread-1685683951480795136", - "sortIndex": "7574180516604530666", + "sortIndex": "7574180516604530596", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", @@ -781,25 +2309,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 245961, - "followers_count": 7457, - "friends_count": 1069, + "favourites_count": 255872, + "followers_count": 7681, + "friends_count": 1079, "has_custom_timelines": true, "is_translator": false, - "listed_count": 219, + "listed_count": 223, "location": "Opinions expressed are my own.", - "media_count": 5610, + "media_count": 6285, "name": "Doug Ross", - "normal_followers_count": 7457, + "normal_followers_count": 7681, "pinned_tweet_ids_str": [ - "1695528438457634928" + "1718071357521465506" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/7401212/1635699715", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1454854536548470787/U9Z4U3Wx_normal.jpg", "profile_interstitial_type": "", "screen_name": "directorblue", - "statuses_count": 255531, + "statuses_count": 264222, "translator_type": "none", "url": "https://t.co/SW6kSVYDf9", "verified": false, @@ -809,6 +2337,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1685683951480795136" @@ -819,7 +2348,7 @@ }, "is_translatable": false, "views": { - "count": "170", + "count": "309", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -876,7 +2405,7 @@ "conversationSection": "HighQuality" }, "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABCGAHgAUKAAIAAAAAGEBACAAAAAA=" + "controllerData": "DAACDAAEDAABCgABFSGBCCADgAUKAAIAAAAAGCBACAAAAAA=" } } } @@ -894,1292 +2423,15 @@ } }, { - "entryId": "conversationthread-1649192501142515714", - "sortIndex": "7574180516604530656", - "content": { - "entryType": "TimelineTimelineModule", - "__typename": "TimelineTimelineModule", - "items": [ - { - "entryId": "conversationthread-1649192501142515714-tweet-1649192501142515714", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1649192501142515714", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNDIxMDk4MA==", - "rest_id": "14210980", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Mon Mar 24 21:39:23 +0000 2008", - "default_profile": false, - "default_profile_image": false, - "description": "", - "entities": { - "description": { - "urls": [] - } - }, - "fast_followers_count": 0, - "favourites_count": 2597, - "followers_count": 315, - "friends_count": 789, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 10, - "location": "Kingston", - "media_count": 1842, - "name": "elyob", - "normal_followers_count": 315, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/14210980/1568350363", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1237404288596480003/4z-LNpGk_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "elyob", - "statuses_count": 7006, - "translator_type": "none", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1649192501142515714" - ], - "editable_until_msecs": "1682034907000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "7139", - "state": "EnabledWithCount" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Thu Apr 20 23:25:07 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 12, - 111 - ], - "entities": { - "user_mentions": [], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 70, - "favorited": false, - "full_text": "@TwitterDev I love the idea of giving you money to publish information that we give you for free that you sell.", - "in_reply_to_screen_name": "XDevelopers", - "in_reply_to_status_id_str": "1649191520250245121", - "in_reply_to_user_id_str": "2244994945", - "is_quote_status": false, - "lang": "en", - "quote_count": 1, - "reply_count": 7, - "retweet_count": 1, - "retweeted": false, - "user_id_str": "14210980", - "id_str": "1649192501142515714" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABCKIDgAUKAAIAAAAACEBACAAAAAA=" - } - } - } - } - }, - { - "entryId": "conversationthread-1649192501142515714-tweet-1649201906474942467", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1649201906474942467", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMzA5MTA3OTQwMzM1NTA5NTA1", - "rest_id": "1309107940335509505", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Hexagon", - "legacy": { - "can_dm": true, - "can_media_tag": false, - "created_at": "Thu Sep 24 12:30:46 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Stocks, Options, & Crypto | $BTC $ETH $SPY $QQQ - Making fun of Crypto because you don't understand it, isn't an argument.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "bfy.tw/U8V9", - "expanded_url": "https://bfy.tw/U8V9", - "url": "https://t.co/7cuLUkLNYY", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 11617, - "followers_count": 403, - "friends_count": 620, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 13, - "location": "The Last American Utopia", - "media_count": 1510, - "name": "кяιgнтσи", - "normal_followers_count": 403, - "pinned_tweet_ids_str": [ - "1653241054152339458" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1309107940335509505/1688615484", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1609260452600578048/Hap6TZag_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "krighton", - "statuses_count": 14002, - "translator_type": "none", - "url": "https://t.co/7cuLUkLNYY", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "has_nft_avatar": true - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1649201906474942467" - ], - "editable_until_msecs": "1682037149000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "2552", - "state": "EnabledWithCount" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Apr 21 00:02:29 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 19, - 52 - ], - "entities": { - "user_mentions": [ - { - "id_str": "14210980", - "name": "elyob", - "screen_name": "elyob", - "indices": [ - 0, - 6 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 2, - "favorited": false, - "full_text": "@elyob @TwitterDev You can tweet for free can't you?", - "in_reply_to_screen_name": "elyob", - "in_reply_to_status_id_str": "1649192501142515714", - "in_reply_to_user_id_str": "14210980", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 1, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1309107940335509505", - "id_str": "1649201906474942467" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABESQDgAEKAAIAAAAAGEBACAAAAAA=" - } - } - } - } - }, - { - "entryId": "conversationthread-1649192501142515714-cursor-showmore-1453043199299679952", - "item": { - "itemContent": { - "itemType": "TimelineTimelineCursor", - "__typename": "TimelineTimelineCursor", - "value": "PAAAAPAtPBwcFoaAsOWsmZLjLRUCAAAYJmNvbnZlcnNhdGlvbnRocmVhZC0xNjQ5MTkyNTAxMTQyNTE1NzE0IgAA", - "cursorType": "ShowMore", - "displayTreatment": { - "actionText": "Show replies" - } - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - } - ], - "displayType": "VerticalConversation", - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - }, - { - "entryId": "conversationthread-1667373163150278657", - "sortIndex": "7574180516604530646", - "content": { - "entryType": "TimelineTimelineModule", - "__typename": "TimelineTimelineModule", - "items": [ - { - "entryId": "conversationthread-1667373163150278657-tweet-1667373163150278657", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1667373163150278657", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNjM4MzgzMTExNTQwMDE1MTA1", - "rest_id": "1638383111540015105", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed Mar 22 03:32:46 +0000 2023", - "default_profile": true, - "default_profile_image": false, - "description": "Here to help lead the 21st Century Renaissance. Advocate of Artistic Proliferation and Entrepreneurship. CEO at Outsider Supply.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "outsidersupply.com/pages/about", - "expanded_url": "https://www.outsidersupply.com/pages/about", - "url": "https://t.co/WdiVpNHzpq", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 2909, - "followers_count": 125, - "friends_count": 56, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 0, - "location": "", - "media_count": 73, - "name": "McKenzie Thompson", - "normal_followers_count": 125, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1638383111540015105/1691326339", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687953861569310720/TjL_LulX_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "therealmck3nzie", - "statuses_count": 1451, - "translator_type": "none", - "url": "https://t.co/WdiVpNHzpq", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1667373163150278657" - ], - "editable_until_msecs": "1686371315000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "916", - "state": "EnabledWithCount" - }, - "source": "Twitter for iPhone", - "note_tweet": { - "is_expandable": true, - "note_tweet_results": { - "result": { - "id": "Tm90ZVR3ZWV0OjE2NjczNzMxNjMwMzcwNTI5Mjk=", - "text": "Hey @TwitterDev 💕 not too sure how to give feedback, but in my ‘For You’ tab, I keep seeing tweets written by my self 🤷‍♀️ \n\nIt was also feeling easier to engage and grow a few weeks ago, but maybe I just haven’t been saying interesting things! 🤷‍♀️\n\nAnyhow, thanks! And yea. Id rather not see my own tweets in my ‘for you’ 💕", - "entity_set": { - "user_mentions": [], - "urls": [], - "hashtags": [], - "symbols": [] - } - } - } - }, - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Sat Jun 10 03:28:35 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 12, - 292 - ], - "entities": { - "user_mentions": [], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 1, - "favorited": false, - "full_text": "@TwitterDev Hey @TwitterDev 💕 not too sure how to give feedback, but in my ‘For You’ tab, I keep seeing tweets written by my self 🤷‍♀️ \n\nIt was also feeling easier to engage and grow a few weeks ago, but maybe I just haven’t been saying interesting things! 🤷‍♀️\n\nAnyhow, thanks! And yea. Id…", - "in_reply_to_screen_name": "XDevelopers", - "in_reply_to_status_id_str": "1649191520250245121", - "in_reply_to_user_id_str": "2244994945", - "is_quote_status": false, - "lang": "en", - "quote_count": 1, - "reply_count": 1, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1638383111540015105", - "id_str": "1667373163150278657" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFKABCigDgAUKAAIAAAAAGEAQCAAAAAA=" - } - } - } - } - }, - { - "entryId": "conversationthread-1667373163150278657-cursor-showmore-9165210145941500455", - "item": { - "itemContent": { - "itemType": "TimelineTimelineCursor", - "__typename": "TimelineTimelineCursor", - "value": "PAAAAPAtPBwcFoKAvJnZw9mjLhUCAAAYJmNvbnZlcnNhdGlvbnRocmVhZC0xNjY3MzczMTYzMTUwMjc4NjU3IgAA", - "cursorType": "ShowMore", - "displayTreatment": { - "actionText": "Show replies" - } - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - } - ], - "displayType": "VerticalConversation", - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - }, - { - "entryId": "conversationthread-1649407172340482052", - "sortIndex": "7574180516604530636", - "content": { - "entryType": "TimelineTimelineModule", - "__typename": "TimelineTimelineModule", - "items": [ - { - "entryId": "conversationthread-1649407172340482052-tweet-1649407172340482052", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1649407172340482052", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxOTIzMjY5MTY=", - "rest_id": "192326916", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Sat Sep 18 20:39:11 +0000 2010", - "default_profile": false, - "default_profile_image": false, - "description": "Chief contributer to the B.O.F.A. Initiative , Admiral in the US Army Federal Reserve https://t.co/GvqaNO0pqZ", - "entities": { - "description": { - "urls": [ - { - "display_url": "youtu.be/f7IqAjnuc4c", - "expanded_url": "http://youtu.be/f7IqAjnuc4c", - "url": "https://t.co/GvqaNO0pqZ", - "indices": [ - 86, - 109 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "scp-wiki.net/andariel-halo-…", - "expanded_url": "http://www.scp-wiki.net/andariel-halo-file", - "url": "https://t.co/4WnKh97ako", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 248303, - "followers_count": 582, - "friends_count": 728, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 17, - "location": "Bagabigna's Court", - "media_count": 4515, - "name": "Admiral Benghazi", - "normal_followers_count": 582, - "pinned_tweet_ids_str": [ - "1597994574559203329" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/192326916/1482786978", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1639067707625680898/rgNp476Y_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "AdmiralHalo", - "statuses_count": 91290, - "translator_type": "none", - "url": "https://t.co/4WnKh97ako", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1649407172340482052" - ], - "editable_until_msecs": "1682086089000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "2983", - "state": "EnabledWithCount" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 1, - "bookmarked": false, - "created_at": "Fri Apr 21 13:38:09 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 12, - 71 - ], - "entities": { - "user_mentions": [], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "favorite_count": 9, - "favorited": false, - "full_text": "@TwitterDev Fake account using Twitter blue to impersonate Twitter devs", - "in_reply_to_screen_name": "XDevelopers", - "in_reply_to_status_id_str": "1649191520250245121", - "in_reply_to_user_id_str": "2244994945", - "is_quote_status": false, - "lang": "en", - "quote_count": 0, - "reply_count": 6, - "retweet_count": 1, - "retweeted": false, - "user_id_str": "192326916", - "id_str": "1649407172340482052" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABDDADgAUKAAIAAAAACEBACAAAAAA=" - } - } - } - } - }, - { - "entryId": "conversationthread-1649407172340482052-tweet-1698756011165638753", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1698756011165638753", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTc4MzU3ODExNTU3MTk5ODc0", - "rest_id": "1578357811557199874", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Oct 07 12:13:33 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "🏴‍☠️captainz #700, #5968", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "linktr.ee/steven963", - "expanded_url": "https://linktr.ee/steven963", - "url": "https://t.co/UJOVbJXeyL", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 451, - "followers_count": 6423, - "friends_count": 347, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "Toronto, Ontario", - "media_count": 186, - "name": "steven (3.33%)", - "normal_followers_count": 6423, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1578357811557199874/1688268038", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1692074130299047936/DbtTWhc__normal.jpg", - "profile_interstitial_type": "", - "screen_name": "steven_crypto_", - "statuses_count": 1913, - "translator_type": "none", - "url": "https://t.co/UJOVbJXeyL", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1698756011165638753" - ], - "editable_until_msecs": "1693853569000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "15", - "state": "EnabledWithCount" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Mon Sep 04 17:52:49 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 13, - 34 - ], - "entities": { - "user_mentions": [ - { - "id_str": "192326916", - "name": "Admiral Benghazi", - "screen_name": "AdmiralHalo", - "indices": [ - 0, - 12 - ] - }, - { - "id_str": "1680650056809033731", - "name": "tipcoin", - "screen_name": "tipcoineth", - "indices": [ - 18, - 29 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [ - { - "indices": [ - 30, - 34 - ], - "text": "tip" - } - ] - }, - "favorite_count": 1, - "favorited": false, - "full_text": "@AdmiralHalo oh😳😳\n@tipcoineth $tip", - "in_reply_to_screen_name": "AdmiralHalo", - "in_reply_to_status_id_str": "1649407172340482052", - "in_reply_to_user_id_str": "192326916", - "is_quote_status": false, - "lang": "und", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1578357811557199874", - "id_str": "1698756011165638753" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFRABkCADgAEKAAIAAAAAFEBACAAAAAA=" - } - } - } - } - } - ], - "displayType": "VerticalConversation", - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - }, - { - "entryId": "conversationthread-1649204618902097920", - "sortIndex": "7574180516604530626", - "content": { - "entryType": "TimelineTimelineModule", - "__typename": "TimelineTimelineModule", - "items": [ - { - "entryId": "conversationthread-1649204618902097920-tweet-1649204618902097920", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1649204618902097920", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxMzM5MDUwMDEwNTU4NzM4NDM0", - "rest_id": "1339050010558738434", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": false, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": true, - "can_media_tag": true, - "created_at": "Wed Dec 16 03:29:58 +0000 2020", - "default_profile": true, - "default_profile_image": false, - "description": "Shitcoin Trader | Founder of https://t.co/biXGANXEW1 | Albina ❤️| 21 💞 12", - "entities": { - "description": { - "urls": [ - { - "display_url": "Degen2day.com", - "expanded_url": "http://Degen2day.com", - "url": "https://t.co/biXGANXEW1", - "indices": [ - 29, - 52 - ] - } - ] - }, - "url": { - "urls": [ - { - "display_url": "Degen2day.com", - "expanded_url": "http://Degen2day.com", - "url": "https://t.co/biXGANXEW1", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 574, - "followers_count": 392, - "friends_count": 2513, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 1, - "location": "Moon", - "media_count": 61, - "name": "Ment❂r (xSendorBeg)⚔️", - "normal_followers_count": 392, - "pinned_tweet_ids_str": [ - "1681480765127704577" - ], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1339050010558738434/1684803975", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1660814359264735232/aThlPM8i_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "Mentor_0x39", - "statuses_count": 264, - "translator_type": "none", - "url": "https://t.co/biXGANXEW1", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - }, - "professional": { - "rest_id": "1576388819946971137", - "professional_type": "Creator", - "category": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1649204618902097920" - ], - "editable_until_msecs": "1682037796000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "2364", - "state": "EnabledWithCount" - }, - "source": "Twitter for Android", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Fri Apr 21 00:13:16 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 11, - 11 - ], - "entities": { - "media": [ - { - "display_url": "pic.twitter.com/bmpJzs74Ug", - "expanded_url": "https://twitter.com/Mentor_0x39/status/1649204618902097920/video/1", - "id_str": "1649204608474968065", - "indices": [ - 12, - 35 - ], - "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg", - "type": "photo", - "url": "https://t.co/bmpJzs74Ug", - "features": {}, - "sizes": { - "large": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "medium": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "small": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "thumb": { - "h": 150, - "w": 150, - "resize": "crop" - } - }, - "original_info": { - "height": 250, - "width": 320 - } - } - ], - "user_mentions": [], - "urls": [], - "hashtags": [], - "symbols": [] - }, - "extended_entities": { - "media": [ - { - "display_url": "pic.twitter.com/bmpJzs74Ug", - "expanded_url": "https://twitter.com/Mentor_0x39/status/1649204618902097920/video/1", - "id_str": "1649204608474968065", - "indices": [ - 12, - 35 - ], - "media_key": "7_1649204608474968065", - "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg", - "type": "video", - "url": "https://t.co/bmpJzs74Ug", - "additional_media_info": { - "monetizable": false - }, - "mediaStats": { - "viewCount": 634 - }, - "ext_media_availability": { - "status": "Available" - }, - "features": {}, - "sizes": { - "large": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "medium": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "small": { - "h": 250, - "w": 320, - "resize": "fit" - }, - "thumb": { - "h": 150, - "w": 150, - "resize": "crop" - } - }, - "original_info": { - "height": 250, - "width": 320 - }, - "video_info": { - "aspect_ratio": [ - 32, - 25 - ], - "duration_millis": 1642, - "variants": [ - { - "bitrate": 256000, - "content_type": "video/mp4", - "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12" - }, - { - "content_type": "application/x-mpegURL", - "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12&container=fmp4" - } - ] - } - } - ] - }, - "favorite_count": 3, - "favorited": false, - "full_text": "@TwitterDev https://t.co/bmpJzs74Ug", - "in_reply_to_screen_name": "XDevelopers", - "in_reply_to_status_id_str": "1649191520250245121", - "in_reply_to_user_id_str": "2244994945", - "is_quote_status": false, - "lang": "qme", - "possibly_sensitive": false, - "possibly_sensitive_editable": true, - "quote_count": 0, - "reply_count": 1, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1339050010558738434", - "id_str": "1649204618902097920" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFSABCCADgAUKAAIAAAAACEAgCAAAAAA=" - } - } - } - } - }, - { - "entryId": "conversationthread-1649204618902097920-tweet-1698755982539567581", - "item": { - "itemContent": { - "itemType": "TimelineTweet", - "__typename": "TimelineTweet", - "tweet_results": { - "result": { - "__typename": "Tweet", - "rest_id": "1698755982539567581", - "has_birdwatch_notes": false, - "core": { - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjoxNTc4MzU3ODExNTU3MTk5ODc0", - "rest_id": "1578357811557199874", - "affiliates_highlighted_label": {}, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Circle", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Fri Oct 07 12:13:33 +0000 2022", - "default_profile": true, - "default_profile_image": false, - "description": "🏴‍☠️captainz #700, #5968", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "linktr.ee/steven963", - "expanded_url": "https://linktr.ee/steven963", - "url": "https://t.co/UJOVbJXeyL", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 451, - "followers_count": 6423, - "friends_count": 347, - "has_custom_timelines": true, - "is_translator": false, - "listed_count": 4, - "location": "Toronto, Ontario", - "media_count": 186, - "name": "steven (3.33%)", - "normal_followers_count": 6423, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/1578357811557199874/1688268038", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1692074130299047936/DbtTWhc__normal.jpg", - "profile_interstitial_type": "", - "screen_name": "steven_crypto_", - "statuses_count": 1913, - "translator_type": "none", - "url": "https://t.co/UJOVbJXeyL", - "verified": false, - "want_retweets": false, - "withheld_in_countries": [] - } - } - } - }, - "edit_control": { - "edit_tweet_ids": [ - "1698755982539567581" - ], - "editable_until_msecs": "1693853562000", - "is_edit_eligible": false, - "edits_remaining": "5" - }, - "is_translatable": false, - "views": { - "count": "15", - "state": "EnabledWithCount" - }, - "source": "Twitter Web App", - "legacy": { - "bookmark_count": 0, - "bookmarked": false, - "created_at": "Mon Sep 04 17:52:42 +0000 2023", - "conversation_id_str": "1649191520250245121", - "display_text_range": [ - 13, - 33 - ], - "entities": { - "user_mentions": [ - { - "id_str": "1339050010558738434", - "name": "Ment❂r (xSendorBeg)⚔️", - "screen_name": "Mentor_0x39", - "indices": [ - 0, - 12 - ] - }, - { - "id_str": "1680650056809033731", - "name": "tipcoin", - "screen_name": "tipcoineth", - "indices": [ - 17, - 28 - ] - } - ], - "urls": [], - "hashtags": [], - "symbols": [ - { - "indices": [ - 29, - 33 - ], - "text": "tip" - } - ] - }, - "favorite_count": 1, - "favorited": false, - "full_text": "@Mentor_0x39 bye\n@tipcoineth $tip", - "in_reply_to_screen_name": "Mentor_0x39", - "in_reply_to_status_id_str": "1649204618902097920", - "in_reply_to_user_id_str": "1339050010558738434", - "is_quote_status": false, - "lang": "und", - "quote_count": 0, - "reply_count": 0, - "retweet_count": 0, - "retweeted": false, - "user_id_str": "1578357811557199874", - "id_str": "1698755982539567581" - }, - "quick_promote_eligibility": { - "eligibility": "IneligibleNotProfessional" - } - } - }, - "tweetDisplayType": "Tweet" - }, - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - }, - "timelinesDetails": { - "controllerData": "DAACDAAEDAABCgABFRABkCADgAEKAAIAAAAAFEBACAAAAAA=" - } - } - } - } - } - ], - "displayType": "VerticalConversation", - "clientEventInfo": { - "details": { - "conversationDetails": { - "conversationSection": "HighQuality" - } - } - } - } - }, - { - "entryId": "cursor-bottom-2084619898676058430", - "sortIndex": "7574180516604530625", + "entryId": "cursor-bottom-4283571430838701219", + "sortIndex": "7574180516604530595", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", "itemContent": { "itemType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "QAAAAPAWHBlmhMCzzfH1jeMthMDSse28jeMtgMC3ue2n4OQuiICw1bLF7xIA8Ai--Z23k-MtgoC8mdnD2aMuJQISFQQAAA", + "value": "WwAAAPAfHBmWhMDT4e-hmuMt4IK2ofm_1dQvhMDSse28jeMtgMC3ue2n4OQuiICw1bLF7xIA4b7JvMCN4y2GgLD1nZOQEgDwB_mdt5PjLYKAvJnZw9mjLiUCEhUEAAA", "cursorType": "Bottom" } } diff --git a/tests/mocked-data/user_by_id_raw.json b/tests/mocked-data/user_by_id_raw.json index 77ce42f..cb03bbc 100644 --- a/tests/mocked-data/user_by_id_raw.json +++ b/tests/mocked-data/user_by_id_raw.json @@ -48,16 +48,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -66,7 +66,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, diff --git a/tests/mocked-data/user_by_login_raw.json b/tests/mocked-data/user_by_login_raw.json index 7615883..af6b8c3 100644 --- a/tests/mocked-data/user_by_login_raw.json +++ b/tests/mocked-data/user_by_login_raw.json @@ -48,16 +48,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -66,7 +66,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -108,7 +108,7 @@ "from_index": 63, "to_index": 73, "ref": { - "url": "If a Blue Publisher charges readers for content, you’ll need to subscribe directly to their publication to read stories behind their paywall.s", + "url": "https://help.twitter.com/en/rules-and-policies/profile-labels", "url_type": "ExternalUrl" } } diff --git a/tests/mocked-data/user_tweets_and_replies_raw.json b/tests/mocked-data/user_tweets_and_replies_raw.json index b920d28..d7179e7 100644 --- a/tests/mocked-data/user_tweets_and_replies_raw.json +++ b/tests/mocked-data/user_tweets_and_replies_raw.json @@ -13,7 +13,7 @@ "type": "TimelinePinEntry", "entry": { "entryId": "tweet-1661790253886177280", - "sortIndex": "1700203069309976576", + "sortIndex": "1719749408511229952", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -73,16 +73,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -91,7 +91,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -113,6 +113,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1661790253886177280" @@ -123,7 +124,7 @@ }, "is_translatable": false, "views": { - "count": "646661", + "count": "689453", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -159,7 +160,7 @@ } }, "legacy": { - "bookmark_count": 149, + "bookmark_count": 156, "bookmarked": false, "created_at": "Thu May 25 17:44:05 +0000 2023", "conversation_id_str": "1661790253886177280", @@ -173,14 +174,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 723, + "favorite_count": 805, "favorited": false, "full_text": "📣 Calling all start-ups 📣\n\nToday we are launching our new access tier, Twitter API Pro!\n\nExperiment, build, and scale your business with 1M Tweets per month, including our powerful real-time Filtered/Stream and Full Archive Search endpoints. We look forward to seeing what you…", "is_quote_status": false, "lang": "en", - "quote_count": 179, - "reply_count": 372, - "retweet_count": 186, + "quote_count": 183, + "reply_count": 410, + "retweet_count": 207, "retweeted": false, "user_id_str": "2244994945", "id_str": "1661790253886177280" @@ -206,7 +207,7 @@ "entries": [ { "entryId": "tweet-1693760896856920167", - "sortIndex": "1700203069309976575", + "sortIndex": "1719749408511229951", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -266,16 +267,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -284,7 +285,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -306,6 +307,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1693760896856920167" @@ -316,7 +318,8 @@ }, "is_translatable": false, "views": { - "state": "Enabled" + "count": "5", + "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { @@ -351,7 +354,7 @@ "lang": "en", "quote_count": 0, "reply_count": 0, - "retweet_count": 81, + "retweet_count": 115, "retweeted": false, "user_id_str": "2244994945", "id_str": "1693760896856920167", @@ -409,15 +412,15 @@ }, "fast_followers_count": 0, "favourites_count": 4, - "followers_count": 5963428, - "friends_count": 34, + "followers_count": 5960941, + "friends_count": 31, "has_custom_timelines": false, "is_translator": false, - "listed_count": 12253, + "listed_count": 12256, "location": "", "media_count": 9, "name": "API", - "normal_followers_count": 5963428, + "normal_followers_count": 5960941, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094", @@ -435,6 +438,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1693760591503266165" @@ -445,7 +449,7 @@ }, "is_translatable": false, "views": { - "count": "93792", + "count": "142086", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -481,7 +485,7 @@ } }, "legacy": { - "bookmark_count": 39, + "bookmark_count": 43, "bookmarked": false, "created_at": "Mon Aug 21 23:02:48 +0000 2023", "conversation_id_str": "1693760591503266165", @@ -495,14 +499,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 290, + "favorite_count": 392, "favorited": false, "full_text": "For those still using our v1.1 API endpoints 🗣️\n\nAs part of our ongoing effort to modernize and transform our API platform, we are deprecating some of our v1.1 endpoints and asking you to migrate to the v2 equivalents. These deprecations will allow us to continue building support…", "is_quote_status": false, "lang": "en", - "quote_count": 19, - "reply_count": 70, - "retweet_count": 81, + "quote_count": 18, + "reply_count": 92, + "retweet_count": 115, "retweeted": false, "user_id_str": "6253282", "id_str": "1693760591503266165" @@ -527,14 +531,277 @@ } }, { - "entryId": "profile-conversation-1700203069309976578", - "sortIndex": "1700203069309976574", + "entryId": "promoted-tweet-1711418493898203539-5d43a8d200089a6", + "sortIndex": "1719749408511229950", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1711418493898203539", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM3ODk1MzQ2MzUyMjU5MDc4", + "rest_id": "1637895346352259078", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 20 19:14:30 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Learn AI in 5 Minutes a Day. Leveraging AI to automate a 7-figure business. Tweets, threads and insights teaching you how to do the same.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "aitoolreport.beehiiv.com/subscribe", + "expanded_url": "https://aitoolreport.beehiiv.com/subscribe", + "url": "https://t.co/8XHCZo8xBp", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4787, + "followers_count": 78802, + "friends_count": 162, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1131, + "location": "Join over 350,000 subscribers→", + "media_count": 163, + "name": "Martin Crowley", + "normal_followers_count": 78802, + "pinned_tweet_ids_str": [ + "1659219859018842112" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1637895346352259078/1695938544", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656710298894581774/ALcYkGn-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AIToolReport", + "statuses_count": 4715, + "translator_type": "none", + "url": "https://t.co/8XHCZo8xBp", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1641518845209747463", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "card": { + "rest_id": "card://1711417404402573314", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Get Smarter on AI in 3 Minutes a Day \\uD83E\\uDDE0\",\"is_rtl\":false},\"subtitle\":{\"content\":\"beehiiv.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1704528299538395136\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://aitoolreport.beehiiv.com/subscribe?utm_source=twitter&utm_medium=internationalexpandednot&utm_campaign=doyourselfafavortwitter\",\"vanity\":\"beehiiv.com\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1704528299538395136\":{\"id\":1704528299538395136,\"id_str\":\"1704528299538395136\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F6ezdRuWMAAVJfT.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":340,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_user_id\":1637895346352259078,\"source_user_id_str\":\"1637895346352259078\",\"media_key\":\"3_1704528299538395136\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":4,\"green\":115,\"blue\":161},\"percentage\":50.8},{\"rgb\":{\"red\":1,\"green\":41,\"blue\":100},\"percentage\":15.96},{\"rgb\":{\"red\":213,\"green\":227,\"blue\":234},\"percentage\":14.9},{\"rgb\":{\"red\":51,\"green\":163,\"blue\":203},\"percentage\":8.42},{\"rgb\":{\"red\":55,\"green\":111,\"blue\":134},\"percentage\":4.36}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1711417404402573314", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1711418493898203539" + ], + "editable_until_msecs": "1696872540000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "15236426", + "state": "EnabledWithCount" + }, + "source": "advertiser-interface", + "legacy": { + "bookmark_count": 3369, + "bookmarked": false, + "created_at": "Mon Oct 09 16:29:00 +0000 2023", + "conversation_id_str": "1711418493898203539", + "display_text_range": [ + 0, + 73 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 11961, + "favorited": false, + "full_text": "ChatGPT has 100,000,000+ users.\n\nBut almost NO ONE is using it correctly.", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 57, + "reply_count": 865, + "retweet_count": 1186, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "1637895346352259078", + "id_str": "1711418493898203539" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM3ODk1MzQ2MzUyMjU5MDc4", + "rest_id": "1637895346352259078", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 20 19:14:30 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Learn AI in 5 Minutes a Day. Leveraging AI to automate a 7-figure business. Tweets, threads and insights teaching you how to do the same.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "aitoolreport.beehiiv.com/subscribe", + "expanded_url": "https://aitoolreport.beehiiv.com/subscribe", + "url": "https://t.co/8XHCZo8xBp", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4787, + "followers_count": 78802, + "friends_count": 162, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1131, + "location": "Join over 350,000 subscribers→", + "media_count": 163, + "name": "Martin Crowley", + "normal_followers_count": 78802, + "pinned_tweet_ids_str": [ + "1659219859018842112" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1637895346352259078/1695938544", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656710298894581774/ALcYkGn-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AIToolReport", + "statuses_count": 4715, + "translator_type": "none", + "url": "https://t.co/8XHCZo8xBp", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1641518845209747463", + "professional_type": "Creator", + "category": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [ + { + "key": "website_card_variation", + "value": "0" + } + ], + "impressionId": "5d43a8d200089a6", + "impressionString": "5d43a8d200089a6", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "2-6gqjuj6g9m1k8j6l1lo563j5k" + } + ] + } + } + } + } + }, + { + "entryId": "profile-conversation-1719749408511229955", + "sortIndex": "1719749408511229949", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976578-tweet-1676414058583703552", + "entryId": "profile-conversation-1719749408511229955-tweet-1676414058583703552", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -559,14 +826,14 @@ "created_at": "Sun Jun 03 16:06:06 +0000 2012", "default_profile": false, "default_profile_image": false, - "description": "Official Twitter account for the National Weather Service Denver/Boulder forecast office. Details: https://t.co/A4aVgbOX8g", + "description": "Official Twitter account for the National Weather Service Denver/Boulder forecast office. Details: https://t.co/A4aVgbxU6g", "entities": { "description": { "urls": [ { "display_url": "weather.gov/twitter", "expanded_url": "http://weather.gov/twitter", - "url": "https://t.co/A4aVgbOX8g", + "url": "https://t.co/A4aVgbxU6g", "indices": [ 99, 122 @@ -579,7 +846,7 @@ { "display_url": "weather.gov/bou", "expanded_url": "http://www.weather.gov/bou", - "url": "https://t.co/RxMX2Tenjp", + "url": "https://t.co/RxMX2Twwxx", "indices": [ 0, 23 @@ -589,27 +856,27 @@ } }, "fast_followers_count": 0, - "favourites_count": 7724, - "followers_count": 91717, - "friends_count": 229, + "favourites_count": 7875, + "followers_count": 93077, + "friends_count": 230, "has_custom_timelines": true, "is_translator": false, "listed_count": 1427, "location": "Boulder Colorado", - "media_count": 25062, + "media_count": 25286, "name": "NWS Boulder", - "normal_followers_count": 91717, + "normal_followers_count": 93077, "pinned_tweet_ids_str": [ "1187794881386864641" ], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/598443842/1647325681", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/598443842/1695535751", "profile_image_url_https": "https://pbs.twimg.com/profile_images/882143296239398912/tA_fYbDJ_normal.jpg", "profile_interstitial_type": "", "screen_name": "NWSBoulder", - "statuses_count": 38240, + "statuses_count": 38542, "translator_type": "none", - "url": "https://t.co/RxMX2Tenjp", + "url": "https://t.co/RxMX2Twwxx", "verified": false, "verified_type": "Government", "want_retweets": false, @@ -618,6 +885,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1676414058583703552" @@ -628,12 +899,12 @@ }, "is_translatable": false, "views": { - "count": "498366", + "count": "499497", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 33, + "bookmark_count": 32, "bookmarked": false, "created_at": "Wed Jul 05 02:13:52 +0000 2023", "conversation_id_str": "1676414058583703552", @@ -665,16 +936,16 @@ ], "symbols": [] }, - "favorite_count": 1356, + "favorite_count": 1341, "favorited": false, "full_text": "Due to issues with Twitter rate limits, we are unable to access most tweets at this time. Send reports to our other social media accounts or direct through our email/phone lines. If you are a storm spotter, head to https://t.co/C24UXkYRg3 for additional info. #cowx", "is_quote_status": false, "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 260, + "quote_count": 259, "reply_count": 94, - "retweet_count": 406, + "retweet_count": 394, "retweeted": false, "user_id_str": "598443842", "id_str": "1676414058583703552" @@ -696,7 +967,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976578-tweet-1676650097566949377", + "entryId": "profile-conversation-1719749408511229955-tweet-1676650097566949377", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -754,16 +1025,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -772,7 +1043,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -794,6 +1065,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1676650097566949377" @@ -804,7 +1076,7 @@ }, "is_translatable": false, "views": { - "count": "2239", + "count": "2484", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -842,7 +1114,7 @@ "is_quote_status": false, "lang": "en", "quote_count": 2, - "reply_count": 5, + "reply_count": 4, "retweet_count": 1, "retweeted": false, "user_id_str": "2244994945", @@ -887,14 +1159,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976579", - "sortIndex": "1700203069309976573", + "entryId": "profile-conversation-1719749408511229956", + "sortIndex": "1719749408511229948", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976579-tweet-1674123761824550920", + "entryId": "profile-conversation-1719749408511229956-tweet-1674123761824550920", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -919,23 +1191,23 @@ "created_at": "Sun Aug 12 06:01:46 +0000 2012", "default_profile": true, "default_profile_image": false, - "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, and @swak_12", + "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 33079, - "followers_count": 206202, - "friends_count": 3690, + "favourites_count": 35549, + "followers_count": 226264, + "friends_count": 3802, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1144, + "listed_count": 1289, "location": "X HQ", - "media_count": 2468, + "media_count": 2833, "name": "X News Daily", - "normal_followers_count": 206202, + "normal_followers_count": 226264, "pinned_tweet_ids_str": [ "1682849715862249472" ], @@ -944,7 +1216,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg", "profile_interstitial_type": "", "screen_name": "xDaily", - "statuses_count": 9488, + "statuses_count": 10381, "translator_type": "none", "verified": false, "want_retweets": false, @@ -965,6 +1237,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1674123761824550920" @@ -975,7 +1248,7 @@ }, "is_translatable": false, "views": { - "count": "107393", + "count": "124987", "state": "EnabledWithCount" }, "source": "TweetDeck", @@ -998,9 +1271,13 @@ 277, 300 ], + "media_key": "3_1674122025495941136", "media_url_https": "https://pbs.twimg.com/media/FzutHMBX0BAGGNc.jpg", "type": "photo", "url": "https://t.co/oJxyIaWN9n", + "ext_media_availability": { + "status": "Available" + }, "features": { "large": { "faces": [] @@ -1172,16 +1449,16 @@ } ] }, - "favorite_count": 442, + "favorite_count": 435, "favorited": false, "full_text": "NEWS: The Twitter team are in the process of fixing API issues following the transition to the new API version. \n\nThis resulted in the incorrect suspensions of a number of low-volume automated accounts in the last few days. \n\nSome accounts affected have already been restored. https://t.co/oJxyIaWN9n", "is_quote_status": false, "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 18, - "reply_count": 51, - "retweet_count": 89, + "quote_count": 17, + "reply_count": 50, + "retweet_count": 85, "retweeted": false, "user_id_str": "752567226", "id_str": "1674123761824550920" @@ -1203,7 +1480,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976579-tweet-1674125213968093184", + "entryId": "profile-conversation-1719749408511229956-tweet-1674125213968093184", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1228,23 +1505,23 @@ "created_at": "Sun Aug 12 06:01:46 +0000 2012", "default_profile": true, "default_profile_image": false, - "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, and @swak_12", + "description": "Your #1 News source on everything X (fka Twitter) | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12", "entities": { "description": { "urls": [] } }, "fast_followers_count": 0, - "favourites_count": 33079, - "followers_count": 206202, - "friends_count": 3690, + "favourites_count": 35549, + "followers_count": 226264, + "friends_count": 3802, "has_custom_timelines": true, "is_translator": false, - "listed_count": 1144, + "listed_count": 1289, "location": "X HQ", - "media_count": 2468, + "media_count": 2833, "name": "X News Daily", - "normal_followers_count": 206202, + "normal_followers_count": 226264, "pinned_tweet_ids_str": [ "1682849715862249472" ], @@ -1253,7 +1530,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg", "profile_interstitial_type": "", "screen_name": "xDaily", - "statuses_count": 9488, + "statuses_count": 10381, "translator_type": "none", "verified": false, "want_retweets": false, @@ -1274,6 +1551,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1674125213968093184" @@ -1284,7 +1562,7 @@ }, "is_translatable": false, "views": { - "count": "15609", + "count": "15896", "state": "EnabledWithCount" }, "source": "TweetDeck", @@ -1349,7 +1627,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 66, + "favorite_count": 67, "favorited": false, "full_text": "For example, automated accounts like @TTLastSpring and @PossumEveryHour have now been restored ; @hourlywolvesbot and @WeAreTheDead seem not to have been yet. We can confirm @i80chains is in the process of being restored.", "in_reply_to_screen_name": "xDaily", @@ -1381,7 +1659,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976579-tweet-1674428537057726472", + "entryId": "profile-conversation-1719749408511229956-tweet-1674428537057726472", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1439,16 +1717,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -1457,7 +1735,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -1479,6 +1757,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1674428537057726472" @@ -1489,7 +1768,7 @@ }, "is_translatable": false, "views": { - "count": "86632", + "count": "87063", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -1603,7 +1882,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 192, + "favorite_count": 191, "favorited": false, "full_text": "@TitterDaily @TTLastSpring @PossumEveryHour @hourlywolvesbot @WeAreTheDead @i80chains Hey @TitterDaily 👋, \nWe love useful bots on the platform! \n\nThat's precisely why we've created our new Free tier that serves this use-case. We're actively supporting all those migrating to our new API tiers. \n\nIf you are still encountering issues, please DM us as soon as…", "in_reply_to_screen_name": "xDaily", @@ -1611,8 +1890,8 @@ "in_reply_to_user_id_str": "752567226", "is_quote_status": false, "lang": "en", - "quote_count": 13, - "reply_count": 109, + "quote_count": 12, + "reply_count": 108, "retweet_count": 29, "retweeted": false, "user_id_str": "2244994945", @@ -1658,14 +1937,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976580", - "sortIndex": "1700203069309976572", + "entryId": "profile-conversation-1719749408511229957", + "sortIndex": "1719749408511229947", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976580-tweet-1649035925073063938", + "entryId": "profile-conversation-1719749408511229957-tweet-1649035925073063938", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1690,7 +1969,7 @@ "created_at": "Fri Oct 15 20:25:28 +0000 2010", "default_profile": false, "default_profile_image": false, - "description": "Independent Scientific Organization and provider of real-time earthquake info \nhttps://t.co/4cqtTwufWt \nGet the app : https://t.co/0ukLd2OdIw…", + "description": "Independent Scientific Organization and provider of real-time earthquake info \nhttps://t.co/4cqtTwufWt \nGet the app :https://t.co/bvL9EDQjKG", "entities": { "description": { "urls": [ @@ -1704,12 +1983,12 @@ ] }, { - "display_url": "emsc-csem.org/service/applic", - "expanded_url": "http://emsc-csem.org/service/applic", - "url": "https://t.co/0ukLd2OdIw", + "display_url": "emsc-csem.org/lastquake/info…", + "expanded_url": "http://www.emsc-csem.org/lastquake/information_channels/lastquake_app/", + "url": "https://t.co/bvL9EDQjKG", "indices": [ - 119, - 142 + 117, + 140 ] } ] @@ -1729,25 +2008,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 8826, - "followers_count": 302623, - "friends_count": 518, + "favourites_count": 8821, + "followers_count": 304187, + "friends_count": 517, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2341, + "listed_count": 2347, "location": "based in Paris, works globally", - "media_count": 99882, + "media_count": 101519, "name": "EMSC", - "normal_followers_count": 302623, + "normal_followers_count": 304187, "pinned_tweet_ids_str": [ - "1669266644852408321" + "1717505912456307004" ], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/203226820/1629710597", "profile_image_url_https": "https://pbs.twimg.com/profile_images/669532787897147392/hQM844QV_normal.png", "profile_interstitial_type": "", "screen_name": "LastQuake", - "statuses_count": 164237, + "statuses_count": 166690, "translator_type": "none", "url": "https://t.co/Gqo1PffnsH", "verified": false, @@ -1757,6 +2036,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1649035925073063938" @@ -1767,7 +2047,7 @@ }, "is_translatable": false, "views": { - "count": "125216", + "count": "125944", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -1790,9 +2070,13 @@ 279, 302 ], + "media_key": "3_1649035630553313281", "media_url_https": "https://pbs.twimg.com/media/FuKNK0UXsAE9_wB.jpg", "type": "photo", "url": "https://t.co/3XIeaCSHUU", + "ext_media_availability": { + "status": "Available" + }, "features": { "large": { "faces": [] @@ -1983,7 +2267,7 @@ } ] }, - "favorite_count": 104, + "favorite_count": 103, "favorited": false, "full_text": "CONTEST & PRIZES! 🥇\n\n@TwitterDev announced that automated tweeting will no longer be free. ⚠️\n\nWe need YOUR help to maintain our services, compete to get an answer from @TwitterDev and/or @Elonmusk to @LastQuake's request for an API free exemption.\n\n Check out the prizes 👇🏆 https://t.co/3XIeaCSHUU", "is_quote_status": false, @@ -1991,7 +2275,7 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 4, - "reply_count": 9, + "reply_count": 8, "retweet_count": 42, "retweeted": false, "user_id_str": "203226820", @@ -2014,7 +2298,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976580-tweet-1653505446211211290", + "entryId": "profile-conversation-1719749408511229957-tweet-1653505446211211290", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2072,16 +2356,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2090,7 +2374,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2112,6 +2396,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1653505446211211290" @@ -2122,7 +2407,7 @@ }, "is_translatable": false, "views": { - "count": "16575", + "count": "16662", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2214,14 +2499,14 @@ } }, { - "entryId": "who-to-follow-1700203069309976581", - "sortIndex": "1700203069309976571", + "entryId": "who-to-follow-1719749408511229958", + "sortIndex": "1719749408511229946", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "who-to-follow-1700203069309976581-user-6253282", + "entryId": "who-to-follow-1719749408511229958-user-1399766153053061121", "item": { "itemContent": { "itemType": "TimelineUser", @@ -2229,8 +2514,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjo2MjUzMjgy", - "rest_id": "6253282", + "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx", + "rest_id": "1399766153053061121", "affiliates_highlighted_label": { "label": { "url": { @@ -2249,12 +2534,12 @@ "is_blue_verified": true, "profile_image_shape": "Square", "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed May 23 06:01:13 +0000 2007", - "default_profile": false, + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Jun 01 16:34:27 +0000 2021", + "default_profile": true, "default_profile_image": false, - "description": "Updates about X API changes and service issues.", + "description": "Subscribe to get your blue checkmark and access to new features, like Edit, long videos, 25k+ character long posts, bookmark folders, and more.", "entities": { "description": { "urls": [] @@ -2262,9 +2547,9 @@ "url": { "urls": [ { - "display_url": "developer.twitter.com", - "expanded_url": "https://developer.twitter.com", - "url": "https://t.co/8Tih36kGlJ", + "display_url": "x.com/i/premium_sign…", + "expanded_url": "https://x.com/i/premium_sign_up", + "url": "https://t.co/zJi0ZdXW63", "indices": [ 0, 23 @@ -2274,25 +2559,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 4, - "followers_count": 5963428, - "friends_count": 34, - "has_custom_timelines": false, + "favourites_count": 457, + "followers_count": 691049, + "friends_count": 1, + "has_custom_timelines": true, "is_translator": false, - "listed_count": 12253, + "listed_count": 1212, "location": "", - "media_count": 9, - "name": "API", - "normal_followers_count": 5963428, + "media_count": 45, + "name": "Premium", + "normal_followers_count": 691049, "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1399766153053061121/1690180776", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683366300054069248/67v23AEj_normal.jpg", "profile_interstitial_type": "", - "screen_name": "API", - "statuses_count": 3747, - "translator_type": "regular", - "url": "https://t.co/8Tih36kGlJ", + "screen_name": "premium", + "statuses_count": 1185, + "translator_type": "none", + "url": "https://t.co/zJi0ZdXW63", "verified": false, "verified_type": "Business", "want_retweets": false, @@ -2309,14 +2594,14 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgABhid9Ta4CYmAKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } } }, { - "entryId": "who-to-follow-1700203069309976581-user-31311757", + "entryId": "who-to-follow-1719749408511229958-user-31311757", "item": { "itemContent": { "itemType": "TimelineUser", @@ -2356,23 +2641,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 3406, - "followers_count": 4331001, + "favourites_count": 3419, + "followers_count": 4360376, "friends_count": 61, "has_custom_timelines": true, "is_translator": false, - "listed_count": 16965, + "listed_count": 16963, "location": "", - "media_count": 2942, + "media_count": 2951, "name": "Google Maps", - "normal_followers_count": 4331001, + "normal_followers_count": 4360376, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31311757/1635803694", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1455292284958695424/SP3GFrPA_normal.jpg", "profile_interstitial_type": "", "screen_name": "googlemaps", - "statuses_count": 134151, + "statuses_count": 135941, "translator_type": "none", "url": "https://t.co/WEaDNM49BF", "verified": false, @@ -2391,14 +2676,14 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgABhid9Ta4CYmAKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } } }, { - "entryId": "who-to-follow-1700203069309976581-user-33838201", + "entryId": "who-to-follow-1719749408511229958-user-33838201", "item": { "itemContent": { "itemType": "TimelineUser", @@ -2439,22 +2724,22 @@ }, "fast_followers_count": 0, "favourites_count": 6, - "followers_count": 2034623, + "followers_count": 2061088, "friends_count": 22, "has_custom_timelines": false, "is_translator": false, - "listed_count": 22591, + "listed_count": 22857, "location": "Mountain View, CA", - "media_count": 684, + "media_count": 732, "name": "Google AI", - "normal_followers_count": 2034623, + "normal_followers_count": 2061088, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/33838201/1525739769", "profile_image_url_https": "https://pbs.twimg.com/profile_images/993649592422907904/yD7LkqU2_normal.jpg", "profile_interstitial_type": "", "screen_name": "GoogleAI", - "statuses_count": 2188, + "statuses_count": 2254, "translator_type": "none", "url": "https://t.co/WrL9sUqFHx", "verified": false, @@ -2473,7 +2758,7 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgABhid9Ta4CYmAKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } @@ -2500,7 +2785,1052 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgABhid9Ta4CYmAKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + } + } + } + } + }, + { + "entryId": "promoted-tweet-1719672841384190088-5d4be1a962ddc2c", + "sortIndex": "1719749408511229945", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719672841384190088", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDQyMTQ1NjM=", + "rest_id": "244214563", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 28 20:08:57 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Reisfanaten | Bij ons vind je de beste aanbiedingen | Voor elk budget de beste deal! | Planes, trains & automobiles", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "dutchflyguys.nl", + "expanded_url": "https://www.dutchflyguys.nl", + "url": "https://t.co/A0vgTwCeqH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 14350, + "followers_count": 105340, + "friends_count": 84165, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 529, + "location": "Rotterdam, Nederland", + "media_count": 20695, + "name": "DutchFlyGuys", + "normal_followers_count": 105340, + "pinned_tweet_ids_str": [ + "1719634888947560448" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/244214563/1695215262", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664656172467494914/Z2jHk1sD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DutchFlyGuys", + "statuses_count": 24389, + "translator_type": "none", + "url": "https://t.co/A0vgTwCeqH", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1475530559459938304", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719672841384190088" + ], + "editable_until_msecs": "1698840530000", + "is_edit_eligible": true, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "3191", + "state": "EnabledWithCount" + }, + "source": "Twitter Web App", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 11:08:50 +0000 2023", + "conversation_id_str": "1719672841384190088", + "display_text_range": [ + 0, + 195 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831779205120", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831779205120", + "media_url_https": "https://pbs.twimg.com/media/F92BVEwW8AAARa6.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 664, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 664, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 664, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1000, + "h": 560 + }, + { + "x": 336, + "y": 0, + "w": 664, + "h": 664 + }, + { + "x": 418, + "y": 0, + "w": 582, + "h": 664 + }, + { + "x": 559, + "y": 0, + "w": 332, + "h": 664 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 664 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831774973952", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831774973952", + "media_url_https": "https://pbs.twimg.com/media/F92BVEvWYAAJHJ_.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 610, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 610, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 415, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 610, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 45, + "w": 1000, + "h": 560 + }, + { + "x": 390, + "y": 0, + "w": 610, + "h": 610 + }, + { + "x": 465, + "y": 0, + "w": 535, + "h": 610 + }, + { + "x": 695, + "y": 0, + "w": 305, + "h": 610 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 610 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831821099008", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831821099008", + "media_url_https": "https://pbs.twimg.com/media/F92BVE6WMAAXN0r.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + }, + "medium": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + }, + "small": { + "faces": [ + { + "x": 307, + "y": 261, + "h": 24, + "w": 24 + }, + { + "x": 429, + "y": 367, + "h": 30, + "w": 30 + } + ] + }, + "orig": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + } + }, + "sizes": { + "large": { + "h": 667, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 667, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 454, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 667, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1000, + "h": 560 + }, + { + "x": 0, + "y": 0, + "w": 667, + "h": 667 + }, + { + "x": 33, + "y": 0, + "w": 585, + "h": 667 + }, + { + "x": 158, + "y": 0, + "w": 334, + "h": 667 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 667 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831775064064", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831775064064", + "media_url_https": "https://pbs.twimg.com/media/F92BVEvXwAAymH2.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 597, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 597, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 406, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 597, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 37, + "w": 1000, + "h": 560 + }, + { + "x": 377, + "y": 0, + "w": 597, + "h": 597 + }, + { + "x": 413, + "y": 0, + "w": 524, + "h": 597 + }, + { + "x": 526, + "y": 0, + "w": 299, + "h": 597 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 597 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "dutchflyguys.nl/2023/10/vakant…", + "expanded_url": "https://dutchflyguys.nl/2023/10/vakanties/", + "url": "https://t.co/KIOh4JCSNB", + "indices": [ + 48, + 71 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831779205120", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831779205120", + "media_url_https": "https://pbs.twimg.com/media/F92BVEwW8AAARa6.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 664, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 664, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 452, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 664, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1000, + "h": 560 + }, + { + "x": 336, + "y": 0, + "w": 664, + "h": 664 + }, + { + "x": 418, + "y": 0, + "w": 582, + "h": 664 + }, + { + "x": 559, + "y": 0, + "w": 332, + "h": 664 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 664 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831774973952", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831774973952", + "media_url_https": "https://pbs.twimg.com/media/F92BVEvWYAAJHJ_.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 610, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 610, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 415, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 610, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 45, + "w": 1000, + "h": 560 + }, + { + "x": 390, + "y": 0, + "w": 610, + "h": 610 + }, + { + "x": 465, + "y": 0, + "w": 535, + "h": 610 + }, + { + "x": 695, + "y": 0, + "w": 305, + "h": 610 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 610 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831821099008", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831821099008", + "media_url_https": "https://pbs.twimg.com/media/F92BVE6WMAAXN0r.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + }, + "medium": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + }, + "small": { + "faces": [ + { + "x": 307, + "y": 261, + "h": 24, + "w": 24 + }, + { + "x": 429, + "y": 367, + "h": 30, + "w": 30 + } + ] + }, + "orig": { + "faces": [ + { + "x": 452, + "y": 385, + "h": 36, + "w": 36 + }, + { + "x": 631, + "y": 541, + "h": 45, + "w": 45 + } + ] + } + }, + "sizes": { + "large": { + "h": 667, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 667, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 454, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 667, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 0, + "w": 1000, + "h": 560 + }, + { + "x": 0, + "y": 0, + "w": 667, + "h": 667 + }, + { + "x": 33, + "y": 0, + "w": 585, + "h": 667 + }, + { + "x": 158, + "y": 0, + "w": 334, + "h": 667 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 667 + } + ] + } + }, + { + "display_url": "pic.twitter.com/x4X4C1E2DM", + "expanded_url": "https://twitter.com/DutchFlyGuys/status/1719672841384190088/photo/1", + "id_str": "1719672831775064064", + "indices": [ + 196, + 219 + ], + "media_key": "3_1719672831775064064", + "media_url_https": "https://pbs.twimg.com/media/F92BVEvXwAAymH2.jpg", + "type": "photo", + "url": "https://t.co/x4X4C1E2DM", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 597, + "w": 1000, + "resize": "fit" + }, + "medium": { + "h": 597, + "w": 1000, + "resize": "fit" + }, + "small": { + "h": 406, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 597, + "width": 1000, + "focus_rects": [ + { + "x": 0, + "y": 37, + "w": 1000, + "h": 560 + }, + { + "x": 377, + "y": 0, + "w": 597, + "h": 597 + }, + { + "x": 413, + "y": 0, + "w": 524, + "h": 597 + }, + { + "x": 526, + "y": 0, + "w": 299, + "h": 597 + }, + { + "x": 0, + "y": 0, + "w": 1000, + "h": 597 + } + ] + } + } + ] + }, + "favorite_count": 2, + "favorited": false, + "full_text": "Super deal naar Tenerife vanaf €445,25 \n\nhttps://t.co/KIOh4JCSNB\n\nGa genieten van de zon inclusief vlucht vanaf Rotterdam met TUI fly, erg goed appartement (score 8,1), ontbijt en transfer https://t.co/x4X4C1E2DM", + "is_quote_status": false, + "lang": "nl", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "user_id_str": "244214563", + "id_str": "1719672841384190088" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDQyMTQ1NjM=", + "rest_id": "244214563", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 28 20:08:57 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Reisfanaten | Bij ons vind je de beste aanbiedingen | Voor elk budget de beste deal! | Planes, trains & automobiles", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "dutchflyguys.nl", + "expanded_url": "https://www.dutchflyguys.nl", + "url": "https://t.co/A0vgTwCeqH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 14350, + "followers_count": 105340, + "friends_count": 84165, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 529, + "location": "Rotterdam, Nederland", + "media_count": 20695, + "name": "DutchFlyGuys", + "normal_followers_count": 105340, + "pinned_tweet_ids_str": [ + "1719634888947560448" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/244214563/1695215262", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664656172467494914/Z2jHk1sD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DutchFlyGuys", + "statuses_count": 24389, + "translator_type": "none", + "url": "https://t.co/A0vgTwCeqH", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1475530559459938304", + "professional_type": "Creator", + "category": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [], + "impressionId": "5d4be1a962ddc2c", + "impressionString": "5d4be1a962ddc2c", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "25d1e32r1sr61ch82g2kg7chpx" + } + ] } } } @@ -2508,7 +3838,7 @@ }, { "entryId": "tweet-1653492584176656384", - "sortIndex": "1700203069309976570", + "sortIndex": "1719749408511229944", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -2568,16 +3898,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2586,7 +3916,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2608,6 +3938,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1653492584176656384" @@ -2618,12 +3949,12 @@ }, "is_translatable": false, "views": { - "count": "4098522", + "count": "4113974", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 151, + "bookmark_count": 150, "bookmarked": false, "created_at": "Tue May 02 20:12:07 +0000 2023", "conversation_id_str": "1653492584176656384", @@ -2637,14 +3968,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 2365, + "favorite_count": 2380, "favorited": false, "full_text": "One of the most important use cases for the Twitter API has always been public utility. Verified gov or publicly owned services who tweet weather alerts, transport updates and emergency notifications may use the API, for these critical purposes, for free.", "is_quote_status": false, "lang": "en", - "quote_count": 517, - "reply_count": 442, - "retweet_count": 558, + "quote_count": 516, + "reply_count": 438, + "retweet_count": 561, "retweeted": false, "user_id_str": "2244994945", "id_str": "1653492584176656384" @@ -2666,14 +3997,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976583", - "sortIndex": "1700203069309976569", + "entryId": "profile-conversation-1719749408511229961", + "sortIndex": "1719749408511229943", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976583-tweet-1649191520250245121", + "entryId": "profile-conversation-1719749408511229961-tweet-1649191520250245121", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2731,16 +4062,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2749,7 +4080,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2771,6 +4102,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1649191520250245121" @@ -2781,12 +4113,12 @@ }, "is_translatable": false, "views": { - "count": "589052", + "count": "622027", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 63, + "bookmark_count": 65, "bookmarked": false, "created_at": "Thu Apr 20 23:21:13 +0000 2023", "conversation_id_str": "1649191520250245121", @@ -2800,14 +4132,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 387, + "favorite_count": 404, "favorited": false, "full_text": "Today, we are deprecating our Premium v1.1 API, including Premium Search and Account Activity API.", "is_quote_status": false, "lang": "en", - "quote_count": 112, - "reply_count": 94, - "retweet_count": 203, + "quote_count": 114, + "reply_count": 97, + "retweet_count": 205, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191520250245121" @@ -2829,7 +4161,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976583-tweet-1649191522485817345", + "entryId": "profile-conversation-1719749408511229961-tweet-1649191522485817345", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2887,16 +4219,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2905,7 +4237,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2927,6 +4259,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191522485817345" @@ -2937,7 +4273,7 @@ }, "is_translatable": false, "views": { - "count": "107628", + "count": "116894", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2966,7 +4302,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 99, + "favorite_count": 112, "favorited": false, "full_text": "If you are a Twitter developer with a commercial use case, we recommend that you apply for our Enterprise tier.\nEnterprise Search and Account Activity API continue to be available to developers on that Enterprise tier. \n\nApply here: https://t.co/A2FQP2DWuy", "in_reply_to_screen_name": "XDevelopers", @@ -2977,8 +4313,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 14, - "reply_count": 22, - "retweet_count": 27, + "reply_count": 26, + "retweet_count": 30, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191522485817345" @@ -3000,7 +4336,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976583-tweet-1649191523697979392", + "entryId": "profile-conversation-1719749408511229961-tweet-1649191523697979392", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3058,16 +4394,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3076,7 +4412,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3098,6 +4434,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191523697979392" @@ -3108,7 +4448,7 @@ }, "is_translatable": false, "views": { - "count": "81829", + "count": "89017", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -3137,7 +4477,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 98, + "favorite_count": 112, "favorited": false, "full_text": "Thank you to those who have already migrated to our new API offerings. We hope you can continue to seamlessly use the Twitter API via our new access tiers. \n\nLearn more: https://t.co/iGTdPXTp2D", "in_reply_to_screen_name": "XDevelopers", @@ -3148,8 +4488,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 3, - "reply_count": 34, - "retweet_count": 27, + "reply_count": 36, + "retweet_count": 28, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191523697979392" @@ -3196,7 +4536,7 @@ }, { "entryId": "tweet-1643373950930661377", - "sortIndex": "1700203069309976568", + "sortIndex": "1719749408511229942", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3256,16 +4596,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3274,7 +4614,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3296,6 +4636,7 @@ } } }, + "unmention_data": {}, "edit_control": { "initial_tweet_id": "1643366600710684672", "edit_control_initial": { @@ -3313,16 +4654,16 @@ "favorite_count": 93, "quote_count": 13, "reply_count": 30, - "retweet_count": 27 + "retweet_count": 28 }, "is_translatable": false, "views": { - "count": "214492", + "count": "225583", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 50, + "bookmark_count": 49, "bookmarked": false, "created_at": "Tue Apr 04 22:04:16 +0000 2023", "conversation_id_str": "1643373950930661377", @@ -3336,14 +4677,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 418, + "favorite_count": 433, "favorited": false, "full_text": "🚨 If your developer account application was under review over the last few months, we kindly ask you to re-apply if you are interested in subscribing to our new Twitter API Free or Basic plans. \n\nOur new self-service process should enable you to get access in no time! 🙏", "is_quote_status": false, "lang": "en", "quote_count": 47, - "reply_count": 184, - "retweet_count": 121, + "reply_count": 189, + "retweet_count": 122, "retweeted": false, "user_id_str": "2244994945", "id_str": "1643373950930661377" @@ -3365,14 +4706,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976585", - "sortIndex": "1700203069309976567", + "entryId": "profile-conversation-1719749408511229963", + "sortIndex": "1719749408511229941", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976585-tweet-1641222788911624192", + "entryId": "profile-conversation-1719749408511229963-tweet-1641222788911624192", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3430,16 +4771,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3448,7 +4789,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3470,6 +4811,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222788911624192" @@ -3480,12 +4822,12 @@ }, "is_translatable": false, "views": { - "count": "286619", + "count": "294318", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 36, + "bookmark_count": 35, "bookmarked": false, "created_at": "Wed Mar 29 23:36:19 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -3499,7 +4841,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 208, + "favorite_count": 213, "favorited": false, "full_text": "For Academia, we are looking at new ways to continue serving this community. In the meantime Free, Basic and Enterprise tiers are available for academics. Stay tuned to @TwitterDev to learn more.", "in_reply_to_screen_name": "XDevelopers", @@ -3507,9 +4849,9 @@ "in_reply_to_user_id_str": "2244994945", "is_quote_status": false, "lang": "en", - "quote_count": 68, - "reply_count": 62, - "retweet_count": 105, + "quote_count": 69, + "reply_count": 64, + "retweet_count": 107, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222788911624192" @@ -3531,7 +4873,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976585-tweet-1641222789901484034", + "entryId": "profile-conversation-1719749408511229963-tweet-1641222789901484034", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3589,16 +4931,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3607,7 +4949,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3629,6 +4971,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222789901484034" @@ -3639,7 +4982,7 @@ }, "is_translatable": false, "views": { - "count": "286799", + "count": "292022", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -3668,7 +5011,7 @@ "lang": "en", "quote_count": 26, "reply_count": 92, - "retweet_count": 81, + "retweet_count": 80, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222789901484034" @@ -3712,14 +5055,428 @@ } }, { - "entryId": "profile-conversation-1700203069309976586", - "sortIndex": "1700203069309976566", + "entryId": "promoted-tweet-1718079045080916035-5d4ecc236419f21", + "sortIndex": "1719749408511229940", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "TweetWithVisibilityResults", + "tweet": { + "rest_id": "1718079045080916035", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDQwMTMyNDE4", + "rest_id": "3040132418", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Feb 24 21:18:19 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Discover unique home designs and stylish decorations to make your home more cozy and cozy.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "splazza.com", + "expanded_url": "https://splazza.com", + "url": "https://t.co/3BfglEITn6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1231, + "followers_count": 557, + "friends_count": 4, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 19, + "location": "USA", + "media_count": 8, + "name": "Splazza", + "normal_followers_count": 557, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3040132418/1691222723", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687736527894528001/gGwbBqAT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SplazzaShop", + "statuses_count": 1252, + "translator_type": "none", + "url": "https://t.co/3BfglEITn6", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1718079045080916035" + ], + "editable_until_msecs": "1698460539000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "413820", + "state": "EnabledWithCount" + }, + "source": "Twitter Ads", + "legacy": { + "bookmark_count": 37, + "bookmarked": false, + "created_at": "Sat Oct 28 01:35:39 +0000 2023", + "conversation_control": { + "policy": "Community", + "conversation_owner_results": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "SplazzaShop" + } + } + } + }, + "conversation_id_str": "1718079045080916035", + "display_text_range": [ + 0, + 215 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/wKZtLM0mis", + "expanded_url": "https://twitter.com/SplazzaShop/status/1718079045080916035/photo/1", + "id_str": "1718078929288781824", + "indices": [ + 216, + 239 + ], + "media_key": "3_1718078929288781824", + "media_url_https": "https://pbs.twimg.com/media/F9fXrvRXYAA4vr_.jpg", + "type": "photo", + "url": "https://t.co/wKZtLM0mis", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "medium": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "small": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 540, + "width": 540, + "focus_rects": [ + { + "x": 0, + "y": 213, + "w": 540, + "h": 302 + }, + { + "x": 0, + "y": 0, + "w": 540, + "h": 540 + }, + { + "x": 0, + "y": 0, + "w": 474, + "h": 540 + }, + { + "x": 13, + "y": 0, + "w": 270, + "h": 540 + }, + { + "x": 0, + "y": 0, + "w": 540, + "h": 540 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "splazza.com/product/remova…", + "expanded_url": "https://splazza.com/product/removable-piano/", + "url": "https://t.co/aKkWtblDWO", + "indices": [ + 192, + 215 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/wKZtLM0mis", + "expanded_url": "https://twitter.com/SplazzaShop/status/1718079045080916035/photo/1", + "id_str": "1718078929288781824", + "indices": [ + 216, + 239 + ], + "media_key": "3_1718078929288781824", + "media_url_https": "https://pbs.twimg.com/media/F9fXrvRXYAA4vr_.jpg", + "type": "photo", + "url": "https://t.co/wKZtLM0mis", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "medium": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "small": { + "h": 540, + "w": 540, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 540, + "width": 540, + "focus_rects": [ + { + "x": 0, + "y": 213, + "w": 540, + "h": 302 + }, + { + "x": 0, + "y": 0, + "w": 540, + "h": 540 + }, + { + "x": 0, + "y": 0, + "w": 474, + "h": 540 + }, + { + "x": 13, + "y": 0, + "w": 270, + "h": 540 + }, + { + "x": 0, + "y": 0, + "w": 540, + "h": 540 + } + ] + } + } + ] + }, + "favorite_count": 158, + "favorited": false, + "full_text": "🎹The Removable Piano Keyboard Note Labels present the key notes in a visual way, helping you to start playing and practicing immediately when you are not yet familiar with the keys!\n🎁 🛒Get it👉https://t.co/aKkWtblDWO https://t.co/wKZtLM0mis", + "is_quote_status": false, + "lang": "en", + "limited_actions": "limited_replies", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 0, + "retweet_count": 19, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "3040132418", + "id_str": "1718079045080916035" + } + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMDQwMTMyNDE4", + "rest_id": "3040132418", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Feb 24 21:18:19 +0000 2015", + "default_profile": true, + "default_profile_image": false, + "description": "Discover unique home designs and stylish decorations to make your home more cozy and cozy.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "splazza.com", + "expanded_url": "https://splazza.com", + "url": "https://t.co/3BfglEITn6", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 1231, + "followers_count": 557, + "friends_count": 4, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 19, + "location": "USA", + "media_count": 8, + "name": "Splazza", + "normal_followers_count": 557, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/3040132418/1691222723", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687736527894528001/gGwbBqAT_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "SplazzaShop", + "statuses_count": 1252, + "translator_type": "none", + "url": "https://t.co/3BfglEITn6", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [], + "impressionId": "5d4ecc236419f21", + "impressionString": "5d4ecc236419f21", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "2-3znj5mmh4i8zvn8nz4vz5v4hv" + } + ] + } + } + } + } + }, + { + "entryId": "profile-conversation-1719749408511229965", + "sortIndex": "1719749408511229939", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976586-tweet-1641222786894135296", + "entryId": "profile-conversation-1719749408511229965-tweet-1641222786894135296", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3777,16 +5534,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3795,7 +5552,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3817,6 +5574,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222786894135296" @@ -3827,12 +5585,12 @@ }, "is_translatable": false, "views": { - "count": "1042846", + "count": "1061310", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 76, + "bookmark_count": 79, "bookmarked": false, "created_at": "Wed Mar 29 23:36:19 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -3846,7 +5604,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 486, + "favorite_count": 502, "favorited": false, "full_text": "Over the next 30 days, we will deprecate current access tiers such as Standard (v1.1), Essential (v2), Elevated (v2), and Premium so we recommend that you migrate to the new tiers as soon as possible for a smooth transition.", "in_reply_to_screen_name": "XDevelopers", @@ -3854,9 +5612,9 @@ "in_reply_to_user_id_str": "2244994945", "is_quote_status": false, "lang": "en", - "quote_count": 260, - "reply_count": 72, - "retweet_count": 359, + "quote_count": 259, + "reply_count": 77, + "retweet_count": 356, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222786894135296" @@ -3878,7 +5636,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976586-tweet-1641222787934355456", + "entryId": "profile-conversation-1719749408511229965-tweet-1641222787934355456", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3936,16 +5694,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3954,7 +5712,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3976,6 +5734,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222787934355456" @@ -3986,7 +5745,7 @@ }, "is_translatable": false, "views": { - "count": "216566", + "count": "223672", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -4015,7 +5774,7 @@ "lang": "en", "quote_count": 4, "reply_count": 6, - "retweet_count": 71, + "retweet_count": 72, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222787934355456" @@ -4058,14 +5817,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976587", - "sortIndex": "1700203069309976565", + "entryId": "profile-conversation-1719749408511229966", + "sortIndex": "1719749408511229938", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976587-tweet-1641222785702952961", + "entryId": "profile-conversation-1719749408511229966-tweet-1641222785702952961", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -4123,16 +5882,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -4141,7 +5900,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -4163,6 +5922,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222785702952961" @@ -4173,7 +5936,7 @@ }, "is_translatable": false, "views": { - "count": "236503", + "count": "240875", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -4202,7 +5965,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 145, + "favorite_count": 144, "favorited": false, "full_text": "If you are a business or have any scaled commercial projects, we encourage you to apply for our Enterprise tier to get managed services, complete streams, and access that meets your specific needs. \n\nApply now: https://t.co/mBmGTnKYpA", "in_reply_to_screen_name": "XDevelopers", @@ -4214,7 +5977,7 @@ "possibly_sensitive_editable": true, "quote_count": 10, "reply_count": 13, - "retweet_count": 67, + "retweet_count": 68, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222785702952961" @@ -4257,14 +6020,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976588", - "sortIndex": "1700203069309976564", + "entryId": "profile-conversation-1719749408511229967", + "sortIndex": "1719749408511229937", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976588-tweet-1641222782594990080", + "entryId": "profile-conversation-1719749408511229967-tweet-1641222782594990080", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -4322,16 +6085,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -4340,7 +6103,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -4362,6 +6125,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222782594990080" @@ -4372,12 +6136,12 @@ }, "is_translatable": false, "views": { - "count": "7224621", + "count": "7243850", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 434, + "bookmark_count": 433, "bookmarked": false, "created_at": "Wed Mar 29 23:36:18 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -4397,8 +6161,8 @@ "is_quote_status": false, "lang": "en", "quote_count": 1011, - "reply_count": 549, - "retweet_count": 1068, + "reply_count": 546, + "retweet_count": 1061, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222782594990080" @@ -4420,7 +6184,7 @@ } }, { - "entryId": "profile-conversation-1700203069309976588-tweet-1641222784599879680", + "entryId": "profile-conversation-1719749408511229967-tweet-1641222784599879680", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -4478,16 +6242,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -4496,7 +6260,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -4518,6 +6282,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222784599879680" @@ -4528,7 +6296,7 @@ }, "is_translatable": false, "views": { - "count": "1685706", + "count": "1698507", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -4557,7 +6325,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 389, + "favorite_count": 386, "favorited": false, "full_text": "We are also launching a new Basic (v2) access for hobbyists with 10,000 GET/month and 50,000 POST/month, 2 app IDs, and Login with Twitter for $100/month. \n\nSubscribe now: https://t.co/AQci4FeIWf", "in_reply_to_screen_name": "XDevelopers", @@ -4567,9 +6335,9 @@ "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 850, - "reply_count": 253, - "retweet_count": 472, + "quote_count": 846, + "reply_count": 249, + "retweet_count": 473, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222784599879680" @@ -4612,14 +6380,14 @@ } }, { - "entryId": "profile-conversation-1700203069309976589", - "sortIndex": "1700203069309976563", + "entryId": "profile-conversation-1719749408511229968", + "sortIndex": "1719749408511229936", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203069309976589-tweet-1641222783601631233", + "entryId": "profile-conversation-1719749408511229968-tweet-1641222783601631233", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -4677,16 +6445,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -4695,7 +6463,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -4717,6 +6485,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222783601631233" @@ -4727,12 +6499,12 @@ }, "is_translatable": false, "views": { - "count": "1155311", + "count": "1163306", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 94, + "bookmark_count": 96, "bookmarked": false, "created_at": "Wed Mar 29 23:36:18 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -4756,7 +6528,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 414, + "favorite_count": 411, "favorited": false, "full_text": "Introducing a new form of Free (v2) access for write-only use cases and those testing the Twitter API with 1,500 Tweets/month at the app level, media upload endpoints, and Login with Twitter. \n\nGet started: https://t.co/CqCRD3vbE5", "in_reply_to_screen_name": "XDevelopers", @@ -4766,9 +6538,9 @@ "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 348, + "quote_count": 349, "reply_count": 66, - "retweet_count": 359, + "retweet_count": 360, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222783601631233" @@ -4811,22 +6583,271 @@ } }, { - "entryId": "cursor-top-1700203069309976577", - "sortIndex": "1700203069309976577", + "entryId": "promoted-tweet-1719687682534555744-5d4abb592245661", + "sortIndex": "1719749408511229935", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719687682534555744", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjkzOTY3MDk1MDIzNzI2NTky", + "rest_id": "1693967095023726592", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Aug 22 12:43:39 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Welcome to Floral Baskets", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thefloralbaskets.com", + "expanded_url": "https://www.thefloralbaskets.com", + "url": "https://t.co/WSLVt0Ubcr", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 19, + "followers_count": 12, + "friends_count": 15, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "1635 Babcock Road, San Antonio", + "media_count": 4, + "name": "Floral Baskets", + "normal_followers_count": 12, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1693967095023726592/1692708414", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693967238271782912/5AyqSGiQ_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "BasketsFlo52749", + "statuses_count": 6, + "translator_type": "none", + "url": "https://t.co/WSLVt0Ubcr", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "card": { + "rest_id": "card://1719687678881357824", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Read the post here.\",\"is_rtl\":false},\"subtitle\":{\"content\":\"cntraveller.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1719687394394288128\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://www.cntraveller.com/gallery/things-to-do-in-amsterdam\",\"vanity\":\"cntraveller.com\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1719687394394288128\":{\"id\":1719687394394288128,\"id_str\":\"1719687394394288128\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F92OkuuWsAA_6uI.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":418,\"focus_rects\":[{\"x\":54,\"y\":0,\"h\":418,\"w\":746},{\"x\":371,\"y\":0,\"h\":418,\"w\":418},{\"x\":397,\"y\":0,\"h\":418,\"w\":367},{\"x\":476,\"y\":0,\"h\":418,\"w\":209},{\"x\":0,\"y\":0,\"h\":418,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":355,\"resize\":\"fit\"}},\"source_user_id\":1693967095023726592,\"source_user_id_str\":\"1693967095023726592\",\"media_key\":\"3_1719687394394288128\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":29,\"green\":29,\"blue\":28},\"percentage\":34.57},{\"rgb\":{\"red\":168,\"green\":184,\"blue\":209},\"percentage\":18.28},{\"rgb\":{\"red\":108,\"green\":62,\"blue\":47},\"percentage\":11.75},{\"rgb\":{\"red\":215,\"green\":152,\"blue\":110},\"percentage\":6.84},{\"rgb\":{\"red\":213,\"green\":132,\"blue\":54},\"percentage\":4.16}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1719687678881357824", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719687682534555744" + ], + "editable_until_msecs": "1698844068000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "10958", + "state": "EnabledWithCount" + }, + "source": "advertiser-interface", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 12:07:48 +0000 2023", + "conversation_id_str": "1719687682534555744", + "display_text_range": [ + 0, + 83 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 3, + "favorited": false, + "full_text": "The mysterious places we open for you in the Netherlands, they say they change you.", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 7, + "retweet_count": 0, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "1693967095023726592", + "id_str": "1719687682534555744" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjkzOTY3MDk1MDIzNzI2NTky", + "rest_id": "1693967095023726592", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Aug 22 12:43:39 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Welcome to Floral Baskets", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "thefloralbaskets.com", + "expanded_url": "https://www.thefloralbaskets.com", + "url": "https://t.co/WSLVt0Ubcr", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 19, + "followers_count": 12, + "friends_count": 15, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 0, + "location": "1635 Babcock Road, San Antonio", + "media_count": 4, + "name": "Floral Baskets", + "normal_followers_count": 12, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1693967095023726592/1692708414", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693967238271782912/5AyqSGiQ_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "BasketsFlo52749", + "statuses_count": 6, + "translator_type": "none", + "url": "https://t.co/WSLVt0Ubcr", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [ + { + "key": "website_card_variation", + "value": "0" + } + ], + "impressionId": "5d4abb592245661", + "impressionString": "5d4abb592245661", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "2h6zlo2rrwvn4wra5ujfs0mez" + } + ] + } + } + } + } + }, + { + "entryId": "cursor-top-1719749408511229953", + "sortIndex": "1719749408511229953", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAABCgABF5hVrvhAJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA", + "value": "DAABCgABF93G-bUAJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA", "cursorType": "Top" } }, { - "entryId": "cursor-bottom-1700203069309976562", - "sortIndex": "1700203069309976562", + "entryId": "cursor-bottom-1719749408511229934", + "sortIndex": "1719749408511229934", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAABCgABF5hVrvg___AKAAIWxsttFdpgAQgAAwAAAAIAAA", + "value": "DAABCgABF93G-bT__-wKAAIWxsttFdpgAQgAAwAAAAIAAA", "cursorType": "Bottom" } } diff --git a/tests/mocked-data/user_tweets_raw.json b/tests/mocked-data/user_tweets_raw.json index d55f8b0..be40bd3 100644 --- a/tests/mocked-data/user_tweets_raw.json +++ b/tests/mocked-data/user_tweets_raw.json @@ -13,7 +13,7 @@ "type": "TimelinePinEntry", "entry": { "entryId": "tweet-1661790253886177280", - "sortIndex": "1700203063807049728", + "sortIndex": "1719749399019520000", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -73,16 +73,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -91,7 +91,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -113,6 +113,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1661790253886177280" @@ -123,7 +124,7 @@ }, "is_translatable": false, "views": { - "count": "646661", + "count": "689453", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -159,7 +160,7 @@ } }, "legacy": { - "bookmark_count": 149, + "bookmark_count": 156, "bookmarked": false, "created_at": "Thu May 25 17:44:05 +0000 2023", "conversation_id_str": "1661790253886177280", @@ -173,14 +174,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 723, + "favorite_count": 805, "favorited": false, "full_text": "📣 Calling all start-ups 📣\n\nToday we are launching our new access tier, Twitter API Pro!\n\nExperiment, build, and scale your business with 1M Tweets per month, including our powerful real-time Filtered/Stream and Full Archive Search endpoints. We look forward to seeing what you…", "is_quote_status": false, "lang": "en", - "quote_count": 179, - "reply_count": 372, - "retweet_count": 186, + "quote_count": 183, + "reply_count": 410, + "retweet_count": 207, "retweeted": false, "user_id_str": "2244994945", "id_str": "1661790253886177280" @@ -209,7 +210,7 @@ "entries": [ { "entryId": "tweet-1693760896856920167", - "sortIndex": "1700203063807049727", + "sortIndex": "1719749399019519999", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -269,16 +270,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -287,7 +288,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -309,6 +310,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1693760896856920167" @@ -319,7 +321,8 @@ }, "is_translatable": false, "views": { - "state": "Enabled" + "count": "5", + "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { @@ -354,7 +357,7 @@ "lang": "en", "quote_count": 0, "reply_count": 0, - "retweet_count": 81, + "retweet_count": 115, "retweeted": false, "user_id_str": "2244994945", "id_str": "1693760896856920167", @@ -412,15 +415,15 @@ }, "fast_followers_count": 0, "favourites_count": 4, - "followers_count": 5963428, - "friends_count": 34, + "followers_count": 5960941, + "friends_count": 31, "has_custom_timelines": false, "is_translator": false, - "listed_count": 12253, + "listed_count": 12256, "location": "", "media_count": 9, "name": "API", - "normal_followers_count": 5963428, + "normal_followers_count": 5960941, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094", @@ -438,6 +441,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1693760591503266165" @@ -448,7 +452,7 @@ }, "is_translatable": false, "views": { - "count": "93792", + "count": "142086", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -484,7 +488,7 @@ } }, "legacy": { - "bookmark_count": 39, + "bookmark_count": 43, "bookmarked": false, "created_at": "Mon Aug 21 23:02:48 +0000 2023", "conversation_id_str": "1693760591503266165", @@ -498,14 +502,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 290, + "favorite_count": 392, "favorited": false, "full_text": "For those still using our v1.1 API endpoints 🗣️\n\nAs part of our ongoing effort to modernize and transform our API platform, we are deprecating some of our v1.1 endpoints and asking you to migrate to the v2 equivalents. These deprecations will allow us to continue building support…", "is_quote_status": false, "lang": "en", - "quote_count": 19, - "reply_count": 70, - "retweet_count": 81, + "quote_count": 18, + "reply_count": 92, + "retweet_count": 115, "retweeted": false, "user_id_str": "6253282", "id_str": "1693760591503266165" @@ -532,9 +536,275 @@ } } }, + { + "entryId": "promoted-tweet-1717185494545801669-5d47430e413603b", + "sortIndex": "1719749399019519998", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1717185494545801669", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM3ODk1MzQ2MzUyMjU5MDc4", + "rest_id": "1637895346352259078", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 20 19:14:30 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Learn AI in 5 Minutes a Day. Leveraging AI to automate a 7-figure business. Tweets, threads and insights teaching you how to do the same.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "aitoolreport.beehiiv.com/subscribe", + "expanded_url": "https://aitoolreport.beehiiv.com/subscribe", + "url": "https://t.co/8XHCZo8xBp", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4787, + "followers_count": 78802, + "friends_count": 162, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1131, + "location": "Join over 350,000 subscribers→", + "media_count": 163, + "name": "Martin Crowley", + "normal_followers_count": 78802, + "pinned_tweet_ids_str": [ + "1659219859018842112" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1637895346352259078/1695938544", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656710298894581774/ALcYkGn-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AIToolReport", + "statuses_count": 4715, + "translator_type": "none", + "url": "https://t.co/8XHCZo8xBp", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1641518845209747463", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "card": { + "rest_id": "card://1717184465091371008", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Get Smarter on AI in 3 Minutes a Day \\uD83E\\uDDE0\",\"is_rtl\":false},\"subtitle\":{\"content\":\"beehiiv.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1704528299538395136\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://aitoolreport.beehiiv.com/subscribe?utm_source=twitter&utm_medium=internationalexpandednot&utm_campaign=doyourselfafavortwitter\",\"vanity\":\"beehiiv.com\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1704528299538395136\":{\"id\":1704528299538395136,\"id_str\":\"1704528299538395136\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F6ezdRuWMAAVJfT.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":340,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_user_id\":1637895346352259078,\"source_user_id_str\":\"1637895346352259078\",\"media_key\":\"3_1704528299538395136\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":4,\"green\":115,\"blue\":161},\"percentage\":50.8},{\"rgb\":{\"red\":1,\"green\":41,\"blue\":100},\"percentage\":15.96},{\"rgb\":{\"red\":213,\"green\":227,\"blue\":234},\"percentage\":14.9},{\"rgb\":{\"red\":51,\"green\":163,\"blue\":203},\"percentage\":8.42},{\"rgb\":{\"red\":55,\"green\":111,\"blue\":134},\"percentage\":4.36}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1717184465091371008", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1717185494545801669" + ], + "editable_until_msecs": "1698247500000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "846456", + "state": "EnabledWithCount" + }, + "source": "advertiser-interface", + "legacy": { + "bookmark_count": 91, + "bookmarked": false, + "created_at": "Wed Oct 25 14:25:00 +0000 2023", + "conversation_id_str": "1717185494545801669", + "display_text_range": [ + 0, + 142 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 535, + "favorited": false, + "full_text": "\"My boss thinks I'm an AI genius, (I'm not) it's because I read The AI Tool Report (and they have no idea it exists.)\" - AI Tool Report Reader", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 1, + "reply_count": 27, + "retweet_count": 86, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "1637895346352259078", + "id_str": "1717185494545801669" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoxNjM3ODk1MzQ2MzUyMjU5MDc4", + "rest_id": "1637895346352259078", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Mar 20 19:14:30 +0000 2023", + "default_profile": true, + "default_profile_image": false, + "description": "Learn AI in 5 Minutes a Day. Leveraging AI to automate a 7-figure business. Tweets, threads and insights teaching you how to do the same.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "aitoolreport.beehiiv.com/subscribe", + "expanded_url": "https://aitoolreport.beehiiv.com/subscribe", + "url": "https://t.co/8XHCZo8xBp", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 4787, + "followers_count": 78802, + "friends_count": 162, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 1131, + "location": "Join over 350,000 subscribers→", + "media_count": 163, + "name": "Martin Crowley", + "normal_followers_count": 78802, + "pinned_tweet_ids_str": [ + "1659219859018842112" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1637895346352259078/1695938544", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656710298894581774/ALcYkGn-_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "AIToolReport", + "statuses_count": 4715, + "translator_type": "none", + "url": "https://t.co/8XHCZo8xBp", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1641518845209747463", + "professional_type": "Creator", + "category": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [ + { + "key": "website_card_variation", + "value": "0" + } + ], + "impressionId": "5d47430e413603b", + "impressionString": "5d47430e413603b", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "22in2pechk8pf31uj3nnmjs4su" + } + ] + } + } + } + } + }, { "entryId": "tweet-1653492584176656384", - "sortIndex": "1700203063807049726", + "sortIndex": "1719749399019519997", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -594,16 +864,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -612,7 +882,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -634,6 +904,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1653492584176656384" @@ -644,12 +915,12 @@ }, "is_translatable": false, "views": { - "count": "4098522", + "count": "4113974", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 151, + "bookmark_count": 150, "bookmarked": false, "created_at": "Tue May 02 20:12:07 +0000 2023", "conversation_id_str": "1653492584176656384", @@ -663,14 +934,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 2365, + "favorite_count": 2380, "favorited": false, "full_text": "One of the most important use cases for the Twitter API has always been public utility. Verified gov or publicly owned services who tweet weather alerts, transport updates and emergency notifications may use the API, for these critical purposes, for free.", "is_quote_status": false, "lang": "en", - "quote_count": 517, - "reply_count": 442, - "retweet_count": 558, + "quote_count": 516, + "reply_count": 438, + "retweet_count": 561, "retweeted": false, "user_id_str": "2244994945", "id_str": "1653492584176656384" @@ -695,14 +966,14 @@ } }, { - "entryId": "profile-conversation-1700203063807049731", - "sortIndex": "1700203063807049725", + "entryId": "profile-conversation-1719749399019520004", + "sortIndex": "1719749399019519996", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049731-tweet-1649191520250245121", + "entryId": "profile-conversation-1719749399019520004-tweet-1649191520250245121", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -760,16 +1031,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -778,7 +1049,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -800,6 +1071,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1649191520250245121" @@ -810,12 +1082,12 @@ }, "is_translatable": false, "views": { - "count": "589052", + "count": "622027", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 63, + "bookmark_count": 65, "bookmarked": false, "created_at": "Thu Apr 20 23:21:13 +0000 2023", "conversation_id_str": "1649191520250245121", @@ -829,14 +1101,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 387, + "favorite_count": 404, "favorited": false, "full_text": "Today, we are deprecating our Premium v1.1 API, including Premium Search and Account Activity API.", "is_quote_status": false, "lang": "en", - "quote_count": 112, - "reply_count": 94, - "retweet_count": 203, + "quote_count": 114, + "reply_count": 97, + "retweet_count": 205, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191520250245121" @@ -861,7 +1133,7 @@ } }, { - "entryId": "profile-conversation-1700203063807049731-tweet-1649191522485817345", + "entryId": "profile-conversation-1719749399019520004-tweet-1649191522485817345", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -919,16 +1191,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -937,7 +1209,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -959,6 +1231,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191522485817345" @@ -969,7 +1245,7 @@ }, "is_translatable": false, "views": { - "count": "107628", + "count": "116894", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -998,7 +1274,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 99, + "favorite_count": 112, "favorited": false, "full_text": "If you are a Twitter developer with a commercial use case, we recommend that you apply for our Enterprise tier.\nEnterprise Search and Account Activity API continue to be available to developers on that Enterprise tier. \n\nApply here: https://t.co/A2FQP2DWuy", "in_reply_to_screen_name": "XDevelopers", @@ -1009,8 +1285,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 14, - "reply_count": 22, - "retweet_count": 27, + "reply_count": 26, + "retweet_count": 30, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191522485817345" @@ -1035,7 +1311,7 @@ } }, { - "entryId": "profile-conversation-1700203063807049731-tweet-1649191523697979392", + "entryId": "profile-conversation-1719749399019520004-tweet-1649191523697979392", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1093,16 +1369,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -1111,7 +1387,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -1133,6 +1409,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1649191523697979392" @@ -1143,7 +1423,7 @@ }, "is_translatable": false, "views": { - "count": "81829", + "count": "89017", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -1172,7 +1452,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 98, + "favorite_count": 112, "favorited": false, "full_text": "Thank you to those who have already migrated to our new API offerings. We hope you can continue to seamlessly use the Twitter API via our new access tiers. \n\nLearn more: https://t.co/iGTdPXTp2D", "in_reply_to_screen_name": "XDevelopers", @@ -1183,8 +1463,8 @@ "possibly_sensitive": false, "possibly_sensitive_editable": true, "quote_count": 3, - "reply_count": 34, - "retweet_count": 27, + "reply_count": 36, + "retweet_count": 28, "retweeted": false, "user_id_str": "2244994945", "id_str": "1649191523697979392" @@ -1234,7 +1514,7 @@ }, { "entryId": "tweet-1643373950930661377", - "sortIndex": "1700203063807049724", + "sortIndex": "1719749399019519995", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -1294,16 +1574,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -1312,7 +1592,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -1334,6 +1614,7 @@ } } }, + "unmention_data": {}, "edit_control": { "initial_tweet_id": "1643366600710684672", "edit_control_initial": { @@ -1351,16 +1632,16 @@ "favorite_count": 93, "quote_count": 13, "reply_count": 30, - "retweet_count": 27 + "retweet_count": 28 }, "is_translatable": false, "views": { - "count": "214492", + "count": "225583", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 50, + "bookmark_count": 49, "bookmarked": false, "created_at": "Tue Apr 04 22:04:16 +0000 2023", "conversation_id_str": "1643373950930661377", @@ -1374,14 +1655,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 418, + "favorite_count": 433, "favorited": false, "full_text": "🚨 If your developer account application was under review over the last few months, we kindly ask you to re-apply if you are interested in subscribing to our new Twitter API Free or Basic plans. \n\nOur new self-service process should enable you to get access in no time! 🙏", "is_quote_status": false, "lang": "en", "quote_count": 47, - "reply_count": 184, - "retweet_count": 121, + "reply_count": 189, + "retweet_count": 122, "retweeted": false, "user_id_str": "2244994945", "id_str": "1643373950930661377" @@ -1406,109 +1687,14 @@ } }, { - "entryId": "who-to-follow-1700203063807049733", - "sortIndex": "1700203063807049723", + "entryId": "who-to-follow-1719749399019520006", + "sortIndex": "1719749399019519994", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "who-to-follow-1700203063807049733-user-6253282", - "item": { - "itemContent": { - "itemType": "TimelineUser", - "__typename": "TimelineUser", - "user_results": { - "result": { - "__typename": "User", - "id": "VXNlcjo2MjUzMjgy", - "rest_id": "6253282", - "affiliates_highlighted_label": { - "label": { - "url": { - "url": "https://twitter.com/X", - "urlType": "DeepLink" - }, - "badge": { - "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg" - }, - "description": "X", - "userLabelType": "BusinessLabel", - "userLabelDisplayType": "Badge" - } - }, - "has_graduated_access": true, - "is_blue_verified": true, - "profile_image_shape": "Square", - "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Wed May 23 06:01:13 +0000 2007", - "default_profile": false, - "default_profile_image": false, - "description": "Updates about X API changes and service issues.", - "entities": { - "description": { - "urls": [] - }, - "url": { - "urls": [ - { - "display_url": "developer.twitter.com", - "expanded_url": "https://developer.twitter.com", - "url": "https://t.co/8Tih36kGlJ", - "indices": [ - 0, - 23 - ] - } - ] - } - }, - "fast_followers_count": 0, - "favourites_count": 4, - "followers_count": 5963428, - "friends_count": 34, - "has_custom_timelines": false, - "is_translator": false, - "listed_count": 12253, - "location": "", - "media_count": 9, - "name": "API", - "normal_followers_count": 5963428, - "pinned_tweet_ids_str": [], - "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg", - "profile_interstitial_type": "", - "screen_name": "API", - "statuses_count": 3747, - "translator_type": "regular", - "url": "https://t.co/8Tih36kGlJ", - "verified": false, - "verified_type": "Business", - "want_retweets": false, - "withheld_in_countries": [] - } - } - }, - "userDisplayType": "User" - }, - "clientEventInfo": { - "component": "suggest_who_to_follow", - "element": "user", - "details": { - "timelinesDetails": { - "injectionType": "WhoToFollow", - "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgAByeVOMxiabggKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" - } - } - } - } - }, - { - "entryId": "who-to-follow-1700203063807049733-user-31311757", + "entryId": "who-to-follow-1719749399019520006-user-31311757", "item": { "itemContent": { "itemType": "TimelineUser", @@ -1548,23 +1734,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 3406, - "followers_count": 4331001, + "favourites_count": 3419, + "followers_count": 4360375, "friends_count": 61, "has_custom_timelines": true, "is_translator": false, - "listed_count": 16965, + "listed_count": 16963, "location": "", - "media_count": 2942, + "media_count": 2951, "name": "Google Maps", - "normal_followers_count": 4331001, + "normal_followers_count": 4360375, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/31311757/1635803694", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1455292284958695424/SP3GFrPA_normal.jpg", "profile_interstitial_type": "", "screen_name": "googlemaps", - "statuses_count": 134151, + "statuses_count": 135941, "translator_type": "none", "url": "https://t.co/WEaDNM49BF", "verified": false, @@ -1583,14 +1769,14 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgAByeVOMxiabggKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgABP3Wuh6SPOFsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } } }, { - "entryId": "who-to-follow-1700203063807049733-user-3282802674", + "entryId": "who-to-follow-1719749399019520006-user-1399766153053061121", "item": { "itemContent": { "itemType": "TimelineUser", @@ -1598,8 +1784,8 @@ "user_results": { "result": { "__typename": "User", - "id": "VXNlcjozMjgyODAyNjc0", - "rest_id": "3282802674", + "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx", + "rest_id": "1399766153053061121", "affiliates_highlighted_label": { "label": { "url": { @@ -1618,12 +1804,12 @@ "is_blue_verified": true, "profile_image_shape": "Square", "legacy": { - "can_dm": false, - "can_media_tag": true, - "created_at": "Sat Jul 18 00:53:20 +0000 2015", + "can_dm": true, + "can_media_tag": false, + "created_at": "Tue Jun 01 16:34:27 +0000 2021", "default_profile": true, "default_profile_image": false, - "description": "Because brands are good here, too.", + "description": "Subscribe to get your blue checkmark and access to new features, like Edit, long videos, 25k+ character long posts, bookmark folders, and more.", "entities": { "description": { "urls": [] @@ -1631,9 +1817,9 @@ "url": { "urls": [ { - "display_url": "marketing.twitter.com", - "expanded_url": "https://marketing.twitter.com/", - "url": "https://t.co/zmAWdywSG8", + "display_url": "x.com/i/premium_sign…", + "expanded_url": "https://x.com/i/premium_sign_up", + "url": "https://t.co/zJi0ZdXW63", "indices": [ 0, 23 @@ -1643,27 +1829,25 @@ } }, "fast_followers_count": 0, - "favourites_count": 236, - "followers_count": 80207, - "friends_count": 82, + "favourites_count": 457, + "followers_count": 691048, + "friends_count": 1, "has_custom_timelines": true, "is_translator": false, - "listed_count": 314, - "location": "Dubai, United Arab Emirates", - "media_count": 503, - "name": "Marketing MENA", - "normal_followers_count": 80207, - "pinned_tweet_ids_str": [ - "1634166995556999172" - ], + "listed_count": 1212, + "location": "", + "media_count": 45, + "name": "Premium", + "normal_followers_count": 691048, + "pinned_tweet_ids_str": [], "possibly_sensitive": false, - "profile_banner_url": "https://pbs.twimg.com/profile_banners/3282802674/1690214101", - "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683506075385966592/M-27Ix8c_normal.jpg", + "profile_banner_url": "https://pbs.twimg.com/profile_banners/1399766153053061121/1690180776", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683366300054069248/67v23AEj_normal.jpg", "profile_interstitial_type": "", - "screen_name": "MarketingMENA", - "statuses_count": 1243, + "screen_name": "premium", + "statuses_count": 1185, "translator_type": "none", - "url": "https://t.co/zmAWdywSG8", + "url": "https://t.co/zJi0ZdXW63", "verified": false, "verified_type": "Business", "want_retweets": false, @@ -1680,7 +1864,89 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgAByeVOMxiabggKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgABP3Wuh6SPOFsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + } + } + } + } + }, + { + "entryId": "who-to-follow-1719749399019520006-user-33838201", + "item": { + "itemContent": { + "itemType": "TimelineUser", + "__typename": "TimelineUser", + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjozMzgzODIwMQ==", + "rest_id": "33838201", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Tue Apr 21 06:59:33 +0000 2009", + "default_profile": true, + "default_profile_image": false, + "description": "Google AI is focused on bringing the benefits of AI to everyone. In conducting and applying our research, we advance the state-of-the-art in many domains.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "research.google", + "expanded_url": "https://research.google", + "url": "https://t.co/WrL9sUqFHx", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 6, + "followers_count": 2061088, + "friends_count": 22, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 22857, + "location": "Mountain View, CA", + "media_count": 732, + "name": "Google AI", + "normal_followers_count": 2061088, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/33838201/1525739769", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/993649592422907904/yD7LkqU2_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "GoogleAI", + "statuses_count": 2254, + "translator_type": "none", + "url": "https://t.co/WrL9sUqFHx", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "userDisplayType": "User" + }, + "clientEventInfo": { + "component": "suggest_who_to_follow", + "element": "user", + "details": { + "timelinesDetails": { + "injectionType": "WhoToFollow", + "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", + "sourceData": "DAABCgABP3Wuh6SPOFsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } @@ -1707,21 +1973,438 @@ "timelinesDetails": { "injectionType": "WhoToFollow", "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA", - "sourceData": "DAABCgAByeVOMxiabggKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" + "sourceData": "DAABCgABP3Wuh6SPOFsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA=" } } } } }, { - "entryId": "profile-conversation-1700203063807049734", - "sortIndex": "1700203063807049722", + "entryId": "promoted-tweet-1718076366069850250-5d419e3ea14cf5f", + "sortIndex": "1719749399019519993", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "TweetWithVisibilityResults", + "tweet": { + "rest_id": "1718076366069850250", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo3MDQxODI3NDYzNjE0MzgyMDg=", + "rest_id": "704182746361438208", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Feb 29 05:53:44 +0000 2016", + "default_profile": true, + "default_profile_image": false, + "description": "Our products are crafted with care and attention to detail, using only the finest materials. Whether you're looking for a statement piece or everyday wear, we'v", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "Iceystal.com", + "expanded_url": "http://Iceystal.com", + "url": "https://t.co/9SEkbAQzti", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 249, + "friends_count": 1, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 10, + "location": "Hongkong", + "media_count": 2, + "name": "IceystalShop", + "normal_followers_count": 249, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/704182746361438208/1694396227", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1701047169590112256/6ZZVoc3__normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IceystalShop", + "statuses_count": 2, + "translator_type": "none", + "url": "https://t.co/9SEkbAQzti", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1718076366069850250" + ], + "editable_until_msecs": "1698459900000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "330074", + "state": "EnabledWithCount" + }, + "source": "Twitter Ads", + "legacy": { + "bookmark_count": 27, + "bookmarked": false, + "created_at": "Sat Oct 28 01:25:00 +0000 2023", + "conversation_control": { + "policy": "Community", + "conversation_owner_results": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "IceystalShop" + } + } + } + }, + "conversation_id_str": "1718076366069850250", + "display_text_range": [ + 0, + 109 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/oGjBTELXHp", + "expanded_url": "https://twitter.com/IceystalShop/status/1718076366069850250/photo/1", + "id_str": "1706480513396154368", + "indices": [ + 110, + 133 + ], + "media_key": "3_1706480513396154368", + "media_url_https": "https://pbs.twimg.com/media/F66i_FEaoAARCN2.jpg", + "type": "photo", + "url": "https://t.co/oGjBTELXHp", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "medium": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 680, + "width": 680, + "focus_rects": [ + { + "x": 0, + "y": 299, + "w": 680, + "h": 381 + }, + { + "x": 0, + "y": 0, + "w": 680, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 596, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 340, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 680, + "h": 680 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "iceystal.com/product/owl-ey…", + "expanded_url": "https://iceystal.com/product/owl-eyes-ring/", + "url": "https://t.co/5d7yCOe6nM", + "indices": [ + 86, + 109 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/oGjBTELXHp", + "expanded_url": "https://twitter.com/IceystalShop/status/1718076366069850250/photo/1", + "id_str": "1706480513396154368", + "indices": [ + 110, + 133 + ], + "media_key": "3_1706480513396154368", + "media_url_https": "https://pbs.twimg.com/media/F66i_FEaoAARCN2.jpg", + "type": "photo", + "url": "https://t.co/oGjBTELXHp", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "medium": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 680, + "width": 680, + "focus_rects": [ + { + "x": 0, + "y": 299, + "w": 680, + "h": 381 + }, + { + "x": 0, + "y": 0, + "w": 680, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 596, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 340, + "h": 680 + }, + { + "x": 0, + "y": 0, + "w": 680, + "h": 680 + } + ] + } + } + ] + }, + "favorite_count": 361, + "favorited": false, + "full_text": "✨🌹The intricate design features a beautiful owl with piercing eyes!!! 🦉\n\n💖Get it here👉https://t.co/5d7yCOe6nM https://t.co/oGjBTELXHp", + "is_quote_status": false, + "lang": "en", + "limited_actions": "limited_replies", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 4, + "reply_count": 0, + "retweet_count": 16, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "704182746361438208", + "id_str": "1718076366069850250" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjo3MDQxODI3NDYzNjE0MzgyMDg=", + "rest_id": "704182746361438208", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Mon Feb 29 05:53:44 +0000 2016", + "default_profile": true, + "default_profile_image": false, + "description": "Our products are crafted with care and attention to detail, using only the finest materials. Whether you're looking for a statement piece or everyday wear, we'v", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "Iceystal.com", + "expanded_url": "http://Iceystal.com", + "url": "https://t.co/9SEkbAQzti", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 249, + "friends_count": 1, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 10, + "location": "Hongkong", + "media_count": 2, + "name": "IceystalShop", + "normal_followers_count": 249, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/704182746361438208/1694396227", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1701047169590112256/6ZZVoc3__normal.jpg", + "profile_interstitial_type": "", + "screen_name": "IceystalShop", + "statuses_count": 2, + "translator_type": "none", + "url": "https://t.co/9SEkbAQzti", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [], + "impressionId": "5d419e3ea14cf5f", + "impressionString": "5d419e3ea14cf5f", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "250qdo6h76ps4qvpmagvt9sggg" + } + ] + } + } + } + } + }, + { + "entryId": "profile-conversation-1719749399019520008", + "sortIndex": "1719749399019519992", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049734-tweet-1641222788911624192", + "entryId": "profile-conversation-1719749399019520008-tweet-1641222788911624192", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1779,16 +2462,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -1797,7 +2480,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -1819,6 +2502,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222788911624192" @@ -1829,12 +2513,12 @@ }, "is_translatable": false, "views": { - "count": "286619", + "count": "294318", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 36, + "bookmark_count": 35, "bookmarked": false, "created_at": "Wed Mar 29 23:36:19 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -1848,7 +2532,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 208, + "favorite_count": 213, "favorited": false, "full_text": "For Academia, we are looking at new ways to continue serving this community. In the meantime Free, Basic and Enterprise tiers are available for academics. Stay tuned to @TwitterDev to learn more.", "in_reply_to_screen_name": "XDevelopers", @@ -1856,9 +2540,9 @@ "in_reply_to_user_id_str": "2244994945", "is_quote_status": false, "lang": "en", - "quote_count": 68, - "reply_count": 62, - "retweet_count": 105, + "quote_count": 69, + "reply_count": 64, + "retweet_count": 107, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222788911624192" @@ -1883,7 +2567,7 @@ } }, { - "entryId": "profile-conversation-1700203063807049734-tweet-1641222789901484034", + "entryId": "profile-conversation-1719749399019520008-tweet-1641222789901484034", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -1941,16 +2625,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -1959,7 +2643,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -1981,6 +2665,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222789901484034" @@ -1991,7 +2676,7 @@ }, "is_translatable": false, "views": { - "count": "286799", + "count": "292022", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2020,7 +2705,7 @@ "lang": "en", "quote_count": 26, "reply_count": 92, - "retweet_count": 81, + "retweet_count": 80, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222789901484034" @@ -2067,14 +2752,14 @@ } }, { - "entryId": "profile-conversation-1700203063807049735", - "sortIndex": "1700203063807049721", + "entryId": "profile-conversation-1719749399019520009", + "sortIndex": "1719749399019519991", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049735-tweet-1641222786894135296", + "entryId": "profile-conversation-1719749399019520009-tweet-1641222786894135296", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2132,16 +2817,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2150,7 +2835,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2172,6 +2857,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222786894135296" @@ -2182,12 +2868,12 @@ }, "is_translatable": false, "views": { - "count": "1042846", + "count": "1061310", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 76, + "bookmark_count": 79, "bookmarked": false, "created_at": "Wed Mar 29 23:36:19 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -2201,7 +2887,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 486, + "favorite_count": 502, "favorited": false, "full_text": "Over the next 30 days, we will deprecate current access tiers such as Standard (v1.1), Essential (v2), Elevated (v2), and Premium so we recommend that you migrate to the new tiers as soon as possible for a smooth transition.", "in_reply_to_screen_name": "XDevelopers", @@ -2209,9 +2895,9 @@ "in_reply_to_user_id_str": "2244994945", "is_quote_status": false, "lang": "en", - "quote_count": 260, - "reply_count": 72, - "retweet_count": 359, + "quote_count": 259, + "reply_count": 77, + "retweet_count": 356, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222786894135296" @@ -2236,7 +2922,7 @@ } }, { - "entryId": "profile-conversation-1700203063807049735-tweet-1641222787934355456", + "entryId": "profile-conversation-1719749399019520009-tweet-1641222787934355456", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2294,16 +2980,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2312,7 +2998,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2334,6 +3020,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222787934355456" @@ -2344,7 +3031,7 @@ }, "is_translatable": false, "views": { - "count": "216566", + "count": "223672", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2373,7 +3060,7 @@ "lang": "en", "quote_count": 4, "reply_count": 6, - "retweet_count": 71, + "retweet_count": 72, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222787934355456" @@ -2419,14 +3106,14 @@ } }, { - "entryId": "profile-conversation-1700203063807049736", - "sortIndex": "1700203063807049720", + "entryId": "profile-conversation-1719749399019520010", + "sortIndex": "1719749399019519990", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049736-tweet-1641222785702952961", + "entryId": "profile-conversation-1719749399019520010-tweet-1641222785702952961", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2484,16 +3171,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2502,7 +3189,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2524,6 +3211,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222785702952961" @@ -2534,7 +3225,7 @@ }, "is_translatable": false, "views": { - "count": "236503", + "count": "240875", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2563,7 +3254,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 145, + "favorite_count": 144, "favorited": false, "full_text": "If you are a business or have any scaled commercial projects, we encourage you to apply for our Enterprise tier to get managed services, complete streams, and access that meets your specific needs. \n\nApply now: https://t.co/mBmGTnKYpA", "in_reply_to_screen_name": "XDevelopers", @@ -2575,7 +3266,7 @@ "possibly_sensitive_editable": true, "quote_count": 10, "reply_count": 13, - "retweet_count": 67, + "retweet_count": 68, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222785702952961" @@ -2621,14 +3312,14 @@ } }, { - "entryId": "profile-conversation-1700203063807049737", - "sortIndex": "1700203063807049719", + "entryId": "profile-conversation-1719749399019520011", + "sortIndex": "1719749399019519989", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049737-tweet-1641222782594990080", + "entryId": "profile-conversation-1719749399019520011-tweet-1641222782594990080", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2686,16 +3377,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2704,7 +3395,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2726,6 +3417,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1641222782594990080" @@ -2736,12 +3428,12 @@ }, "is_translatable": false, "views": { - "count": "7224621", + "count": "7243850", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 434, + "bookmark_count": 433, "bookmarked": false, "created_at": "Wed Mar 29 23:36:18 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -2761,8 +3453,8 @@ "is_quote_status": false, "lang": "en", "quote_count": 1011, - "reply_count": 549, - "retweet_count": 1068, + "reply_count": 546, + "retweet_count": 1061, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222782594990080" @@ -2787,7 +3479,7 @@ } }, { - "entryId": "profile-conversation-1700203063807049737-tweet-1641222784599879680", + "entryId": "profile-conversation-1719749399019520011-tweet-1641222784599879680", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -2845,16 +3537,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -2863,7 +3555,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -2885,6 +3577,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222784599879680" @@ -2895,7 +3591,7 @@ }, "is_translatable": false, "views": { - "count": "1685706", + "count": "1698507", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -2924,7 +3620,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 389, + "favorite_count": 386, "favorited": false, "full_text": "We are also launching a new Basic (v2) access for hobbyists with 10,000 GET/month and 50,000 POST/month, 2 app IDs, and Login with Twitter for $100/month. \n\nSubscribe now: https://t.co/AQci4FeIWf", "in_reply_to_screen_name": "XDevelopers", @@ -2934,9 +3630,9 @@ "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 850, - "reply_count": 253, - "retweet_count": 472, + "quote_count": 846, + "reply_count": 249, + "retweet_count": 473, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222784599879680" @@ -2982,14 +3678,296 @@ } }, { - "entryId": "profile-conversation-1700203063807049738", - "sortIndex": "1700203063807049718", + "entryId": "promoted-tweet-1719728639397228704-5d4748143328219", + "sortIndex": "1719749399019519988", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "TweetWithVisibilityResults", + "tweet": { + "rest_id": "1719728639397228704", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDQyMTQ1NjM=", + "rest_id": "244214563", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 28 20:08:57 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Reisfanaten | Bij ons vind je de beste aanbiedingen | Voor elk budget de beste deal! | Planes, trains & automobiles", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "dutchflyguys.nl", + "expanded_url": "https://www.dutchflyguys.nl", + "url": "https://t.co/A0vgTwCeqH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 14350, + "followers_count": 105340, + "friends_count": 84165, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 529, + "location": "Rotterdam, Nederland", + "media_count": 20695, + "name": "DutchFlyGuys", + "normal_followers_count": 105340, + "pinned_tweet_ids_str": [ + "1719634888947560448" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/244214563/1695215262", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664656172467494914/Z2jHk1sD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DutchFlyGuys", + "statuses_count": 24389, + "translator_type": "none", + "url": "https://t.co/A0vgTwCeqH", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1475530559459938304", + "professional_type": "Creator", + "category": [] + } + } + } + }, + "card": { + "rest_id": "card://1719728635051929600", + "legacy": { + "binding_values": [ + { + "key": "unified_card", + "value": { + "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"SUPER deal naar Bonaire!\",\"is_rtl\":false},\"subtitle\":{\"content\":\"dutchflyguys.nl\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1719728514545446912\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://dutchflyguys.nl/2023/10/vakanties/\",\"vanity\":\"dutchflyguys.nl\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1719728514545446912\":{\"id\":1719728514545446912,\"id_str\":\"1719728514545446912\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F92z-POXcAAN8hu.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":418,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":418,\"w\":746},{\"x\":131,\"y\":0,\"h\":418,\"w\":418},{\"x\":157,\"y\":0,\"h\":418,\"w\":367},{\"x\":236,\"y\":0,\"h\":418,\"w\":209},{\"x\":0,\"y\":0,\"h\":418,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":418,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":355,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_user_id\":244214563,\"source_user_id_str\":\"244214563\",\"media_key\":\"3_1719728514545446912\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":152,\"green\":203,\"blue\":168},\"percentage\":29.73},{\"rgb\":{\"red\":189,\"green\":211,\"blue\":240},\"percentage\":18.66},{\"rgb\":{\"red\":154,\"green\":149,\"blue\":81},\"percentage\":13.86},{\"rgb\":{\"red\":98,\"green\":101,\"blue\":67},\"percentage\":11.85},{\"rgb\":{\"red\":212,\"green\":210,\"blue\":169},\"percentage\":6.83}]}},\"ttl\":-1}}}}}", + "type": "STRING" + } + }, + { + "key": "card_url", + "value": { + "scribe_key": "card_url", + "string_value": "https://twitter.com", + "type": "STRING" + } + } + ], + "card_platform": { + "platform": { + "audience": { + "name": "production" + }, + "device": { + "name": "Swift", + "version": "12" + } + } + }, + "name": "unified_card", + "url": "card://1719728635051929600", + "user_refs_results": [] + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719728639397228704" + ], + "editable_until_msecs": "1698853833000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": true, + "views": { + "count": "5109", + "state": "EnabledWithCount" + }, + "source": "simpleads-ui", + "legacy": { + "bookmark_count": 0, + "bookmarked": false, + "created_at": "Wed Nov 01 14:50:33 +0000 2023", + "conversation_control": { + "policy": "ByInvitation", + "conversation_owner_results": { + "result": { + "__typename": "User", + "legacy": { + "screen_name": "DutchFlyGuys" + } + } + } + }, + "conversation_id_str": "1719728639397228704", + "display_text_range": [ + 0, + 128 + ], + "entities": { + "user_mentions": [], + "urls": [], + "hashtags": [], + "symbols": [] + }, + "favorite_count": 1, + "favorited": false, + "full_text": "SUPER deal naar Bonaire!\n\n9 dagen vanaf €755,25\n\nInclusief vlucht vanaf Schiphol, erg goed beoordeeld appartement & transfer", + "is_quote_status": false, + "lang": "nl", + "limited_actions": "limited_replies", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 0, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "244214563", + "id_str": "1719728639397228704" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNDQyMTQ1NjM=", + "rest_id": "244214563", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Square", + "legacy": { + "can_dm": true, + "can_media_tag": true, + "created_at": "Fri Jan 28 20:08:57 +0000 2011", + "default_profile": false, + "default_profile_image": false, + "description": "Reisfanaten | Bij ons vind je de beste aanbiedingen | Voor elk budget de beste deal! | Planes, trains & automobiles", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "dutchflyguys.nl", + "expanded_url": "https://www.dutchflyguys.nl", + "url": "https://t.co/A0vgTwCeqH", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 14350, + "followers_count": 105340, + "friends_count": 84165, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 529, + "location": "Rotterdam, Nederland", + "media_count": 20695, + "name": "DutchFlyGuys", + "normal_followers_count": 105340, + "pinned_tweet_ids_str": [ + "1719634888947560448" + ], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/244214563/1695215262", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664656172467494914/Z2jHk1sD_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "DutchFlyGuys", + "statuses_count": 24389, + "translator_type": "none", + "url": "https://t.co/A0vgTwCeqH", + "verified": false, + "verified_type": "Business", + "want_retweets": false, + "withheld_in_countries": [] + }, + "professional": { + "rest_id": "1475530559459938304", + "professional_type": "Creator", + "category": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [ + { + "key": "website_card_variation", + "value": "0" + } + ], + "impressionId": "5d4748143328219", + "impressionString": "5d4748143328219", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "244n1dmw5nczdvzvj2p606kr07" + } + ] + } + } + } + } + }, + { + "entryId": "profile-conversation-1719749399019520013", + "sortIndex": "1719749399019519987", "content": { "entryType": "TimelineTimelineModule", "__typename": "TimelineTimelineModule", "items": [ { - "entryId": "profile-conversation-1700203063807049738-tweet-1641222783601631233", + "entryId": "profile-conversation-1719749399019520013-tweet-1641222783601631233", "item": { "itemContent": { "itemType": "TimelineTweet", @@ -3047,16 +4025,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3065,7 +4043,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3087,6 +4065,10 @@ } } }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, "edit_control": { "edit_tweet_ids": [ "1641222783601631233" @@ -3097,12 +4079,12 @@ }, "is_translatable": false, "views": { - "count": "1155311", + "count": "1163306", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 94, + "bookmark_count": 96, "bookmarked": false, "created_at": "Wed Mar 29 23:36:18 +0000 2023", "conversation_id_str": "1641222782594990080", @@ -3126,7 +4108,7 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 414, + "favorite_count": 411, "favorited": false, "full_text": "Introducing a new form of Free (v2) access for write-only use cases and those testing the Twitter API with 1,500 Tweets/month at the app level, media upload endpoints, and Login with Twitter. \n\nGet started: https://t.co/CqCRD3vbE5", "in_reply_to_screen_name": "XDevelopers", @@ -3136,9 +4118,9 @@ "lang": "en", "possibly_sensitive": false, "possibly_sensitive_editable": true, - "quote_count": 348, + "quote_count": 349, "reply_count": 66, - "retweet_count": 359, + "retweet_count": 360, "retweeted": false, "user_id_str": "2244994945", "id_str": "1641222783601631233" @@ -3185,7 +4167,7 @@ }, { "entryId": "tweet-1638262172798144545", - "sortIndex": "1700203063807049717", + "sortIndex": "1719749399019519986", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3245,16 +4227,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3263,7 +4245,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3285,6 +4267,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1638262172798144545" @@ -3309,6 +4292,15 @@ ], "entities": { "user_mentions": [ + { + "id_str": "-1", + "name": "", + "screen_name": "TwitterSafety", + "indices": [ + 3, + 17 + ] + }, { "id_str": "75263523", "name": "Sprinklr", @@ -3330,7 +4322,7 @@ "lang": "en", "quote_count": 0, "reply_count": 0, - "retweet_count": 2595, + "retweet_count": 2557, "retweeted": false, "user_id_str": "2244994945", "id_str": "1638262172798144545", @@ -3397,23 +4389,23 @@ } }, "fast_followers_count": 0, - "favourites_count": 189, - "followers_count": 3669107, - "friends_count": 141, + "favourites_count": 188, + "followers_count": 3683102, + "friends_count": 135, "has_custom_timelines": true, "is_translator": false, - "listed_count": 8427, + "listed_count": 8468, "location": "X HQ", - "media_count": 157, + "media_count": 159, "name": "Safety", - "normal_followers_count": 3669107, + "normal_followers_count": 3683102, "pinned_tweet_ids_str": [], "possibly_sensitive": false, "profile_banner_url": "https://pbs.twimg.com/profile_banners/95731075/1690214538", "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683507906891718658/ZS9jJfar_normal.jpg", "profile_interstitial_type": "", "screen_name": "Safety", - "statuses_count": 1536, + "statuses_count": 1553, "translator_type": "regular", "url": "https://t.co/jD9AXHS5UF", "verified": false, @@ -3424,6 +4416,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1638255718540165121" @@ -3434,12 +4427,12 @@ }, "is_translatable": false, "views": { - "count": "8053486", + "count": "8072583", "state": "EnabledWithCount" }, "source": "Twitter Web App", "legacy": { - "bookmark_count": 410, + "bookmark_count": 407, "bookmarked": false, "created_at": "Tue Mar 21 19:06:15 +0000 2023", "conversation_id_str": "1638255718540165121", @@ -3463,14 +4456,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 17538, + "favorite_count": 17377, "favorited": false, "full_text": "We recently partnered with @Sprinklr for an independent assessment of hate speech on Twitter, which we’ve been sharing data on publicly for several months.\n\nSprinklr’s AI-powered model found that the reach of hate speech on Twitter is even lower than our own model quantified 🧵", "is_quote_status": false, "lang": "en", - "quote_count": 534, - "reply_count": 1962, - "retweet_count": 2595, + "quote_count": 536, + "reply_count": 1938, + "retweet_count": 2557, "retweeted": false, "user_id_str": "95731075", "id_str": "1638255718540165121" @@ -3499,7 +4492,7 @@ }, { "entryId": "tweet-1626732269174943745", - "sortIndex": "1700203063807049716", + "sortIndex": "1719749399019519985", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3559,16 +4552,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3577,7 +4570,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3599,6 +4592,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1626732269174943745" @@ -3609,7 +4603,7 @@ }, "is_translatable": false, "views": { - "count": "3829496", + "count": "3862405", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -3628,14 +4622,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 656, + "favorite_count": 652, "favorited": false, "full_text": "Twitter is committed to the success of our Developer ecosystem. Our previous updates still stand as we phase our roll-out over the next few weeks so that we can focus on the quality and performance of our platform. Thank you!", "is_quote_status": false, "lang": "en", "quote_count": 317, - "reply_count": 248, - "retweet_count": 373, + "reply_count": 242, + "retweet_count": 370, "retweeted": false, "user_id_str": "2244994945", "id_str": "1626732269174943745" @@ -3661,7 +4655,7 @@ }, { "entryId": "tweet-1625234161010343941", - "sortIndex": "1700203063807049715", + "sortIndex": "1719749399019519984", "content": { "entryType": "TimelineTimelineItem", "__typename": "TimelineTimelineItem", @@ -3721,16 +4715,16 @@ } }, "fast_followers_count": 0, - "favourites_count": 2078, - "followers_count": 590993, - "friends_count": 1934, + "favourites_count": 2077, + "followers_count": 596281, + "friends_count": 1913, "has_custom_timelines": true, "is_translator": false, - "listed_count": 2491, + "listed_count": 2516, "location": "127.0.0.1", "media_count": 815, "name": "Developers", - "normal_followers_count": 590993, + "normal_followers_count": 596281, "pinned_tweet_ids_str": [ "1661790253886177280" ], @@ -3739,7 +4733,7 @@ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg", "profile_interstitial_type": "", "screen_name": "XDevelopers", - "statuses_count": 4053, + "statuses_count": 4042, "translator_type": "regular", "url": "https://t.co/RUXWsqdGk8", "verified": false, @@ -3761,6 +4755,7 @@ } } }, + "unmention_data": {}, "edit_control": { "edit_tweet_ids": [ "1625234161010343941" @@ -3771,7 +4766,7 @@ }, "is_translatable": false, "views": { - "count": "2453657", + "count": "2460284", "state": "EnabledWithCount" }, "source": "Twitter Web App", @@ -3804,14 +4799,14 @@ "hashtags": [], "symbols": [] }, - "favorite_count": 1390, + "favorite_count": 1381, "favorited": false, "full_text": "There has been an immense amount of enthusiasm for the upcoming changes with Twitter API. As part of our efforts to create an optimal experience for the developer community, we will be delaying the launch of our new API platform by a few more days. \n\nMore information to follow…", "is_quote_status": false, "lang": "en", - "quote_count": 2374, - "reply_count": 698, - "retweet_count": 1958, + "quote_count": 2367, + "reply_count": 679, + "retweet_count": 1948, "retweeted": false, "user_id_str": "2244994945", "id_str": "1625234161010343941" @@ -3836,22 +4831,425 @@ } }, { - "entryId": "cursor-top-1700203063807049729", - "sortIndex": "1700203063807049729", + "entryId": "promoted-tweet-1719536611216720357-5d44b45a65ba61e", + "sortIndex": "1719749399019519983", + "content": { + "entryType": "TimelineTimelineItem", + "__typename": "TimelineTimelineItem", + "itemContent": { + "itemType": "TimelineTweet", + "__typename": "TimelineTweet", + "tweet_results": { + "result": { + "__typename": "Tweet", + "rest_id": "1719536611216720357", + "core": { + "user_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjAyODk4NjU2", + "rest_id": "2602898656", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 12 04:03:36 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "Stay ahead of the fashion curve with our carefully curated selection of clothing and accessories.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "fashionvibess.com", + "expanded_url": "https://www.fashionvibess.com/", + "url": "https://t.co/DRo4emNb4H", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 381, + "friends_count": 1, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 12, + "location": "California", + "media_count": 9, + "name": "FVibes_shop", + "normal_followers_count": 381, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2602898656/1691379657", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688394756815192064/bDuMlOsW_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FVibes_shop", + "statuses_count": 9, + "translator_type": "none", + "url": "https://t.co/DRo4emNb4H", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + } + }, + "unmention_data": {}, + "unified_card": { + "card_fetch_state": "NoCard" + }, + "edit_control": { + "edit_tweet_ids": [ + "1719536611216720357" + ], + "editable_until_msecs": "1698808050000", + "is_edit_eligible": false, + "edits_remaining": "5" + }, + "is_translatable": false, + "views": { + "count": "92167", + "state": "EnabledWithCount" + }, + "source": "Twitter Ads", + "legacy": { + "bookmark_count": 1, + "bookmarked": false, + "created_at": "Wed Nov 01 02:07:30 +0000 2023", + "conversation_id_str": "1719536611216720357", + "display_text_range": [ + 0, + 105 + ], + "entities": { + "media": [ + { + "display_url": "pic.twitter.com/wHIk6oLhQB", + "expanded_url": "https://twitter.com/FVibes_shop/status/1719536611216720357/photo/1", + "id_str": "1719536466857246720", + "indices": [ + 106, + 129 + ], + "media_key": "3_1719536466857246720", + "media_url_https": "https://pbs.twimg.com/media/F90FTl1bQAA5Nag.jpg", + "type": "photo", + "url": "https://t.co/wHIk6oLhQB", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 900, + "w": 900, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 900, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 900, + "width": 900, + "focus_rects": [ + { + "x": 0, + "y": 85, + "w": 900, + "h": 504 + }, + { + "x": 0, + "y": 0, + "w": 900, + "h": 900 + }, + { + "x": 111, + "y": 0, + "w": 789, + "h": 900 + }, + { + "x": 427, + "y": 0, + "w": 450, + "h": 900 + }, + { + "x": 0, + "y": 0, + "w": 900, + "h": 900 + } + ] + } + } + ], + "user_mentions": [], + "urls": [ + { + "display_url": "fashionvibess.com/products/textu…", + "expanded_url": "https://www.fashionvibess.com/products/textured-sweatshirt", + "url": "https://t.co/VaAqLHGLnm", + "indices": [ + 82, + 105 + ] + } + ], + "hashtags": [], + "symbols": [] + }, + "extended_entities": { + "media": [ + { + "display_url": "pic.twitter.com/wHIk6oLhQB", + "expanded_url": "https://twitter.com/FVibes_shop/status/1719536611216720357/photo/1", + "id_str": "1719536466857246720", + "indices": [ + 106, + 129 + ], + "media_key": "3_1719536466857246720", + "media_url_https": "https://pbs.twimg.com/media/F90FTl1bQAA5Nag.jpg", + "type": "photo", + "url": "https://t.co/wHIk6oLhQB", + "ext_media_availability": { + "status": "Available" + }, + "features": { + "large": { + "faces": [] + }, + "medium": { + "faces": [] + }, + "small": { + "faces": [] + }, + "orig": { + "faces": [] + } + }, + "sizes": { + "large": { + "h": 900, + "w": 900, + "resize": "fit" + }, + "medium": { + "h": 900, + "w": 900, + "resize": "fit" + }, + "small": { + "h": 680, + "w": 680, + "resize": "fit" + }, + "thumb": { + "h": 150, + "w": 150, + "resize": "crop" + } + }, + "original_info": { + "height": 900, + "width": 900, + "focus_rects": [ + { + "x": 0, + "y": 85, + "w": 900, + "h": 504 + }, + { + "x": 0, + "y": 0, + "w": 900, + "h": 900 + }, + { + "x": 111, + "y": 0, + "w": 789, + "h": 900 + }, + { + "x": 427, + "y": 0, + "w": 450, + "h": 900 + }, + { + "x": 0, + "y": 0, + "w": 900, + "h": 900 + } + ] + } + } + ] + }, + "favorite_count": 51, + "favorited": false, + "full_text": "Hey there, dog lover! 🐶🐾 I've found one that I think you'll love. \nPerfect gift ➡️https://t.co/VaAqLHGLnm https://t.co/wHIk6oLhQB", + "is_quote_status": false, + "lang": "en", + "possibly_sensitive": false, + "possibly_sensitive_editable": true, + "quote_count": 0, + "reply_count": 0, + "retweet_count": 3, + "retweeted": false, + "scopes": { + "followers": false + }, + "user_id_str": "2602898656", + "id_str": "1719536611216720357" + }, + "quick_promote_eligibility": { + "eligibility": "IneligibleNotProfessional" + } + } + }, + "tweetDisplayType": "Tweet", + "promotedMetadata": { + "advertiser_results": { + "result": { + "__typename": "User", + "id": "VXNlcjoyNjAyODk4NjU2", + "rest_id": "2602898656", + "affiliates_highlighted_label": {}, + "has_graduated_access": true, + "is_blue_verified": true, + "profile_image_shape": "Circle", + "legacy": { + "can_dm": false, + "can_media_tag": true, + "created_at": "Thu Jun 12 04:03:36 +0000 2014", + "default_profile": true, + "default_profile_image": false, + "description": "Stay ahead of the fashion curve with our carefully curated selection of clothing and accessories.", + "entities": { + "description": { + "urls": [] + }, + "url": { + "urls": [ + { + "display_url": "fashionvibess.com", + "expanded_url": "https://www.fashionvibess.com/", + "url": "https://t.co/DRo4emNb4H", + "indices": [ + 0, + 23 + ] + } + ] + } + }, + "fast_followers_count": 0, + "favourites_count": 0, + "followers_count": 381, + "friends_count": 1, + "has_custom_timelines": false, + "is_translator": false, + "listed_count": 12, + "location": "California", + "media_count": 9, + "name": "FVibes_shop", + "normal_followers_count": 381, + "pinned_tweet_ids_str": [], + "possibly_sensitive": false, + "profile_banner_url": "https://pbs.twimg.com/profile_banners/2602898656/1691379657", + "profile_image_url_https": "https://pbs.twimg.com/profile_images/1688394756815192064/bDuMlOsW_normal.jpg", + "profile_interstitial_type": "", + "screen_name": "FVibes_shop", + "statuses_count": 9, + "translator_type": "none", + "url": "https://t.co/DRo4emNb4H", + "verified": false, + "want_retweets": false, + "withheld_in_countries": [] + } + } + }, + "adMetadataContainer": { + "renderLegacyWebsiteCard": false + }, + "disclosureType": "NoDisclosure", + "experimentValues": [], + "impressionId": "5d44b45a65ba61e", + "impressionString": "5d44b45a65ba61e", + "clickTrackingInfo": { + "urlParams": [ + { + "key": "twclid", + "value": "2-1zqayh8s2yzz1o7rx5kybba7l" + } + ] + } + } + } + } + }, + { + "entryId": "cursor-top-1719749399019520001", + "sortIndex": "1719749399019520001", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAABCgABF5hVrbBAJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA", + "value": "DAABCgABF93G939AJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA", "cursorType": "Top" } }, { - "entryId": "cursor-bottom-1700203063807049714", - "sortIndex": "1700203063807049714", + "entryId": "cursor-bottom-1719749399019519982", + "sortIndex": "1719749399019519982", "content": { "entryType": "TimelineTimelineCursor", "__typename": "TimelineTimelineCursor", - "value": "DAABCgABF5hVrbA___AKAAIWjf3by9oABQgAAwAAAAIAAA", + "value": "DAABCgABF93G938__-wKAAIWjf3by9oABQgAAwAAAAIAAA", "cursorType": "Bottom" } } diff --git a/tests/test_parser.py b/tests/test_parser.py index 3c77aa7..fddbec1 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -252,6 +252,16 @@ async def test_user_tweets_and_replies(): for doc in tweets: check_tweet(doc) +async def test_list_timeline(): + api = API() + mock_gen(api, "list_timeline_raw") + + tweets = await gather(api.list_timeline(1494877848087187461)) + assert len(tweets) > 0 + + for doc in tweets: + check_tweet(doc) + async def test_tweet_with_video(): api = API() diff --git a/twscrape/api.py b/twscrape/api.py index b7be310..166b291 100644 --- a/twscrape/api.py +++ b/twscrape/api.py @@ -8,6 +8,8 @@ from .models import parse_tweet, parse_tweets, parse_user, parse_users from .queue_client import QueueClient from .utils import encode_params, find_obj, get_by_path +# Note: kv is variables, ft is features from original GQL request + SEARCH_FEATURES = { "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled": True, } diff --git a/twscrape/constants.py b/twscrape/constants.py index da85488..1b11872 100644 --- a/twscrape/constants.py +++ b/twscrape/constants.py @@ -3,17 +3,18 @@ TOKEN = "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Z GQL_URL = "https://twitter.com/i/api/graphql" LOGIN_URL = "https://api.twitter.com/1.1/onboarding/task.json" -OP_SearchTimeline = "3Ej-6N7xXONuEp5eJa1TdQ/SearchTimeline" + +OP_SearchTimeline = "lZ0GCEojmtQfiUQa5oJSEw/SearchTimeline" OP_UserByRestId = "QdS5LJDl99iL_KUzckdfNQ/UserByRestId" OP_UserByScreenName = "G3KGOASz96M-Qu0nwmGXNg/UserByScreenName" -OP_TweetDetail = "xOhkmRac04YFZmOzU9PJHg/TweetDetail" -OP_Followers = "rRXFSG5vR6drKr5M37YOTw/Followers" -OP_Following = "iSicc7LrzWGBgDPL0tM_TQ/Following" -OP_Retweeters = "9jBdme5U626ATWp01dvgrA/Retweeters" -OP_Favoriters = "VIA2_af01oqZqBB6NvWi-Q/Favoriters" -OP_UserTweets = "H8OOoI-5ZE4NxgRr8lfyWg/UserTweets" -OP_UserTweetsAndReplies = "Q6aAvPw7azXZbqXzuqTALA/UserTweetsAndReplies" -OP_ListLatestTweetsTimeline = "qHgwF5h2HLowIJ6dHmAP_A/ListLatestTweetsTimeline" +OP_TweetDetail = "BbmLpxKh8rX8LNe2LhVujA/TweetDetail" +OP_Followers = "9LlZicVr2IBf4u2qW5n4-A/Followers" +OP_Following = "8cyc0OKedV_XD62fBjzxUw/Following" +OP_Retweeters = "Y2XHDEKtlJDA_ql2G3OZZQ/Retweeters" +OP_Favoriters = "zXD9lMy1-V_N1OcON9JtEQ/Favoriters" +OP_UserTweets = "VgitpdpNZ-RUIp5D1Z_D-A/UserTweets" +OP_UserTweetsAndReplies = "YlkSUg0mRBx7-EkxCvc-bw/UserTweetsAndReplies" +OP_ListLatestTweetsTimeline = "d1mUZHaqFMxe0xHI3rVc-w/ListLatestTweetsTimeline" GQL_FEATURES = { "blue_business_profile_image_shape_enabled": True, @@ -40,4 +41,6 @@ GQL_FEATURES = { "responsive_web_media_download_video_enabled": False, "rweb_lists_timeline_redesign_enabled": True, "responsive_web_twitter_article_tweet_consumption_enabled": False, + "responsive_web_home_pinned_timelines_enabled": True, + "c9s_tweet_anatomy_moderator_badge_enabled": True, }