diff --git a/.gitattributes b/.gitattributes
index d066a11..85ee838 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1 @@
-tests/mocked-data/* binary merge
\ No newline at end of file
+tests/mocked-data/* binary merge
diff --git a/Makefile b/Makefile
index f30a9c2..2ae7ae8 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ pylint:
test:
@pytest -s --cov=twscrape tests/
-show-cov:
+test-cov:
@pytest -s --cov=twscrape tests/
@coverage html
@open htmlcov/index.html
diff --git a/_get_gql_ops.py b/_get_gql_ops.py
index 2cb79a3..5dad55f 100644
--- a/_get_gql_ops.py
+++ b/_get_gql_ops.py
@@ -1,11 +1,11 @@
+import json
+import os
import re
import httpx
+from fake_useragent import UserAgent
-# 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"
-url = "https://abs.twimg.com/responsive-web/client-web/main.45d48c6a.js"
+client = httpx.Client(headers={"user-agent": UserAgent().chrome})
ops = """
SearchTimeline
@@ -23,13 +23,72 @@ 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}
+
+def script_url(k: str, v: str):
+ return f"https://abs.twimg.com/responsive-web/client-web/{k}.{v}.js"
+
+
+def get_scripts():
+ cache_dir = "/tmp/twscrape-ops"
+ os.makedirs(cache_dir, exist_ok=True)
+
+ rep = client.get("https://twitter.com/elonmusk")
+ rep.raise_for_status()
+ urls = []
+
+ scripts = rep.text.split('e=>e+"."+')[1].split('[e]+"a.js"')[0]
+ try:
+ for k, v in json.loads(scripts).items():
+ urls.append(script_url(k, f"{v}a"))
+ except json.decoder.JSONDecodeError as e:
+ print(scripts)
+ print(e)
+ exit(1)
+
+ v = rep.text.split("/client-web/main.")[1].split(".")[0]
+ urls.append(script_url("main", v))
+
+ urls = [
+ x
+ for x in urls
+ if "/i18n/" not in x and "/icons/" not in x and "react-syntax-highlighter" not in x
+ ]
+
+ scripts = []
+ for i, x in enumerate(urls, 1):
+ cache_path = os.path.join(cache_dir, x.split("/")[-1].split("?")[0])
+ if os.path.exists(cache_path):
+ with open(cache_path) as fp:
+ scripts.append(fp.read())
+ continue
+
+ print(f"({i:3d} / {len(urls):3d}) {x}")
+ rep = client.get(x)
+ rep.raise_for_status()
+
+ with open(cache_path, "w") as fp:
+ fp.write(rep.text)
+ scripts.append(rep.text)
+
+ return scripts
+
+
+all_pairs = {}
+for txt in get_scripts():
+ pairs = re.findall(r'queryId:"(.+?)".+?operationName:"(.+?)"', txt)
+ pairs = {op_name: op_id for op_id, op_name in pairs}
+
+ for k, v in pairs.items():
+ if k in all_pairs and v != all_pairs[k]:
+ print(f"DIFF: {k} = {v} != {all_pairs[k]}")
+
+ all_pairs[k] = v
+
+
+for k, v in all_pairs.items():
+ print(f'OP_{k} = "{v}/{k}"')
+
+print("-" * 40)
for x in ops:
- print(f'OP_{x} = "{pairs.get(x, "???")}/{x}"')
-
-# for ??? check urls:
-# https://twitter.com/SpaceX/status/1719132541632864696/likes
-# https://twitter.com/i/lists/1494877848087187461
+ print(f'OP_{x} = "{all_pairs.get(x, "???")}/{x}"')
diff --git a/tests/mocked-data/favoriters_raw.json b/tests/mocked-data/favoriters_raw.json
index f420bc5..e068855 100644
--- a/tests/mocked-data/favoriters_raw.json
+++ b/tests/mocked-data/favoriters_raw.json
@@ -7,8 +7,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "user-1705015020575465472",
- "sortIndex": "1780899631299235129",
+ "entryId": "user-2534108054",
+ "sortIndex": "1785992517204145634",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -18,67 +18,8 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzA1MDE1MDIwNTc1NDY1NDcy",
- "rest_id": "1705015020575465472",
- "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 22 00:24:03 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "“I’m always up for a good adventure.”",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 27,
- "followers_count": 4,
- "friends_count": 31,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "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/1705015020575465472/1696555066",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1705015063487332352/1CWHEviK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Ay78583628Ayush",
- "statuses_count": 2,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1541534821737869313",
- "sortIndex": "1780846836874841906",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTQxNTM0ODIxNzM3ODY5MzEz",
- "rest_id": "1541534821737869313",
+ "id": "VXNlcjoyNTM0MTA4MDU0",
+ "rest_id": "2534108054",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
@@ -86,273 +27,7 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jun 27 21:32:04 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Lost count at liquidations (I wish i was joking)",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1384,
- "followers_count": 63,
- "friends_count": 182,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "EmanuelApes",
- "normal_followers_count": 63,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717188610603061248/FoRtosB9_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AChance08",
- "statuses_count": 1,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1688366629124780032",
- "sortIndex": "1780838894349396915",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "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": true,
- "created_at": "Mon Aug 07 01:49:26 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "相互フォロー募集中!\nロックがかからないようにフォローしているので少々お待ち下さい!\n気ままに呟きますので皆様の激しい突っ込みお待ちしてます〜",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bit.ly/registerBybit88",
- "expanded_url": "http://bit.ly/registerBybit88",
- "url": "https://t.co/vIKiJLZccn",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1130,
- "followers_count": 953,
- "friends_count": 1171,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 2,
- "location": "global",
- "media_count": 86,
- "name": "Raymond Benson",
- "normal_followers_count": 953,
- "pinned_tweet_ids_str": [
- "1712011866841719120"
- ],
- "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": "Ben66570Benson",
- "statuses_count": 686,
- "translator_type": "none",
- "url": "https://t.co/vIKiJLZccn",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1695422313397981616",
- "professional_type": "Creator",
- "category": [
- {
- "id": 958,
- "name": "Entrepreneur",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1629162167907016706",
- "sortIndex": "1780653875043118461",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjI5MTYyMTY3OTA3MDE2NzA2",
- "rest_id": "1629162167907016706",
- "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 24 16:52:02 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "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",
+ "created_at": "Fri May 30 04:15:49 +0000 2014",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -362,22 +37,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 62,
- "followers_count": 3,
- "friends_count": 24,
+ "favourites_count": 63,
+ "followers_count": 41,
+ "friends_count": 46,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "",
+ "location": "USA",
"media_count": 0,
- "name": "Fredrik DEV",
- "normal_followers_count": 3,
+ "name": "Lia Herawati",
+ "normal_followers_count": 41,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1714959216492920833/DCFLfk5P_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737568100705570816/ZCRNKUQF_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "DevFredrik",
- "statuses_count": 34,
+ "screen_name": "liaherawati705",
+ "statuses_count": 43,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -390,8 +65,8 @@
}
},
{
- "entryId": "user-1458127552351023113",
- "sortIndex": "1780040369852821429",
+ "entryId": "user-2843756880",
+ "sortIndex": "1785992004825564440",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -401,83 +76,45 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDU4MTI3NTUyMzUxMDIzMTEz",
- "rest_id": "1458127552351023113",
+ "id": "VXNlcjoyODQzNzU2ODgw",
+ "rest_id": "2843756880",
"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": false,
- "created_at": "Tue Nov 09 17:41:47 +0000 2021",
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 07 16:34:43 +0000 2014",
"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",
+ "description": "",
"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
- ]
- }
- ]
+ "urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 3105,
- "followers_count": 181,
- "friends_count": 1210,
+ "favourites_count": 178,
+ "followers_count": 59,
+ "friends_count": 61,
"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"
- ],
+ "listed_count": 0,
+ "location": "๊USA",
+ "media_count": 0,
+ "name": "rajibelena",
+ "normal_followers_count": 59,
+ "pinned_tweet_ids_str": [],
"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_image_url_https": "https://pbs.twimg.com/profile_images/1737570804228108288/LacIQmA9_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Whole_e_Bubble",
- "statuses_count": 1516,
+ "screen_name": "rajib6373",
+ "statuses_count": 50,
"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"
- }
- ]
}
}
},
@@ -486,8 +123,8 @@
}
},
{
- "entryId": "user-919651838",
- "sortIndex": "1779765020351531107",
+ "entryId": "user-1718846052747657216",
+ "sortIndex": "1785906677618717919",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -500,8 +137,8 @@
}
},
{
- "entryId": "user-1680003139108327425",
- "sortIndex": "1779586705221332604",
+ "entryId": "user-1717643590594068480",
+ "sortIndex": "1785272785095341343",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -511,67 +148,8 @@
"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",
+ "id": "VXNlcjoxNzE3NjQzNTkwNTk0MDY4NDgw",
+ "rest_id": "1717643590594068480",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -579,32 +157,33 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Wed Dec 14 13:24:48 +0000 2022",
+ "created_at": "Thu Oct 26 20:45:21 +0000 2023",
"default_profile": true,
- "default_profile_image": true,
- "description": "",
+ "default_profile_image": false,
+ "description": "blockchain x \nTechnical analyst'\nNegotiator.....\nAlpha hunter \ncommunity manager \n✍✍✍\n \n️",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 13781,
- "followers_count": 14,
- "friends_count": 112,
+ "favourites_count": 7,
+ "followers_count": 2,
+ "friends_count": 6,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 2,
+ "listed_count": 0,
"location": "",
"media_count": 0,
- "name": "manuel carlos castro",
- "normal_followers_count": 14,
+ "name": "Costante De Luca",
+ "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_banner_url": "https://pbs.twimg.com/profile_banners/1717643590594068480/1698353125",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717643610227666944/lLVgYNFL_normal.png",
"profile_interstitial_type": "",
- "screen_name": "manuelc93934019",
- "statuses_count": 84,
+ "screen_name": "DeCostante16577",
+ "statuses_count": 0,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -617,8 +196,8 @@
}
},
{
- "entryId": "user-1711158177037717504",
- "sortIndex": "1779370817127252798",
+ "entryId": "user-1566952810528526336",
+ "sortIndex": "1785219756293754744",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -628,19 +207,19 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzExMTU4MTc3MDM3NzE3NTA0",
- "rest_id": "1711158177037717504",
+ "id": "VXNlcjoxNTY2OTUyODEwNTI4NTI2MzM2",
+ "rest_id": "1566952810528526336",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Oct 08 23:14:51 +0000 2023",
+ "created_at": "Tue Sep 06 00:54:22 +0000 2022",
"default_profile": true,
"default_profile_image": false,
- "description": "Entertainment🌍Music and comedy vibe on vibe🕜💡☀️🙏 💫🚀",
+ "description": "女性特有のココロとカラダの悩みを解決するポータルサイト🍀ライフステージに応じた悩みの解決方法を提案してまいります✨\n\n🍀女性のヘルスケアの新常識「フェムケア」が分かる\n🍀明日から使えるフェムケアマガジン📚\n🍀注目のフェムケアアイテムをご紹介\n\n一緒に広めていけるアンバサダーも募集予定🌟",
"entities": {
"description": {
"urls": []
@@ -648,9 +227,9 @@
"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",
+ "display_url": "femcare-life.com",
+ "expanded_url": "https://femcare-life.com/",
+ "url": "https://t.co/gP4sqRq5Fj",
"indices": [
0,
23
@@ -660,36 +239,213 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 43,
- "followers_count": 9,
- "friends_count": 83,
+ "favourites_count": 4251,
+ "followers_count": 183,
+ "friends_count": 305,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "Nigeria",
- "media_count": 28,
- "name": "FACE OF AFRICA. entertalnment",
+ "location": "",
+ "media_count": 31,
+ "name": "【公式】FemcareLife(フェムケアライフ)",
+ "normal_followers_count": 183,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1566952810528526336/1662425912",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1566952984378220545/QXT5gqyV_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "femcarelife",
+ "statuses_count": 96,
+ "translator_type": "none",
+ "url": "https://t.co/gP4sqRq5Fj",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1673190237949034498",
+ "sortIndex": "1784818715978799286",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjczMTkwMjM3OTQ5MDM0NDk4",
+ "rest_id": "1673190237949034498",
+ "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 Jun 26 04:43:56 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "👍",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 99,
+ "followers_count": 8,
+ "friends_count": 80,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Mohammad Abdul Rahman Siddiqui",
+ "normal_followers_count": 8,
+ "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": "saltyynut_786",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1698255639015727104",
+ "sortIndex": "1784793115389188247",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk4MjU1NjM5MDE1NzI3MTA0",
+ "rest_id": "1698255639015727104",
+ "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 03 08:44:46 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "frog (formerly) online",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19,
+ "followers_count": 9,
+ "friends_count": 60,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Allison Simmons",
"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_banner_url": "https://pbs.twimg.com/profile_banners/1698255639015727104/1702111228",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733406221191778304/kOqTZUS9_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "FACE_ofAfrica",
- "statuses_count": 45,
+ "screen_name": "hugesenpaiv",
+ "statuses_count": 21,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1712380698982543360",
+ "sortIndex": "1784769916203491252",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzEyMzgwNjk4OTgyNTQzMzYw",
+ "rest_id": "1712380698982543360",
+ "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 Oct 12 08:14:23 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Devloping the world.jey sree ram",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1336,
+ "followers_count": 84,
+ "friends_count": 582,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 12,
+ "name": "deepak kumar",
+ "normal_followers_count": 84,
+ "pinned_tweet_ids_str": [
+ "1712957054028005406"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733686592621903872/2ne3L5lX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "deepakk64777565",
+ "statuses_count": 404,
"translator_type": "none",
- "url": "https://t.co/ME8A2cLhkI",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1711523980438327419",
- "professional_type": "Creator",
+ "rest_id": "1730914904113111190",
+ "professional_type": "Business",
"category": [
{
- "id": 399,
- "name": "Home & Garden",
+ "id": 53,
+ "name": "Automotive",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -701,8 +457,8 @@
}
},
{
- "entryId": "user-3300850061",
- "sortIndex": "1779202657381567493",
+ "entryId": "user-1698190145453785089",
+ "sortIndex": "1784556243302667753",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -712,66 +468,168 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozMzAwODUwMDYx",
- "rest_id": "3300850061",
+ "id": "VXNlcjoxNjk4MTkwMTQ1NDUzNzg1MDg5",
+ "rest_id": "1698190145453785089",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Wed May 27 20:20:16 +0000 2015",
+ "created_at": "Sun Sep 03 04:24:38 +0000 2023",
"default_profile": true,
"default_profile_image": false,
- "description": "Cannabis dispensary chain, software, and apparel brand. Or California's best cult. 🌿",
+ "description": "Lil Pudgy #1058, Atama #251",
"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,
+ "favourites_count": 45,
+ "followers_count": 173,
+ "friends_count": 87,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 7,
- "location": "Ukiah, CA",
- "media_count": 118,
- "name": "Kure",
- "normal_followers_count": 610,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Love Poglin🧡",
+ "normal_followers_count": 173,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1698190145453785089/1697830592",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715451645759197184/yELXrbDF_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "mangch1nance",
+ "statuses_count": 57,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-844178930965786624",
+ "sortIndex": "1784310009090368729",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NDQxNzg5MzA5NjU3ODY2MjQ=",
+ "rest_id": "844178930965786624",
+ "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 21 13:28:36 +0000 2017",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 11400,
+ "followers_count": 71,
+ "friends_count": 418,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "",
+ "media_count": 0,
+ "name": "xxhh_1011",
+ "normal_followers_count": 71,
+ "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": "xxhh_1011",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1426516892697513989",
+ "sortIndex": "1784160546153380362",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDI2NTE2ODkyNjk3NTEzOTg5",
+ "rest_id": "1426516892697513989",
+ "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 Aug 14 12:13:08 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "#フォロバ100 #相互フォロー #ホロライブ 高校生。ホロライブ。ホロリス。雪民。女子学生。精神的な病気のため、しばらく低浮上です。休養中。どうか今後もホロライブと推しのことをよろしくお願いします\n@yukihanalamy @hololivetv\n@natsuiromatsuri @support @youtube",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 139135,
+ "followers_count": 18237,
+ "friends_count": 18721,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 52,
+ "location": "DMは見ません。精神的な病気のため休養中・低浮上です。",
+ "media_count": 8,
+ "name": "Yuu11y_TKY【雪民】学生ホロリス(病気体調不良により低浮上です)",
+ "normal_followers_count": 18237,
"pinned_tweet_ids_str": [
- "1696601417899970597"
+ "1546763884853604352"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1426516892697513989/1631788952",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1491211624484843521/JXuHYpNO_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "KureWellness",
- "statuses_count": 3091,
+ "screen_name": "yuu11y_TKY",
+ "statuses_count": 34441,
"translator_type": "none",
- "url": "https://t.co/o26pbgNwAn",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1618662678435663874",
+ "rest_id": "1562768873384210432",
"professional_type": "Creator",
"category": [
{
@@ -788,8 +646,8 @@
}
},
{
- "entryId": "user-1630605213731278849",
- "sortIndex": "1778889559767235734",
+ "entryId": "user-22604944",
+ "sortIndex": "1784129962265207959",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -799,114 +657,56 @@
"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",
+ "id": "VXNlcjoyMjYwNDk0NA==",
+ "rest_id": "22604944",
"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,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Mar 03 09:23:51 +0000 2009",
+ "default_profile": false,
"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 😜 🤗 😘",
+ "description": "Creator | Cinema~Games~Art | Marketing | Design | Generative AI",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 3993,
- "followers_count": 569,
- "friends_count": 2562,
- "has_custom_timelines": true,
+ "favourites_count": 2508,
+ "followers_count": 770,
+ "friends_count": 690,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 6,
- "location": "Iowa",
- "media_count": 189,
- "name": "Chatterbox",
- "normal_followers_count": 569,
+ "listed_count": 11,
+ "location": "City of Angeles, Metaverse",
+ "media_count": 542,
+ "name": "Creative AIgency",
+ "normal_followers_count": 770,
"pinned_tweet_ids_str": [
- "1709248772885082278"
+ "1737235903645647172"
],
- "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",
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/22604944/1699475985",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1731979844286816256/pB6JJh27_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "PurposefulLight",
- "statuses_count": 1120,
+ "screen_name": "CreativeAIgency",
+ "statuses_count": 2295,
"translator_type": "none",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1621991372780703745",
- "professional_type": "Creator",
+ "rest_id": "1729550586016915481",
+ "professional_type": "Business",
"category": [
{
- "id": 1042,
- "name": "Content Creator",
+ "id": 477,
+ "name": "Professional Services",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -918,8 +718,8 @@
}
},
{
- "entryId": "user-1093681111694102529",
- "sortIndex": "1778413414214091998",
+ "entryId": "user-1701125778534998016",
+ "sortIndex": "1783966747821892071",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -929,83 +729,8 @@
"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",
+ "id": "VXNlcjoxNzAxMTI1Nzc4NTM0OTk4MDE2",
+ "rest_id": "1701125778534998016",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -1013,50 +738,35 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Jan 03 11:24:10 +0000 2021",
+ "created_at": "Mon Sep 11 06:49:38 +0000 2023",
"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",
+ "description": "TONY BOSS \n#btc #bnb #coin #crypto $eos $spy $wwf $doge $ltc $xrp #binace #eth #link",
"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,
+ "favourites_count": 114,
+ "followers_count": 334,
+ "friends_count": 42,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3,
+ "listed_count": 5,
"location": "",
- "media_count": 1,
- "name": "George Carlin 🎭",
- "normal_followers_count": 750,
+ "media_count": 3,
+ "name": "Lasermild Jayarajan",
+ "normal_followers_count": 334,
"pinned_tweet_ids_str": [
- "1348148939929710593"
+ "1722129513897918753"
],
"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_image_url_https": "https://pbs.twimg.com/profile_images/1701959195354951680/Y891qEca_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Carlin_comedy",
- "statuses_count": 546,
+ "screen_name": "LasermildJ41974",
+ "statuses_count": 229,
"translator_type": "none",
- "url": "https://t.co/7k3xTcBLz4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1068,8 +778,8 @@
}
},
{
- "entryId": "user-1656111613173432320",
- "sortIndex": "1777884016162287419",
+ "entryId": "user-1253773499384168453",
+ "sortIndex": "1783964043789050282",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1079,16 +789,310 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjU2MTExNjEzMTczNDMyMzIw",
- "rest_id": "1656111613173432320",
+ "id": "VXNlcjoxMjUzNzczNDk5Mzg0MTY4NDUz",
+ "rest_id": "1253773499384168453",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Hexagon",
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Apr 24 19:51:20 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "bug :)",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 137269,
+ "followers_count": 1639,
+ "friends_count": 4701,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "Michigan, USA",
+ "media_count": 95,
+ "name": "Cormac",
+ "normal_followers_count": 1639,
+ "pinned_tweet_ids_str": [
+ "1695854687130386773"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1253773499384168453/1657681356",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1587994930202435584/ZbtgeI1J_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "cormaclovesyou",
+ "statuses_count": 1721,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1672968834834223109",
+ "sortIndex": "1783866408865842262",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjcyOTY4ODM0ODM0MjIzMTA5",
+ "rest_id": "1672968834834223109",
+ "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 10 01:39:26 +0000 2023",
+ "can_media_tag": true,
+ "created_at": "Sun Jun 25 14:05:14 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "New here, follow up",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 30725,
+ "followers_count": 50,
+ "friends_count": 49,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Dambai, Ghana",
+ "media_count": 104,
+ "name": "Anyi_God",
+ "normal_followers_count": 50,
+ "pinned_tweet_ids_str": [
+ "1726222101005402191"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1672968834834223109/1687702367",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1673346890245521412/KduC-98T_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AnyiGod83",
+ "statuses_count": 1607,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1673616688808448004",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 15,
+ "name": "Entertainment & Recreation",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-4129502781",
+ "sortIndex": "1783821232527285521",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0MTI5NTAyNzgx",
+ "rest_id": "4129502781",
+ "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 Nov 06 21:36:07 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Yeah, so bet that @makenzie_brown00 is a bit spicy. Or beefy. As well as Callie Raymond and Skylar Eckert and @sierra.morris and Mariah Bullock and Jenna Grubb",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "thespicyone.wixsite.com",
+ "expanded_url": "http://thespicyone.wixsite.com",
+ "url": "https://t.co/pZhMOA600j",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 53328,
+ "followers_count": 782,
+ "friends_count": 2684,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "Clio, MI",
+ "media_count": 140,
+ "name": "Slightly Older Beef",
+ "normal_followers_count": 782,
+ "pinned_tweet_ids_str": [
+ "846409093405396993"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/4129502781/1691018875",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1720523261455269888/J6es9p8f_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "eddiedog9881",
+ "statuses_count": 30880,
+ "translator_type": "none",
+ "url": "https://t.co/pZhMOA600j",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1551380358834204672",
+ "sortIndex": "1783777470079819310",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTUxMzgwMzU4ODM0MjA0Njcy",
+ "rest_id": "1551380358834204672",
+ "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 25 01:34:58 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🪙 RUBI_TƯƠNG LAI TÀI SẢN MÃ HÓA\n⛏️CODE : DUCANHSITC",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "rubi.click/join/DUCANHSITC",
+ "expanded_url": "https://rubi.click/join/DUCANHSITC",
+ "url": "https://t.co/5RbpwYaqnI",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14490,
+ "followers_count": 3056,
+ "friends_count": 2871,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "Ninh Thuận, Vietnam",
+ "media_count": 1134,
+ "name": "Lê Anh_Rubi",
+ "normal_followers_count": 3056,
+ "pinned_tweet_ids_str": [
+ "1722875962613010477"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1551380358834204672/1698638144",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1720471138965622784/gH2_dn7l_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Rubi_FanClub",
+ "statuses_count": 9999,
+ "translator_type": "none",
+ "url": "https://t.co/5RbpwYaqnI",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1720604258620342623",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 713,
+ "name": "Science & Technology",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1445772007442763777",
+ "sortIndex": "1783470995282795785",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDQ1NzcyMDA3NDQyNzYzNzc3",
+ "rest_id": "1445772007442763777",
+ "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 Oct 06 15:25:05 +0000 2021",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -1098,109 +1102,24 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 41308,
- "followers_count": 348,
- "friends_count": 333,
+ "favourites_count": 24897,
+ "followers_count": 180,
+ "friends_count": 221,
"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
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1702249675930398720",
- "sortIndex": "1777113370484534411",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzAyMjQ5Njc1OTMwMzk4NzIw",
- "rest_id": "1702249675930398720",
- "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 Sep 14 09:15:45 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "#フォロバ100\n#いいねした人全員フォロー\n#相互フォロー\n\nお助けいただきましてありがとうございます。\n\nYouTubeチャンネル登録をよろしくお願いします。\n\nhttps://t.co/XFFI1eRVoX\n\nお助けいただきましてありがとうございます。\nいつも本当にありがとうございます。",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "youtube.com/@yuu957",
- "expanded_url": "http://youtube.com/@yuu957",
- "url": "https://t.co/XFFI1eRVoX",
- "indices": [
- 83,
- 106
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "youtube.com/@yuu957",
- "expanded_url": "https://youtube.com/@yuu957",
- "url": "https://t.co/gaXDU2CluN",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2371,
- "followers_count": 456,
- "friends_count": 472,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Japan",
+ "listed_count": 1,
+ "location": "",
"media_count": 0,
- "name": "ゆうYUU",
- "normal_followers_count": 456,
- "pinned_tweet_ids_str": [
- "1703016140270977307"
- ],
+ "name": "Hiroshi Ushijima",
+ "normal_followers_count": 180,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1702251194440425472/uAf1Lgzj_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1445772007442763777/1694017226",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699457359008161792/YorWVWgM_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "YUU181413235265",
- "statuses_count": 698,
+ "screen_name": "HiroshiUshijim1",
+ "statuses_count": 4,
"translator_type": "none",
- "url": "https://t.co/gaXDU2CluN",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1212,8 +1131,8 @@
}
},
{
- "entryId": "user-1338241798674628608",
- "sortIndex": "1776846754993734426",
+ "entryId": "user-1716774848687685632",
+ "sortIndex": "1783180810961160014",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1223,8 +1142,8 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMzM4MjQxNzk4Njc0NjI4NjA4",
- "rest_id": "1338241798674628608",
+ "id": "VXNlcjoxNzE2Nzc0ODQ4Njg3Njg1NjMy",
+ "rest_id": "1716774848687685632",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -1232,62 +1151,36 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Dec 13 21:58:12 +0000 2020",
+ "created_at": "Tue Oct 24 11:13:33 +0000 2023",
"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. 🇺🇸",
+ "description": "",
"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,
+ "favourites_count": 7,
+ "followers_count": 0,
+ "friends_count": 6,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "Illinois",
- "media_count": 18,
- "name": "Caroline-B💘",
- "normal_followers_count": 5,
+ "location": "",
+ "media_count": 0,
+ "name": "brtghtrg",
+ "normal_followers_count": 0,
"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_image_url_https": "https://pbs.twimg.com/profile_images/1716775306768646144/f3TNl5Z0_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "SSookparsert",
- "statuses_count": 638,
+ "screen_name": "brtghtrg17555",
+ "statuses_count": 0,
"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"
- }
- ]
}
}
},
@@ -1296,8 +1189,8 @@
}
},
{
- "entryId": "user-1638712074334515200",
- "sortIndex": "1776837846114179046",
+ "entryId": "user-1561758685176532992",
+ "sortIndex": "1782719536997309676",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1307,8 +1200,8 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjM4NzEyMDc0MzM0NTE1MjAw",
- "rest_id": "1638712074334515200",
+ "id": "VXNlcjoxNTYxNzU4Njg1MTc2NTMyOTky",
+ "rest_id": "1561758685176532992",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -1316,33 +1209,32 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Thu Mar 23 01:20:50 +0000 2023",
+ "created_at": "Mon Aug 22 16:54:29 +0000 2022",
"default_profile": true,
"default_profile_image": false,
- "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.",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 3273,
- "followers_count": 2714,
- "friends_count": 3577,
+ "favourites_count": 96,
+ "followers_count": 23,
+ "friends_count": 46,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3,
- "location": "Sunamgong Sylhet Bangladeash",
- "media_count": 16,
- "name": "Social Media Manager_21",
- "normal_followers_count": 2714,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 2,
+ "name": "SamanvitaDziuk",
+ "normal_followers_count": 23,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_image_url_https": "https://pbs.twimg.com/profile_images/1561758765120045061/7ngtjzRS_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "21Ytmv85266",
- "statuses_count": 121,
+ "screen_name": "DziukSamanvita",
+ "statuses_count": 36,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1355,22 +1247,22 @@
}
},
{
- "entryId": "cursor-top-1780899631299235130",
- "sortIndex": "1780899631299235130",
+ "entryId": "cursor-top-1785992517204145635",
+ "sortIndex": "1785992517204145635",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HCbytLiD7rGDtzEAAA==",
+ "value": "HCbE16v36q6PyTEAAA==",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1776837846114179045",
- "sortIndex": "1776837846114179045",
+ "entryId": "cursor-bottom-1782719536997309675",
+ "sortIndex": "1782719536997309675",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HBbM39iR7KbMqDEAAA==",
+ "value": "HBbY8/yNqP6+vTEAAA==",
"cursorType": "Bottom",
"stopOnEmptyResponse": true
}
diff --git a/tests/mocked-data/followers_raw.json b/tests/mocked-data/followers_raw.json
index 7d954bc..4dc43df 100644
--- a/tests/mocked-data/followers_raw.json
+++ b/tests/mocked-data/followers_raw.json
@@ -22,7 +22,7 @@
"entries": [
{
"entryId": "user-236209129",
- "sortIndex": "1719749367180558336",
+ "sortIndex": "1739819621776621568",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -51,16 +51,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16413,
- "followers_count": 130586,
- "friends_count": 4022,
+ "favourites_count": 16318,
+ "followers_count": 129728,
+ "friends_count": 4011,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 970,
+ "listed_count": 971,
"location": "",
"media_count": 1213,
"name": "Leslie Berland",
- "normal_followers_count": 130586,
+ "normal_followers_count": 129728,
"pinned_tweet_ids_str": [
"1615377744275070980"
],
@@ -69,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": 11736,
+ "statuses_count": 11732,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -87,7 +87,7 @@
},
{
"entryId": "user-338048283",
- "sortIndex": "1719749367180558335",
+ "sortIndex": "1739819621776621567",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -129,23 +129,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12083,
- "followers_count": 16225,
- "friends_count": 3515,
+ "favourites_count": 11961,
+ "followers_count": 16134,
+ "friends_count": 3506,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 145,
+ "listed_count": 144,
"location": "9th & Market Street",
"media_count": 6619,
"name": "bonappetweet",
- "normal_followers_count": 16225,
+ "normal_followers_count": 16134,
"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": 11159,
+ "statuses_count": 11158,
"translator_type": "regular",
"url": "https://t.co/1pNBXauxWF",
"verified": false,
@@ -164,7 +164,7 @@
},
{
"entryId": "user-156417821",
- "sortIndex": "1719749367180558334",
+ "sortIndex": "1739819621776621566",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -206,16 +206,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12057,
- "followers_count": 13882,
- "friends_count": 1201,
+ "favourites_count": 12017,
+ "followers_count": 13729,
+ "friends_count": 1193,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 93,
"location": "East Bay, CA",
"media_count": 173,
"name": "Mike Cvet",
- "normal_followers_count": 13882,
+ "normal_followers_count": 13729,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789",
@@ -241,7 +241,7 @@
},
{
"entryId": "user-15772978",
- "sortIndex": "1719749367180558333",
+ "sortIndex": "1739819621776621565",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -263,45 +263,31 @@
"created_at": "Fri Aug 08 02:16:23 +0000 2008",
"default_profile": false,
"default_profile_image": false,
- "description": "Former Senior Developer Advocate @Twitter. 💻 😱🎤@livecodenyc. Python programmer. Noted thought leader on vegan snacks. Makes music as Messica Arson.",
+ "description": "Senior Developer Advocate @elastic // Prev @Twitter // Always 💻 😱🎤@livecodenyc // Noted thought leader on vegan snacks // Makes music as Messica Arson.",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "github.com/JessicaGarson",
- "expanded_url": "http://github.com/JessicaGarson",
- "url": "https://t.co/1ksTTe3yZj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 24908,
- "followers_count": 5501,
- "friends_count": 2951,
+ "favourites_count": 24682,
+ "followers_count": 5543,
+ "friends_count": 2935,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 157,
"location": "Brooklyn, NY",
"media_count": 657,
"name": "Jessica Garson",
- "normal_followers_count": 5501,
+ "normal_followers_count": 5543,
"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": 8003,
+ "statuses_count": 7998,
"translator_type": "none",
- "url": "https://t.co/1ksTTe3yZj",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -318,7 +304,7 @@
},
{
"entryId": "user-6844292",
- "sortIndex": "1719749367180558332",
+ "sortIndex": "1739819621776621564",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -360,23 +346,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1325716,
+ "favourites_count": 267,
+ "followers_count": 1325198,
"friends_count": 12,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4694,
+ "listed_count": 4700,
"location": "San Francisco",
"media_count": 63,
"name": "Engineering",
- "normal_followers_count": 1325716,
+ "normal_followers_count": 1325198,
"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": 912,
+ "statuses_count": 905,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -395,7 +381,7 @@
},
{
"entryId": "user-108209516",
- "sortIndex": "1719749367180558331",
+ "sortIndex": "1739819621776621563",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -447,16 +433,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 14773,
- "followers_count": 16458,
- "friends_count": 1949,
+ "favourites_count": 16940,
+ "followers_count": 16899,
+ "friends_count": 1958,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 478,
+ "listed_count": 487,
"location": "Austin",
- "media_count": 930,
+ "media_count": 1048,
"name": "Amir Shevat",
- "normal_followers_count": 16458,
+ "normal_followers_count": 16899,
"pinned_tweet_ids_str": [
"1603552334231097351"
],
@@ -465,12 +451,23 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1389082761965629442/JhdikLmt_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ashevat",
- "statuses_count": 6809,
+ "statuses_count": 8196,
"translator_type": "none",
"url": "https://t.co/zWtpooqVXO",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1720112673294057682",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 713,
+ "name": "Science & Technology",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
},
@@ -484,7 +481,7 @@
},
{
"entryId": "user-360174510",
- "sortIndex": "1719749367180558330",
+ "sortIndex": "1739819621776621562",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -506,23 +503,42 @@
"created_at": "Mon Aug 22 20:15:21 +0000 2011",
"default_profile": false,
"default_profile_image": false,
- "description": "",
+ "description": "Software Engineer - @Spotify | @Twitter | @Intel\nBuilder of - https://t.co/t6jB1sN5wB & https://t.co/v2KD2a0F17\nHusband & Dad of 2\nOpinions are my own.",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "buildmeacoverletter.com",
+ "expanded_url": "http://www.buildmeacoverletter.com",
+ "url": "https://t.co/t6jB1sN5wB",
+ "indices": [
+ 62,
+ 85
+ ]
+ },
+ {
+ "display_url": "slatehire.com",
+ "expanded_url": "http://www.slatehire.com",
+ "url": "https://t.co/v2KD2a0F17",
+ "indices": [
+ 88,
+ 111
+ ]
+ }
+ ]
}
},
"fast_followers_count": 0,
- "favourites_count": 23388,
- "followers_count": 4263,
- "friends_count": 702,
+ "favourites_count": 23743,
+ "followers_count": 4359,
+ "friends_count": 709,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 0,
+ "listed_count": 54,
"location": "",
- "media_count": 354,
- "name": "Gerard",
- "normal_followers_count": 4263,
+ "media_count": 371,
+ "name": "Gerard Taylor",
+ "normal_followers_count": 4359,
"pinned_tweet_ids_str": [
"1392274092951228417"
],
@@ -530,7 +546,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1426913345815425028/fHXLDLP__normal.jpg",
"profile_interstitial_type": "",
"screen_name": "TheGerardTaylor",
- "statuses_count": 8108,
+ "statuses_count": 8323,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -553,7 +569,7 @@
},
{
"entryId": "user-27649157",
- "sortIndex": "1719749367180558329",
+ "sortIndex": "1739819621776621561",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -595,25 +611,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17834,
- "followers_count": 16756,
- "friends_count": 2837,
+ "favourites_count": 17733,
+ "followers_count": 18126,
+ "friends_count": 2831,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 140,
+ "listed_count": 141,
"location": "NJ / NYC",
- "media_count": 1919,
+ "media_count": 1926,
"name": "Alex Josephson",
- "normal_followers_count": 16756,
+ "normal_followers_count": 18126,
"pinned_tweet_ids_str": [
"1673477113482031104"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/27649157/1671395812",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/27649157/1701374504",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1659764175571238912/dTebjojo_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ajos",
- "statuses_count": 8144,
+ "statuses_count": 8149,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -631,7 +647,7 @@
},
{
"entryId": "user-176425492",
- "sortIndex": "1719749367180558328",
+ "sortIndex": "1739819621776621560",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -673,16 +689,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 30814,
- "followers_count": 10606,
- "friends_count": 5509,
+ "favourites_count": 30435,
+ "followers_count": 10569,
+ "friends_count": 5504,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 70,
+ "listed_count": 71,
"location": "nyc",
- "media_count": 2173,
- "name": "Hamza 🇵🇸",
- "normal_followers_count": 10606,
+ "media_count": 2172,
+ "name": "Hamza",
+ "normal_followers_count": 10569,
"pinned_tweet_ids_str": [
"1167249725751361537"
],
@@ -691,7 +707,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1686532433779335168/Z7dhnUMr_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "oihamza",
- "statuses_count": 7026,
+ "statuses_count": 7034,
"translator_type": "none",
"url": "https://t.co/9Jd48LIalh",
"verified": false,
@@ -710,7 +726,7 @@
},
{
"entryId": "user-857699969263964161",
- "sortIndex": "1719749367180558327",
+ "sortIndex": "1739819621776621559",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -765,23 +781,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28,
- "followers_count": 4481,
- "friends_count": 1503,
+ "favourites_count": 42,
+ "followers_count": 4528,
+ "friends_count": 1518,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 68,
+ "listed_count": 67,
"location": "San Francisco, CA",
- "media_count": 118,
+ "media_count": 125,
"name": "Suhem Parack",
- "normal_followers_count": 4481,
+ "normal_followers_count": 4528,
"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": 1495,
+ "statuses_count": 1835,
"translator_type": "none",
"url": "https://t.co/Rh0kWC75HG",
"verified": false,
@@ -805,7 +821,7 @@
},
{
"entryId": "user-6506012",
- "sortIndex": "1719749367180558326",
+ "sortIndex": "1739819621776621558",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -827,7 +843,7 @@
"created_at": "Fri Jun 01 17:35:22 +0000 2007",
"default_profile": false,
"default_profile_image": false,
- "description": "Director of Engineering @ 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 • 🌤️app: https://t.co/aiZZEvbnNF",
"entities": {
"description": {
"urls": [
@@ -836,8 +852,8 @@
"expanded_url": "http://courtney.tech",
"url": "https://t.co/aiZZEvbnNF",
"indices": [
- 130,
- 153
+ 92,
+ 115
]
}
]
@@ -857,16 +873,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8124,
- "followers_count": 4179,
- "friends_count": 2227,
+ "favourites_count": 8222,
+ "followers_count": 4185,
+ "friends_count": 2255,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 177,
"location": "Planet Melmac",
- "media_count": 1458,
+ "media_count": 1472,
"name": "Courtney Ivey",
- "normal_followers_count": 4179,
+ "normal_followers_count": 4185,
"pinned_tweet_ids_str": [
"1593490176868683777"
],
@@ -875,7 +891,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1601593236794970117/0iV4s9wT_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "couturefreak",
- "statuses_count": 41805,
+ "statuses_count": 41851,
"translator_type": "none",
"url": "https://t.co/noVOrVRTI3",
"verified": false,
@@ -903,86 +919,9 @@
}
}
},
- {
- "entryId": "user-45563099",
- "sortIndex": "1719749367180558325",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NTU2MzA5OQ==",
- "rest_id": "45563099",
- "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 08 13:23:10 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Software Engineer at Airbnb. Co-creator of @Finatra v2. Frequently walked by @PupCharlotte.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linkedin.com/in/stevecosenza",
- "expanded_url": "https://www.linkedin.com/in/stevecosenza",
- "url": "https://t.co/4Vlv7pZ2Jo",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 6738,
- "followers_count": 879,
- "friends_count": 1282,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 33,
- "location": "San Diego, CA",
- "media_count": 121,
- "name": "Steve Cosenza",
- "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": 588,
- "translator_type": "regular",
- "url": "https://t.co/4Vlv7pZ2Jo",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-37290907",
- "sortIndex": "1719749367180558324",
+ "sortIndex": "1739819621776621557",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1012,9 +951,9 @@
"url": {
"urls": [
{
- "display_url": "twitter.com",
- "expanded_url": "https://twitter.com",
- "url": "https://t.co/z4m6BvBSdi",
+ "display_url": "halcyon.eco",
+ "expanded_url": "https://halcyon.eco",
+ "url": "https://t.co/Jbn9aQjRGU",
"indices": [
0,
23
@@ -1024,25 +963,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28373,
- "followers_count": 66449,
- "friends_count": 3094,
+ "favourites_count": 28428,
+ "followers_count": 66094,
+ "friends_count": 3101,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 273,
"location": "San Francisco, CA",
- "media_count": 668,
+ "media_count": 672,
"name": "bruce.falck() 🦗",
- "normal_followers_count": 66449,
+ "normal_followers_count": 66094,
"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": 7754,
+ "statuses_count": 7770,
"translator_type": "regular",
- "url": "https://t.co/z4m6BvBSdi",
+ "url": "https://t.co/Jbn9aQjRGU",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1059,7 +998,7 @@
},
{
"entryId": "user-28628425",
- "sortIndex": "1719749367180558323",
+ "sortIndex": "1739819621776621556",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1088,16 +1027,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12174,
- "followers_count": 1479,
- "friends_count": 1024,
+ "favourites_count": 11997,
+ "followers_count": 1543,
+ "friends_count": 1023,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 36,
"location": "New York, NY",
"media_count": 140,
"name": "Sonya Penn",
- "normal_followers_count": 1479,
+ "normal_followers_count": 1543,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856",
@@ -1122,7 +1061,7 @@
},
{
"entryId": "user-49188317",
- "sortIndex": "1719749367180558322",
+ "sortIndex": "1739819621776621555",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1164,16 +1103,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24490,
- "followers_count": 4304,
- "friends_count": 1827,
+ "favourites_count": 24366,
+ "followers_count": 4343,
+ "friends_count": 1824,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 48,
+ "listed_count": 47,
"location": "127.0.0.1",
"media_count": 2805,
"name": "Seth Wilson",
- "normal_followers_count": 4304,
+ "normal_followers_count": 4343,
"pinned_tweet_ids_str": [
"1609361179205599233"
],
@@ -1182,7 +1121,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1367523060551585797/r_YDF1jd_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "srw",
- "statuses_count": 11053,
+ "statuses_count": 11049,
"translator_type": "regular",
"url": "https://t.co/EOb50G8WRf",
"verified": false,
@@ -1201,7 +1140,7 @@
},
{
"entryId": "user-56057876",
- "sortIndex": "1719749367180558321",
+ "sortIndex": "1739819621776621554",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1243,23 +1182,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 51309,
- "followers_count": 2343,
- "friends_count": 1530,
+ "favourites_count": 51160,
+ "followers_count": 2391,
+ "friends_count": 1526,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 122,
+ "listed_count": 121,
"location": "🇨🇭",
- "media_count": 1800,
+ "media_count": 1799,
"name": "Victor",
- "normal_followers_count": 2343,
+ "normal_followers_count": 2391,
"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": 15900,
+ "statuses_count": 15891,
"translator_type": "regular",
"url": "https://t.co/kselUQWS5i",
"verified": false,
@@ -1289,7 +1228,7 @@
},
{
"entryId": "user-1434172202404880388",
- "sortIndex": "1719749367180558320",
+ "sortIndex": "1739819621776621553",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1318,25 +1257,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2874,
- "followers_count": 705,
- "friends_count": 4998,
+ "favourites_count": 2888,
+ "followers_count": 718,
+ "friends_count": 4967,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 25,
+ "listed_count": 26,
"location": "",
- "media_count": 91,
+ "media_count": 107,
"name": "glitch",
- "normal_followers_count": 705,
+ "normal_followers_count": 718,
"pinned_tweet_ids_str": [
"1661596986594975744"
],
"possibly_sensitive": false,
"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_image_url_https": "https://pbs.twimg.com/profile_images/1721825888109817856/3aHbZk58_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "glitch010110",
- "statuses_count": 6787,
+ "statuses_count": 6948,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1354,7 +1293,7 @@
},
{
"entryId": "user-17200003",
- "sortIndex": "1719749367180558319",
+ "sortIndex": "1739819621776621552",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1406,16 +1345,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8808,
- "followers_count": 1616,
- "friends_count": 754,
+ "favourites_count": 8651,
+ "followers_count": 1739,
+ "friends_count": 750,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 48,
+ "listed_count": 47,
"location": "MN ⇨ all over ⇨ CO",
- "media_count": 752,
+ "media_count": 753,
"name": "snowman in most places",
- "normal_followers_count": 1616,
+ "normal_followers_count": 1739,
"pinned_tweet_ids_str": [
"1649636455403393026"
],
@@ -1424,7 +1363,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "snowman",
- "statuses_count": 4464,
+ "statuses_count": 4474,
"translator_type": "regular",
"url": "https://t.co/I1GjLuBxM2",
"verified": false,
@@ -1448,7 +1387,7 @@
},
{
"entryId": "user-951689171139141632",
- "sortIndex": "1719749367180558318",
+ "sortIndex": "1739819621776621551",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1490,16 +1429,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13615,
- "followers_count": 6454,
- "friends_count": 457,
+ "favourites_count": 13758,
+ "followers_count": 6547,
+ "friends_count": 458,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 0,
+ "listed_count": 6,
"location": "",
- "media_count": 480,
+ "media_count": 491,
"name": "Jashpreet Malhotra",
- "normal_followers_count": 6454,
+ "normal_followers_count": 6547,
"pinned_tweet_ids_str": [
"1427595092387254272"
],
@@ -1507,7 +1446,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1581216546545770496/qMCJORtO_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "jashpreett",
- "statuses_count": 3334,
+ "statuses_count": 3374,
"translator_type": "none",
"url": "https://t.co/QvJnf2ZWRD",
"verified": false,
@@ -1526,7 +1465,7 @@
},
{
"entryId": "user-181944946",
- "sortIndex": "1719749367180558317",
+ "sortIndex": "1739819621776621550",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1555,16 +1494,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1269,
- "followers_count": 1219,
- "friends_count": 509,
+ "favourites_count": 1268,
+ "followers_count": 1232,
+ "friends_count": 507,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 17,
+ "listed_count": 0,
"location": "Fremont, CA",
"media_count": 170,
"name": "James Gao",
- "normal_followers_count": 1219,
+ "normal_followers_count": 1232,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/181944946/1426093438",
@@ -1599,8 +1538,8 @@
}
},
{
- "entryId": "user-1064142348",
- "sortIndex": "1719749367180558316",
+ "entryId": "user-67501283",
+ "sortIndex": "1739819621776621549",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1610,57 +1549,43 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDY0MTQyMzQ4",
- "rest_id": "1064142348",
+ "id": "VXNlcjo2NzUwMTI4Mw==",
+ "rest_id": "67501283",
"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 05 22:24:35 +0000 2013",
+ "can_media_tag": true,
+ "created_at": "Fri Aug 21 02:40:26 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "saké enjoyer",
+ "description": "👧👧 Girl mom, Developer Marketing. Family, house plants, chocolate, @cubuffs, and running.",
"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,
+ "favourites_count": 5770,
+ "followers_count": 1740,
+ "friends_count": 1206,
"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,
+ "listed_count": 83,
+ "location": "Boulder CO",
+ "media_count": 228,
+ "name": "Cassie Stewart",
+ "normal_followers_count": 1740,
"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_banner_url": "https://pbs.twimg.com/profile_banners/67501283/1443802566",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687955671658934274/MZm7hMFr_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "transmental",
- "statuses_count": 17135,
- "translator_type": "none",
- "url": "https://t.co/Yowudno2vj",
+ "screen_name": "cassiestewart",
+ "statuses_count": 1521,
+ "translator_type": "regular",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1676,8 +1601,8 @@
}
},
{
- "entryId": "user-1711853163387764736",
- "sortIndex": "1719749367180558315",
+ "entryId": "user-1720260217504419840",
+ "sortIndex": "1739819621776621548",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1687,135 +1612,8 @@
"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": false,
- "created_at": "Tue Oct 10 21:16:29 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "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": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 7,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Nicole Langley",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "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": "NicoleLang33239",
- "statuses_count": 2,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1716620407594184704",
- "sortIndex": "1719749367180558314",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzE2NjIwNDA3NTk0MTg0NzA0",
- "rest_id": "1716620407594184704",
- "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 00:59:34 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Gods determine what you're going to be。",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 3,
- "friends_count": 173,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "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/1716620407594184704/1698109212",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1716620427018080256/_oaSzUSK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "theighneau18982",
- "statuses_count": 3,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1591831936972079105",
- "sortIndex": "1719749367180558313",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTkxODMxOTM2OTcyMDc5MTA1",
- "rest_id": "1591831936972079105",
+ "id": "VXNlcjoxNzIwMjYwMjE3NTA0NDE5ODQw",
+ "rest_id": "1720260217504419840",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -1823,623 +1621,7 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Nov 13 16:35:54 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "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": "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": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "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": 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/1345294864011853824/sxLMEn3B_normal.jpg",
- "profile_interstitial_type": "",
- "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",
+ "created_at": "Fri Nov 03 02:03:02 +0000 2023",
"default_profile": true,
"default_profile_image": true,
"description": "",
@@ -2449,21 +1631,146 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1,
- "followers_count": 0,
- "friends_count": 8,
+ "favourites_count": 52,
+ "followers_count": 8,
+ "friends_count": 65,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "Harika Pati",
- "normal_followers_count": 0,
+ "name": "qweddcdsvd",
+ "normal_followers_count": 8,
"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",
+ "screen_name": "qweddcdsvd31463",
+ "statuses_count": 88,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1614996953443762178",
+ "sortIndex": "1739819621776621547",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjE0OTk2OTUzNDQzNzYyMTc4",
+ "rest_id": "1614996953443762178",
+ "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 Jan 16 14:47:24 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5495,
+ "followers_count": 118,
+ "friends_count": 273,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 283,
+ "name": "Stefanie Colonius",
+ "normal_followers_count": 118,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1614997754174132226/up4FzCzT_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "SMColonius",
+ "statuses_count": 1632,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1684063164491767808",
+ "sortIndex": "1739819621776621546",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjg0MDYzMTY0NDkxNzY3ODA4",
+ "rest_id": "1684063164491767808",
+ "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": "Wed Jul 26 04:48:57 +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": 15,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "hh h",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1684063230774366208/MimImp4I_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "AsiarayOne",
"statuses_count": 0,
"translator_type": "none",
"verified": false,
@@ -2481,8 +1788,8 @@
}
},
{
- "entryId": "user-577417379",
- "sortIndex": "1719749367180558303",
+ "entryId": "user-1514752693629300739",
+ "sortIndex": "1739819621776621545",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2492,18 +1799,17 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo1Nzc0MTczNzk=",
- "rest_id": "577417379",
+ "id": "VXNlcjoxNTE0NzUyNjkzNjI5MzAwNzM5",
+ "rest_id": "1514752693629300739",
"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,
+ "created_at": "Thu Apr 14 23:49:29 +0000 2022",
+ "default_profile": true,
"default_profile_image": false,
"description": "",
"entities": {
@@ -2512,23 +1818,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 63,
- "followers_count": 56,
- "friends_count": 92,
+ "favourites_count": 18033,
+ "followers_count": 1328,
+ "friends_count": 2141,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "Galway",
- "media_count": 10,
- "name": "JUICE",
- "normal_followers_count": 56,
+ "location": "",
+ "media_count": 5227,
+ "name": "xxjewel2",
+ "normal_followers_count": 1328,
"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_banner_url": "https://pbs.twimg.com/profile_banners/1514752693629300739/1694137454",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1554640948600225792/cn21i8_V_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "OisinJSlevin",
- "statuses_count": 483,
+ "screen_name": "xxjewel2",
+ "statuses_count": 7022,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2545,8 +1851,8 @@
}
},
{
- "entryId": "user-1713080517560815616",
- "sortIndex": "1719749367180558302",
+ "entryId": "user-1739801991260377088",
+ "sortIndex": "1739819621776621544",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2556,8 +1862,8 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzEzMDgwNTE3NTYwODE1NjE2",
- "rest_id": "1713080517560815616",
+ "id": "VXNlcjoxNzM5ODAxOTkxMjYwMzc3MDg4",
+ "rest_id": "1739801991260377088",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
@@ -2565,9 +1871,9 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Oct 14 06:33:32 +0000 2023",
+ "created_at": "Wed Dec 27 00:15:00 +0000 2023",
"default_profile": true,
- "default_profile_image": false,
+ "default_profile_image": true,
"description": "",
"entities": {
"description": {
@@ -2575,22 +1881,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 368,
- "followers_count": 80,
- "friends_count": 126,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "BullBearA",
- "normal_followers_count": 80,
+ "name": "Hk",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1713080666542505984/B_WELXAH_normal.jpg",
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"profile_interstitial_type": "",
- "screen_name": "bear_abcd",
- "statuses_count": 30,
+ "screen_name": "Hk71003",
+ "statuses_count": 0,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2607,8 +1913,8 @@
}
},
{
- "entryId": "user-47415302",
- "sortIndex": "1719749367180558301",
+ "entryId": "user-281680751",
+ "sortIndex": "1739819621776621543",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2618,120 +1924,60 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0NzQxNTMwMg==",
- "rest_id": "47415302",
+ "id": "VXNlcjoyODE2ODA3NTE=",
+ "rest_id": "281680751",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "protected": true,
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": false,
- "created_at": "Mon Jun 15 19:11:43 +0000 2009",
- "default_profile": true,
+ "created_at": "Wed Apr 13 19:14:40 +0000 2011",
+ "default_profile": false,
"default_profile_image": false,
- "description": "",
+ "description": "We help our clients outperform their competitors, build increasingly valuable businesses, and enjoy more fulfilling work by masterful use of Web technology.",
"entities": {
"description": {
"urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "evenhouseconsulting.com",
+ "expanded_url": "http://evenhouseconsulting.com",
+ "url": "https://t.co/JwG9T7H0Vr",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
}
},
"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,
+ "favourites_count": 6,
+ "followers_count": 64,
+ "friends_count": 452,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
- "location": "Silicon Valley",
+ "listed_count": 1,
+ "location": "Westmont, IL USA",
"media_count": 0,
- "name": "Waypoint AI",
- "normal_followers_count": 10,
+ "name": "Evenhouse Consulting",
+ "normal_followers_count": 64,
"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_banner_url": "https://pbs.twimg.com/profile_banners/281680751/1399172574",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1087881254324846597/ySH7pE2Q_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "waypointai",
- "statuses_count": 6,
+ "screen_name": "evenhouse",
+ "statuses_count": 15,
"translator_type": "none",
+ "url": "https://t.co/JwG9T7H0Vr",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1711054630980051383",
- "professional_type": "Business",
- "category": [
- {
- "id": 715,
- "name": "Software Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
}
}
},
@@ -2744,8 +1990,8 @@
}
},
{
- "entryId": "user-1695152172629999616",
- "sortIndex": "1719749367180558299",
+ "entryId": "user-1739790678123515904",
+ "sortIndex": "1739819621776621542",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2755,16 +2001,16 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjk1MTUyMTcyNjI5OTk5NjE2",
- "rest_id": "1695152172629999616",
+ "id": "VXNlcjoxNzM5NzkwNjc4MTIzNTE1OTA0",
+ "rest_id": "1739790678123515904",
"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": true,
- "created_at": "Fri Aug 25 19:12:35 +0000 2023",
+ "created_at": "Tue Dec 26 23:30:39 +0000 2023",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -2775,21 +2021,21 @@
},
"fast_followers_count": 0,
"favourites_count": 0,
- "followers_count": 6,
- "friends_count": 80,
+ "followers_count": 0,
+ "friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "macmanbd",
- "normal_followers_count": 6,
+ "name": "Avocado 123",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695152280654290944/jtvoSFPF_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739790859128672256/Yaxl0-yA_normal.png",
"profile_interstitial_type": "",
- "screen_name": "macmanbd1",
- "statuses_count": 1,
+ "screen_name": "Avocado1237311",
+ "statuses_count": 0,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2806,8 +2052,8 @@
}
},
{
- "entryId": "user-1708523919567638529",
- "sortIndex": "1719749367180558298",
+ "entryId": "user-1652222192984227841",
+ "sortIndex": "1739819621776621541",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2817,965 +2063,49 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzA4NTIzOTE5NTY3NjM4NTI5",
- "rest_id": "1708523919567638529",
+ "id": "VXNlcjoxNjUyMjIyMTkyOTg0MjI3ODQx",
+ "rest_id": "1652222192984227841",
"affiliates_highlighted_label": {},
- "has_graduated_access": true,
+ "has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "protected": true,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Sun Oct 01 16:47:24 +0000 2023",
+ "created_at": "Sat Apr 29 08:05:05 +0000 2023",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "Я хорошая",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 3,
- "followers_count": 7,
- "friends_count": 4,
+ "favourites_count": 119,
+ "followers_count": 23,
+ "friends_count": 149,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 0,
- "name": "Carolyn Gonzalez ❤️ Memecoin",
- "normal_followers_count": 7,
+ "media_count": 2,
+ "name": "Aleksandra",
+ "normal_followers_count": 23,
"pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719685769953259520/WrqARgIB_normal.jpg",
+ "possibly_sensitive": true,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1652222458257178625/ZXh6kbSP_normal.png",
"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",
+ "screen_name": "AKlimentjeva123",
"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": [
- {
- "id": 15,
- "name": "Entertainment & Recreation",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1719665535191744512",
- "sortIndex": "1719749367180558289",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzE5NjY1NTM1MTkxNzQ0NTEy",
- "rest_id": "1719665535191744512",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Wed Nov 01 10:40:00 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "قدت قميصي واسرفت في وصلها",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 15,
- "followers_count": 1,
- "friends_count": 33,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Riyadh",
- "media_count": 0,
- "name": "x2",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": true,
- "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": "a2x99",
- "statuses_count": 5,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1719687176353358172",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1003,
- "name": "Professional Sports League",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1658650152331034625",
- "sortIndex": "1719749367180558288",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjU4NjUwMTUyMzMxMDM0NjI1",
- "rest_id": "1658650152331034625",
- "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 May 17 01:46:30 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Database report writer doing business in Spain #digitalcollectibles #eth #nftmarketplace",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 59,
- "followers_count": 20,
- "friends_count": 67,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Kansas City",
- "media_count": 7,
- "name": "Kerrick Jayquan ❤️ Memecoin",
- "normal_followers_count": 20,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "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": "venessavenetiab",
- "statuses_count": 159,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1506843641402335235",
- "sortIndex": "1719749367180558287",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "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": true,
- "created_at": "Thu Mar 24 04:02:40 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2,
- "followers_count": 4,
- "friends_count": 37,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_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/1506843916880031747/6TzVvYlL_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MutabaziJimmy1",
- "statuses_count": 3,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1717315220119461888",
- "sortIndex": "1719749367180558286",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzE3MzE1MjIwMTE5NDYxODg4",
- "rest_id": "1717315220119461888",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Wed Oct 25 23:01:03 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "ممحون ديوث مبادل ناعم نحيف عمري 17",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 56,
- "followers_count": 5,
- "friends_count": 53,
- "has_custom_timelines": false,
- "is_translator": false,
- "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": "v6v_O2",
- "statuses_count": 31,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-98447075",
- "sortIndex": "1719749367180558285",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo5ODQ0NzA3NQ==",
- "rest_id": "98447075",
- "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 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",
+ "rest_id": "1656246109705052160",
"professional_type": "Creator",
"category": [
{
@@ -3796,8 +2126,8 @@
}
},
{
- "entryId": "user-1609157819537711106",
- "sortIndex": "1719749367180558284",
+ "entryId": "user-1647031137536016385",
+ "sortIndex": "1739819621776621540",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3807,8 +2137,8 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjA5MTU3ODE5NTM3NzExMTA2",
- "rest_id": "1609157819537711106",
+ "id": "VXNlcjoxNjQ3MDMxMTM3NTM2MDE2Mzg1",
+ "rest_id": "1647031137536016385",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -3816,7 +2146,7 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Dec 31 12:01:42 +0000 2022",
+ "created_at": "Sat Apr 15 00:17:02 +0000 2023",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -3826,397 +2156,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9,
- "followers_count": 1,
- "friends_count": 18,
+ "favourites_count": 7078,
+ "followers_count": 89,
+ "friends_count": 1875,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Jackie Stickney(💙,🧡)🛸",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "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": "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,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1492806091411177472",
- "sortIndex": "1719749367180558279",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDkyODA2MDkxNDExMTc3NDcy",
- "rest_id": "1492806091411177472",
- "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 Feb 13 10:22:00 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "xinmanthanh",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 5,
- "followers_count": 1,
- "friends_count": 20,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "Chandler Bain Victor",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719639654427987968/Sh4NirUc_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ChandlerBainVi1",
- "statuses_count": 15,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1604941474407260191",
- "sortIndex": "1719749367180558278",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjA0OTQxNDc0NDA3MjYwMTkx",
- "rest_id": "1604941474407260191",
- "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 Dec 19 20:47:38 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "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,
+ "media_count": 1052,
+ "name": "Mohamed Fawzy",
+ "normal_followers_count": 89,
"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_image_url_https": "https://pbs.twimg.com/profile_images/1714971725505466369/sWcQY2MF_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Chr_p0",
- "statuses_count": 1194,
+ "screen_name": "Mohamed18819426",
+ "statuses_count": 1603,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4233,8 +2188,8 @@
}
},
{
- "entryId": "user-1716734049753178112",
- "sortIndex": "1719749367180558277",
+ "entryId": "user-1594165458311127041",
+ "sortIndex": "1739819621776621539",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4244,58 +2199,105 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzE2NzM0MDQ5NzUzMTc4MTEy",
- "rest_id": "1716734049753178112",
+ "id": "VXNlcjoxNTk0MTY1NDU4MzExMTI3MDQx",
+ "rest_id": "1594165458311127041",
+ "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": "Sun Nov 20 03:07:30 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4966,
+ "followers_count": 93,
+ "friends_count": 1239,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "California",
+ "media_count": 269,
+ "name": "RAZ",
+ "normal_followers_count": 93,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1617663538390241281/6EezuniW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RAZ80858151",
+ "statuses_count": 4416,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-3259820676",
+ "sortIndex": "1739819621776621538",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMjU5ODIwNjc2",
+ "rest_id": "3259820676",
"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",
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Jun 29 12:08:59 +0000 2015",
"default_profile": true,
"default_profile_image": false,
- "description": "I just keep staying here.",
+ "description": "Single",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "note.com/lvr_fox_drums",
- "expanded_url": "https://note.com/lvr_fox_drums",
- "url": "https://t.co/uuJE86G5pu",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 0,
+ "favourites_count": 1,
"followers_count": 0,
- "friends_count": 50,
+ "friends_count": 84,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "Kyoto",
- "media_count": 0,
- "name": "Must Be 2bs.Drummer",
+ "location": "USA",
+ "media_count": 1,
+ "name": "Seraphina",
"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",
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3259820676/1703529638",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739355474963865600/CniWCHmq_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Lvr_Fox",
- "statuses_count": 0,
+ "screen_name": "GibSasikan",
+ "statuses_count": 4,
"translator_type": "none",
- "url": "https://t.co/uuJE86G5pu",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -4311,8 +2313,8 @@
}
},
{
- "entryId": "user-1217447350811033602",
- "sortIndex": "1719749367180558276",
+ "entryId": "user-38725577",
+ "sortIndex": "1739819621776621537",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4322,82 +2324,19 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMjE3NDQ3MzUwODExMDMzNjAy",
- "rest_id": "1217447350811033602",
+ "id": "VXNlcjozODcyNTU3Nw==",
+ "rest_id": "38725577",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"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": 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",
+ "created_at": "Fri May 08 19:22:07 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "‘Sevmedi beni düzen, ben de bayılmadım hiç’",
+ "description": "As an advocate for the protection of consumer’s data, I’m not a fan of social media. My participation is limited until they prove themselves trustworthy.",
"entities": {
"description": {
"urls": []
@@ -4405,9 +2344,9 @@
"url": {
"urls": [
{
- "display_url": "instagram.com/cerenn.arikann",
- "expanded_url": "https://www.instagram.com/cerenn.arikann",
- "url": "https://t.co/6Ior8ApzXt",
+ "display_url": "WayneWarrington.com",
+ "expanded_url": "http://www.WayneWarrington.com",
+ "url": "https://t.co/0lmCNNn3Hq",
"indices": [
0,
23
@@ -4417,229 +2356,36 @@
}
},
"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,
+ "favourites_count": 576,
+ "followers_count": 83,
+ "friends_count": 309,
"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,
+ "location": "Planet Earth",
+ "media_count": 25,
+ "name": "Wayne Warrington Consumer Advocate",
+ "normal_followers_count": 83,
"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_banner_url": "https://pbs.twimg.com/profile_banners/38725577/1672250734",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1106242263372296193/tvjNrJgr_normal.png",
"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": "🇵🇰🇦🇪",
- "media_count": 94,
- "name": "Rashid",
- "normal_followers_count": 225,
- "pinned_tweet_ids_str": [
- "1714849877354754141"
- ],
- "possibly_sensitive": false,
- "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": "jackofallchat",
- "statuses_count": 13673,
+ "screen_name": "waynewarrington",
+ "statuses_count": 418,
"translator_type": "none",
+ "url": "https://t.co/0lmCNNn3Hq",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1461669273911365646",
- "professional_type": "Business",
+ "rest_id": "1604531827888177152",
+ "professional_type": "Creator",
"category": [
{
- "id": 1059,
- "name": "Engineer",
+ "id": 477,
+ "name": "Professional Services",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -4655,8 +2401,8 @@
}
},
{
- "entryId": "user-1719585081789140992",
- "sortIndex": "1719749367180558271",
+ "entryId": "user-1739782615849218048",
+ "sortIndex": "1739819621776621536",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4666,17 +2412,16 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzE5NTg1MDgxNzg5MTQwOTky",
- "rest_id": "1719585081789140992",
+ "id": "VXNlcjoxNzM5NzgyNjE1ODQ5MjE4MDQ4",
+ "rest_id": "1739782615849218048",
"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": "Wed Nov 01 05:20:47 +0000 2023",
+ "can_media_tag": true,
+ "created_at": "Tue Dec 26 22:57:58 +0000 2023",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -4686,21 +2431,21 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 3,
+ "favourites_count": 0,
"followers_count": 0,
- "friends_count": 19,
+ "friends_count": 17,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "ธนภัทร วงค์อินตา",
+ "name": "Nixon O’connor",
"normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719585253264912384/Im-7-AHb_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739782645100244992/oVMVRmSn_normal.png",
"profile_interstitial_type": "",
- "screen_name": "ThnTa37106",
+ "screen_name": "NixonOconn76796",
"statuses_count": 0,
"translator_type": "none",
"verified": false,
@@ -4718,8 +2463,8 @@
}
},
{
- "entryId": "user-1583691627754704900",
- "sortIndex": "1719749367180558270",
+ "entryId": "user-1714070232497635328",
+ "sortIndex": "1739819621776621535",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4729,44 +2474,121 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTgzNjkxNjI3NzU0NzA0OTAw",
- "rest_id": "1583691627754704900",
+ "id": "VXNlcjoxNzE0MDcwMjMyNDk3NjM1MzI4",
+ "rest_id": "1714070232497635328",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 17 00:11:14 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Phycist by Gene, Philosopher in the making; Blender of duo subject (PHYSICS+PHILOSOPHY}, I too globally known as a creator of the subject PHIOPHY --Gyanesh kr",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "ssciencegyan.blogspot.com",
+ "expanded_url": "http://www.ssciencegyan.blogspot.com",
+ "url": "https://t.co/0FIzgF3q0N",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 23,
+ "followers_count": 10,
+ "friends_count": 122,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Birpur Bihar ",
+ "media_count": 55,
+ "name": "Gyanesh Kumar",
+ "normal_followers_count": 10,
+ "pinned_tweet_ids_str": [
+ "1718267501090648536"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1714070232497635328/1699375251",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1734788856984301568/L10CHBey_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GyaneshKum83663",
+ "statuses_count": 127,
+ "translator_type": "none",
+ "url": "https://t.co/0FIzgF3q0N",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1325865771315171328",
+ "sortIndex": "1739819621776621534",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzI1ODY1NzcxMzE1MTcxMzI4",
+ "rest_id": "1325865771315171328",
+ "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 Oct 22 05:28:18 +0000 2022",
+ "created_at": "Mon Nov 09 18:20:20 +0000 2020",
"default_profile": true,
"default_profile_image": false,
- "description": "Research",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 2729,
- "followers_count": 1178,
- "friends_count": 1512,
- "has_custom_timelines": false,
+ "favourites_count": 8200,
+ "followers_count": 222,
+ "friends_count": 4051,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3,
- "location": "Vietnam",
- "media_count": 54,
- "name": "Hientran",
- "normal_followers_count": 1178,
- "pinned_tweet_ids_str": [
- "1713791902414500090"
- ],
+ "listed_count": 1,
+ "location": "",
+ "media_count": 2,
+ "name": "Kerolos Gergis",
+ "normal_followers_count": 222,
+ "pinned_tweet_ids_str": [],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1325865771315171328/1700677267",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1727338080816758784/kcdGiE8r_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "hientran0885",
- "statuses_count": 2512,
+ "screen_name": "GergisKerolos1",
+ "statuses_count": 201,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4783,8 +2605,8 @@
}
},
{
- "entryId": "user-1718856269476622336",
- "sortIndex": "1719749367180558269",
+ "entryId": "user-1443109647657938946",
+ "sortIndex": "1739819621776621533",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4794,8 +2616,200 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzE4ODU2MjY5NDc2NjIyMzM2",
- "rest_id": "1718856269476622336",
+ "id": "VXNlcjoxNDQzMTA5NjQ3NjU3OTM4OTQ2",
+ "rest_id": "1443109647657938946",
+ "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 29 07:05:43 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Marinaio e appassionato di geopolitica",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 20,
+ "followers_count": 1,
+ "friends_count": 90,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Francesco Fabbri Rebecchi",
+ "normal_followers_count": 1,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1443348633299169286/xEHEI_j4_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "FrancoFabbriR",
+ "statuses_count": 2,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1079259032911777792",
+ "sortIndex": "1739819621776621532",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDc5MjU5MDMyOTExNzc3Nzky",
+ "rest_id": "1079259032911777792",
+ "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 30 06:12:59 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7,
+ "followers_count": 1,
+ "friends_count": 370,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 1,
+ "name": "Arif Bilgin",
+ "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_interstitial_type": "",
+ "screen_name": "ArifBil49148472",
+ "statuses_count": 17,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1303411094",
+ "sortIndex": "1739819621776621531",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzAzNDExMDk0",
+ "rest_id": "1303411094",
+ "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": "Tue Mar 26 10:29:19 +0000 2013",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "MGR",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 359,
+ "followers_count": 51,
+ "friends_count": 157,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 1,
+ "name": "G raja",
+ "normal_followers_count": 51,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733857406453452800/FX21b6bh_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "A8MGRCBE",
+ "statuses_count": 80,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1488457817300561920",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1739743133733388288",
+ "sortIndex": "1739819621776621530",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM5NzQzMTMzNzMzMzg4Mjg4",
+ "rest_id": "1739743133733388288",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
@@ -4803,10 +2817,72 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Oct 30 05:04:39 +0000 2023",
+ "created_at": "Tue Dec 26 20:21:26 +0000 2023",
"default_profile": true,
"default_profile_image": false,
- "description": "Nexova is a software company that prioritizes user experience first",
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1,
+ "friends_count": 15,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Sihab rana",
+ "normal_followers_count": 1,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739743245436067840/CfMBEFci_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "SihabRana18374",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1697090742668152832",
+ "sortIndex": "1739819621776621529",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk3MDkwNzQyNjY4MTUyODMy",
+ "rest_id": "1697090742668152832",
+ "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 Aug 31 03:35:44 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🚀 kLara Software - Innovating for Tomorrow. Crafting user-centric software solutions to empower your business. 🌟 #kLaraSoftware",
"entities": {
"description": {
"urls": []
@@ -4814,9 +2890,9 @@
"url": {
"urls": [
{
- "display_url": "nexova.dev",
- "expanded_url": "https://nexova.dev",
- "url": "https://t.co/0jShzyOLqF",
+ "display_url": "klarasoftware.com",
+ "expanded_url": "http://klarasoftware.com",
+ "url": "https://t.co/g47WSTMSw6",
"indices": [
0,
23
@@ -4826,31 +2902,31 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2,
- "followers_count": 3,
- "friends_count": 42,
+ "favourites_count": 6,
+ "followers_count": 1101,
+ "friends_count": 21,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "United States, California",
- "media_count": 0,
- "name": "Nexova",
- "normal_followers_count": 3,
+ "location": "İstanbul, Türkiye",
+ "media_count": 5,
+ "name": "kLara Software",
+ "normal_followers_count": 1101,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_banner_url": "https://pbs.twimg.com/profile_banners/1697090742668152832/1703617591",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739724384879685633/asOheKCf_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "nexova_",
- "statuses_count": 2,
+ "screen_name": "kLaraSoftware",
+ "statuses_count": 12,
"translator_type": "none",
- "url": "https://t.co/0jShzyOLqF",
+ "url": "https://t.co/g47WSTMSw6",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1718857743048774106",
+ "rest_id": "1739721322953933159",
"professional_type": "Business",
"category": [
{
@@ -4871,8 +2947,8 @@
}
},
{
- "entryId": "user-1479100058",
- "sortIndex": "1719749367180558268",
+ "entryId": "user-3150280279",
+ "sortIndex": "1739819621776621528",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4882,8 +2958,133 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDc5MTAwMDU4",
- "rest_id": "1479100058",
+ "id": "VXNlcjozMTUwMjgwMjc5",
+ "rest_id": "3150280279",
+ "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": "Sat Apr 11 19:06:11 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2447,
+ "followers_count": 178,
+ "friends_count": 4198,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Florida, USA",
+ "media_count": 0,
+ "name": "gerald schreur",
+ "normal_followers_count": 178,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": true,
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "gerryplusnine",
+ "statuses_count": 544,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1739734171721895936",
+ "sortIndex": "1739819621776621527",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM5NzM0MTcxNzIxODk1OTM2",
+ "rest_id": "1739734171721895936",
+ "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 Dec 26 19:45:43 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Children of Israel",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 13,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Zionist Africa",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739735529082507264/3d3c068b_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "zionistAfrica",
+ "statuses_count": 1,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-2828721038",
+ "sortIndex": "1739819621776621526",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODI4NzIxMDM4",
+ "rest_id": "2828721038",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -4891,10 +3092,75 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jun 03 07:31:22 +0000 2013",
+ "created_at": "Tue Sep 23 21:01:39 +0000 2014",
"default_profile": true,
"default_profile_image": false,
- "description": "Co-Founder, Logenic AI",
+ "description": "Software Developer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 257,
+ "followers_count": 148,
+ "friends_count": 336,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Angel Turks",
+ "normal_followers_count": 148,
+ "pinned_tweet_ids_str": [
+ "1600933986951647233"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2828721038/1692161870",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1691675551784718337/DOV81Hgf_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AngelTurks17",
+ "statuses_count": 56,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-899709470661459968",
+ "sortIndex": "1739819621776621525",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4OTk3MDk0NzA2NjE0NTk5Njg=",
+ "rest_id": "899709470661459968",
+ "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 Aug 21 19:07:08 +0000 2017",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "A Leader In Customized Cell Therapy & Research with a Focus On Alternative Methods Of Healing For Individuals Who Face Chronic Disorders.",
"entities": {
"description": {
"urls": []
@@ -4902,9 +3168,9 @@
"url": {
"urls": [
{
- "display_url": "01.me",
- "expanded_url": "https://01.me/",
- "url": "https://t.co/9bsINBiPaj",
+ "display_url": "bioxcellerator.com",
+ "expanded_url": "http://www.bioxcellerator.com",
+ "url": "https://t.co/VeQyIHNiIR",
"indices": [
0,
23
@@ -4914,28 +3180,41 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8,
- "followers_count": 146,
- "friends_count": 373,
- "has_custom_timelines": false,
+ "favourites_count": 1324,
+ "followers_count": 2407,
+ "friends_count": 707,
+ "has_custom_timelines": true,
"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": [],
+ "listed_count": 5,
+ "location": "",
+ "media_count": 1351,
+ "name": "bioXcellerator",
+ "normal_followers_count": 2407,
+ "pinned_tweet_ids_str": [
+ "1377365451592716294"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/899709470661459968/1674854531",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619083363582615565/KPIEIWbt_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "bojie_li",
- "statuses_count": 22,
+ "screen_name": "bioXcellerator",
+ "statuses_count": 2552,
"translator_type": "none",
- "url": "https://t.co/9bsINBiPaj",
+ "url": "https://t.co/VeQyIHNiIR",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1592589206550740992",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 584,
+ "name": "Medical & Health",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
},
@@ -4948,8 +3227,8 @@
}
},
{
- "entryId": "user-1426235444774064129",
- "sortIndex": "1719749367180558267",
+ "entryId": "user-1669990731635650560",
+ "sortIndex": "1739819621776621524",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4959,41 +3238,117 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDI2MjM1NDQ0Nzc0MDY0MTI5",
- "rest_id": "1426235444774064129",
+ "id": "VXNlcjoxNjY5OTkwNzMxNjM1NjUwNTYw",
+ "rest_id": "1669990731635650560",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Fri Aug 13 17:34:51 +0000 2021",
+ "created_at": "Sat Jun 17 08:50:12 +0000 2023",
"default_profile": true,
"default_profile_image": false,
- "description": "truth, good vs evil, zen, elon musk, trump's an ass but he has my vote!",
+ "description": "Defi Researcher | Community Manager | Degen | Ambassador @maringoapp",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 2371,
- "followers_count": 585,
- "friends_count": 1049,
+ "favourites_count": 419,
+ "followers_count": 119,
+ "friends_count": 162,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 2,
- "location": "usa",
- "media_count": 10,
- "name": "THE 99TH MONKEY",
- "normal_followers_count": 585,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 8,
+ "name": "BABABLUES💙",
+ "normal_followers_count": 119,
+ "pinned_tweet_ids_str": [
+ "1697472822564598036"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1669990731635650560/1703559770",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739479799234510848/fLUuOPMU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Baba_Bluess",
+ "statuses_count": 313,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1699989128635396227",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1094,
+ "name": "Blockchain",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1739719810181652481",
+ "sortIndex": "1739819621776621523",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM5NzE5ODEwMTgxNjUyNDgx",
+ "rest_id": "1739719810181652481",
+ "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 Dec 26 18:48:25 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3,
+ "followers_count": 0,
+ "friends_count": 4,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Hejwjejwjwjwjwjjw",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1684274191111970817/pieKbrlc_normal.jpg",
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"profile_interstitial_type": "",
- "screen_name": "nancygiannini5",
- "statuses_count": 2581,
+ "screen_name": "Hejwjejwjw63375",
+ "statuses_count": 0,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -5010,22 +3365,1754 @@
}
},
{
- "entryId": "cursor-bottom-1719749367180558266",
- "sortIndex": "1719749367180558266",
+ "entryId": "user-348645806",
+ "sortIndex": "1739819621776621522",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNDg2NDU4MDY=",
+ "rest_id": "348645806",
+ "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 Aug 04 19:29:18 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I am broadcast on blogtalkradio been do for almost 11 year",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 135,
+ "followers_count": 703,
+ "friends_count": 459,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Pittsburgh ",
+ "media_count": 0,
+ "name": "Andrew robs",
+ "normal_followers_count": 703,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1625559695481049106/0KDGxbFb_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AndrewKwiatkows",
+ "statuses_count": 297,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1702924988695671245",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1654142673039572992",
+ "sortIndex": "1739819621776621521",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjU0MTQyNjczMDM5NTcyOTky",
+ "rest_id": "1654142673039572992",
+ "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 May 04 15:15:32 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "iSMP;\n24 años.\nChile.\nES/EN\nIngeniero en Telecomunicaciones, conectividad y redes.\nWeb Developer.\nhttps://t.co/MSLBKTLEHv",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "linkedin.com/in/javiercarte…",
+ "expanded_url": "https://www.linkedin.com/in/javiercartesg/",
+ "url": "https://t.co/MSLBKTLEHv",
+ "indices": [
+ 98,
+ 121
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 296,
+ "followers_count": 16,
+ "friends_count": 163,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Chile",
+ "media_count": 9,
+ "name": "Javier Cartes dev",
+ "normal_followers_count": 16,
+ "pinned_tweet_ids_str": [
+ "1661809664001015826"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1654142673039572992/1703304247",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1738410122810986498/4Vmiv5pe_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "_iSMP14",
+ "statuses_count": 179,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1661113509025816577",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1727181772994289664",
+ "sortIndex": "1739819621776621520",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzI3MTgxNzcyOTk0Mjg5NjY0",
+ "rest_id": "1727181772994289664",
+ "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": "Wed Nov 22 04:27:11 +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": "花果山吗喽",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1727186633894838272/tUZ0_I49_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "lzyun118951",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1006769773307465728",
+ "sortIndex": "1739819621776621519",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDA2NzY5NzczMzA3NDY1NzI4",
+ "rest_id": "1006769773307465728",
+ "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 Jun 13 05:26:33 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3203,
+ "followers_count": 122,
+ "friends_count": 995,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 7,
+ "location": "",
+ "media_count": 5,
+ "name": "Sanket Chakraborty",
+ "normal_followers_count": 122,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1382481642799955968/rmS8GvkE_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Sanky82001",
+ "statuses_count": 2494,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1351241822870364163",
+ "sortIndex": "1739819621776621518",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzUxMjQxODIyODcwMzY0MTYz",
+ "rest_id": "1351241822870364163",
+ "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 Jan 18 18:55:42 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Steven McCabe; Farmer, hurling/football/NFL/Racing: Owner of a FIELD… MY FIELD https://t.co/rzvatlkJgU",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "facebook.com/groups/2896388…",
+ "expanded_url": "https://www.facebook.com/groups/289638870730195/?ref=share_group_link",
+ "url": "https://t.co/rzvatlkJgU",
+ "indices": [
+ 79,
+ 102
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "facebook.com/groups/2896388…",
+ "expanded_url": "https://www.facebook.com/groups/289638870730195/?ref=share_group_link",
+ "url": "https://t.co/rzvatlkJgU",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4733,
+ "followers_count": 4631,
+ "friends_count": 2592,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "Ireland",
+ "media_count": 1503,
+ "name": "THE BULL MCCABE",
+ "normal_followers_count": 4631,
+ "pinned_tweet_ids_str": [
+ "1729461767015698730"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1351241822870364163/1698587364",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1590065610691694592/Zr8rbG1X_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TheBull_McCabe",
+ "statuses_count": 8582,
+ "translator_type": "none",
+ "url": "https://t.co/rzvatlkJgU",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1590394085675778048",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-968025461409267712",
+ "sortIndex": "1739819621776621517",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NjgwMjU0NjE0MDkyNjc3MTI=",
+ "rest_id": "968025461409267712",
+ "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 Feb 26 07:30:29 +0000 2018",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "https://t.co/0Gq9Uq0moj",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "link3.to/vominhloc_94",
+ "expanded_url": "https://link3.to/vominhloc_94",
+ "url": "https://t.co/0Gq9Uq0moj",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "facebook.com/Voxminhloocj",
+ "expanded_url": "https://www.facebook.com/Voxminhloocj",
+ "url": "https://t.co/EIKzOXbr0x",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 31,
+ "followers_count": 5,
+ "friends_count": 75,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Quảng Ngãi, Việt Nam",
+ "media_count": 6,
+ "name": "Vo Minh Loc",
+ "normal_followers_count": 5,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/968025461409267712/1528522137",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1005320552142131200/p2PQ_zex_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "V_M_Loc",
+ "statuses_count": 47,
+ "translator_type": "none",
+ "url": "https://t.co/EIKzOXbr0x",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1738555981100195949",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 697,
+ "name": "Real Estate",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1739703126569955328",
+ "sortIndex": "1739819621776621516",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM5NzAzMTI2NTY5OTU1MzI4",
+ "rest_id": "1739703126569955328",
+ "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 Dec 26 17:42:15 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Managing a family-owned dairy farm producing top quality $MILK. Learn to farm to earn ♻️",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "solanafarming.com",
+ "expanded_url": "http://solanafarming.com",
+ "url": "https://t.co/FCPKJ2NeOo",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Yield Farming",
+ "media_count": 1,
+ "name": "Dairy Farmer | YIELD MAXXING",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [
+ "1739768346311012377"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1739703126569955328/1703639374",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739736375295971328/zRwFdMdn_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DairyFarmerSOL",
+ "statuses_count": 1,
+ "translator_type": "none",
+ "url": "https://t.co/FCPKJ2NeOo",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1739766504399249659",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1725528792221863936",
+ "sortIndex": "1739819621776621515",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzI1NTI4NzkyMjIxODYzOTM2",
+ "rest_id": "1725528792221863936",
+ "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 Nov 17 14:58:47 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 24,
+ "followers_count": 1,
+ "friends_count": 18,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Alanna Todd",
+ "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_interstitial_type": "",
+ "screen_name": "ToddAlanna94748",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-93719988",
+ "sortIndex": "1739819621776621514",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MzcxOTk4OA==",
+ "rest_id": "93719988",
+ "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 Nov 30 22:03:26 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1,
+ "followers_count": 727,
+ "friends_count": 36,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Patillas,Puerto Rico",
+ "media_count": 0,
+ "name": "katherine",
+ "normal_followers_count": 727,
+ "pinned_tweet_ids_str": [
+ "1735176641733665003"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/553822075/hioiopyhjl_normal.JPG",
+ "profile_interstitial_type": "",
+ "screen_name": "katherineaixa",
+ "statuses_count": 12,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-997442287343988737",
+ "sortIndex": "1739819621776621513",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5OTc0NDIyODczNDM5ODg3Mzc=",
+ "rest_id": "997442287343988737",
+ "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 May 18 11:42:27 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 451,
+ "followers_count": 13,
+ "friends_count": 165,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Kathmandu ",
+ "media_count": 1,
+ "name": "Naresh Shrestha",
+ "normal_followers_count": 13,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1523464891046465538/P9woS4cK_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NareshShrestha0",
+ "statuses_count": 4,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1513028644939075585",
+ "sortIndex": "1739819621776621512",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTEzMDI4NjQ0OTM5MDc1NTg1",
+ "rest_id": "1513028644939075585",
+ "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 10 05:40:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "God's Physician-husband-father🇺🇸USA is God's country, freedom of speech! God bless Mr Musk&X. Member of X’s Community Notes!",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "kashmd.com",
+ "expanded_url": "http://kashmd.com",
+ "url": "https://t.co/rPPKcFwuCK",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7214,
+ "followers_count": 39600,
+ "friends_count": 632,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "Irvine, CA",
+ "media_count": 61,
+ "name": "Khashayar Kash Sarabi MD ABAARM RPVI",
+ "normal_followers_count": 39600,
+ "pinned_tweet_ids_str": [
+ "1692309532264022441"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1513028644939075585/1677817960",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1723154068313612288/s5mPdukm_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "drsarabimd",
+ "statuses_count": 5745,
+ "translator_type": "none",
+ "url": "https://t.co/rPPKcFwuCK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1651055331450167296",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1717803066060410880",
+ "sortIndex": "1739819621776621511",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzE3ODAzMDY2MDYwNDEwODgw",
+ "rest_id": "1717803066060410880",
+ "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 Oct 27 07:19:22 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63,
+ "followers_count": 17,
+ "friends_count": 93,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "mvjidvqwpqbh",
+ "normal_followers_count": 17,
+ "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": "mvjidvqwpq84737",
+ "statuses_count": 127,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1324730476980957184",
+ "sortIndex": "1739819621776621510",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzI0NzMwNDc2OTgwOTU3MTg0",
+ "rest_id": "1324730476980957184",
+ "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 06 15:09:03 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Eastern European with too much spare time talking about random things.\nI hate the Antichrist!\n☦️🇧🇬🇯🇵🇷🇺",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19048,
+ "followers_count": 79,
+ "friends_count": 594,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "",
+ "media_count": 418,
+ "name": "Sophia Bot",
+ "normal_followers_count": 79,
+ "pinned_tweet_ids_str": [
+ "1586511655667699715"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1324730476980957184/1643737556",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1332156096237203456/MLR3djU3_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Hisu011",
+ "statuses_count": 4071,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1739677372897464320",
+ "sortIndex": "1739819621776621509",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM5Njc3MzcyODk3NDY0MzIw",
+ "rest_id": "1739677372897464320",
+ "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 Dec 26 16:00:06 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Patriot!! 🇺🇸💙🤍❤️",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12,
+ "followers_count": 5,
+ "friends_count": 67,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Virginia",
+ "media_count": 0,
+ "name": "💜🐜 𝔴𝒾ⓔᒪ𝓀𝒶 Mย𝓢𝕜 🎈🌷",
+ "normal_followers_count": 5,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739679525305270272/yWMg9gXD_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "WieKaLiMs",
+ "statuses_count": 2,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-424107526",
+ "sortIndex": "1739819621776621508",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0MjQxMDc1MjY=",
+ "rest_id": "424107526",
+ "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 Nov 29 10:05:14 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "عذرا تويتر فتغريدنا تغريد بشر لم يجد حرية الطير بعد",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "ehosain.com",
+ "expanded_url": "https://ehosain.com",
+ "url": "https://t.co/V5JKSSotud",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2251,
+ "followers_count": 809,
+ "friends_count": 1481,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "",
+ "media_count": 99,
+ "name": "حسين م.السلمي",
+ "normal_followers_count": 809,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1723020928160813056/uz5CHKGC_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Hosain_Asslmy",
+ "statuses_count": 2874,
+ "translator_type": "none",
+ "url": "https://t.co/V5JKSSotud",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1467487570825297923",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1738277904306327552",
+ "sortIndex": "1739819621776621507",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzM4Mjc3OTA0MzA2MzI3NTUy",
+ "rest_id": "1738277904306327552",
+ "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 Dec 22 19:19:07 +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": 27,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 8,
+ "name": "myguido romani prado",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [
+ "1739798599733501966"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1738278008467734529/zEluDFNm_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "ifdrthen0010",
+ "statuses_count": 128,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-353592402",
+ "sortIndex": "1739819621776621506",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNTM1OTI0MDI=",
+ "rest_id": "353592402",
+ "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 Aug 12 09:48:22 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2,
+ "followers_count": 722,
+ "friends_count": 10,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "drake h.",
+ "normal_followers_count": 722,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1492487544/image_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "zendayafan25577",
+ "statuses_count": 7,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1727020130859651072",
+ "sortIndex": "1739819621776621505",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzI3MDIwMTMwODU5NjUxMDcy",
+ "rest_id": "1727020130859651072",
+ "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 Nov 21 17:44:33 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I’m a creator",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "youtube.com/@KeganRedford?…",
+ "expanded_url": "https://youtube.com/@KeganRedford?si=TbSCYchk3mzvGtwd",
+ "url": "https://t.co/EqVCaCaY75",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 340,
+ "followers_count": 56,
+ "friends_count": 274,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Texas, USA",
+ "media_count": 5,
+ "name": "Kegan Redford",
+ "normal_followers_count": 56,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1727020130859651072/1703354775",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739412270436769792/UhZADiLJ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KeganRedford",
+ "statuses_count": 57,
+ "translator_type": "none",
+ "url": "https://t.co/EqVCaCaY75",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1727044108122804548",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1017,
+ "name": "Artist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1688697214770565120",
+ "sortIndex": "1739819621776621504",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjg4Njk3MjE0NzcwNTY1MTIw",
+ "rest_id": "1688697214770565120",
+ "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 Aug 07 23:42:53 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Muhammad Bello Aliyu by name Hausa/Fulani is my tribe and proudly Northerner",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 122,
+ "followers_count": 6,
+ "friends_count": 95,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Yabo, Nigeria",
+ "media_count": 3,
+ "name": "Bello Aliyu",
+ "normal_followers_count": 6,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696678728091279360/Lc8pzKRm_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BelloAliyuyabou",
+ "statuses_count": 63,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-35021509",
+ "sortIndex": "1739819621776621503",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNTAyMTUwOQ==",
+ "rest_id": "35021509",
+ "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 Apr 24 19:57:38 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Venturer, investor, rich dad, poor dad, married to most amazing person who raised a rocket scientist and a data scientist.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3016,
+ "followers_count": 170,
+ "friends_count": 837,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 8,
+ "location": "Wellington, FL",
+ "media_count": 106,
+ "name": "Baden Wehmeyer",
+ "normal_followers_count": 170,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/35021509/1650536875",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/686474134/IMG_0110_normal.JPG",
+ "profile_interstitial_type": "",
+ "screen_name": "BadenW",
+ "statuses_count": 725,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1618952910284390400",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1055,
+ "name": "Software developer/Programmer/Software engineer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-281436370",
+ "sortIndex": "1739819621776621502",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODE0MzYzNzA=",
+ "rest_id": "281436370",
+ "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 Apr 13 08:47:21 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "THE FORTUNE GOD 🔮 🤝: @Glownodefx | swing trading with E•T•S",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "t.me/fortunefinanci…",
+ "expanded_url": "https://t.me/fortunefinancierforum",
+ "url": "https://t.co/zvPwrS9VE9",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 20188,
+ "followers_count": 5810,
+ "friends_count": 313,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "ImagiNATION",
+ "media_count": 917,
+ "name": "Fortune",
+ "normal_followers_count": 5810,
+ "pinned_tweet_ids_str": [
+ "1705962424849842247"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/281436370/1703503540",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739245331617849344/E-SIvLe7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Forttunee",
+ "statuses_count": 11892,
+ "translator_type": "none",
+ "url": "https://t.co/zvPwrS9VE9",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1680554511826288641",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-207529874",
+ "sortIndex": "1739819621776621501",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMDc1Mjk4NzQ=",
+ "rest_id": "207529874",
+ "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 Oct 25 14:14:12 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Smart, funny and cool",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 246,
+ "followers_count": 87,
+ "friends_count": 316,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Lagos, Nigeria",
+ "media_count": 6,
+ "name": "Resonance Kuku",
+ "normal_followers_count": 87,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/207529874/1399708471",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1729710929817067520/YKAwYU05_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "haywhzl",
+ "statuses_count": 369,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1710456616653402112",
+ "sortIndex": "1739819621776621500",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzEwNDU2NjE2NjUzNDAyMTEy",
+ "rest_id": "1710456616653402112",
+ "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 Oct 07 00:48:14 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1,
+ "friends_count": 43,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Granada, España",
+ "media_count": 0,
+ "name": "monty",
+ "normal_followers_count": 1,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1711419775908204544/OefC9OV0_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "6czzgmmqskj",
+ "statuses_count": 2,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1710715040389816320",
+ "sortIndex": "1739819621776621499",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzEwNzE1MDQwMzg5ODE2MzIw",
+ "rest_id": "1710715040389816320",
+ "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 Oct 07 17:53:56 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 49,
+ "followers_count": 1,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 3,
+ "name": "まほうしょうじょ",
+ "normal_followers_count": 1,
+ "pinned_tweet_ids_str": [
+ "1710728969392361611"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1710715040389816320/1696701552",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1713112036195143680/Px8VfTz6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "9beii__",
+ "statuses_count": 4,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-1739819621776621498",
+ "sortIndex": "1739819621776621498",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1781339450264951041|1719749367180558264",
+ "value": "1786356831578193112|1739819621776621496",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1719749367180558337",
- "sortIndex": "1719749367180558337",
+ "entryId": "cursor-top-1739819621776621569",
+ "sortIndex": "1739819621776621569",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1719749367180558337",
+ "value": "-1|1739819621776621569",
"cursorType": "Top"
}
}
diff --git a/tests/mocked-data/following_raw.json b/tests/mocked-data/following_raw.json
index 9363457..a2c2633 100644
--- a/tests/mocked-data/following_raw.json
+++ b/tests/mocked-data/following_raw.json
@@ -20,74 +20,9 @@
{
"type": "TimelineAddEntries",
"entries": [
- {
- "entryId": "user-15067515",
- "sortIndex": "1719749373090332672",
- "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": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 41980,
- "followers_count": 9571,
- "friends_count": 15,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 122,
- "location": "",
- "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/1698785592",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1717706415802826752/YpEK1ih3_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "44",
- "statuses_count": 84,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-236209129",
- "sortIndex": "1719749373090332671",
+ "sortIndex": "1739819627556372480",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -116,16 +51,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16413,
- "followers_count": 130586,
- "friends_count": 4022,
+ "favourites_count": 16318,
+ "followers_count": 129728,
+ "friends_count": 4011,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 970,
+ "listed_count": 971,
"location": "",
"media_count": 1213,
"name": "Leslie Berland",
- "normal_followers_count": 130586,
+ "normal_followers_count": 129728,
"pinned_tweet_ids_str": [
"1615377744275070980"
],
@@ -134,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": 11736,
+ "statuses_count": 11732,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -152,7 +87,7 @@
},
{
"entryId": "user-156417821",
- "sortIndex": "1719749373090332670",
+ "sortIndex": "1739819627556372479",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -194,16 +129,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12057,
- "followers_count": 13882,
- "friends_count": 1201,
+ "favourites_count": 12017,
+ "followers_count": 13729,
+ "friends_count": 1193,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 93,
"location": "East Bay, CA",
"media_count": 173,
"name": "Mike Cvet",
- "normal_followers_count": 13882,
+ "normal_followers_count": 13729,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789",
@@ -227,86 +162,9 @@
}
}
},
- {
- "entryId": "user-15772978",
- "sortIndex": "1719749373090332669",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTc3Mjk3OA==",
- "rest_id": "15772978",
- "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 Aug 08 02:16:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Former Senior Developer Advocate @Twitter. 💻 😱🎤@livecodenyc. Python programmer. Noted thought leader on vegan snacks. Makes music as Messica Arson.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "github.com/JessicaGarson",
- "expanded_url": "http://github.com/JessicaGarson",
- "url": "https://t.co/1ksTTe3yZj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 24908,
- "followers_count": 5501,
- "friends_count": 2951,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 157,
- "location": "Brooklyn, NY",
- "media_count": 657,
- "name": "Jessica Garson",
- "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": 8003,
- "translator_type": "none",
- "url": "https://t.co/1ksTTe3yZj",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-6844292",
- "sortIndex": "1719749373090332668",
+ "sortIndex": "1739819627556372478",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -348,23 +206,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1325716,
+ "favourites_count": 267,
+ "followers_count": 1325198,
"friends_count": 12,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4694,
+ "listed_count": 4700,
"location": "San Francisco",
"media_count": 63,
"name": "Engineering",
- "normal_followers_count": 1325716,
+ "normal_followers_count": 1325198,
"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": 912,
+ "statuses_count": 905,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -381,98 +239,9 @@
}
}
},
- {
- "entryId": "user-108209516",
- "sortIndex": "1719749373090332667",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDgyMDk1MTY=",
- "rest_id": "108209516",
- "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 Jan 25 05:56:22 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Early Stage Investor. ⏳ CPO @reshuffleHQ (acquired by @Twitter), VP product Twitch, Slack & Google, Author📚 @OReillyMedia https://t.co/dScSHVU79a",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "amazon.com/author/amirshe…",
- "expanded_url": "http://amazon.com/author/amirshevat",
- "url": "https://t.co/dScSHVU79a",
- "indices": [
- 122,
- 145
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "staging.bsky.app/profile/amir.b…",
- "expanded_url": "https://staging.bsky.app/profile/amir.blue",
- "url": "https://t.co/zWtpooqVXO",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 14773,
- "followers_count": 16458,
- "friends_count": 1949,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 478,
- "location": "Austin",
- "media_count": 930,
- "name": "Amir Shevat",
- "normal_followers_count": 16458,
- "pinned_tweet_ids_str": [
- "1603552334231097351"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/108209516/1466034572",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1389082761965629442/JhdikLmt_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ashevat",
- "statuses_count": 6809,
- "translator_type": "none",
- "url": "https://t.co/zWtpooqVXO",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-176425492",
- "sortIndex": "1719749373090332666",
+ "sortIndex": "1739819627556372477",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -514,16 +283,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 30814,
- "followers_count": 10606,
- "friends_count": 5509,
+ "favourites_count": 30435,
+ "followers_count": 10569,
+ "friends_count": 5504,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 70,
+ "listed_count": 71,
"location": "nyc",
- "media_count": 2173,
- "name": "Hamza 🇵🇸",
- "normal_followers_count": 10606,
+ "media_count": 2172,
+ "name": "Hamza",
+ "normal_followers_count": 10569,
"pinned_tweet_ids_str": [
"1167249725751361537"
],
@@ -532,7 +301,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1686532433779335168/Z7dhnUMr_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "oihamza",
- "statuses_count": 7026,
+ "statuses_count": 7034,
"translator_type": "none",
"url": "https://t.co/9Jd48LIalh",
"verified": false,
@@ -551,7 +320,7 @@
},
{
"entryId": "user-857699969263964161",
- "sortIndex": "1719749373090332665",
+ "sortIndex": "1739819627556372476",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -606,23 +375,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28,
- "followers_count": 4481,
- "friends_count": 1503,
+ "favourites_count": 42,
+ "followers_count": 4528,
+ "friends_count": 1518,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 68,
+ "listed_count": 67,
"location": "San Francisco, CA",
- "media_count": 118,
+ "media_count": 125,
"name": "Suhem Parack",
- "normal_followers_count": 4481,
+ "normal_followers_count": 4528,
"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": 1495,
+ "statuses_count": 1835,
"translator_type": "none",
"url": "https://t.co/Rh0kWC75HG",
"verified": false,
@@ -646,7 +415,7 @@
},
{
"entryId": "user-14897303",
- "sortIndex": "1719749373090332664",
+ "sortIndex": "1739819627556372475",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -668,7 +437,7 @@
"created_at": "Sun May 25 08:06:34 +0000 2008",
"default_profile": false,
"default_profile_image": false,
- "description": "ex GM of Consumer & Head of Product @Twitter. Co-founder and CEO of @Periscopeco",
+ "description": "ex head of product @ Twitter. co-founder / ceo @ Periscope",
"entities": {
"description": {
"urls": []
@@ -688,16 +457,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 26375,
- "followers_count": 107261,
- "friends_count": 2947,
+ "favourites_count": 26352,
+ "followers_count": 106892,
+ "friends_count": 2965,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1282,
+ "listed_count": 1273,
"location": "San Francisco",
"media_count": 878,
"name": "Kayvon Beykpour",
- "normal_followers_count": 107261,
+ "normal_followers_count": 106892,
"pinned_tweet_ids_str": [
"1626267128964988928"
],
@@ -723,86 +492,9 @@
}
}
},
- {
- "entryId": "user-37290907",
- "sortIndex": "1719749373090332663",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozNzI5MDkwNw==",
- "rest_id": "37290907",
- "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 02 21:48:49 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "founder/CEO Halcyon",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "twitter.com",
- "expanded_url": "https://twitter.com",
- "url": "https://t.co/z4m6BvBSdi",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 28373,
- "followers_count": 66449,
- "friends_count": 3094,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 273,
- "location": "San Francisco, CA",
- "media_count": 668,
- "name": "bruce.falck() 🦗",
- "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": 7754,
- "translator_type": "regular",
- "url": "https://t.co/z4m6BvBSdi",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-28628425",
- "sortIndex": "1719749373090332662",
+ "sortIndex": "1739819627556372474",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -831,16 +523,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12174,
- "followers_count": 1479,
- "friends_count": 1024,
+ "favourites_count": 11997,
+ "followers_count": 1543,
+ "friends_count": 1023,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 36,
"location": "New York, NY",
"media_count": 140,
"name": "Sonya Penn",
- "normal_followers_count": 1479,
+ "normal_followers_count": 1543,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856",
@@ -865,7 +557,7 @@
},
{
"entryId": "user-261034930",
- "sortIndex": "1719749373090332661",
+ "sortIndex": "1739819627556372473",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -894,16 +586,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23443,
- "followers_count": 2056,
- "friends_count": 829,
+ "favourites_count": 23022,
+ "followers_count": 2465,
+ "friends_count": 820,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 27,
"location": "",
- "media_count": 1751,
+ "media_count": 1753,
"name": "kiran paul",
- "normal_followers_count": 2056,
+ "normal_followers_count": 2465,
"pinned_tweet_ids_str": [
"1164249329848111104"
],
@@ -912,7 +604,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000449279214/2063b4a1fe8c531799eb85ff8be2a0f0_normal.jpeg",
"profile_interstitial_type": "",
"screen_name": "kdspaul",
- "statuses_count": 15474,
+ "statuses_count": 15479,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -930,7 +622,7 @@
},
{
"entryId": "user-49188317",
- "sortIndex": "1719749373090332660",
+ "sortIndex": "1739819627556372472",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -972,16 +664,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24490,
- "followers_count": 4304,
- "friends_count": 1827,
+ "favourites_count": 24366,
+ "followers_count": 4343,
+ "friends_count": 1824,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 48,
+ "listed_count": 47,
"location": "127.0.0.1",
"media_count": 2805,
"name": "Seth Wilson",
- "normal_followers_count": 4304,
+ "normal_followers_count": 4343,
"pinned_tweet_ids_str": [
"1609361179205599233"
],
@@ -990,7 +682,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1367523060551585797/r_YDF1jd_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "srw",
- "statuses_count": 11053,
+ "statuses_count": 11049,
"translator_type": "regular",
"url": "https://t.co/EOb50G8WRf",
"verified": false,
@@ -1009,7 +701,7 @@
},
{
"entryId": "user-17200003",
- "sortIndex": "1719749373090332659",
+ "sortIndex": "1739819627556372471",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1061,16 +753,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8808,
- "followers_count": 1616,
- "friends_count": 754,
+ "favourites_count": 8651,
+ "followers_count": 1739,
+ "friends_count": 750,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 48,
+ "listed_count": 47,
"location": "MN ⇨ all over ⇨ CO",
- "media_count": 752,
+ "media_count": 753,
"name": "snowman in most places",
- "normal_followers_count": 1616,
+ "normal_followers_count": 1739,
"pinned_tweet_ids_str": [
"1649636455403393026"
],
@@ -1079,7 +771,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "snowman",
- "statuses_count": 4464,
+ "statuses_count": 4474,
"translator_type": "regular",
"url": "https://t.co/I1GjLuBxM2",
"verified": false,
@@ -1103,7 +795,7 @@
},
{
"entryId": "user-67501283",
- "sortIndex": "1719749373090332658",
+ "sortIndex": "1739819627556372470",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1132,23 +824,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5955,
- "followers_count": 1713,
- "friends_count": 1205,
+ "favourites_count": 5770,
+ "followers_count": 1740,
+ "friends_count": 1206,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 83,
"location": "Boulder CO",
"media_count": 228,
"name": "Cassie Stewart",
- "normal_followers_count": 1713,
+ "normal_followers_count": 1740,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/67501283/1443802566",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1687955671658934274/MZm7hMFr_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "cassiestewart",
- "statuses_count": 1519,
+ "statuses_count": 1521,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1166,7 +858,7 @@
},
{
"entryId": "user-21266829",
- "sortIndex": "1719749373090332657",
+ "sortIndex": "1739819627556372469",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1195,23 +887,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28157,
- "followers_count": 3127,
- "friends_count": 2184,
+ "favourites_count": 28155,
+ "followers_count": 3250,
+ "friends_count": 2185,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 80,
+ "listed_count": 79,
"location": "🇫🇷 🇺🇸",
"media_count": 721,
"name": "Lindsay McCallum Rémy",
- "normal_followers_count": 3127,
+ "normal_followers_count": 3250,
"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": 7853,
+ "statuses_count": 7865,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1229,7 +921,7 @@
},
{
"entryId": "user-2397965574",
- "sortIndex": "1719749373090332656",
+ "sortIndex": "1739819627556372468",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1251,32 +943,29 @@
"created_at": "Wed Mar 19 14:31:48 +0000 2014",
"default_profile": false,
"default_profile_image": false,
- "description": "europe events @apple | good at hair, giant blowout parties & planned choreography | former head of fun @Twitter",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 23498,
- "followers_count": 3067,
- "friends_count": 731,
+ "favourites_count": 23466,
+ "followers_count": 3258,
+ "friends_count": 730,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 27,
"location": "London",
- "media_count": 2024,
+ "media_count": 2025,
"name": "Rebecca",
- "normal_followers_count": 3067,
- "pinned_tweet_ids_str": [
- "1701722943783665954"
- ],
+ "normal_followers_count": 3258,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_image_url_https": "https://pbs.twimg.com/profile_images/1733460662011973632/VcYXdk_A_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "RebeccaW",
- "statuses_count": 11439,
+ "statuses_count": 11442,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1294,7 +983,7 @@
},
{
"entryId": "user-199566737",
- "sortIndex": "1719749373090332655",
+ "sortIndex": "1739819627556372467",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1316,23 +1005,23 @@
"created_at": "Thu Oct 07 05:36:28 +0000 2010",
"default_profile": false,
"default_profile_image": false,
- "description": "💼 #devrel @gitcoin \n💼 #tpm @pgn_eth\n🪺 former @twitterdev\n🏔️ mtn man\n⛓️ 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": 1891,
- "followers_count": 1026,
- "friends_count": 686,
+ "favourites_count": 1875,
+ "followers_count": 1117,
+ "friends_count": 708,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 29,
"location": "Denver, CO",
- "media_count": 341,
- "name": "daniel | gitcoin 🟢",
- "normal_followers_count": 1026,
+ "media_count": 352,
+ "name": "daniel",
+ "normal_followers_count": 1117,
"pinned_tweet_ids_str": [
"1701988826397450497"
],
@@ -1341,7 +1030,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1488364224237682690/is5gX9I1_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "lebraat",
- "statuses_count": 2096,
+ "statuses_count": 2168,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1370,7 +1059,7 @@
},
{
"entryId": "user-63046977",
- "sortIndex": "1719749373090332654",
+ "sortIndex": "1739819627556372466",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1399,16 +1088,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8812,
- "followers_count": 1227,
- "friends_count": 2609,
+ "favourites_count": 8498,
+ "followers_count": 1249,
+ "friends_count": 2605,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 36,
+ "listed_count": 35,
"location": "Denver, CO",
"media_count": 465,
"name": "Emily Waligoske",
- "normal_followers_count": 1227,
+ "normal_followers_count": 1249,
"pinned_tweet_ids_str": [
"555569718271426560"
],
@@ -1417,7 +1106,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1533124991637671941/4RW0JL1G_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "happycamper",
- "statuses_count": 2799,
+ "statuses_count": 2795,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1435,7 +1124,7 @@
},
{
"entryId": "user-3070295959",
- "sortIndex": "1719749373090332653",
+ "sortIndex": "1739819627556372465",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1464,23 +1153,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8501,
- "followers_count": 849,
- "friends_count": 562,
+ "favourites_count": 8331,
+ "followers_count": 859,
+ "friends_count": 558,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 15,
"location": "Boulder, CO | USA",
"media_count": 210,
"name": "Whitney Riker",
- "normal_followers_count": 849,
+ "normal_followers_count": 859,
"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,
+ "statuses_count": 1793,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1496,9 +1185,242 @@
}
}
},
+ {
+ "entryId": "user-1353010477",
+ "sortIndex": "1739819627556372464",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzUzMDEwNDc3",
+ "rest_id": "1353010477",
+ "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": "Sun Apr 14 23:25:58 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Information Security, Public Policy, and Baking. InfoSec @Workday, ex-#InfoSec @twitter. (he/him)",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "andysayler.com",
+ "expanded_url": "https://www.andysayler.com",
+ "url": "https://t.co/jCRymf6qnj",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12714,
+ "followers_count": 1465,
+ "friends_count": 961,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 41,
+ "location": "Colorado, USA",
+ "media_count": 92,
+ "name": "Andy Sayler",
+ "normal_followers_count": 1465,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/3522791474/1905a2baa7627be4a9bef011151c3df9_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "AndySayler",
+ "statuses_count": 502,
+ "translator_type": "regular",
+ "url": "https://t.co/jCRymf6qnj",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-10671602",
+ "sortIndex": "1739819627556372463",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDY3MTYwMg==",
+ "rest_id": "10671602",
+ "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 Nov 27 22:37:20 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter updates on PS5, PlayStation VR2, PlayStation Plus, PS4 and more. Support: @AskPlayStation",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "playstation.com",
+ "expanded_url": "https://www.playstation.com",
+ "url": "https://t.co/OrydDMkek8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1437,
+ "followers_count": 34428032,
+ "friends_count": 768,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 35332,
+ "location": "California",
+ "media_count": 24778,
+ "name": "PlayStation",
+ "normal_followers_count": 34428032,
+ "pinned_tweet_ids_str": [
+ "1725672964350448058"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/10671602/1703073393",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1278183948279922690/ybnDHXn7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PlayStation",
+ "statuses_count": 44615,
+ "translator_type": "none",
+ "url": "https://t.co/OrydDMkek8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1720665183188922368",
+ "sortIndex": "1739819627556372462",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzIwNjY1MTgzMTg4OTIyMzY4",
+ "rest_id": "1720665183188922368",
+ "affiliates_highlighted_label": {
+ "label": {
+ "url": {
+ "url": "https://twitter.com/xai",
+ "urlType": "DeepLink"
+ },
+ "badge": {
+ "url": "https://pbs.twimg.com/profile_images/1696361350849789953/y5d3GaZX_bigger.jpg"
+ },
+ "description": "xAI",
+ "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": "Sat Nov 04 04:52:34 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "groking",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 31,
+ "followers_count": 297901,
+ "friends_count": 2,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 810,
+ "location": "",
+ "media_count": 0,
+ "name": "Grok",
+ "normal_followers_count": 297901,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1720665183188922368/1699593901",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1722068198005309440/sHT0mvER_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "grok",
+ "statuses_count": 18,
+ "translator_type": "none",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
{
"entryId": "user-548263294",
- "sortIndex": "1719749373090332652",
+ "sortIndex": "1739819627556372461",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1540,25 +1462,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5223,
- "followers_count": 526381,
- "friends_count": 1280,
+ "favourites_count": 6125,
+ "followers_count": 551375,
+ "friends_count": 1392,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 1645,
+ "listed_count": 0,
"location": "",
- "media_count": 235,
+ "media_count": 255,
"name": "Linda Yaccarino",
- "normal_followers_count": 526381,
+ "normal_followers_count": 551375,
"pinned_tweet_ids_str": [
- "1717693915266990460"
+ "1737627205608538568"
],
"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": 1542,
+ "statuses_count": 1874,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1576,7 +1498,7 @@
},
{
"entryId": "user-1063564421581070337",
- "sortIndex": "1719749373090332651",
+ "sortIndex": "1739819627556372460",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1605,16 +1527,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1657,
- "followers_count": 92,
- "friends_count": 459,
+ "favourites_count": 1653,
+ "followers_count": 103,
+ "friends_count": 458,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 2,
"location": "",
"media_count": 45,
"name": "Akash Patel",
- "normal_followers_count": 92,
+ "normal_followers_count": 103,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1094501322122907648/N-2vlzrO_normal.jpg",
@@ -1638,7 +1560,7 @@
},
{
"entryId": "user-2907774137",
- "sortIndex": "1719749373090332650",
+ "sortIndex": "1739819627556372459",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1690,16 +1612,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8945,
- "followers_count": 2966656,
+ "favourites_count": 8913,
+ "followers_count": 2960968,
"friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 11558,
+ "listed_count": 11551,
"location": "Meta",
- "media_count": 402453,
+ "media_count": 404973,
"name": "Archillect",
- "normal_followers_count": 2966656,
+ "normal_followers_count": 2960968,
"pinned_tweet_ids_str": [
"1360884467427115010"
],
@@ -1708,7 +1630,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1045579977067024384/S0luKMwQ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "archillect",
- "statuses_count": 419905,
+ "statuses_count": 422439,
"translator_type": "none",
"url": "https://t.co/l6SZrvMcZV",
"verified": false,
@@ -1727,7 +1649,7 @@
},
{
"entryId": "user-96770474",
- "sortIndex": "1719749373090332649",
+ "sortIndex": "1739819627556372458",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1769,16 +1691,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 40042,
- "followers_count": 375834,
- "friends_count": 1684,
+ "favourites_count": 42760,
+ "followers_count": 375676,
+ "friends_count": 1810,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2836,
+ "listed_count": 2834,
"location": "Meta",
- "media_count": 1730,
+ "media_count": 1734,
"name": "Pak",
- "normal_followers_count": 375834,
+ "normal_followers_count": 375676,
"pinned_tweet_ids_str": [
"516363882978619393"
],
@@ -1787,7 +1709,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1499888704718000128/5yERu3hS_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "muratpak",
- "statuses_count": 23023,
+ "statuses_count": 23152,
"translator_type": "regular",
"url": "https://t.co/p66w7Qb4Cq",
"verified": false,
@@ -1806,7 +1728,7 @@
},
{
"entryId": "user-752567226",
- "sortIndex": "1719749373090332648",
+ "sortIndex": "1739819627556372457",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1828,23 +1750,33 @@
"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, @xUpdatesRadar and @swak_12",
+ "description": "Your #1 News source on everything X + https://t.co/rn58CVV9pw | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "x.AI",
+ "expanded_url": "http://x.AI",
+ "url": "https://t.co/rn58CVV9pw",
+ "indices": [
+ 38,
+ 61
+ ]
+ }
+ ]
}
},
"fast_followers_count": 0,
- "favourites_count": 35549,
- "followers_count": 226264,
- "friends_count": 3802,
+ "favourites_count": 39370,
+ "followers_count": 264890,
+ "friends_count": 4015,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1289,
+ "listed_count": 1412,
"location": "X HQ",
- "media_count": 2833,
+ "media_count": 3116,
"name": "X News Daily",
- "normal_followers_count": 226264,
+ "normal_followers_count": 264890,
"pinned_tweet_ids_str": [
"1682849715862249472"
],
@@ -1853,7 +1785,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 10381,
+ "statuses_count": 11088,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1883,7 +1815,7 @@
},
{
"entryId": "user-16579934",
- "sortIndex": "1719749373090332647",
+ "sortIndex": "1739819627556372456",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1896,7 +1828,7 @@
"id": "VXNlcjoxNjU3OTkzNA==",
"rest_id": "16579934",
"affiliates_highlighted_label": {},
- "has_graduated_access": false,
+ "has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
@@ -1925,16 +1857,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11,
- "followers_count": 30331,
+ "favourites_count": 12,
+ "followers_count": 30637,
"friends_count": 7,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 725,
+ "listed_count": 729,
"location": "Lake Tahoe, CA",
"media_count": 2,
"name": "Interstate 80 Tahoe",
- "normal_followers_count": 30331,
+ "normal_followers_count": 30637,
"pinned_tweet_ids_str": [
"1603638659667750912"
],
@@ -1943,7 +1875,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1631885290372763648/-VC2iRtT_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "i80chains",
- "statuses_count": 10113,
+ "statuses_count": 10190,
"translator_type": "none",
"url": "https://t.co/Y2pUajS41f",
"verified": false,
@@ -1962,7 +1894,7 @@
},
{
"entryId": "user-2688342211",
- "sortIndex": "1719749373090332646",
+ "sortIndex": "1739819627556372455",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2017,25 +1949,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1963,
- "followers_count": 1715,
- "friends_count": 1594,
+ "favourites_count": 2407,
+ "followers_count": 1968,
+ "friends_count": 1665,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 48,
+ "listed_count": 52,
"location": "Houston, TX",
- "media_count": 101,
+ "media_count": 116,
"name": "Ming",
- "normal_followers_count": 1715,
+ "normal_followers_count": 1968,
"pinned_tweet_ids_str": [
- "1683221097058127872"
+ "1727201728808751387"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2688342211/1644724198",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683327456818655233/3X2JUzBs_normal.png",
"profile_interstitial_type": "",
"screen_name": "MingSongEng",
- "statuses_count": 472,
+ "statuses_count": 550,
"translator_type": "none",
"url": "https://t.co/ujdNYczkKp",
"verified": false,
@@ -2066,7 +1998,7 @@
},
{
"entryId": "user-472310616",
- "sortIndex": "1719749373090332645",
+ "sortIndex": "1739819627556372454",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2108,16 +2040,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 919,
- "followers_count": 1261,
- "friends_count": 547,
+ "favourites_count": 969,
+ "followers_count": 1479,
+ "friends_count": 555,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 34,
+ "listed_count": 36,
"location": "San Francisco, CA",
- "media_count": 36,
+ "media_count": 37,
"name": "Peilin Yang",
- "normal_followers_count": 1261,
+ "normal_followers_count": 1479,
"pinned_tweet_ids_str": [
"1274975414729846784"
],
@@ -2125,7 +2057,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": 461,
+ "statuses_count": 473,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -2143,7 +2075,7 @@
},
{
"entryId": "user-926663491",
- "sortIndex": "1719749373090332644",
+ "sortIndex": "1739819627556372453",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2186,22 +2118,22 @@
},
"fast_followers_count": 0,
"favourites_count": 5043,
- "followers_count": 440,
- "friends_count": 887,
+ "followers_count": 458,
+ "friends_count": 888,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 24,
"location": "West Concord, MA",
"media_count": 663,
"name": "Michael Doyle",
- "normal_followers_count": 440,
+ "normal_followers_count": 458,
"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": 6298,
+ "statuses_count": 6306,
"translator_type": "regular",
"url": "https://t.co/Q0k6r5hDIG",
"verified": false,
@@ -2220,7 +2152,7 @@
},
{
"entryId": "user-902926941413453824",
- "sortIndex": "1719749373090332643",
+ "sortIndex": "1739819627556372452",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2232,20 +2164,7 @@
"__typename": "User",
"id": "VXNlcjo5MDI5MjY5NDE0MTM0NTM4MjQ=",
"rest_id": "902926941413453824",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/binance",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1714913669459451904/g2mkM6E5_bigger.jpg"
- },
- "description": "Binance",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
+ "affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
@@ -2255,7 +2174,7 @@
"created_at": "Wed Aug 30 16:12:13 +0000 2017",
"default_profile": false,
"default_profile_image": false,
- "description": "CEO @binance, holder of #bnb #btc",
+ "description": "@binance co-founder and former CEO, holder of #bnb #btc",
"entities": {
"description": {
"urls": []
@@ -2265,7 +2184,7 @@
{
"display_url": "binance.com",
"expanded_url": "http://www.binance.com",
- "url": "https://t.co/zlvCSBI7R2",
+ "url": "https://t.co/zlvCSBIFGA",
"indices": [
0,
23
@@ -2275,16 +2194,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16573,
- "followers_count": 8670313,
- "friends_count": 1760,
+ "favourites_count": 16639,
+ "followers_count": 8836383,
+ "friends_count": 1767,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 30386,
+ "listed_count": 30694,
"location": "",
- "media_count": 952,
- "name": "CZ 🔶 Binance",
- "normal_followers_count": 8670313,
+ "media_count": 974,
+ "name": "CZ 🔶 BNB",
+ "normal_followers_count": 8836383,
"pinned_tweet_ids_str": [
"1610018096122851328"
],
@@ -2293,9 +2212,9 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1680299608784744448/5oR3tZi5_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "cz_binance",
- "statuses_count": 9212,
+ "statuses_count": 9381,
"translator_type": "none",
- "url": "https://t.co/zlvCSBI7R2",
+ "url": "https://t.co/zlvCSBIFGA",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2323,7 +2242,7 @@
},
{
"entryId": "user-5402612",
- "sortIndex": "1719749373090332642",
+ "sortIndex": "1739819627556372451",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2379,22 +2298,22 @@
},
"fast_followers_count": 0,
"favourites_count": 0,
- "followers_count": 51750365,
+ "followers_count": 51765260,
"friends_count": 3,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 149475,
+ "listed_count": 149284,
"location": "London, UK",
- "media_count": 4510,
+ "media_count": 4513,
"name": "BBC Breaking News",
- "normal_followers_count": 51750365,
+ "normal_followers_count": 51765260,
"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": 39792,
+ "statuses_count": 40001,
"translator_type": "none",
"url": "https://t.co/A7Clxaz0fX",
"verified": false,
@@ -2414,7 +2333,7 @@
},
{
"entryId": "user-103308100",
- "sortIndex": "1719749373090332641",
+ "sortIndex": "1739819627556372450",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2456,16 +2375,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2064,
- "followers_count": 1797,
- "friends_count": 1977,
+ "favourites_count": 2192,
+ "followers_count": 1889,
+ "friends_count": 1971,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 36,
+ "listed_count": 38,
"location": "London, England",
- "media_count": 44,
+ "media_count": 50,
"name": "jules",
- "normal_followers_count": 1797,
+ "normal_followers_count": 1889,
"pinned_tweet_ids_str": [
"1699699520618070380"
],
@@ -2474,7 +2393,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1635345882915676176/QR7F5uVJ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "iuliabaltoi",
- "statuses_count": 425,
+ "statuses_count": 450,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2504,7 +2423,7 @@
},
{
"entryId": "user-94129050",
- "sortIndex": "1719749373090332640",
+ "sortIndex": "1739819627556372449",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2556,23 +2475,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1058,
- "followers_count": 1343195,
- "friends_count": 255,
+ "favourites_count": 1168,
+ "followers_count": 1348059,
+ "friends_count": 228,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3792,
+ "listed_count": 3782,
"location": "New York Metro Region",
- "media_count": 1511,
+ "media_count": 1557,
"name": "MTA",
- "normal_followers_count": 1343195,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 1348059,
+ "pinned_tweet_ids_str": [
+ "1738288324618408128"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/94129050/1631547568",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1719712033816383488/j0y-LHI8_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "MTA",
- "statuses_count": 12070,
+ "statuses_count": 12178,
"translator_type": "none",
"url": "https://t.co/xjzXC6ZOwJ",
"verified": false,
@@ -2592,7 +2513,7 @@
},
{
"entryId": "user-44196397",
- "sortIndex": "1719749373090332639",
+ "sortIndex": "1739819627556372448",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2634,25 +2555,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 35082,
- "followers_count": 161791407,
- "friends_count": 473,
+ "favourites_count": 38530,
+ "followers_count": 167389190,
+ "friends_count": 509,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 144658,
+ "listed_count": 149549,
"location": "𝕏Ð",
- "media_count": 1781,
+ "media_count": 1917,
"name": "Elon Musk",
- "normal_followers_count": 161791407,
- "pinned_tweet_ids_str": [
- "1692431667548528661"
- ],
+ "normal_followers_count": 167389190,
+ "pinned_tweet_ids_str": [],
"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": 32766,
+ "statuses_count": 35317,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2674,77 +2593,9 @@
}
}
},
- {
- "entryId": "user-633050374",
- "sortIndex": "1719749373090332638",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MzMwNTAzNzQ=",
- "rest_id": "633050374",
- "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 Jul 11 16:54:40 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Leading Developer Community, @ZEPETODev",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1302,
- "followers_count": 676,
- "friends_count": 1397,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8,
- "location": " 🇬🇭🇺🇸",
- "media_count": 9,
- "name": "Aba Micah",
- "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": 281,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1554579925436608512",
- "professional_type": "Business",
- "category": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-4839528448",
- "sortIndex": "1719749373090332637",
+ "sortIndex": "1739819627556372447",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2787,24 +2638,24 @@
},
"fast_followers_count": 0,
"favourites_count": 54,
- "followers_count": 163284,
+ "followers_count": 165168,
"friends_count": 0,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 1874,
+ "listed_count": 1881,
"location": "",
"media_count": 26,
"name": "Bitcoin Core Project",
- "normal_followers_count": 163284,
+ "normal_followers_count": 165168,
"pinned_tweet_ids_str": [
- "1714964055700492354"
+ "1732373167790854586"
],
"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": 185,
+ "statuses_count": 189,
"translator_type": "none",
"url": "https://t.co/IpuQblZjsu",
"verified": false,
@@ -2823,7 +2674,7 @@
},
{
"entryId": "user-25029451",
- "sortIndex": "1719749373090332636",
+ "sortIndex": "1739819627556372446",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2866,16 +2717,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 134364,
- "followers_count": 2817,
- "friends_count": 873,
+ "favourites_count": 133452,
+ "followers_count": 2791,
+ "friends_count": 858,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 68,
"location": "DC ➳ SF ➳ LA ➳ DC (again)",
"media_count": 3036,
"name": "punkaboo",
- "normal_followers_count": 2817,
+ "normal_followers_count": 2791,
"pinned_tweet_ids_str": [
"1473103445582356486"
],
@@ -2884,7 +2735,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1693891796198432768/d9pNMNuq_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Punkaboo",
- "statuses_count": 58400,
+ "statuses_count": 58373,
"translator_type": "none",
"url": "https://t.co/dyFUKVI3id",
"verified": false,
@@ -2901,137 +2752,9 @@
}
}
},
- {
- "entryId": "user-1009484430250053632",
- "sortIndex": "1719749373090332635",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDA5NDg0NDMwMjUwMDUzNjMy",
- "rest_id": "1009484430250053632",
- "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 Jun 20 17:13:38 +0000 2018",
- "default_profile": true,
- "default_profile_image": false,
- "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": 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": 169,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1009484430250053632/1610631688",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1356586918700589056/HTtjCqvk_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "coraF256",
- "statuses_count": 99,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1062359582",
- "sortIndex": "1719749373090332634",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDYyMzU5NTgy",
- "rest_id": "1062359582",
- "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 05 06:56:49 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Once called the Queen of California. Almost exclusively laugh at my own jokes & daydream of sci-fi & 🦕Ex @Twitter Created #FlightSchoolRemote",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "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": 3076,
- "pinned_tweet_ids_str": [
- "1693255578431172743"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1062359582/1652028528",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1642188457135988740/gLGzZ3zs_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TheSherylKlein",
- "statuses_count": 4503,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-243665363",
- "sortIndex": "1719749373090332633",
+ "sortIndex": "1739819627556372445",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3073,16 +2796,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 145367,
- "followers_count": 4059,
+ "favourites_count": 146476,
+ "followers_count": 4061,
"friends_count": 5001,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 481,
"location": "Earth",
- "media_count": 4732,
+ "media_count": 4773,
"name": "Liliana Aidé Monge 🔥",
- "normal_followers_count": 4059,
+ "normal_followers_count": 4061,
"pinned_tweet_ids_str": [
"1657105679948349440"
],
@@ -3091,7 +2814,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1525545582185570306/IjQwbLhY_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "mongeliliana",
- "statuses_count": 142642,
+ "statuses_count": 143911,
"translator_type": "none",
"url": "https://t.co/KoW5TCGA8Y",
"verified": false,
@@ -3108,89 +2831,9 @@
}
}
},
- {
- "entryId": "user-459860328",
- "sortIndex": "1719749373090332632",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NTk4NjAzMjg=",
- "rest_id": "459860328",
- "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": "Tue Jan 10 04:01:22 +0000 2012",
- "default_profile": false,
- "default_profile_image": false,
- "description": "#BLM #Latina #MyViews",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linkedin.com/in/julie-mendo…",
- "expanded_url": "https://www.linkedin.com/in/julie-mendoza/",
- "url": "https://t.co/IrriAY32IY",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "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": 1240,
- "pinned_tweet_ids_str": [
- "1523491865105813504"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/459860328/1647058808",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1543451076426272769/s1iTnanp_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JulieMendoza206",
- "statuses_count": 16936,
- "translator_type": "none",
- "url": "https://t.co/IrriAY32IY",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-273830767",
- "sortIndex": "1719749373090332631",
+ "sortIndex": "1739819627556372444",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3219,23 +2862,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1759,
- "followers_count": 710,
- "friends_count": 927,
+ "favourites_count": 1751,
+ "followers_count": 709,
+ "friends_count": 926,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 10,
"location": "",
"media_count": 185,
"name": " 🄿🅄🅂🄷 ",
- "normal_followers_count": 710,
+ "normal_followers_count": 709,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/273830767/1542006196",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1468999483144826882/Kk_mPlrm_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "rahuligun",
- "statuses_count": 806,
+ "statuses_count": 805,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3253,7 +2896,7 @@
},
{
"entryId": "user-3007236186",
- "sortIndex": "1719749373090332630",
+ "sortIndex": "1739819627556372443",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3282,23 +2925,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2891,
- "followers_count": 382,
- "friends_count": 419,
+ "favourites_count": 2887,
+ "followers_count": 385,
+ "friends_count": 424,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 4,
"location": "San Francisco, CA",
"media_count": 117,
"name": "Si",
- "normal_followers_count": 382,
+ "normal_followers_count": 385,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/3007236186/1461305719",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1210425670473584641/1iTmxAUJ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Si_ximujin",
- "statuses_count": 596,
+ "statuses_count": 595,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -3316,7 +2959,7 @@
},
{
"entryId": "user-838824636158627840",
- "sortIndex": "1719749373090332629",
+ "sortIndex": "1739819627556372442",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3345,9 +2988,9 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5226,
+ "favourites_count": 5180,
"followers_count": 848,
- "friends_count": 1076,
+ "friends_count": 1072,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 3,
@@ -3363,7 +3006,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1646296786481315843/fb3zQ9Ua_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "FindingMeeemo",
- "statuses_count": 1607,
+ "statuses_count": 1604,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3381,7 +3024,7 @@
},
{
"entryId": "user-2997635012",
- "sortIndex": "1719749373090332628",
+ "sortIndex": "1739819627556372441",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3410,16 +3053,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 81425,
- "followers_count": 2048,
- "friends_count": 937,
+ "favourites_count": 80811,
+ "followers_count": 2111,
+ "friends_count": 938,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 78,
+ "listed_count": 79,
"location": "New York",
"media_count": 939,
"name": "Jared Podnos",
- "normal_followers_count": 2048,
+ "normal_followers_count": 2111,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2997635012/1536323832",
@@ -3455,7 +3098,7 @@
},
{
"entryId": "user-1596449330",
- "sortIndex": "1719749373090332627",
+ "sortIndex": "1739819627556372440",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3485,16 +3128,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2895,
- "followers_count": 259,
- "friends_count": 916,
+ "favourites_count": 2842,
+ "followers_count": 260,
+ "friends_count": 914,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 3,
"location": "Denver/Boulder",
"media_count": 65,
"name": "Michael Horan",
- "normal_followers_count": 259,
+ "normal_followers_count": 260,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1596449330/1500403221",
@@ -3519,7 +3162,7 @@
},
{
"entryId": "user-22178537",
- "sortIndex": "1719749373090332626",
+ "sortIndex": "1739819627556372439",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3548,16 +3191,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 35180,
- "followers_count": 950,
- "friends_count": 1926,
+ "favourites_count": 35488,
+ "followers_count": 967,
+ "friends_count": 1932,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 11,
"location": "",
"media_count": 355,
"name": "Eric Martin 👍🏼",
- "normal_followers_count": 950,
+ "normal_followers_count": 967,
"pinned_tweet_ids_str": [
"1112118360697987073"
],
@@ -3566,7 +3209,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1529275460722511872/lq3dHz4s_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ericmartinyc",
- "statuses_count": 2066,
+ "statuses_count": 2068,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -3584,7 +3227,7 @@
},
{
"entryId": "user-853388192",
- "sortIndex": "1719749373090332625",
+ "sortIndex": "1739819627556372438",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3626,23 +3269,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13858,
- "followers_count": 3141,
- "friends_count": 1297,
+ "favourites_count": 14240,
+ "followers_count": 3176,
+ "friends_count": 1340,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 44,
"location": "Islington, London",
- "media_count": 1413,
+ "media_count": 1434,
"name": "Haim Vaturi",
- "normal_followers_count": 3141,
+ "normal_followers_count": 3176,
"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": 8287,
+ "statuses_count": 8423,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -3658,88 +3301,9 @@
}
}
},
- {
- "entryId": "user-13130832",
- "sortIndex": "1719749373090332624",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzEzMDgzMg==",
- "rest_id": "13130832",
- "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 Feb 06 02:25:50 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "✌️",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linkedin.com/in/bkahrs",
- "expanded_url": "https://linkedin.com/in/bkahrs",
- "url": "https://t.co/Mxh9MbzuaX",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "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": 857,
- "pinned_tweet_ids_str": [
- "916431500567916544"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/13130832/1660575528",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1580347533733527552/4iy2cqfj_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "briankahrs",
- "statuses_count": 2114,
- "translator_type": "regular",
- "url": "https://t.co/Mxh9MbzuaX",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-49936717",
- "sortIndex": "1719749373090332623",
+ "sortIndex": "1739819627556372437",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3782,16 +3346,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 643,
- "followers_count": 394,
- "friends_count": 291,
+ "favourites_count": 642,
+ "followers_count": 391,
+ "friends_count": 290,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 10,
+ "listed_count": 9,
"location": "California, USA",
"media_count": 53,
"name": "Vince K. Sam",
- "normal_followers_count": 394,
+ "normal_followers_count": 391,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/49936717/1582484923",
@@ -3816,7 +3380,7 @@
},
{
"entryId": "user-1171940098687950848",
- "sortIndex": "1719749373090332622",
+ "sortIndex": "1739819627556372436",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3859,7 +3423,7 @@
},
"fast_followers_count": 0,
"favourites_count": 23,
- "followers_count": 66,
+ "followers_count": 65,
"friends_count": 24,
"has_custom_timelines": false,
"is_translator": false,
@@ -3867,7 +3431,7 @@
"location": "Colorado, USA",
"media_count": 96,
"name": "#PartnerCup ⛳🏌️♀️🏌️♂️",
- "normal_followers_count": 66,
+ "normal_followers_count": 65,
"pinned_tweet_ids_str": [
"1178713579148607488"
],
@@ -3895,7 +3459,7 @@
},
{
"entryId": "user-137535997",
- "sortIndex": "1719749373090332621",
+ "sortIndex": "1739819627556372435",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3924,16 +3488,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 36022,
- "followers_count": 358,
- "friends_count": 733,
+ "favourites_count": 35683,
+ "followers_count": 366,
+ "friends_count": 729,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 19,
+ "media_count": 17,
"name": "sunscreenpapi",
- "normal_followers_count": 358,
+ "normal_followers_count": 366,
"pinned_tweet_ids_str": [
"212631185216638977"
],
@@ -3942,7 +3506,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1203824659952590848/mc-BRtKE_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "sunscreenpapi",
- "statuses_count": 145,
+ "statuses_count": 118,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3960,7 +3524,7 @@
},
{
"entryId": "user-15824980",
- "sortIndex": "1719749373090332620",
+ "sortIndex": "1739819627556372434",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4003,7 +3567,7 @@
},
"fast_followers_count": 0,
"favourites_count": 1044,
- "followers_count": 388,
+ "followers_count": 390,
"friends_count": 407,
"has_custom_timelines": false,
"is_translator": false,
@@ -4011,7 +3575,7 @@
"location": "Tunisia 🌎",
"media_count": 362,
"name": "Khalil Hammami",
- "normal_followers_count": 388,
+ "normal_followers_count": 390,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/15824980/1687256088",
@@ -4037,7 +3601,7 @@
},
{
"entryId": "user-61467706",
- "sortIndex": "1719749373090332619",
+ "sortIndex": "1739819627556372433",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4066,16 +3630,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12691,
- "followers_count": 1118,
- "friends_count": 593,
+ "favourites_count": 12102,
+ "followers_count": 1116,
+ "friends_count": 590,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 39,
"location": "",
"media_count": 904,
"name": "miss mixtape",
- "normal_followers_count": 1118,
+ "normal_followers_count": 1116,
"pinned_tweet_ids_str": [
"1338428753345736704"
],
@@ -4084,7 +3648,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1104375309061840897/nOTUAOM7_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "miss_mixtape",
- "statuses_count": 10013,
+ "statuses_count": 10006,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4102,7 +3666,7 @@
},
{
"entryId": "user-211637915",
- "sortIndex": "1719749373090332618",
+ "sortIndex": "1739819627556372432",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4132,23 +3696,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 37786,
- "followers_count": 215,
- "friends_count": 323,
+ "favourites_count": 37381,
+ "followers_count": 213,
+ "friends_count": 321,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 4,
"location": "617",
"media_count": 0,
"name": "Maria",
- "normal_followers_count": 215,
+ "normal_followers_count": 213,
"pinned_tweet_ids_str": [],
"possibly_sensitive": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/211637915/1618926255",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1423693675012444166/BKJcgSFh_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "imaria20_",
- "statuses_count": 5,
+ "statuses_count": 6,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4166,7 +3730,7 @@
},
{
"entryId": "user-1484826829",
- "sortIndex": "1719749373090332617",
+ "sortIndex": "1739819627556372431",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4208,9 +3772,9 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1612,
+ "favourites_count": 1617,
"followers_count": 133,
- "friends_count": 307,
+ "friends_count": 308,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 0,
@@ -4226,7 +3790,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1308814371628425217/qULPbSEn_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "twum_jnr",
- "statuses_count": 3378,
+ "statuses_count": 3383,
"translator_type": "none",
"url": "https://t.co/y5Go7gs1kx",
"verified": false,
@@ -4245,7 +3809,7 @@
},
{
"entryId": "user-75263523",
- "sortIndex": "1719749373090332616",
+ "sortIndex": "1739819627556372430",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4260,7 +3824,7 @@
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
- "profile_image_shape": "Square",
+ "profile_image_shape": "Circle",
"legacy": {
"can_dm": true,
"can_media_tag": true,
@@ -4287,27 +3851,26 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23707,
- "followers_count": 39507,
- "friends_count": 16898,
+ "favourites_count": 23608,
+ "followers_count": 39502,
+ "friends_count": 16833,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 0,
"location": "Global",
- "media_count": 20298,
+ "media_count": 20340,
"name": "Sprinklr",
- "normal_followers_count": 39507,
+ "normal_followers_count": 39502,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/75263523/1691600823",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1689349298691948544/gtSPd8ph_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Sprinklr",
- "statuses_count": 74589,
+ "statuses_count": 74632,
"translator_type": "none",
"url": "https://t.co/ZQEECh4fWK",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
}
@@ -4323,7 +3886,7 @@
},
{
"entryId": "user-2584784815",
- "sortIndex": "1719749373090332615",
+ "sortIndex": "1739819627556372429",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4366,16 +3929,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 49991,
- "followers_count": 4305,
- "friends_count": 1344,
+ "favourites_count": 49787,
+ "followers_count": 4284,
+ "friends_count": 1340,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 113,
"location": "New York, NY",
"media_count": 229,
"name": "Ryan J. Gallagher",
- "normal_followers_count": 4305,
+ "normal_followers_count": 4284,
"pinned_tweet_ids_str": [
"1575973950923845632"
],
@@ -4384,7 +3947,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1532015197577166850/5u7UeMhX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ryanjgallag",
- "statuses_count": 14275,
+ "statuses_count": 14256,
"translator_type": "none",
"url": "https://t.co/lUBB6lWOPo",
"verified": false,
@@ -4403,7 +3966,7 @@
},
{
"entryId": "user-2990106209",
- "sortIndex": "1719749373090332614",
+ "sortIndex": "1739819627556372428",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4417,7 +3980,7 @@
"rest_id": "2990106209",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
"can_dm": false,
@@ -4432,16 +3995,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 72975,
- "followers_count": 4220,
- "friends_count": 4909,
+ "favourites_count": 74062,
+ "followers_count": 4356,
+ "friends_count": 4936,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 153,
+ "listed_count": 157,
"location": "goatoffice",
- "media_count": 4123,
+ "media_count": 4148,
"name": "John M. Spallanzani",
- "normal_followers_count": 4220,
+ "normal_followers_count": 4356,
"pinned_tweet_ids_str": [
"1574791517302046722"
],
@@ -4450,7 +4013,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/989283439063912449/cZ9pHCsa_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "JohnSpall247",
- "statuses_count": 38917,
+ "statuses_count": 39002,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4468,7 +4031,7 @@
},
{
"entryId": "user-2533768586",
- "sortIndex": "1719749373090332613",
+ "sortIndex": "1739819627556372427",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4511,16 +4074,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 26366,
- "followers_count": 2046,
- "friends_count": 936,
+ "favourites_count": 26111,
+ "followers_count": 2029,
+ "friends_count": 931,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 36,
+ "listed_count": 35,
"location": "San Francisco, CA",
"media_count": 340,
"name": "Selynna Sun",
- "normal_followers_count": 2046,
+ "normal_followers_count": 2029,
"pinned_tweet_ids_str": [
"1288909871799140352"
],
@@ -4529,7 +4092,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1354527729836847106/bW-v5CfZ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "selynnasun",
- "statuses_count": 3816,
+ "statuses_count": 3815,
"translator_type": "none",
"url": "https://t.co/JFbso29iT1",
"verified": false,
@@ -4548,7 +4111,7 @@
},
{
"entryId": "user-1637021982",
- "sortIndex": "1719749373090332612",
+ "sortIndex": "1739819627556372426",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4590,22 +4153,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1947,
- "followers_count": 3314,
- "friends_count": 967,
+ "favourites_count": 1940,
+ "followers_count": 3292,
+ "friends_count": 961,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 135,
+ "listed_count": 134,
"location": "",
"media_count": 130,
"name": "Raina Merchant, MD MSHP FAHA",
- "normal_followers_count": 3314,
+ "normal_followers_count": 3292,
"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": 3268,
+ "statuses_count": 3259,
"translator_type": "none",
"url": "https://t.co/18z0wVHKxh",
"verified": false,
@@ -4624,7 +4187,7 @@
},
{
"entryId": "user-1280128841550311424",
- "sortIndex": "1719749373090332611",
+ "sortIndex": "1739819627556372425",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4646,30 +4209,30 @@
"created_at": "Mon Jul 06 13:18:03 +0000 2020",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "Tekken Enjoyer",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 16313,
- "followers_count": 86,
- "friends_count": 234,
+ "favourites_count": 16796,
+ "followers_count": 87,
+ "friends_count": 241,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2,
+ "listed_count": 1,
"location": "17, He/Him",
"media_count": 88,
"name": "Syas",
- "normal_followers_count": 86,
+ "normal_followers_count": 87,
"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_image_url_https": "https://pbs.twimg.com/profile_images/1739671513177989120/9UoHlNVP_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SyasVex",
- "statuses_count": 561,
+ "statuses_count": 569,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4687,7 +4250,7 @@
},
{
"entryId": "user-2425259995",
- "sortIndex": "1719749373090332610",
+ "sortIndex": "1739819627556372424",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4709,7 +4272,7 @@
"created_at": "Thu Apr 03 08:02:16 +0000 2014",
"default_profile": false,
"default_profile_image": false,
- "description": "HC Journalist @FIFAWorldCup | Qatar Correspondent mytv & @shomoyer_alo | Tech Experts @google | Major Sports & Events Management Professional | FIFA Volunteer",
+ "description": "HC Journalist @FIFAWorldCup | Mytv Qatar Correspondent | Volunteer Management | Sports & Events Management | Spectator Services | Crowd Management | Ticketing",
"entities": {
"description": {
"urls": []
@@ -4717,9 +4280,9 @@
"url": {
"urls": [
{
- "display_url": "facebook.com/nahidofficialqa",
- "expanded_url": "https://www.facebook.com/nahidofficialqa",
- "url": "https://t.co/Y3qWkeXtFB",
+ "display_url": "linkedin.com/in/nahidoffici…",
+ "expanded_url": "https://www.linkedin.com/in/nahidofficialbd",
+ "url": "https://t.co/kTbhzU51px",
"indices": [
0,
23
@@ -4729,16 +4292,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11260,
- "followers_count": 743,
- "friends_count": 4974,
+ "favourites_count": 11318,
+ "followers_count": 750,
+ "friends_count": 5002,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 9,
"location": "State Of Qatar ",
- "media_count": 498,
+ "media_count": 503,
"name": "Md Nahid Islam 🇧🇩🇶🇦",
- "normal_followers_count": 743,
+ "normal_followers_count": 750,
"pinned_tweet_ids_str": [
"1600755572680560640"
],
@@ -4747,9 +4310,9 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1667905452410060805/X54pHULg_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "nahidofficialbd",
- "statuses_count": 14295,
+ "statuses_count": 14310,
"translator_type": "none",
- "url": "https://t.co/Y3qWkeXtFB",
+ "url": "https://t.co/kTbhzU51px",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -4777,7 +4340,7 @@
},
{
"entryId": "user-685863",
- "sortIndex": "1719749373090332609",
+ "sortIndex": "1739819627556372423",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4806,23 +4369,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16780,
- "followers_count": 805,
- "friends_count": 3809,
+ "favourites_count": 16778,
+ "followers_count": 818,
+ "friends_count": 3803,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 37,
+ "listed_count": 36,
"location": "Southern California",
"media_count": 532,
"name": "Mike Zitek",
- "normal_followers_count": 805,
+ "normal_followers_count": 818,
"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": 14459,
+ "statuses_count": 14456,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4840,7 +4403,7 @@
},
{
"entryId": "user-248869046",
- "sortIndex": "1719749373090332608",
+ "sortIndex": "1739819627556372422",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4869,23 +4432,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 714,
- "followers_count": 1227,
- "friends_count": 1056,
+ "favourites_count": 718,
+ "followers_count": 1230,
+ "friends_count": 1059,
"has_custom_timelines": true,
"is_translator": true,
"listed_count": 107,
"location": " Paris | Le Mans | London ",
- "media_count": 14595,
+ "media_count": 14596,
"name": "Antoine Danois",
- "normal_followers_count": 1227,
+ "normal_followers_count": 1230,
"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": 161160,
+ "statuses_count": 161151,
"translator_type": "badged",
"verified": false,
"want_retweets": false,
@@ -4914,7 +4477,7 @@
},
{
"entryId": "user-104236352",
- "sortIndex": "1719749373090332607",
+ "sortIndex": "1739819627556372421",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4956,16 +4519,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2343,
- "followers_count": 392,
- "friends_count": 1008,
+ "favourites_count": 2293,
+ "followers_count": 396,
+ "friends_count": 1020,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 67,
"location": "Eure",
"media_count": 1488,
"name": "@matthieu@mstdn.io",
- "normal_followers_count": 392,
+ "normal_followers_count": 396,
"pinned_tweet_ids_str": [
"997557853278949377"
],
@@ -4974,7 +4537,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/934001822527836160/WUozxB3A_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Mistermatt007",
- "statuses_count": 79743,
+ "statuses_count": 79663,
"translator_type": "regular",
"url": "https://t.co/RdzTVeKNxK",
"verified": false,
@@ -4993,7 +4556,7 @@
},
{
"entryId": "user-1615654896",
- "sortIndex": "1719749373090332606",
+ "sortIndex": "1739819627556372420",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -5036,15 +4599,15 @@
},
"fast_followers_count": 0,
"favourites_count": 277,
- "followers_count": 1507,
- "friends_count": 488,
+ "followers_count": 1498,
+ "friends_count": 484,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 89,
+ "listed_count": 88,
"location": "Philadelphia, PA",
"media_count": 52,
"name": "Penn Med CDH",
- "normal_followers_count": 1507,
+ "normal_followers_count": 1498,
"pinned_tweet_ids_str": [
"1705301034514502114"
],
@@ -5072,7 +4635,7 @@
},
{
"entryId": "user-29970507",
- "sortIndex": "1719749373090332605",
+ "sortIndex": "1739819627556372419",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -5094,7 +4657,7 @@
"created_at": "Thu Apr 09 12:09:56 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "CTO @Hello_Tilt",
+ "description": "",
"entities": {
"description": {
"urls": []
@@ -5104,7 +4667,7 @@
{
"display_url": "roycehaynes.com",
"expanded_url": "http://roycehaynes.com",
- "url": "https://t.co/GiPbx62iT1",
+ "url": "https://t.co/GiPbx61L3t",
"indices": [
0,
23
@@ -5114,16 +4677,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6489,
- "followers_count": 1188,
- "friends_count": 309,
+ "favourites_count": 6539,
+ "followers_count": 1220,
+ "friends_count": 330,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 47,
+ "listed_count": 49,
"location": "Denver, CO",
"media_count": 378,
"name": "Royce",
- "normal_followers_count": 1188,
+ "normal_followers_count": 1220,
"pinned_tweet_ids_str": [
"1449743664545161223"
],
@@ -5131,9 +4694,9 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1649892376847192065/O9PUOyO2_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "roycehaynes",
- "statuses_count": 5802,
+ "statuses_count": 5821,
"translator_type": "regular",
- "url": "https://t.co/GiPbx62iT1",
+ "url": "https://t.co/GiPbx61L3t",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -5149,22 +4712,276 @@
}
},
{
- "entryId": "cursor-bottom-1719749373090332604",
- "sortIndex": "1719749373090332604",
+ "entryId": "user-1168345391135371267",
+ "sortIndex": "1739819627556372418",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTY4MzQ1MzkxMTM1MzcxMjY3",
+ "rest_id": "1168345391135371267",
+ "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": "Mon Sep 02 02:10:36 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1878,
+ "followers_count": 200,
+ "friends_count": 379,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "",
+ "media_count": 16,
+ "name": "Donna Virga",
+ "normal_followers_count": 200,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1168345391135371267/1595459932",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1588711109267275776/jndL817E_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "deevirga",
+ "statuses_count": 215,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-124005464",
+ "sortIndex": "1739819627556372417",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjQwMDU0NjQ=",
+ "rest_id": "124005464",
+ "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 Mar 17 23:14:26 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Artist",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18751,
+ "followers_count": 230,
+ "friends_count": 1371,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "London",
+ "media_count": 320,
+ "name": "kelly-ayo",
+ "normal_followers_count": 230,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1463671671940956164/moD1WFG9_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KellyAyo",
+ "statuses_count": 5763,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-3921628635",
+ "sortIndex": "1739819627556372416",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozOTIxNjI4NjM1",
+ "rest_id": "3921628635",
+ "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 Oct 10 21:07:33 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "\"Not everything that is faced can be changed, but nothing can be changed until it is faced\"- Baldwin 🇲🇽🏳️🌈",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 59006,
+ "followers_count": 33590,
+ "friends_count": 4400,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 101,
+ "location": "San Francisco, CA",
+ "media_count": 2151,
+ "name": "James Loduca (he/him/él)",
+ "normal_followers_count": 33590,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3921628635/1631304583",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1629281269879300101/hCHDPIVC_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JamesLoduca",
+ "statuses_count": 12325,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-31898295",
+ "sortIndex": "1739819627556372415",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMTg5ODI5NQ==",
+ "rest_id": "31898295",
+ "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 15:34:22 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "CEO @ Catalyte, Board MoneyLion, VC at 01 Advisors. You can find me in NYC or at The Shore. Formerly led teams at Twitter and Google.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 26973,
+ "followers_count": 17684,
+ "friends_count": 7507,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 218,
+ "location": "",
+ "media_count": 799,
+ "name": "Matt Derella",
+ "normal_followers_count": 17684,
+ "pinned_tweet_ids_str": [
+ "1217544085134807041"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/31898295/1533051174",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1474864489480830991/eh3Rc2rt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Derella",
+ "statuses_count": 7305,
+ "translator_type": "regular",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-1739819627556372414",
+ "sortIndex": "1739819627556372414",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1675560929945905566|1719749373090332602",
+ "value": "1675027162258787096|1739819627556372412",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1719749373090332673",
- "sortIndex": "1719749373090332673",
+ "entryId": "cursor-top-1739819627556372481",
+ "sortIndex": "1739819627556372481",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1719749373090332673",
+ "value": "-1|1739819627556372481",
"cursorType": "Top"
}
}
diff --git a/tests/mocked-data/list_timeline_raw.json b/tests/mocked-data/list_timeline_raw.json
index 519387b..ad0485f 100644
--- a/tests/mocked-data/list_timeline_raw.json
+++ b/tests/mocked-data/list_timeline_raw.json
@@ -8,8 +8,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "tweet-1719748653202526421",
- "sortIndex": "1719749859424075776",
+ "entryId": "tweet-1739816722725589224",
+ "sortIndex": "1739819664587882496",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -19,7 +19,1904 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719748653202526421",
+ "rest_id": "1739816722725589224",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3MDY2NDM3MQ==",
+ "rest_id": "70664371",
+ "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 Sep 01 12:13:17 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Two decades of reporting in more than 20 countries. Foreign correspondent @TheDailyBeast;@TheAtlantic,@USAToday @RollingStone. Courage in Journalism Award @IWMF",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4113,
+ "followers_count": 18943,
+ "friends_count": 2220,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 952,
+ "location": "",
+ "media_count": 1217,
+ "name": "Anna Nemtsova",
+ "normal_followers_count": 18943,
+ "pinned_tweet_ids_str": [
+ "1729932755713077531"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/70664371/1658767939",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1321538376961531904/AlUu6-aU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "annanemtsova",
+ "statuses_count": 7725,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/LbIjDJ3bMl",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Доверие россиян к информации из соцсетей и блогов постепенно растет.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "wciom.ru",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "wciom.ru",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Новости, достойные доверия",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/LbIjDJ3bMl",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/LbIjDJ3bMl",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739816722725589224"
+ ],
+ "editable_until_msecs": "1703643205000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "180",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 01:13:25 +0000 2023",
+ "conversation_id_str": "1739816722725589224",
+ "display_text_range": [
+ 0,
+ 223
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "wciom.ru/analytical-rev…",
+ "expanded_url": "https://wciom.ru/analytical-reviews/analiticheskii-obzor/novosti-dostoinye-doverija",
+ "url": "https://t.co/LbIjDJ3bMl",
+ "indices": [
+ 200,
+ 223
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "Fewer and fewer Russians trust state propaganda. Only 26 percent of Russians trust the Kremlin-controlled television, 4 percent less than in 2019, according to Russian Public Opinion Research Center: https://t.co/LbIjDJ3bMl",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "70664371",
+ "id_str": "1739816722725589224"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739814733971091715",
+ "sortIndex": "1739819664587882495",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739814733971091715",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3MDY2NDM3MQ==",
+ "rest_id": "70664371",
+ "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 Sep 01 12:13:17 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Two decades of reporting in more than 20 countries. Foreign correspondent @TheDailyBeast;@TheAtlantic,@USAToday @RollingStone. Courage in Journalism Award @IWMF",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4113,
+ "followers_count": 18943,
+ "friends_count": 2220,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 952,
+ "location": "",
+ "media_count": 1217,
+ "name": "Anna Nemtsova",
+ "normal_followers_count": 18943,
+ "pinned_tweet_ids_str": [
+ "1729932755713077531"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/70664371/1658767939",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1321538376961531904/AlUu6-aU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "annanemtsova",
+ "statuses_count": 7725,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739814733971091715"
+ ],
+ "editable_until_msecs": "1703642731000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "419",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1735726759872475624",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTg5NjY3NDk0MTA0NTM5MTM5",
+ "rest_id": "1589667494104539139",
+ "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 Nov 07 17:14:06 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🇬🇪20% of my country is occupied by Russia. #PapakhaParty",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 13,
+ "followers_count": 2256,
+ "friends_count": 776,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "Tbilisi",
+ "media_count": 380,
+ "name": "GeorgiaPhoto 🇬🇪",
+ "normal_followers_count": 2256,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1589667494104539139/1693759012",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589669550861213696/qhLF-IjX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GeorgiaPhoto",
+ "statuses_count": 386,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1597624984159002627",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1735726759872475624"
+ ],
+ "editable_until_msecs": "1702668082000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "331917",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 95,
+ "bookmarked": false,
+ "created_at": "Fri Dec 15 18:21:22 +0000 2023",
+ "conversation_id_str": "1735726759872475624",
+ "display_text_range": [
+ 0,
+ 12
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/7YVsDALYlh",
+ "expanded_url": "https://twitter.com/GeorgiaPhoto/status/1735726759872475624/video/1",
+ "id_str": "1735726723797278720",
+ "indices": [
+ 13,
+ 36
+ ],
+ "media_key": "7_1735726723797278720",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1735726723797278720/pu/img/-M0bU7RjBGjsk6g7.jpg",
+ "type": "video",
+ "url": "https://t.co/7YVsDALYlh",
+ "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": 24275,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/480x852/HdUsK9EVTfkVjKUa.mp4?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/320x568/r6jb-xhNEBV69tn7.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/pl/k2caFcOgGG85X2jz.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/720x1280/PSsneuJmpTH5wyyc.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/7YVsDALYlh",
+ "expanded_url": "https://twitter.com/GeorgiaPhoto/status/1735726759872475624/video/1",
+ "id_str": "1735726723797278720",
+ "indices": [
+ 13,
+ 36
+ ],
+ "media_key": "7_1735726723797278720",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1735726723797278720/pu/img/-M0bU7RjBGjsk6g7.jpg",
+ "type": "video",
+ "url": "https://t.co/7YVsDALYlh",
+ "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": 24275,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/480x852/HdUsK9EVTfkVjKUa.mp4?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/320x568/r6jb-xhNEBV69tn7.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/pl/k2caFcOgGG85X2jz.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1735726723797278720/pu/vid/avc1/720x1280/PSsneuJmpTH5wyyc.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 5342,
+ "favorited": false,
+ "full_text": "Tbilisi 🇬🇪🇪🇺 https://t.co/7YVsDALYlh",
+ "is_quote_status": false,
+ "lang": "tr",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 102,
+ "reply_count": 143,
+ "retweet_count": 823,
+ "retweeted": false,
+ "user_id_str": "1589667494104539139",
+ "id_str": "1735726759872475624"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 01:05:31 +0000 2023",
+ "conversation_id_str": "1739814733971091715",
+ "display_text_range": [
+ 0,
+ 24
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 10,
+ 21
+ ],
+ "text": "Sakartvelo"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 4,
+ "favorited": false,
+ "full_text": "Beautiful #Sakartvelo 🇬🇪",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1735726759872475624",
+ "quoted_status_permalink": {
+ "url": "https://t.co/MUn3EZo6tu",
+ "expanded": "https://twitter.com/georgiaphoto/status/1735726759872475624",
+ "display": "twitter.com/georgiaphoto/s…"
+ },
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "70664371",
+ "id_str": "1739814733971091715"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739809786458214714",
+ "sortIndex": "1739819664587882494",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739809786458214714",
+ "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": 228,
+ "followers_count": 174650,
+ "friends_count": 10007,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4559,
+ "location": "Washington, D.C.",
+ "media_count": 6748,
+ "name": "Laura Rozen",
+ "normal_followers_count": 174650,
+ "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": 546276,
+ "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": [
+ "1739809786458214714"
+ ],
+ "editable_until_msecs": "1703641551000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4710",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 00:45:51 +0000 2023",
+ "conversation_id_str": "1739809786458214714",
+ "display_text_range": [
+ 0,
+ 283
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/pqOwgTx8jl",
+ "expanded_url": "https://twitter.com/lrozen/status/1739809786458214714/photo/1",
+ "id_str": "1739809783970930688",
+ "indices": [
+ 284,
+ 307
+ ],
+ "media_key": "3_1739809783970930688",
+ "media_url_https": "https://pbs.twimg.com/media/GCULx9ZWIAAxfDk.jpg",
+ "type": "photo",
+ "url": "https://t.co/pqOwgTx8jl",
+ "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": 0,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 256,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 351,
+ "y": 0,
+ "w": 1347,
+ "h": 1536
+ },
+ {
+ "x": 640,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/pqOwgTx8jl",
+ "expanded_url": "https://twitter.com/lrozen/status/1739809786458214714/photo/1",
+ "id_str": "1739809783970930688",
+ "indices": [
+ 284,
+ 307
+ ],
+ "media_key": "3_1739809783970930688",
+ "media_url_https": "https://pbs.twimg.com/media/GCULx9ZWIAAxfDk.jpg",
+ "type": "photo",
+ "url": "https://t.co/pqOwgTx8jl",
+ "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": 0,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 256,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 351,
+ "y": 0,
+ "w": 1347,
+ "h": 1536
+ },
+ {
+ "x": 640,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 35,
+ "favorited": false,
+ "full_text": "Biden call with Qatari Amir. WH: The 2 leaders discussed the urgent effort to secure the release of all remaining hostages held by Hamas, including American citizens. ..ongoing efforts to facilitate increased & sustained flows of life-saving access to humanitarian aid into Gaza. https://t.co/pqOwgTx8jl",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 2,
+ "reply_count": 0,
+ "retweet_count": 23,
+ "retweeted": false,
+ "user_id_str": "47455112",
+ "id_str": "1739809786458214714"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739807370643919057",
+ "sortIndex": "1739819664587882493",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739807370643919057",
+ "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/by/aric-toler",
+ "expanded_url": "https://www.nytimes.com/by/aric-toler",
+ "url": "https://t.co/gCpSztaGJ4",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 23791,
+ "followers_count": 139221,
+ "friends_count": 1358,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3304,
+ "location": "Kansas City",
+ "media_count": 4602,
+ "name": "Aric Toler",
+ "normal_followers_count": 139221,
+ "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": 31544,
+ "translator_type": "none",
+ "url": "https://t.co/gCpSztaGJ4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739807370643919057"
+ ],
+ "editable_until_msecs": "1703640975876",
+ "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 Dec 27 00:36:15 +0000 2023",
+ "conversation_id_str": "1739807370643919057",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 52,
+ 57
+ ],
+ "text": "Gaza"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1168475760",
+ "name": "Wim Zwijnenburg",
+ "screen_name": "wammezz",
+ "indices": [
+ 3,
+ 11
+ ]
+ },
+ {
+ "id_str": "18576537",
+ "name": "Israel Defense Forces",
+ "screen_name": "IDF",
+ "indices": [
+ 130,
+ 134
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @wammezz: Ongoing Israeli operations in southern #Gaza show the level of the destruction of build-up and agricultural areas by @IDF mili…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 6,
+ "retweeted": false,
+ "user_id_str": "2519044628",
+ "id_str": "1739807370643919057",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739802241312211184",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTY4NDc1NzYw",
+ "rest_id": "1168475760",
+ "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 Feb 11 10:14:27 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Military Drones/ Robots| Conflict, Climate & Environment| UN Green Star Award | Contributor @bellingcat | views are my own.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "paxforpeace.nl",
+ "expanded_url": "http://www.paxforpeace.nl",
+ "url": "https://t.co/qz1d1UBGwq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 22324,
+ "followers_count": 16132,
+ "friends_count": 4409,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 523,
+ "location": "",
+ "media_count": 4736,
+ "name": "Wim Zwijnenburg",
+ "normal_followers_count": 16132,
+ "pinned_tweet_ids_str": [
+ "1736754236203946345"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1168475760/1676719947",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1345063383599558658/Qe4iJtIo_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "wammezz",
+ "statuses_count": 26384,
+ "translator_type": "none",
+ "url": "https://t.co/qz1d1UBGwq",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739802241312211184"
+ ],
+ "editable_until_msecs": "1703639752000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4606",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 00:15:52 +0000 2023",
+ "conversation_id_str": "1739802241312211184",
+ "display_text_range": [
+ 0,
+ 232
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 39,
+ 44
+ ],
+ "text": "Gaza"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/1glXF9ctKJ",
+ "expanded_url": "https://twitter.com/wammezz/status/1739802241312211184/photo/1",
+ "id_str": "1739802181916622848",
+ "indices": [
+ 233,
+ 256
+ ],
+ "media_key": "16_1739802181916622848",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GCUE3diXAAAKCgj.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/1glXF9ctKJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 338,
+ "width": 600,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 300,
+ 169
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GCUE3diXAAAKCgj.mp4"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "18576537",
+ "name": "Israel Defense Forces",
+ "screen_name": "IDF",
+ "indices": [
+ 117,
+ 121
+ ]
+ },
+ {
+ "id_str": "17663776",
+ "name": "Planet",
+ "screen_name": "planet",
+ "indices": [
+ 179,
+ 186
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/1glXF9ctKJ",
+ "expanded_url": "https://twitter.com/wammezz/status/1739802241312211184/photo/1",
+ "id_str": "1739802181916622848",
+ "indices": [
+ 233,
+ 256
+ ],
+ "media_key": "16_1739802181916622848",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GCUE3diXAAAKCgj.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/1glXF9ctKJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 338,
+ "w": 600,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 338,
+ "width": 600,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 300,
+ 169
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GCUE3diXAAAKCgj.mp4"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 14,
+ "favorited": false,
+ "full_text": "Ongoing Israeli operations in southern #Gaza show the level of the destruction of build-up and agricultural areas by @IDF military vehicles/ bulldozers is clearly visible on this @planet comparison between November and December 2023 https://t.co/1glXF9ctKJ",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 2,
+ "reply_count": 3,
+ "retweet_count": 6,
+ "retweeted": false,
+ "user_id_str": "1168475760",
+ "id_str": "1739802241312211184"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739807090758283702",
+ "sortIndex": "1739819664587882492",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739807090758283702",
+ "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": 54164,
+ "followers_count": 412997,
+ "friends_count": 4339,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10748,
+ "location": "Kyiv via Bakhmut; also NYC",
+ "media_count": 8235,
+ "name": "Christopher Miller",
+ "normal_followers_count": 412997,
+ "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": 73513,
+ "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": [
+ "1739807090758283702"
+ ],
+ "editable_until_msecs": "1703640909000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "12766",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739800425295905166",
+ "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": 39,
+ "followers_count": 5822654,
+ "friends_count": 1049,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 47297,
+ "location": "London",
+ "media_count": 51932,
+ "name": "Financial Times",
+ "normal_followers_count": 5822654,
+ "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": 317879,
+ "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": [
+ "1739800425295905166"
+ ],
+ "editable_until_msecs": "1703639319000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "33826",
+ "state": "EnabledWithCount"
+ },
+ "source": "SocialFlow",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 00:08:39 +0000 2023",
+ "conversation_id_str": "1739800425295905166",
+ "display_text_range": [
+ 0,
+ 119
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/g9Icntixpt",
+ "expanded_url": "https://twitter.com/FT/status/1739800425295905166/photo/1",
+ "id_str": "1739800420409593857",
+ "indices": [
+ 120,
+ 143
+ ],
+ "media_key": "3_1739800420409593857",
+ "media_url_https": "https://pbs.twimg.com/media/GCUDQ7aW0AEtbE5.jpg",
+ "type": "photo",
+ "url": "https://t.co/g9Icntixpt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 919,
+ "y": 909,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 538,
+ "y": 533,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 302,
+ "h": 44,
+ "w": 44
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1592,
+ "y": 1575,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1268,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 743,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 421,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 3545,
+ "width": 2195,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 892,
+ "w": 2195,
+ "h": 1229
+ },
+ {
+ "x": 0,
+ "y": 409,
+ "w": 2195,
+ "h": 2195
+ },
+ {
+ "x": 0,
+ "y": 255,
+ "w": 2195,
+ "h": 2502
+ },
+ {
+ "x": 422,
+ "y": 0,
+ "w": 1773,
+ "h": 3545
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2195,
+ "h": 3545
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "on.ft.com/3RTLDhQ",
+ "expanded_url": "https://on.ft.com/3RTLDhQ",
+ "url": "https://t.co/57IUKubESo",
+ "indices": [
+ 96,
+ 119
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/g9Icntixpt",
+ "expanded_url": "https://twitter.com/FT/status/1739800425295905166/photo/1",
+ "id_str": "1739800420409593857",
+ "indices": [
+ 120,
+ 143
+ ],
+ "media_key": "3_1739800420409593857",
+ "media_url_https": "https://pbs.twimg.com/media/GCUDQ7aW0AEtbE5.jpg",
+ "type": "photo",
+ "url": "https://t.co/g9Icntixpt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 919,
+ "y": 909,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 538,
+ "y": 533,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 302,
+ "h": 44,
+ "w": 44
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1592,
+ "y": 1575,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1268,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 743,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 421,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 3545,
+ "width": 2195,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 892,
+ "w": 2195,
+ "h": 1229
+ },
+ {
+ "x": 0,
+ "y": 409,
+ "w": 2195,
+ "h": 2195
+ },
+ {
+ "x": 0,
+ "y": 255,
+ "w": 2195,
+ "h": 2502
+ },
+ {
+ "x": 422,
+ "y": 0,
+ "w": 1773,
+ "h": 3545
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2195,
+ "h": 3545
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 43,
+ "favorited": false,
+ "full_text": "Just published: front page of the Financial Times, international edition, Wednesday 27 December https://t.co/57IUKubESo https://t.co/g9Icntixpt",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 7,
+ "reply_count": 9,
+ "retweet_count": 15,
+ "retweeted": false,
+ "user_id_str": "18949452",
+ "id_str": "1739800425295905166"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 00:35:09 +0000 2023",
+ "conversation_id_str": "1739807090758283702",
+ "display_text_range": [
+ 0,
+ 44
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "18949452",
+ "name": "Financial Times",
+ "screen_name": "FT",
+ "indices": [
+ 38,
+ 41
+ ]
+ }
+ ]
+ },
+ "favorite_count": 51,
+ "favorited": false,
+ "full_text": "Great front page photo in Wednesday’s @FT. 🔥",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739800425295905166",
+ "quoted_status_permalink": {
+ "url": "https://t.co/tekIIPIfm7",
+ "expanded": "https://twitter.com/ft/status/1739800425295905166",
+ "display": "twitter.com/ft/status/1739…"
+ },
+ "reply_count": 2,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "16827148",
+ "id_str": "1739807090758283702"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739801694379118994",
+ "sortIndex": "1739819664587882491",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739801694379118994",
"core": {
"user_results": {
"result": {
@@ -62,16 +1959,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 27675,
- "followers_count": 1276208,
- "friends_count": 1574,
+ "favourites_count": 29175,
+ "followers_count": 1269378,
+ "friends_count": 1608,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 16958,
+ "listed_count": 16879,
"location": "Bucha, Ukraine",
- "media_count": 3403,
+ "media_count": 3541,
"name": "Illia Ponomarenko 🇺🇦",
- "normal_followers_count": 1276208,
+ "normal_followers_count": 1269378,
"pinned_tweet_ids_str": [
"1718549466830000457"
],
@@ -80,7 +1977,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683257804381908992/Oy5wj8wI_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "IAPonomarenko",
- "statuses_count": 20074,
+ "statuses_count": 20674,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -103,168 +2000,229 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719748653202526421"
+ "1739801694379118994"
],
- "editable_until_msecs": "1698858604965",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1703639622000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "69143",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 12,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:10:04 +0000 2023",
- "conversation_id_str": "1719748653202526421",
+ "created_at": "Wed Dec 27 00:13:42 +0000 2023",
+ "conversation_id_str": "1739801694379118994",
"display_text_range": [
0,
- 139
+ 135
],
"entities": {
- "user_mentions": [
+ "hashtags": [],
+ "media": [
{
- "id_str": "777784484611649536",
- "name": "Mykola Bielieskov",
- "screen_name": "MBielieskov",
+ "display_url": "pic.twitter.com/pzTcKjpOJ0",
+ "expanded_url": "https://twitter.com/IAPonomarenko/status/1739801694379118994/photo/1",
+ "id_str": "1739801690679787521",
"indices": [
- 3,
- 15
- ]
+ 136,
+ 159
+ ],
+ "media_key": "3_1739801690679787521",
+ "media_url_https": "https://pbs.twimg.com/media/GCUEa3iXwAE9hDt.jpg",
+ "type": "photo",
+ "url": "https://t.co/pzTcKjpOJ0",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 522,
+ "w": 1160,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 522,
+ "w": 1160,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 306,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 522,
+ "width": 1160,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 522,
+ "h": 522
+ },
+ {
+ "x": 90,
+ "y": 0,
+ "w": 458,
+ "h": 522
+ },
+ {
+ "x": 189,
+ "y": 0,
+ "w": 261,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1160,
+ "h": 522
+ }
+ ]
+ }
}
],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 0,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/pzTcKjpOJ0",
+ "expanded_url": "https://twitter.com/IAPonomarenko/status/1739801694379118994/photo/1",
+ "id_str": "1739801690679787521",
+ "indices": [
+ 136,
+ 159
+ ],
+ "media_key": "3_1739801690679787521",
+ "media_url_https": "https://pbs.twimg.com/media/GCUEa3iXwAE9hDt.jpg",
+ "type": "photo",
+ "url": "https://t.co/pzTcKjpOJ0",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 522,
+ "w": 1160,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 522,
+ "w": 1160,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 306,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 522,
+ "width": 1160,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 522,
+ "h": 522
+ },
+ {
+ "x": 90,
+ "y": 0,
+ "w": 458,
+ "h": 522
+ },
+ {
+ "x": 189,
+ "y": 0,
+ "w": 261,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1160,
+ "h": 522
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 2054,
"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…",
+ "full_text": "By the way, how are things with that World War III that was supposed to flare up if, god forbid, Ukraine strikes back at Russia’s navy? https://t.co/pzTcKjpOJ0",
"is_quote_status": false,
"lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 50,
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 11,
+ "reply_count": 62,
+ "retweet_count": 241,
"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"
- }
- }
- }
+ "id_str": "1739801694379118994"
}
}
},
@@ -282,8 +2240,8 @@
}
},
{
- "entryId": "tweet-1719748365095715094",
- "sortIndex": "1719749859424075775",
+ "entryId": "tweet-1739799427215147487",
+ "sortIndex": "1739819664587882490",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -293,883 +2251,13 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719748365095715094",
+ "rest_id": "1739799427215147487",
"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",
+ "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx",
+ "rest_id": "1005846500583321601",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -1177,449 +2265,10 @@
"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",
+ "created_at": "Sun Jun 10 16:17:48 +0000 2018",
"default_profile": true,
"default_profile_image": false,
- "description": "Керівник Офісу Президента України / Head of the Office of the President of Ukraine",
+ "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": []
@@ -1627,9 +2276,9 @@
"url": {
"urls": [
{
- "display_url": "president.gov.ua",
- "expanded_url": "https://www.president.gov.ua/",
- "url": "https://t.co/zBq1PkNaWq",
+ "display_url": "alexandervindman.substack.com",
+ "expanded_url": "https://alexandervindman.substack.com",
+ "url": "https://t.co/vyo9QsFIcu",
"indices": [
0,
23
@@ -1639,410 +2288,38 @@
}
},
"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,
+ "favourites_count": 14442,
+ "followers_count": 927419,
+ "friends_count": 1642,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4581,
- "location": "Washington, D.C.",
- "media_count": 6590,
- "name": "Laura Rozen",
- "normal_followers_count": 174844,
+ "listed_count": 5737,
+ "location": "Florida, USA",
+ "media_count": 309,
+ "name": "Alexander S. Vindman ❎",
+ "normal_followers_count": 927419,
"pinned_tweet_ids_str": [
- "994000925793628160"
+ "1725146404589334755"
],
"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_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": "lrozen",
- "statuses_count": 541791,
+ "screen_name": "AVindman",
+ "statuses_count": 6286,
"translator_type": "none",
- "url": "https://t.co/VBjgdai1Rl",
+ "url": "https://t.co/vyo9QsFIcu",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1587536294372155392",
- "professional_type": "Creator",
+ "rest_id": "1469829466885132297",
+ "professional_type": "Business",
"category": [
{
- "id": 955,
- "name": "Journalist",
+ "id": 956,
+ "name": "Writer",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -2050,3883 +2327,503 @@
}
}
},
- "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": [
+ "card": {
+ "rest_id": "https://t.co/RWfL5PoNxl",
+ "legacy": {
+ "binding_values": [
{
- "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": []
- }
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 347,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 240,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=240x240"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Show your support with a contribution.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "secure.actblue.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 535,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x320_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "8223542",
+ "path": []
}
}
},
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1719745960543240441"
- ],
- "editable_until_msecs": "1698857962000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
},
- "is_translatable": false,
- "views": {
- "count": "5606",
- "state": "EnabledWithCount"
+ {
+ "key": "summary_photo_image_large",
+ "value": {
+ "image_value": {
+ "height": 347,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x419"
+ },
+ "type": "IMAGE"
+ }
},
- "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": []
- }
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 60,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "secure.actblue.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 255,
+ "green": 255,
+ "red": 255
+ },
+ "percentage": 58.13
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 47,
+ "red": 165
+ },
+ "percentage": 26.32
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 61,
+ "red": 62
+ },
+ "percentage": 12.43
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 141,
+ "red": 205
+ },
+ "percentage": 3.09
}
- }
+ ]
},
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1719686317641011378"
- ],
- "editable_until_msecs": "1698843743000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "I just gave to Eugene Vindman!",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 255,
+ "green": 255,
+ "red": 255
+ },
+ "percentage": 58.13
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 47,
+ "red": 165
+ },
+ "percentage": 26.32
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 61,
+ "red": 62
+ },
+ "percentage": 12.43
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 141,
+ "red": 205
+ },
+ "percentage": 3.09
+ }
+ ]
},
- "is_translatable": false,
- "views": {
- "count": "55411",
- "state": "EnabledWithCount"
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=2048x2048_2_exp"
},
- "source": "Twitter for iPhone",
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 255,
+ "green": 255,
+ "red": 255
+ },
+ "percentage": 58.13
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 47,
+ "red": 165
+ },
+ "percentage": 26.32
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 61,
+ "red": 62
+ },
+ "percentage": 12.43
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 141,
+ "red": 205
+ },
+ "percentage": 3.09
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/RWfL5PoNxl",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary_large_image",
+ "url": "https://t.co/RWfL5PoNxl",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4MjIzNTQy",
+ "rest_id": "8223542",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
"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
- ],
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Aug 16 13:39:10 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "We're a nonprofit fundraising platform for campaigns and organizations and the small-dollar donors who support them! #SmallDollarDonorPower",
"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
- }
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "blog.actblue.com",
+ "expanded_url": "https://blog.actblue.com",
+ "url": "https://t.co/3amAnpymfL",
+ "indices": [
+ 0,
+ 23
]
}
- }
- ],
- "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": 5102,
+ "followers_count": 38236,
+ "friends_count": 1639,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 510,
+ "location": "Somerville, MA",
+ "media_count": 749,
+ "name": "ActBlue",
+ "normal_followers_count": 38236,
+ "pinned_tweet_ids_str": [
+ "1540375416250060800"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/8223542/1678471453",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1634253837316784129/UHKXake0_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "actblue",
+ "statuses_count": 11581,
+ "translator_type": "none",
+ "url": "https://t.co/3amAnpymfL",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
}
- },
- "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"
+ "1739799427215147487"
],
- "editable_until_msecs": "1698858249000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703639082015",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
- "is_translatable": true,
+ "is_translatable": false,
"views": {
- "count": "1200",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"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",
+ "created_at": "Wed Dec 27 00:04:42 +0000 2023",
+ "conversation_id_str": "1739799427215147487",
"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": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
"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,
+ "full_text": "RT @YVindman: The end of the year is days away, which means it is our first major fundraising deadline. \n\nI am an Army veteran, father, and…",
+ "is_quote_status": false,
"lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
"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,
+ "retweet_count": 284,
"retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1719743735829786693",
+ "user_id_str": "1005846500583321601",
+ "id_str": "1739799427215147487",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719741926113485257",
+ "rest_id": "1739779257742639419",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDU0MzQwOTUy",
- "rest_id": "1054340952",
+ "id": "VXNlcjoxMjI1OTI5MjIyODM5MDQ2MTQ0",
+ "rest_id": "1225929222839046144",
"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": false,
- "created_at": "Wed Jan 02 06:21:56 +0000 2013",
- "default_profile": false,
+ "created_at": "Fri Feb 07 23:48:16 +0000 2020",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Pentagon & Sea Service Reporter at @militarydotcom | @CNN, @USNavy alum | 🇺🇸🇷🇺 | Opinions are mine. RT, ♥️ ≠ endorsement. | On Threads, BlueSky - \"ktoropin\"",
+ "description": "Democrat candidate for Virginia's 7th District. Dad. Army combat vet. Fmr Colonel fired by Trump for doing my job. New mission: preserve democracy.",
"entities": {
"description": {
"urls": []
@@ -5934,9 +2831,9 @@
"url": {
"urls": [
{
- "display_url": "military.com/author/konstan…",
- "expanded_url": "https://www.military.com/author/konstantin-toropin",
- "url": "https://t.co/Hh3DjAnipK",
+ "display_url": "vindmanforcongress.com",
+ "expanded_url": "http://vindmanforcongress.com/",
+ "url": "https://t.co/rqF2iwFkEx",
"indices": [
0,
23
@@ -5946,762 +2843,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2399,
- "followers_count": 2474,
- "friends_count": 1230,
+ "favourites_count": 2807,
+ "followers_count": 116480,
+ "friends_count": 356,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 85,
- "location": "",
- "media_count": 539,
- "name": "Konstantin Toropin",
- "normal_followers_count": 2474,
+ "listed_count": 905,
+ "location": "Virginia 7th Cong. Dist.",
+ "media_count": 207,
+ "name": "Eugene Vindman",
+ "normal_followers_count": 116480,
"pinned_tweet_ids_str": [
- "1596937551570669568"
+ "1725136837495202165"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1225929222839046144/1700136168",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725122238674882560/7XYq6Xpv_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "KToropin",
- "statuses_count": 6297,
+ "screen_name": "YVindman",
+ "statuses_count": 2338,
"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",
+ "url": "https://t.co/rqF2iwFkEx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -6710,71 +2872,76 @@
}
},
"card": {
- "rest_id": "https://t.co/s5aVxKb9jl",
+ "rest_id": "https://t.co/RWfL5PoNxl",
"legacy": {
"binding_values": [
{
- "key": "player_url",
- "value": {
- "string_value": "https://www.youtube.com/embed/vLRKhdQnd-k",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_large",
+ "key": "photo_image_full_size_large",
"value": {
"image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=800x320_1"
+ "height": 347,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x419"
},
"type": "IMAGE"
}
},
{
- "key": "player_image",
+ "key": "thumbnail_image",
"value": {
"image_value": {
- "height": 158,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=280x280"
+ "height": 144,
+ "width": 240,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=240x240"
},
"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",
+ "string_value": "Show your support with a contribution.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.youtube.com",
+ "string_value": "secure.actblue.com",
"type": "STRING"
}
},
{
- "key": "app_is_free",
+ "key": "thumbnail_image_large",
"value": {
- "string_value": "true",
- "type": "STRING"
+ "image_value": {
+ "height": 320,
+ "width": 535,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x320_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
+ },
+ "type": "IMAGE"
}
},
{
@@ -6783,135 +2950,121 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "10228272",
+ "id_str": "8223542",
"path": []
}
}
},
{
- "key": "player_image_original",
+ "key": "photo_image_full_size_small",
"value": {
"image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=orig"
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=386x202"
},
"type": "IMAGE"
}
},
{
- "key": "app_num_ratings",
+ "key": "summary_photo_image_large",
"value": {
- "string_value": "33,213,625",
- "type": "STRING"
+ "image_value": {
+ "height": 347,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=800x419"
+ },
+ "type": "IMAGE"
}
},
{
- "key": "app_price_amount",
+ "key": "thumbnail_image_small",
"value": {
- "string_value": "0.0",
- "type": "STRING"
+ "image_value": {
+ "height": 60,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=100x100"
+ },
+ "type": "IMAGE"
}
},
{
- "key": "player_height",
+ "key": "thumbnail_image_x_large",
"value": {
- "string_value": "720",
- "type": "STRING"
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
+ },
+ "type": "IMAGE"
}
},
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "youtube.com",
+ "string_value": "secure.actblue.com",
"type": "STRING"
}
},
{
- "key": "app_name",
- "value": {
- "string_value": "YouTube: Watch, Listen, Stream",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_small",
+ "key": "photo_image_full_size",
"value": {
"image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1719398716895866880/X_-pUfQl?format=jpg&name=144x144"
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=600x314"
},
"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",
+ "key": "thumbnail_image_color",
"value": {
"image_color_value": {
"palette": [
{
"rgb": {
- "blue": 254,
- "green": 201,
- "red": 150
+ "blue": 255,
+ "green": 255,
+ "red": 255
},
- "percentage": 27.32
+ "percentage": 58.13
},
{
"rgb": {
- "blue": 138,
- "green": 201,
- "red": 254
+ "blue": 52,
+ "green": 47,
+ "red": 165
},
- "percentage": 26.04
+ "percentage": 26.32
},
{
"rgb": {
- "blue": 101,
- "green": 81,
- "red": 89
+ "blue": 111,
+ "green": 61,
+ "red": 62
},
- "percentage": 19.53
+ "percentage": 12.43
},
{
"rgb": {
- "blue": 114,
- "green": 121,
- "red": 179
+ "blue": 145,
+ "green": 141,
+ "red": 205
},
- "percentage": 9.7
- },
- {
- "rgb": {
- "blue": 215,
- "green": 229,
- "red": 246
- },
- "percentage": 8.97
+ "percentage": 3.09
}
]
},
@@ -6919,12 +3072,144 @@
}
},
{
- "key": "player_image_x_large",
+ "key": "title",
+ "value": {
+ "string_value": "I just gave to Eugene Vindman!",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 255,
+ "green": 255,
+ "red": 255
+ },
+ "percentage": 58.13
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 47,
+ "red": 165
+ },
+ "percentage": 26.32
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 61,
+ "red": 62
+ },
+ "percentage": 12.43
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 141,
+ "red": 205
+ },
+ "percentage": 3.09
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_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"
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?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/1737816272660787201/vEQ56ZXd?format=png&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 255,
+ "green": 255,
+ "red": 255
+ },
+ "percentage": 58.13
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 47,
+ "red": 165
+ },
+ "percentage": 26.32
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 61,
+ "red": 62
+ },
+ "percentage": 12.43
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 141,
+ "red": 205
+ },
+ "percentage": 3.09
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/RWfL5PoNxl",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 396,
+ "width": 662,
+ "url": "https://pbs.twimg.com/card_img/1737816272660787201/vEQ56ZXd?format=png&name=orig"
},
"type": "IMAGE"
}
@@ -6941,25 +3226,25 @@
}
}
},
- "name": "player",
- "url": "https://t.co/s5aVxKb9jl",
+ "name": "summary_large_image",
+ "url": "https://t.co/RWfL5PoNxl",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDIyODI3Mg==",
- "rest_id": "10228272",
+ "id": "VXNlcjo4MjIzNTQy",
+ "rest_id": "8223542",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Tue Nov 13 21:43:46 +0000 2007",
+ "created_at": "Thu Aug 16 13:39:10 +0000 2007",
"default_profile": false,
"default_profile_image": false,
- "description": "like and subscribe.",
+ "description": "We're a nonprofit fundraising platform for campaigns and organizations and the small-dollar donors who support them! #SmallDollarDonorPower",
"entities": {
"description": {
"urls": []
@@ -6967,9 +3252,9 @@
"url": {
"urls": [
{
- "display_url": "youtube.com",
- "expanded_url": "http://youtube.com",
- "url": "https://t.co/bUisN3Y1A6",
+ "display_url": "blog.actblue.com",
+ "expanded_url": "https://blog.actblue.com",
+ "url": "https://t.co/3amAnpymfL",
"indices": [
0,
23
@@ -6979,27 +3264,28 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6167,
- "followers_count": 79504531,
- "friends_count": 1176,
+ "favourites_count": 5102,
+ "followers_count": 38236,
+ "friends_count": 1639,
"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": [],
+ "listed_count": 510,
+ "location": "Somerville, MA",
+ "media_count": 749,
+ "name": "ActBlue",
+ "normal_followers_count": 38236,
+ "pinned_tweet_ids_str": [
+ "1540375416250060800"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/8223542/1678471453",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1634253837316784129/UHKXake0_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "YouTube",
- "statuses_count": 56855,
- "translator_type": "regular",
- "url": "https://t.co/bUisN3Y1A6",
+ "screen_name": "actblue",
+ "statuses_count": 11581,
+ "translator_type": "none",
+ "url": "https://t.co/3amAnpymfL",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
}
@@ -7014,1889 +3300,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719742468566958330"
+ "1739779257742639419"
],
- "editable_until_msecs": "1698857130000",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1703634273000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "216",
+ "count": "41239",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:45:30 +0000 2023",
- "conversation_id_str": "1719741397266321836",
+ "created_at": "Tue Dec 26 22:44:33 +0000 2023",
+ "conversation_id_str": "1739779257742639419",
"display_text_range": [
0,
- 83
+ 272
],
"entities": {
- "user_mentions": [
- {
- "id_str": "18967418",
- "name": "Hunter Walker",
- "screen_name": "hunterw",
- "indices": [
- 7,
- 15
- ]
- }
- ],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
- "display_url": "youtube.com/watch?v=vLRKhd…",
- "expanded_url": "https://www.youtube.com/watch?v=vLRKhdQnd-k",
- "url": "https://t.co/s5aVxKb9jl",
+ "display_url": "secure.actblue.com/donate/ev-soci…",
+ "expanded_url": "https://secure.actblue.com/donate/ev-social",
+ "url": "https://t.co/RWfL5PoNxl",
"indices": [
- 60,
- 83
+ 249,
+ 272
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 2,
+ "favorite_count": 843,
"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",
+ "full_text": "The end of the year is days away, which means it is our first major fundraising deadline. \n\nI am an Army veteran, father, and Democrat who will keep Virginia’s 7th blue to preserve our democracy. \n\nShare this, chip in $7, and let’s win this race. \n\nhttps://t.co/RWfL5PoNxl",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 9,
- "reply_count": 18,
- "retweet_count": 204,
+ "reply_count": 141,
+ "retweet_count": 284,
"retweeted": false,
- "user_id_str": "929823128259387392",
- "id_str": "1719740623542972771"
+ "user_id_str": "1225929222839046144",
+ "id_str": "1739779257742639419"
}
}
}
@@ -8917,8 +3371,8 @@
}
},
{
- "entryId": "tweet-1719740967563973090",
- "sortIndex": "1719749859424075760",
+ "entryId": "tweet-1739795113797136516",
+ "sortIndex": "1739819664587882489",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -8928,24 +3382,571 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719740967563973090",
+ "rest_id": "1739795113797136516",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDg5ODQwNjYz",
- "rest_id": "1489840663",
+ "id": "VXNlcjoyNjIyMTkxNjg=",
+ "rest_id": "262219168",
"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": false,
- "created_at": "Fri Jun 07 08:02:05 +0000 2013",
+ "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": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495",
+ "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": 29175,
+ "followers_count": 1269378,
+ "friends_count": 1608,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 16879,
+ "location": "Bucha, Ukraine",
+ "media_count": 3541,
+ "name": "Illia Ponomarenko 🇺🇦",
+ "normal_followers_count": 1269378,
+ "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": 20674,
+ "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": [
+ "1739795113797136516"
+ ],
+ "editable_until_msecs": "1703638053000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "78497",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1738162266975961308",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTM0NjI5NzgyOTg5NzE3NTA0",
+ "rest_id": "1534629782989717504",
+ "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 Jun 08 20:14:13 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Все для городских сумасшедших. Донати можна кидати сюди:",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/vsheredega",
+ "expanded_url": "https://www.buymeacoffee.com/vsheredega",
+ "url": "https://t.co/3sOdqttTng",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 40944,
+ "followers_count": 38047,
+ "friends_count": 297,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 138,
+ "location": "Украина",
+ "media_count": 1565,
+ "name": "пан шаміль",
+ "normal_followers_count": 38047,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1534629782989717504/1654773953",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1534634686072365056/ct4YG4o9_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "vsheredeha",
+ "statuses_count": 15700,
+ "translator_type": "none",
+ "url": "https://t.co/3sOdqttTng",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1738162266975961308"
+ ],
+ "editable_until_msecs": "1703248752000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "194573",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3MzgxNjIyNjY4Mzc0OTU4MDk=",
+ "text": "це Сергій. його мобілізували в травні 23 року. у ході нашого наступу отримав важкі поранення під селищем Новодонецьке.\n\nзараз вже місяць хлопець лікується в Києві, попереду в нього ще складні операції.\n\nщоб лікарі змогли ефективніше допомагати Сергію та іншим нашим пораненим наш фонд RELY FOUNDATION продовжує збір на медобладнання.\n\nпрошу усіх вас допомогти нам донатом та репостом.\n\nбанка:\n\nhttps://t.co/pwcCmYUe8A\n\nPayPal:\n\nvsheredega@gmail.com",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "send.monobank.ua/jar/6xMN81zH6p",
+ "expanded_url": "http://send.monobank.ua/jar/6xMN81zH6p",
+ "url": "https://t.co/pwcCmYUe8A",
+ "indices": [
+ 394,
+ 417
+ ]
+ }
+ ],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 27,
+ "bookmarked": false,
+ "created_at": "Fri Dec 22 11:39:12 +0000 2023",
+ "conversation_id_str": "1738162266975961308",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/HgmPaJvj4f",
+ "expanded_url": "https://twitter.com/vsheredeha/status/1738162266975961308/photo/1",
+ "id_str": "1738162259845607424",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "3_1738162259845607424",
+ "media_url_https": "https://pbs.twimg.com/media/GB8xXbwWcAAPeWo.jpg",
+ "type": "photo",
+ "url": "https://t.co/HgmPaJvj4f",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 188,
+ "h": 190,
+ "w": 190
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 176,
+ "h": 178,
+ "w": 178
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 245,
+ "y": 99,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 188,
+ "h": 190,
+ "w": 190
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1280,
+ "w": 960,
+ "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": 1280,
+ "width": 960,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 19,
+ "w": 960,
+ "h": 538
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 1094
+ },
+ {
+ "x": 224,
+ "y": 0,
+ "w": 640,
+ "h": 1280
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 1280
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/HgmPaJvj4f",
+ "expanded_url": "https://twitter.com/vsheredeha/status/1738162266975961308/photo/1",
+ "id_str": "1738162259845607424",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "3_1738162259845607424",
+ "media_url_https": "https://pbs.twimg.com/media/GB8xXbwWcAAPeWo.jpg",
+ "type": "photo",
+ "url": "https://t.co/HgmPaJvj4f",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 188,
+ "h": 190,
+ "w": 190
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 176,
+ "h": 178,
+ "w": 178
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 245,
+ "y": 99,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 188,
+ "h": 190,
+ "w": 190
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1280,
+ "w": 960,
+ "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": 1280,
+ "width": 960,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 19,
+ "w": 960,
+ "h": 538
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 1094
+ },
+ {
+ "x": 224,
+ "y": 0,
+ "w": 640,
+ "h": 1280
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 1280
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 1687,
+ "favorited": false,
+ "full_text": "це Сергій. його мобілізували в травні 23 року. у ході нашого наступу отримав важкі поранення під селищем Новодонецьке.\n\nзараз вже місяць хлопець лікується в Києві, попереду в нього ще складні операції.\n\nщоб лікарі змогли ефективніше допомагати Сергію та іншим нашим пораненим наш… https://t.co/HgmPaJvj4f",
+ "is_quote_status": false,
+ "lang": "uk",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 36,
+ "retweet_count": 828,
+ "retweeted": false,
+ "user_id_str": "1534629782989717504",
+ "id_str": "1738162266975961308"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 12,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 23:47:33 +0000 2023",
+ "conversation_id_str": "1739795113797136516",
+ "display_text_range": [
+ 0,
+ 82
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 713,
+ "favorited": false,
+ "full_text": "Another good opportunity to donate and support a disabled Ukrainian combat veteran",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1738162266975961308",
+ "quoted_status_permalink": {
+ "url": "https://t.co/lEgIunYFXG",
+ "expanded": "https://twitter.com/vsheredeha/status/1738162266975961308",
+ "display": "twitter.com/vsheredeha/sta…"
+ },
+ "reply_count": 9,
+ "retweet_count": 160,
+ "retweeted": false,
+ "user_id_str": "262219168",
+ "id_str": "1739795113797136516"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739792375080267894",
+ "sortIndex": "1739819664587882488",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739792375080267894",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxOTY3MjE2MzA2",
+ "rest_id": "1967216306",
+ "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": "Thu Oct 17 16:56:51 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The official account of @StateDept’s Spokesperson serving under the leadership of the 71st Secretary of State @SecBlinken.",
"entities": {
"description": {
"urls": []
@@ -8953,9 +3954,9 @@
"url": {
"urls": [
{
- "display_url": "talkingpointsmemo.com",
- "expanded_url": "https://talkingpointsmemo.com/",
- "url": "https://t.co/AzDUWabdQo",
+ "display_url": "state.gov/newsroom",
+ "expanded_url": "https://state.gov/newsroom",
+ "url": "https://t.co/uYwa4Ko0Is",
"indices": [
0,
23
@@ -8965,25 +3966,180 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12317,
- "followers_count": 7587,
- "friends_count": 3851,
- "has_custom_timelines": true,
+ "favourites_count": 64,
+ "followers_count": 603449,
+ "friends_count": 33,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 204,
- "location": "New York, NY",
- "media_count": 141,
- "name": "Josh Kovensky",
- "normal_followers_count": 7587,
+ "listed_count": 4253,
+ "location": "Dept. of State, Washington, DC",
+ "media_count": 2347,
+ "name": "Matthew Miller",
+ "normal_followers_count": 603449,
"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_banner_url": "https://pbs.twimg.com/profile_banners/1967216306/1611162076",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1650603643685462016/2ChXxNhb_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "JoshKovensky",
- "statuses_count": 5867,
+ "screen_name": "StateDeptSpox",
+ "statuses_count": 13946,
"translator_type": "none",
- "url": "https://t.co/AzDUWabdQo",
+ "url": "https://t.co/uYwa4Ko0Is",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739792375080267894"
+ ],
+ "editable_until_msecs": "1703637400000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "9541",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 23:36:40 +0000 2023",
+ "conversation_id_str": "1739792375080267894",
+ "display_text_range": [
+ 0,
+ 276
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "14159148",
+ "name": "United Nations",
+ "screen_name": "UN",
+ "indices": [
+ 19,
+ 22
+ ]
+ },
+ {
+ "id_str": "204698478",
+ "name": "UNOPS",
+ "screen_name": "UNOPS",
+ "indices": [
+ 162,
+ 168
+ ]
+ }
+ ]
+ },
+ "favorite_count": 63,
+ "favorited": false,
+ "full_text": "We welcome today’s @UN appointment of Sigrid Kaag as Senior Humanitarian and Reconstruction Coordinator for Gaza. We look forward to working closely with her and @UNOPS to accelerate and streamline provision of live-saving humanitarian relief to Palestinian civilians in Gaza.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 13,
+ "reply_count": 149,
+ "retweet_count": 15,
+ "retweeted": false,
+ "user_id_str": "1967216306",
+ "id_str": "1739792375080267894"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739785767256215901",
+ "sortIndex": "1739819664587882487",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739785767256215901",
+ "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": 4940,
+ "followers_count": 394083,
+ "friends_count": 1632,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6669,
+ "location": "#Kyiv, #Ukraine",
+ "media_count": 30642,
+ "name": "KyivPost",
+ "normal_followers_count": 394083,
+ "pinned_tweet_ids_str": [
+ "1737813935594565787"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1703492324",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KyivPost",
+ "statuses_count": 73335,
+ "translator_type": "none",
+ "url": "https://t.co/lHlutZvoAu",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -8994,92 +4150,259 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719740967563973090"
+ "1739785767256215901"
],
- "editable_until_msecs": "1698856772566",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1703635825000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "7813",
+ "state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 3,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:39:32 +0000 2023",
- "conversation_id_str": "1719740967563973090",
+ "created_at": "Tue Dec 26 23:10:25 +0000 2023",
+ "conversation_id_str": "1739785767256215901",
"display_text_range": [
0,
- 144
+ 102
],
"entities": {
- "user_mentions": [
+ "hashtags": [
{
- "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
- ]
+ 29,
+ 35
+ ],
+ "text": "Sunak"
}
],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yTH1jCQ3ng",
+ "expanded_url": "https://twitter.com/KyivPost/status/1739785767256215901/video/1",
+ "id_str": "1739765351141744640",
+ "indices": [
+ 103,
+ 126
+ ],
+ "media_key": "13_1739765351141744640",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739765351141744640/img/0-txIuis0yZyf7og.jpg",
+ "type": "video",
+ "url": "https://t.co/yTH1jCQ3ng",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 672,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 630,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 357,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 672,
+ "width": 1280,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 40,
+ 21
+ ],
+ "duration_millis": 72300,
+ "variants": [
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/514x270/FZtH3W1cm_3jChvQ.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/1280x672/M9RCG46qFAc1NZUN.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/pl/D_olyzKXrQNL4QaJ.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/684x360/R3OU2er0_tWHNRLQ.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 0,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yTH1jCQ3ng",
+ "expanded_url": "https://twitter.com/KyivPost/status/1739785767256215901/video/1",
+ "id_str": "1739765351141744640",
+ "indices": [
+ 103,
+ 126
+ ],
+ "media_key": "13_1739765351141744640",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739765351141744640/img/0-txIuis0yZyf7og.jpg",
+ "type": "video",
+ "url": "https://t.co/yTH1jCQ3ng",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 672,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 630,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 357,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 672,
+ "width": 1280,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 40,
+ 21
+ ],
+ "duration_millis": 72300,
+ "variants": [
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/514x270/FZtH3W1cm_3jChvQ.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/1280x672/M9RCG46qFAc1NZUN.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/pl/D_olyzKXrQNL4QaJ.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739765351141744640/vid/avc1/684x360/R3OU2er0_tWHNRLQ.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 38,
"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…",
+ "full_text": "British Prime Minister Rishi #Sunak starred in a Christmas video inspired by the movie 'Home Alone'🎄🎞️ https://t.co/yTH1jCQ3ng",
"is_quote_status": false,
"lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 0,
- "retweet_count": 3,
+ "reply_count": 3,
+ "retweet_count": 6,
"retweeted": false,
- "user_id_str": "1489840663",
- "id_str": "1719740967563973090",
- "retweeted_status_result": {
+ "user_id_str": "14106476",
+ "id_str": "1739785767256215901"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882506",
+ "sortIndex": "1739819664587882486",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "list-conversation-1739819664587882506-tweet-1739775484341215487",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719738975374442958",
+ "rest_id": "1739775484341215487",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTY0NzU1MjM=",
- "rest_id": "156475523",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"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": true,
- "created_at": "Thu Jun 17 01:44:42 +0000 2010",
+ "can_media_tag": false,
+ "created_at": "Sat Jan 16 01:34:50 +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",
+ "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": []
@@ -9087,9 +4410,9 @@
"url": {
"urls": [
{
- "display_url": "talkingpointsmemo.com",
- "expanded_url": "https://talkingpointsmemo.com/",
- "url": "https://t.co/1zGbd1pQs7",
+ "display_url": "thedailybeast.com/author/julia-d…",
+ "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
+ "url": "https://t.co/jkgE3TNxS4",
"indices": [
0,
23
@@ -9099,27 +4422,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4624,
- "followers_count": 2196,
- "friends_count": 3398,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 67,
- "location": "New York, NY",
- "media_count": 529,
- "name": "Nicole LaFond",
- "normal_followers_count": 2196,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
"pinned_tweet_ids_str": [
- "1578154497406545920"
+ "1528031848240140288"
],
"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_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": "Nicole_Lafond",
- "statuses_count": 6058,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
- "url": "https://t.co/1zGbd1pQs7",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -9133,72 +4456,593 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719738975374442958"
+ "1739775484341215487"
],
- "editable_until_msecs": "1698856297000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703633373000",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "5590",
+ "count": "33690",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1738738078963925493",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/lNou2ixIUf",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/BIOkhKCFP84",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1738736972305240064/6h0LjL7O?format=jpg&name=800x320_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 158,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1738736972305240064/6h0LjL7O?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1738736972305240064/6h0LjL7O?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1738736972305240064/6h0LjL7O?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Experts discuss the impact of sanctions on Russian economy",
+ "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/lNou2ixIUf",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 43,
+ "green": 31,
+ "red": 31
+ },
+ "percentage": 41.94
+ },
+ {
+ "rgb": {
+ "blue": 85,
+ "green": 103,
+ "red": 120
+ },
+ "percentage": 17.91
+ },
+ {
+ "rgb": {
+ "blue": 185,
+ "green": 155,
+ "red": 170
+ },
+ "percentage": 17.85
+ },
+ {
+ "rgb": {
+ "blue": 94,
+ "green": 120,
+ "red": 175
+ },
+ "percentage": 8.91
+ },
+ {
+ "rgb": {
+ "blue": 128,
+ "green": 70,
+ "red": 47
+ },
+ "percentage": 4.01
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 720,
+ "width": 1280,
+ "url": "https://pbs.twimg.com/card_img/1738736972305240064/6h0LjL7O?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/lNou2ixIUf",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
+ "1738738078963925493"
+ ],
+ "editable_until_msecs": "1703386036000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "246083",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 30,
+ "bookmarked": false,
+ "created_at": "Sun Dec 24 01:47:16 +0000 2023",
+ "conversation_id_str": "1738738078963925493",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/BIOkhKCFP84",
+ "expanded_url": "https://youtu.be/BIOkhKCFP84",
+ "url": "https://t.co/lNou2ixIUf",
+ "indices": [
+ 257,
+ 280
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 750,
+ "favorited": false,
+ "full_text": "Experts discussed the impact of Western sanctions on the Russian economy. A fat cat economist suggested that those who can't afford to buy eggs can simply switch to beef. The segment was followed by an obnoxious commercial, reminiscent of The Hunger Games.\nhttps://t.co/lNou2ixIUf",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 64,
+ "retweet_count": 178,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1738738078963925493"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 4,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:31:37 +0000 2023",
- "conversation_id_str": "1719738975374442958",
+ "created_at": "Tue Dec 26 22:29:33 +0000 2023",
+ "conversation_id_str": "1739775484341215487",
"display_text_range": [
0,
- 199
+ 222
],
"entities": {
+ "hashtags": [],
"media": [
{
- "display_url": "pic.twitter.com/fvQFc8DsSF",
- "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1",
- "id_str": "1719738624021786624",
+ "display_url": "pic.twitter.com/thixC0hiJ8",
+ "expanded_url": "https://twitter.com/JuliaDavisNews/status/1739775484341215487/photo/1",
+ "id_str": "1739775279235526656",
"indices": [
- 200,
- 223
+ 223,
+ 246
],
- "media_key": "3_1719738624021786624",
- "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png",
+ "media_key": "3_1739775279235526656",
+ "media_url_https": "https://pbs.twimg.com/media/GCTsZhPW8AAOdN7.jpg",
"type": "photo",
- "url": "https://t.co/fvQFc8DsSF",
+ "url": "https://t.co/thixC0hiJ8",
"ext_media_availability": {
"status": "Available"
},
"features": {
"large": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
},
"medium": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
},
"small": {
- "faces": []
+ "faces": [
+ {
+ "x": 488,
+ "y": 78,
+ "h": 52,
+ "w": 52
+ },
+ {
+ "x": 138,
+ "y": 75,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 308,
+ "y": 268,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 368,
+ "y": 79,
+ "h": 84,
+ "w": 84
+ }
+ ]
},
"orig": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
}
},
"sizes": {
"large": {
- "h": 150,
- "w": 382,
+ "h": 587,
+ "w": 1060,
"resize": "fit"
},
"medium": {
- "h": 150,
- "w": 382,
+ "h": 587,
+ "w": 1060,
"resize": "fit"
},
"small": {
- "h": 150,
- "w": 382,
+ "h": 377,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -9208,122 +5052,203 @@
}
},
"original_info": {
- "height": 150,
- "width": 382,
+ "height": 587,
+ "width": 1060,
"focus_rects": [
{
- "x": 46,
+ "x": 12,
"y": 0,
- "w": 268,
- "h": 150
+ "w": 1048,
+ "h": 587
},
{
- "x": 105,
+ "x": 473,
"y": 0,
- "w": 150,
- "h": 150
+ "w": 587,
+ "h": 587
},
{
- "x": 114,
+ "x": 545,
"y": 0,
- "w": 132,
- "h": 150
+ "w": 515,
+ "h": 587
},
{
- "x": 143,
+ "x": 766,
"y": 0,
- "w": 75,
- "h": 150
+ "w": 294,
+ "h": 587
},
{
"x": 0,
"y": 0,
- "w": 382,
- "h": 150
+ "w": 1060,
+ "h": 587
}
]
}
}
],
- "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
- ]
- }
- ],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "x.com/JuliaDavisNews…",
+ "expanded_url": "https://x.com/JuliaDavisNews/status/1738738078963925493?s=20",
+ "url": "https://t.co/KmFL4Zt1JU",
"indices": [
- 176,
- 199
+ 199,
+ 222
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/fvQFc8DsSF",
- "expanded_url": "https://twitter.com/Nicole_Lafond/status/1719738975374442958/photo/1",
- "id_str": "1719738624021786624",
+ "display_url": "pic.twitter.com/thixC0hiJ8",
+ "expanded_url": "https://twitter.com/JuliaDavisNews/status/1739775484341215487/photo/1",
+ "id_str": "1739775279235526656",
"indices": [
- 200,
- 223
+ 223,
+ 246
],
- "media_key": "3_1719738624021786624",
- "media_url_https": "https://pbs.twimg.com/media/F929Kr9WcAA789e.png",
+ "media_key": "3_1739775279235526656",
+ "media_url_https": "https://pbs.twimg.com/media/GCTsZhPW8AAOdN7.jpg",
"type": "photo",
- "url": "https://t.co/fvQFc8DsSF",
+ "url": "https://t.co/thixC0hiJ8",
"ext_media_availability": {
"status": "Available"
},
"features": {
"large": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
},
"medium": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
},
"small": {
- "faces": []
+ "faces": [
+ {
+ "x": 488,
+ "y": 78,
+ "h": 52,
+ "w": 52
+ },
+ {
+ "x": 138,
+ "y": 75,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 308,
+ "y": 268,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 368,
+ "y": 79,
+ "h": 84,
+ "w": 84
+ }
+ ]
},
"orig": {
- "faces": []
+ "faces": [
+ {
+ "x": 761,
+ "y": 122,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 216,
+ "y": 118,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 481,
+ "y": 418,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 574,
+ "y": 124,
+ "h": 132,
+ "w": 132
+ }
+ ]
}
},
"sizes": {
"large": {
- "h": 150,
- "w": 382,
+ "h": 587,
+ "w": 1060,
"resize": "fit"
},
"medium": {
- "h": 150,
- "w": 382,
+ "h": 587,
+ "w": 1060,
"resize": "fit"
},
"small": {
- "h": 150,
- "w": 382,
+ "h": 377,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -9333,57 +5258,2493 @@
}
},
"original_info": {
- "height": 150,
- "width": 382,
+ "height": 587,
+ "width": 1060,
"focus_rects": [
{
- "x": 46,
+ "x": 12,
"y": 0,
- "w": 268,
- "h": 150
+ "w": 1048,
+ "h": 587
},
{
- "x": 105,
+ "x": 473,
"y": 0,
- "w": 150,
- "h": 150
+ "w": 587,
+ "h": 587
},
{
- "x": 114,
+ "x": 545,
"y": 0,
- "w": 132,
- "h": 150
+ "w": 515,
+ "h": 587
},
{
- "x": 143,
+ "x": 766,
"y": 0,
- "w": 75,
- "h": 150
+ "w": 294,
+ "h": 587
},
{
"x": 0,
"y": 0,
- "w": 382,
- "h": 150
+ "w": 1060,
+ "h": 587
}
]
}
}
]
},
- "favorite_count": 7,
+ "favorite_count": 173,
"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,
+ "full_text": "Larry Johnson told Scott Ritter that Russia excels at everything and sure enough, Vladimir Solovyov broadcast it on his show. Spoiler: no, things in Russia are far from great. Case in point below ⤵️\nhttps://t.co/KmFL4Zt1JU https://t.co/thixC0hiJ8",
+ "is_quote_status": true,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 1,
- "reply_count": 0,
- "retweet_count": 3,
+ "quoted_status_id_str": "1738738078963925493",
+ "quoted_status_permalink": {
+ "url": "https://t.co/KmFL4Zt1JU",
+ "expanded": "https://x.com/JuliaDavisNews/status/1738738078963925493?s=20",
+ "display": "x.com/JuliaDavisNews…"
+ },
+ "reply_count": 7,
+ "retweet_count": 37,
"retweeted": false,
- "user_id_str": "156475523",
- "id_str": "1719738975374442958"
+ "user_id_str": "105327432",
+ "id_str": "1739775484341215487"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882506-tweet-1739776457654808672",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739776457654808672",
+ "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": 281557,
+ "followers_count": 247265,
+ "friends_count": 2551,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2418,
+ "location": "Washington, DC",
+ "media_count": 2202,
+ "name": "John Sipher",
+ "normal_followers_count": 247265,
+ "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": 82474,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739776457654808672"
+ ],
+ "editable_until_msecs": "1703633605000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2379",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:33:25 +0000 2023",
+ "conversation_id_str": "1739775484341215487",
+ "display_text_range": [
+ 15,
+ 15
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/0WDj4uWaNU",
+ "expanded_url": "https://twitter.com/john_sipher/status/1739776457654808672/photo/1",
+ "id_str": "1739776454911803392",
+ "indices": [
+ 16,
+ 39
+ ],
+ "media_key": "3_1739776454911803392",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtd8-bQAA730M.jpg",
+ "type": "photo",
+ "url": "https://t.co/0WDj4uWaNU",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 645,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 750,
+ "y": 326,
+ "h": 309,
+ "w": 309
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 13,
+ "y": 623,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 724,
+ "y": 314,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 7,
+ "y": 353,
+ "h": 35,
+ "w": 35
+ },
+ {
+ "x": 410,
+ "y": 178,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 645,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 750,
+ "y": 326,
+ "h": 309,
+ "w": 309
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1203,
+ "w": 1242,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1162,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 659,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1203,
+ "width": 1242,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 490,
+ "w": 1242,
+ "h": 696
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1203,
+ "h": 1203
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1055,
+ "h": 1203
+ },
+ {
+ "x": 164,
+ "y": 0,
+ "w": 602,
+ "h": 1203
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1242,
+ "h": 1203
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/0WDj4uWaNU",
+ "expanded_url": "https://twitter.com/john_sipher/status/1739776457654808672/photo/1",
+ "id_str": "1739776454911803392",
+ "indices": [
+ 16,
+ 39
+ ],
+ "media_key": "3_1739776454911803392",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtd8-bQAA730M.jpg",
+ "type": "photo",
+ "url": "https://t.co/0WDj4uWaNU",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 645,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 750,
+ "y": 326,
+ "h": 309,
+ "w": 309
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 13,
+ "y": 623,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 724,
+ "y": 314,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 7,
+ "y": 353,
+ "h": 35,
+ "w": 35
+ },
+ {
+ "x": 410,
+ "y": 178,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 645,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 750,
+ "y": 326,
+ "h": 309,
+ "w": 309
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1203,
+ "w": 1242,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1162,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 659,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1203,
+ "width": 1242,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 490,
+ "w": 1242,
+ "h": 696
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1203,
+ "h": 1203
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1055,
+ "h": 1203
+ },
+ {
+ "x": 164,
+ "y": 0,
+ "w": 602,
+ "h": 1203
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1242,
+ "h": 1203
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 92,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews https://t.co/0WDj4uWaNU",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739775484341215487",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "qme",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 2,
+ "retweet_count": 14,
+ "retweeted": false,
+ "user_id_str": "884578187392544769",
+ "id_str": "1739776457654808672"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1739775484341215487",
+ "1739776457654808672"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739776259867947382",
+ "sortIndex": "1739819664587882485",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739776259867947382",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739776259867947382"
+ ],
+ "editable_until_msecs": "1703633558489",
+ "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": "Tue Dec 26 22:32:38 +0000 2023",
+ "conversation_id_str": "1739776259867947382",
+ "display_text_range": [
+ 0,
+ 124
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/YJyWQrZdTr",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739775975439896831/photo/1",
+ "ext_alt_text": "“It’s very awkward, because - who am I?”",
+ "id_str": "1739775970683518976",
+ "indices": [
+ 101,
+ 124
+ ],
+ "media_key": "3_1739775970683518976",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtBxFaAAAc8wh.jpg",
+ "source_status_id_str": "1739775975439896831",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/YJyWQrZdTr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 136,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 746,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 65,
+ "y": 0,
+ "w": 746,
+ "h": 746
+ },
+ {
+ "x": 111,
+ "y": 0,
+ "w": 654,
+ "h": 746
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 373,
+ "h": 746
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 746
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twitter.com/vladaknowlton/…",
+ "expanded_url": "https://twitter.com/vladaknowlton/status/1716203656943673745?s=46&t=O47zmhoVVU2XZxjT5_t0FA",
+ "url": "https://t.co/ThvbkUyIvb",
+ "indices": [
+ 77,
+ 100
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "1419248815",
+ "name": "Vlada Knowlton 🇺🇦",
+ "screen_name": "VladaKnowlton",
+ "indices": [
+ 3,
+ 17
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 19,
+ 34
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/YJyWQrZdTr",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739775975439896831/photo/1",
+ "ext_alt_text": "“It’s very awkward, because - who am I?”",
+ "id_str": "1739775970683518976",
+ "indices": [
+ 101,
+ 124
+ ],
+ "media_key": "3_1739775970683518976",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtBxFaAAAc8wh.jpg",
+ "source_status_id_str": "1739775975439896831",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/YJyWQrZdTr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 136,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 746,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 65,
+ "y": 0,
+ "w": 746,
+ "h": 746
+ },
+ {
+ "x": 111,
+ "y": 0,
+ "w": 654,
+ "h": 746
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 373,
+ "h": 746
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 746
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @VladaKnowlton: @JuliaDavisNews A “modern-day Soviet Information Bureau”?\nhttps://t.co/ThvbkUyIvb https://t.co/YJyWQrZdTr",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1716203656943673745",
+ "quoted_status_permalink": {
+ "url": "https://t.co/ThvbkUyIvb",
+ "expanded": "https://twitter.com/vladaknowlton/status/1716203656943673745?s=46&t=O47zmhoVVU2XZxjT5_t0FA",
+ "display": "twitter.com/vladaknowlton/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 11,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739776259867947382",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739775975439896831",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDE5MjQ4ODE1",
+ "rest_id": "1419248815",
+ "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 May 10 22:41:32 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "She/her. Filmmaker “The Most Dangerous Year”, “Well Actually”, “Having It All”. PhD in Cog Sci from Brown. I smile as much as men do.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "themostdangerousyear.com",
+ "expanded_url": "http://themostdangerousyear.com",
+ "url": "https://t.co/64wAOfKKgb",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 29700,
+ "followers_count": 3479,
+ "friends_count": 1936,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 51,
+ "location": "Seattle",
+ "media_count": 2660,
+ "name": "Vlada Knowlton 🇺🇦",
+ "normal_followers_count": 3479,
+ "pinned_tweet_ids_str": [
+ "1578131619915137027"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1419248815/1604768204",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1663659098645364736/3mCe5p-8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "VladaKnowlton",
+ "statuses_count": 24703,
+ "translator_type": "none",
+ "url": "https://t.co/64wAOfKKgb",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1473542354288078848",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 950,
+ "name": "Film Director",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739775975439896831"
+ ],
+ "editable_until_msecs": "1703633490000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "23465",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1716203656943673745",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDE5MjQ4ODE1",
+ "rest_id": "1419248815",
+ "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 May 10 22:41:32 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "She/her. Filmmaker “The Most Dangerous Year”, “Well Actually”, “Having It All”. PhD in Cog Sci from Brown. I smile as much as men do.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "themostdangerousyear.com",
+ "expanded_url": "http://themostdangerousyear.com",
+ "url": "https://t.co/64wAOfKKgb",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 29700,
+ "followers_count": 3479,
+ "friends_count": 1936,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 51,
+ "location": "Seattle",
+ "media_count": 2660,
+ "name": "Vlada Knowlton 🇺🇦",
+ "normal_followers_count": 3479,
+ "pinned_tweet_ids_str": [
+ "1578131619915137027"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1419248815/1604768204",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1663659098645364736/3mCe5p-8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "VladaKnowlton",
+ "statuses_count": 24703,
+ "translator_type": "none",
+ "url": "https://t.co/64wAOfKKgb",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1473542354288078848",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 950,
+ "name": "Film Director",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1716203656943673745"
+ ],
+ "editable_until_msecs": "1698013411000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "44568",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Oct 22 21:23:31 +0000 2023",
+ "conversation_id_str": "1716196280295182766",
+ "display_text_range": [
+ 16,
+ 84
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“but, to be fair, what is peculiar is that”",
+ "id_str": "1716203652942381056",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652942381056",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISfbwAAcFAV.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 616,
+ "y": 326,
+ "h": 27,
+ "w": 27
+ },
+ {
+ "x": 206,
+ "y": 156,
+ "h": 122,
+ "w": 122
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 775,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 775,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 450,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 775,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 120,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 775,
+ "h": 775
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 775
+ },
+ {
+ "x": 127,
+ "y": 0,
+ "w": 388,
+ "h": 775
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 775
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“Vladimir Rudolfovich is not a journalist”",
+ "id_str": "1716203652938108928",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652938108928",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISeakAAyYH9.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 230,
+ "y": 122,
+ "h": 134,
+ "w": 134
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 762,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 762,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 443,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 762,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 107,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 57,
+ "y": 0,
+ "w": 762,
+ "h": 762
+ },
+ {
+ "x": 104,
+ "y": 0,
+ "w": 668,
+ "h": 762
+ },
+ {
+ "x": 248,
+ "y": 0,
+ "w": 381,
+ "h": 762
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 762
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“This is something bigger than journalism!”",
+ "id_str": "1716203652929785856",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652929785856",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuIScbkAAUH5D.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 445,
+ "y": 94,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 137,
+ "y": 144,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 752,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 752,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 437,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 752,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 97,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 178,
+ "y": 0,
+ "w": 752,
+ "h": 752
+ },
+ {
+ "x": 224,
+ "y": 0,
+ "w": 660,
+ "h": 752
+ },
+ {
+ "x": 366,
+ "y": 0,
+ "w": 376,
+ "h": 752
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 752
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“Solovyov is our modern-day Soviet Information Bureau”",
+ "id_str": "1716203652942282752",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652942282752",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISfaQAA2b6D.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 111,
+ "h": 98,
+ "w": 98
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 765,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 765,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 445,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 765,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 110,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 405,
+ "y": 0,
+ "w": 765,
+ "h": 765
+ },
+ {
+ "x": 499,
+ "y": 0,
+ "w": 671,
+ "h": 765
+ },
+ {
+ "x": 774,
+ "y": 0,
+ "w": 383,
+ "h": 765
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 765
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“but, to be fair, what is peculiar is that”",
+ "id_str": "1716203652942381056",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652942381056",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISfbwAAcFAV.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 616,
+ "y": 326,
+ "h": 27,
+ "w": 27
+ },
+ {
+ "x": 206,
+ "y": 156,
+ "h": 122,
+ "w": 122
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1061,
+ "y": 561,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 355,
+ "y": 270,
+ "h": 210,
+ "w": 210
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 775,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 775,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 450,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 775,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 120,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 775,
+ "h": 775
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 775
+ },
+ {
+ "x": 127,
+ "y": 0,
+ "w": 388,
+ "h": 775
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 775
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“Vladimir Rudolfovich is not a journalist”",
+ "id_str": "1716203652938108928",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652938108928",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISeakAAyYH9.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 230,
+ "y": 122,
+ "h": 134,
+ "w": 134
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 396,
+ "y": 211,
+ "h": 231,
+ "w": 231
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 762,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 762,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 443,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 762,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 107,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 57,
+ "y": 0,
+ "w": 762,
+ "h": 762
+ },
+ {
+ "x": 104,
+ "y": 0,
+ "w": 668,
+ "h": 762
+ },
+ {
+ "x": 248,
+ "y": 0,
+ "w": 381,
+ "h": 762
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 762
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“This is something bigger than journalism!”",
+ "id_str": "1716203652929785856",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652929785856",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuIScbkAAUH5D.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 445,
+ "y": 94,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 137,
+ "y": 144,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 767,
+ "y": 162,
+ "h": 114,
+ "w": 114
+ },
+ {
+ "x": 236,
+ "y": 249,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 752,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 752,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 437,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 752,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 97,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 178,
+ "y": 0,
+ "w": 752,
+ "h": 752
+ },
+ {
+ "x": 224,
+ "y": 0,
+ "w": 660,
+ "h": 752
+ },
+ {
+ "x": 366,
+ "y": 0,
+ "w": 376,
+ "h": 752
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 752
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/ASwQ9oDHcF",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1716203656943673745/photo/1",
+ "ext_alt_text": "“Solovyov is our modern-day Soviet Information Bureau”",
+ "id_str": "1716203652942282752",
+ "indices": [
+ 85,
+ 108
+ ],
+ "media_key": "3_1716203652942282752",
+ "media_url_https": "https://pbs.twimg.com/media/F9EuISfaQAA2b6D.jpg",
+ "type": "photo",
+ "url": "https://t.co/ASwQ9oDHcF",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 111,
+ "h": 98,
+ "w": 98
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 514,
+ "y": 191,
+ "h": 169,
+ "w": 169
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 765,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 765,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 445,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 765,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 110,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 405,
+ "y": 0,
+ "w": 765,
+ "h": 765
+ },
+ {
+ "x": 499,
+ "y": 0,
+ "w": 671,
+ "h": 765
+ },
+ {
+ "x": 774,
+ "y": 0,
+ "w": 383,
+ "h": 765
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 765
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 78,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews Right. So what you’re saying is, Solovyov is a Kremlin propagandist. https://t.co/ASwQ9oDHcF",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1716196280295182766",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 0,
+ "retweet_count": 14,
+ "retweeted": false,
+ "user_id_str": "1419248815",
+ "id_str": "1716203656943673745"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:31:30 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 81
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/YJyWQrZdTr",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739775975439896831/photo/1",
+ "ext_alt_text": "“It’s very awkward, because - who am I?”",
+ "id_str": "1739775970683518976",
+ "indices": [
+ 82,
+ 105
+ ],
+ "media_key": "3_1739775970683518976",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtBxFaAAAc8wh.jpg",
+ "type": "photo",
+ "url": "https://t.co/YJyWQrZdTr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 136,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 746,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 65,
+ "y": 0,
+ "w": 746,
+ "h": 746
+ },
+ {
+ "x": 111,
+ "y": 0,
+ "w": 654,
+ "h": 746
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 373,
+ "h": 746
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 746
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twitter.com/vladaknowlton/…",
+ "expanded_url": "https://twitter.com/vladaknowlton/status/1716203656943673745?s=46&t=O47zmhoVVU2XZxjT5_t0FA",
+ "url": "https://t.co/ThvbkUyIvb",
+ "indices": [
+ 58,
+ 81
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/YJyWQrZdTr",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739775975439896831/photo/1",
+ "ext_alt_text": "“It’s very awkward, because - who am I?”",
+ "id_str": "1739775970683518976",
+ "indices": [
+ 82,
+ 105
+ ],
+ "media_key": "3_1739775970683518976",
+ "media_url_https": "https://pbs.twimg.com/media/GCTtBxFaAAAc8wh.jpg",
+ "type": "photo",
+ "url": "https://t.co/YJyWQrZdTr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 136,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 489,
+ "y": 234,
+ "h": 139,
+ "w": 139
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 746,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 746,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 65,
+ "y": 0,
+ "w": 746,
+ "h": 746
+ },
+ {
+ "x": 111,
+ "y": 0,
+ "w": 654,
+ "h": 746
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 373,
+ "h": 746
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 746
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 49,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews A “modern-day Soviet Information Bureau”?\nhttps://t.co/ThvbkUyIvb https://t.co/YJyWQrZdTr",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1716203656943673745",
+ "quoted_status_permalink": {
+ "url": "https://t.co/ThvbkUyIvb",
+ "expanded": "https://twitter.com/vladaknowlton/status/1716203656943673745?s=46&t=O47zmhoVVU2XZxjT5_t0FA",
+ "display": "twitter.com/vladaknowlton/…"
+ },
+ "reply_count": 1,
+ "retweet_count": 11,
+ "retweeted": false,
+ "user_id_str": "1419248815",
+ "id_str": "1739775975439896831"
}
}
}
@@ -9404,8 +7765,8 @@
}
},
{
- "entryId": "tweet-1719740869002010753",
- "sortIndex": "1719749859424075759",
+ "entryId": "tweet-1739774843439239444",
+ "sortIndex": "1739819664587882484",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -9415,7 +7776,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719740869002010753",
+ "rest_id": "1739774843439239444",
"core": {
"user_results": {
"result": {
@@ -9439,16 +7800,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 274857,
- "followers_count": 248445,
- "friends_count": 2545,
+ "favourites_count": 281557,
+ "followers_count": 247265,
+ "friends_count": 2551,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2446,
+ "listed_count": 2418,
"location": "Washington, DC",
- "media_count": 2111,
+ "media_count": 2202,
"name": "John Sipher",
- "normal_followers_count": 248445,
+ "normal_followers_count": 247265,
"pinned_tweet_ids_str": [
"1487082405970288646"
],
@@ -9457,7 +7818,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1589241979698925568/E7yUu08y_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "john_sipher",
- "statuses_count": 80948,
+ "statuses_count": 82474,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -9469,9 +7830,825 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719740869002010753"
+ "1739774843439239444"
],
- "editable_until_msecs": "1698856749067",
+ "editable_until_msecs": "1703633220000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "10342",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739437578103971883",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjg4ODU1MDUzMzY5OTI1NjMy",
+ "rest_id": "1288855053369925632",
+ "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 30 15:12:57 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Cranky old man.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 57266,
+ "followers_count": 2315,
+ "friends_count": 5001,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11,
+ "location": "",
+ "media_count": 1459,
+ "name": "Yarg Barkley",
+ "normal_followers_count": 2315,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1556440628623355904/IxEqUxMA_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BarkleyYarg",
+ "statuses_count": 30935,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/fcy7OfBXOn",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Former President Trump on Monday vowed to replace the Affordable Care Act (ACA) with his own “much better” alternative program, reviving his push to slash the now-popular healthcare option used by...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.yahoo.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 570,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?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/1737334936514752512/-xZpCd4B?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "7309052",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?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/1737334936514752512/-xZpCd4B?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "yahoo.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 17,
+ "green": 11,
+ "red": 11
+ },
+ "percentage": 43.79
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 39,
+ "red": 43
+ },
+ "percentage": 29.2
+ },
+ {
+ "rgb": {
+ "blue": 199,
+ "green": 176,
+ "red": 174
+ },
+ "percentage": 7.93
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 65,
+ "red": 101
+ },
+ "percentage": 4.05
+ },
+ {
+ "rgb": {
+ "blue": 63,
+ "green": 28,
+ "red": 27
+ },
+ "percentage": 2.37
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Trump vows to replace ObamaCare with his own alternative",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 17,
+ "green": 11,
+ "red": 11
+ },
+ "percentage": 43.79
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 39,
+ "red": 43
+ },
+ "percentage": 29.2
+ },
+ {
+ "rgb": {
+ "blue": 199,
+ "green": 176,
+ "red": 174
+ },
+ "percentage": 7.93
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 65,
+ "red": 101
+ },
+ "percentage": 4.05
+ },
+ {
+ "rgb": {
+ "blue": 63,
+ "green": 28,
+ "red": 27
+ },
+ "percentage": 2.37
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?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/1737334936514752512/-xZpCd4B?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 17,
+ "green": 11,
+ "red": 11
+ },
+ "percentage": 43.79
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 39,
+ "red": 43
+ },
+ "percentage": 29.2
+ },
+ {
+ "rgb": {
+ "blue": 199,
+ "green": 176,
+ "red": 174
+ },
+ "percentage": 7.93
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 65,
+ "red": 101
+ },
+ "percentage": 4.05
+ },
+ {
+ "rgb": {
+ "blue": 63,
+ "green": 28,
+ "red": 27
+ },
+ "percentage": 2.37
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/fcy7OfBXOn",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 505,
+ "width": 900,
+ "url": "https://pbs.twimg.com/card_img/1737334936514752512/-xZpCd4B?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/fcy7OfBXOn",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3MzA5MDUy",
+ "rest_id": "7309052",
+ "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": "Sat Jul 07 06:52:31 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Top stories. Trusted sources. Your window to the news that matters most to you. Download our app here: https://t.co/aOTqWBhwuB",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "yhoo.it/2mYfv0V",
+ "expanded_url": "http://yhoo.it/2mYfv0V",
+ "url": "https://t.co/aOTqWBhwuB",
+ "indices": [
+ 103,
+ 126
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "news.yahoo.com",
+ "expanded_url": "https://news.yahoo.com",
+ "url": "https://t.co/Wi4rjphABy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 338,
+ "followers_count": 1072470,
+ "friends_count": 2305,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 13246,
+ "location": "New York City",
+ "media_count": 124366,
+ "name": "Yahoo News",
+ "normal_followers_count": 1072470,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/7309052/1642447044",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1176155649547350017/PgDayX_-_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "YahooNews",
+ "statuses_count": 279318,
+ "translator_type": "none",
+ "url": "https://t.co/Wi4rjphABy",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739437578103971883"
+ ],
+ "editable_until_msecs": "1703552810000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "28818",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 00:06:50 +0000 2023",
+ "conversation_id_str": "1739437578103971883",
+ "display_text_range": [
+ 0,
+ 218
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "yahoo.com/news/trump-vow…",
+ "expanded_url": "https://www.yahoo.com/news/trump-vows-replace-obamacare-own-220922715.html",
+ "url": "https://t.co/fcy7OfBXOn",
+ "indices": [
+ 195,
+ 218
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 664,
+ "favorited": false,
+ "full_text": "What? Running the same con again?\n\n\" I will come up with a much better, and less expensive, alternative! People will be happy, not sad!\"\n\nTrump vows to replace ObamaCare with his own alternative\nhttps://t.co/fcy7OfBXOn",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 44,
+ "reply_count": 523,
+ "retweet_count": 171,
+ "retweeted": false,
+ "user_id_str": "1288855053369925632",
+ "id_str": "1739437578103971883"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:27:00 +0000 2023",
+ "conversation_id_str": "1739774843439239444",
+ "display_text_range": [
+ 0,
+ 0
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/zFM0seYNym",
+ "expanded_url": "https://twitter.com/john_sipher/status/1739774843439239444/photo/1",
+ "ext_alt_text": "First Try GIF",
+ "id_str": "1739774837487525888",
+ "indices": [
+ 0,
+ 23
+ ],
+ "media_key": "16_1739774837487525888",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GCTr_zmbYAA2ckP.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/zFM0seYNym",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 144,
+ "w": 144,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 144,
+ "width": 400,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 25,
+ 9
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GCTr_zmbYAA2ckP.mp4"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/zFM0seYNym",
+ "expanded_url": "https://twitter.com/john_sipher/status/1739774843439239444/photo/1",
+ "ext_alt_text": "First Try GIF",
+ "id_str": "1739774837487525888",
+ "indices": [
+ 0,
+ 23
+ ],
+ "media_key": "16_1739774837487525888",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GCTr_zmbYAA2ckP.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/zFM0seYNym",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 144,
+ "w": 400,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 144,
+ "w": 144,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 144,
+ "width": 400,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 25,
+ 9
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GCTr_zmbYAA2ckP.mp4"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 29,
+ "favorited": false,
+ "full_text": "https://t.co/zFM0seYNym",
+ "is_quote_status": true,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1739437578103971883",
+ "quoted_status_permalink": {
+ "url": "https://t.co/bQ2auHiXwM",
+ "expanded": "https://twitter.com/barkleyyarg/status/1739437578103971883",
+ "display": "twitter.com/barkleyyarg/st…"
+ },
+ "reply_count": 2,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "884578187392544769",
+ "id_str": "1739774843439239444"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739774593861292517",
+ "sortIndex": "1739819664587882483",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739774593861292517",
+ "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": 281557,
+ "followers_count": 247265,
+ "friends_count": 2551,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2418,
+ "location": "Washington, DC",
+ "media_count": 2202,
+ "name": "John Sipher",
+ "normal_followers_count": 247265,
+ "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": 82474,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739774593861292517"
+ ],
+ "editable_until_msecs": "1703633161282",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -9483,83 +8660,81 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:39:09 +0000 2023",
- "conversation_id_str": "1719740869002010753",
+ "created_at": "Tue Dec 26 22:26:01 +0000 2023",
+ "conversation_id_str": "1739774593861292517",
"display_text_range": [
0,
- 140
+ 71
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "1338994562090602497",
- "name": "Secretary of Defense Lloyd J. Austin III",
- "screen_name": "SecDef",
+ "id_str": "282619516",
+ "name": "Doc ",
+ "screen_name": "DocAtCDI",
"indices": [
3,
- 10
+ 12
]
}
- ],
- "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…",
+ "full_text": "RT @DocAtCDI: apart from It's ok\nwhat other death threats\ndo women use?",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 1780,
+ "retweet_count": 35,
"retweeted": false,
"user_id_str": "884578187392544769",
- "id_str": "1719740869002010753",
+ "id_str": "1739774593861292517",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719485452074238206",
+ "rest_id": "1739731055920255014",
"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"
- }
- },
+ "id": "VXNlcjoyODI2MTk1MTY=",
+ "rest_id": "282619516",
+ "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": false,
- "created_at": "Tue Dec 15 23:49:21 +0000 2020",
- "default_profile": true,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Apr 15 15:22:25 +0000 2011",
+ "default_profile": false,
"default_profile_image": false,
- "description": "28th United States Secretary of Defense",
+ "description": "Tweeting smiles\n\nShare them!\n\nPatreon: free longer content\n\nPG in the daylight discretion after dark\n\nhttps://t.co/Q2v9b1OCHq\n\nsocials I'm on are all @DocAtCDI",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "docatcdi.com",
+ "expanded_url": "http://docatcdi.com",
+ "url": "https://t.co/Q2v9b1OCHq",
+ "indices": [
+ 102,
+ 125
+ ]
+ }
+ ]
},
"url": {
"urls": [
{
- "display_url": "defense.gov",
- "expanded_url": "https://www.defense.gov/",
- "url": "https://t.co/O1OZ1VfI2N",
+ "display_url": "patreon.com/DocAtCDI",
+ "expanded_url": "https://www.patreon.com/DocAtCDI",
+ "url": "https://t.co/gpBPqLMJl8",
"indices": [
0,
23
@@ -9569,34 +8744,40 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 136,
- "followers_count": 645674,
- "friends_count": 205,
+ "favourites_count": 493728,
+ "followers_count": 55767,
+ "friends_count": 55988,
"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": [],
+ "listed_count": 230,
+ "location": "Greater Flint, Michigan, USA",
+ "media_count": 30766,
+ "name": "Doc ",
+ "normal_followers_count": 55767,
+ "pinned_tweet_ids_str": [
+ "1739511502296531042"
+ ],
"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_image_url_https": "https://pbs.twimg.com/profile_images/1558320471799742465/dwW0OAv9_normal.png",
"profile_interstitial_type": "",
- "screen_name": "SecDef",
- "statuses_count": 4034,
+ "screen_name": "DocAtCDI",
+ "statuses_count": 165709,
"translator_type": "none",
- "url": "https://t.co/O1OZ1VfI2N",
+ "url": "https://t.co/gpBPqLMJl8",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1466860039252193282",
+ "rest_id": "1591957368916611074",
"professional_type": "Creator",
- "category": []
+ "category": [
+ {
+ "id": 15,
+ "name": "Entertainment & Recreation",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
}
@@ -9604,200 +8785,45 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719485452074238206"
+ "1739731055920255014"
],
- "editable_until_msecs": "1698795852000",
+ "editable_until_msecs": "1703622781000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "153826",
+ "count": "24897",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "PunsByDoc",
"legacy": {
- "bookmark_count": 35,
+ "bookmark_count": 14,
"bookmarked": false,
- "created_at": "Tue Oct 31 22:44:12 +0000 2023",
- "conversation_id_str": "1719485452074238206",
+ "created_at": "Tue Dec 26 19:33:01 +0000 2023",
+ "conversation_id_str": "1739731055920255014",
"display_text_range": [
0,
- 246
+ 57
],
"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": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "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,
+ "favorite_count": 395,
"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",
+ "full_text": "apart from It's ok\nwhat other death threats\ndo women use?",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 68,
- "reply_count": 747,
- "retweet_count": 1780,
+ "quote_count": 11,
+ "reply_count": 215,
+ "retweet_count": 35,
"retweeted": false,
- "user_id_str": "1338994562090602497",
- "id_str": "1719485452074238206"
+ "user_id_str": "282619516",
+ "id_str": "1739731055920255014"
}
}
}
@@ -9818,8 +8844,8 @@
}
},
{
- "entryId": "tweet-1719740826236936471",
- "sortIndex": "1719749859424075758",
+ "entryId": "tweet-1739774124396843387",
+ "sortIndex": "1739819664587882482",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -9829,24 +8855,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719740826236936471",
+ "rest_id": "1739774124396843387",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"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": "Mon Jun 15 21:50:27 +0000 2009",
+ "created_at": "Sat Jan 16 01:34:50 +0000 2010",
"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",
+ "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": []
@@ -9854,9 +8880,9 @@
"url": {
"urls": [
{
- "display_url": "diplomatic.substack.com",
- "expanded_url": "https://diplomatic.substack.com/",
- "url": "https://t.co/VBjgdai1Rl",
+ "display_url": "thedailybeast.com/author/julia-d…",
+ "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
+ "url": "https://t.co/jkgE3TNxS4",
"indices": [
0,
23
@@ -9866,41 +8892,30 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 221,
- "followers_count": 174844,
- "friends_count": 9890,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4581,
- "location": "Washington, D.C.",
- "media_count": 6590,
- "name": "Laura Rozen",
- "normal_followers_count": 174844,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
"pinned_tweet_ids_str": [
- "994000925793628160"
+ "1528031848240140288"
],
"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_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": "lrozen",
- "statuses_count": 541791,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
- "url": "https://t.co/VBjgdai1Rl",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1587536294372155392",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
}
}
}
@@ -9908,9 +8923,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719740826236936471"
+ "1739774124396843387"
],
- "editable_until_msecs": "1698856738871",
+ "editable_until_msecs": "1703633049353",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -9918,64 +8933,1032 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for iPad",
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:38:58 +0000 2023",
- "conversation_id_str": "1719740826236936471",
+ "created_at": "Tue Dec 26 22:24:09 +0000 2023",
+ "conversation_id_str": "1739774124396843387",
"display_text_range": [
0,
- 139
+ 81
],
"entities": {
- "user_mentions": [
+ "hashtags": [],
+ "media": [
{
- "id_str": "1570665384",
- "name": "Siavash Ardalan",
- "screen_name": "BBCArdalan",
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will be on YouTube, we will be monetized!”",
+ "id_str": "1739773907144785920",
"indices": [
- 3,
- 14
- ]
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907144785920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpzbwAA1hVv.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 262,
+ "y": 102,
+ "h": 88,
+ "w": 88
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 747,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 747,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 747,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 92,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 747,
+ "h": 747
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 655,
+ "h": 747
+ },
+ {
+ "x": 134,
+ "y": 0,
+ "w": 374,
+ "h": 747
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 747
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will corrupt and kill your youth!”",
+ "id_str": "1739773907102785536",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907102785536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJppa4AAs7Wx.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 104,
+ "h": 83,
+ "w": 83
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 441,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 759,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 104,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 117,
+ "y": 0,
+ "w": 759,
+ "h": 759
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 666,
+ "h": 759
+ },
+ {
+ "x": 306,
+ "y": 0,
+ "w": 380,
+ "h": 759
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 759
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“And there’s nothing that can be done to them!”",
+ "id_str": "1739773907132104704",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907132104704",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwaQAAEm8K.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 264,
+ "y": 105,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 427,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 735,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 80,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 13,
+ "y": 0,
+ "w": 735,
+ "h": 735
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 645,
+ "h": 735
+ },
+ {
+ "x": 196,
+ "y": 0,
+ "w": 368,
+ "h": 735
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 735
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "id_str": "1739773907132194816",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907132194816",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwboAAQhuo.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 383,
+ "width": 680,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
+ },
+ {
+ "x": 268,
+ "y": 0,
+ "w": 383,
+ "h": 383
+ },
+ {
+ "x": 291,
+ "y": 0,
+ "w": 336,
+ "h": 383
+ },
+ {
+ "x": 363,
+ "y": 0,
+ "w": 192,
+ "h": 383
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 383
+ }
+ ]
+ }
}
],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": [
+ {
+ "id_str": "1419248815",
+ "name": "Vlada Knowlton 🇺🇦",
+ "screen_name": "VladaKnowlton",
+ "indices": [
+ 3,
+ 17
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 19,
+ 34
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will be on YouTube, we will be monetized!”",
+ "id_str": "1739773907144785920",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907144785920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpzbwAA1hVv.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 262,
+ "y": 102,
+ "h": 88,
+ "w": 88
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 747,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 747,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 434,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 747,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 92,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 747,
+ "h": 747
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 655,
+ "h": 747
+ },
+ {
+ "x": 134,
+ "y": 0,
+ "w": 374,
+ "h": 747
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 747
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will corrupt and kill your youth!”",
+ "id_str": "1739773907102785536",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907102785536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJppa4AAs7Wx.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 104,
+ "h": 83,
+ "w": 83
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 441,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 759,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 104,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 117,
+ "y": 0,
+ "w": 759,
+ "h": 759
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 666,
+ "h": 759
+ },
+ {
+ "x": 306,
+ "y": 0,
+ "w": 380,
+ "h": 759
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 759
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“And there’s nothing that can be done to them!”",
+ "id_str": "1739773907132104704",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907132104704",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwaQAAEm8K.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 264,
+ "y": 105,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 427,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 735,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 80,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 13,
+ "y": 0,
+ "w": 735,
+ "h": 735
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 645,
+ "h": 735
+ },
+ {
+ "x": 196,
+ "y": 0,
+ "w": 368,
+ "h": 735
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 735
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "id_str": "1739773907132194816",
+ "indices": [
+ 58,
+ 81
+ ],
+ "media_key": "3_1739773907132194816",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwboAAQhuo.jpg",
+ "source_status_id_str": "1739773915822739689",
+ "source_user_id_str": "1419248815",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 383,
+ "width": 680,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
+ },
+ {
+ "x": 268,
+ "y": 0,
+ "w": 383,
+ "h": 383
+ },
+ {
+ "x": 291,
+ "y": 0,
+ "w": 336,
+ "h": 383
+ },
+ {
+ "x": 363,
+ "y": 0,
+ "w": 192,
+ "h": 383
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 383
+ }
+ ]
+ }
+ }
+ ]
},
"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…",
+ "full_text": "RT @VladaKnowlton: @JuliaDavisNews old man yells at cloud https://t.co/q2qeKcRYvv",
"is_quote_status": false,
"lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 68,
+ "retweet_count": 17,
"retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1719740826236936471",
+ "user_id_str": "105327432",
+ "id_str": "1739774124396843387",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719724681001931153",
+ "rest_id": "1739773915822739689",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTcwNjY1Mzg0",
- "rest_id": "1570665384",
+ "id": "VXNlcjoxNDE5MjQ4ODE1",
+ "rest_id": "1419248815",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": false,
- "created_at": "Fri Jul 05 14:56:14 +0000 2013",
- "default_profile": true,
+ "created_at": "Fri May 10 22:41:32 +0000 2013",
+ "default_profile": false,
"default_profile_image": false,
- "description": "BBC Persian/World Senior Reporter covering environmental news & the climate crisis, with a focus on Iran.\nعشقم محیط زیست. سرگرمیم سیاست",
+ "description": "She/her. Filmmaker “The Most Dangerous Year”, “Well Actually”, “Having It All”. PhD in Cog Sci from Brown. I smile as much as men do.",
"entities": {
"description": {
"urls": []
@@ -9983,9 +9966,9 @@
"url": {
"urls": [
{
- "display_url": "facebook.com/siavash.ardalan",
- "expanded_url": "https://www.facebook.com/siavash.ardalan",
- "url": "https://t.co/t5bsyuxCB5",
+ "display_url": "themostdangerousyear.com",
+ "expanded_url": "http://themostdangerousyear.com",
+ "url": "https://t.co/64wAOfKKgb",
"indices": [
0,
23
@@ -9995,30 +9978,41 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 25107,
- "followers_count": 54300,
- "friends_count": 1007,
+ "favourites_count": 29700,
+ "followers_count": 3479,
+ "friends_count": 1936,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 260,
- "location": "London",
- "media_count": 2659,
- "name": "Siavash Ardalan",
- "normal_followers_count": 54300,
+ "listed_count": 51,
+ "location": "Seattle",
+ "media_count": 2660,
+ "name": "Vlada Knowlton 🇺🇦",
+ "normal_followers_count": 3479,
"pinned_tweet_ids_str": [
- "1456384037623324681"
+ "1578131619915137027"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1419248815/1604768204",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1663659098645364736/3mCe5p-8_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "BBCArdalan",
- "statuses_count": 26485,
+ "screen_name": "VladaKnowlton",
+ "statuses_count": 24703,
"translator_type": "none",
- "url": "https://t.co/t5bsyuxCB5",
+ "url": "https://t.co/64wAOfKKgb",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1473542354288078848",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 950,
+ "name": "Film Director",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
}
@@ -10026,41 +10020,43 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719724681001931153"
+ "1739773915822739689"
],
- "editable_until_msecs": "1698852889000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703632999000",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "12001",
+ "count": "22311",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 6,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:34:49 +0000 2023",
- "conversation_id_str": "1719724681001931153",
+ "created_at": "Tue Dec 26 22:23:19 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
"display_text_range": [
- 0,
- 278
+ 16,
+ 38
],
"entities": {
+ "hashtags": [],
"media": [
{
- "display_url": "pic.twitter.com/VnnCB6vraa",
- "expanded_url": "https://twitter.com/BBCArdalan/status/1719724681001931153/photo/1",
- "id_str": "1719724675255660544",
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will be on YouTube, we will be monetized!”",
+ "id_str": "1739773907144785920",
"indices": [
- 279,
- 302
+ 39,
+ 62
],
- "media_key": "3_1719724675255660544",
- "media_url_https": "https://pbs.twimg.com/media/F92wewwWcAAegce.jpg",
+ "media_key": "3_1739773907144785920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpzbwAA1hVv.jpg",
"type": "photo",
- "url": "https://t.co/VnnCB6vraa",
+ "url": "https://t.co/q2qeKcRYvv",
"ext_media_availability": {
"status": "Available"
},
@@ -10068,82 +10064,58 @@
"large": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
},
"medium": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
},
"small": {
"faces": [
{
- "x": 379,
- "y": 125,
- "h": 192,
- "w": 192
- },
- {
- "x": 180,
- "y": 156,
- "h": 245,
- "w": 245
+ "x": 262,
+ "y": 102,
+ "h": 88,
+ "w": 88
}
]
},
"orig": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
}
},
"sizes": {
"large": {
- "h": 1200,
- "w": 1080,
+ "h": 747,
+ "w": 1170,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 1080,
+ "h": 747,
+ "w": 1170,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 612,
+ "h": 434,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10153,62 +10125,423 @@
}
},
"original_info": {
- "height": 1200,
- "width": 1080,
+ "height": 747,
+ "width": 1170,
"focus_rects": [
{
"x": 0,
- "y": 208,
- "w": 1080,
- "h": 605
+ "y": 92,
+ "w": 1170,
+ "h": 655
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1080
+ "w": 747,
+ "h": 747
},
{
"x": 0,
"y": 0,
- "w": 1053,
- "h": 1200
+ "w": 655,
+ "h": 747
},
{
- "x": 210,
+ "x": 134,
"y": 0,
- "w": 600,
- "h": 1200
+ "w": 374,
+ "h": 747
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1200
+ "w": 1170,
+ "h": 747
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will corrupt and kill your youth!”",
+ "id_str": "1739773907102785536",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907102785536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJppa4AAs7Wx.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 104,
+ "h": 83,
+ "w": 83
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 441,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 759,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 104,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 117,
+ "y": 0,
+ "w": 759,
+ "h": 759
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 666,
+ "h": 759
+ },
+ {
+ "x": 306,
+ "y": 0,
+ "w": 380,
+ "h": 759
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 759
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“And there’s nothing that can be done to them!”",
+ "id_str": "1739773907132104704",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907132104704",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwaQAAEm8K.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 264,
+ "y": 105,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 427,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 735,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 80,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 13,
+ "y": 0,
+ "w": 735,
+ "h": 735
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 645,
+ "h": 735
+ },
+ {
+ "x": 196,
+ "y": 0,
+ "w": 368,
+ "h": 735
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 735
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "id_str": "1739773907132194816",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907132194816",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwboAAQhuo.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 383,
+ "width": 680,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
+ },
+ {
+ "x": 268,
+ "y": 0,
+ "w": 383,
+ "h": 383
+ },
+ {
+ "x": 291,
+ "y": 0,
+ "w": 336,
+ "h": 383
+ },
+ {
+ "x": 363,
+ "y": 0,
+ "w": 192,
+ "h": 383
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 383
}
]
}
}
],
- "user_mentions": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/VnnCB6vraa",
- "expanded_url": "https://twitter.com/BBCArdalan/status/1719724681001931153/photo/1",
- "id_str": "1719724675255660544",
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will be on YouTube, we will be monetized!”",
+ "id_str": "1739773907144785920",
"indices": [
- 279,
- 302
+ 39,
+ 62
],
- "media_key": "3_1719724675255660544",
- "media_url_https": "https://pbs.twimg.com/media/F92wewwWcAAegce.jpg",
+ "media_key": "3_1739773907144785920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpzbwAA1hVv.jpg",
"type": "photo",
- "url": "https://t.co/VnnCB6vraa",
+ "url": "https://t.co/q2qeKcRYvv",
"ext_media_availability": {
"status": "Available"
},
@@ -10216,82 +10549,58 @@
"large": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
},
"medium": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
},
"small": {
"faces": [
{
- "x": 379,
- "y": 125,
- "h": 192,
- "w": 192
- },
- {
- "x": 180,
- "y": 156,
- "h": 245,
- "w": 245
+ "x": 262,
+ "y": 102,
+ "h": 88,
+ "w": 88
}
]
},
"orig": {
"faces": [
{
- "x": 670,
- "y": 222,
- "h": 339,
- "w": 339
- },
- {
- "x": 318,
- "y": 276,
- "h": 434,
- "w": 434
+ "x": 452,
+ "y": 177,
+ "h": 153,
+ "w": 153
}
]
}
},
"sizes": {
"large": {
- "h": 1200,
- "w": 1080,
+ "h": 747,
+ "w": 1170,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 1080,
+ "h": 747,
+ "w": 1170,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 612,
+ "h": 434,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10301,57 +10610,410 @@
}
},
"original_info": {
- "height": 1200,
- "width": 1080,
+ "height": 747,
+ "width": 1170,
"focus_rects": [
{
"x": 0,
- "y": 208,
- "w": 1080,
- "h": 605
+ "y": 92,
+ "w": 1170,
+ "h": 655
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1080
+ "w": 747,
+ "h": 747
},
{
"x": 0,
"y": 0,
- "w": 1053,
- "h": 1200
+ "w": 655,
+ "h": 747
},
{
- "x": 210,
+ "x": 134,
"y": 0,
- "w": 600,
- "h": 1200
+ "w": 374,
+ "h": 747
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1200
+ "w": 1170,
+ "h": 747
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“We will corrupt and kill your youth!”",
+ "id_str": "1739773907102785536",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907102785536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJppa4AAs7Wx.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 104,
+ "h": 83,
+ "w": 83
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 475,
+ "y": 180,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 759,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 441,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 759,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 104,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 117,
+ "y": 0,
+ "w": 759,
+ "h": 759
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 666,
+ "h": 759
+ },
+ {
+ "x": 306,
+ "y": 0,
+ "w": 380,
+ "h": 759
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 759
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "ext_alt_text": "“And there’s nothing that can be done to them!”",
+ "id_str": "1739773907132104704",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907132104704",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwaQAAEm8K.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 264,
+ "y": 105,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 455,
+ "y": 181,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 735,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 427,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 735,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 80,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 13,
+ "y": 0,
+ "w": 735,
+ "h": 735
+ },
+ {
+ "x": 58,
+ "y": 0,
+ "w": 645,
+ "h": 735
+ },
+ {
+ "x": 196,
+ "y": 0,
+ "w": 368,
+ "h": 735
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 735
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/q2qeKcRYvv",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739773915822739689/photo/1",
+ "id_str": "1739773907132194816",
+ "indices": [
+ 39,
+ 62
+ ],
+ "media_key": "3_1739773907132194816",
+ "media_url_https": "https://pbs.twimg.com/media/GCTrJpwboAAQhuo.jpg",
+ "type": "photo",
+ "url": "https://t.co/q2qeKcRYvv",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 357,
+ "y": 34,
+ "h": 201,
+ "w": 201
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 383,
+ "width": 680,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
+ },
+ {
+ "x": 268,
+ "y": 0,
+ "w": 383,
+ "h": 383
+ },
+ {
+ "x": 291,
+ "y": 0,
+ "w": 336,
+ "h": 383
+ },
+ {
+ "x": 363,
+ "y": 0,
+ "w": 192,
+ "h": 383
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 383
}
]
}
}
]
},
- "favorite_count": 152,
+ "favorite_count": 173,
"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",
+ "full_text": "@JuliaDavisNews old man yells at cloud https://t.co/q2qeKcRYvv",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 6,
- "reply_count": 6,
- "retweet_count": 68,
+ "quote_count": 3,
+ "reply_count": 4,
+ "retweet_count": 17,
"retweeted": false,
- "user_id_str": "1570665384",
- "id_str": "1719724681001931153"
+ "user_id_str": "1419248815",
+ "id_str": "1739773915822739689"
}
}
}
@@ -10372,8 +11034,8 @@
}
},
{
- "entryId": "tweet-1719739501755367457",
- "sortIndex": "1719749859424075757",
+ "entryId": "tweet-1739774080042098769",
+ "sortIndex": "1739819664587882481",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -10383,7 +11045,2699 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719739501755367457",
+ "rest_id": "1739774080042098769",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739774080042098769"
+ ],
+ "editable_until_msecs": "1703633038778",
+ "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": "Tue Dec 26 22:23:58 +0000 2023",
+ "conversation_id_str": "1739774080042098769",
+ "display_text_range": [
+ 0,
+ 74
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "35727524",
+ "name": "catherine daly",
+ "screen_name": "catherine_daly",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @catherine_daly: Is somebody beginning to feel a teensy bit irrelevant?",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/n0Xqg7NLFv",
+ "expanded": "https://twitter.com/JuliaDavisNews/status/1739753183243633015",
+ "display": "twitter.com/JuliaDavisNews…"
+ },
+ "reply_count": 0,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739774080042098769",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739774014917075285",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNTcyNzUyNA==",
+ "rest_id": "35727524",
+ "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 Apr 27 12:19:22 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "(Cuchi ) Bsc Pharm. Yoga Teacher, writer. I help people with #Fibromyalgia and #ChronicIllness. Insta for useful content.\n🇮🇪🇺🇦",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/Catherine_Daly",
+ "expanded_url": "https://linktr.ee/Catherine_Daly",
+ "url": "https://t.co/QPK2t8pi66",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4646,
+ "followers_count": 814,
+ "friends_count": 1009,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 32,
+ "location": "Dublin City, Ireland",
+ "media_count": 390,
+ "name": "catherine daly",
+ "normal_followers_count": 814,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/35727524/1414502619",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1527000746318782464/oqQTnOcm_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "catherine_daly",
+ "statuses_count": 5063,
+ "translator_type": "none",
+ "url": "https://t.co/QPK2t8pi66",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739774014917075285"
+ ],
+ "editable_until_msecs": "1703633023000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "19240",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739753183243633015",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/7IBE4ocPmg",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/ZIXrM53y8QQ",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=1200x627"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Vladimir Solovyov rages about the sinking of the Novocherkassk",
+ "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/7IBE4ocPmg",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 1
+ },
+ "percentage": 61.45
+ },
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 46,
+ "red": 32
+ },
+ "percentage": 7.27
+ },
+ {
+ "rgb": {
+ "blue": 249,
+ "green": 246,
+ "red": 130
+ },
+ "percentage": 6.84
+ },
+ {
+ "rgb": {
+ "blue": 192,
+ "green": 189,
+ "red": 191
+ },
+ "percentage": 2.56
+ },
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 130,
+ "red": 237
+ },
+ "percentage": 1.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?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/7IBE4ocPmg",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
+ "1739753183243633015"
+ ],
+ "editable_until_msecs": "1703628056000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "126081",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:00:56 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/ZIXrM53y8QQ",
+ "expanded_url": "https://youtu.be/ZIXrM53y8QQ",
+ "url": "https://t.co/7IBE4ocPmg",
+ "indices": [
+ 249,
+ 272
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 828,
+ "favorited": false,
+ "full_text": "Meanwhile in Russia: Vladimir Solovyov was beside himself over the sinking of the Novocherkassk. He blamed it on... a naked party! (ICYMI, see my earlier video). Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.\nhttps://t.co/7IBE4ocPmg",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 79,
+ "retweet_count": 209,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739753183243633015"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:23:43 +0000 2023",
+ "conversation_id_str": "1739774014917075285",
+ "display_text_range": [
+ 0,
+ 54
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 84,
+ "favorited": false,
+ "full_text": "Is somebody beginning to feel a teensy bit irrelevant?",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/n0Xqg7NLFv",
+ "expanded": "https://twitter.com/JuliaDavisNews/status/1739753183243633015",
+ "display": "twitter.com/JuliaDavisNews…"
+ },
+ "reply_count": 2,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "35727524",
+ "id_str": "1739774014917075285"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739773701267095938",
+ "sortIndex": "1739819664587882480",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739773701267095938",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739773701267095938"
+ ],
+ "editable_until_msecs": "1703632948471",
+ "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": "Tue Dec 26 22:22:28 +0000 2023",
+ "conversation_id_str": "1739773701267095938",
+ "display_text_range": [
+ 0,
+ 41
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1499244114466193409",
+ "name": "Steven Horrobin",
+ "screen_name": "StevenHorrobin",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @StevenHorrobin: The cope... it BURNS!",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/HGQC5BC1Z7",
+ "expanded": "https://twitter.com/JuliaDavisNews/status/1739753183243633015",
+ "display": "twitter.com/JuliaDavisNews…"
+ },
+ "reply_count": 0,
+ "retweet_count": 8,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739773701267095938",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739773615065768404",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk5MjQ0MTE0NDY2MTkzNDA5",
+ "rest_id": "1499244114466193409",
+ "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 03 04:44:56 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "PhD in Philosophy/Bioethics/Biogerontology. Recovering academic. MCA Yachtmaster Instructor. OSINT. Antique weapons. Diver. Rover. Nak Muay. Mariner⚓️. #NAFO 🦝",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 33248,
+ "followers_count": 1446,
+ "friends_count": 2063,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 8,
+ "location": "",
+ "media_count": 874,
+ "name": "Steven Horrobin",
+ "normal_followers_count": 1446,
+ "pinned_tweet_ids_str": [
+ "1667311156917153792"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1499244114466193409/1651270308",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1511617045183569925/hh3kQ_xc_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "StevenHorrobin",
+ "statuses_count": 21896,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739773615065768404"
+ ],
+ "editable_until_msecs": "1703632927000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "17773",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739753183243633015",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/7IBE4ocPmg",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/ZIXrM53y8QQ",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=1200x627"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Vladimir Solovyov rages about the sinking of the Novocherkassk",
+ "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/7IBE4ocPmg",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 1
+ },
+ "percentage": 61.45
+ },
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 46,
+ "red": 32
+ },
+ "percentage": 7.27
+ },
+ {
+ "rgb": {
+ "blue": 249,
+ "green": 246,
+ "red": 130
+ },
+ "percentage": 6.84
+ },
+ {
+ "rgb": {
+ "blue": 192,
+ "green": 189,
+ "red": 191
+ },
+ "percentage": 2.56
+ },
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 130,
+ "red": 237
+ },
+ "percentage": 1.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?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/7IBE4ocPmg",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
+ "1739753183243633015"
+ ],
+ "editable_until_msecs": "1703628056000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "126081",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:00:56 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/ZIXrM53y8QQ",
+ "expanded_url": "https://youtu.be/ZIXrM53y8QQ",
+ "url": "https://t.co/7IBE4ocPmg",
+ "indices": [
+ 249,
+ 272
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 828,
+ "favorited": false,
+ "full_text": "Meanwhile in Russia: Vladimir Solovyov was beside himself over the sinking of the Novocherkassk. He blamed it on... a naked party! (ICYMI, see my earlier video). Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.\nhttps://t.co/7IBE4ocPmg",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 79,
+ "retweet_count": 209,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739753183243633015"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:22:07 +0000 2023",
+ "conversation_id_str": "1739773615065768404",
+ "display_text_range": [
+ 0,
+ 21
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 73,
+ "favorited": false,
+ "full_text": "The cope... it BURNS!",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/HGQC5BC1Z7",
+ "expanded": "https://twitter.com/JuliaDavisNews/status/1739753183243633015",
+ "display": "twitter.com/JuliaDavisNews…"
+ },
+ "reply_count": 1,
+ "retweet_count": 8,
+ "retweeted": false,
+ "user_id_str": "1499244114466193409",
+ "id_str": "1739773615065768404"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739772817057427820",
+ "sortIndex": "1739819664587882479",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739772817057427820",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739772817057427820"
+ ],
+ "editable_until_msecs": "1703632737659",
+ "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": "Tue Dec 26 22:18:57 +0000 2023",
+ "conversation_id_str": "1739772817057427820",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1419248815",
+ "name": "Vlada Knowlton 🇺🇦",
+ "screen_name": "VladaKnowlton",
+ "indices": [
+ 3,
+ 17
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 19,
+ 34
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @VladaKnowlton: @JuliaDavisNews Solovyov reminding everyone that he’s the Kremlin’s top bought and paid for mouthpiece. https://t.co/xbl…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 12,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739772817057427820",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739772373526807006",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDE5MjQ4ODE1",
+ "rest_id": "1419248815",
+ "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 May 10 22:41:32 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "She/her. Filmmaker “The Most Dangerous Year”, “Well Actually”, “Having It All”. PhD in Cog Sci from Brown. I smile as much as men do.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "themostdangerousyear.com",
+ "expanded_url": "http://themostdangerousyear.com",
+ "url": "https://t.co/64wAOfKKgb",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 29700,
+ "followers_count": 3479,
+ "friends_count": 1936,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 51,
+ "location": "Seattle",
+ "media_count": 2660,
+ "name": "Vlada Knowlton 🇺🇦",
+ "normal_followers_count": 3479,
+ "pinned_tweet_ids_str": [
+ "1578131619915137027"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1419248815/1604768204",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1663659098645364736/3mCe5p-8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "VladaKnowlton",
+ "statuses_count": 24703,
+ "translator_type": "none",
+ "url": "https://t.co/64wAOfKKgb",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1473542354288078848",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 950,
+ "name": "Film Director",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739772373526807006"
+ ],
+ "editable_until_msecs": "1703632631000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "14893",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:17:11 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 103
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“Everything is being done to silence my words!”",
+ "id_str": "1739772369328386048",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369328386048",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI_bsAAE99l.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 377,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 437,
+ "y": 220,
+ "h": 30,
+ "w": 30
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 757,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 757,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 664,
+ "h": 757
+ },
+ {
+ "x": 132,
+ "y": 0,
+ "w": 379,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 757
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“Happily, the Kremlin has a different position!”",
+ "id_str": "1739772369311563776",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369311563776",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI7bAAA7jCG.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 434,
+ "y": 205,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 729,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 729,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 424,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 729,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 74,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 729,
+ "h": 729
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 639,
+ "h": 729
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 365,
+ "h": 729
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 729
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“That’s why I have this opportunity to broadcast”",
+ "id_str": "1739772369328373760",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369328373760",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI_bgAAMVAS.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 299,
+ "y": 108,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 738,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 738,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 429,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 738,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 83,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 244,
+ "y": 0,
+ "w": 738,
+ "h": 738
+ },
+ {
+ "x": 290,
+ "y": 0,
+ "w": 647,
+ "h": 738
+ },
+ {
+ "x": 429,
+ "y": 0,
+ "w": 369,
+ "h": 738
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 738
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“we have this channel - thanks for that!”",
+ "id_str": "1739772369336774656",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369336774656",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwJBbsAAARok.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 197,
+ "y": 104,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 298,
+ "y": 105,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 757,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 102,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 119,
+ "y": 0,
+ "w": 757,
+ "h": 757
+ },
+ {
+ "x": 165,
+ "y": 0,
+ "w": 664,
+ "h": 757
+ },
+ {
+ "x": 308,
+ "y": 0,
+ "w": 379,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 757
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“Everything is being done to silence my words!”",
+ "id_str": "1739772369328386048",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369328386048",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI_bsAAE99l.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 377,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 437,
+ "y": 220,
+ "h": 30,
+ "w": 30
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 100,
+ "y": 650,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 752,
+ "y": 379,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 757,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 757,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 664,
+ "h": 757
+ },
+ {
+ "x": 132,
+ "y": 0,
+ "w": 379,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 757
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“Happily, the Kremlin has a different position!”",
+ "id_str": "1739772369311563776",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369311563776",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI7bAAA7jCG.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 434,
+ "y": 205,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 748,
+ "y": 354,
+ "h": 62,
+ "w": 62
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 729,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 729,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 424,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 729,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 74,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 729,
+ "h": 729
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 639,
+ "h": 729
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 365,
+ "h": 729
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 729
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“That’s why I have this opportunity to broadcast”",
+ "id_str": "1739772369328373760",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369328373760",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwI_bgAAMVAS.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 299,
+ "y": 108,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 515,
+ "y": 187,
+ "h": 149,
+ "w": 149
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 738,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 738,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 429,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 738,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 83,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 244,
+ "y": 0,
+ "w": 738,
+ "h": 738
+ },
+ {
+ "x": 290,
+ "y": 0,
+ "w": 647,
+ "h": 738
+ },
+ {
+ "x": 429,
+ "y": 0,
+ "w": 369,
+ "h": 738
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 738
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/xbl3WQAu0q",
+ "expanded_url": "https://twitter.com/VladaKnowlton/status/1739772373526807006/photo/1",
+ "ext_alt_text": "“we have this channel - thanks for that!”",
+ "id_str": "1739772369336774656",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739772369336774656",
+ "media_url_https": "https://pbs.twimg.com/media/GCTpwJBbsAAARok.jpg",
+ "type": "photo",
+ "url": "https://t.co/xbl3WQAu0q",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 197,
+ "y": 104,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 298,
+ "y": 105,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 340,
+ "y": 179,
+ "h": 105,
+ "w": 105
+ },
+ {
+ "x": 513,
+ "y": 182,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 757,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 757,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 102,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 119,
+ "y": 0,
+ "w": 757,
+ "h": 757
+ },
+ {
+ "x": 165,
+ "y": 0,
+ "w": 664,
+ "h": 757
+ },
+ {
+ "x": 308,
+ "y": 0,
+ "w": 379,
+ "h": 757
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 757
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 66,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews Solovyov reminding everyone that he’s the Kremlin’s top bought and paid for mouthpiece. https://t.co/xbl3WQAu0q",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "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": "1419248815",
+ "id_str": "1739772373526807006"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739771885594828862",
+ "sortIndex": "1739819664587882478",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739771885594828862",
"core": {
"user_results": {
"result": {
@@ -10439,16 +13793,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 280,
- "followers_count": 2123384,
- "friends_count": 26,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 20142,
+ "listed_count": 20036,
"location": "Kyiv",
- "media_count": 3322,
+ "media_count": 3691,
"name": "The Kyiv Independent",
- "normal_followers_count": 2123384,
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
"1611768917151862784"
],
@@ -10457,7 +13811,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivIndependent",
- "statuses_count": 31758,
+ "statuses_count": 34451,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -10473,16 +13827,16 @@
}
},
"card": {
- "rest_id": "https://t.co/M7tMUtOh5F",
+ "rest_id": "https://t.co/iLUfXEFTsf",
"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"
+ "height": 361,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -10492,8 +13846,8 @@
"value": {
"image_value": {
"height": 150,
- "width": 220,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=280x150"
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -10501,7 +13855,7 @@
{
"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...",
+ "string_value": "Key developments on Dec. 26: * Russia confirms its landing ship hit by Ukrainian missile strike in occupied Crimea * Russian attack on Kherson railway station kills 1, injures 4 * Zaluzhnyi denies...",
"type": "STRING"
}
},
@@ -10517,8 +13871,8 @@
"value": {
"image_value": {
"height": 320,
- "width": 469,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=800x320_1"
+ "width": 571,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -10529,7 +13883,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -10538,9 +13892,9 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 699,
- "width": 1024,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=orig"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -10562,7 +13916,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -10571,9 +13925,9 @@
"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"
+ "height": 361,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -10582,9 +13936,9 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 68,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=100x100"
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -10593,9 +13947,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -10604,9 +13958,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -10625,7 +13979,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -10637,43 +13991,43 @@
"palette": [
{
"rgb": {
- "blue": 181,
- "green": 166,
- "red": 160
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 34.28
+ "percentage": 68.19
},
{
"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,
+ "blue": 48,
"green": 57,
- "red": 95
+ "red": 48
},
- "percentage": 4.74
+ "percentage": 7.48
+ },
+ {
+ "rgb": {
+ "blue": 37,
+ "green": 46,
+ "red": 108
+ },
+ "percentage": 7.3
+ },
+ {
+ "rgb": {
+ "blue": 45,
+ "green": 33,
+ "red": 31
+ },
+ "percentage": 4.41
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 61,
+ "red": 101
+ },
+ "percentage": 2.94
}
]
},
@@ -10683,7 +14037,7 @@
{
"key": "title",
"value": {
- "string_value": "Opinion: Why the Polish elections are good news for Ukraine",
+ "string_value": "Ukraine war latest: Russian landing ship hit by Ukrainian missile strike in occupied Crimea",
"type": "STRING"
}
},
@@ -10694,43 +14048,43 @@
"palette": [
{
"rgb": {
- "blue": 181,
- "green": 166,
- "red": 160
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 34.28
+ "percentage": 68.19
},
{
"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,
+ "blue": 48,
"green": 57,
- "red": 95
+ "red": 48
},
- "percentage": 4.74
+ "percentage": 7.48
+ },
+ {
+ "rgb": {
+ "blue": 37,
+ "green": 46,
+ "red": 108
+ },
+ "percentage": 7.3
+ },
+ {
+ "rgb": {
+ "blue": 45,
+ "green": 33,
+ "red": 31
+ },
+ "percentage": 4.41
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 61,
+ "red": 101
+ },
+ "percentage": 2.94
}
]
},
@@ -10741,9 +14095,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -10754,7 +14108,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719717603499794432/fLw7qNkD?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -10766,43 +14120,43 @@
"palette": [
{
"rgb": {
- "blue": 181,
- "green": 166,
- "red": 160
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 34.28
+ "percentage": 68.19
},
{
"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,
+ "blue": 48,
"green": 57,
- "red": 95
+ "red": 48
},
- "percentage": 4.74
+ "percentage": 7.48
+ },
+ {
+ "rgb": {
+ "blue": 37,
+ "green": 46,
+ "red": 108
+ },
+ "percentage": 7.3
+ },
+ {
+ "rgb": {
+ "blue": 45,
+ "green": 33,
+ "red": 31
+ },
+ "percentage": 4.41
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 61,
+ "red": 101
+ },
+ "percentage": 2.94
}
]
},
@@ -10813,9 +14167,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -10824,7 +14178,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/M7tMUtOh5F",
+ "string_value": "https://t.co/iLUfXEFTsf",
"type": "STRING"
}
},
@@ -10832,9 +14186,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -10852,7 +14206,7 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/M7tMUtOh5F",
+ "url": "https://t.co/iLUfXEFTsf",
"user_refs_results": [
{
"result": {
@@ -10908,16 +14262,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 280,
- "followers_count": 2123384,
- "friends_count": 26,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 20142,
+ "listed_count": 20036,
"location": "Kyiv",
- "media_count": 3322,
+ "media_count": 3691,
"name": "The Kyiv Independent",
- "normal_followers_count": 2123384,
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
"1611768917151862784"
],
@@ -10926,7 +14280,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivIndependent",
- "statuses_count": 31758,
+ "statuses_count": 34451,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -10949,56 +14303,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719739501755367457"
+ "1739771885594828862"
],
- "editable_until_msecs": "1698856423000",
+ "editable_until_msecs": "1703632515000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "38378",
+ "count": "87921",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 8,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:33:43 +0000 2023",
- "conversation_id_str": "1719739501755367457",
+ "created_at": "Tue Dec 26 22:15:15 +0000 2023",
+ "conversation_id_str": "1739771885594828862",
"display_text_range": [
0,
- 262
+ 275
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "kyivindependent.com/ukraine-war-la…",
+ "expanded_url": "https://kyivindependent.com/ukraine-war-latest-russia-confirms-its-landing-ship-hit-by-ukrainian-missile-strike-in-occupied-crimea/",
+ "url": "https://t.co/iLUfXEFTsf",
"indices": [
- 239,
- 262
+ 252,
+ 275
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 193,
+ "favorite_count": 635,
"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",
+ "full_text": "Russia confirmed its ship, Novocherkassk, docked at Feodosia in occupied Crimea, was hit by a Ukrainian missile strike; Russia attacked a Kherson railway station, killing 1; Zaluzhnyi denied requesting the mobilization of 500,000 conscripts; and more. https://t.co/iLUfXEFTsf",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 5,
- "retweet_count": 26,
+ "quote_count": 2,
+ "reply_count": 15,
+ "retweet_count": 107,
"retweeted": false,
"user_id_str": "1462548977367359490",
- "id_str": "1719739501755367457"
+ "id_str": "1739771885594828862"
}
}
},
@@ -11016,8 +14371,8 @@
}
},
{
- "entryId": "tweet-1719738878314053937",
- "sortIndex": "1719749859424075756",
+ "entryId": "tweet-1739770894413705654",
+ "sortIndex": "1739819664587882477",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -11027,24 +14382,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719738878314053937",
+ "rest_id": "1739770894413705654",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxOTAzODc2OA==",
- "rest_id": "19038768",
+ "id": "VXNlcjo0NTQwOTk5MTk=",
+ "rest_id": "454099919",
"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": true,
- "created_at": "Thu Jan 15 20:59:03 +0000 2009",
+ "can_media_tag": false,
+ "created_at": "Tue Jan 03 16:36:02 +0000 2012",
"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",
+ "description": "Professor of Political Science, Director of Freeman Spogli Institute & Hoover Senior Fellow all at Stanford University. U.S. Ambassador to Russia, 2012-2014.",
"entities": {
"description": {
"urls": []
@@ -11052,9 +14407,9 @@
"url": {
"urls": [
{
- "display_url": "politico.com",
- "expanded_url": "https://www.politico.com",
- "url": "https://t.co/qEdxnpRfys",
+ "display_url": "michaelmcfaul.substack.com",
+ "expanded_url": "https://michaelmcfaul.substack.com/",
+ "url": "https://t.co/Mdi9pqQ58Q",
"indices": [
0,
23
@@ -11064,27 +14419,346 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 30331,
- "followers_count": 66063,
- "friends_count": 6756,
+ "favourites_count": 46606,
+ "followers_count": 900854,
+ "friends_count": 2092,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1769,
- "location": "Washington, DC",
- "media_count": 9822,
- "name": "Kevin BareBones 💀🎃",
- "normal_followers_count": 66063,
+ "listed_count": 10476,
+ "location": "Stanford, California",
+ "media_count": 3445,
+ "name": "Michael McFaul",
+ "normal_followers_count": 900854,
"pinned_tweet_ids_str": [
- "1688555819250405376"
+ "1515923887720071168"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/454099919/1667071005",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1483538323368910851/gqSpEuaL_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "DefenseBaron",
- "statuses_count": 112941,
+ "screen_name": "McFaul",
+ "statuses_count": 122048,
"translator_type": "none",
- "url": "https://t.co/qEdxnpRfys",
+ "url": "https://t.co/Mdi9pqQ58Q",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739770894413705654"
+ ],
+ "editable_until_msecs": "1703632279000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "29902",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:11:19 +0000 2023",
+ "conversation_id_str": "1739770894413705654",
+ "display_text_range": [
+ 0,
+ 16
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/KtmuSeANTi",
+ "expanded_url": "https://twitter.com/McFaul/status/1739770894413705654/photo/1",
+ "id_str": "1739770793200918528",
+ "indices": [
+ 17,
+ 40
+ ],
+ "media_key": "3_1739770793200918528",
+ "media_url_https": "https://pbs.twimg.com/media/GCToUZdXIAA1fqr.jpg",
+ "type": "photo",
+ "url": "https://t.co/KtmuSeANTi",
+ "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": 389,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 512,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 701,
+ "y": 0,
+ "w": 1347,
+ "h": 1536
+ },
+ {
+ "x": 1100,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/KtmuSeANTi",
+ "expanded_url": "https://twitter.com/McFaul/status/1739770894413705654/photo/1",
+ "id_str": "1739770793200918528",
+ "indices": [
+ 17,
+ 40
+ ],
+ "media_key": "3_1739770793200918528",
+ "media_url_https": "https://pbs.twimg.com/media/GCToUZdXIAA1fqr.jpg",
+ "type": "photo",
+ "url": "https://t.co/KtmuSeANTi",
+ "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": 389,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 512,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 701,
+ "y": 0,
+ "w": 1347,
+ "h": 1536
+ },
+ {
+ "x": 1100,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 284,
+ "favorited": false,
+ "full_text": "Bye bye Bozeman. https://t.co/KtmuSeANTi",
+ "is_quote_status": false,
+ "lang": "ht",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 21,
+ "retweet_count": 12,
+ "retweeted": false,
+ "user_id_str": "454099919",
+ "id_str": "1739770894413705654"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739769874770006500",
+ "sortIndex": "1739819664587882476",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739769874770006500",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -11093,76 +14767,64 @@
}
},
"card": {
- "rest_id": "https://t.co/mDJcQDPYwv",
+ "rest_id": "https://t.co/1EJAvNHTyT",
"legacy": {
"binding_values": [
{
- "key": "photo_image_full_size_large",
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/lN0wrjTDkpM",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
"value": {
"image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419"
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=1200x627"
},
"type": "IMAGE"
}
},
{
- "key": "thumbnail_image",
+ "key": "player_image",
"value": {
"image_value": {
- "height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=280x150"
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=280x280"
},
"type": "IMAGE"
}
},
{
- "key": "description",
+ "key": "app_star_rating",
"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.",
+ "string_value": "4.6776",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_width",
+ "value": {
+ "string_value": "1280",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.politico.com",
+ "string_value": "www.youtube.com",
"type": "STRING"
}
},
{
- "key": "thumbnail_image_large",
+ "key": "app_is_free",
"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"
+ "string_value": "true",
+ "type": "STRING"
}
},
{
@@ -11171,300 +14833,148 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "9300262",
+ "id_str": "10228272",
"path": []
}
}
},
{
- "key": "photo_image_full_size_small",
+ "key": "player_image_original",
"value": {
"image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202"
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=orig"
},
"type": "IMAGE"
}
},
{
- "key": "summary_photo_image_large",
+ "key": "app_num_ratings",
"value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419"
- },
- "type": "IMAGE"
+ "string_value": "34,009,347",
+ "type": "STRING"
}
},
{
- "key": "thumbnail_image_small",
+ "key": "app_price_amount",
"value": {
- "image_value": {
- "height": 67,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=100x100"
- },
- "type": "IMAGE"
+ "string_value": "0.0",
+ "type": "STRING"
}
},
{
- "key": "creator",
+ "key": "player_height",
"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"
+ "string_value": "720",
+ "type": "STRING"
}
},
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "politico.com",
+ "string_value": "youtube.com",
"type": "STRING"
}
},
{
- "key": "photo_image_full_size",
+ "key": "app_name",
"value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=600x314"
- },
- "type": "IMAGE"
+ "string_value": "YouTube: Watch, Listen, Stream",
+ "type": "STRING"
}
},
{
- "key": "thumbnail_image_color",
+ "key": "player_image_small",
"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
- }
- ]
+ "image_value": {
+ "height": 108,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=144x144"
},
- "type": "IMAGE_COLOR"
+ "type": "IMAGE"
}
},
{
"key": "title",
"value": {
- "string_value": "U.S. discussing peacekeeping force for Gaza after Hamas falls, senators say",
+ "string_value": "State TV discusses Russia's holiday parties",
"type": "STRING"
}
},
{
- "key": "summary_photo_image_color",
+ "key": "app_price_currency",
"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"
+ "string_value": "USD",
+ "type": "STRING"
}
},
{
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/mDJcQDPYwv",
+ "string_value": "https://t.co/1EJAvNHTyT",
"type": "STRING"
}
},
{
- "key": "summary_photo_image_original",
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 0,
+ "green": 0,
+ "red": 0
+ },
+ "percentage": 59.24
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 131,
+ "red": 192
+ },
+ "percentage": 15.01
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 67,
+ "red": 102
+ },
+ "percentage": 4.46
+ },
+ {
+ "rgb": {
+ "blue": 58,
+ "green": 21,
+ "red": 21
+ },
+ "percentage": 3.69
+ },
+ {
+ "rgb": {
+ "blue": 97,
+ "green": 9,
+ "red": 52
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
"value": {
"image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig"
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -11481,45 +14991,35 @@
}
}
},
- "name": "summary_large_image",
- "url": "https://t.co/mDJcQDPYwv",
+ "name": "player",
+ "url": "https://t.co/1EJAvNHTyT",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjo5MzAwMjYy",
- "rest_id": "9300262",
+ "id": "VXNlcjoxMDIyODI3Mg==",
+ "rest_id": "10228272",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Circle",
+ "profile_image_shape": "Square",
"legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Mon Oct 08 00:29:38 +0000 2007",
+ "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": "Politics. Policy. Power.\nCongress nerds 👉 @politicongress \nLongreads and opinions 👉 @politicomag\nGot a news tip? 👉 https://t.co/JBzpu58Gx6",
+ "description": "like and subscribe.",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "politi.co/2LcOtt5",
- "expanded_url": "http://politi.co/2LcOtt5",
- "url": "https://t.co/JBzpu58Gx6",
- "indices": [
- 115,
- 138
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "politico.com",
- "expanded_url": "http://politico.com",
- "url": "https://t.co/scdhnZo75l",
+ "display_url": "youtube.com",
+ "expanded_url": "http://youtube.com",
+ "url": "https://t.co/bUisN3Y1A6",
"indices": [
0,
23
@@ -11529,120 +15029,29 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 189,
- "followers_count": 4604553,
- "friends_count": 1205,
+ "favourites_count": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 43888,
- "location": "Washington, D.C.",
- "media_count": 156493,
- "name": "POLITICO",
- "normal_followers_count": 4604553,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
"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_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": "politico",
- "statuses_count": 374879,
+ "screen_name": "YouTube",
+ "statuses_count": 57347,
"translator_type": "regular",
- "url": "https://t.co/scdhnZo75l",
+ "url": "https://t.co/bUisN3Y1A6",
"verified": false,
+ "verified_type": "Business",
"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"
- }
- ]
}
}
}
@@ -11652,9 +15061,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719738878314053937"
+ "1739769874770006500"
],
- "editable_until_msecs": "1698856274450",
+ "editable_until_msecs": "1703632036163",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -11662,66 +15071,67 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:31:14 +0000 2023",
- "conversation_id_str": "1719738878314053937",
+ "created_at": "Tue Dec 26 22:07:16 +0000 2023",
+ "conversation_id_str": "1739769874770006500",
"display_text_range": [
0,
- 139
+ 140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "49510236",
- "name": "Lara Seligman",
- "screen_name": "laraseligman",
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
"indices": [
3,
- 16
+ 18
]
}
- ],
- "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…",
+ "full_text": "RT @JuliaDavisNews: Meanwhile in Russia: state TV propagandists compare naked debauchery during holiday parties to Rasputin's orgies and wo…",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 10,
+ "retweet_count": 143,
"retweeted": false,
- "user_id_str": "19038768",
- "id_str": "1719738878314053937",
+ "user_id_str": "105327432",
+ "id_str": "1739769874770006500",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719736084609777927",
+ "rest_id": "1739355415614292398",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0OTUxMDIzNg==",
- "rest_id": "49510236",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"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": true,
- "created_at": "Mon Jun 22 02:36:02 +0000 2009",
+ "can_media_tag": false,
+ "created_at": "Sat Jan 16 01:34:50 +0000 2010",
"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",
+ "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": []
@@ -11729,9 +15139,9 @@
"url": {
"urls": [
{
- "display_url": "politico.com/staff/lara-sel…",
- "expanded_url": "https://www.politico.com/staff/lara-seligman",
- "url": "https://t.co/P49QGMEfBh",
+ "display_url": "thedailybeast.com/author/julia-d…",
+ "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
+ "url": "https://t.co/jkgE3TNxS4",
"indices": [
0,
23
@@ -11741,25 +15151,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13522,
- "followers_count": 76289,
- "friends_count": 2178,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"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": [],
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "pinned_tweet_ids_str": [
+ "1528031848240140288"
+ ],
"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_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": "laraseligman",
- "statuses_count": 29302,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
- "url": "https://t.co/P49QGMEfBh",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -11768,1640 +15180,214 @@
}
},
"card": {
- "rest_id": "https://t.co/mDJcQDPYwv",
+ "rest_id": "https://t.co/1EJAvNHTyT",
"legacy": {
"binding_values": [
{
- "key": "photo_image_full_size_large",
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/lN0wrjTDkpM",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
"value": {
"image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x419"
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=1200x627"
},
"type": "IMAGE"
}
},
{
- "key": "thumbnail_image",
+ "key": "player_image",
"value": {
"image_value": {
- "height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=280x150"
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=280x280"
},
"type": "IMAGE"
}
},
{
- "key": "description",
+ "key": "app_star_rating",
"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.",
+ "string_value": "4.6776",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_width",
+ "value": {
+ "string_value": "1280",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.politico.com",
+ "string_value": "www.youtube.com",
"type": "STRING"
}
},
{
- "key": "thumbnail_image_large",
+ "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": 320,
+ "height": 360,
"width": 480,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=800x320_1"
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=orig"
},
"type": "IMAGE"
}
},
{
- "key": "summary_photo_image_small",
+ "key": "app_num_ratings",
"value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=386x202"
- },
- "type": "IMAGE"
+ "string_value": "34,009,347",
+ "type": "STRING"
}
},
{
- "key": "thumbnail_image_original",
+ "key": "app_price_amount",
"value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719734046656184320/o9uPg6PB?format=jpg&name=orig"
- },
- "type": "IMAGE"
+ "string_value": "0.0",
+ "type": "STRING"
}
},
{
- "key": "site",
+ "key": "player_height",
"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"
+ "string_value": "720",
+ "type": "STRING"
}
},
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "politico.com",
+ "string_value": "youtube.com",
"type": "STRING"
}
},
{
- "key": "photo_image_full_size",
+ "key": "app_name",
"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",
+ "string_value": "YouTube: Watch, Listen, Stream",
"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",
+ "key": "player_image_small",
"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,
+ "height": 108,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?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",
+ "string_value": "State TV discusses Russia's holiday parties",
"type": "STRING"
}
},
{
- "key": "summary_photo_image_color",
+ "key": "app_price_currency",
"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"
+ "string_value": "USD",
+ "type": "STRING"
}
},
{
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/Xmc2nXmr7t",
+ "string_value": "https://t.co/1EJAvNHTyT",
"type": "STRING"
}
},
{
- "key": "summary_photo_image_original",
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 0,
+ "green": 0,
+ "red": 0
+ },
+ "percentage": 59.24
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 131,
+ "red": 192
+ },
+ "percentage": 15.01
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 67,
+ "red": 102
+ },
+ "percentage": 4.46
+ },
+ {
+ "rgb": {
+ "blue": 58,
+ "green": 21,
+ "red": 21
+ },
+ "percentage": 3.69
+ },
+ {
+ "rgb": {
+ "blue": 97,
+ "green": 9,
+ "red": 52
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
"value": {
"image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1719670949857923072/g3fk6ENm?format=jpg&name=orig"
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -13418,14 +15404,14 @@
}
}
},
- "name": "summary_large_image",
- "url": "https://t.co/Xmc2nXmr7t",
+ "name": "player",
+ "url": "https://t.co/1EJAvNHTyT",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjo0ODk4MDkx",
- "rest_id": "4898091",
+ "id": "VXNlcjoxMDIyODI3Mg==",
+ "rest_id": "10228272",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
@@ -13433,10 +15419,10 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Apr 16 16:54:19 +0000 2007",
+ "created_at": "Tue Nov 13 21:43:46 +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",
+ "description": "like and subscribe.",
"entities": {
"description": {
"urls": []
@@ -13444,9 +15430,9 @@
"url": {
"urls": [
{
- "display_url": "ft.com",
- "expanded_url": "https://www.ft.com",
- "url": "https://t.co/XKMxG94Z9c",
+ "display_url": "youtube.com",
+ "expanded_url": "http://youtube.com",
+ "url": "https://t.co/bUisN3Y1A6",
"indices": [
0,
23
@@ -13456,25 +15442,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 89,
- "followers_count": 7583930,
- "friends_count": 1040,
+ "favourites_count": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
"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,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
"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_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": "FinancialTimes",
- "statuses_count": 337145,
- "translator_type": "none",
- "url": "https://t.co/XKMxG94Z9c",
+ "screen_name": "YouTube",
+ "statuses_count": 57347,
+ "translator_type": "regular",
+ "url": "https://t.co/bUisN3Y1A6",
"verified": false,
"verified_type": "Business",
"want_retweets": false,
@@ -13491,56 +15477,506 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719737238072750269"
+ "1739355415614292398"
],
- "editable_until_msecs": "1698855883000",
+ "editable_until_msecs": "1703533221000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "176901",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 22,
+ "bookmarked": false,
+ "created_at": "Mon Dec 25 18:40:21 +0000 2023",
+ "conversation_id_str": "1739355415614292398",
+ "display_text_range": [
+ 0,
+ 233
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/lN0wrjTDkpM",
+ "expanded_url": "https://youtu.be/lN0wrjTDkpM",
+ "url": "https://t.co/1EJAvNHTyT",
+ "indices": [
+ 210,
+ 233
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 658,
+ "favorited": false,
+ "full_text": "Meanwhile in Russia: state TV propagandists compare naked debauchery during holiday parties to Rasputin's orgies and worry that they may have a negative impact on the troops or even lead to another revolution.\nhttps://t.co/1EJAvNHTyT",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 50,
+ "retweet_count": 143,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739355415614292398"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882517",
+ "sortIndex": "1739819664587882475",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "list-conversation-1739819664587882517-tweet-1739753183243633015",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739753183243633015",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/7IBE4ocPmg",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/ZIXrM53y8QQ",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=1200x627"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Vladimir Solovyov rages about the sinking of the Novocherkassk",
+ "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/7IBE4ocPmg",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 1
+ },
+ "percentage": 61.45
+ },
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 46,
+ "red": 32
+ },
+ "percentage": 7.27
+ },
+ {
+ "rgb": {
+ "blue": 249,
+ "green": 246,
+ "red": 130
+ },
+ "percentage": 6.84
+ },
+ {
+ "rgb": {
+ "blue": 192,
+ "green": 189,
+ "red": 191
+ },
+ "percentage": 2.56
+ },
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 130,
+ "red": 237
+ },
+ "percentage": 1.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?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/7IBE4ocPmg",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
+ "1739753183243633015"
+ ],
+ "editable_until_msecs": "1703628056000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "17156",
+ "count": "126081",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 25,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:24:43 +0000 2023",
- "conversation_id_str": "1719737238072750269",
+ "created_at": "Tue Dec 26 21:00:56 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
"display_text_range": [
0,
- 279
+ 272
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
- "display_url": "ft.com/content/d98446…",
- "expanded_url": "https://www.ft.com/content/d98446ac-b56e-4f1d-bfa9-ebaed4e26884",
- "url": "https://t.co/Xmc2nXmr7t",
+ "display_url": "youtu.be/ZIXrM53y8QQ",
+ "expanded_url": "https://youtu.be/ZIXrM53y8QQ",
+ "url": "https://t.co/7IBE4ocPmg",
"indices": [
- 256,
- 279
+ 249,
+ 272
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 55,
+ "favorite_count": 828,
"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",
+ "full_text": "Meanwhile in Russia: Vladimir Solovyov was beside himself over the sinking of the Novocherkassk. He blamed it on... a naked party! (ICYMI, see my earlier video). Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.\nhttps://t.co/7IBE4ocPmg",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 5,
- "retweet_count": 17,
+ "quote_count": 18,
+ "reply_count": 79,
+ "retweet_count": 209,
"retweeted": false,
- "user_id_str": "349816997",
- "id_str": "1719737238072750269"
+ "user_id_str": "105327432",
+ "id_str": "1739753183243633015"
}
}
},
@@ -13558,7 +15994,7 @@
}
},
{
- "entryId": "list-conversation-1719749859424075798-tweet-1719737691179217348",
+ "entryId": "list-conversation-1739819664587882517-tweet-1739769827730853908",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -13566,50 +16002,64 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719737691179217348",
+ "rest_id": "1739769827730853908",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozNDk4MTY5OTc=",
- "rest_id": "349816997",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"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 Aug 06 19:03:49 +0000 2011",
- "default_profile": true,
+ "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": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com",
+ "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": 11351,
- "followers_count": 381565,
- "friends_count": 4138,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 10932,
- "location": "",
- "media_count": 4083,
- "name": "max seddon",
- "normal_followers_count": 381565,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
"pinned_tweet_ids_str": [
- "1628661588839333888"
+ "1528031848240140288"
],
"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_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": "maxseddon",
- "statuses_count": 30781,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -13623,65 +16073,79 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719737691179217348"
+ "1739769827730853908"
],
- "editable_until_msecs": "1698855991000",
+ "editable_until_msecs": "1703632024000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "19077",
+ "count": "25911",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1709233745331437832",
+ "rest_id": "1739355415614292398",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozNDk4MTY5OTc=",
- "rest_id": "349816997",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"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 Aug 06 19:03:49 +0000 2011",
- "default_profile": true,
+ "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": "moscow bureau chief @FT. in soviet russia, news reports you: max.seddon@ft.com",
+ "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": 11351,
- "followers_count": 381565,
- "friends_count": 4138,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 10932,
- "location": "",
- "media_count": 4083,
- "name": "max seddon",
- "normal_followers_count": 381565,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
"pinned_tweet_ids_str": [
- "1628661588839333888"
+ "1528031848240140288"
],
"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_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": "maxseddon",
- "statuses_count": 30781,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -13689,253 +16153,406 @@
}
}
},
+ "card": {
+ "rest_id": "https://t.co/1EJAvNHTyT",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/lN0wrjTDkpM",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=1200x627"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1739355219274702848/ZO8AzTod?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1739355219274702848/ZO8AzTod?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "State TV discusses Russia's holiday parties",
+ "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/1EJAvNHTyT",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 0,
+ "green": 0,
+ "red": 0
+ },
+ "percentage": 59.24
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 131,
+ "red": 192
+ },
+ "percentage": 15.01
+ },
+ {
+ "rgb": {
+ "blue": 52,
+ "green": 67,
+ "red": 102
+ },
+ "percentage": 4.46
+ },
+ {
+ "rgb": {
+ "blue": 58,
+ "green": 21,
+ "red": 21
+ },
+ "percentage": 3.69
+ },
+ {
+ "rgb": {
+ "blue": 97,
+ "green": 9,
+ "red": 52
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739355219274702848/ZO8AzTod?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/1EJAvNHTyT",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
- "1709233745331437832"
+ "1739355415614292398"
],
- "editable_until_msecs": "1696351655000",
+ "editable_until_msecs": "1703533221000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "138596",
+ "count": "176901",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 15,
+ "bookmark_count": 22,
"bookmarked": false,
- "created_at": "Tue Oct 03 15:47:35 +0000 2023",
- "conversation_id_str": "1709233745331437832",
+ "created_at": "Mon Dec 25 18:40:21 +0000 2023",
+ "conversation_id_str": "1739355415614292398",
"display_text_range": [
0,
- 147
+ 233
],
"entities": {
- "media": [
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
{
- "display_url": "pic.twitter.com/pEpdrPCHyy",
- "expanded_url": "https://twitter.com/maxseddon/status/1709233745331437832/video/1",
- "id_str": "1709232899130638336",
+ "display_url": "youtu.be/lN0wrjTDkpM",
+ "expanded_url": "https://youtu.be/lN0wrjTDkpM",
+ "url": "https://t.co/1EJAvNHTyT",
"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"
- }
- ]
- }
+ 210,
+ 233
+ ]
}
],
- "user_mentions": [],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "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,
+ "favorite_count": 658,
"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",
+ "full_text": "Meanwhile in Russia: state TV propagandists compare naked debauchery during holiday parties to Rasputin's orgies and worry that they may have a negative impact on the troops or even lead to another revolution.\nhttps://t.co/1EJAvNHTyT",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 29,
- "reply_count": 123,
- "retweet_count": 74,
+ "quote_count": 9,
+ "reply_count": 50,
+ "retweet_count": 143,
"retweeted": false,
- "user_id_str": "349816997",
- "id_str": "1709233745331437832"
+ "user_id_str": "105327432",
+ "id_str": "1739355415614292398"
}
}
},
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:26:31 +0000 2023",
- "conversation_id_str": "1719737238072750269",
+ "created_at": "Tue Dec 26 22:07:04 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
"display_text_range": [
0,
- 219
+ 23
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
- "display_url": "twitter.com/maxseddon/stat…",
- "expanded_url": "https://twitter.com/maxseddon/status/1709233745331437832",
- "url": "https://t.co/9ncdJMIcfD",
+ "display_url": "x.com/JuliaDavisNews…",
+ "expanded_url": "https://x.com/JuliaDavisNews/status/1739355415614292398?s=20",
+ "url": "https://t.co/aTT3eKsrV2",
"indices": [
- 196,
- 219
+ 0,
+ 23
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 37,
+ "favorite_count": 75,
"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",
+ "full_text": "https://t.co/aTT3eKsrV2",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
"is_quote_status": true,
- "lang": "en",
+ "lang": "zxx",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "quoted_status_id_str": "1709233745331437832",
+ "quote_count": 1,
+ "quoted_status_id_str": "1739355415614292398",
"quoted_status_permalink": {
- "url": "https://t.co/9ncdJMIcfD",
- "expanded": "https://twitter.com/maxseddon/status/1709233745331437832",
- "display": "twitter.com/maxseddon/stat…"
+ "url": "https://t.co/aTT3eKsrV2",
+ "expanded": "https://x.com/JuliaDavisNews/status/1739355415614292398?s=20",
+ "display": "x.com/JuliaDavisNews…"
},
- "reply_count": 5,
- "retweet_count": 9,
+ "reply_count": 1,
+ "retweet_count": 10,
"retweeted": false,
- "user_id_str": "349816997",
- "id_str": "1719737691179217348"
+ "user_id_str": "105327432",
+ "id_str": "1739769827730853908"
}
}
},
@@ -13956,8 +16573,8 @@
"metadata": {
"conversationMetadata": {
"allTweetIds": [
- "1719737238072750269",
- "1719737691179217348"
+ "1739753183243633015",
+ "1739769827730853908"
],
"enableDeduplication": true
}
@@ -13974,8 +16591,8 @@
}
},
{
- "entryId": "tweet-1719737643787833543",
- "sortIndex": "1719749859424075753",
+ "entryId": "tweet-1739769548402762130",
+ "sortIndex": "1739819664587882474",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -13985,24 +16602,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719737643787833543",
+ "rest_id": "1739769548402762130",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDEwNjQ3Ng==",
- "rest_id": "14106476",
+ "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": true,
- "created_at": "Sun Mar 09 08:15:00 +0000 2008",
+ "can_media_tag": false,
+ "created_at": "Sat Jan 16 01:34:50 +0000 2010",
"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.",
+ "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": []
@@ -14010,9 +16627,9 @@
"url": {
"urls": [
{
- "display_url": "kyivpost.com",
- "expanded_url": "http://kyivpost.com/",
- "url": "https://t.co/lHlutZvoAu",
+ "display_url": "thedailybeast.com/author/julia-d…",
+ "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
+ "url": "https://t.co/jkgE3TNxS4",
"indices": [
0,
23
@@ -14022,25 +16639,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4939,
- "followers_count": 393621,
- "friends_count": 1631,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"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": [],
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "pinned_tweet_ids_str": [
+ "1528031848240140288"
+ ],
"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_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": "KyivPost",
- "statuses_count": 71995,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -14051,61 +16670,818 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719737643787833543"
+ "1739769548402762130"
],
- "editable_until_msecs": "1698855980000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703631958351",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "5379",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:26:20 +0000 2023",
- "conversation_id_str": "1719737643787833543",
+ "created_at": "Tue Dec 26 22:05:58 +0000 2023",
+ "conversation_id_str": "1739769548402762130",
"display_text_range": [
0,
- 167
+ 140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "247054094",
+ "name": "Mark Toth",
+ "screen_name": "MCTothSTL",
+ "indices": [
+ 3,
+ 13
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 52,
+ 67
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @MCTothSTL: Priceless must read gem of a post by @JuliaDavisNews. Normally, I’d screenshot it, but head straight over to her feed to get…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/9vDBmTPEJt",
+ "expanded": "https://twitter.com/juliadavisnews/status/1739753183243633015",
+ "display": "twitter.com/juliadavisnews…"
+ },
+ "reply_count": 0,
+ "retweet_count": 22,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739769548402762130",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767985676419098",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDcwNTQwOTQ=",
+ "rest_id": "247054094",
+ "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": "Fri Feb 04 00:27:41 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "National Security Foreign Policy @TheHill @BBC @MailOnLine @FoxNews @KyivPost @NYPost @TheMessenger @TVPWorld_com +: @CNN @Daily_Express @NewsNation @Newsweek.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "muckrack.com/mark-toth-1",
+ "expanded_url": "https://muckrack.com/mark-toth-1",
+ "url": "https://t.co/tHo34JoueP",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 44548,
+ "followers_count": 6313,
+ "friends_count": 1433,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 139,
+ "location": "United States of America",
+ "media_count": 846,
+ "name": "Mark Toth",
+ "normal_followers_count": 6313,
+ "pinned_tweet_ids_str": [
+ "1724785942597390675"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/247054094/1676130947",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1521865636317736962/ErG74-dA_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MCTothSTL",
+ "statuses_count": 27394,
+ "translator_type": "none",
+ "url": "https://t.co/tHo34JoueP",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767985676419098"
+ ],
+ "editable_until_msecs": "1703631585000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "19728",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739753183243633015",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/7IBE4ocPmg",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "player_url",
+ "value": {
+ "string_value": "https://www.youtube.com/embed/ZIXrM53y8QQ",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=1200x627"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "player_image",
+ "value": {
+ "image_value": {
+ "height": 210,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?format=jpg&name=280x280"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.6776",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "34,009,347",
+ "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/1739753098178891776/51Iag2w9?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Vladimir Solovyov rages about the sinking of the Novocherkassk",
+ "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/7IBE4ocPmg",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "player_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 1
+ },
+ "percentage": 61.45
+ },
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 46,
+ "red": 32
+ },
+ "percentage": 7.27
+ },
+ {
+ "rgb": {
+ "blue": 249,
+ "green": 246,
+ "red": 130
+ },
+ "percentage": 6.84
+ },
+ {
+ "rgb": {
+ "blue": 192,
+ "green": 189,
+ "red": 191
+ },
+ "percentage": 2.56
+ },
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 130,
+ "red": 237
+ },
+ "percentage": 1.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "player_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 360,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739753098178891776/51Iag2w9?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/7IBE4ocPmg",
+ "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": 6182,
+ "followers_count": 79693058,
+ "friends_count": 1176,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 79752,
+ "location": "San Bruno, CA",
+ "media_count": 15751,
+ "name": "YouTube",
+ "normal_followers_count": 79693058,
+ "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": 57347,
+ "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": [
+ "1739753183243633015"
+ ],
+ "editable_until_msecs": "1703628056000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "126081",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:00:56 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/ZIXrM53y8QQ",
+ "expanded_url": "https://youtu.be/ZIXrM53y8QQ",
+ "url": "https://t.co/7IBE4ocPmg",
+ "indices": [
+ 249,
+ 272
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 828,
+ "favorited": false,
+ "full_text": "Meanwhile in Russia: Vladimir Solovyov was beside himself over the sinking of the Novocherkassk. He blamed it on... a naked party! (ICYMI, see my earlier video). Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.\nhttps://t.co/7IBE4ocPmg",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 79,
+ "retweet_count": 209,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739753183243633015"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:59:45 +0000 2023",
+ "conversation_id_str": "1739767985676419098",
+ "display_text_range": [
+ 0,
+ 215
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 162,
+ 171
+ ],
+ "text": "Solovyov"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 37,
+ 52
+ ]
+ }
+ ]
+ },
+ "favorite_count": 79,
+ "favorited": false,
+ "full_text": "Priceless must read gem of a post by @JuliaDavisNews. Normally, I’d screenshot it, but head straight over to her feed to get the full effect. Just when you think #Solovyov’s IQ can’t sink any lower, it can and does!",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739753183243633015",
+ "quoted_status_permalink": {
+ "url": "https://t.co/9vDBmTPEJt",
+ "expanded": "https://twitter.com/juliadavisnews/status/1739753183243633015",
+ "display": "twitter.com/juliadavisnews…"
+ },
+ "reply_count": 2,
+ "retweet_count": 22,
+ "retweeted": false,
+ "user_id_str": "247054094",
+ "id_str": "1739767985676419098"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739769477963616677",
+ "sortIndex": "1739819664587882473",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739769477963616677",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739769477963616677"
+ ],
+ "editable_until_msecs": "1703631941557",
+ "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": "Tue Dec 26 22:05:41 +0000 2023",
+ "conversation_id_str": "1739769477963616677",
+ "display_text_range": [
+ 0,
+ 118
+ ],
+ "entities": {
+ "hashtags": [],
"media": [
{
- "display_url": "pic.twitter.com/MusxtxBvOP",
- "expanded_url": "https://twitter.com/KyivPost/status/1719737643787833543/video/1",
- "id_str": "1719737575009562624",
+ "display_url": "pic.twitter.com/uu41COAfCI",
+ "expanded_url": "https://twitter.com/Prune602/status/1739768579480842507/photo/1",
+ "id_str": "1739768574963511296",
"indices": [
- 168,
- 191
+ 95,
+ 118
],
- "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
- },
+ "media_key": "3_1739768574963511296",
+ "media_url_https": "https://pbs.twimg.com/media/GCTmTR4WcAA9JiS.jpg",
+ "source_status_id_str": "1739768579480842507",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/uu41COAfCI",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 487,
+ "y": 135,
+ "h": 161,
+ "w": 161
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ }
+ },
"sizes": {
"large": {
- "h": 480,
- "w": 480,
+ "h": 720,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 480,
- "w": 480,
+ "h": 675,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 480,
- "w": 480,
+ "h": 383,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -14115,96 +17491,142 @@
}
},
"original_info": {
- "height": 480,
- "width": 480,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 29000,
- "variants": [
+ "height": 720,
+ "width": 1280,
+ "focus_rects": [
{
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/480x480/V3ov5onmolYzWZMM.mp4?tag=14"
+ "x": 0,
+ "y": 3,
+ "w": 1280,
+ "h": 717
},
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/pl/5a9u2AL2uakbhZWK.m3u8?tag=14&container=fmp4"
+ "x": 560,
+ "y": 0,
+ "w": 720,
+ "h": 720
},
{
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/320x320/dCxr27c4t2V32MBh.mp4?tag=14"
+ "x": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
}
]
}
}
],
- "user_mentions": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [
+ "user_mentions": [
{
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
"indices": [
- 8,
- 16
- ],
- "text": "Johnson"
+ 3,
+ 12
+ ]
},
{
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
"indices": [
- 68,
- 73
- ],
- "text": "Kyiv"
- },
- {
- "indices": [
- 123,
- 138
- ],
- "text": "Ukrzaliznytsia"
+ 14,
+ 29
+ ]
}
- ],
- "symbols": []
+ ]
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/MusxtxBvOP",
- "expanded_url": "https://twitter.com/KyivPost/status/1719737643787833543/video/1",
- "id_str": "1719737575009562624",
+ "display_url": "pic.twitter.com/uu41COAfCI",
+ "expanded_url": "https://twitter.com/Prune602/status/1739768579480842507/photo/1",
+ "id_str": "1739768574963511296",
"indices": [
- 168,
- 191
+ 95,
+ 118
],
- "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
- },
+ "media_key": "3_1739768574963511296",
+ "media_url_https": "https://pbs.twimg.com/media/GCTmTR4WcAA9JiS.jpg",
+ "source_status_id_str": "1739768579480842507",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/uu41COAfCI",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 487,
+ "y": 135,
+ "h": 161,
+ "w": 161
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ }
+ },
"sizes": {
"large": {
- "h": 480,
- "w": 480,
+ "h": 720,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 480,
- "w": 480,
+ "h": 675,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 480,
- "w": 480,
+ "h": 383,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -14214,731 +17636,540 @@
}
},
"original_info": {
- "height": 480,
- "width": 480,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 29000,
- "variants": [
+ "height": 720,
+ "width": 1280,
+ "focus_rects": [
{
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/480x480/V3ov5onmolYzWZMM.mp4?tag=14"
+ "x": 0,
+ "y": 3,
+ "w": 1280,
+ "h": 717
},
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/pl/5a9u2AL2uakbhZWK.m3u8?tag=14&container=fmp4"
+ "x": 560,
+ "y": 0,
+ "w": 720,
+ "h": 720
},
{
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719737575009562624/vid/avc1/320x320/dCxr27c4t2V32MBh.mp4?tag=14"
+ "x": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
}
]
}
}
]
},
- "favorite_count": 33,
+ "favorite_count": 0,
"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,
+ "full_text": "RT @Prune602: @JuliaDavisNews Solovyov seems extra bitter. \n\n(YouTube kicked him off in 2022) https://t.co/uu41COAfCI",
+ "is_quote_status": true,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 4,
- "retweet_count": 4,
+ "quoted_status_id_str": "1500972345862889478",
+ "quoted_status_permalink": {
+ "url": "https://t.co/2MxP2PRB3z",
+ "expanded": "https://twitter.com/vrsoloviev/status/1500972345862889478",
+ "display": "twitter.com/vrsoloviev/sta…"
+ },
+ "reply_count": 0,
+ "retweet_count": 9,
"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": {
+ "user_id_str": "105327432",
+ "id_str": "1739769477963616677",
+ "retweeted_status_result": {
"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": []
+ "__typename": "Tweet",
+ "rest_id": "1739768579480842507",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739768579480842507"
+ ],
+ "editable_until_msecs": "1703631727000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "21230",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1500972345862889478",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDY4ODI2NTU=",
+ "rest_id": "146882655",
+ "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 May 22 15:55:38 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "https://t.co/2FXUfgvo9s",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "t.me/SolovievLive",
+ "expanded_url": "http://t.me/SolovievLive",
+ "url": "https://t.co/2FXUfgvo9s",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "soloviev.live",
+ "expanded_url": "http://soloviev.live",
+ "url": "https://t.co/9WC1llTU68",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4400,
+ "followers_count": 1444770,
+ "friends_count": 399,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5182,
+ "location": "Moscow",
+ "media_count": 5442,
+ "name": "Vladimir Soloviev",
+ "normal_followers_count": 1444770,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1170975520458203136/4eDVAZZa_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "VRSoloviev",
+ "statuses_count": 169080,
+ "translator_type": "regular",
+ "url": "https://t.co/9WC1llTU68",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
},
- "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
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1500972345862889478"
+ ],
+ "editable_until_msecs": "1646696468628",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "SMMplanner",
+ "legacy": {
+ "bookmark_count": 16,
+ "bookmarked": false,
+ "created_at": "Mon Mar 07 23:11:08 +0000 2022",
+ "conversation_id_str": "1500972345862889478",
+ "display_text_range": [
+ 0,
+ 72
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1811,
+ "favorited": false,
+ "full_text": "❗️❗️❗️\n\nYOUTUBE удалил основной и резервный каналы проекта СоловьёвLive.",
+ "is_quote_status": false,
+ "lang": "ru",
+ "quote_count": 176,
+ "reply_count": 1332,
+ "retweet_count": 260,
+ "retweeted": false,
+ "user_id_str": "146882655",
+ "id_str": "1500972345862889478"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 22:02:07 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 80
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/uu41COAfCI",
+ "expanded_url": "https://twitter.com/Prune602/status/1739768579480842507/photo/1",
+ "id_str": "1739768574963511296",
+ "indices": [
+ 81,
+ 104
+ ],
+ "media_key": "3_1739768574963511296",
+ "media_url_https": "https://pbs.twimg.com/media/GCTmTR4WcAA9JiS.jpg",
+ "type": "photo",
+ "url": "https://t.co/uu41COAfCI",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 487,
+ "y": 135,
+ "h": 161,
+ "w": 161
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
]
}
- ]
- }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
},
- "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": [],
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/uu41COAfCI",
+ "expanded_url": "https://twitter.com/Prune602/status/1739768579480842507/photo/1",
+ "id_str": "1739768574963511296",
+ "indices": [
+ 81,
+ 104
+ ],
+ "media_key": "3_1739768574963511296",
+ "media_url_https": "https://pbs.twimg.com/media/GCTmTR4WcAA9JiS.jpg",
+ "type": "photo",
+ "url": "https://t.co/uu41COAfCI",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 487,
+ "y": 135,
+ "h": 161,
+ "w": 161
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 276,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 520,
+ "y": 145,
+ "h": 172,
+ "w": 172
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 49,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews Solovyov seems extra bitter. \n\n(YouTube kicked him off in 2022) https://t.co/uu41COAfCI",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
"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"
- }
- ]
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1500972345862889478",
+ "quoted_status_permalink": {
+ "url": "https://t.co/2MxP2PRB3z",
+ "expanded": "https://twitter.com/vrsoloviev/status/1500972345862889478",
+ "display": "twitter.com/vrsoloviev/sta…"
+ },
+ "reply_count": 1,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739768579480842507"
}
}
}
- },
- "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"
}
}
},
@@ -14956,8 +18187,8 @@
}
},
{
- "entryId": "tweet-1719736921147031885",
- "sortIndex": "1719749859424075751",
+ "entryId": "tweet-1739769466064437657",
+ "sortIndex": "1739819664587882472",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -14967,13 +18198,13 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719736921147031885",
+ "rest_id": "1739769466064437657",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozMTE4OTkxNTU=",
- "rest_id": "311899155",
+ "id": "VXNlcjoxOTY3MjE2MzA2",
+ "rest_id": "1967216306",
"affiliates_highlighted_label": {
"label": {
"url": {
@@ -14990,34 +18221,24 @@
},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Square",
+ "profile_image_shape": "Circle",
"legacy": {
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Mon Jun 06 07:44:22 +0000 2011",
- "default_profile": true,
+ "can_media_tag": false,
+ "created_at": "Thu Oct 17 16:56:51 +0000 2013",
+ "default_profile": false,
"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",
+ "description": "The official account of @StateDept’s Spokesperson serving under the leadership of the 71st Secretary of State @SecBlinken.",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "state.gov/tou",
- "expanded_url": "http://state.gov/tou",
- "url": "https://t.co/ZQBzokuAMZ",
- "indices": [
- 131,
- 154
- ]
- }
- ]
+ "urls": []
},
"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",
+ "display_url": "state.gov/newsroom",
+ "expanded_url": "https://state.gov/newsroom",
+ "url": "https://t.co/uYwa4Ko0Is",
"indices": [
0,
23
@@ -15027,34 +18248,29 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4545,
- "followers_count": 230813,
- "friends_count": 411,
- "has_custom_timelines": true,
+ "favourites_count": 64,
+ "followers_count": 603449,
+ "friends_count": 33,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3589,
- "location": "Kyiv, Ukraine",
- "media_count": 6185,
- "name": "U.S. Embassy Kyiv",
- "normal_followers_count": 230813,
+ "listed_count": 4253,
+ "location": "Dept. of State, Washington, DC",
+ "media_count": 2347,
+ "name": "Matthew Miller",
+ "normal_followers_count": 603449,
"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_banner_url": "https://pbs.twimg.com/profile_banners/1967216306/1611162076",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1650603643685462016/2ChXxNhb_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "USEmbassyKyiv",
- "statuses_count": 17917,
+ "screen_name": "StateDeptSpox",
+ "statuses_count": 13946,
"translator_type": "none",
- "url": "https://t.co/qpYDSDDtLr",
+ "url": "https://t.co/uYwa4Ko0Is",
"verified": false,
"verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1515987902131589123",
- "professional_type": "Business",
- "category": []
}
}
}
@@ -15062,471 +18278,383 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719736921147031885"
+ "1739769466064437657"
],
- "editable_until_msecs": "1698855807000",
+ "editable_until_msecs": "1703631938000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
- "is_translatable": true,
+ "is_translatable": false,
"views": {
- "count": "3492",
+ "count": "8832",
"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"
- }
- }
- },
+ "source": "Twitter Media Studio",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 13,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:23:27 +0000 2023",
- "conversation_id_str": "1719736921147031885",
+ "created_at": "Tue Dec 26 22:05:38 +0000 2023",
+ "conversation_id_str": "1739769466064437657",
"display_text_range": [
0,
- 239
+ 252
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "media": [
+ {
+ "display_url": "pic.twitter.com/uRRZQ1jElu",
+ "expanded_url": "https://twitter.com/StateDeptSpox/status/1739769466064437657/video/1",
+ "id_str": "1739707684260134912",
+ "indices": [
+ 253,
+ 276
+ ],
+ "media_key": "13_1739707684260134912",
+ "media_url_https": "https://pbs.twimg.com/media/GCSxzwxWIAAwuxw.jpg",
+ "source_user_id_str": "9624742",
+ "type": "video",
+ "url": "https://t.co/uRRZQ1jElu",
+ "additional_media_info": {
+ "title": "",
+ "description": "",
+ "embeddable": true,
+ "monetizable": false,
+ "source_user": {
+ "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": 53,
+ "followers_count": 6422354,
+ "friends_count": 342,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 24436,
+ "location": "Washington, DC",
+ "media_count": 16649,
+ "name": "Department of State",
+ "normal_followers_count": 6422354,
+ "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": 81377,
+ "translator_type": "regular",
+ "url": "https://t.co/SgIxdhGlWz",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ }
+ },
+ "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": [
+ 320,
+ 169
+ ],
+ "duration_millis": 481130,
+ "variants": [
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/1280x676/tpd7wBxhF67vUPEx.mp4?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/510x270/sZvLuCT9fKjSMvxO.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/680x360/Iqn5jnSpQLLGNFSE.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/pl/2c3LSSxjmy-892jU.m3u8?tag=14&container=fmp4"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "9624742",
+ "name": "Department of State",
+ "screen_name": "StateDept",
+ "indices": [
+ 44,
+ 54
+ ]
+ },
+ {
+ "id_str": "834799740546056194",
+ "name": "Diplomatic Security Service",
+ "screen_name": "StateDeptDSS",
+ "indices": [
+ 57,
+ 70
+ ]
+ },
+ {
+ "id_str": "1350150750966603777",
+ "name": "Secretary Antony Blinken",
+ "screen_name": "SecBlinken",
+ "indices": [
+ 185,
+ 196
+ ]
+ }
+ ]
},
- "favorite_count": 39,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/uRRZQ1jElu",
+ "expanded_url": "https://twitter.com/StateDeptSpox/status/1739769466064437657/video/1",
+ "id_str": "1739707684260134912",
+ "indices": [
+ 253,
+ 276
+ ],
+ "media_key": "13_1739707684260134912",
+ "media_url_https": "https://pbs.twimg.com/media/GCSxzwxWIAAwuxw.jpg",
+ "source_user_id_str": "9624742",
+ "type": "video",
+ "url": "https://t.co/uRRZQ1jElu",
+ "additional_media_info": {
+ "title": "",
+ "description": "",
+ "embeddable": true,
+ "monetizable": false,
+ "source_user": {
+ "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": 53,
+ "followers_count": 6422354,
+ "friends_count": 342,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 24436,
+ "location": "Washington, DC",
+ "media_count": 16649,
+ "name": "Department of State",
+ "normal_followers_count": 6422354,
+ "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": 81377,
+ "translator_type": "regular",
+ "url": "https://t.co/SgIxdhGlWz",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ }
+ },
+ "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": [
+ 320,
+ 169
+ ],
+ "duration_millis": 481130,
+ "variants": [
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/1280x676/tpd7wBxhF67vUPEx.mp4?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/510x270/sZvLuCT9fKjSMvxO.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/vid/avc1/680x360/Iqn5jnSpQLLGNFSE.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739707684260134912/pl/2c3LSSxjmy-892jU.m3u8?tag=14&container=fmp4"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 77,
"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,
+ "full_text": "The law enforcement and security arm of the @StateDept, \n@StateDeptDSS protects people, property, and information at 275 embassies, consulates, and smaller posts around the world. See \n@SecBlinken tour the Diplomatic Security Service training facility. https://t.co/uRRZQ1jElu",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 4,
+ "reply_count": 103,
+ "retweet_count": 29,
"retweeted": false,
- "user_id_str": "311899155",
- "id_str": "1719736921147031885"
+ "user_id_str": "1967216306",
+ "id_str": "1739769466064437657"
}
}
},
@@ -15544,8 +18672,8 @@
}
},
{
- "entryId": "tweet-1719735340385153507",
- "sortIndex": "1719749859424075750",
+ "entryId": "tweet-1739767837072220626",
+ "sortIndex": "1739819664587882471",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -15555,24 +18683,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719735340385153507",
+ "rest_id": "1739767837072220626",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0NzA0NDQzMzk=",
- "rest_id": "470444339",
+ "id": "VXNlcjoxMDUzMjc0MzI=",
+ "rest_id": "105327432",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": false,
- "created_at": "Sat Jan 21 19:29:37 +0000 2012",
+ "created_at": "Sat Jan 16 01:34:50 +0000 2010",
"default_profile": false,
"default_profile_image": false,
- "description": "Covering the State Department, foreign policy & national security for @CNN. RTs≠endorsements & views are my own",
+ "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": []
@@ -15580,9 +18708,9 @@
"url": {
"urls": [
{
- "display_url": "cnn.com/profiles/jenni…",
- "expanded_url": "http://www.cnn.com/profiles/jennifer-hansler",
- "url": "https://t.co/NBcK2eFRh5",
+ "display_url": "thedailybeast.com/author/julia-d…",
+ "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
+ "url": "https://t.co/jkgE3TNxS4",
"indices": [
0,
23
@@ -15592,25 +18720,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2429,
- "followers_count": 21916,
- "friends_count": 7770,
+ "favourites_count": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
"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": [],
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "pinned_tweet_ids_str": [
+ "1528031848240140288"
+ ],
"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_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": "jmhansler",
- "statuses_count": 14807,
+ "screen_name": "JuliaDavisNews",
+ "statuses_count": 117116,
"translator_type": "none",
- "url": "https://t.co/NBcK2eFRh5",
+ "url": "https://t.co/jkgE3TNxS4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -15618,18 +18748,11121 @@
}
}
},
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767837072220626"
+ ],
+ "editable_until_msecs": "1703631550338",
+ "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": "Tue Dec 26 21:59:10 +0000 2023",
+ "conversation_id_str": "1739767837072220626",
+ "display_text_range": [
+ 0,
+ 123
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2367620634",
+ "name": "Jamming",
+ "screen_name": "balticjam",
+ "indices": [
+ 3,
+ 13
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 108,
+ 123
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @balticjam: ”…Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.”, \n\n@JuliaDavisNews",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739767837072220626",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766999457169457",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzY3NjIwNjM0",
+ "rest_id": "2367620634",
+ "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 Mar 01 21:05:46 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Tracking Military Aircraft & Activity in Northern Europe, as therapy to feel safe in the Baltics. I am PRO NATO & EU. I have no military background.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 143909,
+ "followers_count": 13362,
+ "friends_count": 522,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 344,
+ "location": "Riga, Latvia",
+ "media_count": 7839,
+ "name": "Jamming",
+ "normal_followers_count": 13362,
+ "pinned_tweet_ids_str": [
+ "1512137665180753923"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2367620634/1648303719",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1184554463895412743/yk0r7Imq_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "balticjam",
+ "statuses_count": 33980,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766999457169457"
+ ],
+ "editable_until_msecs": "1703631350000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "15545",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:55:50 +0000 2023",
+ "conversation_id_str": "1739766999457169457",
+ "display_text_range": [
+ 0,
+ 108
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 93,
+ 108
+ ]
+ }
+ ]
+ },
+ "favorite_count": 29,
+ "favorited": false,
+ "full_text": "”…Solovyov complained about palace intrigues and thanked the Kremlin for protecting him.”, \n\n@JuliaDavisNews",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "2367620634",
+ "id_str": "1739766999457169457"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739767739906982133",
+ "sortIndex": "1739819664587882470",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767739906982133",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767739906982133"
+ ],
+ "editable_until_msecs": "1703631527172",
+ "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": "Tue Dec 26 21:58:47 +0000 2023",
+ "conversation_id_str": "1739767739906982133",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “We, the pathetic savages, are ruling this country!”\n\n~ Vladimir Solovyov\n\nAnd he wonders why people don’t li…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739767739906982133",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767638744506506",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767638744506506"
+ ],
+ "editable_until_msecs": "1703631503000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "13002",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:58:23 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 132
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/NYklhXiAwm",
+ "expanded_url": "https://twitter.com/Prune602/status/1739767638744506506/photo/1",
+ "id_str": "1739767633942069248",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1739767633942069248",
+ "media_url_https": "https://pbs.twimg.com/media/GCTlcgTWwAA-i3Y.jpg",
+ "type": "photo",
+ "url": "https://t.co/NYklhXiAwm",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/NYklhXiAwm",
+ "expanded_url": "https://twitter.com/Prune602/status/1739767638744506506/photo/1",
+ "id_str": "1739767633942069248",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1739767633942069248",
+ "media_url_https": "https://pbs.twimg.com/media/GCTlcgTWwAA-i3Y.jpg",
+ "type": "photo",
+ "url": "https://t.co/NYklhXiAwm",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 61,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “We, the pathetic savages, are ruling this country!”\n\n~ Vladimir Solovyov\n\nAnd he wonders why people don’t like him. https://t.co/NYklhXiAwm",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739767638744506506"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739767571782443245",
+ "sortIndex": "1739819664587882469",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767571782443245",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTAxMDcxMA==",
+ "rest_id": "29010710",
+ "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": "Sun Apr 05 16:13:47 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Nationality: journalist. Freelancer, made in the BBC. Reporting what you need to know, not what you want to hear. Also, Lonely Planet guides.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21152,
+ "followers_count": 71447,
+ "friends_count": 4528,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2098,
+ "location": "",
+ "media_count": 5820,
+ "name": "Leonid ХВ Ragozin",
+ "normal_followers_count": 71447,
+ "pinned_tweet_ids_str": [
+ "1729962328265748716"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/29010710/1610454802",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1098307078991593474/vBl5zWMc_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "leonidragozin",
+ "statuses_count": 63823,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1630527445676818432",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 579,
+ "name": "Media & News",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767571782443245"
+ ],
+ "editable_until_msecs": "1703631487000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4408",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739740383209533513",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzQ4NzM4MzY0OTg4Njc0MDUx",
+ "rest_id": "1348738364988674051",
+ "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 Jan 11 21:10:53 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "OEI, FU Berlin. Revolutions, left&right, violence, civil society, nationalism in Ukraine and beyond. Book: Towards the Abyss, Verso. https://t.co/MgRObbuX7L",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "rb.gy/s5otx",
+ "expanded_url": "https://rb.gy/s5otx",
+ "url": "https://t.co/MgRObbuX7L",
+ "indices": [
+ 133,
+ 156
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "fu-berlin.academia.edu/VolodymyrIshch…",
+ "expanded_url": "https://fu-berlin.academia.edu/VolodymyrIshchenko",
+ "url": "https://t.co/8BUHFRLYoI",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6646,
+ "followers_count": 13150,
+ "friends_count": 231,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 201,
+ "location": "Dresden, Sachsen",
+ "media_count": 189,
+ "name": "Volodymyr Ishchenko",
+ "normal_followers_count": 13150,
+ "pinned_tweet_ids_str": [
+ "1721878854506311886"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1348738364988674051/1614505853",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1537800575462563840/Ow3Xsv73_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Volod_Ishchenko",
+ "statuses_count": 3114,
+ "translator_type": "none",
+ "url": "https://t.co/8BUHFRLYoI",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/f1QXEaiwFO",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 200,
+ "width": 400,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=400x400"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Ishchenko explores the paradoxes of a politics of national-identity recognition in the absence of national-economic redistribution. What does it mean to ‘decolonize Ukraine’ in neoliberal times?",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "newleftreview.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 300,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=600x600"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "913447502",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 72,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "creator",
+ "value": {
+ "type": "USER",
+ "user_value": {
+ "id_str": "913447502",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "newleftreview.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 94,
+ "green": 57,
+ "red": 60
+ },
+ "percentage": 90.97
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 134,
+ "red": 173
+ },
+ "percentage": 2.7
+ },
+ {
+ "rgb": {
+ "blue": 150,
+ "green": 164,
+ "red": 123
+ },
+ "percentage": 2.45
+ },
+ {
+ "rgb": {
+ "blue": 161,
+ "green": 185,
+ "red": 223
+ },
+ "percentage": 2.27
+ },
+ {
+ "rgb": {
+ "blue": 64,
+ "green": 96,
+ "red": 117
+ },
+ "percentage": 0.82
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Volodymyr Ishchenko, Ukrainian Voices?, NLR 138, November–December 2022",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 94,
+ "green": 57,
+ "red": 60
+ },
+ "percentage": 90.97
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 134,
+ "red": 173
+ },
+ "percentage": 2.7
+ },
+ {
+ "rgb": {
+ "blue": 150,
+ "green": 164,
+ "red": 123
+ },
+ "percentage": 2.45
+ },
+ {
+ "rgb": {
+ "blue": 161,
+ "green": 185,
+ "red": 223
+ },
+ "percentage": 2.27
+ },
+ {
+ "rgb": {
+ "blue": 64,
+ "green": 96,
+ "red": 117
+ },
+ "percentage": 0.82
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?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/1737520397724069888/X45yycql?format=png&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 94,
+ "green": 57,
+ "red": 60
+ },
+ "percentage": 90.97
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 134,
+ "red": 173
+ },
+ "percentage": 2.7
+ },
+ {
+ "rgb": {
+ "blue": 150,
+ "green": 164,
+ "red": 123
+ },
+ "percentage": 2.45
+ },
+ {
+ "rgb": {
+ "blue": 161,
+ "green": 185,
+ "red": 223
+ },
+ "percentage": 2.27
+ },
+ {
+ "rgb": {
+ "blue": 64,
+ "green": 96,
+ "red": 117
+ },
+ "percentage": 0.82
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/f1QXEaiwFO",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 426,
+ "width": 851,
+ "url": "https://pbs.twimg.com/card_img/1737520397724069888/X45yycql?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary_large_image",
+ "url": "https://t.co/f1QXEaiwFO",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MTM0NDc1MDI=",
+ "rest_id": "913447502",
+ "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 Oct 29 23:19:23 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Left-wing journal of ideas covering world politics, global economy, movements, theory, history, culture and more.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "newleftreview.org",
+ "expanded_url": "http://newleftreview.org",
+ "url": "https://t.co/9UIet260Dj",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1056,
+ "followers_count": 78004,
+ "friends_count": 84,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1103,
+ "location": "London",
+ "media_count": 387,
+ "name": "New Left Review",
+ "normal_followers_count": 78004,
+ "pinned_tweet_ids_str": [
+ "1722263380369793110"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/913447502/1702542714",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1735216020791435265/g0DwoJ2A_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NewLeftReview",
+ "statuses_count": 3610,
+ "translator_type": "none",
+ "url": "https://t.co/9UIet260Dj",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1493922857604292615",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MTM0NDc1MDI=",
+ "rest_id": "913447502",
+ "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 Oct 29 23:19:23 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Left-wing journal of ideas covering world politics, global economy, movements, theory, history, culture and more.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "newleftreview.org",
+ "expanded_url": "http://newleftreview.org",
+ "url": "https://t.co/9UIet260Dj",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1056,
+ "followers_count": 78004,
+ "friends_count": 84,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1103,
+ "location": "London",
+ "media_count": 387,
+ "name": "New Left Review",
+ "normal_followers_count": 78004,
+ "pinned_tweet_ids_str": [
+ "1722263380369793110"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/913447502/1702542714",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1735216020791435265/g0DwoJ2A_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NewLeftReview",
+ "statuses_count": 3610,
+ "translator_type": "none",
+ "url": "https://t.co/9UIet260Dj",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1493922857604292615",
+ "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": [
+ "1739740383209533513"
+ ],
+ "editable_until_msecs": "1703625004000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "27390",
+ "state": "EnabledWithCount"
+ },
+ "source": "Typefully",
+ "legacy": {
+ "bookmark_count": 136,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:10:04 +0000 2023",
+ "conversation_id_str": "1739740383209533513",
+ "display_text_range": [
+ 0,
+ 262
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "newleftreview.org/issues/ii138/a…",
+ "expanded_url": "https://newleftreview.org/issues/ii138/articles/volodymyr-ishchenko-ukrainian-voices",
+ "url": "https://t.co/f1QXEaiwFO",
+ "indices": [
+ 239,
+ 262
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 208,
+ "favorited": false,
+ "full_text": "I have been working on the essay for about half a year, and it grew out of reflection and accumulated irritation about how Ukraine and Ukrainians have been represented in many public events. However, there was actually a specific trigger.\nhttps://t.co/f1QXEaiwFO",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 3,
+ "retweet_count": 38,
+ "retweeted": false,
+ "user_id_str": "1348738364988674051",
+ "id_str": "1739740383209533513"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:58:07 +0000 2023",
+ "conversation_id_str": "1739767571782443245",
+ "display_text_range": [
+ 0,
+ 248
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 26,
+ "favorited": false,
+ "full_text": "“the country that jumped from the European agrarian periphery to the cutting edge of space exploration and cybernetics in the space of just two generations—and then, in the life of the next, turned into the northernmost country of the Global South”",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739740383209533513",
+ "quoted_status_permalink": {
+ "url": "https://t.co/f1gQFBD0CY",
+ "expanded": "https://twitter.com/volod_ishchenko/status/1739740383209533513",
+ "display": "twitter.com/volod_ishchenk…"
+ },
+ "reply_count": 0,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "29010710",
+ "id_str": "1739767571782443245"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739767525464825869",
+ "sortIndex": "1739819664587882468",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767525464825869",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767525464825869"
+ ],
+ "editable_until_msecs": "1703631476045",
+ "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": "Tue Dec 26 21:57:56 +0000 2023",
+ "conversation_id_str": "1739767525464825869",
+ "display_text_range": [
+ 0,
+ 100
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 77,
+ 100
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "source_status_id_str": "1739756385720566036",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 77,
+ 100
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "source_status_id_str": "1739756385720566036",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “They hate me!”\n\n~ Vladimir Solovyov\n\nProbably https://t.co/yYjqFYO2QQ",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739767525464825869",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739756385720566036",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739756385720566036"
+ ],
+ "editable_until_msecs": "1703628820000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "32069",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:13:40 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 62
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 63,
+ 86
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 63,
+ 86
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 75,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “They hate me!”\n\n~ Vladimir Solovyov\n\nProbably https://t.co/yYjqFYO2QQ",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 4,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739756385720566036"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739767471073018210",
+ "sortIndex": "1739819664587882467",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767471073018210",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767471073018210"
+ ],
+ "editable_until_msecs": "1703631463077",
+ "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": "Tue Dec 26 21:57:43 +0000 2023",
+ "conversation_id_str": "1739767471073018210",
+ "display_text_range": [
+ 0,
+ 85
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/TfMqipN2or",
+ "expanded_url": "https://twitter.com/globeearthshil/status/1739756645360505101/photo/1",
+ "id_str": "1739756532282142720",
+ "indices": [
+ 62,
+ 85
+ ],
+ "media_key": "3_1739756532282142720",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbWTZXsAA_77R.jpg",
+ "source_status_id_str": "1739756645360505101",
+ "source_user_id_str": "1497613807774056449",
+ "type": "photo",
+ "url": "https://t.co/TfMqipN2or",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 493,
+ "y": 112,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 63,
+ "h": 92,
+ "w": 92
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 721,
+ "w": 1282,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 675,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 721,
+ "width": 1282,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1282,
+ "h": 718
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 721,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 361,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1282,
+ "h": 721
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1497613807774056449",
+ "name": "Alexander Potatoshenko",
+ "screen_name": "globeearthshil",
+ "indices": [
+ 3,
+ 18
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 20,
+ 35
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/TfMqipN2or",
+ "expanded_url": "https://twitter.com/globeearthshil/status/1739756645360505101/photo/1",
+ "id_str": "1739756532282142720",
+ "indices": [
+ 62,
+ 85
+ ],
+ "media_key": "3_1739756532282142720",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbWTZXsAA_77R.jpg",
+ "source_status_id_str": "1739756645360505101",
+ "source_user_id_str": "1497613807774056449",
+ "type": "photo",
+ "url": "https://t.co/TfMqipN2or",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 493,
+ "y": 112,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 63,
+ "h": 92,
+ "w": 92
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 721,
+ "w": 1282,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 675,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 721,
+ "width": 1282,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1282,
+ "h": 718
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 721,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 361,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1282,
+ "h": 721
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @globeearthshil: @JuliaDavisNews He's figuring it out lol. https://t.co/TfMqipN2or",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 13,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739767471073018210",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739756645360505101",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk3NjEzODA3Nzc0MDU2NDQ5",
+ "rest_id": "1497613807774056449",
+ "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 Feb 26 16:45:38 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I am Alexander Potatoshenko.\nI am the Dictator of the Belaspud people.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "president.gov.by",
+ "expanded_url": "https://president.gov.by/",
+ "url": "https://t.co/5rUdlyhEtW",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 382,
+ "followers_count": 89,
+ "friends_count": 27,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "Belapotato",
+ "media_count": 947,
+ "name": "Alexander Potatoshenko",
+ "normal_followers_count": 89,
+ "pinned_tweet_ids_str": [
+ "1595721995517399040"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497613807774056449/1673012637",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1611357902496735235/ZYQBrKyh_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "globeearthshil",
+ "statuses_count": 3319,
+ "translator_type": "none",
+ "url": "https://t.co/5rUdlyhEtW",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739756645360505101"
+ ],
+ "editable_until_msecs": "1703628882000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "21788",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:14:42 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 41
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/TfMqipN2or",
+ "expanded_url": "https://twitter.com/globeearthshil/status/1739756645360505101/photo/1",
+ "id_str": "1739756532282142720",
+ "indices": [
+ 42,
+ 65
+ ],
+ "media_key": "3_1739756532282142720",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbWTZXsAA_77R.jpg",
+ "type": "photo",
+ "url": "https://t.co/TfMqipN2or",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 493,
+ "y": 112,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 63,
+ "h": 92,
+ "w": 92
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 721,
+ "w": 1282,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 675,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 721,
+ "width": 1282,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1282,
+ "h": 718
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 721,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 361,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1282,
+ "h": 721
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/TfMqipN2or",
+ "expanded_url": "https://twitter.com/globeearthshil/status/1739756645360505101/photo/1",
+ "id_str": "1739756532282142720",
+ "indices": [
+ 42,
+ 65
+ ],
+ "media_key": "3_1739756532282142720",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbWTZXsAA_77R.jpg",
+ "type": "photo",
+ "url": "https://t.co/TfMqipN2or",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 493,
+ "y": 112,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 63,
+ "h": 92,
+ "w": 92
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 527,
+ "y": 120,
+ "h": 174,
+ "w": 174
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 721,
+ "w": 1282,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 675,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 721,
+ "width": 1282,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1282,
+ "h": 718
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 721,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 361,
+ "h": 721
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1282,
+ "h": 721
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 128,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews He's figuring it out lol. https://t.co/TfMqipN2or",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 13,
+ "retweeted": false,
+ "user_id_str": "1497613807774056449",
+ "id_str": "1739756645360505101"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739767298699727343",
+ "sortIndex": "1739819664587882466",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739767298699727343",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739767298699727343"
+ ],
+ "editable_until_msecs": "1703631421980",
+ "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": "Tue Dec 26 21:57:01 +0000 2023",
+ "conversation_id_str": "1739767298699727343",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “Everything is being done to silence my words! Happily, the Kremlin has a different position!…That’s why I ha…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1643108654181236736",
+ "quoted_status_permalink": {
+ "url": "https://t.co/1PFs825gOx",
+ "expanded": "https://twitter.com/prune602/status/1643108654181236736",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739767298699727343",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739757359814045754",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739757359814045754"
+ ],
+ "editable_until_msecs": "1703629052000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "22290",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1643108654181236736",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1643108654181236736"
+ ],
+ "editable_until_msecs": "1680584405000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "465524",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Tue Apr 04 04:30:05 +0000 2023",
+ "conversation_id_str": "1643107373446209536",
+ "display_text_range": [
+ 16,
+ 142
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/PijddoMXxg",
+ "expanded_url": "https://twitter.com/Prune602/status/1643108654181236736/photo/1",
+ "id_str": "1643108650108571648",
+ "indices": [
+ 143,
+ 166
+ ],
+ "media_key": "3_1643108650108571648",
+ "media_url_https": "https://pbs.twimg.com/media/Fs1-nJkX0AAHkti.jpg",
+ "type": "photo",
+ "url": "https://t.co/PijddoMXxg",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 870,
+ "y": 210,
+ "h": 230,
+ "w": 230
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 509,
+ "y": 123,
+ "h": 134,
+ "w": 134
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 288,
+ "y": 69,
+ "h": 76,
+ "w": 76
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 870,
+ "y": 210,
+ "h": 230,
+ "w": 230
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 896,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 1037,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 1472,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/PijddoMXxg",
+ "expanded_url": "https://twitter.com/Prune602/status/1643108654181236736/photo/1",
+ "id_str": "1643108650108571648",
+ "indices": [
+ 143,
+ 166
+ ],
+ "media_key": "3_1643108650108571648",
+ "media_url_https": "https://pbs.twimg.com/media/Fs1-nJkX0AAHkti.jpg",
+ "type": "photo",
+ "url": "https://t.co/PijddoMXxg",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 870,
+ "y": 210,
+ "h": 230,
+ "w": 230
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 509,
+ "y": 123,
+ "h": 134,
+ "w": 134
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 288,
+ "y": 69,
+ "h": 76,
+ "w": 76
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 870,
+ "y": 210,
+ "h": 230,
+ "w": 230
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 896,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 1037,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 1472,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 260,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “You can fight the unclean only with holy fire”\n\n~ Vladimir Solovyov\n\nThis is dehumanization, a type of Incitement to Genocide https://t.co/PijddoMXxg",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1643107373446209536",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 10,
+ "reply_count": 15,
+ "retweet_count": 52,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1643108654181236736"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:17:32 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 281
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354973802496",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354973802496",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMKWMAAU87d.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 830,
+ "y": 357,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 778,
+ "y": 334,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 440,
+ "y": 189,
+ "h": 30,
+ "w": 30
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 830,
+ "y": 357,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354952896512",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354952896512",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMFXMAAOgr_.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 430,
+ "y": 128,
+ "h": 115,
+ "w": 115
+ },
+ {
+ "x": 507,
+ "y": 188,
+ "h": 151,
+ "w": 151
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 403,
+ "y": 120,
+ "h": 107,
+ "w": 107
+ },
+ {
+ "x": 475,
+ "y": 176,
+ "h": 141,
+ "w": 141
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 228,
+ "y": 68,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 269,
+ "y": 99,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 430,
+ "y": 128,
+ "h": 115,
+ "w": 115
+ },
+ {
+ "x": 507,
+ "y": 188,
+ "h": 151,
+ "w": 151
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354952916992",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354952916992",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMFXgAA9pZG.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 557,
+ "y": 123,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 392,
+ "y": 178,
+ "h": 130,
+ "w": 130
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 522,
+ "y": 115,
+ "h": 164,
+ "w": 164
+ },
+ {
+ "x": 367,
+ "y": 166,
+ "h": 121,
+ "w": 121
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 295,
+ "y": 65,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 208,
+ "y": 94,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 557,
+ "y": 123,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 392,
+ "y": 178,
+ "h": 130,
+ "w": 130
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354957037568",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354957037568",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMGWYAAiipR.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 141,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 367,
+ "y": 127,
+ "h": 132,
+ "w": 132
+ },
+ {
+ "x": 418,
+ "y": 125,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 498,
+ "y": 132,
+ "h": 164,
+ "w": 164
+ },
+ {
+ "x": 344,
+ "y": 119,
+ "h": 123,
+ "w": 123
+ },
+ {
+ "x": 391,
+ "y": 117,
+ "h": 124,
+ "w": 124
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 282,
+ "y": 74,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 194,
+ "y": 67,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 222,
+ "y": 66,
+ "h": 70,
+ "w": 70
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 141,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 367,
+ "y": 127,
+ "h": 132,
+ "w": 132
+ },
+ {
+ "x": 418,
+ "y": 125,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354973802496",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354973802496",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMKWMAAU87d.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 830,
+ "y": 357,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 778,
+ "y": 334,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 440,
+ "y": 189,
+ "h": 30,
+ "w": 30
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 830,
+ "y": 357,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354952896512",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354952896512",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMFXMAAOgr_.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 430,
+ "y": 128,
+ "h": 115,
+ "w": 115
+ },
+ {
+ "x": 507,
+ "y": 188,
+ "h": 151,
+ "w": 151
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 403,
+ "y": 120,
+ "h": 107,
+ "w": 107
+ },
+ {
+ "x": 475,
+ "y": 176,
+ "h": 141,
+ "w": 141
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 228,
+ "y": 68,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 269,
+ "y": 99,
+ "h": 80,
+ "w": 80
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 430,
+ "y": 128,
+ "h": 115,
+ "w": 115
+ },
+ {
+ "x": 507,
+ "y": 188,
+ "h": 151,
+ "w": 151
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354952916992",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354952916992",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMFXgAA9pZG.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 557,
+ "y": 123,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 392,
+ "y": 178,
+ "h": 130,
+ "w": 130
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 522,
+ "y": 115,
+ "h": 164,
+ "w": 164
+ },
+ {
+ "x": 367,
+ "y": 166,
+ "h": 121,
+ "w": 121
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 295,
+ "y": 65,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 208,
+ "y": 94,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 557,
+ "y": 123,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 392,
+ "y": 178,
+ "h": 130,
+ "w": 130
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/65ungd3UlY",
+ "expanded_url": "https://twitter.com/Prune602/status/1739757359814045754/photo/1",
+ "id_str": "1739757354957037568",
+ "indices": [
+ 282,
+ 305
+ ],
+ "media_key": "3_1739757354957037568",
+ "media_url_https": "https://pbs.twimg.com/media/GCTcGMGWYAAiipR.jpg",
+ "type": "photo",
+ "url": "https://t.co/65ungd3UlY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 141,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 367,
+ "y": 127,
+ "h": 132,
+ "w": 132
+ },
+ {
+ "x": 418,
+ "y": 125,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 498,
+ "y": 132,
+ "h": 164,
+ "w": 164
+ },
+ {
+ "x": 344,
+ "y": 119,
+ "h": 123,
+ "w": 123
+ },
+ {
+ "x": 391,
+ "y": 117,
+ "h": 124,
+ "w": 124
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 282,
+ "y": 74,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 194,
+ "y": 67,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 222,
+ "y": 66,
+ "h": 70,
+ "w": 70
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 141,
+ "h": 175,
+ "w": 175
+ },
+ {
+ "x": 367,
+ "y": 127,
+ "h": 132,
+ "w": 132
+ },
+ {
+ "x": 418,
+ "y": 125,
+ "h": 133,
+ "w": 133
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 62,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “Everything is being done to silence my words! Happily, the Kremlin has a different position!…That’s why I have this opportunity to broadcast, we have this channel - thanks for that!”\n\n~ Vladimir Solovyov\n\nBecause the Kremlin approves of the Incitement to Genocide! https://t.co/65ungd3UlY",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1643108654181236736",
+ "quoted_status_permalink": {
+ "url": "https://t.co/1PFs825gOx",
+ "expanded": "https://twitter.com/prune602/status/1643108654181236736",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 1,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739757359814045754"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766804019323206",
+ "sortIndex": "1739819664587882465",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766804019323206",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766804019323206"
+ ],
+ "editable_until_msecs": "1703631304039",
+ "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": "Tue Dec 26 21:55:04 +0000 2023",
+ "conversation_id_str": "1739766804019323206",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Q7ihgfuFL8",
+ "expanded_url": "https://twitter.com/Prune602/status/1739759081705943361/photo/1",
+ "id_str": "1739759076995653632",
+ "indices": [
+ 116,
+ 139
+ ],
+ "media_key": "3_1739759076995653632",
+ "media_url_https": "https://pbs.twimg.com/media/GCTdqbMWYAAyYLL.jpg",
+ "source_status_id_str": "1739759081705943361",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/Q7ihgfuFL8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 0,
+ "h": 77,
+ "w": 77
+ },
+ {
+ "x": 531,
+ "y": 135,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 158,
+ "y": 0,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 301,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Q7ihgfuFL8",
+ "expanded_url": "https://twitter.com/Prune602/status/1739759081705943361/photo/1",
+ "id_str": "1739759076995653632",
+ "indices": [
+ 116,
+ 139
+ ],
+ "media_key": "3_1739759076995653632",
+ "media_url_https": "https://pbs.twimg.com/media/GCTdqbMWYAAyYLL.jpg",
+ "source_status_id_str": "1739759081705943361",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/Q7ihgfuFL8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 0,
+ "h": 77,
+ "w": 77
+ },
+ {
+ "x": 531,
+ "y": 135,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 158,
+ "y": 0,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 301,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “A human body is not beautiful at every age.”\n\n~ Vladimir Solovyov\n\nHe sounds bitter. https://t.co/Q7ihgfuFL8",
+ "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": "105327432",
+ "id_str": "1739766804019323206",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759081705943361",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739759081705943361"
+ ],
+ "editable_until_msecs": "1703629462000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "13048",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:24:22 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 101
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Q7ihgfuFL8",
+ "expanded_url": "https://twitter.com/Prune602/status/1739759081705943361/photo/1",
+ "id_str": "1739759076995653632",
+ "indices": [
+ 102,
+ 125
+ ],
+ "media_key": "3_1739759076995653632",
+ "media_url_https": "https://pbs.twimg.com/media/GCTdqbMWYAAyYLL.jpg",
+ "type": "photo",
+ "url": "https://t.co/Q7ihgfuFL8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 0,
+ "h": 77,
+ "w": 77
+ },
+ {
+ "x": 531,
+ "y": 135,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 158,
+ "y": 0,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 301,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Q7ihgfuFL8",
+ "expanded_url": "https://twitter.com/Prune602/status/1739759081705943361/photo/1",
+ "id_str": "1739759076995653632",
+ "indices": [
+ 102,
+ 125
+ ],
+ "media_key": "3_1739759076995653632",
+ "media_url_https": "https://pbs.twimg.com/media/GCTdqbMWYAAyYLL.jpg",
+ "type": "photo",
+ "url": "https://t.co/Q7ihgfuFL8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 279,
+ "y": 0,
+ "h": 77,
+ "w": 77
+ },
+ {
+ "x": 531,
+ "y": 135,
+ "h": 162,
+ "w": 162
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 158,
+ "y": 0,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 301,
+ "y": 77,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 298,
+ "y": 1,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 567,
+ "y": 145,
+ "h": 173,
+ "w": 173
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 44,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 53,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “A human body is not beautiful at every age.”\n\n~ Vladimir Solovyov\n\nHe sounds bitter. https://t.co/Q7ihgfuFL8",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 5,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739759081705943361"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766700373856489",
+ "sortIndex": "1739819664587882464",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766700373856489",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766700373856489"
+ ],
+ "editable_until_msecs": "1703631279328",
+ "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": "Tue Dec 26 21:54:39 +0000 2023",
+ "conversation_id_str": "1739766700373856489",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "142696927",
+ "name": "laurence norman",
+ "screen_name": "laurnorman",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "17175213",
+ "name": "Shashank Joshi",
+ "screen_name": "shashj",
+ "indices": [
+ 16,
+ 23
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @laurnorman: @shashj Couple of months maybe I'd guess. There's a slippery slope from Houthis to Iran and from Red Sea missiles to missil…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739766700373856489",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766397012525295",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDI2OTY5Mjc=",
+ "rest_id": "142696927",
+ "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 11 14:23:38 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "In Europe for The Wall Street Journal. Cover Iran nuclear, EU, European foreign policy & anything else that comes my way. My RT, someone else's view.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "wsj.com",
+ "expanded_url": "http://www.wsj.com",
+ "url": "https://t.co/RsOa7vEO2y",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5756,
+ "followers_count": 30099,
+ "friends_count": 3808,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1070,
+ "location": "Europe",
+ "media_count": 464,
+ "name": "laurence norman",
+ "normal_followers_count": 30099,
+ "pinned_tweet_ids_str": [
+ "1664237334303326208"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/142696927/1667302112",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640638127566905344/VoLidvQN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "laurnorman",
+ "statuses_count": 71859,
+ "translator_type": "none",
+ "url": "https://t.co/RsOa7vEO2y",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766397012525295"
+ ],
+ "editable_until_msecs": "1703631207000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "15581",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:53:27 +0000 2023",
+ "conversation_id_str": "1739766108083659049",
+ "display_text_range": [
+ 8,
+ 183
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "17175213",
+ "name": "Shashank Joshi",
+ "screen_name": "shashj",
+ "indices": [
+ 0,
+ 7
+ ]
+ }
+ ]
+ },
+ "favorite_count": 13,
+ "favorited": false,
+ "full_text": "@shashj Couple of months maybe I'd guess. There's a slippery slope from Houthis to Iran and from Red Sea missiles to missiles fired at Saudi. I reckon they might want more calm first.",
+ "in_reply_to_screen_name": "shashj",
+ "in_reply_to_status_id_str": "1739766108083659049",
+ "in_reply_to_user_id_str": "17175213",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 3,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "142696927",
+ "id_str": "1739766397012525295"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766674109206980",
+ "sortIndex": "1739819664587882463",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766674109206980",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766674109206980"
+ ],
+ "editable_until_msecs": "1703631273066",
+ "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": "Tue Dec 26 21:54:33 +0000 2023",
+ "conversation_id_str": "1739766674109206980",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6SvUvhaY26",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761328422559804/photo/1",
+ "id_str": "1739761324026953728",
+ "indices": [
+ 117,
+ 140
+ ],
+ "media_key": "3_1739761324026953728",
+ "media_url_https": "https://pbs.twimg.com/media/GCTftOCXAAA4_IW.jpg",
+ "source_status_id_str": "1739761328422559804",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/6SvUvhaY26",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 469,
+ "y": 138,
+ "h": 160,
+ "w": 160
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 266,
+ "y": 78,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6SvUvhaY26",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761328422559804/photo/1",
+ "id_str": "1739761324026953728",
+ "indices": [
+ 117,
+ 140
+ ],
+ "media_key": "3_1739761324026953728",
+ "media_url_https": "https://pbs.twimg.com/media/GCTftOCXAAA4_IW.jpg",
+ "source_status_id_str": "1739761328422559804",
+ "source_user_id_str": "1498461179890524161",
+ "type": "photo",
+ "url": "https://t.co/6SvUvhaY26",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 469,
+ "y": 138,
+ "h": 160,
+ "w": 160
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 266,
+ "y": 78,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “We should get rid of all this, get rid of all these vatniks!”\n\n~ Vladimir Solovyov\n\n🍿 https://t.co/6SvUvhaY26",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1624443076541353989",
+ "quoted_status_permalink": {
+ "url": "https://t.co/yX3h7BQNdk",
+ "expanded": "https://twitter.com/prune602/status/1624443076541353989",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739766674109206980",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739761328422559804",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739761328422559804"
+ ],
+ "editable_until_msecs": "1703629998000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "19461",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1624443076541353989",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1624443076541353989"
+ ],
+ "editable_until_msecs": "1676134184000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "218495",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 11,
+ "bookmarked": false,
+ "created_at": "Sat Feb 11 16:19:44 +0000 2023",
+ "conversation_id_str": "1624295423530729476",
+ "display_text_range": [
+ 16,
+ 83
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/H6aqhKn9No",
+ "expanded_url": "https://twitter.com/Prune602/status/1624443076541353989/photo/1",
+ "id_str": "1624443071671697409",
+ "indices": [
+ 84,
+ 107
+ ],
+ "media_key": "3_1624443071671697409",
+ "media_url_https": "https://pbs.twimg.com/media/FosuXfTWAAEG8zz.jpg",
+ "type": "photo",
+ "url": "https://t.co/H6aqhKn9No",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 89,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 160,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 377,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/H6aqhKn9No",
+ "expanded_url": "https://twitter.com/Prune602/status/1624443076541353989/photo/1",
+ "id_str": "1624443071671697409",
+ "indices": [
+ 84,
+ 107
+ ],
+ "media_key": "3_1624443071671697409",
+ "media_url_https": "https://pbs.twimg.com/media/FosuXfTWAAEG8zz.jpg",
+ "type": "photo",
+ "url": "https://t.co/H6aqhKn9No",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 89,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 160,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 377,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 931,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “Understand, it turns out that we are the Orcs”\n\n~Vladimir Solovyov https://t.co/H6aqhKn9No",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1624295423530729476",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 20,
+ "reply_count": 67,
+ "retweet_count": 131,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1624443076541353989"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:33:18 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 102
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6SvUvhaY26",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761328422559804/photo/1",
+ "id_str": "1739761324026953728",
+ "indices": [
+ 103,
+ 126
+ ],
+ "media_key": "3_1739761324026953728",
+ "media_url_https": "https://pbs.twimg.com/media/GCTftOCXAAA4_IW.jpg",
+ "type": "photo",
+ "url": "https://t.co/6SvUvhaY26",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 469,
+ "y": 138,
+ "h": 160,
+ "w": 160
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 266,
+ "y": 78,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6SvUvhaY26",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761328422559804/photo/1",
+ "id_str": "1739761324026953728",
+ "indices": [
+ 103,
+ 126
+ ],
+ "media_key": "3_1739761324026953728",
+ "media_url_https": "https://pbs.twimg.com/media/GCTftOCXAAA4_IW.jpg",
+ "type": "photo",
+ "url": "https://t.co/6SvUvhaY26",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 469,
+ "y": 138,
+ "h": 160,
+ "w": 160
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 266,
+ "y": 78,
+ "h": 90,
+ "w": 90
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 501,
+ "y": 148,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 46,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “We should get rid of all this, get rid of all these vatniks!”\n\n~ Vladimir Solovyov\n\n🍿 https://t.co/6SvUvhaY26",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1624443076541353989",
+ "quoted_status_permalink": {
+ "url": "https://t.co/yX3h7BQNdk",
+ "expanded": "https://twitter.com/prune602/status/1624443076541353989",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 1,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739761328422559804"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766583117984037",
+ "sortIndex": "1739819664587882462",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766583117984037",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766583117984037"
+ ],
+ "editable_until_msecs": "1703631251372",
+ "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": "Tue Dec 26 21:54:11 +0000 2023",
+ "conversation_id_str": "1739766583117984037",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “Understand, these things are totally connected!”\n\n~ Vladimir Solovyov\n\nNarrator: They were not “totally con…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739766583117984037",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739761933950062835",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739761933950062835"
+ ],
+ "editable_until_msecs": "1703630142000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "12831",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:35:42 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 132
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Vd6fRm4GxM",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761933950062835/photo/1",
+ "id_str": "1739761928958832640",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1739761928958832640",
+ "media_url_https": "https://pbs.twimg.com/media/GCTgQblW8AAKdNS.jpg",
+ "type": "photo",
+ "url": "https://t.co/Vd6fRm4GxM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 568,
+ "y": 107,
+ "h": 168,
+ "w": 168
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 100,
+ "h": 157,
+ "w": 157
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 301,
+ "y": 56,
+ "h": 89,
+ "w": 89
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 568,
+ "y": 107,
+ "h": 168,
+ "w": 168
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Vd6fRm4GxM",
+ "expanded_url": "https://twitter.com/Prune602/status/1739761933950062835/photo/1",
+ "id_str": "1739761928958832640",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1739761928958832640",
+ "media_url_https": "https://pbs.twimg.com/media/GCTgQblW8AAKdNS.jpg",
+ "type": "photo",
+ "url": "https://t.co/Vd6fRm4GxM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 568,
+ "y": 107,
+ "h": 168,
+ "w": 168
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 532,
+ "y": 100,
+ "h": 157,
+ "w": 157
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 301,
+ "y": 56,
+ "h": 89,
+ "w": 89
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 568,
+ "y": 107,
+ "h": 168,
+ "w": 168
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 39,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “Understand, these things are totally connected!”\n\n~ Vladimir Solovyov\n\nNarrator: They were not “totally connected” https://t.co/Vd6fRm4GxM",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "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": "1498461179890524161",
+ "id_str": "1739761933950062835"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766432026476826",
+ "sortIndex": "1739819664587882461",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766432026476826",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766432026476826"
+ ],
+ "editable_until_msecs": "1703631215349",
+ "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": "Tue Dec 26 21:53:35 +0000 2023",
+ "conversation_id_str": "1739766432026476826",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “Yes, a strike was carried out on Feodosia”\n\n~ Vladimir Solovyov\n\nThe Russian Navy lost a landing ship with a…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739756385720566036",
+ "quoted_status_permalink": {
+ "url": "https://t.co/XzpIvPd7Bz",
+ "expanded": "https://twitter.com/prune602/status/1739756385720566036",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 8,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739766432026476826",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739763602746208550",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739763602746208550"
+ ],
+ "editable_until_msecs": "1703630540000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "18577",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739756385720566036",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739756385720566036"
+ ],
+ "editable_until_msecs": "1703628820000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "32069",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:13:40 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 62
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 63,
+ 86
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/yYjqFYO2QQ",
+ "expanded_url": "https://twitter.com/Prune602/status/1739756385720566036/photo/1",
+ "id_str": "1739756381127761920",
+ "indices": [
+ 63,
+ 86
+ ],
+ "media_key": "3_1739756381127761920",
+ "media_url_https": "https://pbs.twimg.com/media/GCTbNgTW4AAOfDn.jpg",
+ "type": "photo",
+ "url": "https://t.co/yYjqFYO2QQ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 640,
+ "y": 213,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 495,
+ "y": 173,
+ "h": 143,
+ "w": 143
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 362,
+ "y": 121,
+ "h": 32,
+ "w": 32
+ },
+ {
+ "x": 280,
+ "y": 98,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 683,
+ "y": 228,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 528,
+ "y": 185,
+ "h": 153,
+ "w": 153
+ }
+ ]
+ }
+ },
+ "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": 248,
+ "y": 0,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 292,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 428,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 75,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “They hate me!”\n\n~ Vladimir Solovyov\n\nProbably https://t.co/yYjqFYO2QQ",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 4,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739756385720566036"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:42:20 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 294
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/1QMHYo2jHG",
+ "expanded_url": "https://twitter.com/Prune602/status/1739763602746208550/photo/1",
+ "id_str": "1739763597406846976",
+ "indices": [
+ 295,
+ 318
+ ],
+ "media_key": "3_1739763597406846976",
+ "media_url_https": "https://pbs.twimg.com/media/GCThxjCXQAAPi2U.jpg",
+ "type": "photo",
+ "url": "https://t.co/1QMHYo2jHG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 437,
+ "y": 102,
+ "h": 127,
+ "w": 127
+ },
+ {
+ "x": 505,
+ "y": 176,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 409,
+ "y": 95,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 473,
+ "y": 165,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 232,
+ "y": 54,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 268,
+ "y": 93,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 437,
+ "y": 102,
+ "h": 127,
+ "w": 127
+ },
+ {
+ "x": 505,
+ "y": 176,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/1QMHYo2jHG",
+ "expanded_url": "https://twitter.com/Prune602/status/1739763602746208550/photo/1",
+ "id_str": "1739763597406846976",
+ "indices": [
+ 295,
+ 318
+ ],
+ "media_key": "3_1739763597406846976",
+ "media_url_https": "https://pbs.twimg.com/media/GCThxjCXQAAPi2U.jpg",
+ "type": "photo",
+ "url": "https://t.co/1QMHYo2jHG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 437,
+ "y": 102,
+ "h": 127,
+ "w": 127
+ },
+ {
+ "x": 505,
+ "y": 176,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 409,
+ "y": 95,
+ "h": 119,
+ "w": 119
+ },
+ {
+ "x": 473,
+ "y": 165,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 232,
+ "y": 54,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 268,
+ "y": 93,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 437,
+ "y": 102,
+ "h": 127,
+ "w": 127
+ },
+ {
+ "x": 505,
+ "y": 176,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 54,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “Yes, a strike was carried out on Feodosia”\n\n~ Vladimir Solovyov\n\nThe Russian Navy lost a landing ship with a lot of explosive cargo, but Solovyov is going to talk about a naked party and how he is actually the victim instead. \n\n🇷🇺: 😅 It’s fine, everything is FINE! DON’T PANIC! https://t.co/1QMHYo2jHG",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1739756385720566036",
+ "quoted_status_permalink": {
+ "url": "https://t.co/XzpIvPd7Bz",
+ "expanded": "https://twitter.com/prune602/status/1739756385720566036",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 8,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739763602746208550"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766384723214644",
+ "sortIndex": "1739819664587882460",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766384723214644",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766384723214644"
+ ],
+ "editable_until_msecs": "1703631204071",
+ "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": "Tue Dec 26 21:53:24 +0000 2023",
+ "conversation_id_str": "1739766384723214644",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “They were quoting the head of Crimea, Mr. Aksyonov”\n\n~ Vladimir Solovyov\n\n🙋♀️ Can I share a quote from him?…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1637291115589058560",
+ "quoted_status_permalink": {
+ "url": "https://t.co/SuMpG9e5nq",
+ "expanded": "https://twitter.com/prune602/status/1637291115589058560",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739766384723214644",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739764730561003611",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739764730561003611"
+ ],
+ "editable_until_msecs": "1703630809000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "18182",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1637291115589058560",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1637291115589058560"
+ ],
+ "editable_until_msecs": "1679197396000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "32619",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1637072073607507970"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Mar 19 03:13:16 +0000 2023",
+ "conversation_id_str": "1637291115589058560",
+ "display_text_range": [
+ 0,
+ 132
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6hBf7RI4HG",
+ "expanded_url": "https://twitter.com/Prune602/status/1637291115589058560/photo/1",
+ "id_str": "1637291111331799040",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1637291111331799040",
+ "media_url_https": "https://pbs.twimg.com/media/FrjTl0zWIAAH3gc.jpg",
+ "type": "photo",
+ "url": "https://t.co/6hBf7RI4HG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 24,
+ "y": 66,
+ "h": 68,
+ "w": 68
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 38,
+ "h": 39,
+ "w": 39
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 7,
+ "y": 21,
+ "h": 22,
+ "w": 22
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 24,
+ "y": 66,
+ "h": 68,
+ "w": 68
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 896,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 979,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 1196,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/6hBf7RI4HG",
+ "expanded_url": "https://twitter.com/Prune602/status/1637291115589058560/photo/1",
+ "id_str": "1637291111331799040",
+ "indices": [
+ 133,
+ 156
+ ],
+ "media_key": "3_1637291111331799040",
+ "media_url_https": "https://pbs.twimg.com/media/FrjTl0zWIAAH3gc.jpg",
+ "type": "photo",
+ "url": "https://t.co/6hBf7RI4HG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 24,
+ "y": 66,
+ "h": 68,
+ "w": 68
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 14,
+ "y": 38,
+ "h": 39,
+ "w": 39
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 7,
+ "y": 21,
+ "h": 22,
+ "w": 22
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 24,
+ "y": 66,
+ "h": 68,
+ "w": 68
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1152,
+ "w": 2048,
+ "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": 1152,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 896,
+ "y": 0,
+ "w": 1152,
+ "h": 1152
+ },
+ {
+ "x": 979,
+ "y": 0,
+ "w": 1011,
+ "h": 1152
+ },
+ {
+ "x": 1196,
+ "y": 0,
+ "w": 576,
+ "h": 1152
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1152
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 14,
+ "favorited": false,
+ "full_text": "“Crimea is definitely a Russian region forever”\n\n~ Sergey Aksenov \n\nInteresting…I heard someone say something similar about Kherson. https://t.co/6hBf7RI4HG",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1637072073607507970",
+ "quoted_status_permalink": {
+ "url": "https://t.co/pYgQ18aY39",
+ "expanded": "https://twitter.com/WinstonCatNews/status/1637072073607507970",
+ "display": "twitter.com/WinstonCatNews…"
+ },
+ "reply_count": 2,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1637291115589058560"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:46:49 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 181
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/O60Xgrfdvl",
+ "expanded_url": "https://twitter.com/Prune602/status/1739764730561003611/photo/1",
+ "id_str": "1739764726412816384",
+ "indices": [
+ 182,
+ 205
+ ],
+ "media_key": "3_1739764726412816384",
+ "media_url_https": "https://pbs.twimg.com/media/GCTizQ6XMAAXMHK.jpg",
+ "type": "photo",
+ "url": "https://t.co/O60Xgrfdvl",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 103,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 506,
+ "y": 187,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 405,
+ "y": 96,
+ "h": 120,
+ "w": 120
+ },
+ {
+ "x": 474,
+ "y": 175,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 230,
+ "y": 54,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 268,
+ "y": 99,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 103,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 506,
+ "y": 187,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/O60Xgrfdvl",
+ "expanded_url": "https://twitter.com/Prune602/status/1739764730561003611/photo/1",
+ "id_str": "1739764726412816384",
+ "indices": [
+ 182,
+ 205
+ ],
+ "media_key": "3_1739764726412816384",
+ "media_url_https": "https://pbs.twimg.com/media/GCTizQ6XMAAXMHK.jpg",
+ "type": "photo",
+ "url": "https://t.co/O60Xgrfdvl",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 103,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 506,
+ "y": 187,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 405,
+ "y": 96,
+ "h": 120,
+ "w": 120
+ },
+ {
+ "x": 474,
+ "y": 175,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 230,
+ "y": 54,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 268,
+ "y": 99,
+ "h": 78,
+ "w": 78
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 433,
+ "y": 103,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 506,
+ "y": 187,
+ "h": 147,
+ "w": 147
+ }
+ ]
+ }
+ },
+ "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": 648,
+ "y": 0,
+ "w": 632,
+ "h": 720
+ },
+ {
+ "x": 920,
+ "y": 0,
+ "w": 360,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 720
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 22,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “They were quoting the head of Crimea, Mr. Aksyonov”\n\n~ Vladimir Solovyov\n\n🙋♀️ Can I share a quote from him?\n\n(SPOILERS: Someone said the same thing about Kherson) https://t.co/O60Xgrfdvl",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1637291115589058560",
+ "quoted_status_permalink": {
+ "url": "https://t.co/SuMpG9e5nq",
+ "expanded": "https://twitter.com/prune602/status/1637291115589058560",
+ "display": "twitter.com/prune602/statu…"
+ },
+ "reply_count": 5,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739764730561003611"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766325575074224",
+ "sortIndex": "1739819664587882459",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766325575074224",
+ "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": 166272,
+ "followers_count": 456992,
+ "friends_count": 1616,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7022,
+ "location": "United States",
+ "media_count": 21336,
+ "name": "Julia Davis",
+ "normal_followers_count": 456992,
+ "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": 117116,
+ "translator_type": "none",
+ "url": "https://t.co/jkgE3TNxS4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766325575074224"
+ ],
+ "editable_until_msecs": "1703631189969",
+ "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": "Tue Dec 26 21:53:09 +0000 2023",
+ "conversation_id_str": "1739766325575074224",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1498461179890524161",
+ "name": "Prune60",
+ "screen_name": "Prune602",
+ "indices": [
+ 3,
+ 12
+ ]
+ },
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 14,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Prune602: @JuliaDavisNews “We are the grown ups, we have the right to do whatever we want with our rear.”\n\n~ Vladimir Solovyov\n\nBy all…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1739766325575074224",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766055227015278",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4NDYxMTc5ODkwNTI0MTYx",
+ "rest_id": "1498461179890524161",
+ "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 Mar 01 00:53:24 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Electrical/Power Systems Engineer, Queen of Anglo-Saxonia, ✏️*sigh* there will be typos, and spontaneous threads",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12530,
+ "followers_count": 2864,
+ "friends_count": 192,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 84,
+ "location": "",
+ "media_count": 13271,
+ "name": "Prune60",
+ "normal_followers_count": 2864,
+ "pinned_tweet_ids_str": [
+ "1628994623828885504"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498461179890524161/1661909729",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517279835999150082/Bte8DwHy_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Prune602",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766055227015278"
+ ],
+ "editable_until_msecs": "1703631125000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "10973",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:52:05 +0000 2023",
+ "conversation_id_str": "1739753183243633015",
+ "display_text_range": [
+ 16,
+ 159
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/7RobTXznlt",
+ "expanded_url": "https://twitter.com/Prune602/status/1739766055227015278/photo/1",
+ "id_str": "1739766050667782144",
+ "indices": [
+ 160,
+ 183
+ ],
+ "media_key": "3_1739766050667782144",
+ "media_url_https": "https://pbs.twimg.com/media/GCTkAWJWYAAB-tG.jpg",
+ "type": "photo",
+ "url": "https://t.co/7RobTXznlt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 112,
+ "h": 171,
+ "w": 171
+ },
+ {
+ "x": 537,
+ "y": 833,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 94,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 454,
+ "y": 705,
+ "h": 144,
+ "w": 144
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 261,
+ "y": 53,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 257,
+ "y": 399,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 112,
+ "h": 171,
+ "w": 171
+ },
+ {
+ "x": 537,
+ "y": 833,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1416,
+ "w": 1290,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 1093,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 619,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1416,
+ "width": 1290,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 310,
+ "w": 1290,
+ "h": 722
+ },
+ {
+ "x": 0,
+ "y": 26,
+ "w": 1290,
+ "h": 1290
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1242,
+ "h": 1416
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 708,
+ "h": 1416
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1290,
+ "h": 1416
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 0,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/7RobTXznlt",
+ "expanded_url": "https://twitter.com/Prune602/status/1739766055227015278/photo/1",
+ "id_str": "1739766050667782144",
+ "indices": [
+ 160,
+ 183
+ ],
+ "media_key": "3_1739766050667782144",
+ "media_url_https": "https://pbs.twimg.com/media/GCTkAWJWYAAB-tG.jpg",
+ "type": "photo",
+ "url": "https://t.co/7RobTXznlt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 112,
+ "h": 171,
+ "w": 171
+ },
+ {
+ "x": 537,
+ "y": 833,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 462,
+ "y": 94,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 454,
+ "y": 705,
+ "h": 144,
+ "w": 144
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 261,
+ "y": 53,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 257,
+ "y": 399,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 112,
+ "h": 171,
+ "w": 171
+ },
+ {
+ "x": 537,
+ "y": 833,
+ "h": 171,
+ "w": 171
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1416,
+ "w": 1290,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 1093,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 619,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1416,
+ "width": 1290,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 310,
+ "w": 1290,
+ "h": 722
+ },
+ {
+ "x": 0,
+ "y": 26,
+ "w": 1290,
+ "h": 1290
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1242,
+ "h": 1416
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 708,
+ "h": 1416
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1290,
+ "h": 1416
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 31,
+ "favorited": false,
+ "full_text": "@JuliaDavisNews “We are the grown ups, we have the right to do whatever we want with our rear.”\n\n~ Vladimir Solovyov\n\nBy all means, make love not war Solovyov! https://t.co/7RobTXznlt",
+ "in_reply_to_screen_name": "JuliaDavisNews",
+ "in_reply_to_status_id_str": "1739753183243633015",
+ "in_reply_to_user_id_str": "105327432",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 1,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "1498461179890524161",
+ "id_str": "1739766055227015278"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739766108083659049",
+ "sortIndex": "1739819664587882458",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739766108083659049",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739766108083659049"
+ ],
+ "editable_until_msecs": "1703631138000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "47289",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739746985652158755",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTE1OTI4Ng==",
+ "rest_id": "25159286",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 18 21:29:04 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter for U.S. Central Command (CENTCOM). \n\nCENTCOM History Documentary: https://t.co/CpeADerysF…",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO",
+ "expanded_url": "http://centcom.mil/ABOUT-US/HISTO",
+ "url": "https://t.co/CpeADerysF",
+ "indices": [
+ 84,
+ 107
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO…",
+ "expanded_url": "https://www.centcom.mil/ABOUT-US/HISTORY/",
+ "url": "https://t.co/zejC90uziB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6812,
+ "followers_count": 575783,
+ "friends_count": 1496,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5245,
+ "location": "MacDill AFB, Tampa, FL",
+ "media_count": 2198,
+ "name": "U.S. Central Command",
+ "normal_followers_count": 575783,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/25159286/1672577436",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1610948856052580353/rdDsOIn6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CENTCOM",
+ "statuses_count": 14839,
+ "translator_type": "none",
+ "url": "https://t.co/zejC90uziB",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739746985652158755"
+ ],
+ "editable_until_msecs": "1703626578000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1540405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDY5ODU1NDczNzg2ODg=",
+ "text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the Houthis over a 10 hour period which began at approximately 6:30 a.m. (Sanaa time) on December 26. There was no damage to ships in the area or reported injuries.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 212,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:36:18 +0000 2023",
+ "conversation_id_str": "1739746985652158755",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 4598,
+ "favorited": false,
+ "full_text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the… https://t.co/vRQ5e6Au6d",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 448,
+ "reply_count": 547,
+ "retweet_count": 1358,
+ "retweeted": false,
+ "user_id_str": "25159286",
+ "id_str": "1739746985652158755"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 16,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:52:18 +0000 2023",
+ "conversation_id_str": "1739766108083659049",
+ "display_text_range": [
+ 0,
+ 135
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 236,
+ "favorited": false,
+ "full_text": "Prediction: there will be strikes on Houthi infrastructure in Yemen within a couple of weeks. This situation does not seem sustainable.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 5,
+ "quoted_status_id_str": "1739746985652158755",
+ "quoted_status_permalink": {
+ "url": "https://t.co/wQLbqG8b2R",
+ "expanded": "https://twitter.com/centcom/status/1739746985652158755",
+ "display": "twitter.com/centcom/status…"
+ },
+ "reply_count": 22,
+ "retweet_count": 34,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739766108083659049"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739765578007474333",
+ "sortIndex": "1739819664587882457",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739765578007474333",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTQwOTk5MTk=",
+ "rest_id": "454099919",
+ "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 Jan 03 16:36:02 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Professor of Political Science, Director of Freeman Spogli Institute & Hoover Senior Fellow all at Stanford University. U.S. Ambassador to Russia, 2012-2014.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "michaelmcfaul.substack.com",
+ "expanded_url": "https://michaelmcfaul.substack.com/",
+ "url": "https://t.co/Mdi9pqQ58Q",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 46606,
+ "followers_count": 900854,
+ "friends_count": 2092,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10476,
+ "location": "Stanford, California",
+ "media_count": 3445,
+ "name": "Michael McFaul",
+ "normal_followers_count": 900854,
+ "pinned_tweet_ids_str": [
+ "1515923887720071168"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/454099919/1667071005",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1483538323368910851/gqSpEuaL_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "McFaul",
+ "statuses_count": 122048,
+ "translator_type": "none",
+ "url": "https://t.co/Mdi9pqQ58Q",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739765578007474333"
+ ],
+ "editable_until_msecs": "1703631011735",
+ "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": "Tue Dec 26 21:50:11 +0000 2023",
+ "conversation_id_str": "1739765578007474333",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "82299300",
+ "name": "Alexey Navalny",
+ "screen_name": "navalny",
+ "indices": [
+ 3,
+ 11
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @navalny: 1/9 I am your new Santa Claus.\n\nWell, I now have a sheepskin coat, an ushanka hat (a fur hat with ear-covering flaps), and soo…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2581,
+ "retweeted": false,
+ "user_id_str": "454099919",
+ "id_str": "1739765578007474333",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739557690060210196",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4MjI5OTMwMA==",
+ "rest_id": "82299300",
+ "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 14 07:12:44 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Основатель Фонда борьбы с коррупцией, лидер партии Россия Будущего.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "navalny.com",
+ "expanded_url": "http://navalny.com/",
+ "url": "http://t.co/vUATkvwKPm",
+ "indices": [
+ 0,
+ 22
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 11557,
+ "followers_count": 2954112,
+ "friends_count": 1256,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 9037,
+ "location": "Moscow",
+ "media_count": 11849,
+ "name": "Alexey Navalny",
+ "normal_followers_count": 2954112,
+ "pinned_tweet_ids_str": [
+ "1627632098608644099"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/82299300/1386663884",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1532731296014913543/kWwAPiq7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "navalny",
+ "statuses_count": 137914,
+ "translator_type": "none",
+ "url": "http://t.co/vUATkvwKPm",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739557690060210196"
+ ],
+ "editable_until_msecs": "1703581447000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2235368",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 322,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 08:04:07 +0000 2023",
+ "conversation_id_str": "1739557690060210196",
+ "display_text_range": [
+ 0,
+ 246
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 12829,
+ "favorited": false,
+ "full_text": "1/9 I am your new Santa Claus.\n\nWell, I now have a sheepskin coat, an ushanka hat (a fur hat with ear-covering flaps), and soon I will get valenki (a traditional Russian winter footwear). I have grown a beard for the 20 days of my transportation.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 348,
+ "reply_count": 406,
+ "retweet_count": 2581,
+ "retweeted": false,
+ "user_id_str": "82299300",
+ "id_str": "1739557690060210196"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739764275973955929",
+ "sortIndex": "1739819664587882456",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739764275973955929",
+ "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-at-large @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": 27535,
+ "followers_count": 264737,
+ "friends_count": 1232,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4333,
+ "location": "Kyiv",
+ "media_count": 6463,
+ "name": "olexander scherba🇺🇦",
+ "normal_followers_count": 264737,
+ "pinned_tweet_ids_str": [
+ "1396956590713020416"
+ ],
+ "possibly_sensitive": true,
+ "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": 39119,
+ "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": [
+ "1739764275973955929"
+ ],
+ "editable_until_msecs": "1703630701000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "17133",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739744292015407202",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTM3MTMwODc1Mjk2NTYzMjAw",
+ "rest_id": "1537130875296563200",
+ "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 Jun 15 17:54:58 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "https://t.co/ecJv657h6u",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/jayinkyiv",
+ "expanded_url": "https://www.buymeacoffee.com/jayinkyiv",
+ "url": "https://t.co/ecJv657h6u",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "prytulafoundation.org",
+ "expanded_url": "https://prytulafoundation.org/",
+ "url": "https://t.co/iJ6X5XGm56",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 28632,
+ "followers_count": 66558,
+ "friends_count": 1329,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1484,
+ "location": "Kyiv",
+ "media_count": 8144,
+ "name": "Jay in Kyiv",
+ "normal_followers_count": 66558,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1677733643811160065/KvmrKArN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JayinKyiv",
+ "statuses_count": 24179,
+ "translator_type": "none",
+ "url": "https://t.co/iJ6X5XGm56",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739744292015407202"
+ ],
+ "editable_until_msecs": "1703625936000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "76112",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDQyOTE5NDQxMDgwMzI=",
+ "text": "No matter the level of Russian losses at the front, Putin's domestic situation will be fine as long as Russians perceive them as continuing to take land.\n\nThe key to bringing down Putin and putting an end to his entire global terror binge is to humiliate him in Ukraine.\n\nUkrainians are willing to do all the work if just supplied the weapons to do it.\n\nThe fact that the civilized world is wasting such a golden opportunity in favor of instead choosing decades of global war is incredible.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:25:36 +0000 2023",
+ "conversation_id_str": "1739744292015407202",
+ "display_text_range": [
+ 0,
+ 271
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 2456,
+ "favorited": false,
+ "full_text": "No matter the level of Russian losses at the front, Putin's domestic situation will be fine as long as Russians perceive them as continuing to take land.\n\nThe key to bringing down Putin and putting an end to his entire global terror binge is to humiliate him in Ukraine.…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 16,
+ "reply_count": 88,
+ "retweet_count": 567,
+ "retweeted": false,
+ "user_id_str": "1537130875296563200",
+ "id_str": "1739744292015407202"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:45:01 +0000 2023",
+ "conversation_id_str": "1739764275973955929",
+ "display_text_range": [
+ 0,
+ 281
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 264,
+ 281
+ ],
+ "text": "StandWithUkraine"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 296,
+ "favorited": false,
+ "full_text": "Just to think - finally America has a partner in a key part of the world that isn’t in need of building a nation, promoting democracy or shedding US blood. A partner who wants one thing: fight for freedom & win.\n\nWould America want to throw it under the bus?\n\n#StandWithUkraine",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1739744292015407202",
+ "quoted_status_permalink": {
+ "url": "https://t.co/2n3PGwz2rh",
+ "expanded": "https://twitter.com/jayinkyiv/status/1739744292015407202",
+ "display": "twitter.com/jayinkyiv/stat…"
+ },
+ "reply_count": 16,
+ "retweet_count": 100,
+ "retweeted": false,
+ "user_id_str": "163018653",
+ "id_str": "1739764275973955929"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739762003256938683",
+ "sortIndex": "1739819664587882455",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739762003256938683",
+ "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": 54164,
+ "followers_count": 412997,
+ "friends_count": 4339,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10748,
+ "location": "Kyiv via Bakhmut; also NYC",
+ "media_count": 8235,
+ "name": "Christopher Miller",
+ "normal_followers_count": 412997,
+ "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": 73513,
+ "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"
+ }
+ ]
+ }
+ }
+ }
+ },
"card": {
- "rest_id": "https://t.co/0glAp7Tgh1",
+ "rest_id": "https://t.co/L0YWz1aIiC",
"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"
+ "height": 367,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -15638,10 +29871,9 @@
"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"
+ "width": 266,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -15649,14 +29881,14 @@
{
"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. ",
+ "string_value": "Debt-funded scheme would sidestep Hungary to quickly release money for Kyiv",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.cnn.com",
+ "string_value": "www.ft.com",
"type": "STRING"
}
},
@@ -15664,10 +29896,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -15676,10 +29907,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -15688,22 +29918,31 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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": {
- "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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -15712,10 +29951,9 @@
"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"
+ "height": 367,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -15724,10 +29962,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -15736,10 +29973,9 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -15748,26 +29984,18 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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",
+ "string_value": "ft.com",
"type": "STRING"
}
},
@@ -15775,21 +30003,13 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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": {
@@ -15797,43 +30017,43 @@
"palette": [
{
"rgb": {
- "blue": 101,
- "green": 95,
- "red": 87
+ "blue": 42,
+ "green": 46,
+ "red": 45
},
- "percentage": 70.91
+ "percentage": 51.36
},
{
"rgb": {
- "blue": 136,
- "green": 131,
- "red": 126
+ "blue": 122,
+ "green": 109,
+ "red": 91
},
- "percentage": 22.07
+ "percentage": 36.57
},
{
"rgb": {
- "blue": 104,
- "green": 124,
- "red": 139
+ "blue": 95,
+ "green": 107,
+ "red": 122
},
- "percentage": 1.64
+ "percentage": 9.38
},
{
"rgb": {
- "blue": 123,
- "green": 101,
- "red": 75
+ "blue": 81,
+ "green": 73,
+ "red": 61
},
"percentage": 1.6
},
{
"rgb": {
- "blue": 213,
- "green": 226,
- "red": 223
+ "blue": 170,
+ "green": 198,
+ "red": 237
},
- "percentage": 1.53
+ "percentage": 0.63
}
]
},
@@ -15843,7 +30063,7 @@
{
"key": "title",
"value": {
- "string_value": "Massive blast hits Gaza refugee camp for a second day in a row ",
+ "string_value": "EU readies €20bn plan B to fund Ukraine",
"type": "STRING"
}
},
@@ -15854,43 +30074,43 @@
"palette": [
{
"rgb": {
- "blue": 101,
- "green": 95,
- "red": 87
+ "blue": 42,
+ "green": 46,
+ "red": 45
},
- "percentage": 70.91
+ "percentage": 51.36
},
{
"rgb": {
- "blue": 136,
- "green": 131,
- "red": 126
+ "blue": 122,
+ "green": 109,
+ "red": 91
},
- "percentage": 22.07
+ "percentage": 36.57
},
{
"rgb": {
- "blue": 104,
- "green": 124,
- "red": 139
+ "blue": 95,
+ "green": 107,
+ "red": 122
},
- "percentage": 1.64
+ "percentage": 9.38
},
{
"rgb": {
- "blue": 123,
- "green": 101,
- "red": 75
+ "blue": 81,
+ "green": 73,
+ "red": 61
},
"percentage": 1.6
},
{
"rgb": {
- "blue": 213,
- "green": 226,
- "red": 223
+ "blue": 170,
+ "green": 198,
+ "red": 237
},
- "percentage": 1.53
+ "percentage": 0.63
}
]
},
@@ -15901,10 +30121,9 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -15913,10 +30132,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -15928,43 +30146,43 @@
"palette": [
{
"rgb": {
- "blue": 101,
- "green": 95,
- "red": 87
+ "blue": 42,
+ "green": 46,
+ "red": 45
},
- "percentage": 70.91
+ "percentage": 51.36
},
{
"rgb": {
- "blue": 136,
- "green": 131,
- "red": 126
+ "blue": 122,
+ "green": 109,
+ "red": 91
},
- "percentage": 22.07
+ "percentage": 36.57
},
{
"rgb": {
- "blue": 104,
- "green": 124,
- "red": 139
+ "blue": 95,
+ "green": 107,
+ "red": 122
},
- "percentage": 1.64
+ "percentage": 9.38
},
{
"rgb": {
- "blue": 123,
- "green": 101,
- "red": 75
+ "blue": 81,
+ "green": 73,
+ "red": 61
},
"percentage": 1.6
},
{
"rgb": {
- "blue": 213,
- "green": 226,
- "red": 223
+ "blue": 170,
+ "green": 198,
+ "red": 237
},
- "percentage": 1.53
+ "percentage": 0.63
}
]
},
@@ -15975,10 +30193,9 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -15987,7 +30204,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/0glAp7Tgh1",
+ "string_value": "https://t.co/L0YWz1aIiC",
"type": "STRING"
}
},
@@ -15995,10 +30212,9 @@
"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"
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -16016,8 +30232,70 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/0glAp7Tgh1",
- "user_refs_results": []
+ "url": "https://t.co/L0YWz1aIiC",
+ "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": 7590674,
+ "friends_count": 1035,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 48303,
+ "location": "London / New York / Hong Kong",
+ "media_count": 24308,
+ "name": "Financial Times",
+ "normal_followers_count": 7590674,
+ "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": 337121,
+ "translator_type": "none",
+ "url": "https://t.co/XKMxG94Z9c",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ ]
}
},
"unmention_data": {},
@@ -16026,56 +30304,76 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719735340385153507"
+ "1739762003256938683"
],
- "editable_until_msecs": "1698855430000",
+ "editable_until_msecs": "1703630159000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "768",
+ "count": "36928",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 11,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:17:10 +0000 2023",
- "conversation_id_str": "1719735340385153507",
+ "created_at": "Tue Dec 26 21:35:59 +0000 2023",
+ "conversation_id_str": "1739762003256938683",
"display_text_range": [
0,
- 87
+ 227
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "on.ft.com/3NGkKvx",
+ "expanded_url": "https://on.ft.com/3NGkKvx",
+ "url": "https://t.co/L0YWz1aIiC",
"indices": [
- 64,
- 87
+ 204,
+ 227
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": [
+ {
+ "id_str": "783049484465008640",
+ "name": "Paola Tamma",
+ "screen_name": "paolatamma",
+ "indices": [
+ 181,
+ 192
+ ]
+ },
+ {
+ "id_str": "22558481",
+ "name": "Henry Foy",
+ "screen_name": "HenryJFoy",
+ "indices": [
+ 193,
+ 203
+ ]
+ }
+ ]
},
- "favorite_count": 2,
+ "favorite_count": 629,
"favorited": false,
- "full_text": "Massive blast hits Gaza refugee camp for a second day in a row https://t.co/0glAp7Tgh1",
+ "full_text": "The EU is preparing a back-up plan worth up to €20bn for Ukraine, using a debt structure that sidesteps the objections of Hungary’s Viktor Orbán about funding the war-torn country.\n@paolatamma @HenryJFoy\nhttps://t.co/L0YWz1aIiC",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 1,
- "retweet_count": 2,
+ "quote_count": 6,
+ "reply_count": 9,
+ "retweet_count": 175,
"retweeted": false,
- "user_id_str": "470444339",
- "id_str": "1719735340385153507"
+ "user_id_str": "16827148",
+ "id_str": "1739762003256938683"
}
}
},
@@ -16093,629 +30391,8 @@
}
},
{
- "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",
+ "entryId": "tweet-1739761296814518681",
+ "sortIndex": "1739819664587882454",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -16725,7 +30402,2950 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719734921189806309",
+ "rest_id": "1739761296814518681",
+ "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": 54164,
+ "followers_count": 412997,
+ "friends_count": 4339,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10748,
+ "location": "Kyiv via Bakhmut; also NYC",
+ "media_count": 8235,
+ "name": "Christopher Miller",
+ "normal_followers_count": 412997,
+ "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": 73513,
+ "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": [
+ "1739761296814518681"
+ ],
+ "editable_until_msecs": "1703629991000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "18938",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:33:11 +0000 2023",
+ "conversation_id_str": "1739761296814518681",
+ "display_text_range": [
+ 0,
+ 257
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282839105536",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282839105536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0maUAA9RNX.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 324,
+ "y": 1446,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 866,
+ "y": 284,
+ "h": 186,
+ "w": 186
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 189,
+ "y": 847,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 507,
+ "y": 166,
+ "h": 108,
+ "w": 108
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 107,
+ "y": 480,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 287,
+ "y": 94,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 324,
+ "y": 1446,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 866,
+ "y": 284,
+ "h": 186,
+ "w": 186
+ }
+ ]
+ }
+ },
+ "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": 30,
+ "w": 1536,
+ "h": 860
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 1751
+ },
+ {
+ "x": 460,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 2048
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282830745600",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282830745600",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0kawAAwwJS.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 648,
+ "y": 636,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 379,
+ "y": 372,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 215,
+ "y": 211,
+ "h": 51,
+ "w": 51
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 648,
+ "y": 636,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282839203840",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282839203840",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0mb0AAr3Fx.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 382,
+ "y": 1754,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 146,
+ "y": 1194,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 72,
+ "y": 1200,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 368,
+ "y": 1650,
+ "h": 88,
+ "w": 88
+ },
+ {
+ "x": 50,
+ "y": 948,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 1212,
+ "y": 1688,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 223,
+ "y": 1027,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 85,
+ "y": 699,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 42,
+ "y": 703,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 215,
+ "y": 966,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 29,
+ "y": 555,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 710,
+ "y": 989,
+ "h": 56,
+ "w": 56
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 126,
+ "y": 582,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 48,
+ "y": 396,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 23,
+ "y": 398,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 122,
+ "y": 547,
+ "h": 29,
+ "w": 29
+ },
+ {
+ "x": 16,
+ "y": 314,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 402,
+ "y": 560,
+ "h": 31,
+ "w": 31
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 382,
+ "y": 1754,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 146,
+ "y": 1194,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 72,
+ "y": 1200,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 368,
+ "y": 1650,
+ "h": 88,
+ "w": 88
+ },
+ {
+ "x": 50,
+ "y": 948,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 1212,
+ "y": 1688,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ }
+ },
+ "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": 542,
+ "w": 1536,
+ "h": 860
+ },
+ {
+ "x": 0,
+ "y": 204,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 97,
+ "w": 1536,
+ "h": 1751
+ },
+ {
+ "x": 51,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 2048
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "15447034",
+ "name": "Powell's Books",
+ "screen_name": "Powells",
+ "indices": [
+ 69,
+ 77
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282839105536",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282839105536",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0maUAA9RNX.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 324,
+ "y": 1446,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 866,
+ "y": 284,
+ "h": 186,
+ "w": 186
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 189,
+ "y": 847,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 507,
+ "y": 166,
+ "h": 108,
+ "w": 108
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 107,
+ "y": 480,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 287,
+ "y": 94,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 324,
+ "y": 1446,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 866,
+ "y": 284,
+ "h": 186,
+ "w": 186
+ }
+ ]
+ }
+ },
+ "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": 30,
+ "w": 1536,
+ "h": 860
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 1751
+ },
+ {
+ "x": 460,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 2048
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282830745600",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282830745600",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0kawAAwwJS.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 648,
+ "y": 636,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 379,
+ "y": 372,
+ "h": 91,
+ "w": 91
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 215,
+ "y": 211,
+ "h": 51,
+ "w": 51
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 648,
+ "y": 636,
+ "h": 156,
+ "w": 156
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 768,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1536
+ }
+ ]
+ }
+ },
+ {
+ "display_url": "pic.twitter.com/vClkNp5w2o",
+ "expanded_url": "https://twitter.com/ChristopherJM/status/1739761296814518681/photo/1",
+ "id_str": "1739761282839203840",
+ "indices": [
+ 258,
+ 281
+ ],
+ "media_key": "3_1739761282839203840",
+ "media_url_https": "https://pbs.twimg.com/media/GCTfq0mb0AAr3Fx.jpg",
+ "type": "photo",
+ "url": "https://t.co/vClkNp5w2o",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ },
+ {
+ "user_id": "20597436",
+ "name": "Bloomsbury U.S.",
+ "screen_name": "BloomsburyPub",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 382,
+ "y": 1754,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 146,
+ "y": 1194,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 72,
+ "y": 1200,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 368,
+ "y": 1650,
+ "h": 88,
+ "w": 88
+ },
+ {
+ "x": 50,
+ "y": 948,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 1212,
+ "y": 1688,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 223,
+ "y": 1027,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 85,
+ "y": 699,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 42,
+ "y": 703,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 215,
+ "y": 966,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 29,
+ "y": 555,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 710,
+ "y": 989,
+ "h": 56,
+ "w": 56
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 126,
+ "y": 582,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 48,
+ "y": 396,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 23,
+ "y": 398,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 122,
+ "y": 547,
+ "h": 29,
+ "w": 29
+ },
+ {
+ "x": 16,
+ "y": 314,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 402,
+ "y": 560,
+ "h": 31,
+ "w": 31
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 382,
+ "y": 1754,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 146,
+ "y": 1194,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 72,
+ "y": 1200,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 368,
+ "y": 1650,
+ "h": 88,
+ "w": 88
+ },
+ {
+ "x": 50,
+ "y": 948,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 1212,
+ "y": 1688,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ }
+ },
+ "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": 542,
+ "w": 1536,
+ "h": 860
+ },
+ {
+ "x": 0,
+ "y": 204,
+ "w": 1536,
+ "h": 1536
+ },
+ {
+ "x": 0,
+ "y": 97,
+ "w": 1536,
+ "h": 1751
+ },
+ {
+ "x": 51,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1536,
+ "h": 2048
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 227,
+ "favorited": false,
+ "full_text": "I spent Christmas in my hometown of Portland, Oregon, and stopped by @Powells, where I stumbled upon a giant poster of my book cover in the window. If you’re in PDX, Powell’s has a few autographed copies of The War Came To Us: Life And Death In Ukraine. 🇺🇦📖 https://t.co/vClkNp5w2o",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 5,
+ "retweet_count": 13,
+ "retweeted": false,
+ "user_id_str": "16827148",
+ "id_str": "1739761296814518681"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739759775410164061",
+ "sortIndex": "1739819664587882453",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759775410164061",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/00JHZuIz7v",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 367,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 266,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Debt-funded scheme would sidestep Hungary to quickly release money for Kyiv",
+ "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/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 42,
+ "green": 46,
+ "red": 45
+ },
+ "percentage": 51.36
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 109,
+ "red": 91
+ },
+ "percentage": 36.57
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 107,
+ "red": 122
+ },
+ "percentage": 9.38
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 73,
+ "red": 61
+ },
+ "percentage": 1.6
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 198,
+ "red": 237
+ },
+ "percentage": 0.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "EU readies €20bn plan B to fund Ukraine",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 42,
+ "green": 46,
+ "red": 45
+ },
+ "percentage": 51.36
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 109,
+ "red": 91
+ },
+ "percentage": 36.57
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 107,
+ "red": 122
+ },
+ "percentage": 9.38
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 73,
+ "red": 61
+ },
+ "percentage": 1.6
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 198,
+ "red": 237
+ },
+ "percentage": 0.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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/1739753095742062592/TXEN_Uy6?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 42,
+ "green": 46,
+ "red": 45
+ },
+ "percentage": 51.36
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 109,
+ "red": 91
+ },
+ "percentage": 36.57
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 107,
+ "red": 122
+ },
+ "percentage": 9.38
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 73,
+ "red": 61
+ },
+ "percentage": 1.6
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 198,
+ "red": 237
+ },
+ "percentage": 0.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/00JHZuIz7v",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 394,
+ "width": 700,
+ "url": "https://pbs.twimg.com/card_img/1739753095742062592/TXEN_Uy6?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/00JHZuIz7v",
+ "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": 7590674,
+ "friends_count": 1035,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 48303,
+ "location": "London / New York / Hong Kong",
+ "media_count": 24308,
+ "name": "Financial Times",
+ "normal_followers_count": 7590674,
+ "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": 337121,
+ "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": [
+ "1739759775410164061"
+ ],
+ "editable_until_msecs": "1703629628000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "76024",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 38,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:27:08 +0000 2023",
+ "conversation_id_str": "1739759775410164061",
+ "display_text_range": [
+ 0,
+ 216
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "ft.com/content/7ef39c…",
+ "expanded_url": "https://www.ft.com/content/7ef39cca-262d-4c52-8b59-1ac008ca7f56",
+ "url": "https://t.co/00JHZuIz7v",
+ "indices": [
+ 193,
+ 216
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 1114,
+ "favorited": false,
+ "full_text": "Doesn’t exactly scream war fatigue, does it? “The EU is preparing a back-up plan worth up to €20bn for Ukraine, using a debt structure that sidesteps the objections of Hungary’s Viktor Orbán…” https://t.co/00JHZuIz7v",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 12,
+ "reply_count": 26,
+ "retweet_count": 238,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739759775410164061"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739759572838220248",
+ "sortIndex": "1739819664587882452",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759572838220248",
+ "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": 54164,
+ "followers_count": 412997,
+ "friends_count": 4339,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10748,
+ "location": "Kyiv via Bakhmut; also NYC",
+ "media_count": 8235,
+ "name": "Christopher Miller",
+ "normal_followers_count": 412997,
+ "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": 73513,
+ "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": [
+ "1739759572838220248"
+ ],
+ "editable_until_msecs": "1703629579991",
+ "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": "Tue Dec 26 21:26:19 +0000 2023",
+ "conversation_id_str": "1739759572838220248",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "112012718",
+ "name": "Mark Krutov",
+ "screen_name": "kromark",
+ "indices": [
+ 3,
+ 11
+ ]
+ },
+ {
+ "id_str": "17663776",
+ "name": "Planet",
+ "screen_name": "planet",
+ "indices": [
+ 38,
+ 45
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @kromark: The first low-resolution @planet satellite images of the Feodosia port, captured on December 26 at 11:25 local time, show that…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 232,
+ "retweeted": false,
+ "user_id_str": "16827148",
+ "id_str": "1739759572838220248",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739723900169142706",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTIwMTI3MTg=",
+ "rest_id": "112012718",
+ "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 Feb 06 23:43:26 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Radio Free Europe/Radio Liberty. Views of my own. RT ≠ endorsement. Read the whole threads before replying. Email krotovm@rferl.org for inquiries.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "svoboda.org",
+ "expanded_url": "http://www.svoboda.org",
+ "url": "https://t.co/nw5bF11N5O",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3767,
+ "followers_count": 32583,
+ "friends_count": 1480,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1143,
+ "location": "Prague, Czech Republic",
+ "media_count": 2011,
+ "name": "Mark Krutov",
+ "normal_followers_count": 32583,
+ "pinned_tweet_ids_str": [
+ "1739723900169142706"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/112012718/1571232303",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/849665482206699520/7-5NH3Hx_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "kromark",
+ "statuses_count": 5314,
+ "translator_type": "none",
+ "url": "https://t.co/nw5bF11N5O",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1483907721594351622",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739723900169142706"
+ ],
+ "editable_until_msecs": "1703621074000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "277205",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 36,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:04:34 +0000 2023",
+ "conversation_id_str": "1739723900169142706",
+ "display_text_range": [
+ 0,
+ 251
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/DY51NpJEMv",
+ "expanded_url": "https://twitter.com/kromark/status/1739723900169142706/video/1",
+ "id_str": "1739723757885734912",
+ "indices": [
+ 252,
+ 275
+ ],
+ "media_key": "7_1739723757885734912",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739723757885734912/pu/img/awlG-adL5lC-0N6g.jpg",
+ "type": "video",
+ "url": "https://t.co/DY51NpJEMv",
+ "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": 3750,
+ "variants": [
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/480x270/5qlywahDAjTjpcyn.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/1280x720/H_MfT-bCUG2aSjS6.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/pl/-UiR3Gl-nl6dprkw.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/640x360/kcOWQOL5QK1-XiSU.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [
+ {
+ "indices": [
+ 99,
+ 104
+ ],
+ "seconds": 685,
+ "text": "11:25"
+ }
+ ],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "17663776",
+ "name": "Planet",
+ "screen_name": "planet",
+ "indices": [
+ 25,
+ 32
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/DY51NpJEMv",
+ "expanded_url": "https://twitter.com/kromark/status/1739723900169142706/video/1",
+ "id_str": "1739723757885734912",
+ "indices": [
+ 252,
+ 275
+ ],
+ "media_key": "7_1739723757885734912",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739723757885734912/pu/img/awlG-adL5lC-0N6g.jpg",
+ "type": "video",
+ "url": "https://t.co/DY51NpJEMv",
+ "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": 3750,
+ "variants": [
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/480x270/5qlywahDAjTjpcyn.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/1280x720/H_MfT-bCUG2aSjS6.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/pl/-UiR3Gl-nl6dprkw.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723757885734912/pu/vid/avc1/640x360/kcOWQOL5QK1-XiSU.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 1169,
+ "favorited": false,
+ "full_text": "The first low-resolution @planet satellite images of the Feodosia port, captured on December 26 at 11:25 local time, show that one more vessel (yellow square) is indeed partially sunk following the Ukrainian strike on the 'Novocherkassk' landing ship. https://t.co/DY51NpJEMv",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 39,
+ "reply_count": 18,
+ "retweet_count": 232,
+ "retweeted": false,
+ "user_id_str": "112012718",
+ "id_str": "1739723900169142706"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739759430085079069",
+ "sortIndex": "1739819664587882451",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759430085079069",
+ "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": 54164,
+ "followers_count": 412997,
+ "friends_count": 4339,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10748,
+ "location": "Kyiv via Bakhmut; also NYC",
+ "media_count": 8235,
+ "name": "Christopher Miller",
+ "normal_followers_count": 412997,
+ "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": 73513,
+ "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": [
+ "1739759430085079069"
+ ],
+ "editable_until_msecs": "1703629545956",
+ "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": "Tue Dec 26 21:25:45 +0000 2023",
+ "conversation_id_str": "1739759430085079069",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1564334750",
+ "name": "Brady Africk",
+ "screen_name": "bradyafr",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @bradyafr: The burning wreckage of a Russian warship struck by Ukraine is visible in new satellite imagery of Crimea. \n\nPhotos from the…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 105,
+ "retweeted": false,
+ "user_id_str": "16827148",
+ "id_str": "1739759430085079069",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739724000723435533",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTY0MzM0NzUw",
+ "rest_id": "1564334750",
+ "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 Jul 02 23:18:49 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Maps and satellite imagery 🛰🌻🔭 | @AEIfdp media relations | Tweets and opinions are my own",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "read.bradyafrick.com",
+ "expanded_url": "http://read.bradyafrick.com",
+ "url": "https://t.co/XgOnBuhqiS",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9367,
+ "followers_count": 46946,
+ "friends_count": 980,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1388,
+ "location": "Washington, D.C.",
+ "media_count": 789,
+ "name": "Brady Africk",
+ "normal_followers_count": 46946,
+ "pinned_tweet_ids_str": [
+ "1722226317880652051"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1564334750/1556864516",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1545489621773058056/y7XEe_qS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "bradyafr",
+ "statuses_count": 1529,
+ "translator_type": "none",
+ "url": "https://t.co/XgOnBuhqiS",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739724000723435533"
+ ],
+ "editable_until_msecs": "1703621098000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "126882",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 13,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:04:58 +0000 2023",
+ "conversation_id_str": "1739724000723435533",
+ "display_text_range": [
+ 0,
+ 235
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/x3Nafe9COT",
+ "expanded_url": "https://twitter.com/bradyafr/status/1739724000723435533/video/1",
+ "id_str": "1739723971694678016",
+ "indices": [
+ 236,
+ 259
+ ],
+ "media_key": "7_1739723971694678016",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739723971694678016/pu/img/eY3LH6te_GaP4S_U.jpg",
+ "type": "video",
+ "url": "https://t.co/x3Nafe9COT",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 5906,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/540x540/6T-ji33onbpZKQcx.mp4?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/320x320/_CVzmFJQtcHGLC65.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/pl/oEVztVTdDsdS74P9.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/720x720/g7BcSS6WmFCaccIq.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/x3Nafe9COT",
+ "expanded_url": "https://twitter.com/bradyafr/status/1739724000723435533/video/1",
+ "id_str": "1739723971694678016",
+ "indices": [
+ 236,
+ 259
+ ],
+ "media_key": "7_1739723971694678016",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739723971694678016/pu/img/eY3LH6te_GaP4S_U.jpg",
+ "type": "video",
+ "url": "https://t.co/x3Nafe9COT",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 5906,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/540x540/6T-ji33onbpZKQcx.mp4?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/320x320/_CVzmFJQtcHGLC65.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/pl/oEVztVTdDsdS74P9.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739723971694678016/pu/vid/avc1/720x720/g7BcSS6WmFCaccIq.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 528,
+ "favorited": false,
+ "full_text": "The burning wreckage of a Russian warship struck by Ukraine is visible in new satellite imagery of Crimea. \n\nPhotos from the ground show the ship is destroyed but higher resolution imagery is needed to assess other damage in the area. https://t.co/x3Nafe9COT",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 16,
+ "retweet_count": 105,
+ "retweeted": false,
+ "user_id_str": "1564334750",
+ "id_str": "1739724000723435533"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739759372580823303",
+ "sortIndex": "1739819664587882450",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759372580823303",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTQwOTk5MTk=",
+ "rest_id": "454099919",
+ "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 Jan 03 16:36:02 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Professor of Political Science, Director of Freeman Spogli Institute & Hoover Senior Fellow all at Stanford University. U.S. Ambassador to Russia, 2012-2014.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "michaelmcfaul.substack.com",
+ "expanded_url": "https://michaelmcfaul.substack.com/",
+ "url": "https://t.co/Mdi9pqQ58Q",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 46606,
+ "followers_count": 900854,
+ "friends_count": 2092,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 10476,
+ "location": "Stanford, California",
+ "media_count": 3445,
+ "name": "Michael McFaul",
+ "normal_followers_count": 900854,
+ "pinned_tweet_ids_str": [
+ "1515923887720071168"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/454099919/1667071005",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1483538323368910851/gqSpEuaL_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "McFaul",
+ "statuses_count": 122048,
+ "translator_type": "none",
+ "url": "https://t.co/Mdi9pqQ58Q",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739759372580823303"
+ ],
+ "editable_until_msecs": "1703629532000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "17498",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:25:32 +0000 2023",
+ "conversation_id_str": "1739759372580823303",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "open.substack.com/pub/michaelmcf…",
+ "expanded_url": "https://open.substack.com/pub/michaelmcfaul/p/podcast-how-did-we-get-here-a-conversation?r=17z4l&utm_medium=ios&utm_campaign=post",
+ "url": "https://t.co/4fkaQ6fAkc",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 12,
+ "favorited": false,
+ "full_text": "https://t.co/4fkaQ6fAkc",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 11,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "454099919",
+ "id_str": "1739759372580823303"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739759076936999216",
+ "sortIndex": "1739819664587882449",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739759076936999216",
"core": {
"user_results": {
"result": {
@@ -16762,25 +33382,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13711,
- "followers_count": 923342,
- "friends_count": 1617,
+ "favourites_count": 14442,
+ "followers_count": 927419,
+ "friends_count": 1642,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 5777,
+ "listed_count": 5737,
"location": "Florida, USA",
- "media_count": 286,
+ "media_count": 309,
"name": "Alexander S. Vindman ❎",
- "normal_followers_count": 923342,
+ "normal_followers_count": 927419,
"pinned_tweet_ids_str": [
- "1718978158240674010"
+ "1725146404589334755"
],
"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,
+ "statuses_count": 6286,
"translator_type": "none",
"url": "https://t.co/vyo9QsFIcu",
"verified": false,
@@ -16804,402 +33424,387 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719734921189806309"
+ "1739759076936999216"
],
- "editable_until_msecs": "1698855330000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703629461759",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "67458",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"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,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:15:30 +0000 2023",
- "conversation_id_str": "1719734921189806309",
+ "created_at": "Tue Dec 26 21:24:21 +0000 2023",
+ "conversation_id_str": "1739759076936999216",
"display_text_range": [
0,
- 279
+ 140
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "242765117",
+ "name": "Mac William Bishop",
+ "screen_name": "MacWBishop",
+ "indices": [
+ 3,
+ 14
+ ]
+ }
+ ]
},
- "favorite_count": 637,
+ "favorite_count": 0,
"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,
+ "full_text": "RT @MacWBishop: The Russian landing ship Novocherkassk, hull no. 142, was built at Stocznia Gdańsk – at the time known as the Vladimir Leni…",
+ "is_quote_status": false,
"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,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 96,
"retweeted": false,
"user_id_str": "1005846500583321601",
- "id_str": "1719734921189806309"
+ "id_str": "1739759076936999216",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739634587049841094",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDI3NjUxMTc=",
+ "rest_id": "242765117",
+ "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 Jan 25 15:03:24 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Roving foreign correspondent. International affairs & conflict. Bylines: Rolling Stone, New York Times, FT, Foreign Policy & elsewhere. Marine infantry veteran.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "macwilliambishop.com",
+ "expanded_url": "http://macwilliambishop.com",
+ "url": "https://t.co/UGPPEoAWgB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6141,
+ "followers_count": 18652,
+ "friends_count": 5527,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 459,
+ "location": "Out and about",
+ "media_count": 1122,
+ "name": "Mac William Bishop",
+ "normal_followers_count": 18652,
+ "pinned_tweet_ids_str": [
+ "1278437361169379329"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/242765117/1572123160",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1508871947345608720/87gGhKaX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MacWBishop",
+ "statuses_count": 16489,
+ "translator_type": "none",
+ "url": "https://t.co/UGPPEoAWgB",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739634587049841094"
+ ],
+ "editable_until_msecs": "1703599781000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "104296",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 54,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 13:09:41 +0000 2023",
+ "conversation_id_str": "1739634587049841094",
+ "display_text_range": [
+ 0,
+ 270
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/zPmXKs1OU8",
+ "expanded_url": "https://twitter.com/MacWBishop/status/1739634587049841094/photo/1",
+ "id_str": "1739634526454697985",
+ "indices": [
+ 271,
+ 294
+ ],
+ "media_key": "3_1739634526454697985",
+ "media_url_https": "https://pbs.twimg.com/media/GCRsYoRWUAEuVaK.jpg",
+ "type": "photo",
+ "url": "https://t.co/zPmXKs1OU8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 833,
+ "w": 1480,
+ "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": 833,
+ "width": 1480,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 4,
+ "w": 1480,
+ "h": 829
+ },
+ {
+ "x": 324,
+ "y": 0,
+ "w": 833,
+ "h": 833
+ },
+ {
+ "x": 375,
+ "y": 0,
+ "w": 731,
+ "h": 833
+ },
+ {
+ "x": 532,
+ "y": 0,
+ "w": 417,
+ "h": 833
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1480,
+ "h": 833
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/zPmXKs1OU8",
+ "expanded_url": "https://twitter.com/MacWBishop/status/1739634587049841094/photo/1",
+ "id_str": "1739634526454697985",
+ "indices": [
+ 271,
+ 294
+ ],
+ "media_key": "3_1739634526454697985",
+ "media_url_https": "https://pbs.twimg.com/media/GCRsYoRWUAEuVaK.jpg",
+ "type": "photo",
+ "url": "https://t.co/zPmXKs1OU8",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 833,
+ "w": 1480,
+ "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": 833,
+ "width": 1480,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 4,
+ "w": 1480,
+ "h": 829
+ },
+ {
+ "x": 324,
+ "y": 0,
+ "w": 833,
+ "h": 833
+ },
+ {
+ "x": 375,
+ "y": 0,
+ "w": 731,
+ "h": 833
+ },
+ {
+ "x": 532,
+ "y": 0,
+ "w": 417,
+ "h": 833
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1480,
+ "h": 833
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 539,
+ "favorited": false,
+ "full_text": "The Russian landing ship Novocherkassk, hull no. 142, was built at Stocznia Gdańsk – at the time known as the Vladimir Lenin Shipyard – in the People’s Republic of Poland, in the mid-1980s.\n\nThe ship’s history offers a window to understanding the 30+ year road to now... https://t.co/zPmXKs1OU8",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "place": {
+ "bounding_box": {
+ "coordinates": [
+ [
+ [
+ 22.1357201,
+ 44.386383
+ ],
+ [
+ 22.1357201,
+ 52.379475
+ ],
+ [
+ 40.227172,
+ 52.379475
+ ],
+ [
+ 40.227172,
+ 44.386383
+ ],
+ [
+ 22.1357201,
+ 44.386383
+ ]
+ ]
+ ],
+ "type": "Polygon"
+ },
+ "country": "Ukraine",
+ "country_code": "UA",
+ "full_name": "Ukraine",
+ "name": "Ukraine",
+ "id": "084d0d0155787e9d",
+ "place_type": "country",
+ "url": "https://api.twitter.com/1.1/geo/id/084d0d0155787e9d.json"
+ },
+ "quote_count": 16,
+ "reply_count": 15,
+ "retweet_count": 96,
+ "retweeted": false,
+ "user_id_str": "242765117",
+ "id_str": "1739634587049841094"
+ }
+ }
+ }
}
}
},
@@ -17217,14 +33822,14 @@
}
},
{
- "entryId": "list-conversation-1719749859424075805",
- "sortIndex": "1719749859424075747",
+ "entryId": "list-conversation-1739819664587882544",
+ "sortIndex": "1739819664587882448",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "list-conversation-1719749859424075805-tweet-1719732990153031992",
+ "entryId": "list-conversation-1739819664587882544-tweet-1739757942683939229",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -17232,24 +33837,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719732990153031992",
+ "rest_id": "1739757942683939229",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTc4NTY3MTU=",
- "rest_id": "117856715",
+ "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": false,
- "created_at": "Fri Feb 26 21:07:56 +0000 2010",
- "default_profile": false,
+ "can_media_tag": true,
+ "created_at": "Wed Nov 05 00:59:16 +0000 2008",
+ "default_profile": true,
"default_profile_image": false,
- "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange",
+ "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.",
"entities": {
"description": {
"urls": []
@@ -17257,9 +33862,9 @@
"url": {
"urls": [
{
- "display_url": "linktr.ee/kevinrothrock",
- "expanded_url": "https://linktr.ee/kevinrothrock",
- "url": "https://t.co/OqHTyIIumZ",
+ "display_url": "shashankjoshi.wordpress.com",
+ "expanded_url": "http://shashankjoshi.wordpress.com",
+ "url": "https://t.co/euRjbnk3WT",
"indices": [
0,
23
@@ -17269,27 +33874,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24633,
- "followers_count": 130399,
- "friends_count": 776,
+ "favourites_count": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
"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,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
"pinned_tweet_ids_str": [
- "1710704860738228528"
+ "1729977020002476084"
],
"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_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": "KevinRothrock",
- "statuses_count": 35158,
+ "screen_name": "shashj",
+ "statuses_count": 49138,
"translator_type": "none",
- "url": "https://t.co/OqHTyIIumZ",
+ "url": "https://t.co/euRjbnk3WT",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -17298,7 +33903,7 @@
}
},
"card": {
- "rest_id": "https://t.co/cAeMt7mctw",
+ "rest_id": "https://t.co/phcrazUIbk",
"legacy": {
"binding_values": [
{
@@ -17307,7 +33912,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -17317,8 +33922,8 @@
"value": {
"image_value": {
"height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=280x150"
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -17326,14 +33931,14 @@
{
"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...",
+ "string_value": "John Healey, the shadow defence secretary, said recent conflicts should be a wake up call to ministers after years of underinvestment",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.bloomberg.com",
+ "string_value": "www.thetimes.co.uk",
"type": "STRING"
}
},
@@ -17342,8 +33947,8 @@
"value": {
"image_value": {
"height": 320,
- "width": 481,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=800x320_1"
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -17354,7 +33959,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -17363,104 +33968,31 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -17469,9 +34001,9 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 67,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=100x100"
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -17480,9 +34012,9 @@
"key": "thumbnail_image_x_large",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -17491,21 +34023,9 @@
"key": "photo_image_full_size_original",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"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"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -17514,7 +34034,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "bloomberg.com",
+ "string_value": "thetimes.co.uk",
"type": "STRING"
}
},
@@ -17524,31 +34044,7 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -17560,43 +34056,43 @@
"palette": [
{
"rgb": {
- "blue": 154,
- "green": 182,
- "red": 199
+ "blue": 56,
+ "green": 58,
+ "red": 59
},
- "percentage": 36.31
+ "percentage": 46.96
},
{
"rgb": {
- "blue": 24,
- "green": 24,
- "red": 26
+ "blue": 143,
+ "green": 145,
+ "red": 149
},
- "percentage": 36.09
+ "percentage": 35.06
},
{
"rgb": {
- "blue": 34,
- "green": 68,
- "red": 124
+ "blue": 88,
+ "green": 105,
+ "red": 113
},
- "percentage": 13.35
+ "percentage": 0.87
},
{
"rgb": {
- "blue": 87,
- "green": 153,
- "red": 190
+ "blue": 128,
+ "green": 148,
+ "red": 153
},
- "percentage": 5.51
+ "percentage": 0.53
},
{
"rgb": {
- "blue": 234,
- "green": 227,
- "red": 230
+ "blue": 82,
+ "green": 59,
+ "red": 47
},
- "percentage": 1.54
+ "percentage": 0.33
}
]
},
@@ -17606,7 +34102,7 @@
{
"key": "title",
"value": {
- "string_value": "North Korea Sent 1 Million Rounds of Artillery to Russia, Spy Agency Says",
+ "string_value": "Labour pledges urgent review of Britain’s defence capabilities",
"type": "STRING"
}
},
@@ -17617,43 +34113,43 @@
"palette": [
{
"rgb": {
- "blue": 154,
- "green": 182,
- "red": 199
+ "blue": 56,
+ "green": 58,
+ "red": 59
},
- "percentage": 36.31
+ "percentage": 46.96
},
{
"rgb": {
- "blue": 24,
- "green": 24,
- "red": 26
+ "blue": 143,
+ "green": 145,
+ "red": 149
},
- "percentage": 36.09
+ "percentage": 35.06
},
{
"rgb": {
- "blue": 34,
- "green": 68,
- "red": 124
+ "blue": 88,
+ "green": 105,
+ "red": 113
},
- "percentage": 13.35
+ "percentage": 0.87
},
{
"rgb": {
- "blue": 87,
- "green": 153,
- "red": 190
+ "blue": 128,
+ "green": 148,
+ "red": 153
},
- "percentage": 5.51
+ "percentage": 0.53
},
{
"rgb": {
- "blue": 234,
- "green": 227,
- "red": 230
+ "blue": 82,
+ "green": 59,
+ "red": 47
},
- "percentage": 1.54
+ "percentage": 0.33
}
]
},
@@ -17664,9 +34160,9 @@
"key": "summary_photo_image_x_large",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -17677,7 +34173,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -17689,43 +34185,43 @@
"palette": [
{
"rgb": {
- "blue": 154,
- "green": 182,
- "red": 199
+ "blue": 56,
+ "green": 58,
+ "red": 59
},
- "percentage": 36.31
+ "percentage": 46.96
},
{
"rgb": {
- "blue": 24,
- "green": 24,
- "red": 26
+ "blue": 143,
+ "green": 145,
+ "red": 149
},
- "percentage": 36.09
+ "percentage": 35.06
},
{
"rgb": {
- "blue": 34,
- "green": 68,
- "red": 124
+ "blue": 88,
+ "green": 105,
+ "red": 113
},
- "percentage": 13.35
+ "percentage": 0.87
},
{
"rgb": {
- "blue": 87,
- "green": 153,
- "red": 190
+ "blue": 128,
+ "green": 148,
+ "red": 153
},
- "percentage": 5.51
+ "percentage": 0.53
},
{
"rgb": {
- "blue": 234,
- "green": 227,
- "red": 230
+ "blue": 82,
+ "green": 59,
+ "red": 47
},
- "percentage": 1.54
+ "percentage": 0.33
}
]
},
@@ -17736,21 +34232,9 @@
"key": "photo_image_full_size_x_large",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"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"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -17759,7 +34243,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/cAeMt7mctw",
+ "string_value": "https://t.co/phcrazUIbk",
"type": "STRING"
}
},
@@ -17767,9 +34251,9 @@
"key": "summary_photo_image_original",
"value": {
"image_value": {
- "height": 799,
+ "height": 675,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719659008624099328/p7NIPQl8?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -17787,95 +34271,8 @@
}
},
"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": []
- }
- }
- }
- ]
+ "url": "https://t.co/phcrazUIbk",
+ "user_refs_results": []
}
},
"unmention_data": {},
@@ -17884,56 +34281,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719732990153031992"
+ "1739757942683939229"
],
- "editable_until_msecs": "1698854870000",
+ "editable_until_msecs": "1703629191000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "7267",
+ "count": "26013",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 3,
+ "bookmark_count": 6,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:07:50 +0000 2023",
- "conversation_id_str": "1719732990153031992",
+ "created_at": "Tue Dec 26 21:19:51 +0000 2023",
+ "conversation_id_str": "1739757942683939229",
"display_text_range": [
0,
- 220
+ 277
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "thetimes.co.uk/article/labour…",
+ "expanded_url": "https://www.thetimes.co.uk/article/labour-pledges-urgent-review-of-britains-defence-capabilities-flwcnjv5l",
+ "url": "https://t.co/phcrazUIbk",
"indices": [
- 197,
- 220
+ 254,
+ 277
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 29,
+ "favorite_count": 36,
"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",
+ "full_text": "Interesting claim here on why homeland BMD isn’t a priority: “Defence sources insist that hijacked aircraft present a more likely aerial threat to the UK and that ballistic missiles would have to traverse European airspace before hitting British cities” https://t.co/phcrazUIbk",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 2,
- "retweet_count": 17,
+ "quote_count": 1,
+ "reply_count": 15,
+ "retweet_count": 4,
"retweeted": false,
- "user_id_str": "117856715",
- "id_str": "1719732990153031992"
+ "user_id_str": "17175213",
+ "id_str": "1739757942683939229"
}
}
},
@@ -17951,7 +34349,7 @@
}
},
{
- "entryId": "list-conversation-1719749859424075805-tweet-1719734255662592040",
+ "entryId": "list-conversation-1739819664587882544-tweet-1739758824154607754",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -17959,24 +34357,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719734255662592040",
+ "rest_id": "1739758824154607754",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTc4NTY3MTU=",
- "rest_id": "117856715",
+ "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": false,
- "created_at": "Fri Feb 26 21:07:56 +0000 2010",
- "default_profile": false,
+ "can_media_tag": true,
+ "created_at": "Wed Nov 05 00:59:16 +0000 2008",
+ "default_profile": true,
"default_profile_image": false,
- "description": "hyper-professional Russia guy and managing editor @meduza_en. email: kevin at meduza dot io & Mastodon: kevinrothrock@infosec.exchange",
+ "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.",
"entities": {
"description": {
"urls": []
@@ -17984,9 +34382,9 @@
"url": {
"urls": [
{
- "display_url": "linktr.ee/kevinrothrock",
- "expanded_url": "https://linktr.ee/kevinrothrock",
- "url": "https://t.co/OqHTyIIumZ",
+ "display_url": "shashankjoshi.wordpress.com",
+ "expanded_url": "http://shashankjoshi.wordpress.com",
+ "url": "https://t.co/euRjbnk3WT",
"indices": [
0,
23
@@ -17996,27 +34394,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24633,
- "followers_count": 130399,
- "friends_count": 776,
+ "favourites_count": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
"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,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
"pinned_tweet_ids_str": [
- "1710704860738228528"
+ "1729977020002476084"
],
"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_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": "KevinRothrock",
- "statuses_count": 35158,
+ "screen_name": "shashj",
+ "statuses_count": 49138,
"translator_type": "none",
- "url": "https://t.co/OqHTyIIumZ",
+ "url": "https://t.co/euRjbnk3WT",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -18027,231 +34425,555 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719734255662592040"
+ "1739758824154607754"
],
- "editable_until_msecs": "1698855172000",
+ "editable_until_msecs": "1703629401000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "2880",
+ "count": "12740",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739757942683939229",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/phcrazUIbk",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "John Healey, the shadow defence secretary, said recent conflicts should be a wake up call to ministers after years of underinvestment",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.thetimes.co.uk",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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/1739757735619522561/Un9FOnlo?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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/1739757735619522561/Un9FOnlo?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/1739757735619522561/Un9FOnlo?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "thetimes.co.uk",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 58,
+ "red": 59
+ },
+ "percentage": 46.96
+ },
+ {
+ "rgb": {
+ "blue": 143,
+ "green": 145,
+ "red": 149
+ },
+ "percentage": 35.06
+ },
+ {
+ "rgb": {
+ "blue": 88,
+ "green": 105,
+ "red": 113
+ },
+ "percentage": 0.87
+ },
+ {
+ "rgb": {
+ "blue": 128,
+ "green": 148,
+ "red": 153
+ },
+ "percentage": 0.53
+ },
+ {
+ "rgb": {
+ "blue": 82,
+ "green": 59,
+ "red": 47
+ },
+ "percentage": 0.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Labour pledges urgent review of Britain’s defence capabilities",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 58,
+ "red": 59
+ },
+ "percentage": 46.96
+ },
+ {
+ "rgb": {
+ "blue": 143,
+ "green": 145,
+ "red": 149
+ },
+ "percentage": 35.06
+ },
+ {
+ "rgb": {
+ "blue": 88,
+ "green": 105,
+ "red": 113
+ },
+ "percentage": 0.87
+ },
+ {
+ "rgb": {
+ "blue": 128,
+ "green": 148,
+ "red": 153
+ },
+ "percentage": 0.53
+ },
+ {
+ "rgb": {
+ "blue": 82,
+ "green": 59,
+ "red": 47
+ },
+ "percentage": 0.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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/1739757735619522561/Un9FOnlo?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 58,
+ "red": 59
+ },
+ "percentage": 46.96
+ },
+ {
+ "rgb": {
+ "blue": 143,
+ "green": 145,
+ "red": 149
+ },
+ "percentage": 35.06
+ },
+ {
+ "rgb": {
+ "blue": 88,
+ "green": 105,
+ "red": 113
+ },
+ "percentage": 0.87
+ },
+ {
+ "rgb": {
+ "blue": 128,
+ "green": 148,
+ "red": 153
+ },
+ "percentage": 0.53
+ },
+ {
+ "rgb": {
+ "blue": 82,
+ "green": 59,
+ "red": 47
+ },
+ "percentage": 0.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/phcrazUIbk",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739757735619522561/Un9FOnlo?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/phcrazUIbk",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739757942683939229"
+ ],
+ "editable_until_msecs": "1703629191000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "26013",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:19:51 +0000 2023",
+ "conversation_id_str": "1739757942683939229",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "thetimes.co.uk/article/labour…",
+ "expanded_url": "https://www.thetimes.co.uk/article/labour-pledges-urgent-review-of-britains-defence-capabilities-flwcnjv5l",
+ "url": "https://t.co/phcrazUIbk",
+ "indices": [
+ 254,
+ 277
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 36,
+ "favorited": false,
+ "full_text": "Interesting claim here on why homeland BMD isn’t a priority: “Defence sources insist that hijacked aircraft present a more likely aerial threat to the UK and that ballistic missiles would have to traverse European airspace before hitting British cities” https://t.co/phcrazUIbk",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 15,
+ "retweet_count": 4,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739757942683939229"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 1,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:12:52 +0000 2023",
- "conversation_id_str": "1719732990153031992",
+ "created_at": "Tue Dec 26 21:23:21 +0000 2023",
+ "conversation_id_str": "1739757942683939229",
"display_text_range": [
0,
- 22
+ 162
],
"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": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "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,
+ "favorite_count": 45,
"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,
+ "full_text": "Except this doesn’t really address the problem of Russian sea-launched cruise missiles & air-launched ballistic ones fired at Britain from the North Atlantic?",
+ "in_reply_to_screen_name": "shashj",
+ "in_reply_to_status_id_str": "1739757942683939229",
+ "in_reply_to_user_id_str": "17175213",
+ "is_quote_status": true,
+ "lang": "en",
"quote_count": 0,
- "reply_count": 1,
- "retweet_count": 0,
+ "quoted_status_id_str": "1739757942683939229",
+ "quoted_status_permalink": {
+ "url": "https://t.co/EJPbXrEyeT",
+ "expanded": "https://twitter.com/shashj/status/1739757942683939229",
+ "display": "twitter.com/shashj/status/…"
+ },
+ "reply_count": 4,
+ "retweet_count": 4,
"retweeted": false,
- "user_id_str": "117856715",
- "id_str": "1719734255662592040"
+ "user_id_str": "17175213",
+ "id_str": "1739758824154607754"
}
}
},
@@ -18272,8 +34994,8 @@
"metadata": {
"conversationMetadata": {
"allTweetIds": [
- "1719732990153031992",
- "1719734255662592040"
+ "1739757942683939229",
+ "1739758824154607754"
],
"enableDeduplication": true
}
@@ -18290,8 +35012,8 @@
}
},
{
- "entryId": "tweet-1719733606136877344",
- "sortIndex": "1719749859424075746",
+ "entryId": "tweet-1739756955642535986",
+ "sortIndex": "1739819664587882447",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -18301,1068 +35023,61 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719733606136877344",
+ "rest_id": "1739756955642535986",
"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",
+ "id": "VXNlcjoyOTAxMDcxMA==",
+ "rest_id": "29010710",
"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",
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Apr 05 16:13:47 +0000 2009",
"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.",
+ "description": "Nationality: journalist. Freelancer, made in the BBC. Reporting what you need to know, not what you want to hear. Also, Lonely Planet guides.",
"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,
+ "favourites_count": 21152,
+ "followers_count": 71447,
+ "friends_count": 4528,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4581,
- "location": "Washington, D.C.",
- "media_count": 6590,
- "name": "Laura Rozen",
- "normal_followers_count": 174844,
+ "listed_count": 2098,
+ "location": "",
+ "media_count": 5820,
+ "name": "Leonid ХВ Ragozin",
+ "normal_followers_count": 71447,
"pinned_tweet_ids_str": [
- "994000925793628160"
+ "1729962328265748716"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/29010710/1610454802",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1098307078991593474/vBl5zWMc_normal.png",
"profile_interstitial_type": "",
- "screen_name": "lrozen",
- "statuses_count": 541791,
+ "screen_name": "leonidragozin",
+ "statuses_count": 63823,
"translator_type": "none",
- "url": "https://t.co/VBjgdai1Rl",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1587536294372155392",
- "professional_type": "Creator",
+ "rest_id": "1630527445676818432",
+ "professional_type": "Business",
"category": [
{
- "id": 955,
- "name": "Journalist",
+ "id": 579,
+ "name": "Media & News",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -19373,974 +35088,59 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719732499784306795"
+ "1739756955642535986"
],
- "editable_until_msecs": "1698854753000",
+ "editable_until_msecs": "1703628956000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "5697",
+ "count": "5183",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPad",
+ "source": "Twitter for iPhone",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719723874890215433",
+ "rest_id": "1739484921322971562",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozMDUxMzUyMA==",
- "rest_id": "30513520",
+ "id": "VXNlcjoxMjQ2NDE0MDIxNDU0MTEwNzIx",
+ "rest_id": "1246414021454110721",
"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,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
"can_dm": true,
"can_media_tag": true,
- "created_at": "Wed Feb 18 23:01:53 +0000 2009",
+ "created_at": "Sat Apr 04 12:27:29 +0000 2020",
"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”.",
+ "description": "Soviet history and the post-Soviet present.\n\nReimagining Soviet Georgia - https://t.co/BnudWIQzIF \n\nfrom the bay area, northern california",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "anchor.fm/sovietgeorgia",
+ "expanded_url": "http://anchor.fm/sovietgeorgia",
+ "url": "https://t.co/BnudWIQzIF",
+ "indices": [
+ 74,
+ 97
+ ]
+ }
+ ]
},
"url": {
"urls": [
{
- "display_url": "punchbowl.news",
- "expanded_url": "http://punchbowl.news",
- "url": "https://t.co/gLn9pdpYUe",
+ "display_url": "anchor.fm/sovietgeorgia/",
+ "expanded_url": "https://anchor.fm/sovietgeorgia/",
+ "url": "https://t.co/YYWi8iEqpQ",
"indices": [
0,
23
@@ -20350,27 +35150,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 3018,
- "followers_count": 421654,
- "friends_count": 3885,
- "has_custom_timelines": false,
+ "favourites_count": 18079,
+ "followers_count": 2476,
+ "friends_count": 3298,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6227,
- "location": "Washington",
- "media_count": 5607,
- "name": "Jake Sherman",
- "normal_followers_count": 421654,
+ "listed_count": 23,
+ "location": "თბილისი, საქართველო ",
+ "media_count": 287,
+ "name": "Bryan Gigantino",
+ "normal_followers_count": 2476,
"pinned_tweet_ids_str": [
- "1700642425272766715"
+ "1422175382271401986"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1246414021454110721/1698860285",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1284021624090636291/EYagVn7g_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "JakeSherman",
- "statuses_count": 86284,
+ "screen_name": "bryan_gigantino",
+ "statuses_count": 8155,
"translator_type": "none",
- "url": "https://t.co/gLn9pdpYUe",
+ "url": "https://t.co/YYWi8iEqpQ",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -20379,49 +35179,288 @@
}
},
"card": {
- "rest_id": "https://t.co/wLg6CUqwzR",
+ "rest_id": "https://t.co/3Hl2nqQVKH",
"legacy": {
"binding_values": [
{
- "key": "domain",
+ "key": "photo_image_full_size_large",
"value": {
- "string_value": "punchbowl.news",
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 208,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Canada’s Nazi ovation gaffe in the House of Commons was just the tip of the iceberg. For years, the country deliberately admitted World War II Nazi collaborators in the hopes of dismantling political...",
"type": "STRING"
}
},
{
- "key": "site",
+ "key": "domain",
"value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "1322868572113297410",
- "path": []
- }
+ "string_value": "jacobin.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 288,
+ "width": 400,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?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/1737908571034066944/kH_ZHLZt?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?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/1737908571034066944/kH_ZHLZt?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/1737908571034066944/kH_ZHLZt?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 72,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
}
},
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "punchbowl.news",
+ "string_value": "jacobin.com",
"type": "STRING"
}
},
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 75,
+ "green": 75,
+ "red": 75
+ },
+ "percentage": 49.17
+ },
+ {
+ "rgb": {
+ "blue": 193,
+ "green": 193,
+ "red": 193
+ },
+ "percentage": 30.43
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
{
"key": "title",
"value": {
- "string_value": "CBO_Estimate_for_the_Israel_Security_Supp_Approp_Act_2024 - Punchbowl News",
+ "string_value": "To Crush Left-Wing Organizing, Canada Embraced Ukrainian Nazi Collaborators",
"type": "STRING"
}
},
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 75,
+ "green": 75,
+ "red": 75
+ },
+ "percentage": 49.17
+ },
+ {
+ "rgb": {
+ "blue": 193,
+ "green": 193,
+ "red": 193
+ },
+ "percentage": 30.43
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?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/1737908571034066944/kH_ZHLZt?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 75,
+ "green": 75,
+ "red": 75
+ },
+ "percentage": 49.17
+ },
+ {
+ "rgb": {
+ "blue": 193,
+ "green": 193,
+ "red": 193
+ },
+ "percentage": 30.43
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
{
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/wLg6CUqwzR",
+ "string_value": "https://t.co/3Hl2nqQVKH",
"type": "STRING"
}
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 737,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1737908571034066944/kH_ZHLZt?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
}
],
"card_platform": {
@@ -20436,85 +35475,8 @@
}
},
"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": []
- }
- }
- }
- ]
+ "url": "https://t.co/3Hl2nqQVKH",
+ "user_refs_results": []
}
},
"unmention_data": {},
@@ -20523,3079 +35485,93 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719719819291828493"
+ "1739484921322971562"
],
- "editable_until_msecs": "1698851730000",
+ "editable_until_msecs": "1703564097000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "738024",
+ "count": "9933",
"state": "EnabledWithCount"
},
- "source": "TweetDeck Web App",
+ "source": "Twitter for iPad",
"legacy": {
- "bookmark_count": 159,
+ "bookmark_count": 40,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:15:30 +0000 2023",
- "conversation_id_str": "1719719819291828493",
+ "created_at": "Tue Dec 26 03:14:57 +0000 2023",
+ "conversation_id_str": "1739484921322971562",
"display_text_range": [
0,
- 195
+ 243
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "jacobin.com/2023/12/canada…",
+ "expanded_url": "https://jacobin.com/2023/12/canada-ukrainian-nationalists-socialists-history-anti-communism-nazi-collaborators/",
+ "url": "https://t.co/3Hl2nqQVKH",
"indices": [
- 172,
- 195
+ 220,
+ 243
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 5517,
+ "favorite_count": 114,
"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",
+ "full_text": "On how Ukrainian nazi collaborators emigrated to Canada after World War II, actively opposed left wing organizing (especially of other Ukrainian immigrants!) and tied the Ukrainian-Canadian identity to anti-communism. \n\nhttps://t.co/3Hl2nqQVKH",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 435,
- "reply_count": 563,
- "retweet_count": 2412,
+ "quote_count": 4,
+ "reply_count": 2,
+ "retweet_count": 41,
"retweeted": false,
- "user_id_str": "21252618",
- "id_str": "1719719819291828493"
+ "user_id_str": "1246414021454110721",
+ "id_str": "1739484921322971562"
}
}
},
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 4,
"bookmarked": false,
- "created_at": "Wed Nov 01 15:04:27 +0000 2023",
- "conversation_id_str": "1719732140206924016",
+ "created_at": "Tue Dec 26 21:15:56 +0000 2023",
+ "conversation_id_str": "1739756955642535986",
"display_text_range": [
0,
- 159
+ 11
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 11,
+ "favorite_count": 14,
"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.",
+ "full_text": "Useful read",
"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,
+ "quoted_status_id_str": "1739484921322971562",
+ "quoted_status_permalink": {
+ "url": "https://t.co/OUM7YrLbhB",
+ "expanded": "https://twitter.com/bryan_gigantino/status/1739484921322971562",
+ "display": "twitter.com/bryan_gigantin…"
+ },
+ "reply_count": 3,
"retweet_count": 3,
"retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1719730357568749815"
+ "user_id_str": "29010710",
+ "id_str": "1739756955642535986"
}
}
},
@@ -23613,8 +35589,8 @@
}
},
{
- "entryId": "tweet-1719730235338359212",
- "sortIndex": "1719749859424075736",
+ "entryId": "tweet-1739756280661549283",
+ "sortIndex": "1739819664587882446",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -23624,874 +35600,7 @@
"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",
+ "rest_id": "1739756280661549283",
"core": {
"user_results": {
"result": {
@@ -24508,7 +35617,7 @@
"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.",
+ "description": "Ambassador-at-large @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.",
"entities": {
"description": {
"urls": []
@@ -24528,25 +35637,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 26531,
- "followers_count": 266268,
- "friends_count": 1231,
+ "favourites_count": 27535,
+ "followers_count": 264737,
+ "friends_count": 1232,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 4361,
+ "listed_count": 4333,
"location": "Kyiv",
- "media_count": 6365,
+ "media_count": 6463,
"name": "olexander scherba🇺🇦",
- "normal_followers_count": 266268,
+ "normal_followers_count": 264737,
"pinned_tweet_ids_str": [
"1396956590713020416"
],
- "possibly_sensitive": false,
+ "possibly_sensitive": true,
"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,
+ "statuses_count": 39119,
"translator_type": "none",
"url": "https://t.co/ERA9Ntt061",
"verified": false,
@@ -24572,7 +35681,7 @@
"alt": "Safe Skies",
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -24584,7 +35693,7 @@
"alt": "Safe Skies",
"height": 147,
"width": 280,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=280x150"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -24610,7 +35719,7 @@
"alt": "Safe Skies",
"height": 315,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x600"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x600"
},
"type": "IMAGE"
}
@@ -24622,7 +35731,7 @@
"alt": "Safe Skies",
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -24634,7 +35743,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -24646,7 +35755,7 @@
"alt": "Safe Skies",
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -24658,7 +35767,7 @@
"alt": "Safe Skies",
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -24670,7 +35779,7 @@
"alt": "Safe Skies",
"height": 76,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -24682,7 +35791,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -24694,7 +35803,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -24721,7 +35830,7 @@
"alt": "Safe Skies",
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -24847,7 +35956,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -24859,7 +35968,7 @@
"alt": "Safe Skies",
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -24921,7 +36030,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -24941,7 +36050,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -24966,9 +36075,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719729581551124533"
+ "1739756280661549283"
],
- "editable_until_msecs": "1698854057929",
+ "editable_until_msecs": "1703628795075",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -24980,13 +36089,25 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:54:17 +0000 2023",
- "conversation_id_str": "1719729581551124533",
+ "created_at": "Tue Dec 26 21:13:15 +0000 2023",
+ "conversation_id_str": "1739756280661549283",
"display_text_range": [
0,
140
],
"entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 117,
+ 127
+ ],
+ "text": "SafeSkies"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "3129968261",
@@ -25002,32 +36123,29 @@
"name": "UNITED24",
"screen_name": "U24_gov_ua",
"indices": [
- 91,
- 102
+ 128,
+ 139
]
}
- ],
- "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…",
+ "full_text": "RT @TimothyDSnyder: More Ukrainians deserve more silent nights. You can help with this.\nAnti-drone system fundraiser #SafeSkies @U24_gov_ua…",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
+ "possibly_sensitive": true,
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 644,
+ "retweet_count": 526,
"retweeted": false,
"user_id_str": "163018653",
- "id_str": "1719729581551124533",
+ "id_str": "1739756280661549283",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719728892787802229",
+ "rest_id": "1739755694104932512",
"core": {
"user_results": {
"result": {
@@ -25065,15 +36183,15 @@
},
"fast_followers_count": 0,
"favourites_count": 2,
- "followers_count": 539528,
+ "followers_count": 539640,
"friends_count": 52,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 6185,
+ "listed_count": 6140,
"location": "",
- "media_count": 431,
+ "media_count": 438,
"name": "Timothy Snyder",
- "normal_followers_count": 539528,
+ "normal_followers_count": 539640,
"pinned_tweet_ids_str": [
"1326319545427107840"
],
@@ -25082,7 +36200,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/582655768471552000/8Ad5TU8L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "TimothyDSnyder",
- "statuses_count": 4086,
+ "statuses_count": 4194,
"translator_type": "none",
"url": "https://t.co/K08VDpolcl",
"verified": false,
@@ -25103,7 +36221,7 @@
"alt": "Safe Skies",
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -25115,7 +36233,7 @@
"alt": "Safe Skies",
"height": 147,
"width": 280,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=280x150"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -25141,7 +36259,7 @@
"alt": "Safe Skies",
"height": 315,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x600"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x600"
},
"type": "IMAGE"
}
@@ -25153,7 +36271,7 @@
"alt": "Safe Skies",
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -25165,7 +36283,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -25177,7 +36295,7 @@
"alt": "Safe Skies",
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -25189,7 +36307,7 @@
"alt": "Safe Skies",
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -25201,7 +36319,7 @@
"alt": "Safe Skies",
"height": 76,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -25213,7 +36331,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -25225,7 +36343,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -25252,7 +36370,7 @@
"alt": "Safe Skies",
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -25378,7 +36496,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -25390,7 +36508,7 @@
"alt": "Safe Skies",
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -25452,7 +36570,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -25472,7 +36590,7 @@
"alt": "Safe Skies",
"height": 630,
"width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719714616047992833/1Mjc9HV4?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1737471941869744128/VYBRw55d?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -25500,66 +36618,75 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719728892787802229"
+ "1739755694104932512"
],
- "editable_until_msecs": "1698853893000",
+ "editable_until_msecs": "1703628655000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "78642",
+ "count": "64479",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 43,
+ "bookmark_count": 28,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:51:33 +0000 2023",
- "conversation_id_str": "1719728892787802229",
+ "created_at": "Tue Dec 26 21:10:55 +0000 2023",
+ "conversation_id_str": "1739755694104932512",
"display_text_range": [
0,
- 272
+ 144
],
"entities": {
- "user_mentions": [
+ "hashtags": [
{
- "id_str": "1513194611396816909",
- "name": "UNITED24",
- "screen_name": "U24_gov_ua",
"indices": [
- 71,
- 82
- ]
+ 97,
+ 107
+ ],
+ "text": "SafeSkies"
}
],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "u24.gov.ua/safeskies",
"expanded_url": "https://u24.gov.ua/safeskies",
"url": "https://t.co/WDFNRzH4t4",
"indices": [
- 249,
- 272
+ 121,
+ 144
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": [
+ {
+ "id_str": "1513194611396816909",
+ "name": "UNITED24",
+ "screen_name": "U24_gov_ua",
+ "indices": [
+ 108,
+ 119
+ ]
+ }
+ ]
},
- "favorite_count": 1857,
+ "favorite_count": 2024,
"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",
+ "full_text": "More Ukrainians deserve more silent nights. You can help with this.\nAnti-drone system fundraiser #SafeSkies @U24_gov_ua \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,
+ "quote_count": 12,
+ "reply_count": 24,
+ "retweet_count": 526,
"retweeted": false,
"user_id_str": "3129968261",
- "id_str": "1719728892787802229"
+ "id_str": "1739755694104932512"
}
}
}
@@ -25580,8 +36707,8 @@
}
},
{
- "entryId": "tweet-1719729025852063860",
- "sortIndex": "1719749859424075734",
+ "entryId": "tweet-1739753966076846256",
+ "sortIndex": "1739819664587882445",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -25591,24 +36718,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719729025852063860",
+ "rest_id": "1739753966076846256",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjMwMTg2NTM=",
- "rest_id": "163018653",
+ "id": "VXNlcjoxMzc4OTQ3NzY5MTg0OTc2ODk2",
+ "rest_id": "1378947769184976896",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jul 05 09:44:27 +0000 2010",
- "default_profile": false,
+ "created_at": "Mon Apr 05 05:49:20 +0000 2021",
+ "default_profile": true,
"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.",
+ "description": "Aiden Aslin\nBritish national. \nUkrainian marine 2018-2022\nPress Enquires Contact Humfrey@hunterprofiles.com\nOrder Putin's Prisoner Via link down below",
"entities": {
"description": {
"urls": []
@@ -25616,9 +36743,9 @@
"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",
+ "display_url": "linktr.ee/Cossackgundi?u…",
+ "expanded_url": "https://linktr.ee/Cossackgundi?utm_source=linktree_admin_share",
+ "url": "https://t.co/avg3IXp4r5",
"indices": [
0,
23
@@ -25628,346 +36755,38 @@
}
},
"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,
+ "favourites_count": 3808,
+ "followers_count": 123992,
+ "friends_count": 252,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 16958,
- "location": "Bucha, Ukraine",
- "media_count": 3403,
- "name": "Illia Ponomarenko 🇺🇦",
- "normal_followers_count": 1276208,
+ "listed_count": 1817,
+ "location": "Ukraine ",
+ "media_count": 533,
+ "name": "COSSACKGUNDI",
+ "normal_followers_count": 123992,
"pinned_tweet_ids_str": [
- "1718549466830000457"
+ "1666857718387290135"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1378947769184976896/1689946967",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1482420026753921026/rWZRbEqN_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "IAPonomarenko",
- "statuses_count": 20074,
+ "screen_name": "cossackgundi",
+ "statuses_count": 3931,
"translator_type": "none",
+ "url": "https://t.co/avg3IXp4r5",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1473057187006234626",
+ "rest_id": "1692598619482862021",
"professional_type": "Creator",
"category": [
{
- "id": 955,
- "name": "Journalist",
+ "id": 957,
+ "name": "Author",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -25978,1075 +36797,187 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719727680793305591"
+ "1739753966076846256"
],
- "editable_until_msecs": "1698853604000",
+ "editable_until_msecs": "1703628243000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "93854",
+ "count": "8390",
"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
+ "source": "Twitter for Android",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739416279713300669",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzc4OTQ3NzY5MTg0OTc2ODk2",
+ "rest_id": "1378947769184976896",
+ "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 Apr 05 05:49:20 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Aiden Aslin\nBritish national. \nUkrainian marine 2018-2022\nPress Enquires Contact Humfrey@hunterprofiles.com\nOrder Putin's Prisoner Via link down below",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/Cossackgundi?u…",
+ "expanded_url": "https://linktr.ee/Cossackgundi?utm_source=linktree_admin_share",
+ "url": "https://t.co/avg3IXp4r5",
+ "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
- }
- ]
+ "fast_followers_count": 0,
+ "favourites_count": 3808,
+ "followers_count": 123992,
+ "friends_count": 252,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1817,
+ "location": "Ukraine ",
+ "media_count": 533,
+ "name": "COSSACKGUNDI",
+ "normal_followers_count": 123992,
+ "pinned_tweet_ids_str": [
+ "1666857718387290135"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1378947769184976896/1689946967",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1482420026753921026/rWZRbEqN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "cossackgundi",
+ "statuses_count": 3931,
+ "translator_type": "none",
+ "url": "https://t.co/avg3IXp4r5",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
},
- "medium": {
- "faces": [
+ "professional": {
+ "rest_id": "1692598619482862021",
+ "professional_type": "Creator",
+ "category": [
{
- "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
+ "id": 957,
+ "name": "Author",
+ "icon_name": "IconBriefcaseStroke"
}
]
}
- },
- "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
- ]
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739416279713300669"
+ ],
+ "editable_until_msecs": "1703547732000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "24079",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739322172479258987"
}
- ],
- "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"
- }
- ]
- }
- }
- }
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Mon Dec 25 22:42:12 +0000 2023",
+ "conversation_id_str": "1739416279713300669",
+ "display_text_range": [
+ 0,
+ 181
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "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": []
- }
+ "favorite_count": 75,
+ "favorited": false,
+ "full_text": "70 tickets left $50 for a ticket all Funds are going to medical equipment and supplies! Second and third place runner up prizes included. If you're not able to grab share and boost.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1739322172479258987",
+ "quoted_status_permalink": {
+ "url": "https://t.co/fBvFwYSBzH",
+ "expanded": "https://twitter.com/cossackgundi/status/1739322172479258987",
+ "display": "twitter.com/cossackgundi/s…"
},
- "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"
- }
+ "reply_count": 1,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "1378947769184976896",
+ "id_str": "1739416279713300669"
}
}
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 21:04:03 +0000 2023",
+ "conversation_id_str": "1739753966076846256",
+ "display_text_range": [
+ 0,
+ 219
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 33,
+ "favorited": false,
+ "full_text": "63 tickets left\nKeep this going $50 for a donation ticket all funds going to Frontline medical supplies and equipment. \n\nMain prize is Russian Plate carrier and helmet with runner up prizes Russian uniforms and patches.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739416279713300669",
+ "quoted_status_permalink": {
+ "url": "https://t.co/WbywCGeJlN",
+ "expanded": "https://twitter.com/cossackgundi/status/1739416279713300669",
+ "display": "twitter.com/cossackgundi/s…"
+ },
+ "reply_count": 1,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "1378947769184976896",
+ "id_str": "1739753966076846256"
}
}
},
@@ -27064,8 +36995,8 @@
}
},
{
- "entryId": "tweet-1719725633205350751",
- "sortIndex": "1719749859424075729",
+ "entryId": "tweet-1739753762757939285",
+ "sortIndex": "1739819664587882444",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -27075,7 +37006,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719725633205350751",
+ "rest_id": "1739753762757939285",
"core": {
"user_results": {
"result": {
@@ -27112,16 +37043,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 20688,
- "followers_count": 194946,
- "friends_count": 1916,
+ "favourites_count": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2126,
+ "listed_count": 2114,
"location": "Estonia",
- "media_count": 1089,
+ "media_count": 1101,
"name": "toomas ilves, ex-verif",
- "normal_followers_count": 194946,
+ "normal_followers_count": 195135,
"pinned_tweet_ids_str": [
"1597508496828006401"
],
@@ -27130,7 +37061,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1630211196442779655/sx2b2hv9_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "IlvesToomas",
- "statuses_count": 203397,
+ "statuses_count": 205440,
"translator_type": "none",
"url": "https://t.co/lnQ9ajxxvK",
"verified": false,
@@ -27143,13 +37074,13 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719725633205350751"
+ "1739753762757939285"
],
- "editable_until_msecs": "1698853116570",
+ "editable_until_msecs": "1703628194760",
"is_edit_eligible": false,
"edits_remaining": "5"
},
- "is_translatable": false,
+ "is_translatable": true,
"views": {
"state": "Enabled"
},
@@ -27157,521 +37088,67 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:38:36 +0000 2023",
- "conversation_id_str": "1719725633205350751",
+ "created_at": "Tue Dec 26 21:03:14 +0000 2023",
+ "conversation_id_str": "1739753762757939285",
"display_text_range": [
0,
- 140
+ 112
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "2420267570",
- "name": "Alex Kokcharov",
- "screen_name": "AlexKokcharov",
+ "id_str": "1355070840979791873",
+ "name": "Simmo Saar 🌻",
+ "screen_name": "saar_simmo",
"indices": [
3,
- 17
+ 14
]
}
- ],
- "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",
+ "full_text": "RT @saar_simmo: Ja ärgem unustagem, et iga selline pauk tähendab, et need künad ei saa kunagi Läänemerele tulla.",
+ "is_quote_status": true,
+ "lang": "et",
"quote_count": 0,
+ "quoted_status_id_str": "1739551109667049518",
+ "quoted_status_permalink": {
+ "url": "https://t.co/KRwcWo2urR",
+ "expanded": "https://twitter.com/gerashchenko_en/status/1739551109667049518",
+ "display": "twitter.com/gerashchenko_e…"
+ },
"reply_count": 0,
- "retweet_count": 108,
+ "retweet_count": 14,
"retweeted": false,
"user_id_str": "579747564",
- "id_str": "1719725633205350751",
+ "id_str": "1739753762757939285",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719692243890483493",
+ "rest_id": "1739557763871560086",
"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",
+ "id": "VXNlcjoxMzU1MDcwODQwOTc5NzkxODcz",
+ "rest_id": "1355070840979791873",
"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",
+ "can_media_tag": true,
+ "created_at": "Fri Jan 29 08:30:48 +0000 2021",
"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",
+ "description": "Sõltumatu kommunikatsiooniekspert. Vanad autod, vanad kellad ja kõik kassid ning pind eduraportöörluse tagumikus. NAFO expansion is non-negotiable.",
"entities": {
"description": {
"urls": []
@@ -27679,9 +37156,9 @@
"url": {
"urls": [
{
- "display_url": "wsj.com/news/author/yu…",
- "expanded_url": "https://www.wsj.com/news/author/yuliya-chernova",
- "url": "https://t.co/To3omNQxrA",
+ "display_url": "valiant.ee",
+ "expanded_url": "http://www.valiant.ee",
+ "url": "https://t.co/4Kh0gdWBR1",
"indices": [
0,
23
@@ -27691,39 +37168,30 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1672,
- "followers_count": 11491,
- "friends_count": 1895,
+ "favourites_count": 423340,
+ "followers_count": 4736,
+ "friends_count": 506,
"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": [],
+ "listed_count": 41,
+ "location": "Estonia",
+ "media_count": 4151,
+ "name": "Simmo Saar 🌻",
+ "normal_followers_count": 4736,
+ "pinned_tweet_ids_str": [
+ "1603626557188280320"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1355070840979791873/1645858976",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1355071385744396288/dspYnRJP_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ychernova",
- "statuses_count": 5034,
+ "screen_name": "saar_simmo",
+ "statuses_count": 19902,
"translator_type": "none",
- "url": "https://t.co/To3omNQxrA",
+ "url": "https://t.co/4Kh0gdWBR1",
"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"
- }
- ]
}
}
}
@@ -27731,820 +37199,327 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719724746995077379"
+ "1739557763871560086"
],
- "editable_until_msecs": "1698852905000",
+ "editable_until_msecs": "1703581464000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
- "is_translatable": false,
+ "is_translatable": true,
"views": {
- "count": "21944",
+ "count": "14005",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739551109667049518",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTA1NDgxOTQ5ODU0NTAyOTE1",
+ "rest_id": "1505481949854502915",
+ "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 Mar 20 09:52:25 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Ukrainian patriot. Advisor to the Minister of Internal Affairs of Ukraine. Founder of the Institute of the Future. Official enemy of Russian propaganda",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3770,
+ "followers_count": 540878,
+ "friends_count": 1026,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5593,
+ "location": "Ukraine",
+ "media_count": 11673,
+ "name": "Anton Gerashchenko",
+ "normal_followers_count": 540878,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1505481949854502915/1650720026",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1553728604835647488/AKRkDR_K_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Gerashchenko_en",
+ "statuses_count": 14518,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1518938760821497857",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 934,
+ "name": "Social Media Influencer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "initial_tweet_id": "1739545872411635779",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1739545872411635779",
+ "1739551109667049518"
+ ],
+ "editable_until_msecs": "1703578629000",
+ "is_edit_eligible": true,
+ "edits_remaining": "4"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 8,
+ "favorite_count": 1170,
+ "quote_count": 13,
+ "reply_count": 47,
+ "retweet_count": 109
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "838573",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 80,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 07:37:58 +0000 2023",
+ "conversation_id_str": "1739551109667049518",
+ "display_text_range": [
+ 0,
+ 210
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/oB4pwCHi2x",
+ "expanded_url": "https://twitter.com/Gerashchenko_en/status/1739551109667049518/video/1",
+ "id_str": "1739545838446141440",
+ "indices": [
+ 211,
+ 234
+ ],
+ "media_key": "7_1739545838446141440",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739545838446141440/pu/img/HUGGbOfNq-YL1ysM.jpg",
+ "type": "video",
+ "url": "https://t.co/oB4pwCHi2x",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 16300,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/pl/0H630jRmngJO7VaX.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/320x320/1oGxg9HfSLpXOLup.mp4?tag=12"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/720x720/nvxfBa1cQZdtVNrS.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/540x540/KTJtMIYAsYzSxOqp.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/oB4pwCHi2x",
+ "expanded_url": "https://twitter.com/Gerashchenko_en/status/1739551109667049518/video/1",
+ "id_str": "1739545838446141440",
+ "indices": [
+ 211,
+ 234
+ ],
+ "media_key": "7_1739545838446141440",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739545838446141440/pu/img/HUGGbOfNq-YL1ysM.jpg",
+ "type": "video",
+ "url": "https://t.co/oB4pwCHi2x",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 16300,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/pl/0H630jRmngJO7VaX.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/320x320/1oGxg9HfSLpXOLup.mp4?tag=12"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/720x720/nvxfBa1cQZdtVNrS.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739545838446141440/pu/vid/avc1/540x540/KTJtMIYAsYzSxOqp.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 15892,
+ "favorited": false,
+ "full_text": "Russian Novocherkask landing ship has been hit by Ukrainian tactical aviation in occupied Crimea - Ukrainian Air Forces.\n\n\"I follow the Moskva...\" I find myself humming this morning.\n\nGlory to Ukrainian Heroes! https://t.co/oB4pwCHi2x",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 112,
+ "reply_count": 424,
+ "retweet_count": 2025,
+ "retweeted": false,
+ "user_id_str": "1505481949854502915",
+ "id_str": "1739551109667049518"
+ }
+ }
+ },
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:35:05 +0000 2023",
- "conversation_id_str": "1719724746995077379",
+ "created_at": "Tue Dec 26 08:04:24 +0000 2023",
+ "conversation_id_str": "1739557763871560086",
"display_text_range": [
0,
- 270
+ 96
],
"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": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [
- {
- "indices": [
- 255,
- 270
- ],
- "text": "IStandWithEvan"
- }
- ],
- "symbols": []
+ "user_mentions": []
},
- "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,
+ "favorite_count": 299,
"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,
+ "full_text": "Ja ärgem unustagem, et iga selline pauk tähendab, et need künad ei saa kunagi Läänemerele tulla.",
+ "is_quote_status": true,
+ "lang": "et",
+ "quote_count": 1,
+ "quoted_status_id_str": "1739551109667049518",
+ "quoted_status_permalink": {
+ "url": "https://t.co/KRwcWo2urR",
+ "expanded": "https://twitter.com/gerashchenko_en/status/1739551109667049518",
+ "display": "twitter.com/gerashchenko_e…"
+ },
+ "reply_count": 2,
+ "retweet_count": 14,
"retweeted": false,
- "user_id_str": "126399969",
- "id_str": "1719724746995077379"
+ "user_id_str": "1355070840979791873",
+ "id_str": "1739557763871560086"
}
}
}
@@ -28565,8 +37540,8 @@
}
},
{
- "entryId": "tweet-1719725520487600609",
- "sortIndex": "1719749859424075727",
+ "entryId": "tweet-1739752415585341890",
+ "sortIndex": "1739819664587882443",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -28576,7 +37551,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719725520487600609",
+ "rest_id": "1739752415585341890",
"core": {
"user_results": {
"result": {
@@ -28613,16 +37588,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 20688,
- "followers_count": 194946,
- "friends_count": 1916,
+ "favourites_count": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2126,
+ "listed_count": 2114,
"location": "Estonia",
- "media_count": 1089,
+ "media_count": 1101,
"name": "toomas ilves, ex-verif",
- "normal_followers_count": 194946,
+ "normal_followers_count": 195135,
"pinned_tweet_ids_str": [
"1597508496828006401"
],
@@ -28631,7 +37606,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1630211196442779655/sx2b2hv9_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "IlvesToomas",
- "statuses_count": 203397,
+ "statuses_count": 205440,
"translator_type": "none",
"url": "https://t.co/lnQ9ajxxvK",
"verified": false,
@@ -28644,9 +37619,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719725520487600609"
+ "1739752415585341890"
],
- "editable_until_msecs": "1698853089696",
+ "editable_until_msecs": "1703627873569",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -28658,91 +37633,89 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:38:09 +0000 2023",
- "conversation_id_str": "1719725520487600609",
+ "created_at": "Tue Dec 26 20:57:53 +0000 2023",
+ "conversation_id_str": "1739752415585341890",
"display_text_range": [
0,
- 85
+ 140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "1497191639839875094",
- "name": "Kadi🇪🇪🌻",
- "screen_name": "TheFl0orIsLaVa",
+ "id_str": "2389205874",
+ "name": "Christopher Dunnett",
+ "screen_name": "ccdunnett",
"indices": [
3,
- 18
+ 13
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @TheFl0orIsLaVa: Who exactly are those \"we\"? And have those \"we\" lost their mind??",
+ "full_text": "RT @ccdunnett: I was in Fulbright with Petro in Ukraine during Maidan. His research was on “russkiy mir” in Ukraine, didn’t exactly hide hi…",
"is_quote_status": true,
"lang": "en",
"quote_count": 0,
- "quoted_status_id_str": "1719344056789065767",
+ "quoted_status_id_str": "1737156573435134217",
"quoted_status_permalink": {
- "url": "https://t.co/c1CXbNbvDf",
- "expanded": "https://twitter.com/vonderleyen/status/1719344056789065767",
- "display": "twitter.com/vonderleyen/st…"
+ "url": "https://t.co/xRAhnGkHff",
+ "expanded": "https://twitter.com/foreignpolicy/status/1737156573435134217",
+ "display": "twitter.com/foreignpolicy/…"
},
"reply_count": 0,
- "retweet_count": 14,
+ "retweet_count": 307,
"retweeted": false,
"user_id_str": "579747564",
- "id_str": "1719725520487600609",
+ "id_str": "1739752415585341890",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719627957554032746",
+ "rest_id": "1739617443125788767",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDk3MTkxNjM5ODM5ODc1MDk0",
- "rest_id": "1497191639839875094",
+ "id": "VXNlcjoyMzg5MjA1ODc0",
+ "rest_id": "2389205874",
"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",
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Mar 14 14:40:07 +0000 2014",
"default_profile": true,
"default_profile_image": false,
- "description": "Your opinion is not my reality.",
+ "description": "Fulbright in Ukraine ‘13-14, SAIS, formerly IMF. Tweets my own, and re-tweet/like is not an endorsement.",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 81883,
- "followers_count": 8362,
- "friends_count": 1838,
- "has_custom_timelines": true,
+ "favourites_count": 2289,
+ "followers_count": 298,
+ "friends_count": 728,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 43,
- "location": "",
- "media_count": 1973,
- "name": "Kadi🇪🇪🌻",
- "normal_followers_count": 8362,
- "pinned_tweet_ids_str": [
- "1629111333462462468"
- ],
+ "listed_count": 15,
+ "location": "Washington, DC",
+ "media_count": 89,
+ "name": "Christopher Dunnett",
+ "normal_followers_count": 298,
+ "pinned_tweet_ids_str": [],
"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_image_url_https": "https://pbs.twimg.com/profile_images/1577093486347698180/GuU7hZGD_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "TheFl0orIsLaVa",
- "statuses_count": 20862,
+ "screen_name": "ccdunnett",
+ "statuses_count": 1554,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -28754,49 +37727,102 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719627957554032746"
+ "1739617443125788767"
],
- "editable_until_msecs": "1698829828000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703595693000",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "10226",
+ "count": "78684",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
+ "source": "Twitter for iPhone",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719344056789065767",
+ "rest_id": "1737156573435134217",
+ "birdwatch_pivot": {
+ "callToAction": {
+ "prompt": "Do you find this helpful?",
+ "title": "Rate it",
+ "destinationUrl": "https://twitter.com/i/birdwatch/n/1739410631554424951"
+ },
+ "destinationUrl": "https://twitter.com/i/birdwatch/n/1739410631554424951",
+ "footer": {
+ "text": "Context is written by people who use X, and appears when rated helpful by others. Find out more.",
+ "entities": [
+ {
+ "fromIndex": 83,
+ "toIndex": 96,
+ "ref": {
+ "type": "TimelineUrl",
+ "url": "https://twitter.com/i/flow/join-birdwatch",
+ "urlType": "ExternalUrl"
+ }
+ }
+ ]
+ },
+ "note": {
+ "rest_id": "1739410631554424951"
+ },
+ "subtitle": {
+ "text": "Russian speakers are not oppressed in Ukraine. A significant portion of the Ukrainian people speak Russian, or a mix of Ukrainian and Russian.\n\nThis does not make them Russian, nor \"Russophiles.\"\n\nThe entire article is recycled pro-russian propaganda points from the last year.\n\nen.m.wikipedia.org/wiki/Russian_l…",
+ "entities": [
+ {
+ "fromIndex": 279,
+ "toIndex": 313,
+ "ref": {
+ "type": "TimelineUrl",
+ "url": "https://t.co/3c9At9sER6",
+ "urlType": "ExternalUrl"
+ }
+ }
+ ]
+ },
+ "title": "Readers added context they thought people might want to know",
+ "shorttitle": "Readers added context",
+ "visualStyle": "Default",
+ "iconType": "BirdwatchV1Icon"
+ },
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTQ2MzI5ODcxNDE4ODQzMTM2",
- "rest_id": "1146329871418843136",
+ "id": "VXNlcjoyNjc5MjI3NQ==",
+ "rest_id": "26792275",
"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,
+ "can_media_tag": false,
+ "created_at": "Thu Mar 26 16:57:01 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "President of the @EU_Commission. Mother of seven. Brussels-born. European by heart. 🇪🇺",
+ "description": "The magazine for global politics, economics, and ideas | Sign up for our newsletters: https://t.co/vasoTyHsYj",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "foreignpolicy.com/newsletters/",
+ "expanded_url": "http://foreignpolicy.com/newsletters/",
+ "url": "https://t.co/vasoTyHsYj",
+ "indices": [
+ 86,
+ 109
+ ]
+ }
+ ]
},
"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",
+ "display_url": "foreignpolicy.com",
+ "expanded_url": "http://www.foreignpolicy.com",
+ "url": "https://t.co/91lmodrlGD",
"indices": [
0,
23
@@ -28806,56 +37832,116 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 454,
- "followers_count": 1514194,
- "friends_count": 254,
- "has_custom_timelines": true,
+ "favourites_count": 1685,
+ "followers_count": 1256993,
+ "friends_count": 1082,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 7476,
+ "listed_count": 19641,
"location": "",
- "media_count": 2664,
- "name": "Ursula von der Leyen",
- "normal_followers_count": 1514194,
- "pinned_tweet_ids_str": [],
+ "media_count": 22078,
+ "name": "Foreign Policy",
+ "normal_followers_count": 1256993,
+ "pinned_tweet_ids_str": [
+ "1711455629506675198"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/26792275/1694553117",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1387089996532879364/WYZKsRZu_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "vonderleyen",
- "statuses_count": 4700,
- "translator_type": "none",
- "url": "https://t.co/ZdrutmpB6L",
+ "screen_name": "ForeignPolicy",
+ "statuses_count": 146922,
+ "translator_type": "regular",
+ "url": "https://t.co/91lmodrlGD",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1499431575976620038",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
}
},
"card": {
- "rest_id": "https://t.co/o4ClKSJHVf",
+ "rest_id": "https://t.co/QgGokbmddp",
"legacy": {
"binding_values": [
{
- "key": "broadcast_url",
+ "key": "photo_image_full_size_large",
"value": {
- "string_value": "https://twitter.com/i/broadcasts/1kvKpvDZpLPJE",
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Wartime unity hasn’t healed the wounds of the country’s past.",
"type": "STRING"
}
},
{
- "key": "broadcast_width",
+ "key": "domain",
"value": {
- "string_value": "1280",
+ "string_value": "foreignpolicy.com",
"type": "STRING"
}
},
{
- "key": "broadcast_state",
+ "key": "thumbnail_image_large",
"value": {
- "string_value": "ENDED",
- "type": "STRING"
+ "image_value": {
+ "height": 320,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?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/1739305397570371584/4pXtx683?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
}
},
{
@@ -28864,169 +37950,129 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "1146329871418843136",
+ "id_str": "26792275",
"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",
+ "key": "photo_image_full_size_small",
"value": {
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?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",
+ "key": "summary_photo_image_large",
"value": {
"image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=orig"
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=800x419"
},
"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",
+ "key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=png&name=2048x2048_2_exp"
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=100x100"
},
"type": "IMAGE"
}
},
{
- "key": "broadcaster_display_name",
+ "key": "thumbnail_image_x_large",
"value": {
- "string_value": "Ursula von der Leyen",
+ "image_value": {
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "foreignpolicy.com",
"type": "STRING"
}
},
{
- "key": "broadcast_is_high_latency",
- "value": {
- "boolean_value": true,
- "type": "BOOLEAN"
- }
- },
- {
- "key": "broadcast_thumbnail",
+ "key": "photo_image_full_size",
"value": {
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=600x314"
},
"type": "IMAGE"
}
},
{
- "key": "broadcast_thumbnail_color",
+ "key": "thumbnail_image_color",
"value": {
"image_color_value": {
"palette": [
{
"rgb": {
- "blue": 116,
- "green": 77,
- "red": 29
+ "blue": 209,
+ "green": 209,
+ "red": 214
},
- "percentage": 55.36
+ "percentage": 59.24
},
{
"rgb": {
- "blue": 213,
- "green": 204,
- "red": 180
+ "blue": 99,
+ "green": 113,
+ "red": 132
},
- "percentage": 35.76
+ "percentage": 19.95
},
{
"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,
+ "blue": 81,
+ "green": 145,
"red": 173
},
- "percentage": 0.98
+ "percentage": 9.1
+ },
+ {
+ "rgb": {
+ "blue": 51,
+ "green": 160,
+ "red": 200
+ },
+ "percentage": 1.38
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 43,
+ "red": 70
+ },
+ "percentage": 1.09
}
]
},
@@ -29034,27 +38080,160 @@
}
},
{
- "key": "broadcast_media_id",
+ "key": "title",
"value": {
- "string_value": "1719340151984529408",
+ "string_value": "Ukraine Has a Civil Rights Problem",
"type": "STRING"
}
},
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 209,
+ "green": 209,
+ "red": 214
+ },
+ "percentage": 59.24
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 113,
+ "red": 132
+ },
+ "percentage": 19.95
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 145,
+ "red": 173
+ },
+ "percentage": 9.1
+ },
+ {
+ "rgb": {
+ "blue": 51,
+ "green": 160,
+ "red": 200
+ },
+ "percentage": 1.38
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 43,
+ "red": 70
+ },
+ "percentage": 1.09
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?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/1739305397570371584/4pXtx683?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 209,
+ "green": 209,
+ "red": 214
+ },
+ "percentage": 59.24
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 113,
+ "red": 132
+ },
+ "percentage": 19.95
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 145,
+ "red": 173
+ },
+ "percentage": 9.1
+ },
+ {
+ "rgb": {
+ "blue": 51,
+ "green": 160,
+ "red": 200
+ },
+ "percentage": 1.38
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 43,
+ "red": 70
+ },
+ "percentage": 1.09
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
{
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/o4ClKSJHVf",
+ "string_value": "https://t.co/QgGokbmddp",
"type": "STRING"
}
},
{
- "key": "broadcast_thumbnail_large",
+ "key": "summary_photo_image_original",
"value": {
"image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1719748787252367360/4dySFX1t?format=jpg&name=800x419"
+ "height": 666,
+ "width": 1000,
+ "url": "https://pbs.twimg.com/card_img/1739305397570371584/4pXtx683?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -29071,35 +38250,45 @@
}
}
},
- "name": "745291183405076480:broadcast",
- "url": "https://t.co/o4ClKSJHVf",
+ "name": "summary_large_image",
+ "url": "https://t.co/QgGokbmddp",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTQ2MzI5ODcxNDE4ODQzMTM2",
- "rest_id": "1146329871418843136",
+ "id": "VXNlcjoyNjc5MjI3NQ==",
+ "rest_id": "26792275",
"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,
+ "can_media_tag": false,
+ "created_at": "Thu Mar 26 16:57:01 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "President of the @EU_Commission. Mother of seven. Brussels-born. European by heart. 🇪🇺",
+ "description": "The magazine for global politics, economics, and ideas | Sign up for our newsletters: https://t.co/vasoTyHsYj",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "foreignpolicy.com/newsletters/",
+ "expanded_url": "http://foreignpolicy.com/newsletters/",
+ "url": "https://t.co/vasoTyHsYj",
+ "indices": [
+ 86,
+ 109
+ ]
+ }
+ ]
},
"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",
+ "display_url": "foreignpolicy.com",
+ "expanded_url": "http://www.foreignpolicy.com",
+ "url": "https://t.co/91lmodrlGD",
"indices": [
0,
23
@@ -29109,29 +38298,41 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 454,
- "followers_count": 1514194,
- "friends_count": 254,
- "has_custom_timelines": true,
+ "favourites_count": 1685,
+ "followers_count": 1256993,
+ "friends_count": 1082,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 7476,
+ "listed_count": 19641,
"location": "",
- "media_count": 2664,
- "name": "Ursula von der Leyen",
- "normal_followers_count": 1514194,
- "pinned_tweet_ids_str": [],
+ "media_count": 22078,
+ "name": "Foreign Policy",
+ "normal_followers_count": 1256993,
+ "pinned_tweet_ids_str": [
+ "1711455629506675198"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/26792275/1694553117",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1387089996532879364/WYZKsRZu_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "vonderleyen",
- "statuses_count": 4700,
- "translator_type": "none",
- "url": "https://t.co/ZdrutmpB6L",
+ "screen_name": "ForeignPolicy",
+ "statuses_count": 146922,
+ "translator_type": "regular",
+ "url": "https://t.co/91lmodrlGD",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1499431575976620038",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
}
}
@@ -29144,91 +38345,93 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719344056789065767"
+ "1737156573435134217"
],
- "editable_until_msecs": "1698762141000",
+ "editable_until_msecs": "1703008976000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "353360",
+ "count": "268783",
"state": "EnabledWithCount"
},
- "source": "Twitter Media Studio",
+ "source": "Buffer",
"legacy": {
- "bookmark_count": 44,
+ "bookmark_count": 54,
"bookmarked": false,
- "created_at": "Tue Oct 31 13:22:21 +0000 2023",
- "conversation_id_str": "1719344056789065767",
+ "created_at": "Tue Dec 19 17:02:56 +0000 2023",
+ "conversation_id_str": "1737156573435134217",
"display_text_range": [
0,
- 218
+ 106
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
- "display_url": "twitter.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1kvKpvDZpLPJE",
- "url": "https://t.co/o4ClKSJHVf",
+ "display_url": "foreignpolicy.com/2023/12/18/ukr…",
+ "expanded_url": "https://foreignpolicy.com/2023/12/18/ukraine-russia-war-civil-rights-freedom-speech-religion/",
+ "url": "https://t.co/QgGokbmddp",
"indices": [
- 195,
- 218
+ 83,
+ 106
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 997,
+ "favorite_count": 125,
"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",
+ "full_text": "Wartime unity hasn’t healed the wounds of Ukraine’s past, Nicolai N. Petro writes.\nhttps://t.co/QgGokbmddp",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 165,
- "reply_count": 1557,
- "retweet_count": 215,
+ "quote_count": 24,
+ "reply_count": 230,
+ "retweet_count": 17,
"retweeted": false,
- "user_id_str": "1146329871418843136",
- "id_str": "1719344056789065767"
+ "user_id_str": "26792275",
+ "id_str": "1737156573435134217"
}
}
},
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 64,
"bookmarked": false,
- "created_at": "Wed Nov 01 08:10:28 +0000 2023",
- "conversation_id_str": "1719627957554032746",
+ "created_at": "Tue Dec 26 12:01:33 +0000 2023",
+ "conversation_id_str": "1739617443125788767",
"display_text_range": [
0,
- 65
+ 278
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 194,
+ "favorite_count": 1679,
"favorited": false,
- "full_text": "Who exactly are those \"we\"? And have those \"we\" lost their mind??",
+ "full_text": "I was in Fulbright with Petro in Ukraine during Maidan. His research was on “russkiy mir” in Ukraine, didn’t exactly hide his pro-Russian views on Ukr, and ridiculed foreign students wanting to study Ukrainian in Odesa. Why FP think he has the creds to write on Ukraine beats me",
"is_quote_status": true,
"lang": "en",
- "quote_count": 1,
- "quoted_status_id_str": "1719344056789065767",
+ "quote_count": 7,
+ "quoted_status_id_str": "1737156573435134217",
"quoted_status_permalink": {
- "url": "https://t.co/c1CXbNbvDf",
- "expanded": "https://twitter.com/vonderleyen/status/1719344056789065767",
- "display": "twitter.com/vonderleyen/st…"
+ "url": "https://t.co/xRAhnGkHff",
+ "expanded": "https://twitter.com/foreignpolicy/status/1737156573435134217",
+ "display": "twitter.com/foreignpolicy/…"
},
- "reply_count": 24,
- "retweet_count": 14,
+ "reply_count": 17,
+ "retweet_count": 307,
"retweeted": false,
- "user_id_str": "1497191639839875094",
- "id_str": "1719627957554032746"
+ "user_id_str": "2389205874",
+ "id_str": "1739617443125788767"
}
}
}
@@ -29249,8 +38452,8 @@
}
},
{
- "entryId": "tweet-1719725323619561800",
- "sortIndex": "1719749859424075726",
+ "entryId": "tweet-1739752337575379024",
+ "sortIndex": "1739819664587882442",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -29260,24 +38463,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719725323619561800",
+ "rest_id": "1739752337575379024",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDEwNjQ3Ng==",
- "rest_id": "14106476",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"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": "Sun Mar 09 08:15:00 +0000 2008",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.",
+ "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": []
@@ -29285,9 +38488,9 @@
"url": {
"urls": [
{
- "display_url": "kyivpost.com",
- "expanded_url": "http://kyivpost.com/",
- "url": "https://t.co/lHlutZvoAu",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -29297,25 +38500,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4939,
- "followers_count": 393621,
- "friends_count": 1631,
+ "favourites_count": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
"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": [],
+ "listed_count": 2114,
+ "location": "Estonia",
+ "media_count": 1101,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 195135,
+ "pinned_tweet_ids_str": [
+ "1597508496828006401"
+ ],
"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_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": "KyivPost",
- "statuses_count": 71995,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 205440,
"translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -29323,658 +38528,286 @@
}
}
},
- "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"
+ "1739752337575379024"
],
- "editable_until_msecs": "1698853042000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703627854970",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "5643",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"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",
+ "created_at": "Tue Dec 26 20:57:34 +0000 2023",
+ "conversation_id_str": "1739752337575379024",
"display_text_range": [
0,
- 277
+ 85
],
"entities": {
- "user_mentions": [],
- "urls": [
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
{
- "display_url": "kyivpost.com/post/23542",
- "expanded_url": "https://www.kyivpost.com/post/23542",
- "url": "https://t.co/gOWiKdcDgT",
+ "id_str": "1053324106148524032",
+ "name": "Ben Hodges",
+ "screen_name": "general_ben",
"indices": [
- 254,
- 277
+ 3,
+ 15
]
}
- ],
- "hashtags": [
- {
- "indices": [
- 0,
- 17
- ],
- "text": "UkrainianMarines"
- },
- {
- "indices": [
- 236,
- 251
- ],
- "text": "counterattacks"
- }
- ],
- "symbols": []
+ ]
},
- "favorite_count": 45,
+ "favorite_count": 0,
"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,
+ "full_text": "RT @general_ben: This is good news. Soon, there will be nowhere for Hungary to hide.",
+ "is_quote_status": true,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 3,
- "retweet_count": 18,
+ "quoted_status_id_str": "1739683333880094762",
+ "quoted_status_permalink": {
+ "url": "https://t.co/IB9zRK6AY0",
+ "expanded": "https://twitter.com/anders_aslund/status/1739683333880094762",
+ "display": "twitter.com/anders_aslund/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 426,
"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": {
+ "user_id_str": "579747564",
+ "id_str": "1739752337575379024",
+ "retweeted_status_result": {
"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
- ]
- }
- ]
+ "__typename": "Tweet",
+ "rest_id": "1739685984747299022",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDUzMzI0MTA2MTQ4NTI0MDMy",
+ "rest_id": "1053324106148524032",
+ "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 Oct 19 16:36:51 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Former Commanding General USArmyEurope, NATO Senior Mentor for Logistics, Advisor to @SpiritAmerica, loves the Army Team, FSU football and Atlanta Braves!",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18088,
+ "followers_count": 183163,
+ "friends_count": 3512,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 3223,
+ "location": "",
+ "media_count": 44,
+ "name": "Ben Hodges",
+ "normal_followers_count": 183163,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1053327492696760322/X0xKjtU-_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "general_ben",
+ "statuses_count": 4511,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
}
- },
- "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": [
+ "1739685984747299022"
+ ],
+ "editable_until_msecs": "1703612035000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "119294",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739683333880094762",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTMyNDYwMTk1",
+ "rest_id": "2932460195",
+ "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 Dec 19 19:15:17 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Economist & author. Russia, Ukraine & Eastern Europe. Read my latest book: \"Russia's Crony Capitalism\" https://t.co/ZqmWMRSMf9",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "amzn.to/2WgLENO",
+ "expanded_url": "https://amzn.to/2WgLENO",
+ "url": "https://t.co/ZqmWMRSMf9",
+ "indices": [
+ 103,
+ 126
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 44120,
+ "followers_count": 313527,
+ "friends_count": 4320,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4699,
+ "location": "Washington, DC",
+ "media_count": 377,
+ "name": "Anders Åslund",
+ "normal_followers_count": 313527,
+ "pinned_tweet_ids_str": [
+ "1124326148073299968"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2932460195/1556849532",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/803063265165185024/oK-YayC6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "anders_aslund",
+ "statuses_count": 42883,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739683333880094762"
+ ],
+ "editable_until_msecs": "1703611403000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "170128",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739681174509748345"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 16:23:23 +0000 2023",
+ "conversation_id_str": "1739683333880094762",
+ "display_text_range": [
+ 0,
+ 233
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1194,
+ "favorited": false,
+ "full_text": "The Foreign Affairs Committee of the Turkish Parliament has approved of Sweden's application to become a member of NATO. The next step is that the Parliament votes on this matter. Sweden is looking forward to become a member of NATO.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 10,
+ "quoted_status_id_str": "1739681174509748345",
+ "quoted_status_permalink": {
+ "url": "https://t.co/g6lk9ggx5t",
+ "expanded": "https://twitter.com/TobiasBillstrom/status/1739681174509748345",
+ "display": "twitter.com/TobiasBillstro…"
+ },
+ "reply_count": 26,
+ "retweet_count": 205,
+ "retweeted": false,
+ "user_id_str": "2932460195",
+ "id_str": "1739683333880094762"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 16,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 16:33:55 +0000 2023",
+ "conversation_id_str": "1739685984747299022",
+ "display_text_range": [
+ 0,
+ 68
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3115,
+ "favorited": false,
+ "full_text": "This is good news. Soon, there will be nowhere for Hungary to hide.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 7,
+ "quoted_status_id_str": "1739683333880094762",
+ "quoted_status_permalink": {
+ "url": "https://t.co/IB9zRK6AY0",
+ "expanded": "https://twitter.com/anders_aslund/status/1739683333880094762",
+ "display": "twitter.com/anders_aslund/…"
+ },
+ "reply_count": 76,
+ "retweet_count": 426,
+ "retweeted": false,
+ "user_id_str": "1053324106148524032",
+ "id_str": "1739685984747299022"
}
}
}
- },
- "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"
}
}
},
@@ -29992,8 +38825,8 @@
}
},
{
- "entryId": "tweet-1719724221654294579",
- "sortIndex": "1719749859424075724",
+ "entryId": "tweet-1739752262078005487",
+ "sortIndex": "1739819664587882441",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -30003,7 +38836,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719724221654294579",
+ "rest_id": "1739752262078005487",
"core": {
"user_results": {
"result": {
@@ -30059,16 +38892,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 280,
- "followers_count": 2123384,
- "friends_count": 26,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 20142,
+ "listed_count": 20036,
"location": "Kyiv",
- "media_count": 3322,
+ "media_count": 3691,
"name": "The Kyiv Independent",
- "normal_followers_count": 2123384,
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
"1611768917151862784"
],
@@ -30077,7 +38910,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivIndependent",
- "statuses_count": 31758,
+ "statuses_count": 34451,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -30094,45 +38927,298 @@
},
"unmention_data": {},
"edit_control": {
- "edit_tweet_ids": [
- "1719724221654294579"
- ],
- "editable_until_msecs": "1698852780000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
+ "initial_tweet_id": "1739751231701078086",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1739751231701078086",
+ "1739752174387712248",
+ "1739752262078005487"
+ ],
+ "editable_until_msecs": "1703627591000",
+ "is_edit_eligible": true,
+ "edits_remaining": "3"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 1,
+ "favorite_count": 83,
+ "quote_count": 1,
+ "reply_count": 6,
+ "retweet_count": 13
},
"is_translatable": false,
"views": {
- "count": "47657",
+ "count": "86155",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 7,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:33:00 +0000 2023",
- "conversation_id_str": "1719724221654294579",
+ "created_at": "Tue Dec 26 20:57:16 +0000 2023",
+ "conversation_id_str": "1739752262078005487",
"display_text_range": [
0,
- 232
+ 231
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "media": [
+ {
+ "display_url": "pic.twitter.com/mYxVtoXRdJ",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739752262078005487/photo/1",
+ "id_str": "1739750794084143104",
+ "indices": [
+ 232,
+ 255
+ ],
+ "media_key": "3_1739750794084143104",
+ "media_url_https": "https://pbs.twimg.com/media/GCTWIS8W0AARCQy.png",
+ "type": "photo",
+ "url": "https://t.co/mYxVtoXRdJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 194,
+ "y": 95,
+ "h": 278,
+ "w": 278
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ }
+ },
+ "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": 103,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 94,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 297,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 130,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/mYxVtoXRdJ",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739752262078005487/photo/1",
+ "id_str": "1739750794084143104",
+ "indices": [
+ 232,
+ 255
+ ],
+ "media_key": "3_1739750794084143104",
+ "media_url_https": "https://pbs.twimg.com/media/GCTWIS8W0AARCQy.png",
+ "type": "photo",
+ "url": "https://t.co/mYxVtoXRdJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 194,
+ "y": 95,
+ "h": 278,
+ "w": 278
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 309,
+ "y": 151,
+ "h": 442,
+ "w": 442
+ }
+ ]
+ }
+ },
+ "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": 103,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 94,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 297,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 805,
"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.",
+ "full_text": "29-year-old police lieutenant Ihor Misiunia was killed today as a result of Russia's strike on the Kherson railway station late on Dec. 26.\n\nIhor is survived by his wife and two children.\n\n📸: Ministry of Internal Affairs / Telegram https://t.co/mYxVtoXRdJ",
"is_quote_status": false,
"lang": "en",
- "quote_count": 2,
- "reply_count": 5,
- "retweet_count": 35,
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 10,
+ "reply_count": 41,
+ "retweet_count": 166,
"retweeted": false,
"user_id_str": "1462548977367359490",
- "id_str": "1719724221654294579"
+ "id_str": "1739752262078005487"
}
}
},
@@ -30150,8 +39236,8 @@
}
},
{
- "entryId": "tweet-1719723962953871618",
- "sortIndex": "1719749859424075723",
+ "entryId": "tweet-1739752103604625748",
+ "sortIndex": "1739819664587882440",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -30161,24 +39247,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719723962953871618",
+ "rest_id": "1739752103604625748",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDg5ODQwNjYz",
- "rest_id": "1489840663",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"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,
+ "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": "Investigative reporter @TPM. @WGAEast member. Get in touch at joshk@talkingpointsmemo.com. Signal: +1 917 202 0495",
+ "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": []
@@ -30186,9 +39272,9 @@
"url": {
"urls": [
{
- "display_url": "talkingpointsmemo.com",
- "expanded_url": "https://talkingpointsmemo.com/",
- "url": "https://t.co/AzDUWabdQo",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -30198,25 +39284,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12317,
- "followers_count": 7587,
- "friends_count": 3851,
+ "favourites_count": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
"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": [],
+ "listed_count": 2114,
+ "location": "Estonia",
+ "media_count": 1101,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 195135,
+ "pinned_tweet_ids_str": [
+ "1597508496828006401"
+ ],
"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_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": "JoshKovensky",
- "statuses_count": 5867,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 205440,
"translator_type": "none",
- "url": "https://t.co/AzDUWabdQo",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -30224,573 +39312,487 @@
}
}
},
- "card": {
- "rest_id": "https://t.co/KZH4UqEwpy",
- "legacy": {
- "binding_values": [
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739752103604625748"
+ ],
+ "editable_until_msecs": "1703627799187",
+ "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": "Tue Dec 26 20:56:39 +0000 2023",
+ "conversation_id_str": "1739752103604625748",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
{
- "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"
- }
- ]
- }
- }
+ "id_str": "25569683",
+ "name": "Raivo Hein",
+ "screen_name": "RaivoHein",
+ "indices": [
+ 3,
+ 13
+ ]
}
]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RaivoHein: Kuidas sünnivad fantaasiad? Siis, kui ajakirjanik otsustab miskit kirjutada, aga kuna ta täpselt asju ei tea, siis mõtleb ta…",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1739752103604625748",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739593361407807851",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTU2OTY4Mw==",
+ "rest_id": "25569683",
+ "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 20:27:48 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Esinemised ja muud kutsed palun saata minu emailile raivo.hein@gmail.com Instagramis jagan teile ka muid rahahäkke. Tule vaatama @raivohein",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "instagram.com/raivohein/",
+ "expanded_url": "https://www.instagram.com/raivohein/",
+ "url": "https://t.co/eZmRaDGyrX",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 13534,
+ "followers_count": 5899,
+ "friends_count": 1442,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 26,
+ "location": "Tallinn, Estonia",
+ "media_count": 133,
+ "name": "Raivo Hein",
+ "normal_followers_count": 5899,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/25569683/1696480531",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724495352496013312/nsVzIfdZ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RaivoHein",
+ "statuses_count": 707,
+ "translator_type": "none",
+ "url": "https://t.co/eZmRaDGyrX",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1593115310374223872",
+ "professional_type": "Business",
+ "category": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739593361407807851"
+ ],
+ "editable_until_msecs": "1703589952000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "13356",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk1OTMzNjEyODIwMjc1MjA=",
+ "text": "Kuidas sünnivad fantaasiad? Siis, kui ajakirjanik otsustab miskit kirjutada, aga kuna ta täpselt asju ei tea, siis mõtleb ta loo välja🤡 (selgituseks, et Hein ei ole kunagi olnud seotud kuidagi CV-Online loomisega või omanikuna ja Alma Mediale ei ole ta ka miskit kunagi müünud) Kena Jõulu 😀https://t.co/kOBuEEOOuZ",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [
+ {
+ "display_url": "arileht.delfi.ee/artikkel/12023…",
+ "expanded_url": "https://arileht.delfi.ee/artikkel/120238342/eesti-ettevotjate-sajandi-suurtehingud-suurimad-tehingumiljonarid-ehitavad-juba-uusi-superettevotteid",
+ "url": "https://t.co/kOBuEEOOuZ",
+ "indices": [
+ 290,
+ 313
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 10:25:52 +0000 2023",
+ "conversation_id_str": "1739593361407807851",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/H02T62RF4w",
+ "expanded_url": "https://twitter.com/RaivoHein/status/1739593361407807851/photo/1",
+ "id_str": "1739593155970756608",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1739593155970756608",
+ "media_url_https": "https://pbs.twimg.com/media/GCRGwjNWcAAu-oV.png",
+ "type": "photo",
+ "url": "https://t.co/H02T62RF4w",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 442,
+ "w": 1708,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 311,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 176,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 442,
+ "width": 1708,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 789,
+ "h": 442
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 442,
+ "h": 442
+ },
+ {
+ "x": 19,
+ "y": 0,
+ "w": 388,
+ "h": 442
+ },
+ {
+ "x": 103,
+ "y": 0,
+ "w": 221,
+ "h": 442
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1708,
+ "h": 442
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/H02T62RF4w",
+ "expanded_url": "https://twitter.com/RaivoHein/status/1739593361407807851/photo/1",
+ "id_str": "1739593155970756608",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1739593155970756608",
+ "media_url_https": "https://pbs.twimg.com/media/GCRGwjNWcAAu-oV.png",
+ "type": "photo",
+ "url": "https://t.co/H02T62RF4w",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 442,
+ "w": 1708,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 311,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 176,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 442,
+ "width": 1708,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 789,
+ "h": 442
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 442,
+ "h": 442
+ },
+ {
+ "x": 19,
+ "y": 0,
+ "w": 388,
+ "h": 442
+ },
+ {
+ "x": 103,
+ "y": 0,
+ "w": 221,
+ "h": 442
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1708,
+ "h": 442
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 51,
+ "favorited": false,
+ "full_text": "Kuidas sünnivad fantaasiad? Siis, kui ajakirjanik otsustab miskit kirjutada, aga kuna ta täpselt asju ei tea, siis mõtleb ta loo välja🤡 (selgituseks, et Hein ei ole kunagi olnud seotud kuidagi CV-Online loomisega või omanikuna ja Alma Mediale ei ole ta ka miskit kunagi müünud)… https://t.co/H02T62RF4w",
+ "is_quote_status": false,
+ "lang": "et",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 9,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "25569683",
+ "id_str": "1739593361407807851"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739751811949400183",
+ "sortIndex": "1739819664587882439",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739751811949400183",
+ "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": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2114,
+ "location": "Estonia",
+ "media_count": 1101,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 195135,
+ "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": 205440,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719723962953871618"
+ "1739751811949400183"
],
- "editable_until_msecs": "1698852718351",
+ "editable_until_msecs": "1703627729651",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -30802,72 +39804,86 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:31:58 +0000 2023",
- "conversation_id_str": "1719723962953871618",
+ "created_at": "Tue Dec 26 20:55:29 +0000 2023",
+ "conversation_id_str": "1739751811949400183",
"display_text_range": [
0,
139
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "21268897",
- "name": "Josh Marshall",
- "screen_name": "joshtpm",
+ "id_str": "1514502401486639110",
+ "name": "Pekka Kallioniemi",
+ "screen_name": "P_Kallioniemi",
"indices": [
3,
- 11
+ 17
]
}
- ],
- "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,
+ "full_text": "RT @P_Kallioniemi: On X, the last bastion of free speech, you can repeat genocidal chants, talk about gassing ethnic groups, call anyone a…",
+ "is_quote_status": true,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
"quote_count": 0,
+ "quoted_status_id_str": "1738872147479568482",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7mVHZpf59u",
+ "expanded": "https://twitter.com/ChrChristensen/status/1738872147479568482",
+ "display": "twitter.com/ChrChristensen…"
+ },
"reply_count": 0,
- "retweet_count": 182,
+ "retweet_count": 502,
"retweeted": false,
- "user_id_str": "1489840663",
- "id_str": "1719723962953871618",
+ "user_id_str": "579747564",
+ "id_str": "1739751811949400183",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719710949194551573",
+ "rest_id": "1739680359749501140",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyMTI2ODg5Nw==",
- "rest_id": "21268897",
+ "id": "VXNlcjoxNTE0NTAyNDAxNDg2NjM5MTEw",
+ "rest_id": "1514502401486639110",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Thu Feb 19 02:41:22 +0000 2009",
- "default_profile": false,
+ "created_at": "Thu Apr 14 07:14:55 +0000 2022",
+ "default_profile": true,
"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)",
+ "description": "https://t.co/no5ViuG09x | https://t.co/wBPlyK69RX | listen and/or donate to @MriyaReport (24/7) & @MriyaAid",
"entities": {
"description": {
"urls": [
{
- "display_url": "bit.ly/3LXafUs",
- "expanded_url": "http://bit.ly/3LXafUs",
- "url": "https://t.co/GpsQ8cC6vk",
+ "display_url": "vatniksoup.com",
+ "expanded_url": "http://vatniksoup.com",
+ "url": "https://t.co/no5ViuG09x",
"indices": [
- 118,
- 141
+ 0,
+ 23
+ ]
+ },
+ {
+ "display_url": "youtube.com/@TheSoupCentral",
+ "expanded_url": "http://youtube.com/@TheSoupCentral",
+ "url": "https://t.co/wBPlyK69RX",
+ "indices": [
+ 26,
+ 49
]
}
]
@@ -30875,9 +39891,9 @@
"url": {
"urls": [
{
- "display_url": "talkingpointsmemo.com",
- "expanded_url": "http://talkingpointsmemo.com",
- "url": "https://t.co/0lwal0g3Em",
+ "display_url": "buymeacoffee.com/PKallioniemi",
+ "expanded_url": "https://www.buymeacoffee.com/PKallioniemi",
+ "url": "https://t.co/u9XwHUWWvC",
"indices": [
0,
23
@@ -30887,659 +39903,568 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6655,
- "followers_count": 394532,
- "friends_count": 840,
+ "favourites_count": 24632,
+ "followers_count": 126981,
+ "friends_count": 2125,
"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": [],
+ "listed_count": 1439,
+ "location": "Langley, Virginia",
+ "media_count": 4642,
+ "name": "Pekka Kallioniemi",
+ "normal_followers_count": 126981,
+ "pinned_tweet_ids_str": [
+ "1737503041920573838"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1514502401486639110/1674132865",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1678305940481753089/g751T5c__normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "joshtpm",
- "statuses_count": 291622,
+ "screen_name": "P_Kallioniemi",
+ "statuses_count": 9360,
"translator_type": "none",
- "url": "https://t.co/0lwal0g3Em",
+ "url": "https://t.co/u9XwHUWWvC",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
- }
+ },
+ "super_follow_eligible": true
}
}
},
- "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"
+ "1739680359749501140"
],
- "editable_until_msecs": "1698849615000",
+ "editable_until_msecs": "1703610694000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "37488",
+ "count": "101453",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for Android",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1738872147479568482",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2NDczMDIy",
+ "rest_id": "6473022",
+ "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 May 31 14:18:09 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "American. Professor at Stockholm University. Ph.D. University of Texas at Austin. Write about journalism, politics, culture.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4786,
+ "followers_count": 36991,
+ "friends_count": 2957,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 662,
+ "location": "",
+ "media_count": 10875,
+ "name": "Christian Christensen",
+ "normal_followers_count": 36991,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/6473022/1696819479",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1620938795431460864/ktsIFQI4_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ChrChristensen",
+ "statuses_count": 92159,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/bANs1lwYFj",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 146,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "MALMÖ. Mitt i strejken ringde Teslaanställde Jānis Kuzmas chef upp och frågade honom hur han mådde. Men snart skiftade samtalsämnet och chefen konstaterade att",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.aftonbladet.se",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?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/1738613364220162048/gcdMdVe2?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?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/1738613364220162048/gcdMdVe2?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/1738613364220162048/gcdMdVe2?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 75,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "aftonbladet.se",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 29,
+ "red": 35
+ },
+ "percentage": 38.81
+ },
+ {
+ "rgb": {
+ "blue": 144,
+ "green": 149,
+ "red": 150
+ },
+ "percentage": 31.03
+ },
+ {
+ "rgb": {
+ "blue": 39,
+ "green": 57,
+ "red": 128
+ },
+ "percentage": 15.38
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 116,
+ "red": 187
+ },
+ "percentage": 3.39
+ },
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 143
+ },
+ "percentage": 3.21
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Teslaarbetaren Jānis fru twittrade om Tesla – då ringde chefen upp",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 29,
+ "red": 35
+ },
+ "percentage": 38.81
+ },
+ {
+ "rgb": {
+ "blue": 144,
+ "green": 149,
+ "red": 150
+ },
+ "percentage": 31.03
+ },
+ {
+ "rgb": {
+ "blue": 39,
+ "green": 57,
+ "red": 128
+ },
+ "percentage": 15.38
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 116,
+ "red": 187
+ },
+ "percentage": 3.39
+ },
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 143
+ },
+ "percentage": 3.21
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?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/1738613364220162048/gcdMdVe2?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 29,
+ "red": 35
+ },
+ "percentage": 38.81
+ },
+ {
+ "rgb": {
+ "blue": 144,
+ "green": 149,
+ "red": 150
+ },
+ "percentage": 31.03
+ },
+ {
+ "rgb": {
+ "blue": 39,
+ "green": 57,
+ "red": 128
+ },
+ "percentage": 15.38
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 116,
+ "red": 187
+ },
+ "percentage": 3.39
+ },
+ {
+ "rgb": {
+ "blue": 1,
+ "green": 1,
+ "red": 143
+ },
+ "percentage": 3.21
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/bANs1lwYFj",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 627,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1738613364220162048/gcdMdVe2?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/bANs1lwYFj",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1738872147479568482"
+ ],
+ "editable_until_msecs": "1703418001000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "648179",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 367,
+ "bookmarked": false,
+ "created_at": "Sun Dec 24 10:40:01 +0000 2023",
+ "conversation_id_str": "1738872147479568482",
+ "display_text_range": [
+ 0,
+ 276
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "aftonbladet.se/minekonomi/a/v…",
+ "expanded_url": "https://www.aftonbladet.se/minekonomi/a/veqGjl/janis-jobbar-pa-tesla-blev-uppring-av-chefen-efter-frun-inlagg",
+ "url": "https://t.co/bANs1lwYFj",
+ "indices": [
+ 253,
+ 276
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 3475,
+ "favorited": false,
+ "full_text": "1) A little Christmas story from Sweden about free speech and self-proclaimed \"free speech absolutist\" Musk's Tesla and X/Twitter. Striking Tesla worker Janis in Sweden gets a phone call from boss asking how he's doing. Boss then brings up Janis' wife. https://t.co/bANs1lwYFj",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 145,
+ "reply_count": 75,
+ "retweet_count": 1199,
+ "retweeted": false,
+ "user_id_str": "6473022",
+ "id_str": "1738872147479568482"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 14,
+ "bookmark_count": 27,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:40:15 +0000 2023",
- "conversation_id_str": "1719710949194551573",
+ "created_at": "Tue Dec 26 16:11:34 +0000 2023",
+ "conversation_id_str": "1739680359749501140",
"display_text_range": [
0,
- 214
+ 231
],
"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": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 381,
+ "favorite_count": 2168,
"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,
+ "full_text": "On X, the last bastion of free speech, you can repeat genocidal chants, talk about gassing ethnic groups, call anyone a pedophile, send death threats, spread blatant lies, and call for violence.\n\nBut thou shalt not criticize Tesla.",
+ "is_quote_status": true,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 12,
- "reply_count": 28,
- "retweet_count": 182,
+ "quote_count": 15,
+ "quoted_status_id_str": "1738872147479568482",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7mVHZpf59u",
+ "expanded": "https://twitter.com/ChrChristensen/status/1738872147479568482",
+ "display": "twitter.com/ChrChristensen…"
+ },
+ "reply_count": 39,
+ "retweet_count": 502,
"retweeted": false,
- "user_id_str": "21268897",
- "id_str": "1719710949194551573"
+ "user_id_str": "1514502401486639110",
+ "id_str": "1739680359749501140"
}
}
}
@@ -31560,8 +40485,8 @@
}
},
{
- "entryId": "tweet-1719723611861168522",
- "sortIndex": "1719749859424075722",
+ "entryId": "tweet-1739751709797236816",
+ "sortIndex": "1739819664587882438",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -31571,24 +40496,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719723611861168522",
+ "rest_id": "1739751709797236816",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzE3NTIxMw==",
- "rest_id": "17175213",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Wed Nov 05 00:59:16 +0000 2008",
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "Defence editor at @TheEconomist, Visiting fellow at @warstudies King's College London.",
+ "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": []
@@ -31596,9 +40521,9 @@
"url": {
"urls": [
{
- "display_url": "shashankjoshi.wordpress.com",
- "expanded_url": "http://shashankjoshi.wordpress.com",
- "url": "https://t.co/euRjbnk3WT",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -31608,27 +40533,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 35778,
- "followers_count": 192219,
- "friends_count": 1793,
+ "favourites_count": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 5831,
- "location": "London",
- "media_count": 3993,
- "name": "Shashank Joshi",
- "normal_followers_count": 192219,
+ "listed_count": 2114,
+ "location": "Estonia",
+ "media_count": 1101,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 195135,
"pinned_tweet_ids_str": [
- "1719100104206893110"
+ "1597508496828006401"
],
"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_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": "shashj",
- "statuses_count": 47350,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 205440,
"translator_type": "none",
- "url": "https://t.co/euRjbnk3WT",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -31636,18 +40561,1354 @@
}
}
},
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739751709797236816"
+ ],
+ "editable_until_msecs": "1703627705296",
+ "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": "Tue Dec 26 20:55:05 +0000 2023",
+ "conversation_id_str": "1739751709797236816",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1537130875296563200",
+ "name": "Jay in Kyiv",
+ "screen_name": "JayinKyiv",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @JayinKyiv: How ridiculous is it that Ukrainians have more battle experience on many NATO weapons systems than NATO members, while NATO…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 726,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1739751709797236816",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739630804437762203",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTM3MTMwODc1Mjk2NTYzMjAw",
+ "rest_id": "1537130875296563200",
+ "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 Jun 15 17:54:58 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "https://t.co/ecJv657h6u",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/jayinkyiv",
+ "expanded_url": "https://www.buymeacoffee.com/jayinkyiv",
+ "url": "https://t.co/ecJv657h6u",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "prytulafoundation.org",
+ "expanded_url": "https://prytulafoundation.org/",
+ "url": "https://t.co/iJ6X5XGm56",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 28632,
+ "followers_count": 66558,
+ "friends_count": 1329,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1484,
+ "location": "Kyiv",
+ "media_count": 8144,
+ "name": "Jay in Kyiv",
+ "normal_followers_count": 66558,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1677733643811160065/KvmrKArN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JayinKyiv",
+ "statuses_count": 24179,
+ "translator_type": "none",
+ "url": "https://t.co/iJ6X5XGm56",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739630804437762203"
+ ],
+ "editable_until_msecs": "1703598879000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "62226",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 27,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 12:54:39 +0000 2023",
+ "conversation_id_str": "1739630804437762203",
+ "display_text_range": [
+ 0,
+ 271
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3744,
+ "favorited": false,
+ "full_text": "How ridiculous is it that Ukrainians have more battle experience on many NATO weapons systems than NATO members, while NATO members STILL withhold all the weapon systems and amounts that would allow this war to be over 6 weeks from now..\n\nHistory is not going to be kind.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 12,
+ "reply_count": 104,
+ "retweet_count": 726,
+ "retweeted": false,
+ "user_id_str": "1537130875296563200",
+ "id_str": "1739630804437762203"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739751592771883446",
+ "sortIndex": "1739819664587882437",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739751592771883446",
+ "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": 20830,
+ "followers_count": 195135,
+ "friends_count": 1921,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2114,
+ "location": "Estonia",
+ "media_count": 1101,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 195135,
+ "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": 205440,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739751592771883446"
+ ],
+ "editable_until_msecs": "1703627677395",
+ "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": "Tue Dec 26 20:54:37 +0000 2023",
+ "conversation_id_str": "1739751592771883446",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "50295156",
+ "name": "Ulrich Speck",
+ "screen_name": "ulrichspeck",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @ulrichspeck: 2024 is the year in which Germany needs to take the often repeated phrase of \"responsibility\" seriously -- and ramp up mil…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739522847674937740",
+ "quoted_status_permalink": {
+ "url": "https://t.co/lnEhMXwakV",
+ "expanded": "https://twitter.com/PhillipsPOBrien/status/1739522847674937740",
+ "display": "twitter.com/PhillipsPOBrie…"
+ },
+ "reply_count": 0,
+ "retweet_count": 88,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1739751592771883446",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739703725919285394",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1MDI5NTE1Ng==",
+ "rest_id": "50295156",
+ "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 Jun 24 12:49:53 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Foreign policy analyst & strategist. Columnist NZZ. DGAP-Zeitenwende group. Ex Carnegie, Elcano Brussels, Transat Academy DC, GMF Berlin, RFE Prague, PhDhistory",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7323,
+ "followers_count": 56459,
+ "friends_count": 626,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1229,
+ "location": "Heidelberg/Berlin",
+ "media_count": 973,
+ "name": "Ulrich Speck",
+ "normal_followers_count": 56459,
+ "pinned_tweet_ids_str": [
+ "1738850828562096621"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/593716457420251136/XhKCLIps_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ulrichspeck",
+ "statuses_count": 76800,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739703725919285394"
+ ],
+ "editable_until_msecs": "1703616265000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "27685",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739522847674937740",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMDYxNzk2MjE5",
+ "rest_id": "3061796219",
+ "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 Feb 25 12:18:07 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Professor of Strategic Studies, @univofstandrews; Senior Adviser @CSIS; Author: How the War was Won, and Second Most Powerful Man in the World.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "phillipspobrien.substack.com",
+ "expanded_url": "https://phillipspobrien.substack.com/",
+ "url": "https://t.co/HPfgB4oxOq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 17362,
+ "followers_count": 197280,
+ "friends_count": 1679,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5528,
+ "location": "Scotland, Boston and Sicily (whenever possible)",
+ "media_count": 1082,
+ "name": "Phillips P. OBrien",
+ "normal_followers_count": 197280,
+ "pinned_tweet_ids_str": [
+ "1738240516733456614"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3061796219/1484820215",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/822021855854952448/itfp9TX__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PhillipsPOBrien",
+ "statuses_count": 20019,
+ "translator_type": "none",
+ "url": "https://t.co/HPfgB4oxOq",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739522847674937740"
+ ],
+ "editable_until_msecs": "1703573140000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "326207",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 71,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 05:45:40 +0000 2023",
+ "conversation_id_str": "1739522847674937740",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 6334,
+ "favorited": false,
+ "full_text": "So in the last few days Ukraine has shot down 5 advanced Russian aircraft, every advanced missile fired at Ukr, almost every Shahed fired and has destroyed (for the second time) the flagship of the Black Sea Fleet (which was laden with Shaheds). Ukr can win this war.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 51,
+ "reply_count": 108,
+ "retweet_count": 1133,
+ "retweeted": false,
+ "user_id_str": "3061796219",
+ "id_str": "1739522847674937740"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 17:44:25 +0000 2023",
+ "conversation_id_str": "1739703725919285394",
+ "display_text_range": [
+ 0,
+ 271
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 329,
+ "favorited": false,
+ "full_text": "2024 is the year in which Germany needs to take the often repeated phrase of \"responsibility\" seriously -- and ramp up military support for Ukraine substantially, by finally giving the arms industry order to produce on a far larger scale, and by delivering what's needed.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1739522847674937740",
+ "quoted_status_permalink": {
+ "url": "https://t.co/lnEhMXwakV",
+ "expanded": "https://twitter.com/PhillipsPOBrien/status/1739522847674937740",
+ "display": "twitter.com/PhillipsPOBrie…"
+ },
+ "reply_count": 4,
+ "retweet_count": 88,
+ "retweeted": false,
+ "user_id_str": "50295156",
+ "id_str": "1739703725919285394"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739750079798432111",
+ "sortIndex": "1739819664587882436",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739750079798432111",
+ "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": 228,
+ "followers_count": 174650,
+ "friends_count": 10007,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4559,
+ "location": "Washington, D.C.",
+ "media_count": 6748,
+ "name": "Laura Rozen",
+ "normal_followers_count": 174650,
+ "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": 546276,
+ "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": [
+ "1739750079798432111"
+ ],
+ "editable_until_msecs": "1703627316674",
+ "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": "Tue Dec 26 20:48:36 +0000 2023",
+ "conversation_id_str": "1739750079798432111",
+ "display_text_range": [
+ 0,
+ 42
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "68498034",
+ "name": "Dan Lamothe",
+ "screen_name": "DanLamothe",
+ "indices": [
+ 3,
+ 14
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @DanLamothe: Busy in the Red Sea again:",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739746985652158755",
+ "quoted_status_permalink": {
+ "url": "https://t.co/KoOpLUjf9T",
+ "expanded": "https://twitter.com/CENTCOM/status/1739746985652158755",
+ "display": "twitter.com/CENTCOM/status…"
+ },
+ "reply_count": 0,
+ "retweet_count": 12,
+ "retweeted": false,
+ "user_id_str": "47455112",
+ "id_str": "1739750079798432111",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739749926492340553",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2ODQ5ODAzNA==",
+ "rest_id": "68498034",
+ "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 Aug 24 20:00:56 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Military affairs beat @washingtonpost. State-school alum via @UMassJournalism & @merrillcollege. Son of @Chicopee_MA. https://t.co/BRDMJfx1Cj",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "instagram.com/danlamothe30",
+ "expanded_url": "http://instagram.com/danlamothe30",
+ "url": "https://t.co/BRDMJfx1Cj",
+ "indices": [
+ 118,
+ 141
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "washingtonpost.com/people/dan-lam…",
+ "expanded_url": "https://www.washingtonpost.com/people/dan-lamothe",
+ "url": "https://t.co/qd2oV321Qc",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 192,
+ "followers_count": 152302,
+ "friends_count": 4517,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Northern Virginia",
+ "media_count": 3943,
+ "name": "Dan Lamothe",
+ "normal_followers_count": 152302,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/68498034/1629086329",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1642594570654326787/ntiH6j7z_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DanLamothe",
+ "statuses_count": 60599,
+ "translator_type": "none",
+ "url": "https://t.co/qd2oV321Qc",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1628977472191492103",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739749926492340553"
+ ],
+ "editable_until_msecs": "1703627280000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "18549",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739746985652158755",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTE1OTI4Ng==",
+ "rest_id": "25159286",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 18 21:29:04 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter for U.S. Central Command (CENTCOM). \n\nCENTCOM History Documentary: https://t.co/CpeADerysF…",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO",
+ "expanded_url": "http://centcom.mil/ABOUT-US/HISTO",
+ "url": "https://t.co/CpeADerysF",
+ "indices": [
+ 84,
+ 107
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO…",
+ "expanded_url": "https://www.centcom.mil/ABOUT-US/HISTORY/",
+ "url": "https://t.co/zejC90uziB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6812,
+ "followers_count": 575783,
+ "friends_count": 1496,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5245,
+ "location": "MacDill AFB, Tampa, FL",
+ "media_count": 2198,
+ "name": "U.S. Central Command",
+ "normal_followers_count": 575783,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/25159286/1672577436",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1610948856052580353/rdDsOIn6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CENTCOM",
+ "statuses_count": 14839,
+ "translator_type": "none",
+ "url": "https://t.co/zejC90uziB",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739746985652158755"
+ ],
+ "editable_until_msecs": "1703626578000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1540405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDY5ODU1NDczNzg2ODg=",
+ "text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the Houthis over a 10 hour period which began at approximately 6:30 a.m. (Sanaa time) on December 26. There was no damage to ships in the area or reported injuries.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 212,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:36:18 +0000 2023",
+ "conversation_id_str": "1739746985652158755",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 4598,
+ "favorited": false,
+ "full_text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the… https://t.co/vRQ5e6Au6d",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 448,
+ "reply_count": 547,
+ "retweet_count": 1358,
+ "retweeted": false,
+ "user_id_str": "25159286",
+ "id_str": "1739746985652158755"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:48:00 +0000 2023",
+ "conversation_id_str": "1739749926492340553",
+ "display_text_range": [
+ 0,
+ 26
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 30,
+ "favorited": false,
+ "full_text": "Busy in the Red Sea again:",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 1,
+ "quoted_status_id_str": "1739746985652158755",
+ "quoted_status_permalink": {
+ "url": "https://t.co/KoOpLUjf9T",
+ "expanded": "https://twitter.com/CENTCOM/status/1739746985652158755",
+ "display": "twitter.com/CENTCOM/status…"
+ },
+ "reply_count": 2,
+ "retweet_count": 12,
+ "retweeted": false,
+ "user_id_str": "68498034",
+ "id_str": "1739749926492340553"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739749524216627386",
+ "sortIndex": "1739819664587882435",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739749524216627386",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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/hDRC4s6uXh",
+ "rest_id": "https://t.co/T1taDTGuS3",
"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"
+ "height": 361,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -31656,10 +41917,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -31667,14 +41927,14 @@
{
"key": "description",
"value": {
- "string_value": "Ismail Haniyeh said Hamas has told mediators that it was necessary for the \"massacre\" to stop.",
+ "string_value": "Two Russian vessels had left Feodosia a few hours after Ukrainian forces struck the port in Russian-occupied Crimea, Radio Free Europe/Radio Liberty's Crimea.Realities reported on Dec. 26.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.hindustantimes.com",
+ "string_value": "kyivindependent.com",
"type": "STRING"
}
},
@@ -31682,10 +41942,9 @@
"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"
+ "width": 571,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -31694,10 +41953,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -31706,10 +41964,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -31720,7 +41977,7 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "36327407",
+ "id_str": "1462548977367359490",
"path": []
}
}
@@ -31729,10 +41986,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -31741,10 +41997,9 @@
"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"
+ "height": 361,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -31753,10 +42008,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=144x144"
},
"type": "IMAGE"
}
@@ -31766,7 +42020,7 @@
"value": {
"type": "USER",
"user_value": {
- "id_str": "36327407",
+ "id_str": "972491543666987008",
"path": []
}
}
@@ -31775,10 +42029,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -31787,26 +42040,18 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?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",
+ "string_value": "kyivindependent.com",
"type": "STRING"
}
},
@@ -31814,21 +42059,13 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?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": {
@@ -31836,43 +42073,43 @@
"palette": [
{
"rgb": {
- "blue": 122,
- "green": 160,
- "red": 183
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 67.65
+ "percentage": 68.19
},
{
"rgb": {
- "blue": 50,
- "green": 60,
- "red": 64
+ "blue": 48,
+ "green": 57,
+ "red": 48
},
- "percentage": 17.88
+ "percentage": 7.48
},
{
"rgb": {
- "blue": 161,
- "green": 162,
- "red": 164
+ "blue": 37,
+ "green": 46,
+ "red": 108
},
- "percentage": 5.26
+ "percentage": 7.3
},
{
"rgb": {
- "blue": 57,
- "green": 88,
- "red": 127
+ "blue": 45,
+ "green": 33,
+ "red": 31
},
- "percentage": 4.3
+ "percentage": 4.41
},
{
"rgb": {
- "blue": 85,
- "green": 104,
- "red": 165
+ "blue": 30,
+ "green": 61,
+ "red": 101
},
- "percentage": 1.24
+ "percentage": 2.94
}
]
},
@@ -31882,7 +42119,7 @@
{
"key": "title",
"value": {
- "string_value": "‘Israel committing Gaza massacres to cover…’: Hamas chief's big claim on hostages",
+ "string_value": "Media: 2 Russian vessels left Feodosia in occupied Crimea after Ukraine's strike",
"type": "STRING"
}
},
@@ -31893,43 +42130,43 @@
"palette": [
{
"rgb": {
- "blue": 122,
- "green": 160,
- "red": 183
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 67.65
+ "percentage": 68.19
},
{
"rgb": {
- "blue": 50,
- "green": 60,
- "red": 64
+ "blue": 48,
+ "green": 57,
+ "red": 48
},
- "percentage": 17.88
+ "percentage": 7.48
},
{
"rgb": {
- "blue": 161,
- "green": 162,
- "red": 164
+ "blue": 37,
+ "green": 46,
+ "red": 108
},
- "percentage": 5.26
+ "percentage": 7.3
},
{
"rgb": {
- "blue": 57,
- "green": 88,
- "red": 127
+ "blue": 45,
+ "green": 33,
+ "red": 31
},
- "percentage": 4.3
+ "percentage": 4.41
},
{
"rgb": {
- "blue": 85,
- "green": 104,
- "red": 165
+ "blue": 30,
+ "green": 61,
+ "red": 101
},
- "percentage": 1.24
+ "percentage": 2.94
}
]
},
@@ -31940,10 +42177,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -31952,10 +42188,9 @@
"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"
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -31967,43 +42202,43 @@
"palette": [
{
"rgb": {
- "blue": 122,
- "green": 160,
- "red": 183
+ "blue": 33,
+ "green": 36,
+ "red": 44
},
- "percentage": 67.65
+ "percentage": 68.19
},
{
"rgb": {
- "blue": 50,
- "green": 60,
- "red": 64
+ "blue": 48,
+ "green": 57,
+ "red": 48
},
- "percentage": 17.88
+ "percentage": 7.48
},
{
"rgb": {
- "blue": 161,
- "green": 162,
- "red": 164
+ "blue": 37,
+ "green": 46,
+ "red": 108
},
- "percentage": 5.26
+ "percentage": 7.3
},
{
"rgb": {
- "blue": 57,
- "green": 88,
- "red": 127
+ "blue": 45,
+ "green": 33,
+ "red": 31
},
- "percentage": 4.3
+ "percentage": 4.41
},
{
"rgb": {
- "blue": 85,
- "green": 104,
- "red": 165
+ "blue": 30,
+ "green": 61,
+ "red": 101
},
- "percentage": 1.24
+ "percentage": 2.94
}
]
},
@@ -32014,10 +42249,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -32026,7 +42260,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/hDRC4s6uXh",
+ "string_value": "https://t.co/T1taDTGuS3",
"type": "STRING"
}
},
@@ -32034,10 +42268,9 @@
"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"
+ "height": 387,
+ "width": 690,
+ "url": "https://pbs.twimg.com/card_img/1739749501718425600/XQgN5Toz?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -32055,44 +42288,34 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/hDRC4s6uXh",
+ "url": "https://t.co/T1taDTGuS3",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjozNjMyNzQwNw==",
- "rest_id": "36327407",
+ "id": "VXNlcjo5NzI0OTE1NDM2NjY5ODcwMDg=",
+ "rest_id": "972491543666987008",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Wed Apr 29 10:11:34 +0000 2009",
- "default_profile": false,
+ "created_at": "Sat Mar 10 15:17:06 +0000 2018",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Real-time news updates now directly on your WhatsApp; click to join https://t.co/sY4WTbPXik",
+ "description": "@KyivIndependent journalist. Kurt Schork Local Reporter and Axel Springer Prize awards. Write me: a.terajima@kyivindependent.com",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "bit.ly/48pYfn4",
- "expanded_url": "http://bit.ly/48pYfn4",
- "url": "https://t.co/sY4WTbPXik",
- "indices": [
- 68,
- 91
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "hindustantimes.com",
- "expanded_url": "http://www.hindustantimes.com",
- "url": "https://t.co/ATdjJX9ibJ",
+ "display_url": "kyivindependent.com/author/asami-t…",
+ "expanded_url": "https://kyivindependent.com/author/asami-terajima",
+ "url": "https://t.co/4WDgeBBsFY",
"indices": [
0,
23
@@ -32102,71 +42325,73 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2896,
- "followers_count": 8710660,
- "friends_count": 130,
+ "favourites_count": 1873,
+ "followers_count": 52731,
+ "friends_count": 2253,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8588,
- "location": "India",
- "media_count": 440912,
- "name": "Hindustan Times",
- "normal_followers_count": 8710660,
+ "listed_count": 1155,
+ "location": "Donbas - Kyiv",
+ "media_count": 207,
+ "name": "Asami Terajima",
+ "normal_followers_count": 52731,
"pinned_tweet_ids_str": [
- "1719686336045789534"
+ "1717561830803952038"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/972491543666987008/1696802473",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725454100702101504/zeOeSMyY_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "htTweets",
- "statuses_count": 1314560,
+ "screen_name": "AsamiTerajima",
+ "statuses_count": 1775,
"translator_type": "none",
- "url": "https://t.co/ATdjJX9ibJ",
+ "url": "https://t.co/4WDgeBBsFY",
"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"
- }
- ]
+ "rest_id": "1503165328666378243",
+ "professional_type": "Creator",
+ "category": []
}
}
},
{
"result": {
"__typename": "User",
- "id": "VXNlcjozNjMyNzQwNw==",
- "rest_id": "36327407",
+ "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
+ "rest_id": "1462548977367359490",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Square",
+ "profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Wed Apr 29 10:11:34 +0000 2009",
- "default_profile": false,
+ "created_at": "Sun Nov 21 22:30:41 +0000 2021",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Real-time news updates now directly on your WhatsApp; click to join https://t.co/sY4WTbPXik",
+ "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
"entities": {
"description": {
"urls": [
{
- "display_url": "bit.ly/48pYfn4",
- "expanded_url": "http://bit.ly/48pYfn4",
- "url": "https://t.co/sY4WTbPXik",
+ "display_url": "kyivindependent.com/membership/",
+ "expanded_url": "http://kyivindependent.com/membership/",
+ "url": "https://t.co/jsQiFkoveH",
"indices": [
- 68,
- 91
+ 17,
+ 40
+ ]
+ },
+ {
+ "display_url": "kyivindependent.com/membership/?in…",
+ "expanded_url": "https://kyivindependent.com/membership/?interval=onetime",
+ "url": "https://t.co/eNwj76xa7a",
+ "indices": [
+ 60,
+ 83
]
}
]
@@ -32174,9 +42399,9 @@
"url": {
"urls": [
{
- "display_url": "hindustantimes.com",
- "expanded_url": "http://www.hindustantimes.com",
- "url": "https://t.co/ATdjJX9ibJ",
+ "display_url": "kyivindependent.com",
+ "expanded_url": "http://kyivindependent.com",
+ "url": "https://t.co/WZvsaFpT20",
"indices": [
0,
23
@@ -32186,42 +42411,35 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2896,
- "followers_count": 8710660,
- "friends_count": 130,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8588,
- "location": "India",
- "media_count": 440912,
- "name": "Hindustan Times",
- "normal_followers_count": 8710660,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
- "1719686336045789534"
+ "1611768917151862784"
],
"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_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": "htTweets",
- "statuses_count": 1314560,
+ "screen_name": "KyivIndependent",
+ "statuses_count": 34451,
"translator_type": "none",
- "url": "https://t.co/ATdjJX9ibJ",
+ "url": "https://t.co/WZvsaFpT20",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1558282563864502272",
+ "rest_id": "1595086441079513088",
"professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
+ "category": []
}
}
}
@@ -32234,56 +42452,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719723611861168522"
+ "1739749524216627386"
],
- "editable_until_msecs": "1698852634000",
+ "editable_until_msecs": "1703627184000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "8533",
+ "count": "99167",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 5,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:30:34 +0000 2023",
- "conversation_id_str": "1719723611861168522",
+ "created_at": "Tue Dec 26 20:46:24 +0000 2023",
+ "conversation_id_str": "1739749524216627386",
"display_text_range": [
0,
- 230
+ 273
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "kyivindependent.com/media-2-russia…",
+ "expanded_url": "https://kyivindependent.com/media-2-russian-ships-left-feodosia-in-occupied-crimea-after-ukraines-strike/",
+ "url": "https://t.co/T1taDTGuS3",
"indices": [
- 207,
- 230
+ 250,
+ 273
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 29,
+ "favorite_count": 760,
"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",
+ "full_text": "⚡️Media: 2 Russian vessels left Feodosia in occupied Crimea after Ukraine's strike.\n\nTwo Russian vessels had left Feodosia a few hours after Ukrainian forces struck the port in Russian-occupied Crimea, RFE/RL's Crimea.Realities reported on Dec. 26.\n\nhttps://t.co/T1taDTGuS3",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 6,
+ "quote_count": 2,
+ "reply_count": 18,
+ "retweet_count": 109,
"retweeted": false,
- "user_id_str": "17175213",
- "id_str": "1719723611861168522"
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739749524216627386"
}
}
},
@@ -32301,8 +42520,8 @@
}
},
{
- "entryId": "tweet-1719723575370760688",
- "sortIndex": "1719749859424075721",
+ "entryId": "tweet-1739747927197646864",
+ "sortIndex": "1739819664587882434",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -32312,7 +42531,534 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719723575370760688",
+ "rest_id": "1739747927197646864",
+ "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. Co-host of @DrillPod. 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": 45081,
+ "followers_count": 214216,
+ "friends_count": 11626,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Kyiv, Ukraine",
+ "media_count": 6276,
+ "name": "Oz Katerji",
+ "normal_followers_count": 214216,
+ "pinned_tweet_ids_str": [
+ "1737238008531665375"
+ ],
+ "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": 172914,
+ "translator_type": "none",
+ "url": "https://t.co/FC9pQbgXa4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739747927197646864"
+ ],
+ "editable_until_msecs": "1703626803454",
+ "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": "Tue Dec 26 20:40:03 +0000 2023",
+ "conversation_id_str": "1739747927197646864",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "25159286",
+ "name": "U.S. Central Command",
+ "screen_name": "CENTCOM",
+ "indices": [
+ 3,
+ 11
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @CENTCOM: U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down t…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1358,
+ "retweeted": false,
+ "user_id_str": "84083187",
+ "id_str": "1739747927197646864",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739746985652158755",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTE1OTI4Ng==",
+ "rest_id": "25159286",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 18 21:29:04 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter for U.S. Central Command (CENTCOM). \n\nCENTCOM History Documentary: https://t.co/CpeADerysF…",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO",
+ "expanded_url": "http://centcom.mil/ABOUT-US/HISTO",
+ "url": "https://t.co/CpeADerysF",
+ "indices": [
+ 84,
+ 107
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO…",
+ "expanded_url": "https://www.centcom.mil/ABOUT-US/HISTORY/",
+ "url": "https://t.co/zejC90uziB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6812,
+ "followers_count": 575783,
+ "friends_count": 1496,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5245,
+ "location": "MacDill AFB, Tampa, FL",
+ "media_count": 2198,
+ "name": "U.S. Central Command",
+ "normal_followers_count": 575783,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/25159286/1672577436",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1610948856052580353/rdDsOIn6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CENTCOM",
+ "statuses_count": 14839,
+ "translator_type": "none",
+ "url": "https://t.co/zejC90uziB",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739746985652158755"
+ ],
+ "editable_until_msecs": "1703626578000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1540405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDY5ODU1NDczNzg2ODg=",
+ "text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the Houthis over a 10 hour period which began at approximately 6:30 a.m. (Sanaa time) on December 26. There was no damage to ships in the area or reported injuries.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 212,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:36:18 +0000 2023",
+ "conversation_id_str": "1739746985652158755",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 4598,
+ "favorited": false,
+ "full_text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the… https://t.co/vRQ5e6Au6d",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 448,
+ "reply_count": 547,
+ "retweet_count": 1358,
+ "retweeted": false,
+ "user_id_str": "25159286",
+ "id_str": "1739746985652158755"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739747654609846668",
+ "sortIndex": "1739819664587882433",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739747654609846668",
"core": {
"user_results": {
"result": {
@@ -32349,23 +43095,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 37349,
- "followers_count": 776829,
- "friends_count": 6569,
+ "favourites_count": 37179,
+ "followers_count": 773140,
+ "friends_count": 6590,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 8970,
+ "listed_count": 8890,
"location": "Washington, DC",
- "media_count": 2423,
+ "media_count": 2426,
"name": "Natasha Bertrand",
- "normal_followers_count": 776829,
+ "normal_followers_count": 773140,
"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,
+ "statuses_count": 32365,
"translator_type": "regular",
"url": "https://t.co/JOmxXcguGR",
"verified": false,
@@ -32378,6191 +43124,59 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719723575370760688"
+ "1739747654609846668"
],
- "editable_until_msecs": "1698852625944",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1703626738000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "1",
+ "count": "118891",
"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": [
- {
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739746985652158755",
+ "core": {
+ "user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTY3NjUxNTM1MzQwOTQ1NDE1",
- "rest_id": "1567651535340945415",
+ "id": "VXNlcjoyNTE1OTI4Ng==",
+ "rest_id": "25159286",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
- "profile_image_shape": "Circle",
+ "profile_image_shape": "Square",
"legacy": {
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Wed Sep 07 23:11:56 +0000 2022",
- "default_profile": true,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 18 21:29:04 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Latest insights from the top experts on Russia, Ukraine, and Eurasia. Part of @CarnegieRussia / @CarnegieEndow. На русском: @CarnegieRu",
+ "description": "Official Twitter for U.S. Central Command (CENTCOM). \n\nCENTCOM History Documentary: https://t.co/CpeADerysF…",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "centcom.mil/ABOUT-US/HISTO",
+ "expanded_url": "http://centcom.mil/ABOUT-US/HISTO",
+ "url": "https://t.co/CpeADerysF",
+ "indices": [
+ 84,
+ 107
+ ]
+ }
+ ]
},
"url": {
"urls": [
{
- "display_url": "CarnegiePolitika.org",
- "expanded_url": "http://CarnegiePolitika.org",
- "url": "https://t.co/8FUITkXxAw",
+ "display_url": "centcom.mil/ABOUT-US/HISTO…",
+ "expanded_url": "https://www.centcom.mil/ABOUT-US/HISTORY/",
+ "url": "https://t.co/zejC90uziB",
"indices": [
0,
23
@@ -38572,668 +43186,372 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 85,
- "followers_count": 2176,
- "friends_count": 51,
- "has_custom_timelines": false,
+ "favourites_count": 6812,
+ "followers_count": 575783,
+ "friends_count": 1496,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 54,
- "location": "",
- "media_count": 9,
- "name": "Carnegie Politika",
- "normal_followers_count": 2176,
+ "listed_count": 5245,
+ "location": "MacDill AFB, Tampa, FL",
+ "media_count": 2198,
+ "name": "U.S. Central Command",
+ "normal_followers_count": 575783,
"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_banner_url": "https://pbs.twimg.com/profile_banners/25159286/1672577436",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1610948856052580353/rdDsOIn6_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "CEIP_Politika",
- "statuses_count": 551,
+ "screen_name": "CENTCOM",
+ "statuses_count": 14839,
"translator_type": "none",
- "url": "https://t.co/8FUITkXxAw",
+ "url": "https://t.co/zejC90uziB",
"verified": false,
+ "verified_type": "Government",
"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": []
- }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739746985652158755"
+ ],
+ "editable_until_msecs": "1703626578000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1540405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDY5ODU1NDczNzg2ODg=",
+ "text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the Houthis over a 10 hour period which began at approximately 6:30 a.m. (Sanaa time) on December 26. There was no damage to ships in the area or reported injuries.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
}
}
- },
- "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"
}
+ },
+ "legacy": {
+ "bookmark_count": 212,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:36:18 +0000 2023",
+ "conversation_id_str": "1739746985652158755",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/vRQ5e6Au6d",
+ "expanded_url": "https://twitter.com/CENTCOM/status/1739746985652158755/photo/1",
+ "id_str": "1739746982590300160",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1739746982590300160",
+ "media_url_https": "https://pbs.twimg.com/media/GCTSqcBaQAAEZ0c.jpg",
+ "type": "photo",
+ "url": "https://t.co/vRQ5e6Au6d",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 214,
+ "y": 66,
+ "h": 259,
+ "w": 259
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 378,
+ "y": 118,
+ "h": 458,
+ "w": 458
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 651,
+ "w": 1199,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 369,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 651,
+ "width": 1199,
+ "focus_rects": [
+ {
+ "x": 18,
+ "y": 0,
+ "w": 1163,
+ "h": 651
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 651,
+ "h": 651
+ },
+ {
+ "x": 314,
+ "y": 0,
+ "w": 571,
+ "h": 651
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 326,
+ "h": 651
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1199,
+ "h": 651
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 4598,
+ "favorited": false,
+ "full_text": "U.S. assets, to include the USS LABOON (DDG 58) and F/A-18 Super Hornets from the Eisenhower Carrier Strike Group, shot down twelve one-way attack drones, three anti-ship ballistic missiles, and two land attack cruise missiles in the Southern Red Sea that were fired by the… https://t.co/vRQ5e6Au6d",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 448,
+ "reply_count": 547,
+ "retweet_count": 1358,
+ "retweeted": false,
+ "user_id_str": "25159286",
+ "id_str": "1739746985652158755"
}
}
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 20:38:58 +0000 2023",
+ "conversation_id_str": "1739747654609846668",
+ "display_text_range": [
+ 0,
+ 189
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 763,
+ "favorited": false,
+ "full_text": "Centcom says the US shot down 12 drones, 3 anti-ship ballistic missiles, and 2 land attack cruise missiles in the southern Red Sea launched by the Houthis over the course of 10 hours today.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 11,
+ "quoted_status_id_str": "1739746985652158755",
+ "quoted_status_permalink": {
+ "url": "https://t.co/dyrXrCyFW7",
+ "expanded": "https://twitter.com/CENTCOM/status/1739746985652158755",
+ "display": "twitter.com/CENTCOM/status…"
+ },
+ "reply_count": 24,
+ "retweet_count": 269,
+ "retweeted": false,
+ "user_id_str": "372536101",
+ "id_str": "1739747654609846668"
}
}
},
@@ -39251,8 +43569,8 @@
}
},
{
- "entryId": "tweet-1719722695321878885",
- "sortIndex": "1719749859424075715",
+ "entryId": "tweet-1739743608973169117",
+ "sortIndex": "1739819664587882432",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -39262,24 +43580,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719722695321878885",
+ "rest_id": "1739743608973169117",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNTE5MDQ0NjI4",
- "rest_id": "2519044628",
+ "id": "VXNlcjoxNTQzNjY0MDY0",
+ "rest_id": "1543664064",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Sat May 24 00:38:04 +0000 2014",
+ "created_at": "Mon Jun 24 17:01:34 +0000 2013",
"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",
+ "description": "Affiliated with Stanford's CISAC & Brookings. Retired Foreign Service officer; former US ambassador to Ukraine. Interests include nukes, Europe & mountains.",
"entities": {
"description": {
"urls": []
@@ -39287,9 +43605,9 @@
"url": {
"urls": [
{
- "display_url": "nytimes.com/spotlight/visu…",
- "expanded_url": "https://www.nytimes.com/spotlight/visual-investigations",
- "url": "https://t.co/nbcCNfe8et",
+ "display_url": "brookings.edu/experts/pifers",
+ "expanded_url": "http://www.brookings.edu/experts/pifers",
+ "url": "https://t.co/iPslu835Yn",
"indices": [
0,
23
@@ -39299,25 +43617,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23753,
- "followers_count": 135191,
- "friends_count": 1349,
- "has_custom_timelines": true,
+ "favourites_count": 63264,
+ "followers_count": 38237,
+ "friends_count": 910,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3276,
- "location": "Kansas City",
- "media_count": 4547,
- "name": "Aric Toler",
- "normal_followers_count": 135191,
+ "listed_count": 1162,
+ "location": "Morgan Hill, CA",
+ "media_count": 1268,
+ "name": "Steven Pifer",
+ "normal_followers_count": 38237,
"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_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": "AricToler",
- "statuses_count": 31292,
+ "screen_name": "steven_pifer",
+ "statuses_count": 21170,
"translator_type": "none",
- "url": "https://t.co/nbcCNfe8et",
+ "url": "https://t.co/iPslu835Yn",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -39326,595 +43644,348 @@
}
},
"unmention_data": {},
- "unified_card": {
- "card_fetch_state": "NoCard"
- },
"edit_control": {
"edit_tweet_ids": [
- "1719722695321878885"
+ "1739743608973169117"
],
- "editable_until_msecs": "1698852416000",
+ "editable_until_msecs": "1703625773000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "11137",
+ "count": "3333",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739614282642497674",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODU0OTcyNA==",
+ "rest_id": "18549724",
+ "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 Jan 02 10:14:07 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Co-Chair European Council on Foreign Relations @ecfr. World Health Organization Special Envoy for ACT-Accelerator @who @ACTAccelerator. På svenska på @cbildt.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "carlbildt.wordpress.com",
+ "expanded_url": "http://carlbildt.wordpress.com",
+ "url": "https://t.co/5GWn6vTmYH",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 990,
+ "followers_count": 784050,
+ "friends_count": 3006,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5218,
+ "location": "",
+ "media_count": 5913,
+ "name": "Carl Bildt",
+ "normal_followers_count": 784050,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18549724/1574422858",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/845592890994839553/IPoUmvTp_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "carlbildt",
+ "statuses_count": 28970,
+ "translator_type": "none",
+ "url": "https://t.co/5GWn6vTmYH",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739614282642497674"
+ ],
+ "editable_until_msecs": "1703594940000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "59597",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "legacy": {
+ "bookmark_count": 8,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 11:49:00 +0000 2023",
+ "conversation_id_str": "1739614282642497674",
+ "display_text_range": [
+ 0,
+ 167
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/ebs51n9zN2",
+ "expanded_url": "https://twitter.com/carlbildt/status/1739614282642497674/photo/1",
+ "id_str": "1739614279089733632",
+ "indices": [
+ 168,
+ 191
+ ],
+ "media_key": "3_1739614279089733632",
+ "media_url_https": "https://pbs.twimg.com/media/GCRZ-E9XQAARaau.jpg",
+ "type": "photo",
+ "url": "https://t.co/ebs51n9zN2",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 646,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 606,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 343,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 646,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1154,
+ "h": 646
+ },
+ {
+ "x": 219,
+ "y": 0,
+ "w": 646,
+ "h": 646
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 567,
+ "h": 646
+ },
+ {
+ "x": 381,
+ "y": 0,
+ "w": 323,
+ "h": 646
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 646
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/ebs51n9zN2",
+ "expanded_url": "https://twitter.com/carlbildt/status/1739614282642497674/photo/1",
+ "id_str": "1739614279089733632",
+ "indices": [
+ 168,
+ 191
+ ],
+ "media_key": "3_1739614279089733632",
+ "media_url_https": "https://pbs.twimg.com/media/GCRZ-E9XQAARaau.jpg",
+ "type": "photo",
+ "url": "https://t.co/ebs51n9zN2",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 646,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 606,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 343,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 646,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1154,
+ "h": 646
+ },
+ {
+ "x": 219,
+ "y": 0,
+ "w": 646,
+ "h": 646
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 567,
+ "h": 646
+ },
+ {
+ "x": 381,
+ "y": 0,
+ "w": 323,
+ "h": 646
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 646
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 733,
+ "favorited": false,
+ "full_text": "There is virtually nothing left of the large 🇷🇺 amphibious ship. There was a huge secondary explosion probably of ammunition and explosives that the ship was bringing. https://t.co/ebs51n9zN2",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 29,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "18549724",
+ "id_str": "1739614282642497674"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:26:56 +0000 2023",
- "conversation_id_str": "1719722695321878885",
+ "created_at": "Tue Dec 26 20:22:53 +0000 2023",
+ "conversation_id_str": "1739743608973169117",
"display_text_range": [
0,
- 106
+ 98
],
"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": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "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,
+ "favorite_count": 35,
"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,
+ "full_text": "Russian Ministry of Defense reports Novocherkassk was “damaged.”\n\nJust like Titanic was “damaged.”",
+ "is_quote_status": true,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 3,
- "retweet_count": 19,
+ "quote_count": 0,
+ "quoted_status_id_str": "1739614282642497674",
+ "quoted_status_permalink": {
+ "url": "https://t.co/GIxk7m7ajK",
+ "expanded": "https://twitter.com/carlbildt/status/1739614282642497674",
+ "display": "twitter.com/carlbildt/stat…"
+ },
+ "reply_count": 10,
+ "retweet_count": 8,
"retweeted": false,
- "user_id_str": "2519044628",
- "id_str": "1719722695321878885"
+ "user_id_str": "1543664064",
+ "id_str": "1739743608973169117"
}
}
},
@@ -39932,8 +44003,8 @@
}
},
{
- "entryId": "tweet-1719722651243962390",
- "sortIndex": "1719749859424075714",
+ "entryId": "tweet-1739743449467805840",
+ "sortIndex": "1739819664587882431",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -39943,13 +44014,13 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719722651243962390",
+ "rest_id": "1739743449467805840",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDUzMjc0MzI=",
- "rest_id": "105327432",
+ "id": "VXNlcjoxMTIwNjMzNzI2NDc4ODIzNDI1",
+ "rest_id": "1120633726478823425",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
@@ -39957,10 +44028,10 @@
"legacy": {
"can_dm": false,
"can_media_tag": false,
- "created_at": "Sat Jan 16 01:34:50 +0000 2010",
- "default_profile": false,
+ "created_at": "Tue Apr 23 10:21:15 +0000 2019",
+ "default_profile": true,
"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.",
+ "description": "President of Ukraine / Президент України",
"entities": {
"description": {
"urls": []
@@ -39968,9 +44039,9 @@
"url": {
"urls": [
{
- "display_url": "thedailybeast.com/author/julia-d…",
- "expanded_url": "https://www.thedailybeast.com/author/julia-davis",
- "url": "https://t.co/jkgE3TNxS4",
+ "display_url": "president.gov.ua",
+ "expanded_url": "https://www.president.gov.ua",
+ "url": "https://t.co/ctVL0atMBQ",
"indices": [
0,
23
@@ -39980,1194 +44051,63 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 164378,
- "followers_count": 458593,
- "friends_count": 1619,
+ "favourites_count": 85,
+ "followers_count": 7387847,
+ "friends_count": 1,
"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,
+ "listed_count": 17681,
+ "location": "Україна",
+ "media_count": 2126,
+ "name": "Volodymyr Zelenskyy / Володимир Зеленський",
+ "normal_followers_count": 7387847,
"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_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": "KyivPost",
- "statuses_count": 71995,
+ "screen_name": "ZelenskyyUa",
+ "statuses_count": 5143,
"translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
+ "url": "https://t.co/ctVL0atMBQ",
"verified": false,
+ "verified_type": "Government",
"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"
+ "1739743449467805840"
],
- "editable_until_msecs": "1698852383000",
+ "editable_until_msecs": "1703625735000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "4459",
+ "count": "236280",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"note_tweet": {
- "is_expandable": false,
+ "is_expandable": true,
"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",
+ "id": "Tm90ZVR3ZWV0OjE3Mzk3NDM0NDkzODgwNjQ3Njg=",
+ "text": "Today, I held a meeting on Ukraine's work with NATO next year. Head of the Verkhovna Rada, Prime Minister, Deputy Prime Minister for EU and NATO integration, Minister of Foreign Affairs, and the international team of the President’s Office.\n\nUkraine’s strategy in relations with the Alliance is clear. It is about a security foundation for Ukraine and all of Europe. The tactics of our actions are based on this strategy. Foreign policy, institutional steps inside the country—everything must be as meaningful as possible.",
"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": []
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
"richtext": {
- "richtext_tags": [
- {
- "from_index": 0,
- "to_index": 38,
- "richtext_types": [
- "Bold"
- ]
- },
- {
- "from_index": 46,
- "to_index": 63,
- "richtext_types": [
- "Bold"
- ]
- }
- ]
+ "richtext_tags": []
},
"media": {
"inline_media": []
@@ -41176,65 +44116,188 @@
}
},
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 43,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:26:23 +0000 2023",
- "conversation_id_str": "1719722560105943231",
+ "created_at": "Tue Dec 26 20:22:15 +0000 2023",
+ "conversation_id_str": "1739743449467805840",
"display_text_range": [
0,
- 246
+ 279
],
"entities": {
- "user_mentions": [],
- "urls": [
+ "hashtags": [],
+ "media": [
{
- "display_url": "kyivpost.com/post/23538",
- "expanded_url": "https://www.kyivpost.com/post/23538",
- "url": "https://t.co/5ipnPbVd9t",
+ "display_url": "pic.twitter.com/on78t6ROkJ",
+ "expanded_url": "https://twitter.com/ZelenskyyUa/status/1739743449467805840/video/1",
+ "id_str": "1739743268584235008",
"indices": [
- 223,
- 246
- ]
+ 280,
+ 303
+ ],
+ "media_key": "7_1739743268584235008",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739743268584235008/pu/img/cPQQeHFhP9D8FAjr.jpg",
+ "type": "video",
+ "url": "https://t.co/on78t6ROkJ",
+ "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": 264720,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/640x360/tzPdScOWnOJ9Y6AA.mp4?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/480x270/2etS2g3DO7YH-tBL.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/pl/-b7g72SDW83I1Dr2.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/1280x720/BCRDhXpyj7loPa3B.mp4?tag=12"
+ }
+ ]
+ }
}
],
- "hashtags": [
- {
- "indices": [
- 38,
- 46
- ],
- "text": "Ukraine"
- },
- {
- "indices": [
- 141,
- 145
- ],
- "text": "war"
- },
- {
- "indices": [
- 215,
- 220
- ],
- "text": "Kyiv"
- }
- ],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 8,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/on78t6ROkJ",
+ "expanded_url": "https://twitter.com/ZelenskyyUa/status/1739743449467805840/video/1",
+ "id_str": "1739743268584235008",
+ "indices": [
+ 280,
+ 303
+ ],
+ "media_key": "7_1739743268584235008",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739743268584235008/pu/img/cPQQeHFhP9D8FAjr.jpg",
+ "type": "video",
+ "url": "https://t.co/on78t6ROkJ",
+ "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": 264720,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/640x360/tzPdScOWnOJ9Y6AA.mp4?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/480x270/2etS2g3DO7YH-tBL.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/pl/-b7g72SDW83I1Dr2.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739743268584235008/pu/vid/avc1/1280x720/BCRDhXpyj7loPa3B.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 8156,
"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",
+ "full_text": "Today, I held a meeting on Ukraine's work with NATO next year. Head of the Verkhovna Rada, Prime Minister, Deputy Prime Minister for EU and NATO integration, Minister of Foreign Affairs, and the international team of the President’s Office.\n\nUkraine’s strategy in relations with… https://t.co/on78t6ROkJ",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 5,
+ "quote_count": 31,
+ "reply_count": 435,
+ "retweet_count": 1391,
"retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1719722560105943231"
+ "user_id_str": "1120633726478823425",
+ "id_str": "1739743449467805840"
}
}
},
@@ -41252,8 +44315,8 @@
}
},
{
- "entryId": "tweet-1719722424671846513",
- "sortIndex": "1719749859424075712",
+ "entryId": "tweet-1739740882738286725",
+ "sortIndex": "1739819664587882430",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -41263,724 +44326,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719722424671846513",
+ "rest_id": "1739740882738286725",
"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",
+ "id": "VXNlcjoxNDM0Mjc0NDg=",
+ "rest_id": "143427448",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
- "profile_image_shape": "Circle",
+ "profile_image_shape": "Square",
"legacy": {
"can_dm": false,
- "can_media_tag": false,
- "created_at": "Sun Jun 10 16:17:48 +0000 2018",
- "default_profile": true,
+ "can_media_tag": true,
+ "created_at": "Thu May 13 12:47:30 +0000 2010",
+ "default_profile": false,
"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",
+ "description": "Welcome to 🇺🇦 MFA Twitter account! We Represent, Protect, Promote Ukraine and its highest value – People. Our Foreign Minister – @DmytroKuleba.",
"entities": {
"description": {
"urls": []
@@ -41988,9 +44351,9 @@
"url": {
"urls": [
{
- "display_url": "alexandervindman.substack.com",
- "expanded_url": "https://alexandervindman.substack.com",
- "url": "https://t.co/vyo9QsFIcu",
+ "display_url": "mfa.gov.ua",
+ "expanded_url": "http://www.mfa.gov.ua",
+ "url": "https://t.co/WK7H0wB3YC",
"indices": [
0,
23
@@ -42000,41 +44363,34 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13711,
- "followers_count": 923342,
- "friends_count": 1617,
+ "favourites_count": 5598,
+ "followers_count": 470284,
+ "friends_count": 1199,
"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"
- ],
+ "listed_count": 6866,
+ "location": "Ukraine, Kyiv",
+ "media_count": 11568,
+ "name": "MFA of Ukraine 🇺🇦",
+ "normal_followers_count": 470284,
+ "pinned_tweet_ids_str": [],
"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_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1700662055",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679533657869139970/GnBhH_-l_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "AVindman",
- "statuses_count": 6000,
+ "screen_name": "MFA_Ukraine",
+ "statuses_count": 69371,
"translator_type": "none",
- "url": "https://t.co/vyo9QsFIcu",
+ "url": "https://t.co/WK7H0wB3YC",
"verified": false,
+ "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1469829466885132297",
+ "rest_id": "1505218857501343748",
"professional_type": "Business",
- "category": [
- {
- "id": 956,
- "name": "Writer",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
+ "category": []
}
}
}
@@ -42042,1618 +44398,216 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719722280945594873"
+ "1739740882738286725"
],
- "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",
+ "editable_until_msecs": "1703625123000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "6422",
+ "count": "25758",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 5,
"bookmarked": false,
- "created_at": "Wed Nov 01 14:19:05 +0000 2023",
- "conversation_id_str": "1719720721000075672",
+ "created_at": "Tue Dec 26 20:12:03 +0000 2023",
+ "conversation_id_str": "1739740882738286725",
"display_text_range": [
0,
- 218
+ 248
],
"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
+ 23,
+ 31
],
- "text": "RamzanKadyrov"
+ "text": "Kherson"
},
{
"indices": [
- 163,
- 172
+ 224,
+ 248
],
- "text": "Chechnya"
+ "text": "RussiaIsATerroristState"
}
],
- "symbols": []
+ "media": [
+ {
+ "display_url": "pic.twitter.com/d2ODCve3C2",
+ "expanded_url": "https://twitter.com/MFA_Ukraine/status/1739740882738286725/video/1",
+ "id_str": "1739740763863273474",
+ "indices": [
+ 249,
+ 272
+ ],
+ "media_key": "7_1739740763863273474",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739740763863273474/pu/img/3XvbPi0VCbKQeRCE.jpg",
+ "type": "video",
+ "url": "https://t.co/d2ODCve3C2",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 30600,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/540x540/Km9Qnq9_jaHr_4P6.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/pl/sHj1eVBAwsmx0mGS.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/720x720/MNAnKthxX6la9_dz.mp4?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/320x320/fGVvG3PGOq-JYzHs.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 20,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/d2ODCve3C2",
+ "expanded_url": "https://twitter.com/MFA_Ukraine/status/1739740882738286725/video/1",
+ "id_str": "1739740763863273474",
+ "indices": [
+ 249,
+ 272
+ ],
+ "media_key": "7_1739740763863273474",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739740763863273474/pu/img/3XvbPi0VCbKQeRCE.jpg",
+ "type": "video",
+ "url": "https://t.co/d2ODCve3C2",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "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
+ ],
+ "duration_millis": 30600,
+ "variants": [
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/540x540/Km9Qnq9_jaHr_4P6.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/pl/sHj1eVBAwsmx0mGS.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/720x720/MNAnKthxX6la9_dz.mp4?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739740763863273474/pu/vid/avc1/320x320/fGVvG3PGOq-JYzHs.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 330,
"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",
+ "full_text": "The railway station in #Kherson. Hundreds of civilians waiting for an evacuation train. Russian barbaric attack.\n\nA police lieutenant who was ensuring the evacuation of people was killed. At least four people were injured.\n\n#RussiaIsATerroristState https://t.co/d2ODCve3C2",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 7,
- "retweet_count": 6,
+ "quote_count": 13,
+ "reply_count": 10,
+ "retweet_count": 217,
"retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1719720721000075672"
+ "user_id_str": "143427448",
+ "id_str": "1739740882738286725"
}
}
},
@@ -43671,8 +44625,8 @@
}
},
{
- "entryId": "tweet-1719720228735578286",
- "sortIndex": "1719749859424075708",
+ "entryId": "tweet-1739738602345545768",
+ "sortIndex": "1739819664587882429",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -43682,498 +44636,7 @@
"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",
+ "rest_id": "1739738602345545768",
"core": {
"user_results": {
"result": {
@@ -44229,16 +44692,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 280,
- "followers_count": 2123384,
- "friends_count": 26,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 20142,
+ "listed_count": 20036,
"location": "Kyiv",
- "media_count": 3322,
+ "media_count": 3691,
"name": "The Kyiv Independent",
- "normal_followers_count": 2123384,
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
"1611768917151862784"
],
@@ -44247,7 +44710,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivIndependent",
- "statuses_count": 31758,
+ "statuses_count": 34451,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -44263,7 +44726,7 @@
}
},
"card": {
- "rest_id": "https://t.co/UlfY2IaWKq",
+ "rest_id": "https://t.co/DkVEcwYQQP",
"legacy": {
"binding_values": [
{
@@ -44272,7 +44735,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -44282,8 +44745,8 @@
"value": {
"image_value": {
"height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=280x150"
+ "width": 239,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -44291,7 +44754,7 @@
{
"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,...",
+ "string_value": "Ukraine's Foreign Intelligence Service has alleged that Roman Ihnatov, head of the High Qualification Commission, a key agency in Ukraine's judicial system, has Russian citizenship. Ihnatov, who...",
"type": "STRING"
}
},
@@ -44307,8 +44770,8 @@
"value": {
"image_value": {
"height": 320,
- "width": 480,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x320_1"
+ "width": 511,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -44319,7 +44782,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -44328,9 +44791,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -44352,7 +44815,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -44363,7 +44826,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -44372,9 +44835,9 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 67,
+ "height": 63,
"width": 100,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=100x100"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=100x100"
},
"type": "IMAGE"
}
@@ -44383,9 +44846,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -44394,9 +44857,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -44415,7 +44878,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -44427,43 +44890,43 @@
"palette": [
{
"rgb": {
- "blue": 49,
- "green": 47,
+ "blue": 167,
+ "green": 172,
+ "red": 173
+ },
+ "percentage": 36.99
+ },
+ {
+ "rgb": {
+ "blue": 32,
+ "green": 22,
+ "red": 23
+ },
+ "percentage": 34.85
+ },
+ {
+ "rgb": {
+ "blue": 86,
+ "green": 104,
+ "red": 111
+ },
+ "percentage": 7.01
+ },
+ {
+ "rgb": {
+ "blue": 182,
+ "green": 146,
+ "red": 143
+ },
+ "percentage": 2.36
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 43,
"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
+ "percentage": 2.34
}
]
},
@@ -44473,7 +44936,7 @@
{
"key": "title",
"value": {
- "string_value": "Russian citizen sentenced by Dutch court to 18 months in prison for sanctions evasion",
+ "string_value": "Intelligence service claims top judicial official has Russian citizenship; he denies it, cites...",
"type": "STRING"
}
},
@@ -44484,43 +44947,43 @@
"palette": [
{
"rgb": {
- "blue": 49,
- "green": 47,
+ "blue": 167,
+ "green": 172,
+ "red": 173
+ },
+ "percentage": 36.99
+ },
+ {
+ "rgb": {
+ "blue": 32,
+ "green": 22,
+ "red": 23
+ },
+ "percentage": 34.85
+ },
+ {
+ "rgb": {
+ "blue": 86,
+ "green": 104,
+ "red": 111
+ },
+ "percentage": 7.01
+ },
+ {
+ "rgb": {
+ "blue": 182,
+ "green": 146,
+ "red": 143
+ },
+ "percentage": 2.36
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 43,
"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
+ "percentage": 2.34
}
]
},
@@ -44531,9 +44994,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -44544,7 +45007,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1718060141591879680/0E-Qc2hF?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -44556,43 +45019,43 @@
"palette": [
{
"rgb": {
- "blue": 49,
- "green": 47,
+ "blue": 167,
+ "green": 172,
+ "red": 173
+ },
+ "percentage": 36.99
+ },
+ {
+ "rgb": {
+ "blue": 32,
+ "green": 22,
+ "red": 23
+ },
+ "percentage": 34.85
+ },
+ {
+ "rgb": {
+ "blue": 86,
+ "green": 104,
+ "red": 111
+ },
+ "percentage": 7.01
+ },
+ {
+ "rgb": {
+ "blue": 182,
+ "green": 146,
+ "red": 143
+ },
+ "percentage": 2.36
+ },
+ {
+ "rgb": {
+ "blue": 81,
+ "green": 43,
"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
+ "percentage": 2.34
}
]
},
@@ -44603,9 +45066,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -44614,7 +45077,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/UlfY2IaWKq",
+ "string_value": "https://t.co/DkVEcwYQQP",
"type": "STRING"
}
},
@@ -44622,9 +45085,9 @@
"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"
+ "height": 752,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1737971965938356224/pxP6QOH8?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -44642,7 +45105,7 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/UlfY2IaWKq",
+ "url": "https://t.co/DkVEcwYQQP",
"user_refs_results": [
{
"result": {
@@ -44698,16 +45161,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 280,
- "followers_count": 2123384,
- "friends_count": 26,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 20142,
+ "listed_count": 20036,
"location": "Kyiv",
- "media_count": 3322,
+ "media_count": 3691,
"name": "The Kyiv Independent",
- "normal_followers_count": 2123384,
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
"1611768917151862784"
],
@@ -44716,7 +45179,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1590969128474525702/SoCJ_k1L_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivIndependent",
- "statuses_count": 31758,
+ "statuses_count": 34451,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -44739,56 +45202,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719720080399900908"
+ "1739738602345545768"
],
- "editable_until_msecs": "1698851792000",
+ "editable_until_msecs": "1703624580000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "53607",
+ "count": "81349",
"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",
+ "created_at": "Tue Dec 26 20:03:00 +0000 2023",
+ "conversation_id_str": "1739738602345545768",
"display_text_range": [
0,
274
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "kyivindependent.com/intelligence-s…",
+ "expanded_url": "https://kyivindependent.com/intelligence-service-confirms-top-ukrainian-judicial-official-has-russian-citizenship/",
+ "url": "https://t.co/DkVEcwYQQP",
"indices": [
251,
274
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 456,
+ "favorite_count": 166,
"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",
+ "full_text": "Ukraine's Foreign Intelligence Service claims that Roman Ihnatov, the head of the key judicial agency, the High Qualification Commission, holds Russian citizenship. Ihnatov denies the allegation, attributing it to an attempt to exert pressure on him. https://t.co/DkVEcwYQQP",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 5,
- "retweet_count": 82,
+ "quote_count": 0,
+ "reply_count": 6,
+ "retweet_count": 31,
"retweeted": false,
"user_id_str": "1462548977367359490",
- "id_str": "1719720080399900908"
+ "id_str": "1739738602345545768"
}
}
},
@@ -44806,8 +45270,8 @@
}
},
{
- "entryId": "tweet-1719719817844859278",
- "sortIndex": "1719749859424075706",
+ "entryId": "tweet-1739737709168472527",
+ "sortIndex": "1739819664587882428",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -44817,360 +45281,53 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719719817844859278",
+ "rest_id": "1739737709168472527",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0NzA0NDQzMzk=",
- "rest_id": "470444339",
+ "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
+ "rest_id": "1462548977367359490",
"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": 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,
+ "created_at": "Sun Nov 21 22:30:41 +0000 2021",
+ "default_profile": true,
"default_profile_image": false,
- "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.",
+ "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
"entities": {
"description": {
- "urls": []
+ "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": "kyivpost.com",
- "expanded_url": "http://kyivpost.com/",
- "url": "https://t.co/lHlutZvoAu",
+ "display_url": "kyivindependent.com",
+ "expanded_url": "http://kyivindependent.com",
+ "url": "https://t.co/WZvsaFpT20",
"indices": [
0,
23
@@ -45180,3618 +45337,41 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4939,
- "followers_count": 393621,
- "friends_count": 1631,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"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": [],
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "pinned_tweet_ids_str": [
+ "1611768917151862784"
+ ],
"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_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": "KyivPost",
- "statuses_count": 71995,
+ "screen_name": "KyivIndependent",
+ "statuses_count": 34451,
"translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
+ "url": "https://t.co/WZvsaFpT20",
"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",
+ "rest_id": "1595086441079513088",
"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",
+ "rest_id": "https://t.co/dfygit6Eeg",
"legacy": {
"binding_values": [
{
@@ -48800,7 +45380,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -48810,8 +45390,8 @@
"value": {
"image_value": {
"height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=280x150"
+ "width": 207,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -48819,14 +45399,14 @@
{
"key": "description",
"value": {
- "string_value": "Why the commerce secretary is the secret MVP of Biden’s sweeping new executive order on AI.",
+ "string_value": "French Transport Minister Clement Beaune said on Dec. 26. \"Our commitment is total, our solidarity will not stop,\" Beaune said on X, formerly Twitter.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.washingtonpost.com",
+ "string_value": "kyivindependent.com",
"type": "STRING"
}
},
@@ -48834,9 +45414,9 @@
"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"
+ "height": 289,
+ "width": 400,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=400x400"
},
"type": "IMAGE"
}
@@ -48847,7 +45427,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -48856,9 +45436,9 @@
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -48869,7 +45449,7 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "2467791",
+ "id_str": "1462548977367359490",
"path": []
}
}
@@ -48880,7 +45460,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -48891,7 +45471,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -48900,20 +45480,30 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 67,
+ "height": 72,
"width": 100,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=100x100"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=100x100"
},
"type": "IMAGE"
}
},
+ {
+ "key": "creator",
+ "value": {
+ "type": "USER",
+ "user_value": {
+ "id_str": "972491543666987008",
+ "path": []
+ }
+ }
+ },
{
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -48922,9 +45512,9 @@
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -48933,7 +45523,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "washingtonpost.com",
+ "string_value": "kyivindependent.com",
"type": "STRING"
}
},
@@ -48943,7 +45533,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -48955,43 +45545,43 @@
"palette": [
{
"rgb": {
- "blue": 88,
- "green": 181,
- "red": 214
+ "blue": 121,
+ "green": 155,
+ "red": 168
},
- "percentage": 53.72
+ "percentage": 45.1
},
{
"rgb": {
- "blue": 29,
- "green": 94,
- "red": 129
+ "blue": 67,
+ "green": 83,
+ "red": 76
},
- "percentage": 14.41
+ "percentage": 18.36
},
{
"rgb": {
- "blue": 77,
- "green": 55,
- "red": 31
+ "blue": 41,
+ "green": 18,
+ "red": 10
},
- "percentage": 6.66
+ "percentage": 16.05
},
{
"rgb": {
- "blue": 61,
- "green": 179,
- "red": 217
+ "blue": 255,
+ "green": 234,
+ "red": 216
},
- "percentage": 5.85
+ "percentage": 5.33
},
{
"rgb": {
- "blue": 151,
- "green": 209,
- "red": 234
+ "blue": 76,
+ "green": 45,
+ "red": 254
},
- "percentage": 5.74
+ "percentage": 4.95
}
]
},
@@ -49001,7 +45591,7 @@
{
"key": "title",
"value": {
- "string_value": "Opinion | Gina Raimondo is the secret MVP of Biden’s sweeping new executive order",
+ "string_value": "Minister: France delivers second ship to help Ukraine with grain export",
"type": "STRING"
}
},
@@ -49012,43 +45602,43 @@
"palette": [
{
"rgb": {
- "blue": 88,
- "green": 181,
- "red": 214
+ "blue": 121,
+ "green": 155,
+ "red": 168
},
- "percentage": 53.72
+ "percentage": 45.1
},
{
"rgb": {
- "blue": 29,
- "green": 94,
- "red": 129
+ "blue": 67,
+ "green": 83,
+ "red": 76
},
- "percentage": 14.41
+ "percentage": 18.36
},
{
"rgb": {
- "blue": 77,
- "green": 55,
- "red": 31
+ "blue": 41,
+ "green": 18,
+ "red": 10
},
- "percentage": 6.66
+ "percentage": 16.05
},
{
"rgb": {
- "blue": 61,
- "green": 179,
- "red": 217
+ "blue": 255,
+ "green": 234,
+ "red": 216
},
- "percentage": 5.85
+ "percentage": 5.33
},
{
"rgb": {
- "blue": 151,
- "green": 209,
- "red": 234
+ "blue": 76,
+ "green": 45,
+ "red": 254
},
- "percentage": 5.74
+ "percentage": 4.95
}
]
},
@@ -49059,9 +45649,9 @@
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -49072,7 +45662,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719400200987435008/UcFKLf-A?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -49084,43 +45674,43 @@
"palette": [
{
"rgb": {
- "blue": 88,
- "green": 181,
- "red": 214
+ "blue": 121,
+ "green": 155,
+ "red": 168
},
- "percentage": 53.72
+ "percentage": 45.1
},
{
"rgb": {
- "blue": 29,
- "green": 94,
- "red": 129
+ "blue": 67,
+ "green": 83,
+ "red": 76
},
- "percentage": 14.41
+ "percentage": 18.36
},
{
"rgb": {
- "blue": 77,
- "green": 55,
- "red": 31
+ "blue": 41,
+ "green": 18,
+ "red": 10
},
- "percentage": 6.66
+ "percentage": 16.05
},
{
"rgb": {
- "blue": 61,
- "green": 179,
- "red": 217
+ "blue": 255,
+ "green": 234,
+ "red": 216
},
- "percentage": 5.85
+ "percentage": 5.33
},
{
"rgb": {
- "blue": 151,
- "green": 209,
- "red": 234
+ "blue": 76,
+ "green": 45,
+ "red": 254
},
- "percentage": 5.74
+ "percentage": 4.95
}
]
},
@@ -49131,9 +45721,9 @@
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -49142,7 +45732,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/c8jke2W5tZ",
+ "string_value": "https://t.co/dfygit6Eeg",
"type": "STRING"
}
},
@@ -49150,9 +45740,9 @@
"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"
+ "height": 741,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739737696958869504/hXNpGJtH?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -49170,24 +45760,24 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/c8jke2W5tZ",
+ "url": "https://t.co/dfygit6Eeg",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjoyNDY3Nzkx",
- "rest_id": "2467791",
+ "id": "VXNlcjo5NzI0OTE1NDM2NjY5ODcwMDg=",
+ "rest_id": "972491543666987008",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
- "can_media_tag": false,
- "created_at": "Tue Mar 27 11:19:39 +0000 2007",
- "default_profile": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat Mar 10 15:17:06 +0000 2018",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Democracy Dies in Darkness",
+ "description": "@KyivIndependent journalist. Kurt Schork Local Reporter and Axel Springer Prize awards. Write me: a.terajima@kyivindependent.com",
"entities": {
"description": {
"urls": []
@@ -49195,9 +45785,9 @@
"url": {
"urls": [
{
- "display_url": "washingtonpost.com",
- "expanded_url": "http://washingtonpost.com",
- "url": "https://t.co/1KN78z0bbe",
+ "display_url": "kyivindependent.com/author/asami-t…",
+ "expanded_url": "https://kyivindependent.com/author/asami-terajima",
+ "url": "https://t.co/4WDgeBBsFY",
"indices": [
0,
23
@@ -49207,29 +45797,121 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4007,
- "followers_count": 20068087,
- "friends_count": 1701,
+ "favourites_count": 1873,
+ "followers_count": 52731,
+ "friends_count": 2253,
"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": [],
+ "listed_count": 1155,
+ "location": "Donbas - Kyiv",
+ "media_count": 207,
+ "name": "Asami Terajima",
+ "normal_followers_count": 52731,
+ "pinned_tweet_ids_str": [
+ "1717561830803952038"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/972491543666987008/1696802473",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725454100702101504/zeOeSMyY_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "washingtonpost",
- "statuses_count": 475720,
- "translator_type": "regular",
- "url": "https://t.co/1KN78z0bbe",
+ "screen_name": "AsamiTerajima",
+ "statuses_count": 1775,
+ "translator_type": "none",
+ "url": "https://t.co/4WDgeBBsFY",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1503165328666378243",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ {
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "translator_type": "none",
+ "url": "https://t.co/WZvsaFpT20",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1595086441079513088",
+ "professional_type": "Business",
+ "category": []
}
}
}
@@ -49242,56 +45924,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719715577894432832"
+ "1739737709168472527"
],
- "editable_until_msecs": "1698850719000",
+ "editable_until_msecs": "1703624367000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "3649",
+ "count": "89864",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 3,
+ "bookmark_count": 8,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:58:39 +0000 2023",
- "conversation_id_str": "1719715577894432832",
+ "created_at": "Tue Dec 26 19:59:27 +0000 2023",
+ "conversation_id_str": "1739737709168472527",
"display_text_range": [
0,
- 95
+ 251
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "kyivindependent.com/minister-franc…",
+ "expanded_url": "https://kyivindependent.com/minister-france-delivers-second-ship-to-help-grain-export/",
+ "url": "https://t.co/dfygit6Eeg",
"indices": [
- 72,
- 95
+ 228,
+ 251
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 25,
+ "favorite_count": 1791,
"favorited": false,
- "full_text": "Gina Raimondo is the secret MVP of Biden’s sweeping new executive order https://t.co/c8jke2W5tZ",
+ "full_text": "⚡️Minister: France delivers second ship to help Ukraine with grain export.\n\nFrench Transport Minister Clement Beaune said on Dec. 26. \"Our commitment is total, our solidarity will not stop,\" Beaune said on X, formerly Twitter.\n\nhttps://t.co/dfygit6Eeg",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 5,
+ "quote_count": 5,
+ "reply_count": 5,
+ "retweet_count": 244,
"retweeted": false,
- "user_id_str": "884578187392544769",
- "id_str": "1719715577894432832"
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739737709168472527"
}
}
},
@@ -49309,8 +45992,8 @@
}
},
{
- "entryId": "tweet-1719715300667441584",
- "sortIndex": "1719749859424075699",
+ "entryId": "tweet-1739736751336300671",
+ "sortIndex": "1739819664587882427",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -49320,7 +46003,1693 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719715300667441584",
+ "rest_id": "1739736751336300671",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/HIl0I1kR1C",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_star_rating",
+ "value": {
+ "string_value": "4.86448",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 147,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Sir David Omand tells parliamentary inquiry the platform should be restricted to ‘background mood music’",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.theguardian.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_is_free",
+ "value": {
+ "string_value": "true",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 315,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?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/1739708317713195009/lcMYOHR7?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "87818409",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?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/1739708317713195009/lcMYOHR7?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 76,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "106,614",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_price_amount",
+ "value": {
+ "string_value": "0.0",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?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/1739708317713195009/lcMYOHR7?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "theguardian.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_name",
+ "value": {
+ "string_value": "The Guardian - Live World News",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 207,
+ "green": 207,
+ "red": 205
+ },
+ "percentage": 53.75
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 33,
+ "red": 33
+ },
+ "percentage": 26.41
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 44,
+ "red": 11
+ },
+ "percentage": 7.37
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 97,
+ "red": 139
+ },
+ "percentage": 2.66
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 109,
+ "red": 105
+ },
+ "percentage": 1.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "End government by WhatsApp, urges former GCHQ head",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_price_currency",
+ "value": {
+ "string_value": "USD",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 207,
+ "green": 207,
+ "red": 205
+ },
+ "percentage": 53.75
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 33,
+ "red": 33
+ },
+ "percentage": 26.41
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 44,
+ "red": 11
+ },
+ "percentage": 7.37
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 97,
+ "red": 139
+ },
+ "percentage": 2.66
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 109,
+ "red": 105
+ },
+ "percentage": 1.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?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/1739708317713195009/lcMYOHR7?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 207,
+ "green": 207,
+ "red": 205
+ },
+ "percentage": 53.75
+ },
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 33,
+ "red": 33
+ },
+ "percentage": 26.41
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 44,
+ "red": 11
+ },
+ "percentage": 7.37
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 97,
+ "red": 139
+ },
+ "percentage": 2.66
+ },
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 109,
+ "red": 105
+ },
+ "percentage": 1.33
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/HIl0I1kR1C",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1739708317713195009/lcMYOHR7?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/HIl0I1kR1C",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NzgxODQwOQ==",
+ "rest_id": "87818409",
+ "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": "Thu Nov 05 23:49:19 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The need for independent journalism has never been greater. Become a Guardian supporter: https://t.co/kFXqbVRovR",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "support.theguardian.com",
+ "expanded_url": "http://support.theguardian.com",
+ "url": "https://t.co/kFXqbVRovR",
+ "indices": [
+ 89,
+ 112
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "theguardian.com",
+ "expanded_url": "https://www.theguardian.com",
+ "url": "https://t.co/KHA6KFoD05",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 142,
+ "followers_count": 10908719,
+ "friends_count": 1038,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 71492,
+ "location": "London",
+ "media_count": 24317,
+ "name": "The Guardian",
+ "normal_followers_count": 10908719,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/87818409/1695201078",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1175141826870861825/K2qKoGla_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "guardian",
+ "statuses_count": 841147,
+ "translator_type": "regular",
+ "url": "https://t.co/KHA6KFoD05",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739736751336300671"
+ ],
+ "editable_until_msecs": "1703624138000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "31864",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 5,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:55:38 +0000 2023",
+ "conversation_id_str": "1739736751336300671",
+ "display_text_range": [
+ 0,
+ 246
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "theguardian.com/politics/2023/…",
+ "expanded_url": "https://www.theguardian.com/politics/2023/dec/26/end-government-by-whatsapp-urges-former-gchq-head",
+ "url": "https://t.co/HIl0I1kR1C",
+ "indices": [
+ 223,
+ 246
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 149,
+ "favorited": false,
+ "full_text": "David Omand: “The former head of GCHQ has called for an end to the government handling crises over WhatsApp, saying the platform might suit gossip and informal exchanges but is inappropriate for important decision-making.” https://t.co/HIl0I1kR1C",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 8,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739736751336300671"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739736701818331316",
+ "sortIndex": "1739819664587882426",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739736701818331316",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739736701818331316"
+ ],
+ "editable_until_msecs": "1703624127000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "79550",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 24,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:55:27 +0000 2023",
+ "conversation_id_str": "1739736701818331316",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/5q4T79d9BN",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739736701818331316/video/1",
+ "id_str": "1739735474258751488",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "7_1739735474258751488",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739735474258751488/pu/img/lPECbHX_n5M-rGfi.jpg",
+ "type": "video",
+ "url": "https://t.co/5q4T79d9BN",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 1920,
+ "w": 1080,
+ "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": 1920,
+ "width": 1080,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 9,
+ 16
+ ],
+ "duration_millis": 110640,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/480x852/dLghn4GZHk7BYDDq.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/720x1280/am3aylF1XyfXInra.mp4?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/320x568/HQxl4zIV7LeIb1wC.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/pl/4mVYfYDSEfuD-4DH.m3u8?tag=12&container=fmp4"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "868962444269506561",
+ "name": "Francis Farrell",
+ "screen_name": "francisjfarrell",
+ "indices": [
+ 118,
+ 134
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/5q4T79d9BN",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739736701818331316/video/1",
+ "id_str": "1739735474258751488",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "7_1739735474258751488",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739735474258751488/pu/img/lPECbHX_n5M-rGfi.jpg",
+ "type": "video",
+ "url": "https://t.co/5q4T79d9BN",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 1920,
+ "w": 1080,
+ "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": 1920,
+ "width": 1080,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 9,
+ 16
+ ],
+ "duration_millis": 110640,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/480x852/dLghn4GZHk7BYDDq.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/720x1280/am3aylF1XyfXInra.mp4?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/vid/avc1/320x568/HQxl4zIV7LeIb1wC.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739735474258751488/pu/pl/4mVYfYDSEfuD-4DH.m3u8?tag=12&container=fmp4"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 356,
+ "favorited": false,
+ "full_text": "Commander-in-Chief of the Armed Forces of Ukraine Valerii Zaluzhnyi fielded a question from Kyiv Independent reporter @francisjfarrell about how Ukraine's military campaign will look in 2024, taking into account the insights gained from the experiences of 2023.\n\n📽️: Army TV https://t.co/5q4T79d9BN",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 7,
+ "reply_count": 15,
+ "retweet_count": 65,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739736701818331316"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739732919428477210",
+ "sortIndex": "1739819664587882425",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739732919428477210",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739732919428477210"
+ ],
+ "editable_until_msecs": "1703623225000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "114818",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:40:25 +0000 2023",
+ "conversation_id_str": "1739732919428477210",
+ "display_text_range": [
+ 0,
+ 205
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/0fk2hZHTdA",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739732919428477210/video/1",
+ "id_str": "1739732756978954240",
+ "indices": [
+ 206,
+ 229
+ ],
+ "media_key": "7_1739732756978954240",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739732756978954240/pu/img/o1AM7O9K7ItdCKyj.jpg",
+ "type": "video",
+ "url": "https://t.co/0fk2hZHTdA",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/vid/avc1/480x848/GxUEESPSjczn7Bm4.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/pl/jMD6fatGTlLb2SRi.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/vid/avc1/320x564/l07BEudGNre3O2Lz.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/0fk2hZHTdA",
+ "expanded_url": "https://twitter.com/KyivIndependent/status/1739732919428477210/video/1",
+ "id_str": "1739732756978954240",
+ "indices": [
+ 206,
+ 229
+ ],
+ "media_key": "7_1739732756978954240",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1739732756978954240/pu/img/o1AM7O9K7ItdCKyj.jpg",
+ "type": "video",
+ "url": "https://t.co/0fk2hZHTdA",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/vid/avc1/480x848/GxUEESPSjczn7Bm4.mp4?tag=12"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/pl/jMD6fatGTlLb2SRi.m3u8?tag=12&container=fmp4"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1739732756978954240/pu/vid/avc1/320x564/l07BEudGNre3O2Lz.mp4?tag=12"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 419,
+ "favorited": false,
+ "full_text": "This video shows the aftermath of the Russian strike on a railway station full of people in Kherson late on Dec. 26, killing at least one person and wounding four others.\n\n📽️: Oleksandr Prokudin / Telegram https://t.co/0fk2hZHTdA",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 12,
+ "reply_count": 8,
+ "retweet_count": 172,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739732919428477210"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739732700574183565",
+ "sortIndex": "1739819664587882424",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739732700574183565",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMTQ1ODcxODU=",
+ "rest_id": "314587185",
+ "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 10 14:04:48 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Geopolitics, NatSec, Great Power Competition, Cybersecurity. Chairman @SilveradoPolicy; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "silverado.org",
+ "expanded_url": "https://www.silverado.org",
+ "url": "https://t.co/XIgzRvJw5Y",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 16352,
+ "followers_count": 203599,
+ "friends_count": 2096,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5907,
+ "location": "USA",
+ "media_count": 228,
+ "name": "Dmitri Alperovitch",
+ "normal_followers_count": 203599,
+ "pinned_tweet_ids_str": [
+ "1699190577303007292"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1590727022",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DAlperovitch",
+ "statuses_count": 3829,
+ "translator_type": "none",
+ "url": "https://t.co/XIgzRvJw5Y",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739732700574183565"
+ ],
+ "editable_until_msecs": "1703623173144",
+ "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": "Tue Dec 26 19:39:33 +0000 2023",
+ "conversation_id_str": "1739732700574183565",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 81,
+ 89
+ ],
+ "text": "Turkiye"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1140437481621508096",
+ "name": "Boris Ruge",
+ "screen_name": "RugeBoris",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RugeBoris: Excellent news from Ankara where the Foreign Affairs Committee of #Turkiye|s Grand National Assembly has voted in favor of #…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739681174509748345",
+ "quoted_status_permalink": {
+ "url": "https://t.co/tYZcsBEQsD",
+ "expanded": "https://twitter.com/tobiasbillstrom/status/1739681174509748345",
+ "display": "twitter.com/tobiasbillstro…"
+ },
+ "reply_count": 0,
+ "retweet_count": 95,
+ "retweeted": false,
+ "user_id_str": "314587185",
+ "id_str": "1739732700574183565",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739684057422680179",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTQwNDM3NDgxNjIxNTA4MDk2",
+ "rest_id": "1140437481621508096",
+ "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 17 01:54:18 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Ambassador | Assistant Secretary General for Political Affairs and Security Policy @NATO | Personal account",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "nato.int",
+ "expanded_url": "https://www.nato.int/",
+ "url": "https://t.co/Wg6vWsv0ud",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 15711,
+ "followers_count": 11777,
+ "friends_count": 203,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 166,
+ "location": "Brussels, Belgium",
+ "media_count": 438,
+ "name": "Boris Ruge",
+ "normal_followers_count": 11777,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1140437481621508096/1688393358",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1243834093881655296/2hlLngNV_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RugeBoris",
+ "statuses_count": 3627,
+ "translator_type": "none",
+ "url": "https://t.co/Wg6vWsv0ud",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739684057422680179"
+ ],
+ "editable_until_msecs": "1703611575000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "75646",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739681174509748345",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMDU5NjU2NQ==",
+ "rest_id": "20596565",
+ "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": "Wed Feb 11 15:30:33 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Sveriges utrikesminister/Minister of Foreign Affairs of Sweden 🇸🇪💙🇺🇦",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 48221,
+ "followers_count": 37021,
+ "friends_count": 371,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 359,
+ "location": "Stockholm, Sweden",
+ "media_count": 1004,
+ "name": "Tobias Billström",
+ "normal_followers_count": 37021,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/20596565/1487334767",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/840138004060557312/Jn6ZbdJt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TobiasBillstrom",
+ "statuses_count": 24688,
+ "translator_type": "none",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739681174509748345"
+ ],
+ "editable_until_msecs": "1703610888000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "192546",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 16:14:48 +0000 2023",
+ "conversation_id_str": "1739681174509748345",
+ "display_text_range": [
+ 0,
+ 165
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "83795099",
+ "name": "NATO",
+ "screen_name": "NATO",
+ "indices": [
+ 160,
+ 165
+ ]
+ }
+ ]
+ },
+ "favorite_count": 1779,
+ "favorited": false,
+ "full_text": "Vi välkomnar att utrikesutskottet i Turkiet godkänt Sveriges Nato-ansökan. Nästa steg är att parlamentet ska rösta om frågan. Vi ser fram emot att bli medlem i @NATO",
+ "is_quote_status": false,
+ "lang": "sv",
+ "quote_count": 30,
+ "reply_count": 101,
+ "retweet_count": 176,
+ "retweeted": false,
+ "user_id_str": "20596565",
+ "id_str": "1739681174509748345"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 16:26:15 +0000 2023",
+ "conversation_id_str": "1739684057422680179",
+ "display_text_range": [
+ 0,
+ 157
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 66,
+ 74
+ ],
+ "text": "Turkiye"
+ },
+ {
+ "indices": [
+ 123,
+ 130
+ ],
+ "text": "Sweden"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "83795099",
+ "name": "NATO",
+ "screen_name": "NATO",
+ "indices": [
+ 147,
+ 152
+ ]
+ }
+ ]
+ },
+ "favorite_count": 372,
+ "favorited": false,
+ "full_text": "Excellent news from Ankara where the Foreign Affairs Committee of #Turkiye|s Grand National Assembly has voted in favor of #Sweden|s membership in @NATO 🇸🇪🇹🇷",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 6,
+ "quoted_status_id_str": "1739681174509748345",
+ "quoted_status_permalink": {
+ "url": "https://t.co/tYZcsBEQsD",
+ "expanded": "https://twitter.com/tobiasbillstrom/status/1739681174509748345",
+ "display": "twitter.com/tobiasbillstro…"
+ },
+ "reply_count": 7,
+ "retweet_count": 95,
+ "retweeted": false,
+ "user_id_str": "1140437481621508096",
+ "id_str": "1739684057422680179"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739731805694054705",
+ "sortIndex": "1739819664587882423",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739731805694054705",
"core": {
"user_results": {
"result": {
@@ -49357,23 +47726,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4939,
- "followers_count": 393621,
- "friends_count": 1631,
+ "favourites_count": 4940,
+ "followers_count": 394083,
+ "friends_count": 1632,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6660,
+ "listed_count": 6669,
"location": "#Kyiv, #Ukraine",
- "media_count": 29844,
+ "media_count": 30642,
"name": "KyivPost",
- "normal_followers_count": 393621,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 394083,
+ "pinned_tweet_ids_str": [
+ "1737813935594565787"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1697531259",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1703492324",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "KyivPost",
- "statuses_count": 71995,
+ "statuses_count": 73335,
"translator_type": "none",
"url": "https://t.co/lHlutZvoAu",
"verified": false,
@@ -49386,41 +47757,171 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719715300667441584"
+ "1739731805694054705"
],
- "editable_until_msecs": "1698850653000",
+ "editable_until_msecs": "1703622959000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "7331",
+ "count": "17268",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739726560637116923",
+ "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": 4940,
+ "followers_count": 394083,
+ "friends_count": 1632,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6669,
+ "location": "#Kyiv, #Ukraine",
+ "media_count": 30642,
+ "name": "KyivPost",
+ "normal_followers_count": 394083,
+ "pinned_tweet_ids_str": [
+ "1737813935594565787"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1703492324",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KyivPost",
+ "statuses_count": 73335,
+ "translator_type": "none",
+ "url": "https://t.co/lHlutZvoAu",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739726560637116923"
+ ],
+ "editable_until_msecs": "1703621709000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "26883",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:15:09 +0000 2023",
+ "conversation_id_str": "1739726560637116923",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 48,
+ 56
+ ],
+ "text": "Kherson"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 50,
+ "favorited": false,
+ "full_text": "❗️Russian forces shelled the railway station in #Kherson and an evacuation train, which was expected to transport around 140 civilians. \n\n\"All necessary services are already operating at the scene. The exact number of injured is being determined,\" President Zelensky said.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 8,
+ "retweet_count": 26,
+ "retweeted": false,
+ "user_id_str": "14106476",
+ "id_str": "1739726560637116923"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 3,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:57:33 +0000 2023",
- "conversation_id_str": "1719715300667441584",
+ "created_at": "Tue Dec 26 19:35:59 +0000 2023",
+ "conversation_id_str": "1739731805694054705",
"display_text_range": [
0,
- 102
+ 125
],
"entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 71,
+ 79
+ ],
+ "text": "Kherson"
+ }
+ ],
"media": [
{
- "display_url": "pic.twitter.com/ln9XPni9CM",
- "expanded_url": "https://twitter.com/KyivPost/status/1719715300667441584/video/1",
- "id_str": "1719715246024065024",
+ "display_url": "pic.twitter.com/wFCwcOG3qo",
+ "expanded_url": "https://twitter.com/KyivPost/status/1739731805694054705/video/1",
+ "id_str": "1739731726010609664",
"indices": [
- 103,
- 126
+ 126,
+ 149
],
- "media_key": "13_1719715246024065024",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719715246024065024/img/c_PTojDbPBRo3fB7.jpg",
+ "media_key": "13_1739731726010609664",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739731726010609664/img/yjcmIqtCDv4IJ5Ss.jpg",
"type": "video",
- "url": "https://t.co/ln9XPni9CM",
+ "url": "https://t.co/wFCwcOG3qo",
"additional_media_info": {
"monetizable": false
},
@@ -49429,18 +47930,18 @@
},
"sizes": {
"large": {
- "h": 1024,
- "w": 576,
+ "h": 848,
+ "w": 480,
"resize": "fit"
},
"medium": {
- "h": 1024,
- "w": 576,
+ "h": 848,
+ "w": 480,
"resize": "fit"
},
"small": {
"h": 680,
- "w": 383,
+ "w": 385,
"resize": "fit"
},
"thumb": {
@@ -49450,59 +47951,54 @@
}
},
"original_info": {
- "height": 1024,
- "width": 576,
+ "height": 848,
+ "width": 480,
"focus_rects": []
},
"video_info": {
"aspect_ratio": [
- 9,
- 16
+ 30,
+ 53
],
- "duration_millis": 39699,
+ "duration_millis": 33766,
"variants": [
{
- "bitrate": 2176000,
+ "bitrate": 950000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/576x1024/DjYDMBX37CzViyMa.mp4?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/vid/avc1/480x848/zBd9Aw7J3z4kLdul.mp4?tag=14"
},
{
"bitrate": 632000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/320x568/mlio6gmrk9R9w0aU.mp4?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/vid/avc1/320x564/-WE1D47Ovmb7O8gU.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"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/pl/rckv2DC747VgXFKj.m3u8?tag=14&container=fmp4"
}
]
}
}
],
- "user_mentions": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/ln9XPni9CM",
- "expanded_url": "https://twitter.com/KyivPost/status/1719715300667441584/video/1",
- "id_str": "1719715246024065024",
+ "display_url": "pic.twitter.com/wFCwcOG3qo",
+ "expanded_url": "https://twitter.com/KyivPost/status/1739731805694054705/video/1",
+ "id_str": "1739731726010609664",
"indices": [
- 103,
- 126
+ 126,
+ 149
],
- "media_key": "13_1719715246024065024",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1719715246024065024/img/c_PTojDbPBRo3fB7.jpg",
+ "media_key": "13_1739731726010609664",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739731726010609664/img/yjcmIqtCDv4IJ5Ss.jpg",
"type": "video",
- "url": "https://t.co/ln9XPni9CM",
+ "url": "https://t.co/wFCwcOG3qo",
"additional_media_info": {
"monetizable": false
},
@@ -49511,18 +48007,18 @@
},
"sizes": {
"large": {
- "h": 1024,
- "w": 576,
+ "h": 848,
+ "w": 480,
"resize": "fit"
},
"medium": {
- "h": 1024,
- "w": 576,
+ "h": 848,
+ "w": 480,
"resize": "fit"
},
"small": {
"h": 680,
- "w": 383,
+ "w": 385,
"resize": "fit"
},
"thumb": {
@@ -49532,54 +48028,55 @@
}
},
"original_info": {
- "height": 1024,
- "width": 576,
+ "height": 848,
+ "width": 480,
"focus_rects": []
},
"video_info": {
"aspect_ratio": [
- 9,
- 16
+ 30,
+ 53
],
- "duration_millis": 39699,
+ "duration_millis": 33766,
"variants": [
{
- "bitrate": 2176000,
+ "bitrate": 950000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/576x1024/DjYDMBX37CzViyMa.mp4?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/vid/avc1/480x848/zBd9Aw7J3z4kLdul.mp4?tag=14"
},
{
"bitrate": 632000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1719715246024065024/vid/avc1/320x568/mlio6gmrk9R9w0aU.mp4?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/vid/avc1/320x564/-WE1D47Ovmb7O8gU.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"
+ "url": "https://video.twimg.com/amplify_video/1739731726010609664/pl/rckv2DC747VgXFKj.m3u8?tag=14&container=fmp4"
}
]
}
}
]
},
- "favorite_count": 182,
+ "favorite_count": 76,
"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,
+ "full_text": "❗️The first minutes after the Russian strike on the railway station in #Kherson.\n\n📹: Kherson Regional Military Administration https://t.co/wFCwcOG3qo",
+ "is_quote_status": true,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 4,
+ "quote_count": 5,
+ "quoted_status_id_str": "1739726560637116923",
+ "quoted_status_permalink": {
+ "url": "https://t.co/tUPb6NADxw",
+ "expanded": "https://twitter.com/kyivpost/status/1739726560637116923",
+ "display": "twitter.com/kyivpost/statu…"
+ },
+ "reply_count": 3,
"retweet_count": 26,
"retweeted": false,
"user_id_str": "14106476",
- "id_str": "1719715300667441584"
+ "id_str": "1739731805694054705"
}
}
},
@@ -49597,8 +48094,8 @@
}
},
{
- "entryId": "tweet-1719714697895625107",
- "sortIndex": "1719749859424075698",
+ "entryId": "tweet-1739731280089006184",
+ "sortIndex": "1739819664587882422",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -49608,7 +48105,2617 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719714697895625107",
+ "rest_id": "1739731280089006184",
+ "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-at-large @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": 27535,
+ "followers_count": 264737,
+ "friends_count": 1232,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4333,
+ "location": "Kyiv",
+ "media_count": 6463,
+ "name": "olexander scherba🇺🇦",
+ "normal_followers_count": 264737,
+ "pinned_tweet_ids_str": [
+ "1396956590713020416"
+ ],
+ "possibly_sensitive": true,
+ "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": 39119,
+ "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": [
+ "1739731280089006184"
+ ],
+ "editable_until_msecs": "1703622834474",
+ "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": "Tue Dec 26 19:33:54 +0000 2023",
+ "conversation_id_str": "1739731280089006184",
+ "display_text_range": [
+ 0,
+ 40
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "33055795",
+ "name": "Dr. Benjamin L. Schmitt🇺🇦",
+ "screen_name": "BLSchmitt",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @BLSchmitt: More ATACMS for Ukraine‼️",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 354,
+ "retweeted": false,
+ "user_id_str": "163018653",
+ "id_str": "1739731280089006184",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739681239026503713",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzA1NTc5NQ==",
+ "rest_id": "33055795",
+ "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 18 23:49:19 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Senior Fellow @Penn Physics & @KleinmanEnergy; Also @CEPA @DukeU @HURI_Harvard; Affiliate @CenterForAstro; Term Member @CFR_Org; Former @StateDept | views mine",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14212,
+ "followers_count": 7756,
+ "friends_count": 1725,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 157,
+ "location": "Philadelphia, PA",
+ "media_count": 754,
+ "name": "Dr. Benjamin L. Schmitt🇺🇦",
+ "normal_followers_count": 7756,
+ "pinned_tweet_ids_str": [
+ "1534727763046940672"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/33055795/1558740205",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1502423856501465090/WpemNctQ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BLSchmitt",
+ "statuses_count": 14359,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739681239026503713"
+ ],
+ "editable_until_msecs": "1703610903000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "49635",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 16:15:03 +0000 2023",
+ "conversation_id_str": "1739681239026503713",
+ "display_text_range": [
+ 0,
+ 25
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3247,
+ "favorited": false,
+ "full_text": "More ATACMS for Ukraine‼️",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 9,
+ "reply_count": 36,
+ "retweet_count": 354,
+ "retweeted": false,
+ "user_id_str": "33055795",
+ "id_str": "1739681239026503713"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739730827821367571",
+ "sortIndex": "1739819664587882421",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739730827821367571",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzU0NTI1MTU1MjM4ODAxNDEz",
+ "rest_id": "1354525155238801413",
+ "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": true,
+ "created_at": "Wed Jan 27 20:25:49 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Louisiana cuisinier, mother, wife, and grandma. Thirty-five years in the Foreign Service. Representing America on the world stage as the 31st @USUN Ambassador.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "usun.usmission.gov",
+ "expanded_url": "http://usun.usmission.gov",
+ "url": "https://t.co/yf9whPwUKy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 876,
+ "followers_count": 387227,
+ "friends_count": 301,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1796,
+ "location": "New York City",
+ "media_count": 975,
+ "name": "Ambassador Linda Thomas-Greenfield",
+ "normal_followers_count": 387227,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1354525155238801413/1694012679",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699438462066212865/RrgPbwdf_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "USAmbUN",
+ "statuses_count": 3520,
+ "translator_type": "none",
+ "url": "https://t.co/yf9whPwUKy",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739730827821367571"
+ ],
+ "editable_until_msecs": "1703622726000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "41635",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739709007156101468",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg1MTc4Mjg=",
+ "rest_id": "148517828",
+ "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 May 26 22:36:33 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official account of the Office of the Spokesperson for United Nations Secretary-General @antonioguterres",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "un.org/sg/spokesperso…",
+ "expanded_url": "http://www.un.org/sg/spokesperson/",
+ "url": "https://t.co/QLv5A3GhrU",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 593,
+ "followers_count": 838672,
+ "friends_count": 1210,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4642,
+ "location": "New York, USA",
+ "media_count": 5357,
+ "name": "UN Spokesperson",
+ "normal_followers_count": 838672,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/148517828/1483247139",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000825778108/376f07ea36febe88ae9e24baf7f0fa63_normal.jpeg",
+ "profile_interstitial_type": "",
+ "screen_name": "UN_Spokesperson",
+ "statuses_count": 25965,
+ "translator_type": "none",
+ "url": "https://t.co/QLv5A3GhrU",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739709007156101468"
+ ],
+ "editable_until_msecs": "1703617524000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "99909",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 18,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:05:24 +0000 2023",
+ "conversation_id_str": "1739709007156101468",
+ "display_text_range": [
+ 0,
+ 204
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "un.org/sg/en/content/…",
+ "expanded_url": "https://www.un.org/sg/en/content/sg/personnel-appointments/2023-12-26/secretary-general-appoints-ms-sigrid-kaag-of-the-netherlands-senior-humanitarian-and-reconstruction-coordinator-for-gaza-pursuant-security-council",
+ "url": "https://t.co/Yyd57OYesF",
+ "indices": [
+ 181,
+ 204
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "811229675758505984",
+ "name": "António Guterres",
+ "screen_name": "antonioguterres",
+ "indices": [
+ 1,
+ 17
+ ]
+ },
+ {
+ "id_str": "933973531968397312",
+ "name": "Sigrid Kaag",
+ "screen_name": "SigridKaag",
+ "indices": [
+ 32,
+ 43
+ ]
+ }
+ ]
+ },
+ "favorite_count": 303,
+ "favorited": false,
+ "full_text": ".@antonioguterres has appointed @SigridKaag as Senior Humanitarian and Reconstruction Coordinator for Gaza pursuant to Security Council Resolution 2720. \n\nMore on her functions 👇👇👇\nhttps://t.co/Yyd57OYesF",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 31,
+ "reply_count": 65,
+ "retweet_count": 138,
+ "retweeted": false,
+ "user_id_str": "148517828",
+ "id_str": "1739709007156101468"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 5,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:32:06 +0000 2023",
+ "conversation_id_str": "1739730827821367571",
+ "display_text_range": [
+ 0,
+ 187
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "933973531968397312",
+ "name": "Sigrid Kaag",
+ "screen_name": "SigridKaag",
+ "indices": [
+ 37,
+ 48
+ ]
+ }
+ ]
+ },
+ "favorite_count": 56,
+ "favorited": false,
+ "full_text": "Look forward to working closely with @SigridKaag in this new role – and to supporting her efforts to streamline and accelerate the UN’s life-saving work in Gaza. There is no time to lose.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 22,
+ "quoted_status_id_str": "1739709007156101468",
+ "quoted_status_permalink": {
+ "url": "https://t.co/e1KUvqM51U",
+ "expanded": "https://twitter.com/un_spokesperson/status/1739709007156101468",
+ "display": "twitter.com/un_spokesperso…"
+ },
+ "reply_count": 236,
+ "retweet_count": 19,
+ "retweeted": false,
+ "user_id_str": "1354525155238801413",
+ "id_str": "1739730827821367571"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739729282660753823",
+ "sortIndex": "1739819664587882420",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739729282660753823",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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/ZYm2ftOmhd",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 213,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Russian forces attacked a railway station full of people in Kherson late on Dec. 26, killing at least one person and wounding four others, Ukrainian officials said.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "kyivindependent.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 296,
+ "width": 420,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=jpg&name=420x420_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?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/1739729260888125440/AUiYfhNr?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/1739729260888125440/AUiYfhNr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 70,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "creator",
+ "value": {
+ "type": "USER",
+ "user_value": {
+ "id_str": "972491543666987008",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?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/1739729260888125440/AUiYfhNr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 39,
+ "red": 34
+ },
+ "percentage": 68.27
+ },
+ {
+ "rgb": {
+ "blue": 115,
+ "green": 155,
+ "red": 197
+ },
+ "percentage": 7.9
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 64,
+ "red": 65
+ },
+ "percentage": 5.65
+ },
+ {
+ "rgb": {
+ "blue": 49,
+ "green": 56,
+ "red": 89
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 60,
+ "green": 46,
+ "red": 38
+ },
+ "percentage": 3.32
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Russian attack on Kherson railway station kills 1, injures 4",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 39,
+ "red": 34
+ },
+ "percentage": 68.27
+ },
+ {
+ "rgb": {
+ "blue": 115,
+ "green": 155,
+ "red": 197
+ },
+ "percentage": 7.9
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 64,
+ "red": 65
+ },
+ "percentage": 5.65
+ },
+ {
+ "rgb": {
+ "blue": 49,
+ "green": 56,
+ "red": 89
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 60,
+ "green": 46,
+ "red": 38
+ },
+ "percentage": 3.32
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?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/1739729260888125440/AUiYfhNr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 39,
+ "red": 34
+ },
+ "percentage": 68.27
+ },
+ {
+ "rgb": {
+ "blue": 115,
+ "green": 155,
+ "red": 197
+ },
+ "percentage": 7.9
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 64,
+ "red": 65
+ },
+ "percentage": 5.65
+ },
+ {
+ "rgb": {
+ "blue": 49,
+ "green": 56,
+ "red": 89
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 60,
+ "green": 46,
+ "red": 38
+ },
+ "percentage": 3.32
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/ZYm2ftOmhd",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 721,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739729260888125440/AUiYfhNr?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/ZYm2ftOmhd",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NzI0OTE1NDM2NjY5ODcwMDg=",
+ "rest_id": "972491543666987008",
+ "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 Mar 10 15:17:06 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "@KyivIndependent journalist. Kurt Schork Local Reporter and Axel Springer Prize awards. Write me: a.terajima@kyivindependent.com",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/author/asami-t…",
+ "expanded_url": "https://kyivindependent.com/author/asami-terajima",
+ "url": "https://t.co/4WDgeBBsFY",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1873,
+ "followers_count": 52731,
+ "friends_count": 2253,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1155,
+ "location": "Donbas - Kyiv",
+ "media_count": 207,
+ "name": "Asami Terajima",
+ "normal_followers_count": 52731,
+ "pinned_tweet_ids_str": [
+ "1717561830803952038"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/972491543666987008/1696802473",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725454100702101504/zeOeSMyY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AsamiTerajima",
+ "statuses_count": 1775,
+ "translator_type": "none",
+ "url": "https://t.co/4WDgeBBsFY",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1503165328666378243",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ {
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739729282660753823"
+ ],
+ "editable_until_msecs": "1703622358000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "77131",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:25:58 +0000 2023",
+ "conversation_id_str": "1739729282660753823",
+ "display_text_range": [
+ 0,
+ 254
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/zelensky-russi…",
+ "expanded_url": "https://kyivindependent.com/zelensky-russia-attacked-kherson-railway-station-evacuation-train-victim-number-unknown-yet/",
+ "url": "https://t.co/ZYm2ftOmhd",
+ "indices": [
+ 231,
+ 254
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 322,
+ "favorited": false,
+ "full_text": "⚡️Russian attack on Kherson railway station kills 1, injures 4.\n\nRussian forces attacked a railway station full of people in Kherson late on Dec. 26, killing at least one person and wounding four others, Ukrainian officials said.\n\nhttps://t.co/ZYm2ftOmhd",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 10,
+ "reply_count": 20,
+ "retweet_count": 99,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739729282660753823"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739729216449511488",
+ "sortIndex": "1739819664587882419",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739729216449511488",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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/j51mQ94L8H",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 222,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "After being pruned by the Russian invasion, Ukraine's largest supermarket chain, ATB-Market, is fighting to grow back bigger and better. Like the German chains Aldi and Lidl, ATB prioritizes low...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "kyivindependent.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 474,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?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/1739729029320572928/xp4ZxKhG?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?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/1739729029320572928/xp4ZxKhG?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/1739729029320572928/xp4ZxKhG?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 68,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?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/1739729029320572928/xp4ZxKhG?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 15,
+ "green": 13,
+ "red": 13
+ },
+ "percentage": 50.03
+ },
+ {
+ "rgb": {
+ "blue": 92,
+ "green": 44,
+ "red": 1
+ },
+ "percentage": 39.81
+ },
+ {
+ "rgb": {
+ "blue": 101,
+ "green": 118,
+ "red": 131
+ },
+ "percentage": 3.9
+ },
+ {
+ "rgb": {
+ "blue": 142,
+ "green": 94,
+ "red": 30
+ },
+ "percentage": 2.21
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 73,
+ "red": 85
+ },
+ "percentage": 1.17
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Talking business in Ukraine: CEO of Ukraine's largest grocery chain on navigating war, plans for...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 15,
+ "green": 13,
+ "red": 13
+ },
+ "percentage": 50.03
+ },
+ {
+ "rgb": {
+ "blue": 92,
+ "green": 44,
+ "red": 1
+ },
+ "percentage": 39.81
+ },
+ {
+ "rgb": {
+ "blue": 101,
+ "green": 118,
+ "red": 131
+ },
+ "percentage": 3.9
+ },
+ {
+ "rgb": {
+ "blue": 142,
+ "green": 94,
+ "red": 30
+ },
+ "percentage": 2.21
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 73,
+ "red": 85
+ },
+ "percentage": 1.17
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?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/1739729029320572928/xp4ZxKhG?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 15,
+ "green": 13,
+ "red": 13
+ },
+ "percentage": 50.03
+ },
+ {
+ "rgb": {
+ "blue": 92,
+ "green": 44,
+ "red": 1
+ },
+ "percentage": 39.81
+ },
+ {
+ "rgb": {
+ "blue": 101,
+ "green": 118,
+ "red": 131
+ },
+ "percentage": 3.9
+ },
+ {
+ "rgb": {
+ "blue": 142,
+ "green": 94,
+ "red": 30
+ },
+ "percentage": 2.21
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 73,
+ "red": 85
+ },
+ "percentage": 1.17
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/j51mQ94L8H",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 838,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1739729029320572928/xp4ZxKhG?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/j51mQ94L8H",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739729216449511488"
+ ],
+ "editable_until_msecs": "1703622342000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "76180",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 5,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:25:42 +0000 2023",
+ "conversation_id_str": "1739729216449511488",
+ "display_text_range": [
+ 0,
+ 222
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/talking-busine…",
+ "expanded_url": "https://kyivindependent.com/talking-business-in-ukraine-ceo-of-ukraines-largest-grocery-chain-on-navigating-war-plans-for-future/",
+ "url": "https://t.co/j51mQ94L8H",
+ "indices": [
+ 199,
+ 222
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 287,
+ "favorited": false,
+ "full_text": "The Kyiv Independent sat down with the CEO of Ukraine's largest grocery chain, ATB-Market, to discuss the company's resilience, expansion plans, and commitment to supporting the Ukrainian community. https://t.co/j51mQ94L8H",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 4,
+ "retweet_count": 38,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739729216449511488"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739728751909302377",
+ "sortIndex": "1739819664587882418",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739728751909302377",
+ "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": "yarotrof.com",
+ "expanded_url": "http://www.yarotrof.com",
+ "url": "https://t.co/ExAi4dkOQG",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3509,
+ "followers_count": 137677,
+ "friends_count": 3865,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4159,
+ "location": "",
+ "media_count": 1085,
+ "name": "Yaroslav Trofimov",
+ "normal_followers_count": 137677,
+ "pinned_tweet_ids_str": [
+ "1737862186549330242"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/30011100/1703172988",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1107348447772975104/mK-YgG6Z_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "yarotrof",
+ "statuses_count": 25507,
+ "translator_type": "none",
+ "url": "https://t.co/ExAi4dkOQG",
+ "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": [
+ "1739728751909302377"
+ ],
+ "editable_until_msecs": "1703622231709",
+ "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": "Tue Dec 26 19:23:51 +0000 2023",
+ "conversation_id_str": "1739728751909302377",
+ "display_text_range": [
+ 0,
+ 119
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BTQE6pcvF8",
+ "expanded_url": "https://twitter.com/bayraktar_1love/status/1739727721108816284/video/1",
+ "id_str": "1739727656965304320",
+ "indices": [
+ 96,
+ 119
+ ],
+ "media_key": "13_1739727656965304320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739727656965304320/img/QyCw503ThfS6I4ZF.jpg",
+ "source_status_id_str": "1739727721108816284",
+ "source_user_id_str": "1356158825825525761",
+ "type": "video",
+ "url": "https://t.co/BTQE6pcvF8",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzU2MTU4ODI1ODI1NTI1NzYx",
+ "rest_id": "1356158825825525761",
+ "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 Feb 01 08:35:09 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Cat owner from Kherson🇺🇦. Here I post mainly about ongoing war in Ukraine and situation in my hometown Kherson, liberated 11/11/2022. (fled from Kherson)",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5704,
+ "followers_count": 348394,
+ "friends_count": 196,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4936,
+ "location": "Kherson, Ukraine (fled)",
+ "media_count": 4555,
+ "name": "Special Kherson Cat 🐈🇺🇦",
+ "normal_followers_count": 348394,
+ "pinned_tweet_ids_str": [
+ "1739609110876692840"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1356158825825525761/1678290063",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1523605239458320385/jeI5XBkY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "bayraktar_1love",
+ "statuses_count": 6528,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1568680346039762945",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/320x564/do41-l18LD8R-V9o.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/pl/TQ7vZXF2F3tMFwZf.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/480x848/t5Si6IBhrGk-TMEV.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1356158825825525761",
+ "name": "Special Kherson Cat 🐈🇺🇦",
+ "screen_name": "bayraktar_1love",
+ "indices": [
+ 3,
+ 19
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BTQE6pcvF8",
+ "expanded_url": "https://twitter.com/bayraktar_1love/status/1739727721108816284/video/1",
+ "id_str": "1739727656965304320",
+ "indices": [
+ 96,
+ 119
+ ],
+ "media_key": "13_1739727656965304320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739727656965304320/img/QyCw503ThfS6I4ZF.jpg",
+ "source_status_id_str": "1739727721108816284",
+ "source_user_id_str": "1356158825825525761",
+ "type": "video",
+ "url": "https://t.co/BTQE6pcvF8",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzU2MTU4ODI1ODI1NTI1NzYx",
+ "rest_id": "1356158825825525761",
+ "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 Feb 01 08:35:09 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Cat owner from Kherson🇺🇦. Here I post mainly about ongoing war in Ukraine and situation in my hometown Kherson, liberated 11/11/2022. (fled from Kherson)",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5704,
+ "followers_count": 348394,
+ "friends_count": 196,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4936,
+ "location": "Kherson, Ukraine (fled)",
+ "media_count": 4555,
+ "name": "Special Kherson Cat 🐈🇺🇦",
+ "normal_followers_count": 348394,
+ "pinned_tweet_ids_str": [
+ "1739609110876692840"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1356158825825525761/1678290063",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1523605239458320385/jeI5XBkY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "bayraktar_1love",
+ "statuses_count": 6528,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1568680346039762945",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/320x564/do41-l18LD8R-V9o.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/pl/TQ7vZXF2F3tMFwZf.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/480x848/t5Si6IBhrGk-TMEV.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @bayraktar_1love: /4. Kherson railway station in the first minutes after the Russian strike. https://t.co/BTQE6pcvF8",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 63,
+ "retweeted": false,
+ "user_id_str": "30011100",
+ "id_str": "1739728751909302377",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739727721108816284",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzU2MTU4ODI1ODI1NTI1NzYx",
+ "rest_id": "1356158825825525761",
+ "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 Feb 01 08:35:09 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Cat owner from Kherson🇺🇦. Here I post mainly about ongoing war in Ukraine and situation in my hometown Kherson, liberated 11/11/2022. (fled from Kherson)",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5704,
+ "followers_count": 348394,
+ "friends_count": 196,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4936,
+ "location": "Kherson, Ukraine (fled)",
+ "media_count": 4555,
+ "name": "Special Kherson Cat 🐈🇺🇦",
+ "normal_followers_count": 348394,
+ "pinned_tweet_ids_str": [
+ "1739609110876692840"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1356158825825525761/1678290063",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1523605239458320385/jeI5XBkY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "bayraktar_1love",
+ "statuses_count": 6528,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1568680346039762945",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739727721108816284"
+ ],
+ "editable_until_msecs": "1703621985000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "35491",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:19:45 +0000 2023",
+ "conversation_id_str": "1739723445821206842",
+ "display_text_range": [
+ 0,
+ 74
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BTQE6pcvF8",
+ "expanded_url": "https://twitter.com/bayraktar_1love/status/1739727721108816284/video/1",
+ "id_str": "1739727656965304320",
+ "indices": [
+ 75,
+ 98
+ ],
+ "media_key": "13_1739727656965304320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739727656965304320/img/QyCw503ThfS6I4ZF.jpg",
+ "type": "video",
+ "url": "https://t.co/BTQE6pcvF8",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/320x564/do41-l18LD8R-V9o.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/pl/TQ7vZXF2F3tMFwZf.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/480x848/t5Si6IBhrGk-TMEV.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BTQE6pcvF8",
+ "expanded_url": "https://twitter.com/bayraktar_1love/status/1739727721108816284/video/1",
+ "id_str": "1739727656965304320",
+ "indices": [
+ 75,
+ 98
+ ],
+ "media_key": "13_1739727656965304320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1739727656965304320/img/QyCw503ThfS6I4ZF.jpg",
+ "type": "video",
+ "url": "https://t.co/BTQE6pcvF8",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 480,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 385,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 480,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 30,
+ 53
+ ],
+ "duration_millis": 33733,
+ "variants": [
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/320x564/do41-l18LD8R-V9o.mp4?tag=14"
+ },
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/pl/TQ7vZXF2F3tMFwZf.m3u8?tag=14&container=fmp4"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1739727656965304320/vid/avc1/480x848/t5Si6IBhrGk-TMEV.mp4?tag=14"
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 301,
+ "favorited": false,
+ "full_text": "/4. Kherson railway station in the first minutes after the Russian strike. https://t.co/BTQE6pcvF8",
+ "in_reply_to_screen_name": "bayraktar_1love",
+ "in_reply_to_status_id_str": "1739727123961569424",
+ "in_reply_to_user_id_str": "1356158825825525761",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 9,
+ "retweet_count": 63,
+ "retweeted": false,
+ "user_id_str": "1356158825825525761",
+ "id_str": "1739727721108816284"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739728697391824907",
+ "sortIndex": "1739819664587882417",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739728697391824907",
"core": {
"user_results": {
"result": {
@@ -49645,16 +50752,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 221,
- "followers_count": 174844,
- "friends_count": 9890,
+ "favourites_count": 228,
+ "followers_count": 174650,
+ "friends_count": 10007,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4581,
+ "listed_count": 4559,
"location": "Washington, D.C.",
- "media_count": 6590,
+ "media_count": 6748,
"name": "Laura Rozen",
- "normal_followers_count": 174844,
+ "normal_followers_count": 174650,
"pinned_tweet_ids_str": [
"994000925793628160"
],
@@ -49663,7 +50770,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/472902811630333952/hvAbmRyN_normal.jpeg",
"profile_interstitial_type": "",
"screen_name": "lrozen",
- "statuses_count": 541791,
+ "statuses_count": 546276,
"translator_type": "none",
"url": "https://t.co/VBjgdai1Rl",
"verified": false,
@@ -49687,162 +50794,185 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719714697895625107"
+ "1739728697391824907"
],
- "editable_until_msecs": "1698850509000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1703622218711",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "6397",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"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",
+ "created_at": "Tue Dec 26 19:23:38 +0000 2023",
+ "conversation_id_str": "1739728697391824907",
"display_text_range": [
0,
- 1
+ 139
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "633764653",
+ "name": "Hanke Bruins Slot",
+ "screen_name": "HankeBruinsSlot",
+ "indices": [
+ 3,
+ 19
+ ]
+ },
+ {
+ "id_str": "933973531968397312",
+ "name": "Sigrid Kaag",
+ "screen_name": "SigridKaag",
+ "indices": [
+ 56,
+ 67
+ ]
+ }
+ ]
},
- "favorite_count": 15,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "🧵",
- "is_quote_status": true,
- "lang": "art",
+ "full_text": "RT @HankeBruinsSlot: Good news about the appointment of @SigridKaag as UN Senior Coordinator for Humanitarian Aid and Reconstruction Gaza.…",
+ "is_quote_status": false,
+ "lang": "en",
"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,
+ "retweet_count": 26,
"retweeted": false,
"user_id_str": "47455112",
- "id_str": "1719714697895625107"
+ "id_str": "1739728697391824907",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739725662116614376",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MzM3NjQ2NTM=",
+ "rest_id": "633764653",
+ "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 12 14:03:43 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Minister van Buitenlandse Zaken | Dutch Minister of Foreign Affairs | veteraan | CDA | berichtgeving door Hanke en @MinBZ",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "rijksoverheid.nl/regering/bewin…",
+ "expanded_url": "https://www.rijksoverheid.nl/regering/bewindspersonen/hanke-bruins-slot",
+ "url": "https://t.co/RWQBFsnvt0",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 523,
+ "followers_count": 15157,
+ "friends_count": 617,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 321,
+ "location": "Utrecht",
+ "media_count": 511,
+ "name": "Hanke Bruins Slot",
+ "normal_followers_count": 15157,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/633764653/1699996575",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724537882054918144/-4zdWxNS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "HankeBruinsSlot",
+ "statuses_count": 2698,
+ "translator_type": "none",
+ "url": "https://t.co/RWQBFsnvt0",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739725662116614376"
+ ],
+ "editable_until_msecs": "1703621495000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "18266",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:11:35 +0000 2023",
+ "conversation_id_str": "1739725662116614376",
+ "display_text_range": [
+ 0,
+ 242
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "933973531968397312",
+ "name": "Sigrid Kaag",
+ "screen_name": "SigridKaag",
+ "indices": [
+ 35,
+ 46
+ ]
+ }
+ ]
+ },
+ "favorite_count": 128,
+ "favorited": false,
+ "full_text": "Good news about the appointment of @SigridKaag as UN Senior Coordinator for Humanitarian Aid and Reconstruction Gaza. With her extensive knowledge, and very broad (diplomatic) experience, she is the right person for this challenging role. 1/2",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 4,
+ "reply_count": 17,
+ "retweet_count": 26,
+ "retweeted": false,
+ "user_id_str": "633764653",
+ "id_str": "1739725662116614376"
+ }
+ }
+ }
}
}
},
@@ -49860,8 +50990,8 @@
}
},
{
- "entryId": "tweet-1719713784053346709",
- "sortIndex": "1719749859424075697",
+ "entryId": "tweet-1739726560637116923",
+ "sortIndex": "1739819664587882416",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -49871,24 +51001,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719713784053346709",
+ "rest_id": "1739726560637116923",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo1NDM0NTMxNw==",
- "rest_id": "54345317",
+ "id": "VXNlcjoxNDEwNjQ3Ng==",
+ "rest_id": "14106476",
"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": false,
- "created_at": "Mon Jul 06 21:51:39 +0000 2009",
+ "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": "Fellow for Europe @CFR_org | Historian & Political Scientist | #Germany #Europe #Russia #EasternEurope #Security | Views my own, RT ≠ endorsement",
+ "description": "The award-winning Kyiv Post is the top international source of English-language news about Ukraine since 1995.",
"entities": {
"description": {
"urls": []
@@ -49896,9 +51026,9 @@
"url": {
"urls": [
{
- "display_url": "cfr.org/expert/liana-f…",
- "expanded_url": "https://www.cfr.org/expert/liana-fix",
- "url": "https://t.co/kNfe79pLBh",
+ "display_url": "kyivpost.com",
+ "expanded_url": "http://kyivpost.com/",
+ "url": "https://t.co/lHlutZvoAu",
"indices": [
0,
23
@@ -49908,27 +51038,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24063,
- "followers_count": 11496,
- "friends_count": 1495,
+ "favourites_count": 4940,
+ "followers_count": 394083,
+ "friends_count": 1632,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 325,
- "location": "Washington, DC",
- "media_count": 364,
- "name": "Dr. Liana Fix",
- "normal_followers_count": 11496,
+ "listed_count": 6669,
+ "location": "#Kyiv, #Ukraine",
+ "media_count": 30642,
+ "name": "KyivPost",
+ "normal_followers_count": 394083,
"pinned_tweet_ids_str": [
- "1699105129541042660"
+ "1737813935594565787"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1703492324",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "LianaFix",
- "statuses_count": 18168,
+ "screen_name": "KyivPost",
+ "statuses_count": 73335,
"translator_type": "none",
- "url": "https://t.co/kNfe79pLBh",
+ "url": "https://t.co/lHlutZvoAu",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -49936,28 +51066,617 @@
}
}
},
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739726560637116923"
+ ],
+ "editable_until_msecs": "1703621709000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "26883",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 19:15:09 +0000 2023",
+ "conversation_id_str": "1739726560637116923",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 48,
+ 56
+ ],
+ "text": "Kherson"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 50,
+ "favorited": false,
+ "full_text": "❗️Russian forces shelled the railway station in #Kherson and an evacuation train, which was expected to transport around 140 civilians. \n\n\"All necessary services are already operating at the scene. The exact number of injured is being determined,\" President Zelensky said.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 8,
+ "retweet_count": 26,
+ "retweeted": false,
+ "user_id_str": "14106476",
+ "id_str": "1739726560637116923"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739725283559883153",
+ "sortIndex": "1739819664587882415",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739725283559883153",
+ "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": 281557,
+ "followers_count": 247265,
+ "friends_count": 2551,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2418,
+ "location": "Washington, DC",
+ "media_count": 2202,
+ "name": "John Sipher",
+ "normal_followers_count": 247265,
+ "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": 82474,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739725283559883153"
+ ],
+ "editable_until_msecs": "1703621404790",
+ "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": "Tue Dec 26 19:10:04 +0000 2023",
+ "conversation_id_str": "1739725283559883153",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "14075928",
+ "name": "The Onion",
+ "screen_name": "TheOnion",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @TheOnion: Leonard Bernstein’s Children Release Statement Confirming Father Wore Big Prosthetic Nose In Real Life https://t.co/v1SAmYyXB…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 42,
+ "retweeted": false,
+ "user_id_str": "884578187392544769",
+ "id_str": "1739725283559883153",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739707707081339254",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDA3NTkyOA==",
+ "rest_id": "14075928",
+ "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 04 02:48:37 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "America's Finest News Source.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "theonion.com",
+ "expanded_url": "https://www.theonion.com/",
+ "url": "https://t.co/McSMshhidB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3,
+ "followers_count": 11641871,
+ "friends_count": 6,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 63640,
+ "location": "",
+ "media_count": 58801,
+ "name": "The Onion",
+ "normal_followers_count": 11641871,
+ "pinned_tweet_ids_str": [
+ "969621896097607685"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14075928/1617209332",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1517492889852461056/bEnqsvVR_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TheOnion",
+ "statuses_count": 104223,
+ "translator_type": "none",
+ "url": "https://t.co/McSMshhidB",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739707707081339254"
+ ],
+ "editable_until_msecs": "1703617214000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "155518",
+ "state": "EnabledWithCount"
+ },
+ "source": "Sprout Social",
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:00:14 +0000 2023",
+ "conversation_id_str": "1739707707081339254",
+ "display_text_range": [
+ 0,
+ 126
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/qrWeurPM8L",
+ "expanded_url": "https://twitter.com/TheOnion/status/1739707707081339254/photo/1",
+ "id_str": "1739707686034239488",
+ "indices": [
+ 127,
+ 150
+ ],
+ "media_key": "3_1739707686034239488",
+ "media_url_https": "https://pbs.twimg.com/media/GCSu7E8WcAAUzBI.jpg",
+ "type": "photo",
+ "url": "https://t.co/qrWeurPM8L",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1125,
+ "w": 2000,
+ "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": 1125,
+ "width": 2000,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2000,
+ "h": 1120
+ },
+ {
+ "x": 875,
+ "y": 0,
+ "w": 1125,
+ "h": 1125
+ },
+ {
+ "x": 1013,
+ "y": 0,
+ "w": 987,
+ "h": 1125
+ },
+ {
+ "x": 1269,
+ "y": 0,
+ "w": 563,
+ "h": 1125
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2000,
+ "h": 1125
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "theonion.com/1850748304",
+ "expanded_url": "http://theonion.com/1850748304",
+ "url": "https://t.co/v1SAmYyXB6",
+ "indices": [
+ 103,
+ 126
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/qrWeurPM8L",
+ "expanded_url": "https://twitter.com/TheOnion/status/1739707707081339254/photo/1",
+ "id_str": "1739707686034239488",
+ "indices": [
+ 127,
+ 150
+ ],
+ "media_key": "3_1739707686034239488",
+ "media_url_https": "https://pbs.twimg.com/media/GCSu7E8WcAAUzBI.jpg",
+ "type": "photo",
+ "url": "https://t.co/qrWeurPM8L",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1125,
+ "w": 2000,
+ "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": 1125,
+ "width": 2000,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 5,
+ "w": 2000,
+ "h": 1120
+ },
+ {
+ "x": 875,
+ "y": 0,
+ "w": 1125,
+ "h": 1125
+ },
+ {
+ "x": 1013,
+ "y": 0,
+ "w": 987,
+ "h": 1125
+ },
+ {
+ "x": 1269,
+ "y": 0,
+ "w": 563,
+ "h": 1125
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2000,
+ "h": 1125
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 583,
+ "favorited": false,
+ "full_text": "Leonard Bernstein’s Children Release Statement Confirming Father Wore Big Prosthetic Nose In Real Life https://t.co/v1SAmYyXB6 https://t.co/qrWeurPM8L",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 4,
+ "reply_count": 9,
+ "retweet_count": 42,
+ "retweeted": false,
+ "user_id_str": "14075928",
+ "id_str": "1739707707081339254"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739721246508548339",
+ "sortIndex": "1739819664587882414",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739721246508548339",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjc5OTI1Nw==",
+ "rest_id": "22799257",
+ "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 04 16:58:21 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Foreign Correspondent for @TheEconomist | Covering Ukraine, Russia, Belarus | Opinions strictly my own | DM for Signal",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "olliecarroll.uk",
+ "expanded_url": "http://www.olliecarroll.uk",
+ "url": "https://t.co/UmmY5egdjU",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6264,
+ "followers_count": 143412,
+ "friends_count": 3059,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4175,
+ "location": "Ukraine",
+ "media_count": 2230,
+ "name": "Oliver Carroll",
+ "normal_followers_count": 143412,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/22799257/1434115079",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1541040357177180160/OHKDGhmR_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "olliecarroll",
+ "statuses_count": 18233,
+ "translator_type": "none",
+ "url": "https://t.co/UmmY5egdjU",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1542570582226702338",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
"card": {
- "rest_id": "https://t.co/3TFK47fF6G",
+ "rest_id": "https://t.co/vUwqAXIvLK",
"legacy": {
"binding_values": [
{
- "key": "photo_image_full_size_large",
+ "key": "app_star_rating",
"value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419"
- },
- "type": "IMAGE"
+ "string_value": "4.12326",
+ "type": "STRING"
}
},
{
"key": "thumbnail_image",
"value": {
"image_value": {
- "height": 146,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=280x150"
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739720293633929216/aHRwB4-a?format=jpg&name=144x144_2"
},
"type": "IMAGE"
}
@@ -49965,14 +51684,21 @@
{
"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.",
+ "string_value": "Провів сьогодні Ставку – кілька годин. І майже вся була присвячена виробництву нашої зброї в наступному році. По всім елементам – від артилерії до дронів і ракет. По кожному пункту – детальна...",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.theatlantic.com",
+ "string_value": "t.me",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_is_free",
+ "value": {
+ "string_value": "true",
"type": "STRING"
}
},
@@ -49980,20 +51706,9 @@
"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"
+ "height": 180,
+ "width": 180,
+ "url": "https://pbs.twimg.com/card_img/1739720293633929216/aHRwB4-a?format=jpg&name=280x280_2"
},
"type": "IMAGE"
}
@@ -50002,9 +51717,9 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 625,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig"
+ "height": 180,
+ "width": 320,
+ "url": "https://pbs.twimg.com/card_img/1739720293633929216/aHRwB4-a?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -50015,18 +51730,453 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "35773039",
+ "id_str": "1689053928",
"path": []
}
}
},
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1739720293633929216/aHRwB4-a?format=jpg&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "app_num_ratings",
+ "value": {
+ "string_value": "179,792",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_price_amount",
+ "value": {
+ "string_value": "0.0",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 180,
+ "width": 320,
+ "url": "https://pbs.twimg.com/card_img/1739720293633929216/aHRwB4-a?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "t.me",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "app_name",
+ "value": {
+ "string_value": "Telegram Messenger",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 15,
+ "green": 21,
+ "red": 25
+ },
+ "percentage": 91.45
+ },
+ {
+ "rgb": {
+ "blue": 94,
+ "green": 112,
+ "red": 117
+ },
+ "percentage": 4.03
+ },
+ {
+ "rgb": {
+ "blue": 189,
+ "green": 210,
+ "red": 184
+ },
+ "percentage": 1.25
+ },
+ {
+ "rgb": {
+ "blue": 38,
+ "green": 67,
+ "red": 90
+ },
+ "percentage": 0.97
+ },
+ {
+ "rgb": {
+ "blue": 43,
+ "green": 9,
+ "red": 4
+ },
+ "percentage": 0.87
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Zelenskiy / Official",
+ "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/vUwqAXIvLK",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/vUwqAXIvLK",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjg5MDUzOTI4",
+ "rest_id": "1689053928",
+ "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 Aug 21 19:47:05 +0000 2013",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Simple, fast, secure – and synced across all your devices. One of the top 5 most-downloaded apps in the world with over 800 million active users.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "telegram.org",
+ "expanded_url": "http://telegram.org",
+ "url": "https://t.co/zHAc9lS7Jy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7266,
+ "followers_count": 1527093,
+ "friends_count": 115,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4323,
+ "location": "",
+ "media_count": 3688,
+ "name": "Telegram Messenger",
+ "normal_followers_count": 1527093,
+ "pinned_tweet_ids_str": [
+ "1730247523166458110"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1689053928/1392066683",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1183117696730390529/LRDASku7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "telegram",
+ "statuses_count": 49531,
+ "translator_type": "none",
+ "url": "https://t.co/zHAc9lS7Jy",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1649119696312991755",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 962,
+ "name": "Mobile Application",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739721246508548339"
+ ],
+ "editable_until_msecs": "1703620442000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "48897",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Mac",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:54:02 +0000 2023",
+ "conversation_id_str": "1739721246508548339",
+ "display_text_range": [
+ 0,
+ 211
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "t.me/V_Zelenskiy_of…",
+ "expanded_url": "https://t.me/V_Zelenskiy_official/9026",
+ "url": "https://t.co/vUwqAXIvLK",
+ "indices": [
+ 188,
+ 211
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 195,
+ "favorited": false,
+ "full_text": "Zelensky reports that Russian army struck an evacuation train in Kherson station earlier today. “The emergency services are working at the scene. Number of victims yet to be confirmed.” \n\nhttps://t.co/vUwqAXIvLK",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 6,
+ "retweet_count": 100,
+ "retweeted": false,
+ "user_id_str": "22799257",
+ "id_str": "1739721246508548339"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739720070446686630",
+ "sortIndex": "1739819664587882413",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739720070446686630",
+ "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": 12402,
+ "followers_count": 7539,
+ "friends_count": 3901,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 201,
+ "location": "New York, NY",
+ "media_count": 143,
+ "name": "Josh Kovensky",
+ "normal_followers_count": 7539,
+ "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": 5929,
+ "translator_type": "none",
+ "url": "https://t.co/AzDUWabdQo",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/aRiUDtvFG4",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 268,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "President Trump announces a plan to revolutionize higher education by shifting excessively large endowments from private universities toward a new institution called the American Academy.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.donaldjtrump.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 571,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x320_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
{
"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"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=386x202"
},
"type": "IMAGE"
}
@@ -50037,7 +52187,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x419"
},
"type": "IMAGE"
}
@@ -50046,9 +52196,9 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 75,
+ "height": 81,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=144x144"
},
"type": "IMAGE"
}
@@ -50057,9 +52207,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50068,9 +52218,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=orig"
},
"type": "IMAGE"
}
@@ -50079,7 +52229,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "theatlantic.com",
+ "string_value": "donaldjtrump.com",
"type": "STRING"
}
},
@@ -50089,7 +52239,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=600x314"
},
"type": "IMAGE"
}
@@ -50101,43 +52251,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50147,7 +52297,7 @@
{
"key": "title",
"value": {
- "string_value": "Why Vladimir Putin Is Embracing Germany’s Far Right",
+ "string_value": "Agenda47: The American Academy | Donald J. Trump For President 2024",
"type": "STRING"
}
},
@@ -50158,43 +52308,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50205,9 +52355,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50218,7 +52368,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=600x314"
},
"type": "IMAGE"
}
@@ -50230,43 +52380,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50277,9 +52427,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50288,7 +52438,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/3TFK47fF6G",
+ "string_value": "https://t.co/aRiUDtvFG4",
"type": "STRING"
}
},
@@ -50296,9 +52446,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=orig"
},
"type": "IMAGE"
}
@@ -50316,88 +52466,16 @@
}
},
"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": []
- }
- }
- }
- ]
+ "url": "https://t.co/aRiUDtvFG4",
+ "user_refs_results": []
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719713784053346709"
+ "1739720070446686630"
],
- "editable_until_msecs": "1698850291512",
+ "editable_until_msecs": "1703620161887",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -50409,148 +52487,89 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:51:31 +0000 2023",
- "conversation_id_str": "1719713784053346709",
+ "created_at": "Tue Dec 26 18:49:21 +0000 2023",
+ "conversation_id_str": "1739720070446686630",
"display_text_range": [
0,
139
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "285395368",
- "name": "Jacob Ware",
- "screen_name": "Jacob_A_Ware",
+ "id_str": "18824442",
+ "name": "David Burbach (also @dburbach Bluesky)",
+ "screen_name": "dburbach",
"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
+ 12
]
}
- ],
- "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…",
+ "full_text": "RT @dburbach: One Trump \"Day 1 Dictator\" pledge I missed is to expropriate the big endowments of private universities to fund an \"American…",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 2,
+ "retweet_count": 52,
"retweeted": false,
- "user_id_str": "54345317",
- "id_str": "1719713784053346709",
+ "user_id_str": "1489840663",
+ "id_str": "1739720070446686630",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719702226787058030",
+ "rest_id": "1739697243618230448",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODUzOTUzNjg=",
- "rest_id": "285395368",
+ "id": "VXNlcjoxODgyNDQ0Mg==",
+ "rest_id": "18824442",
"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",
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sat Jan 10 02:39:29 +0000 2009",
"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.",
+ "description": "Prof of International Relations & National Security. Space, nukes, civil-military. Cats. At Naval War College but only personal tweets; do NOT represent DOD",
"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
- ]
- }
- ]
+ "urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 20743,
- "followers_count": 1947,
- "friends_count": 485,
+ "favourites_count": 89313,
+ "followers_count": 14427,
+ "friends_count": 1034,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 54,
- "location": "",
- "media_count": 19,
- "name": "Jacob Ware",
- "normal_followers_count": 1947,
+ "listed_count": 282,
+ "location": "Rhode Island, USA",
+ "media_count": 6149,
+ "name": "David Burbach (also @dburbach Bluesky)",
+ "normal_followers_count": 14427,
"pinned_tweet_ids_str": [
- "1651224659864571904"
+ "958081911506833410"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/18824442/1659652499",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1322573800639238150/D4gd0g2I_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Jacob_A_Ware",
- "statuses_count": 1419,
+ "screen_name": "dburbach",
+ "statuses_count": 79044,
"translator_type": "none",
- "url": "https://t.co/2G0RJzJmS1",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -50559,7 +52578,7 @@
}
},
"card": {
- "rest_id": "https://t.co/3TFK47fF6G",
+ "rest_id": "https://t.co/aRiUDtvFG4",
"legacy": {
"binding_values": [
{
@@ -50568,7 +52587,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x419"
},
"type": "IMAGE"
}
@@ -50577,9 +52596,9 @@
"key": "thumbnail_image",
"value": {
"image_value": {
- "height": 146,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=280x150"
+ "height": 150,
+ "width": 268,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=280x150"
},
"type": "IMAGE"
}
@@ -50587,14 +52606,14 @@
{
"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.",
+ "string_value": "President Trump announces a plan to revolutionize higher education by shifting excessively large endowments from private universities toward a new institution called the American Academy.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.theatlantic.com",
+ "string_value": "www.donaldjtrump.com",
"type": "STRING"
}
},
@@ -50602,9 +52621,9 @@
"key": "thumbnail_image_large",
"value": {
"image_value": {
- "height": 313,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x600"
+ "height": 320,
+ "width": 571,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x320_1"
},
"type": "IMAGE"
}
@@ -50615,7 +52634,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=386x202"
},
"type": "IMAGE"
}
@@ -50624,31 +52643,20 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 625,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=orig"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&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"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=386x202"
},
"type": "IMAGE"
}
@@ -50659,7 +52667,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=800x419"
},
"type": "IMAGE"
}
@@ -50668,9 +52676,9 @@
"key": "thumbnail_image_small",
"value": {
"image_value": {
- "height": 75,
+ "height": 81,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=144x144"
},
"type": "IMAGE"
}
@@ -50679,9 +52687,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50690,9 +52698,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=orig"
},
"type": "IMAGE"
}
@@ -50701,7 +52709,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "theatlantic.com",
+ "string_value": "donaldjtrump.com",
"type": "STRING"
}
},
@@ -50711,7 +52719,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=600x314"
},
"type": "IMAGE"
}
@@ -50723,43 +52731,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50769,7 +52777,7 @@
{
"key": "title",
"value": {
- "string_value": "Why Vladimir Putin Is Embracing Germany’s Far Right",
+ "string_value": "Agenda47: The American Academy | Donald J. Trump For President 2024",
"type": "STRING"
}
},
@@ -50780,43 +52788,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50827,9 +52835,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50840,7 +52848,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1719320410007740416/y1BCB8zy?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=600x314"
},
"type": "IMAGE"
}
@@ -50852,43 +52860,43 @@
"palette": [
{
"rgb": {
- "blue": 250,
- "green": 164,
- "red": 37
+ "blue": 42,
+ "green": 17,
+ "red": 13
},
- "percentage": 28.47
+ "percentage": 36.24
},
{
"rgb": {
- "blue": 2,
- "green": 2,
- "red": 2
+ "blue": 147,
+ "green": 131,
+ "red": 126
},
- "percentage": 27.68
+ "percentage": 18.15
},
{
"rgb": {
- "blue": 218,
- "green": 97,
- "red": 3
+ "blue": 34,
+ "green": 42,
+ "red": 55
},
- "percentage": 13.77
+ "percentage": 17.18
},
{
"rgb": {
- "blue": 18,
- "green": 2,
- "red": 231
+ "blue": 22,
+ "green": 17,
+ "red": 88
},
- "percentage": 9.75
+ "percentage": 11.7
},
{
"rgb": {
- "blue": 251,
- "green": 208,
- "red": 168
+ "blue": 92,
+ "green": 105,
+ "red": 129
},
- "percentage": 8.93
+ "percentage": 8.45
}
]
},
@@ -50899,9 +52907,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -50910,7 +52918,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/3TFK47fF6G",
+ "string_value": "https://t.co/aRiUDtvFG4",
"type": "STRING"
}
},
@@ -50918,9 +52926,9 @@
"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"
+ "height": 1062,
+ "width": 1896,
+ "url": "https://pbs.twimg.com/card_img/1738736351552368640/gZ-cUjyz?format=png&name=orig"
},
"type": "IMAGE"
}
@@ -50938,80 +52946,8 @@
}
},
"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": []
- }
- }
- }
- ]
+ "url": "https://t.co/aRiUDtvFG4",
+ "user_refs_results": []
}
},
"unmention_data": {},
@@ -51020,93 +52956,57 @@
},
"edit_control": {
"edit_tweet_ids": [
- "1719702226787058030"
+ "1739697243618230448"
],
- "editable_until_msecs": "1698847536000",
+ "editable_until_msecs": "1703614719000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "500",
+ "count": "105642",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 15,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:05:36 +0000 2023",
- "conversation_id_str": "1719702226787058030",
+ "created_at": "Tue Dec 26 17:18:39 +0000 2023",
+ "conversation_id_str": "1739697243618230448",
"display_text_range": [
0,
- 174
+ 198
],
"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
- ]
- }
- ],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"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",
+ "display_url": "donaldjtrump.com/agenda47/agend…",
+ "expanded_url": "https://www.donaldjtrump.com/agenda47/agenda47-the-american-academy",
+ "url": "https://t.co/aRiUDtvFG4",
"indices": [
- 151,
- 174
+ 175,
+ 198
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 7,
+ "favorite_count": 109,
"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",
+ "full_text": "One Trump \"Day 1 Dictator\" pledge I missed is to expropriate the big endowments of private universities to fund an \"American Academy\" that would grant online degrees for free\nhttps://t.co/aRiUDtvFG4",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 2,
+ "quote_count": 20,
+ "reply_count": 40,
+ "retweet_count": 52,
"retweeted": false,
- "user_id_str": "285395368",
- "id_str": "1719702226787058030"
+ "user_id_str": "18824442",
+ "id_str": "1739697243618230448"
}
}
}
@@ -51127,39 +53027,1150 @@
}
},
{
- "entryId": "list-conversation-1719749859424075856",
- "sortIndex": "1719749859424075696",
+ "entryId": "tweet-1739718217956815337",
+ "sortIndex": "1739819664587882412",
"content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1719749859424075856-tweet-1719694165355725110",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739718217956815337",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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/RB40eaMa8D",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Nova Poshta, Ukraine’s largest private delivery company and domestic analog to FedEx or DHL — stands head and shoulders above all other private parcel firms in Ukraine. When Russia’s invasion in 2022...",
+ "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/1737869236863721472/6SrAoCYW?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/1737869236863721472/6SrAoCYW?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?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/1737869236863721472/6SrAoCYW?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/1737869236863721472/6SrAoCYW?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?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/1737869236863721472/6SrAoCYW?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 22,
+ "green": 37,
+ "red": 29
+ },
+ "percentage": 35.28
+ },
+ {
+ "rgb": {
+ "blue": 155,
+ "green": 167,
+ "red": 179
+ },
+ "percentage": 26.25
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 61,
+ "red": 191
+ },
+ "percentage": 4.54
+ },
+ {
+ "rgb": {
+ "blue": 38,
+ "green": 59,
+ "red": 84
+ },
+ "percentage": 3.75
+ },
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 63,
+ "red": 52
+ },
+ "percentage": 3.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Ukraine’s largest parcel delivery service wants to conquer Europe: Interview with co-owner of Nova...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 22,
+ "green": 37,
+ "red": 29
+ },
+ "percentage": 35.28
+ },
+ {
+ "rgb": {
+ "blue": 155,
+ "green": 167,
+ "red": 179
+ },
+ "percentage": 26.25
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 61,
+ "red": 191
+ },
+ "percentage": 4.54
+ },
+ {
+ "rgb": {
+ "blue": 38,
+ "green": 59,
+ "red": 84
+ },
+ "percentage": 3.75
+ },
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 63,
+ "red": 52
+ },
+ "percentage": 3.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?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/1737869236863721472/6SrAoCYW?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 22,
+ "green": 37,
+ "red": 29
+ },
+ "percentage": 35.28
+ },
+ {
+ "rgb": {
+ "blue": 155,
+ "green": 167,
+ "red": 179
+ },
+ "percentage": 26.25
+ },
+ {
+ "rgb": {
+ "blue": 56,
+ "green": 61,
+ "red": 191
+ },
+ "percentage": 4.54
+ },
+ {
+ "rgb": {
+ "blue": 38,
+ "green": 59,
+ "red": 84
+ },
+ "percentage": 3.75
+ },
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 63,
+ "red": 52
+ },
+ "percentage": 3.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/RB40eaMa8D",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 826,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1737869236863721472/6SrAoCYW?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/RB40eaMa8D",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739718217956815337"
+ ],
+ "editable_until_msecs": "1703619720000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "92613",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:42:00 +0000 2023",
+ "conversation_id_str": "1739718217956815337",
+ "display_text_range": [
+ 0,
+ 141
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/ukraines-large…",
+ "expanded_url": "https://kyivindependent.com/ukraines-largest-parcel-delivery-service-wants-to-conquer-europe-interview-with-co-owner-of-nova-poshta/",
+ "url": "https://t.co/RB40eaMa8D",
+ "indices": [
+ 118,
+ 141
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 445,
+ "favorited": false,
+ "full_text": "Nova Poshta, Ukraine’s largest private delivery company and domestic analog to FedEx or DHL, wants to conquer Europe. https://t.co/RB40eaMa8D",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 8,
+ "retweet_count": 48,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739718217956815337"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739718083294515305",
+ "sortIndex": "1739819664587882411",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739718083294515305",
+ "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": 37179,
+ "followers_count": 773140,
+ "friends_count": 6590,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 8890,
+ "location": "Washington, DC",
+ "media_count": 2426,
+ "name": "Natasha Bertrand",
+ "normal_followers_count": 773140,
+ "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": 32365,
+ "translator_type": "regular",
+ "url": "https://t.co/JOmxXcguGR",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739718083294515305"
+ ],
+ "editable_until_msecs": "1703619688113",
+ "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": "Tue Dec 26 18:41:28 +0000 2023",
+ "conversation_id_str": "1739718083294515305",
+ "display_text_range": [
+ 0,
+ 127
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Qg7OAD9jTM",
+ "expanded_url": "https://twitter.com/ReutersUS/status/1739715544889065886/photo/1",
+ "id_str": "1739715542934507520",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739715542934507520",
+ "media_url_https": "https://pbs.twimg.com/media/GCS2EaLWUAA1-Yq.jpg",
+ "source_status_id_str": "1739715544889065886",
+ "source_user_id_str": "15108530",
+ "type": "photo",
+ "url": "https://t.co/Qg7OAD9jTM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 336,
+ "y": 148,
+ "h": 37,
+ "w": 37
+ },
+ {
+ "x": 581,
+ "y": 166,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 188,
+ "y": 197,
+ "h": 32,
+ "w": 32
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 628,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 628,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 356,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 628,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 79,
+ "y": 0,
+ "w": 1121,
+ "h": 628
+ },
+ {
+ "x": 572,
+ "y": 0,
+ "w": 628,
+ "h": 628
+ },
+ {
+ "x": 649,
+ "y": 0,
+ "w": 551,
+ "h": 628
+ },
+ {
+ "x": 886,
+ "y": 0,
+ "w": 314,
+ "h": 628
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 628
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "reut.rs/47dnzeg",
+ "expanded_url": "http://reut.rs/47dnzeg",
+ "url": "https://t.co/kxPSrmDSCv",
+ "indices": [
+ 80,
+ 103
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "15108530",
+ "name": "Reuters U.S. News",
+ "screen_name": "ReutersUS",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/Qg7OAD9jTM",
+ "expanded_url": "https://twitter.com/ReutersUS/status/1739715544889065886/photo/1",
+ "id_str": "1739715542934507520",
+ "indices": [
+ 104,
+ 127
+ ],
+ "media_key": "3_1739715542934507520",
+ "media_url_https": "https://pbs.twimg.com/media/GCS2EaLWUAA1-Yq.jpg",
+ "source_status_id_str": "1739715544889065886",
+ "source_user_id_str": "15108530",
+ "type": "photo",
+ "url": "https://t.co/Qg7OAD9jTM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 336,
+ "y": 148,
+ "h": 37,
+ "w": 37
+ },
+ {
+ "x": 581,
+ "y": 166,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 188,
+ "y": 197,
+ "h": 32,
+ "w": 32
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 628,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 628,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 356,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 628,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 79,
+ "y": 0,
+ "w": 1121,
+ "h": 628
+ },
+ {
+ "x": 572,
+ "y": 0,
+ "w": 628,
+ "h": 628
+ },
+ {
+ "x": 649,
+ "y": 0,
+ "w": 551,
+ "h": 628
+ },
+ {
+ "x": 886,
+ "y": 0,
+ "w": 314,
+ "h": 628
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 628
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @ReutersUS: Exclusive: Pakistan deported Afghans waiting for US resettlement https://t.co/kxPSrmDSCv https://t.co/Qg7OAD9jTM",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 24,
+ "retweeted": false,
+ "user_id_str": "372536101",
+ "id_str": "1739718083294515305",
+ "retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719694165355725110",
+ "rest_id": "1739715544889065886",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTc4NTY3MTU=",
- "rest_id": "117856715",
+ "id": "VXNlcjoxNTEwODUzMA==",
+ "rest_id": "15108530",
"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",
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Jun 13 15:54:21 +0000 2008",
"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",
+ "description": "Top news from the United States.",
"entities": {
"description": {
"urls": []
@@ -51167,39 +54178,37 @@
"url": {
"urls": [
{
- "display_url": "linktr.ee/kevinrothrock",
- "expanded_url": "https://linktr.ee/kevinrothrock",
- "url": "https://t.co/OqHTyIIumZ",
+ "display_url": "reut.rs/19LrEHD",
+ "expanded_url": "http://reut.rs/19LrEHD",
+ "url": "http://t.co/KnhmNHIJNx",
"indices": [
0,
- 23
+ 22
]
}
]
}
},
"fast_followers_count": 0,
- "favourites_count": 24633,
- "followers_count": 130399,
- "friends_count": 776,
+ "favourites_count": 8,
+ "followers_count": 120044,
+ "friends_count": 320,
"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"
- ],
+ "listed_count": 3872,
+ "location": "",
+ "media_count": 143799,
+ "name": "Reuters U.S. News",
+ "normal_followers_count": 120044,
+ "pinned_tweet_ids_str": [],
"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_banner_url": "https://pbs.twimg.com/profile_banners/15108530/1426173752",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/877263299439493121/4Otn8oxB_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "KevinRothrock",
- "statuses_count": 35158,
+ "screen_name": "ReutersUS",
+ "statuses_count": 245596,
"translator_type": "none",
- "url": "https://t.co/OqHTyIIumZ",
+ "url": "http://t.co/KnhmNHIJNx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -51208,43 +54217,47 @@
}
},
"unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
"edit_control": {
"edit_tweet_ids": [
- "1719694165355725110"
+ "1739715544889065886"
],
- "editable_until_msecs": "1698845614000",
+ "editable_until_msecs": "1703619082000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "5161",
+ "count": "20203",
"state": "EnabledWithCount"
},
- "source": "fromPythonToTwitter",
+ "source": "trueanthem_pro2",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 1,
"bookmarked": false,
- "created_at": "Wed Nov 01 12:33:34 +0000 2023",
- "conversation_id_str": "1719694165355725110",
+ "created_at": "Tue Dec 26 18:31:22 +0000 2023",
+ "conversation_id_str": "1739715544889065886",
"display_text_range": [
0,
- 204
+ 88
],
"entities": {
+ "hashtags": [],
"media": [
{
- "display_url": "pic.twitter.com/RAW9FWPsEI",
- "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1",
- "id_str": "1719694159743692800",
+ "display_url": "pic.twitter.com/Qg7OAD9jTM",
+ "expanded_url": "https://twitter.com/ReutersUS/status/1739715544889065886/photo/1",
+ "id_str": "1739715542934507520",
"indices": [
- 205,
- 228
+ 89,
+ 112
],
- "media_key": "3_1719694159743692800",
- "media_url_https": "https://pbs.twimg.com/media/F92UuhnWMAAs8VZ.jpg",
+ "media_key": "3_1739715542934507520",
+ "media_url_https": "https://pbs.twimg.com/media/GCS2EaLWUAA1-Yq.jpg",
"type": "photo",
- "url": "https://t.co/RAW9FWPsEI",
+ "url": "https://t.co/Qg7OAD9jTM",
"ext_media_availability": {
"status": "Available"
},
@@ -51252,198 +54265,106 @@
"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,
+ "x": 594,
+ "y": 262,
"h": 66,
"w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
}
]
},
"small": {
"faces": [
{
- "x": 190,
- "y": 543,
+ "x": 336,
+ "y": 148,
"h": 37,
"w": 37
+ },
+ {
+ "x": 581,
+ "y": 166,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 188,
+ "y": 197,
+ "h": 32,
+ "w": 32
}
]
},
"orig": {
"faces": [
{
- "x": 358,
- "y": 1023,
- "h": 71,
- "w": 71
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
}
]
}
},
"sizes": {
"large": {
- "h": 1280,
- "w": 1024,
+ "h": 628,
+ "w": 1200,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 960,
+ "h": 628,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 544,
+ "h": 356,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -51453,62 +54374,72 @@
}
},
"original_info": {
- "height": 1280,
- "width": 1024,
+ "height": 628,
+ "width": 1200,
"focus_rects": [
{
- "x": 0,
+ "x": 79,
"y": 0,
- "w": 1024,
- "h": 573
+ "w": 1121,
+ "h": 628
+ },
+ {
+ "x": 572,
+ "y": 0,
+ "w": 628,
+ "h": 628
+ },
+ {
+ "x": 649,
+ "y": 0,
+ "w": 551,
+ "h": 628
+ },
+ {
+ "x": 886,
+ "y": 0,
+ "w": 314,
+ "h": 628
},
{
"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
+ "w": 1200,
+ "h": 628
}
]
}
}
],
- "user_mentions": [],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "reut.rs/47dnzeg",
+ "expanded_url": "http://reut.rs/47dnzeg",
+ "url": "https://t.co/kxPSrmDSCv",
+ "indices": [
+ 65,
+ 88
+ ]
+ }
+ ],
+ "user_mentions": []
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/RAW9FWPsEI",
- "expanded_url": "https://twitter.com/KevinRothrock/status/1719694165355725110/photo/1",
- "id_str": "1719694159743692800",
+ "display_url": "pic.twitter.com/Qg7OAD9jTM",
+ "expanded_url": "https://twitter.com/ReutersUS/status/1739715544889065886/photo/1",
+ "id_str": "1739715542934507520",
"indices": [
- 205,
- 228
+ 89,
+ 112
],
- "media_key": "3_1719694159743692800",
- "media_url_https": "https://pbs.twimg.com/media/F92UuhnWMAAs8VZ.jpg",
+ "media_key": "3_1739715542934507520",
+ "media_url_https": "https://pbs.twimg.com/media/GCS2EaLWUAA1-Yq.jpg",
"type": "photo",
- "url": "https://t.co/RAW9FWPsEI",
+ "url": "https://t.co/Qg7OAD9jTM",
"ext_media_availability": {
"status": "Available"
},
@@ -51516,198 +54447,106 @@
"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,
+ "x": 594,
+ "y": 262,
"h": 66,
"w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
}
]
},
"small": {
"faces": [
{
- "x": 190,
- "y": 543,
+ "x": 336,
+ "y": 148,
"h": 37,
"w": 37
+ },
+ {
+ "x": 581,
+ "y": 166,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 188,
+ "y": 197,
+ "h": 32,
+ "w": 32
}
]
},
"orig": {
"faces": [
{
- "x": 358,
- "y": 1023,
- "h": 71,
- "w": 71
+ "x": 594,
+ "y": 262,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1026,
+ "y": 294,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 332,
+ "y": 349,
+ "h": 57,
+ "w": 57
}
]
}
},
"sizes": {
"large": {
- "h": 1280,
- "w": 1024,
+ "h": 628,
+ "w": 1200,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 960,
+ "h": 628,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 544,
+ "h": 356,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -51717,75 +54556,85 @@
}
},
"original_info": {
- "height": 1280,
- "width": 1024,
+ "height": 628,
+ "width": 1200,
"focus_rects": [
{
- "x": 0,
+ "x": 79,
"y": 0,
- "w": 1024,
- "h": 573
+ "w": 1121,
+ "h": 628
+ },
+ {
+ "x": 572,
+ "y": 0,
+ "w": 628,
+ "h": 628
+ },
+ {
+ "x": 649,
+ "y": 0,
+ "w": 551,
+ "h": 628
+ },
+ {
+ "x": 886,
+ "y": 0,
+ "w": 314,
+ "h": 628
},
{
"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
+ "w": 1200,
+ "h": 628
}
]
}
}
]
},
- "favorite_count": 9,
+ "favorite_count": 34,
"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",
+ "full_text": "Exclusive: Pakistan deported Afghans waiting for US resettlement https://t.co/kxPSrmDSCv https://t.co/Qg7OAD9jTM",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 1,
+ "quote_count": 2,
+ "reply_count": 2,
+ "retweet_count": 24,
"retweeted": false,
- "user_id_str": "117856715",
- "id_str": "1719694165355725110"
+ "user_id_str": "15108530",
+ "id_str": "1739715544889065886"
}
}
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
}
}
}
},
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882582",
+ "sortIndex": "1739819664587882410",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
{
- "entryId": "list-conversation-1719749859424075856-tweet-1719695637187346812",
+ "entryId": "list-conversation-1739819664587882582-tweet-1739715040624738535",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -51793,178 +54642,43 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719695637187346812",
+ "rest_id": "1739715040624738535",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTc4NTY3MTU=",
- "rest_id": "117856715",
+ "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
+ "rest_id": "1462548977367359490",
"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,
+ "is_blue_verified": true,
"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,
+ "created_at": "Sun Nov 21 22:30:41 +0000 2021",
+ "default_profile": true,
"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",
+ "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
"entities": {
"description": {
"urls": [
{
- "display_url": "niktwick.bsky.social",
- "expanded_url": "http://niktwick.bsky.social",
- "url": "https://t.co/i6Ysm0Q4qF",
+ "display_url": "kyivindependent.com/membership/",
+ "expanded_url": "http://kyivindependent.com/membership/",
+ "url": "https://t.co/jsQiFkoveH",
"indices": [
- 128,
- 151
+ 17,
+ 40
+ ]
+ },
+ {
+ "display_url": "kyivindependent.com/membership/?in…",
+ "expanded_url": "https://kyivindependent.com/membership/?interval=onetime",
+ "url": "https://t.co/eNwj76xa7a",
+ "indices": [
+ 60,
+ 83
]
}
]
@@ -51972,9 +54686,9 @@
"url": {
"urls": [
{
- "display_url": "civicmonitoring.org",
- "expanded_url": "https://civicmonitoring.org/",
- "url": "https://t.co/qPhvnx5SNW",
+ "display_url": "kyivindependent.com",
+ "expanded_url": "http://kyivindependent.com",
+ "url": "https://t.co/WZvsaFpT20",
"indices": [
0,
23
@@ -51984,41 +54698,35 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1851,
- "followers_count": 13640,
- "friends_count": 1419,
+ "favourites_count": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 942,
- "location": "Berlin, Deutschland",
- "media_count": 2223,
- "name": "Nikolaus von Twickel ",
- "normal_followers_count": 13640,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
"pinned_tweet_ids_str": [
- "1638648000271507457"
+ "1611768917151862784"
],
"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_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": "niktwick",
- "statuses_count": 45611,
+ "screen_name": "KyivIndependent",
+ "statuses_count": 34451,
"translator_type": "none",
- "url": "https://t.co/qPhvnx5SNW",
+ "url": "https://t.co/WZvsaFpT20",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1492621647072968707",
- "professional_type": "Creator",
- "category": [
- {
- "id": 956,
- "name": "Writer",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
+ "rest_id": "1595086441079513088",
+ "professional_type": "Business",
+ "category": []
}
}
}
@@ -52026,57 +54734,452 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719713360265056315"
+ "1739715040624738535"
],
- "editable_until_msecs": "1698850190000",
+ "editable_until_msecs": "1703618962000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "283",
+ "count": "88127",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 6,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:49:50 +0000 2023",
- "conversation_id_str": "1719694165355725110",
+ "created_at": "Tue Dec 26 18:29:22 +0000 2023",
+ "conversation_id_str": "1739715040624738535",
"display_text_range": [
- 15,
- 137
+ 0,
+ 244
],
"entities": {
- "user_mentions": [
- {
- "id_str": "117856715",
- "name": "@kevinrothrock@bsky.social",
- "screen_name": "KevinRothrock",
- "indices": [
- 0,
- 14
- ]
- }
- ],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 1,
+ "favorite_count": 202,
"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",
+ "full_text": "⚡️Activist Sternenko says court closed case against him for death of a 2018 attacker.\n\nWell-known Ukrainian activist Serhii Sternenko said on Dec. 26 that an Odesa court closed a case against him for the death of a man who attacked him in 2018.",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
- "reply_count": 5,
- "retweet_count": 0,
+ "reply_count": 1,
+ "retweet_count": 35,
"retweeted": false,
- "user_id_str": "19759808",
- "id_str": "1719713360265056315"
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739715040624738535"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882582-tweet-1739715042264727868",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739715042264727868",
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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/5emPYoPgx2",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Well-known Ukrainian activist Serhii Sternenko said on Dec. 26 that an Odesa court closed a case against him for the death of a man who attacked him in 2018. The decision means his guilt was not...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "kyivindependent.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "1462548977367359490",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "creator",
+ "value": {
+ "type": "USER",
+ "user_value": {
+ "id_str": "972491543666987008",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "kyivindependent.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Activist Sternenko says court closed case against him for death of a 2018 attacker",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/5emPYoPgx2",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary_large_image",
+ "url": "https://t.co/5emPYoPgx2",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NzI0OTE1NDM2NjY5ODcwMDg=",
+ "rest_id": "972491543666987008",
+ "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 Mar 10 15:17:06 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "@KyivIndependent journalist. Kurt Schork Local Reporter and Axel Springer Prize awards. Write me: a.terajima@kyivindependent.com",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/author/asami-t…",
+ "expanded_url": "https://kyivindependent.com/author/asami-terajima",
+ "url": "https://t.co/4WDgeBBsFY",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1873,
+ "followers_count": 52731,
+ "friends_count": 2253,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1155,
+ "location": "Donbas - Kyiv",
+ "media_count": 207,
+ "name": "Asami Terajima",
+ "normal_followers_count": 52731,
+ "pinned_tweet_ids_str": [
+ "1717561830803952038"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/972491543666987008/1696802473",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725454100702101504/zeOeSMyY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AsamiTerajima",
+ "statuses_count": 1775,
+ "translator_type": "none",
+ "url": "https://t.co/4WDgeBBsFY",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1503165328666378243",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ },
+ {
+ "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": 301,
+ "followers_count": 2103116,
+ "friends_count": 25,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 20036,
+ "location": "Kyiv",
+ "media_count": 3691,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2103116,
+ "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": 34451,
+ "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": [
+ "1739715042264727868"
+ ],
+ "editable_until_msecs": "1703618963000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "65804",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:29:23 +0000 2023",
+ "conversation_id_str": "1739715040624738535",
+ "display_text_range": [
+ 0,
+ 93
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/activist-stern…",
+ "expanded_url": "https://kyivindependent.com/activist-sternenko-says-court-closed-case-against-him-for-death-of-a-2018-attacker/",
+ "url": "https://t.co/5emPYoPgx2",
+ "indices": [
+ 70,
+ 93
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 108,
+ "favorited": false,
+ "full_text": "The decision means his guilt was not proven, according to Sternenko.\n\nhttps://t.co/5emPYoPgx2",
+ "in_reply_to_screen_name": "KyivIndependent",
+ "in_reply_to_status_id_str": "1739715040624738535",
+ "in_reply_to_user_id_str": "1462548977367359490",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 4,
+ "retweet_count": 20,
+ "retweeted": false,
+ "user_id_str": "1462548977367359490",
+ "id_str": "1739715042264727868"
}
}
},
@@ -52097,10 +55200,8 @@
"metadata": {
"conversationMetadata": {
"allTweetIds": [
- "1719694165355725110",
- "1719694911480467479",
- "1719695637187346812",
- "1719713360265056315"
+ "1739715040624738535",
+ "1739715042264727868"
],
"enableDeduplication": true
}
@@ -52117,8 +55218,1754 @@
}
},
{
- "entryId": "tweet-1719712980664017021",
- "sortIndex": "1719749859424075695",
+ "entryId": "list-conversation-1739819664587882583",
+ "sortIndex": "1739819664587882409",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "list-conversation-1739819664587882583-tweet-1739698170420924476",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739698170420924476",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739698170420924476"
+ ],
+ "editable_until_msecs": "1703614940000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "59668",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739610959197466986",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0ODk4OTU1Nw==",
+ "rest_id": "48989557",
+ "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": "Sat Jun 20 12:02:36 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Sr Dir Eurasian Sec & Prosperity @NewlinesInst | NatSec/FP Speclist @yowpdicafe | Author: https://t.co/765gV7PKRl | Feminist spatiotemporal wanderer | Avid 🚴 🏍️ & ♥️🏔️",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "rb.gy/9hupi5",
+ "expanded_url": "http://rb.gy/9hupi5",
+ "url": "https://t.co/765gV7PKRl",
+ "indices": [
+ 90,
+ 113
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "newlinesinstitute.org/people/kamran-…",
+ "expanded_url": "https://newlinesinstitute.org/people/kamran-bokhari/",
+ "url": "https://t.co/vmtwzSu3QB",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4065,
+ "followers_count": 11008,
+ "friends_count": 1239,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 236,
+ "location": "Washington, DC",
+ "media_count": 790,
+ "name": "Kamran Bokhari",
+ "normal_followers_count": 11008,
+ "pinned_tweet_ids_str": [
+ "1702836751796998213"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/48989557/1633798984",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1360764785671999490/76YNuh3C_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KamranBokhari",
+ "statuses_count": 29540,
+ "translator_type": "none",
+ "url": "https://t.co/vmtwzSu3QB",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1472508263526772737",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/DZeDApoKez",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "The move comes after an Israel-affiliated vessel was attacked near the western Indian state of Gujarat.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.bbc.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=800x320_1"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_small",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_alt_text",
+ "value": {
+ "string_value": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "bbc.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_alt_text",
+ "value": {
+ "string_value": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 204,
+ "green": 195,
+ "red": 185
+ },
+ "percentage": 83.59
+ },
+ {
+ "rgb": {
+ "blue": 98,
+ "green": 84,
+ "red": 65
+ },
+ "percentage": 13.9
+ },
+ {
+ "rgb": {
+ "blue": 172,
+ "green": 175,
+ "red": 179
+ },
+ "percentage": 1.0
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "India deploys three warships to Arabian Sea after attack on tanker",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 204,
+ "green": 195,
+ "red": 185
+ },
+ "percentage": 83.59
+ },
+ {
+ "rgb": {
+ "blue": 98,
+ "green": 84,
+ "red": 65
+ },
+ "percentage": 13.9
+ },
+ {
+ "rgb": {
+ "blue": 172,
+ "green": 175,
+ "red": 179
+ },
+ "percentage": 1.0
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 204,
+ "green": 195,
+ "red": 185
+ },
+ "percentage": 83.59
+ },
+ {
+ "rgb": {
+ "blue": 98,
+ "green": 84,
+ "red": 65
+ },
+ "percentage": 13.9
+ },
+ {
+ "rgb": {
+ "blue": 172,
+ "green": 175,
+ "red": 179
+ },
+ "percentage": 1.0
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/DZeDApoKez",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "alt": "Indian Navy Warship INS Kolkata arrives at Hamad Port during the Doha International Maritime Defence Exhibition & Conference (DIMDEX) in the Qatari capital Doha on March 20, 2022.",
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1739605503250948096/zh5gJoE7?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/DZeDApoKez",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739610959197466986"
+ ],
+ "editable_until_msecs": "1703594147000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "38592",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 11:35:47 +0000 2023",
+ "conversation_id_str": "1739610959197466986",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "bbc.com/news/world-asi…",
+ "expanded_url": "https://www.bbc.com/news/world-asia-india-67822247",
+ "url": "https://t.co/DZeDApoKez",
+ "indices": [
+ 251,
+ 274
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 12,
+ "favorited": false,
+ "full_text": "Indian Navy deploys guided missile destroyers, INS Mormugao, INS Kochi and INS Kolkata & begins flying a long-range maritime reconn aircraft in Arabian Sea in response to suspected Iranian drone attack on tanker ferrying Saudi oil to Mangalore. \n https://t.co/DZeDApoKez",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 0,
+ "retweet_count": 4,
+ "retweeted": false,
+ "user_id_str": "48989557",
+ "id_str": "1739610959197466986"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 17:22:20 +0000 2023",
+ "conversation_id_str": "1739698170420924476",
+ "display_text_range": [
+ 0,
+ 223
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 68,
+ "favorited": false,
+ "full_text": "These Indian naval deployments can’t be “in response” to the drone attack because INS Kolkata & Kochi (not sure about Mormugao) were in the western Arabian Sea several days ago, well before the tanker was hit off India.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 1,
+ "quoted_status_id_str": "1739610959197466986",
+ "quoted_status_permalink": {
+ "url": "https://t.co/BTqqVqmHNb",
+ "expanded": "https://twitter.com/kamranbokhari/status/1739610959197466986",
+ "display": "twitter.com/kamranbokhari/…"
+ },
+ "reply_count": 6,
+ "retweet_count": 14,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739698170420924476"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882583-tweet-1739702911976734865",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739702911976734865",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739702911976734865"
+ ],
+ "editable_until_msecs": "1703616070000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "22279",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739698170420924476",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "translator_type": "none",
+ "url": "https://t.co/euRjbnk3WT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739698170420924476"
+ ],
+ "editable_until_msecs": "1703614940000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "59668",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739610959197466986"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 17:22:20 +0000 2023",
+ "conversation_id_str": "1739698170420924476",
+ "display_text_range": [
+ 0,
+ 223
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 68,
+ "favorited": false,
+ "full_text": "These Indian naval deployments can’t be “in response” to the drone attack because INS Kolkata & Kochi (not sure about Mormugao) were in the western Arabian Sea several days ago, well before the tanker was hit off India.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 1,
+ "quoted_status_id_str": "1739610959197466986",
+ "quoted_status_permalink": {
+ "url": "https://t.co/BTqqVqmHNb",
+ "expanded": "https://twitter.com/kamranbokhari/status/1739610959197466986",
+ "display": "twitter.com/kamranbokhari/…"
+ },
+ "reply_count": 6,
+ "retweet_count": 14,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739698170420924476"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 17:41:10 +0000 2023",
+ "conversation_id_str": "1739698170420924476",
+ "display_text_range": [
+ 0,
+ 195
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 34,
+ "favorited": false,
+ "full_text": "I’m told the Mormugao was also in the region. So the Indian navy hasn’t “deployed” three ships in response to the tanker attack, it’s … kept them there. More interesting is what they will now do.",
+ "in_reply_to_screen_name": "shashj",
+ "in_reply_to_status_id_str": "1739698170420924476",
+ "in_reply_to_user_id_str": "17175213",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1739698170420924476",
+ "quoted_status_permalink": {
+ "url": "https://t.co/xmiwEOPaVp",
+ "expanded": "https://twitter.com/shashj/status/1739698170420924476",
+ "display": "twitter.com/shashj/status/…"
+ },
+ "reply_count": 2,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739702911976734865"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "list-conversation-1739819664587882583-tweet-1739713198155030799",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739713198155030799",
+ "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": 36102,
+ "followers_count": 194545,
+ "friends_count": 1787,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5880,
+ "location": "London",
+ "media_count": 4138,
+ "name": "Shashank Joshi",
+ "normal_followers_count": 194545,
+ "pinned_tweet_ids_str": [
+ "1729977020002476084"
+ ],
+ "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": 49138,
+ "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": [
+ "1739713198155030799"
+ ],
+ "editable_until_msecs": "1703618523000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "14310",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739708120509591991",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NDE1MjA3MjM=",
+ "rest_id": "741520723",
+ "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 06 21:52:28 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Sr Fellow, @BrookingsInst. Author, \"Fateful Triangle: How China Shaped US-India Rels During the Cold War.\" Host, Global India podcast https://t.co/4htS1ClEzY",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "brookings.edu/globalindia",
+ "expanded_url": "http://brookings.edu/globalindia",
+ "url": "https://t.co/4htS1ClEzY",
+ "indices": [
+ 134,
+ 157
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "brookings.edu/experts/madant",
+ "expanded_url": "http://www.brookings.edu/experts/madant",
+ "url": "https://t.co/k6blEYCBrA",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 13765,
+ "followers_count": 86768,
+ "friends_count": 4487,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 966,
+ "location": "",
+ "media_count": 5575,
+ "name": "Tanvi Madan",
+ "normal_followers_count": 86768,
+ "pinned_tweet_ids_str": [
+ "1736066388161106066"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/741520723/1695758807",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699806931483754496/yE0pWMdt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tanvi_madan",
+ "statuses_count": 46195,
+ "translator_type": "none",
+ "url": "https://t.co/k6blEYCBrA",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/3j4mBm0Rvv",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 276,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "India News: Indian destroyer INS Kochi has evacuated one of the 18 sailors on board the hijacked commercial vessel MV Ruen for urgent medical attention after he w",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "timesofindia.indiatimes.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 590,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?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/1739686689608433664/vNXch6SA?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "134758540",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?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/1739686689608433664/vNXch6SA?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 78,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "timesofindia.indiatimes.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 83,
+ "red": 76
+ },
+ "percentage": 69.94
+ },
+ {
+ "rgb": {
+ "blue": 113,
+ "green": 121,
+ "red": 149
+ },
+ "percentage": 18.37
+ },
+ {
+ "rgb": {
+ "blue": 71,
+ "green": 78,
+ "red": 121
+ },
+ "percentage": 4.13
+ },
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 116,
+ "red": 114
+ },
+ "percentage": 4.04
+ },
+ {
+ "rgb": {
+ "blue": 18,
+ "green": 18,
+ "red": 254
+ },
+ "percentage": 0.48
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Indian Navy evacuates injured sailor from hijacked ship | India News - Times of India",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 83,
+ "red": 76
+ },
+ "percentage": 69.94
+ },
+ {
+ "rgb": {
+ "blue": 113,
+ "green": 121,
+ "red": 149
+ },
+ "percentage": 18.37
+ },
+ {
+ "rgb": {
+ "blue": 71,
+ "green": 78,
+ "red": 121
+ },
+ "percentage": 4.13
+ },
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 116,
+ "red": 114
+ },
+ "percentage": 4.04
+ },
+ {
+ "rgb": {
+ "blue": 18,
+ "green": 18,
+ "red": 254
+ },
+ "percentage": 0.48
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?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/1739686689608433664/vNXch6SA?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 89,
+ "green": 83,
+ "red": 76
+ },
+ "percentage": 69.94
+ },
+ {
+ "rgb": {
+ "blue": 113,
+ "green": 121,
+ "red": 149
+ },
+ "percentage": 18.37
+ },
+ {
+ "rgb": {
+ "blue": 71,
+ "green": 78,
+ "red": 121
+ },
+ "percentage": 4.13
+ },
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 116,
+ "red": 114
+ },
+ "percentage": 4.04
+ },
+ {
+ "rgb": {
+ "blue": 18,
+ "green": 18,
+ "red": 254
+ },
+ "percentage": 0.48
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/3j4mBm0Rvv",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 580,
+ "width": 1069,
+ "url": "https://pbs.twimg.com/card_img/1739686689608433664/vNXch6SA?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/3j4mBm0Rvv",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzQ3NTg1NDA=",
+ "rest_id": "134758540",
+ "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": "Mon Apr 19 10:50:15 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "News. Views. Analysis. Conversations. India’s No.1 digital news destination, world’s largest-selling English newspaper - A Times Internet Limited Product",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "toi.in/BJa_yb63",
+ "expanded_url": "http://toi.in/BJa_yb63",
+ "url": "https://t.co/AZynmCvEVx",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18,
+ "followers_count": 14714081,
+ "friends_count": 144,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 13149,
+ "location": "",
+ "media_count": 411447,
+ "name": "The Times Of India",
+ "normal_followers_count": 14714081,
+ "pinned_tweet_ids_str": [
+ "1738151673766568148"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/134758540/1701842401",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1619701646027792385/atwP27sC_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "timesofindia",
+ "statuses_count": 931049,
+ "translator_type": "regular",
+ "url": "https://t.co/AZynmCvEVx",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1642843220861411329",
+ "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": [
+ "1739708120509591991"
+ ],
+ "editable_until_msecs": "1703617312000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "15053",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:01:52 +0000 2023",
+ "conversation_id_str": "1739698170420924476",
+ "display_text_range": [
+ 8,
+ 293
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "pib.gov.in/PressReleasePa…",
+ "expanded_url": "https://pib.gov.in/PressReleasePage.aspx?PRID=1987060",
+ "url": "https://t.co/4LVLWFqtHl",
+ "indices": [
+ 142,
+ 165
+ ]
+ },
+ {
+ "display_url": "pib.gov.in/PressReleasePa…",
+ "expanded_url": "https://pib.gov.in/PressReleasePage.aspx?PRID=1989252",
+ "url": "https://t.co/6ntCfA5UPy",
+ "indices": [
+ 166,
+ 189
+ ]
+ },
+ {
+ "display_url": "pib.gov.in/PressReleasePa…",
+ "expanded_url": "https://pib.gov.in/PressReleasePage.aspx?PRID=1990125",
+ "url": "https://t.co/L8LLrORZ8H",
+ "indices": [
+ 190,
+ 213
+ ]
+ },
+ {
+ "display_url": "pib.gov.in/PressReleasePa…",
+ "expanded_url": "https://pib.gov.in/PressReleasePage.aspx?PRID=1990363",
+ "url": "https://t.co/nUidnWI2IH",
+ "indices": [
+ 214,
+ 237
+ ]
+ },
+ {
+ "display_url": "timesofindia.indiatimes.com/india/indian-n…",
+ "expanded_url": "https://timesofindia.indiatimes.com/india/indian-navy-evacuates-injured-sailor-from-hijacked-ship/articleshow/106131010.cms?from=mdr",
+ "url": "https://t.co/3j4mBm0Rvv",
+ "indices": [
+ 270,
+ 293
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "17175213",
+ "name": "Shashank Joshi",
+ "screen_name": "shashj",
+ "indices": [
+ 0,
+ 7
+ ]
+ },
+ {
+ "id_str": "254541750",
+ "name": "Rajat Pandit",
+ "screen_name": "rajatpTOI",
+ "indices": [
+ 258,
+ 268
+ ]
+ }
+ ]
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "@shashj Sounds like there was diversion (Kochi), redeployment (Kolkata) & response (Mormugao) after Ruen & then Chem Pluto incidents:\nhttps://t.co/4LVLWFqtHl\nhttps://t.co/6ntCfA5UPy\nhttps://t.co/L8LLrORZ8H\nhttps://t.co/nUidnWI2IH\n\nAlso see this from @rajatpTOI \nhttps://t.co/3j4mBm0Rvv",
+ "in_reply_to_screen_name": "shashj",
+ "in_reply_to_status_id_str": "1739698170420924476",
+ "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": 1,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "741520723",
+ "id_str": "1739708120509591991"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Dec 26 18:22:03 +0000 2023",
+ "conversation_id_str": "1739698170420924476",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twitter.com/tanvi_madan/st…",
+ "expanded_url": "https://twitter.com/tanvi_madan/status/1739708120509591991",
+ "url": "https://t.co/3lpIoPUxKq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 12,
+ "favorited": false,
+ "full_text": "https://t.co/3lpIoPUxKq",
+ "in_reply_to_screen_name": "shashj",
+ "in_reply_to_status_id_str": "1739702911976734865",
+ "in_reply_to_user_id_str": "17175213",
+ "is_quote_status": true,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1739708120509591991",
+ "quoted_status_permalink": {
+ "url": "https://t.co/3lpIoPUxKq",
+ "expanded": "https://twitter.com/tanvi_madan/status/1739708120509591991",
+ "display": "twitter.com/tanvi_madan/st…"
+ },
+ "reply_count": 0,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "17175213",
+ "id_str": "1739713198155030799"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1739698170420924476",
+ "1739702911976734865",
+ "1739713198155030799"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739712143937749187",
+ "sortIndex": "1739819664587882408",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -52128,7 +56975,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719712980664017021",
+ "rest_id": "1739712143937749187",
"core": {
"user_results": {
"result": {
@@ -52165,25 +57012,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13711,
- "followers_count": 923342,
- "friends_count": 1617,
+ "favourites_count": 14442,
+ "followers_count": 927419,
+ "friends_count": 1642,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 5777,
+ "listed_count": 5737,
"location": "Florida, USA",
- "media_count": 286,
+ "media_count": 309,
"name": "Alexander S. Vindman ❎",
- "normal_followers_count": 923342,
+ "normal_followers_count": 927419,
"pinned_tweet_ids_str": [
- "1718978158240674010"
+ "1725146404589334755"
],
"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,
+ "statuses_count": 6286,
"translator_type": "none",
"url": "https://t.co/vyo9QsFIcu",
"verified": false,
@@ -52207,9 +57054,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719712980664017021"
+ "1739712143937749187"
],
- "editable_until_msecs": "1698850099969",
+ "editable_until_msecs": "1703618272060",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -52221,86 +57068,315 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 13:48:19 +0000 2023",
- "conversation_id_str": "1719712980664017021",
+ "created_at": "Tue Dec 26 18:17:52 +0000 2023",
+ "conversation_id_str": "1739712143937749187",
"display_text_range": [
0,
- 140
+ 35
],
"entities": {
- "user_mentions": [
+ "hashtags": [],
+ "media": [
{
- "id_str": "37738073",
- "name": "Simon Rosenberg",
- "screen_name": "SimonWDC",
+ "display_url": "pic.twitter.com/EVTPY8XcIN",
+ "expanded_url": "https://twitter.com/McFaul/status/1739711228459786441/photo/1",
+ "id_str": "1739711224823283712",
"indices": [
- 3,
- 12
- ]
+ 12,
+ 35
+ ],
+ "media_key": "3_1739711224823283712",
+ "media_url_https": "https://pbs.twimg.com/media/GCSyJD9aAAAglJs.jpg",
+ "source_status_id_str": "1739711228459786441",
+ "source_user_id_str": "454099919",
+ "type": "photo",
+ "url": "https://t.co/EVTPY8XcIN",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 368,
+ "y": 175,
+ "h": 285,
+ "w": 285
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 678,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 935,
+ "width": 932,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 413,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 3,
+ "w": 932,
+ "h": 932
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 820,
+ "h": 935
+ },
+ {
+ "x": 69,
+ "y": 0,
+ "w": 468,
+ "h": 935
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 935
+ }
+ ]
+ }
}
],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": [
+ {
+ "id_str": "454099919",
+ "name": "Michael McFaul",
+ "screen_name": "McFaul",
+ "indices": [
+ 3,
+ 10
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/EVTPY8XcIN",
+ "expanded_url": "https://twitter.com/McFaul/status/1739711228459786441/photo/1",
+ "id_str": "1739711224823283712",
+ "indices": [
+ 12,
+ 35
+ ],
+ "media_key": "3_1739711224823283712",
+ "media_url_https": "https://pbs.twimg.com/media/GCSyJD9aAAAglJs.jpg",
+ "source_status_id_str": "1739711228459786441",
+ "source_user_id_str": "454099919",
+ "type": "photo",
+ "url": "https://t.co/EVTPY8XcIN",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 368,
+ "y": 175,
+ "h": 285,
+ "w": 285
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 678,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 935,
+ "width": 932,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 413,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 3,
+ "w": 932,
+ "h": 932
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 820,
+ "h": 935
+ },
+ {
+ "x": 69,
+ "y": 0,
+ "w": 468,
+ "h": 935
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 935
+ }
+ ]
+ }
+ }
+ ]
},
"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",
+ "full_text": "RT @McFaul: https://t.co/EVTPY8XcIN",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
"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,
+ "retweet_count": 1472,
"retweeted": false,
"user_id_str": "1005846500583321601",
- "id_str": "1719712980664017021",
+ "id_str": "1739712143937749187",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719695091965501585",
+ "rest_id": "1739711228459786441",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozNzczODA3Mw==",
- "rest_id": "37738073",
+ "id": "VXNlcjo0NTQwOTk5MTk=",
+ "rest_id": "454099919",
"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",
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Jan 03 16:36:02 +0000 2012",
"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",
+ "description": "Professor of Political Science, Director of Freeman Spogli Institute & Hoover Senior Fellow all at Stanford University. U.S. Ambassador to Russia, 2012-2014.",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "hopiumchronicles.com",
- "expanded_url": "http://hopiumchronicles.com",
- "url": "https://t.co/6h6717zcGe",
- "indices": [
- 104,
- 127
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "hopiumchronicles.com",
- "expanded_url": "http://hopiumchronicles.com",
- "url": "https://t.co/6h6717zcGe",
+ "display_url": "michaelmcfaul.substack.com",
+ "expanded_url": "https://michaelmcfaul.substack.com/",
+ "url": "https://t.co/Mdi9pqQ58Q",
"indices": [
0,
23
@@ -52310,35 +57386,30 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23318,
- "followers_count": 138104,
- "friends_count": 5840,
+ "favourites_count": 46606,
+ "followers_count": 900854,
+ "friends_count": 2092,
"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,
+ "listed_count": 10476,
+ "location": "Stanford, California",
+ "media_count": 3445,
+ "name": "Michael McFaul",
+ "normal_followers_count": 900854,
"pinned_tweet_ids_str": [
- "1718788913555177879"
+ "1515923887720071168"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/454099919/1667071005",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1483538323368910851/gqSpEuaL_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "SimonWDC",
- "statuses_count": 48649,
+ "screen_name": "McFaul",
+ "statuses_count": 122048,
"translator_type": "none",
- "url": "https://t.co/6h6717zcGe",
+ "url": "https://t.co/Mdi9pqQ58Q",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1510368199912660992",
- "professional_type": "Creator",
- "category": []
}
}
}
@@ -52346,1653 +57417,288 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719695091965501585"
+ "1739711228459786441"
],
- "editable_until_msecs": "1698845834000",
+ "editable_until_msecs": "1703618053000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "135231",
+ "count": "162196",
"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"
- }
- }
- },
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 65,
+ "bookmark_count": 37,
"bookmarked": false,
- "created_at": "Wed Nov 01 12:37:14 +0000 2023",
- "conversation_id_str": "1719695091965501585",
+ "created_at": "Tue Dec 26 18:14:13 +0000 2023",
+ "conversation_id_str": "1739711228459786441",
"display_text_range": [
0,
- 229
+ 0
],
"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": [
+ "media": [
{
- "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
+ "display_url": "pic.twitter.com/EVTPY8XcIN",
+ "expanded_url": "https://twitter.com/McFaul/status/1739711228459786441/photo/1",
+ "id_str": "1739711224823283712",
+ "indices": [
+ 0,
+ 23
+ ],
+ "media_key": "3_1739711224823283712",
+ "media_url_https": "https://pbs.twimg.com/media/GCSyJD9aAAAglJs.jpg",
+ "type": "photo",
+ "url": "https://t.co/EVTPY8XcIN",
+ "ext_media_availability": {
+ "status": "Available"
},
- {
- "x": 166,
- "y": 97,
- "h": 35,
- "w": 35
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 368,
+ "y": 175,
+ "h": 285,
+ "w": 285
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ }
},
- {
- "x": 63,
- "y": 151,
- "h": 37,
- "w": 37
+ "sizes": {
+ "large": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 678,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
},
- {
- "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": [
+ "original_info": {
+ "height": 935,
+ "width": 932,
+ "focus_rects": [
{
- "display_url": "ko-fi.com/saladinaldronni",
- "expanded_url": "http://ko-fi.com/saladinaldronni",
- "url": "https://t.co/W5ilXxDcKC",
- "indices": [
- 0,
- 23
- ]
+ "x": 0,
+ "y": 413,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 3,
+ "w": 932,
+ "h": 932
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 820,
+ "h": 935
+ },
+ {
+ "x": 69,
+ "y": 0,
+ "w": 468,
+ "h": 935
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 935
}
]
}
- },
- "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"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/EVTPY8XcIN",
+ "expanded_url": "https://twitter.com/McFaul/status/1739711228459786441/photo/1",
+ "id_str": "1739711224823283712",
+ "indices": [
+ 0,
+ 23
+ ],
+ "media_key": "3_1739711224823283712",
+ "media_url_https": "https://pbs.twimg.com/media/GCSyJD9aAAAglJs.jpg",
+ "type": "photo",
+ "url": "https://t.co/EVTPY8XcIN",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 368,
+ "y": 175,
+ "h": 285,
+ "w": 285
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 506,
+ "y": 241,
+ "h": 392,
+ "w": 392
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 935,
+ "w": 932,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 678,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 935,
+ "width": 932,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 413,
+ "w": 932,
+ "h": 522
+ },
+ {
+ "x": 0,
+ "y": 3,
+ "w": 932,
+ "h": 932
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 820,
+ "h": 935
+ },
+ {
+ "x": 69,
+ "y": 0,
+ "w": 468,
+ "h": 935
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 932,
+ "h": 935
+ }
+ ]
}
- ]
- }
- }
+ }
+ ]
+ },
+ "favorite_count": 7468,
+ "favorited": false,
+ "full_text": "https://t.co/EVTPY8XcIN",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 50,
+ "reply_count": 448,
+ "retweet_count": 1472,
+ "retweeted": false,
+ "user_id_str": "454099919",
+ "id_str": "1739711228459786441"
}
- },
- "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"
}
}
},
@@ -54010,22 +57716,22 @@
}
},
{
- "entryId": "cursor-top-1719749859424075777",
- "sortIndex": "1719749859424075777",
+ "entryId": "cursor-top-1739819664587882497",
+ "sortIndex": "1739819664587882497",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93HYrGAJxEKAAIX3cZJ2RfQ1QgAAwAAAAEAAA",
+ "value": "DAABCgABGCUUxFkAJxEKAAIYJRIXZFfQ6AgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1719749859424075692",
- "sortIndex": "1719749859424075692",
+ "entryId": "cursor-bottom-1739819664587882407",
+ "sortIndex": "1739819664587882407",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93HYrF__6oKAAIX3aVNp5ZRFAgAAwAAAAIAAA",
+ "value": "DAABCgABGCUUxFj__6UKAAIYJLL6PtfAwwgAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/retweeters_raw.json b/tests/mocked-data/retweeters_raw.json
index cc60751..5bcbae2 100644
--- a/tests/mocked-data/retweeters_raw.json
+++ b/tests/mocked-data/retweeters_raw.json
@@ -6,6 +6,429 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "user-2534108054",
+ "sortIndex": "1785992523155505152",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTM0MTA4MDU0",
+ "rest_id": "2534108054",
+ "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 May 30 04:15:49 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63,
+ "followers_count": 41,
+ "friends_count": 46,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "USA",
+ "media_count": 0,
+ "name": "Lia Herawati",
+ "normal_followers_count": 41,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737568100705570816/ZCRNKUQF_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "liaherawati705",
+ "statuses_count": 43,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-2843756880",
+ "sortIndex": "1785992006055493632",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODQzNzU2ODgw",
+ "rest_id": "2843756880",
+ "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 07 16:34:43 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 178,
+ "followers_count": 59,
+ "friends_count": 61,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "๊USA",
+ "media_count": 0,
+ "name": "rajibelena",
+ "normal_followers_count": 59,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737570804228108288/LacIQmA9_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "rajib6373",
+ "statuses_count": 50,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1712380698982543360",
+ "sortIndex": "1784958083477274624",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzEyMzgwNjk4OTgyNTQzMzYw",
+ "rest_id": "1712380698982543360",
+ "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 Oct 12 08:14:23 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Devloping the world.jey sree ram",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1336,
+ "followers_count": 84,
+ "friends_count": 582,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 12,
+ "name": "deepak kumar",
+ "normal_followers_count": 84,
+ "pinned_tweet_ids_str": [
+ "1712957054028005406"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733686592621903872/2ne3L5lX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "deepakk64777565",
+ "statuses_count": 404,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1730914904113111190",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 53,
+ "name": "Automotive",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1698255639015727104",
+ "sortIndex": "1784793114941263245",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk4MjU1NjM5MDE1NzI3MTA0",
+ "rest_id": "1698255639015727104",
+ "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 03 08:44:46 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "frog (formerly) online",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19,
+ "followers_count": 9,
+ "friends_count": 60,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Allison Simmons",
+ "normal_followers_count": 9,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1698255639015727104/1702111228",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733406221191778304/kOqTZUS9_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "hugesenpaiv",
+ "statuses_count": 21,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1698206963614547968",
+ "sortIndex": "1784738466977147310",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk4MjA2OTYzNjE0NTQ3OTY4",
+ "rest_id": "1698206963614547968",
+ "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 03 05:31:31 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "***A collector of many worldly things***",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 17,
+ "followers_count": 16,
+ "friends_count": 30,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Stephanie Mitchell",
+ "normal_followers_count": 16,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1698206963614547968/1702059199",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1733187996885700608/3U18y-35_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "StephanieM35847",
+ "statuses_count": 20,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1698190145453785089",
+ "sortIndex": "1784556244562381150",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk4MTkwMTQ1NDUzNzg1MDg5",
+ "rest_id": "1698190145453785089",
+ "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 03 04:24:38 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Lil Pudgy #1058, Atama #251",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 45,
+ "followers_count": 173,
+ "friends_count": 87,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Love Poglin🧡",
+ "normal_followers_count": 173,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1698190145453785089/1697830592",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715451645759197184/yELXrbDF_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "mangch1nance",
+ "statuses_count": 57,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-1561752128921538561",
+ "sortIndex": "1782599825985845008",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTYxNzUyMTI4OTIxNTM4NTYx",
+ "rest_id": "1561752128921538561",
+ "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 Aug 22 16:28:38 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Love owes us nothing, so don't blame it.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 76,
+ "followers_count": 24,
+ "friends_count": 44,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 3,
+ "name": "HochardThian1999",
+ "normal_followers_count": 24,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1561752128921538561/1661185825",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1561752631520796674/T5Yi082I_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "HThian1999",
+ "statuses_count": 28,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
{
"entryId": "user-1458127552351023113",
"sortIndex": "1780040376568990355",
@@ -60,16 +483,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 3105,
- "followers_count": 181,
- "friends_count": 1210,
+ "favourites_count": 3094,
+ "followers_count": 220,
+ "friends_count": 1206,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 9,
+ "listed_count": 8,
"location": "everywhere and nowhere",
"media_count": 345,
"name": "The Whole E Bubble",
- "normal_followers_count": 181,
+ "normal_followers_count": 220,
"pinned_tweet_ids_str": [
"1620094485261869059"
],
@@ -78,7 +501,7 @@
"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,
+ "statuses_count": 1515,
"translator_type": "none",
"url": "https://t.co/rmpkFCvG9r",
"verified": false,
@@ -117,7 +540,7 @@
"id": "VXNlcjoxNzAxNzAzOTA3OTU5ODE2MTky",
"rest_id": "1701703907959816192",
"affiliates_highlighted_label": {},
- "has_graduated_access": false,
+ "has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
@@ -134,15 +557,15 @@
},
"fast_followers_count": 0,
"favourites_count": 4,
- "followers_count": 7,
- "friends_count": 57,
+ "followers_count": 5,
+ "friends_count": 38,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
"name": "Mia Noland",
- "normal_followers_count": 7,
+ "normal_followers_count": 5,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1701703907959816192/1695223363",
@@ -170,7 +593,65 @@
"itemContent": {
"itemType": "TimelineUser",
"__typename": "TimelineUser",
- "user_results": {},
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MTk2NTE4Mzg=",
+ "rest_id": "919651838",
+ "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 Nov 01 18:58:07 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "alem",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 174842,
+ "followers_count": 176,
+ "friends_count": 230,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 32,
+ "location": "",
+ "media_count": 80799,
+ "name": "alem sail izquierdo",
+ "normal_followers_count": 176,
+ "pinned_tweet_ids_str": [
+ "1688172094184476672"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/919651838/1400963559",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/470301131726258176/jDvpLhS1_normal.jpeg",
+ "profile_interstitial_type": "",
+ "screen_name": "AlemSail",
+ "statuses_count": 436378,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1636054380506955776",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 15,
+ "name": "Entertainment & Recreation",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
"userDisplayType": "User"
}
}
@@ -191,7 +672,7 @@
"rest_id": "961612928532275200",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
"can_dm": false,
@@ -219,23 +700,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5957,
- "followers_count": 491,
- "friends_count": 4999,
+ "favourites_count": 6487,
+ "followers_count": 517,
+ "friends_count": 4998,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4,
+ "listed_count": 3,
"location": "California",
- "media_count": 637,
+ "media_count": 718,
"name": "Yogi Vedd",
- "normal_followers_count": 491,
+ "normal_followers_count": 517,
"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,
+ "statuses_count": 8239,
"translator_type": "none",
"url": "https://t.co/FkxeNl3zwQ",
"verified": false,
@@ -304,7 +785,7 @@
},
"fast_followers_count": 0,
"favourites_count": 663,
- "followers_count": 5,
+ "followers_count": 8,
"friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
@@ -312,7 +793,7 @@
"location": "Illinois",
"media_count": 18,
"name": "Caroline-B💘",
- "normal_followers_count": 5,
+ "normal_followers_count": 8,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1338241798674628608/1696394577",
@@ -376,7 +857,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
"created_at": "Sun Apr 16 09:04:28 +0000 2023",
"default_profile": true,
@@ -388,22 +869,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 55,
- "followers_count": 55,
- "friends_count": 280,
+ "favourites_count": 220,
+ "followers_count": 108,
+ "friends_count": 388,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3,
+ "listed_count": 2,
"location": "",
"media_count": 1,
- "name": "Дмитрий Штепа",
- "normal_followers_count": 55,
+ "name": "Marik Marakesh",
+ "normal_followers_count": 108,
"pinned_tweet_ids_str": [],
"possibly_sensitive": true,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1647526604346671105/QtPvr52X_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "stepadmitrij76",
- "statuses_count": 13,
+ "statuses_count": 24,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -434,7 +915,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": false,
"created_at": "Mon Mar 21 18:44:52 +0000 2011",
"default_profile": false,
@@ -459,16 +940,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 189654,
- "followers_count": 1948,
- "friends_count": 2058,
+ "favourites_count": 192830,
+ "followers_count": 1960,
+ "friends_count": 2075,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 1,
"location": "India",
- "media_count": 1337,
+ "media_count": 1338,
"name": "𝙎𝙖𝙘𝙝𝙞𝙣 𝙍𝙖𝙜𝙝𝙖𝙫 | 🇮🇳 | सचिन राघव |",
- "normal_followers_count": 1948,
+ "normal_followers_count": 1960,
"pinned_tweet_ids_str": [
"1346128867824599041"
],
@@ -477,7 +958,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1708104470687526912/6X8FodJf_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "TheSachinR",
- "statuses_count": 147098,
+ "statuses_count": 149769,
"translator_type": "none",
"url": "https://t.co/UUC9fG9xhC",
"verified": false,
@@ -532,23 +1013,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 805,
- "followers_count": 50,
- "friends_count": 737,
+ "favourites_count": 804,
+ "followers_count": 51,
+ "friends_count": 735,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 2,
"location": "Calabarzon, Republic of the Ph",
"media_count": 18,
"name": "Maximo Zarsuelo",
- "normal_followers_count": 50,
+ "normal_followers_count": 51,
"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": 549,
+ "statuses_count": 548,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -591,16 +1072,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2729,
- "followers_count": 431,
- "friends_count": 4990,
+ "favourites_count": 2719,
+ "followers_count": 474,
+ "friends_count": 4980,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 5,
+ "listed_count": 3,
"location": "",
"media_count": 261,
"name": "NANmor",
- "normal_followers_count": 431,
+ "normal_followers_count": 474,
"pinned_tweet_ids_str": [
"1689999190641049600"
],
@@ -609,7 +1090,7 @@
"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,
+ "statuses_count": 56087,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -665,22 +1146,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 768,
- "followers_count": 366,
- "friends_count": 2730,
+ "favourites_count": 849,
+ "followers_count": 388,
+ "friends_count": 2835,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 5,
"location": "Lagos, Nigeria",
- "media_count": 977,
+ "media_count": 1134,
"name": "MAKOCHUKWU Ogbonna",
- "normal_followers_count": 366,
+ "normal_followers_count": 388,
"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": 3529,
+ "statuses_count": 3752,
"translator_type": "none",
"url": "https://t.co/uizzoMYcEs",
"verified": false,
@@ -735,16 +1216,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2808,
- "followers_count": 314,
- "friends_count": 3427,
+ "favourites_count": 2789,
+ "followers_count": 305,
+ "friends_count": 3414,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4,
+ "listed_count": 6,
"location": "Gainesville, GA",
"media_count": 377,
"name": "Alexander Antonio Velasquez",
- "normal_followers_count": 314,
+ "normal_followers_count": 305,
"pinned_tweet_ids_str": [
"1614696753583751170"
],
@@ -753,7 +1234,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1669369737397035010/eNEO0s6J_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Alexand68866652",
- "statuses_count": 3247,
+ "statuses_count": 3235,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -807,554 +1288,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 33132,
- "followers_count": 60,
+ "favourites_count": 33043,
+ "followers_count": 57,
"friends_count": 45,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3,
- "location": "",
- "media_count": 0,
- "name": "Maricel Imeno Guerra",
- "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": 33359,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1651439701042032640",
- "sortIndex": "1764681229486308610",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjUxNDM5NzAxMDQyMDMyNjQw",
- "rest_id": "1651439701042032640",
- "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 27 04:14:50 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "finding muse",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 78,
- "followers_count": 18,
- "friends_count": 269,
- "has_custom_timelines": false,
- "is_translator": false,
"listed_count": 2,
"location": "",
"media_count": 0,
- "name": "nikstan",
- "normal_followers_count": 18,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1651439701042032640/1683221648",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1654175248345096193/aSBMbTGx_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nikstan915411",
- "statuses_count": 78,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1511170661263511555",
- "sortIndex": "1764603411878079157",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTExMTcwNjYxMjYzNTExNTU1",
- "rest_id": "1511170661263511555",
- "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 Apr 05 02:36:13 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "とにかく思った事をツイートしまくります。 分かりづらい? 私の語彙力だと自信持たないんだ(?) FA→ #おらテストお前が好きなFAやぞ UR_NEXTですがTest_Alpheと呼んでくださいな。",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "youtube.com/@Test_Alphe",
- "expanded_url": "https://youtube.com/@Test_Alphe",
- "url": "https://t.co/Eb6A9p9Pkh",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 93375,
- "followers_count": 1455,
- "friends_count": 2148,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 18,
- "location": "またの名も寝落ち常習犯",
- "media_count": 9909,
- "name": "UR_NEXT(低浮上どころか居ない)",
- "normal_followers_count": 1455,
- "pinned_tweet_ids_str": [
- "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/1717785186023440384/U182qlCg_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "delete_is_tesal",
- "statuses_count": 78630,
- "translator_type": "none",
- "url": "https://t.co/Eb6A9p9Pkh",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1519945132220461063",
- "professional_type": "Creator",
- "category": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-1603204649074524161",
- "sortIndex": "1764587487109380777",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjAzMjA0NjQ5MDc0NTI0MTYx",
- "rest_id": "1603204649074524161",
- "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 15 01:46:04 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "@twitter What’s happening? Music doesn't just cross my mind, it lives in there. @apple ARCADE KID. iOS. The world is yours. ❤️🤍💙🇺🇸💰 Stacks on deck. 💵✨♡",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "twitter.com",
- "expanded_url": "https://twitter.com",
- "url": "https://t.co/7fWq99yksg",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 137861,
- "followers_count": 1747,
- "friends_count": 4815,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8,
- "location": "Lafayette, IN",
- "media_count": 13203,
- "name": "🧡 Jay Knick 💙💗👾 ✞ Fly☮️Jacob 💕🐾🩷♊️🥇❄️💟💸",
- "normal_followers_count": 1747,
- "pinned_tweet_ids_str": [
- "1605320037086085120"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1603204649074524161/1681498381",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640130649351757824/NDcfRogG_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "WattersJacob98",
- "statuses_count": 131772,
- "translator_type": "none",
- "url": "https://t.co/7fWq99yksg",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-363023944",
- "sortIndex": "1764495568515139514",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozNjMwMjM5NDQ=",
- "rest_id": "363023944",
- "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 Aug 27 11:52:52 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "TakeAsh.net",
- "expanded_url": "http://www.TakeAsh.net/",
- "url": "http://t.co/fiJx71jtUR",
- "indices": [
- 0,
- 22
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 5,
- "followers_count": 208,
- "friends_count": 534,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 51,
- "location": "",
- "media_count": 646,
- "name": "take-ash",
- "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": 73865,
- "translator_type": "none",
- "url": "http://t.co/fiJx71jtUR",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-91955218",
- "sortIndex": "1764473736809571582",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo5MTk1NTIxOA==",
- "rest_id": "91955218",
- "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 Nov 23 07:00:16 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "2009年11月から今まで本当に有難う御座いました。旧APIアクセス不可後は発信専用アカに / Iconうちの子たち&Header📷 /移行先は固定ツイ参照の事。(なおリンクまとめサイト導入検討中)",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "twpf.jp/Penpen55",
- "expanded_url": "http://twpf.jp/Penpen55",
- "url": "https://t.co/nivgJAXN5c",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 97649,
- "followers_count": 876,
- "friends_count": 2610,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 38,
- "location": "マブイはコザに置いてきた(体は東京)",
- "media_count": 11587,
- "name": "おーとり@旧API不可後発信専用垢",
- "normal_followers_count": 876,
- "pinned_tweet_ids_str": [
- "1677135198989996032"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/91955218/1661589126",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/766679205119524864/2b1wk3Xn_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Penpen55",
- "statuses_count": 260810,
- "translator_type": "none",
- "url": "https://t.co/nivgJAXN5c",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-82674818",
- "sortIndex": "1764443544455131322",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4MjY3NDgxOA==",
- "rest_id": "82674818",
- "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 Oct 15 18:04:40 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "くろえあおです。パチュリー(東方)、千早・雪美(アイマス)、青とか黒とかジト目が好み。だいたい遊んだりお酒飲んでる Discord:xlazulite Flickr:https://t.co/eRFYBldURp",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "flic.kr/ps/33vYAS",
- "expanded_url": "https://flic.kr/ps/33vYAS",
- "url": "https://t.co/eRFYBldURp",
- "indices": [
- 83,
- 106
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "pixiv.me/azurine",
- "expanded_url": "http://pixiv.me/azurine",
- "url": "https://t.co/ZUf3EHM2ww",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 477,
- "followers_count": 552,
- "friends_count": 670,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "川崎の中くらい",
- "media_count": 17344,
- "name": "黒江 蒼",
- "normal_followers_count": 552,
- "pinned_tweet_ids_str": [
- "1157684697792598017"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/82674818/1400389487",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1563859805923598337/drnbuN6Z_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "xlazulite",
- "statuses_count": 662585,
- "translator_type": "none",
- "url": "https://t.co/ZUf3EHM2ww",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- },
- "userDisplayType": "User"
- }
- }
- },
- {
- "entryId": "user-2898060684",
- "sortIndex": "1764415959003797368",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODk4MDYwNjg0",
- "rest_id": "2898060684",
- "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 Nov 13 04:45:01 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "https://t.co/n3wT0skpXD 技術書読み終わらぬ",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "booklog.jp/users/mocoffin",
- "expanded_url": "http://booklog.jp/users/mocoffin",
- "url": "https://t.co/n3wT0skpXD",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "twpf.jp/mocoffin",
- "expanded_url": "http://twpf.jp/mocoffin",
- "url": "https://t.co/2v4v7DW3pa",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 384,
- "followers_count": 57,
- "friends_count": 59,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5,
- "location": "IT園児ニア",
- "media_count": 2526,
- "name": "📚もこふぃん🍅",
+ "name": "Maricel Imeno Guerra",
"normal_followers_count": 57,
- "pinned_tweet_ids_str": [
- "1287026470804549633"
- ],
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"profile_interstitial_type": "",
- "screen_name": "mocoffin",
- "statuses_count": 117936,
+ "screen_name": "ImenoGuerra",
+ "statuses_count": 33270,
"translator_type": "none",
- "url": "https://t.co/2v4v7DW3pa",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1366,22 +1316,22 @@
}
},
{
- "entryId": "cursor-top-1780040376568990356",
- "sortIndex": "1780040376568990356",
+ "entryId": "cursor-top-1785992523155505153",
+ "sortIndex": "1785992523155505153",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HCamqvqz09L8szEAAA==",
+ "value": "HCaAgICjl6+PyTEAAA==",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1764415959003797367",
- "sortIndex": "1764415959003797367",
+ "entryId": "cursor-bottom-1764906564436676198",
+ "sortIndex": "1764906564436676198",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HBbw3ZyH7b27/DAAAA==",
+ "value": "HBbOuYaw7Mqa/jAAAA==",
"cursorType": "Bottom",
"stopOnEmptyResponse": true
}
diff --git a/tests/mocked-data/search_raw.json b/tests/mocked-data/search_raw.json
index 3bcdf56..357b3d5 100644
--- a/tests/mocked-data/search_raw.json
+++ b/tests/mocked-data/search_raw.json
@@ -8,8 +8,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "tweet-1719749407707668795",
- "sortIndex": "1719749415398277120",
+ "entryId": "tweet-1739819652203655625",
+ "sortIndex": "1739819659848318976",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -19,61 +19,53 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719749407707668795",
+ "rest_id": "1739819652203655625",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDczNTUwMDk1MjQ5MzkxNjE3",
- "rest_id": "1473550095249391617",
+ "id": "VXNlcjo4MjM2OTUyODA5MDIxMjc2MTY=",
+ "rest_id": "823695280902127616",
"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 22 07:05:15 +0000 2021",
+ "can_media_tag": false,
+ "created_at": "Tue Jan 24 00:53:53 +0000 2017",
"default_profile": true,
"default_profile_image": false,
- "description": "looking for fun",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 44,
- "followers_count": 4,
- "friends_count": 50,
- "has_custom_timelines": false,
+ "favourites_count": 173945,
+ "followers_count": 6509,
+ "friends_count": 6355,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3,
- "location": "",
- "media_count": 24,
- "name": "landraid",
- "normal_followers_count": 4,
- "pinned_tweet_ids_str": [],
+ "listed_count": 30,
+ "location": "GA🍑Born, SC🏝& TN🏔Raised",
+ "media_count": 16606,
+ "name": "Radical Left Bone Thugs",
+ "normal_followers_count": 6509,
+ "pinned_tweet_ids_str": [
+ "1711864994164310021"
+ ],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1473565986280275972/LC6JAHnM_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/823695280902127616/1486045590",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1700680446038720512/XMrc_Lb7_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "landraid1",
- "statuses_count": 79,
+ "screen_name": "TNsmartass",
+ "statuses_count": 179823,
"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"
- }
- ]
}
}
}
@@ -81,9 +73,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719749407707668795"
+ "1739819652203655625"
],
- "editable_until_msecs": "1698858784000",
+ "editable_until_msecs": "1703643904000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -95,72 +87,159 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:13:04 +0000 2023",
- "conversation_id_str": "1719631280688464010",
+ "created_at": "Wed Dec 27 01:25:04 +0000 2023",
+ "conversation_id_str": "1739818666651222182",
"display_text_range": [
- 10,
- 48
+ 0,
+ 128
],
"entities": {
- "media": [
- {
- "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": "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": 280,
- "w": 498,
- "resize": "fit"
- },
- "medium": {
- "h": 280,
- "w": 498,
- "resize": "fit"
- },
- "small": {
- "h": 280,
- "w": 498,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "Idk about the robot’s intent, but clearly Elon Musk wants the tax incentives without the accountability, a fucking libertarian 🙄",
+ "in_reply_to_screen_name": "TNsmartass",
+ "in_reply_to_status_id_str": "1739818666651222182",
+ "in_reply_to_user_id_str": "823695280902127616",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "823695280902127616",
+ "id_str": "1739819652203655625"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 42,
+ "endIndex": 51
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819652153561275",
+ "sortIndex": "1739819659848318975",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819652153561275",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjA2MzE2Nzk1Njg1NzM2NDU1",
+ "rest_id": "1606316795685736455",
+ "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 23 15:53:04 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Practitioner of cryptocurrency community holding #bitcoin",
+ "entities": {
+ "description": {
+ "urls": []
}
},
- "original_info": {
- "height": 280,
- "width": 498,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 249,
- 140
- ],
- "variants": [
- {
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/F93G8gWbUAADELk.mp4"
- }
- ]
- }
+ "fast_followers_count": 0,
+ "favourites_count": 4577,
+ "followers_count": 211,
+ "friends_count": 134,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "komorebi",
+ "media_count": 814,
+ "name": "Leek♦️cafe",
+ "normal_followers_count": 211,
+ "pinned_tweet_ids_str": [
+ "1736741221916397603"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1606316795685736455/1681054107",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664547651390685185/i52KYJae_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "myth_7711444",
+ "statuses_count": 2484,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1724946701415506413",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
}
- ],
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819652153561275"
+ ],
+ "editable_until_msecs": "1703643904000",
+ "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 Dec 27 01:25:04 +0000 2023",
+ "conversation_id_str": "1739729243943129482",
+ "display_text_range": [
+ 10,
+ 162
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "44196397",
@@ -171,88 +250,22 @@
9
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "extended_entities": {
- "media": [
- {
- "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": "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": 280,
- "w": 498,
- "resize": "fit"
- },
- "medium": {
- "h": 280,
- "w": 498,
- "resize": "fit"
- },
- "small": {
- "h": 280,
- "w": 498,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 280,
- "width": 498,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 249,
- 140
- ],
- "variants": [
- {
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/F93G8gWbUAADELk.mp4"
- }
- ]
- }
- }
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "@elonmusk Sound of silence! Freedom is priceless https://t.co/JMw5ICP3zZ",
+ "full_text": "@elonmusk An artificial intelligence in a video game thinks he is a real person, but in fact he is a virtual person who pursues the true meaning of love and life.",
"in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1719631280688464010",
+ "in_reply_to_status_id_str": "1739729243943129482",
"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": "1473550095249391617",
- "id_str": "1719749407707668795"
+ "user_id_str": "1606316795685736455",
+ "id_str": "1739819652153561275"
}
}
},
@@ -271,15 +284,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAGAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1719749407430893828",
- "sortIndex": "1719749415398277119",
+ "entryId": "tweet-1739819642460295236",
+ "sortIndex": "1739819659848318974",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -289,13 +302,13 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719749407430893828",
+ "rest_id": "1739819642460295236",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDk3OTQwNTk5MTQ4MDIzODA5",
- "rest_id": "1497940599148023809",
+ "id": "VXNlcjoxNTk2OTUxNjM2NTU5MjA0MzUy",
+ "rest_id": "1596951636559204352",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -303,7 +316,7 @@
"legacy": {
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Feb 27 14:24:18 +0000 2022",
+ "created_at": "Sun Nov 27 19:41:27 +0000 2022",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -313,23 +326,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 21,
- "followers_count": 1,
- "friends_count": 27,
+ "favourites_count": 10412,
+ "followers_count": 171,
+ "friends_count": 123,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 3,
- "name": "jigsrayka",
- "normal_followers_count": 1,
+ "media_count": 45,
+ "name": "mellowlucifer",
+ "normal_followers_count": 171,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_image_url_https": "https://pbs.twimg.com/profile_images/1596952484928536576/GKWOqqIT_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Jigs_desai_54",
- "statuses_count": 5,
+ "screen_name": "mellowlucifer1",
+ "statuses_count": 1146,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -341,481 +353,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719749407430893828"
+ "1739819642460295236"
],
- "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"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Wed Nov 01 16:13:04 +0000 2023",
- "conversation_id_str": "1719685418369593440",
- "display_text_range": [
- 10,
- 171
- ],
- "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 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",
- "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": "26729710",
- "id_str": "1719749405140562353"
- },
- "superFollowsReplyUserResult": {
- "result": {
- "__typename": "User",
- "legacy": {
- "screen_name": "elonmusk"
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1719749404507214314",
- "sortIndex": "1719749415398277116",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1719749404507214314",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjMxMjcwNjYxMzg0NDY2NDM1",
- "rest_id": "1631270661384466435",
- "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 Mar 02 12:30:27 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1317,
- "followers_count": 6,
- "friends_count": 126,
- "has_custom_timelines": false,
- "is_translator": false,
- "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/1631270661384466435/1692283532",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1692182560325992448/V_02crk3_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ultradisgrace",
- "statuses_count": 119,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1719749404507214314"
- ],
- "editable_until_msecs": "1698858784000",
+ "editable_until_msecs": "1703643901000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -827,159 +367,17 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:13:04 +0000 2023",
- "conversation_id_str": "1718141335188934865",
- "display_text_range": [
- 25,
- 229
- ],
- "entities": {
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 0,
- 9
- ]
- },
- {
- "id_str": "985243593538338816",
- "name": "Teslaconomics",
- "screen_name": "Teslaconomics",
- "indices": [
- 10,
- 24
- ]
- }
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "favorite_count": 0,
- "favorited": false,
- "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": "1631270661384466435",
- "id_str": "1719749404507214314"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1719749402271564211",
- "sortIndex": "1719749415398277115",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1719749402271564211",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTg0MjUwNTE3NDIwNjYyNzg0",
- "rest_id": "1584250517420662784",
- "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 23 18:29:30 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Siciliano Americano, venti anni Paracadudista. ❤️🔥2nd Amendment.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 578,
- "followers_count": 40,
- "friends_count": 36,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "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/1717693132723175424/5-G_9eP__normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "xivium28",
- "statuses_count": 642,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1719749402271564211"
- ],
- "editable_until_msecs": "1698858783000",
- "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:03 +0000 2023",
- "conversation_id_str": "1719685418369593440",
+ "created_at": "Wed Dec 27 01:25:01 +0000 2023",
+ "conversation_id_str": "1739728474384871587",
"display_text_range": [
10,
- 53
+ 62
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "44196397",
@@ -990,631 +388,13 @@
9
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "favorite_count": 0,
- "favorited": false,
- "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": "1584250517420662784",
- "id_str": "1719749402271564211"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1719749399335645524",
- "sortIndex": "1719749415398277114",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1719749399335645524",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NzU0NDc1NTExMzQyMzY2NzM=",
- "rest_id": "875447551134236673",
- "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 Jun 15 20:18:56 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "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": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 60575,
- "followers_count": 2930,
- "friends_count": 3280,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2,
- "location": "NYC",
- "media_count": 26921,
- "name": "Jenny Thomas-Causer 2-A",
- "normal_followers_count": 2930,
- "pinned_tweet_ids_str": [
- "1298992784989290500"
- ],
- "possibly_sensitive": false,
- "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": "CauserJenny",
- "statuses_count": 68136,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/SvxcwvlWtX",
- "legacy": {
- "binding_values": [
- {
- "key": "player_url",
- "value": {
- "string_value": "https://www.youtube.com/embed/x9ndiD0_qNk",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=800x320_1"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "player_image",
- "value": {
- "image_value": {
- "height": 158,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?format=jpg&name=280x280"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "app_star_rating",
- "value": {
- "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": "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/1718225851198705664/AE-HRwhj?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/1718225851198705664/AE-HRwhj?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Cody Carnes – Firm Foundation (He Won’t) (Official Lyric Video)",
- "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/SvxcwvlWtX",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 26,
- "green": 87,
- "red": 230
- },
- "percentage": 44.98
- },
- {
- "rgb": {
- "blue": 241,
- "green": 242,
- "red": 245
- },
- "percentage": 35.1
- },
- {
- "rgb": {
- "blue": 118,
- "green": 155,
- "red": 234
- },
- "percentage": 8.21
- },
- {
- "rgb": {
- "blue": 22,
- "green": 23,
- "red": 23
- },
- "percentage": 7.37
- },
- {
- "rgb": {
- "blue": 20,
- "green": 47,
- "red": 115
- },
- "percentage": 1.22
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "player_image_x_large",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1718225851198705664/AE-HRwhj?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/SvxcwvlWtX",
- "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": 79504506,
- "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": 79504506,
- "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": [
- "1719749399335645524"
- ],
- "editable_until_msecs": "1698858782000",
- "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: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,
- 109
- ],
- "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 Lol. That is funny. Because you seem pretty set on your own opinion and creating that serf class.",
+ "full_text": "@elonmusk I think I have to be a blue check to upload a vid. 🤔",
"in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1719631280688464010",
+ "in_reply_to_status_id_str": "1739728474384871587",
"in_reply_to_user_id_str": "44196397",
"is_quote_status": false,
"lang": "en",
@@ -1622,8 +402,8 @@
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "3696364942",
- "id_str": "1719749397062296025"
+ "user_id_str": "1596951636559204352",
+ "id_str": "1739819642460295236"
}
}
},
@@ -1642,15 +422,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1719749396982608014",
- "sortIndex": "1719749415398277112",
+ "entryId": "tweet-1739819642015698952",
+ "sortIndex": "1739819659848318973",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1660,44 +440,34 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719749396982608014",
+ "rest_id": "1739819642015698952",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDcxMDY4MjUzNzQwOTQ1NDEw",
- "rest_id": "1471068253740945410",
+ "id": "VXNlcjoxNDcxODUwMDU3NTk5Mjc1MDA4",
+ "rest_id": "1471850057599275008",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
"can_dm": true,
- "can_media_tag": false,
- "created_at": "Wed Dec 15 10:43:08 +0000 2021",
+ "can_media_tag": true,
+ "created_at": "Fri Dec 17 14:30:26 +0000 2021",
"default_profile": true,
"default_profile_image": false,
- "description": "Entrepreneur | Author | #Nigerian in Texas #Crypto #VillageBoy #BlackElonMusk 🇳🇬🇺🇸 https://t.co/2h1yd4oyFV",
+ "description": "We are all biodegradable",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "foundation.app/@AfriKanPriNce",
- "expanded_url": "http://foundation.app/@AfriKanPriNce",
- "url": "https://t.co/2h1yd4oyFV",
- "indices": [
- 83,
- 106
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "opensea.io/accounts/0x5ce…",
- "expanded_url": "https://opensea.io/accounts/0x5ce957cd79252bceeadbe8114de7c5033c8721df",
- "url": "https://t.co/g1HuquiNZV",
+ "display_url": "youtube.com/@mikeporkchop4…",
+ "expanded_url": "https://www.youtube.com/@mikeporkchop4795",
+ "url": "https://t.co/kLuI2k0BsO",
"indices": [
0,
23
@@ -1707,34 +477,170 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2225,
- "followers_count": 1996,
- "friends_count": 3578,
+ "favourites_count": 38,
+ "followers_count": 15,
+ "friends_count": 97,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 20,
- "location": "Texas",
- "media_count": 163,
- "name": "Black Elon Musk",
- "normal_followers_count": 1996,
- "pinned_tweet_ids_str": [
- "1693142784813801618"
- ],
+ "listed_count": 0,
+ "location": "Earth",
+ "media_count": 48,
+ "name": "Superporkchop",
+ "normal_followers_count": 15,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_banner_url": "https://pbs.twimg.com/profile_banners/1471850057599275008/1701146028",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1729357893382606848/g6xMQPsr_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "AfriKing17",
- "statuses_count": 2540,
+ "screen_name": "porkchop_mike",
+ "statuses_count": 285,
+ "translator_type": "none",
+ "url": "https://t.co/kLuI2k0BsO",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819642015698952"
+ ],
+ "editable_until_msecs": "1703643901000",
+ "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 Dec 27 01:25:01 +0000 2023",
+ "conversation_id_str": "1739725238357606733",
+ "display_text_range": [
+ 10,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 0,
+ 9
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@elonmusk Aluminum. Lol",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1739725238357606733",
+ "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": "1471850057599275008",
+ "id_str": "1739819642015698952"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819639105106314",
+ "sortIndex": "1739819659848318972",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819639105106314",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzUxMzUxNTM1",
+ "rest_id": "4751351535",
+ "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 Jan 09 05:27:06 +0000 2016",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Hi",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19838,
+ "followers_count": 111,
+ "friends_count": 427,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 107,
+ "name": "Elon Musk Pro",
+ "normal_followers_count": 111,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621056144985980928/K7l5E33S_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Indian55313666",
+ "statuses_count": 2132,
"translator_type": "none",
- "url": "https://t.co/g1HuquiNZV",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1471552189780746249",
- "professional_type": "Creator",
+ "rest_id": "1621056265786118144",
+ "professional_type": "Business",
"category": []
}
}
@@ -1743,9 +649,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719749396982608014"
+ "1739819639105106314"
],
- "editable_until_msecs": "1698858782000",
+ "editable_until_msecs": "1703643900000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -1753,79 +659,47 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter for Android",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:13:02 +0000 2023",
- "conversation_id_str": "1719749214324895910",
+ "created_at": "Wed Dec 27 01:25:00 +0000 2023",
+ "conversation_id_str": "1739717365414363231",
"display_text_range": [
- 24,
- 144
+ 5,
+ 119
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
- "id_str": "1562171326303014914",
- "name": "Pinyatalatte ❤️ Memecoin",
- "screen_name": "pinyatalatte",
+ "id_str": "355989081",
+ "name": "ANI",
+ "screen_name": "ANI",
"indices": [
0,
- 13
+ 4
]
- },
- {
- "id_str": "1674407864000028673",
- "name": "Ratio",
- "screen_name": "ethratio",
- "indices": [
- 14,
- 23
- ]
- },
- {
- "id_str": "1674407864000028673",
- "name": "Ratio",
- "screen_name": "ethratio",
- "indices": [
- 30,
- 39
- ]
- }
- ],
- "urls": [],
- "hashtags": [],
- "symbols": [
- {
- "indices": [
- 102,
- 108
- ],
- "text": "RATIO"
- },
- {
- "indices": [
- 138,
- 144
- ],
- "text": "RATIO"
}
]
},
"favorite_count": 0,
"favorited": false,
- "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",
+ "full_text": "@ANI When everybody does not vote for him how is he everybody's PM, Who have voted him for Ram Mandir , they are happy.",
+ "in_reply_to_screen_name": "ANI",
+ "in_reply_to_status_id_str": "1739717365414363231",
+ "in_reply_to_user_id_str": "355989081",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1471068253740945410",
- "id_str": "1719749396982608014"
+ "user_id_str": "4751351535",
+ "id_str": "1739819639105106314"
}
}
},
@@ -1836,15 +710,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1719749395875344524",
- "sortIndex": "1719749415398277111",
+ "entryId": "tweet-1739819626480177443",
+ "sortIndex": "1739819659848318971",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1854,21 +728,732 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719749395875344524",
+ "rest_id": "1739819626480177443",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo5Mjg5NDY4MzQzNzM5ODQyNTY=",
- "rest_id": "928946834373984256",
+ "id": "VXNlcjoyNjc2MjUyMDk=",
+ "rest_id": "267625209",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Fri Nov 10 11:25:59 +0000 2017",
+ "created_at": "Thu Mar 17 07:51:08 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I sleep, eat, drink, commute,work,commute, run, eat, sleep, everyday.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9,
+ "followers_count": 86,
+ "friends_count": 340,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 13,
+ "location": "",
+ "media_count": 3409,
+ "name": "Dino",
+ "normal_followers_count": 86,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/651233184403750912/RdhTXCFh_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RunforestRun85",
+ "statuses_count": 3737,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819626480177443"
+ ],
+ "editable_until_msecs": "1703643897000",
+ "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 Dec 27 01:24:57 +0000 2023",
+ "conversation_id_str": "1739725238357606733",
+ "display_text_range": [
+ 23,
+ 113
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1488026569",
+ "name": "Luke Zaleski",
+ "screen_name": "ZaleskiLuke",
+ "indices": [
+ 0,
+ 12
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 13,
+ 22
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@ZaleskiLuke @elonmusk Luke lefties ruin experts and professions like they ruin eastern religious symbol of luck.",
+ "in_reply_to_screen_name": "ZaleskiLuke",
+ "in_reply_to_status_id_str": "1739750719572348962",
+ "in_reply_to_user_id_str": "1488026569",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "267625209",
+ "id_str": "1739819626480177443"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 14,
+ "endIndex": 22
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819614467440664",
+ "sortIndex": "1739819659848318970",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819614467440664",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozODczODE2ODc=",
+ "rest_id": "387381687",
+ "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 Oct 08 23:37:57 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Environmental Scientist, Liberal Christian. I want everyone to be happy and have everything they need in life. #HamasAreTerrorists #NoIllegalSettlements\nHe/Him",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 53430,
+ "followers_count": 1518,
+ "friends_count": 1336,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 50,
+ "location": "Toronto, ON",
+ "media_count": 8194,
+ "name": "John from 🇨🇦 - ❤️ 🇺🇦, proudly 'woke'",
+ "normal_followers_count": 1518,
+ "pinned_tweet_ids_str": [
+ "1725142237967777812"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/387381687/1612127775",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1721977210368606208/EaYK0u1y_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "worldmeetjohn",
+ "statuses_count": 122901,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819614467440664"
+ ],
+ "editable_until_msecs": "1703643895000",
+ "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 Dec 27 01:24:55 +0000 2023",
+ "conversation_id_str": "1557846111851024384",
+ "display_text_range": [
+ 644,
+ 692
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1223707787504574465",
+ "name": "🇮🇱 Estella 🇮🇱",
+ "screen_name": "ArchLuminous",
+ "indices": [
+ 0,
+ 13
+ ]
+ },
+ {
+ "id_str": "1076256681334632448",
+ "name": "scot",
+ "screen_name": "scottstocker4",
+ "indices": [
+ 14,
+ 28
+ ]
+ },
+ {
+ "id_str": "21354241",
+ "name": "Frances Del Rio ☮️🟧",
+ "screen_name": "kali8989",
+ "indices": [
+ 29,
+ 38
+ ]
+ },
+ {
+ "id_str": "1488945164597014541",
+ "name": "Tasty Morsel",
+ "screen_name": "TastyMorsel6",
+ "indices": [
+ 39,
+ 52
+ ]
+ },
+ {
+ "id_str": "1440823869565063169",
+ "name": "Blueresin",
+ "screen_name": "Blueresin1",
+ "indices": [
+ 53,
+ 64
+ ]
+ },
+ {
+ "id_str": "1698116992870277120",
+ "name": "Bern Vazquez🇨🇺🇺🇸🇨🇺🇺🇸🇨🇺🇺🇸",
+ "screen_name": "BernV77",
+ "indices": [
+ 65,
+ 73
+ ]
+ },
+ {
+ "id_str": "801096571509161984",
+ "name": "Country girl",
+ "screen_name": "America1Eagle1",
+ "indices": [
+ 74,
+ 89
+ ]
+ },
+ {
+ "id_str": "1490730838018994180",
+ "name": "T. M.",
+ "screen_name": "terrymbs2",
+ "indices": [
+ 90,
+ 100
+ ]
+ },
+ {
+ "id_str": "3434704705",
+ "name": "Kiuku",
+ "screen_name": "zypisfy",
+ "indices": [
+ 101,
+ 109
+ ]
+ },
+ {
+ "id_str": "2838602742",
+ "name": "WP Consulting",
+ "screen_name": "wpcguy",
+ "indices": [
+ 110,
+ 117
+ ]
+ },
+ {
+ "id_str": "30751859",
+ "name": "Roy Littwin 🇺🇸#StandWithUkraine🇺🇦 Indivisible",
+ "screen_name": "rlittwin",
+ "indices": [
+ 118,
+ 127
+ ]
+ },
+ {
+ "id_str": "741091012328591363",
+ "name": "Obviously Opinionated 💙🌸🇮🇱☕️🐶☀️🇺🇦",
+ "screen_name": "cherylhart00",
+ "indices": [
+ 128,
+ 141
+ ]
+ },
+ {
+ "id_str": "1586380657088991232",
+ "name": "Octavian",
+ "screen_name": "CaesarAugustusE",
+ "indices": [
+ 142,
+ 158
+ ]
+ },
+ {
+ "id_str": "916655610741100544",
+ "name": "Elevator Man, 🇺🇸☘️",
+ "screen_name": "howienudet",
+ "indices": [
+ 159,
+ 170
+ ]
+ },
+ {
+ "id_str": "1266491576882208769",
+ "name": "The Adorable Boy Podcast",
+ "screen_name": "AdorablePodcast",
+ "indices": [
+ 171,
+ 187
+ ]
+ },
+ {
+ "id_str": "1573358090661105664",
+ "name": "Pru B",
+ "screen_name": "NewfMom29",
+ "indices": [
+ 188,
+ 198
+ ]
+ },
+ {
+ "id_str": "117553796",
+ "name": "JUSTICE PREVAILS! GOD BLESS AMERICA",
+ "screen_name": "LadyOfTheOcean1",
+ "indices": [
+ 199,
+ 215
+ ]
+ },
+ {
+ "id_str": "880927227059224576",
+ "name": "CAL USA",
+ "screen_name": "CALUSA18",
+ "indices": [
+ 216,
+ 225
+ ]
+ },
+ {
+ "id_str": "1004047139062755328",
+ "name": "Open Source Intel",
+ "screen_name": "intercepts1a",
+ "indices": [
+ 226,
+ 239
+ ]
+ },
+ {
+ "id_str": "1572264197873979392",
+ "name": "Joey Bones",
+ "screen_name": "joeybones07",
+ "indices": [
+ 240,
+ 252
+ ]
+ },
+ {
+ "id_str": "1504229349901299715",
+ "name": "Nguyen-er",
+ "screen_name": "NguyeningISGood",
+ "indices": [
+ 253,
+ 269
+ ]
+ },
+ {
+ "id_str": "2904460977",
+ "name": "Vin 🇺🇸",
+ "screen_name": "VinceGottalotta",
+ "indices": [
+ 270,
+ 286
+ ]
+ },
+ {
+ "id_str": "1346951331827896320",
+ "name": "Anti Trumpleforeskin",
+ "screen_name": "BuckSatanLives",
+ "indices": [
+ 287,
+ 302
+ ]
+ },
+ {
+ "id_str": "807054351294414848",
+ "name": "🧧Rice Gum 真相🪭",
+ "screen_name": "numbersdelight",
+ "indices": [
+ 303,
+ 318
+ ]
+ },
+ {
+ "id_str": "1046951010776829958",
+ "name": "Game Over03 ( Trash ) free 🇵🇸",
+ "screen_name": "Gameove35593168",
+ "indices": [
+ 319,
+ 335
+ ]
+ },
+ {
+ "id_str": "1306827059084382209",
+ "name": "Vianne",
+ "screen_name": "KARMA92630394",
+ "indices": [
+ 336,
+ 350
+ ]
+ },
+ {
+ "id_str": "1678176563932610560",
+ "name": "RealTruth723",
+ "screen_name": "RTruth72317349",
+ "indices": [
+ 351,
+ 366
+ ]
+ },
+ {
+ "id_str": "1088256035746394113",
+ "name": "KD 🇺🇸",
+ "screen_name": "KarenDi95261360",
+ "indices": [
+ 367,
+ 383
+ ]
+ },
+ {
+ "id_str": "2530304958",
+ "name": "PvN",
+ "screen_name": "The_Real_BiM",
+ "indices": [
+ 384,
+ 397
+ ]
+ },
+ {
+ "id_str": "1011810506913533953",
+ "name": "Adam Tarver",
+ "screen_name": "AdamTarver6",
+ "indices": [
+ 398,
+ 410
+ ]
+ },
+ {
+ "id_str": "1563303689284382720",
+ "name": "JWwasright",
+ "screen_name": "youknow714",
+ "indices": [
+ 411,
+ 422
+ ]
+ },
+ {
+ "id_str": "1589399637328384001",
+ "name": "JJ",
+ "screen_name": "JJD32069",
+ "indices": [
+ 423,
+ 432
+ ]
+ },
+ {
+ "id_str": "848609180218949633",
+ "name": "Shelly R Kirchoff",
+ "screen_name": "ShellyRKirchoff",
+ "indices": [
+ 433,
+ 449
+ ]
+ },
+ {
+ "id_str": "346154820",
+ "name": "Deb A 🇺🇸🐾. 🐕🦺 🐾. 🇺🇸",
+ "screen_name": "Flattielover",
+ "indices": [
+ 450,
+ 463
+ ]
+ },
+ {
+ "id_str": "1297993339208232960",
+ "name": "📚This Girl Loves Books Ban GUNS Not Books📚",
+ "screen_name": "ThelmaJoAmes",
+ "indices": [
+ 464,
+ 477
+ ]
+ },
+ {
+ "id_str": "1422154481446260736",
+ "name": "Robert David",
+ "screen_name": "RobertD38259050",
+ "indices": [
+ 478,
+ 494
+ ]
+ },
+ {
+ "id_str": "1102782921251803136",
+ "name": "Rainbow CA off Historic Old 395 I-15",
+ "screen_name": "LaneArroyo_",
+ "indices": [
+ 495,
+ 507
+ ]
+ },
+ {
+ "id_str": "1275969787437309954",
+ "name": "Just Critique",
+ "screen_name": "just_critique",
+ "indices": [
+ 508,
+ 522
+ ]
+ },
+ {
+ "id_str": "1400455648903503877",
+ "name": "\"All I do is\" Nguyen 🇻🇳",
+ "screen_name": "Nguyen_anime3",
+ "indices": [
+ 523,
+ 537
+ ]
+ },
+ {
+ "id_str": "238059410",
+ "name": "Smitty",
+ "screen_name": "Laelaen",
+ "indices": [
+ 538,
+ 546
+ ]
+ },
+ {
+ "id_str": "1685762052252368896",
+ "name": "THE REAL MASTER MASON",
+ "screen_name": "freemasongeorg5",
+ "indices": [
+ 547,
+ 563
+ ]
+ },
+ {
+ "id_str": "1598014261464248321",
+ "name": "Mr Forchet",
+ "screen_name": "MrForchet2",
+ "indices": [
+ 564,
+ 575
+ ]
+ },
+ {
+ "id_str": "1633513396338405377",
+ "name": "まだここ Stillhere 아직도 여기에 (Chinese Bot, Fang Shuang)",
+ "screen_name": "Stillhere4744",
+ "indices": [
+ 576,
+ 590
+ ]
+ },
+ {
+ "id_str": "1349201788663169024",
+ "name": "🇲🇽 Xochitl 🇲🇽",
+ "screen_name": "Kittyboo_G",
+ "indices": [
+ 591,
+ 602
+ ]
+ },
+ {
+ "id_str": "473282878",
+ "name": "Ross",
+ "screen_name": "srg5400",
+ "indices": [
+ 603,
+ 611
+ ]
+ },
+ {
+ "id_str": "1176544385296719872",
+ "name": "BuckSatan",
+ "screen_name": "_HypoLuxa_",
+ "indices": [
+ 612,
+ 623
+ ]
+ },
+ {
+ "id_str": "56026196",
+ "name": "Seasherm 🇺🇦🇺🇦🇺🇦",
+ "screen_name": "Seasherm",
+ "indices": [
+ 624,
+ 633
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 634,
+ 643
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@ArchLuminous @scottstocker4 @kali8989 @TastyMorsel6 @Blueresin1 @BernV77 @America1Eagle1 @terrymbs2 @zypisfy @wpcguy @rlittwin @cherylhart00 @CaesarAugustusE @howienudet @AdorablePodcast @NewfMom29 @LadyOfTheOcean1 @CALUSA18 @intercepts1a @joeybones07 @NguyeningISGood @VinceGottalotta @BuckSatanLives @numbersdelight @Gameove35593168 @KARMA92630394 @RTruth72317349 @KarenDi95261360 @The_Real_BiM @AdamTarver6 @youknow714 @JJD32069 @ShellyRKirchoff @Flattielover @ThelmaJoAmes @RobertD38259050 @LaneArroyo_ @just_critique @Nguyen_anime3 @Laelaen @freemasongeorg5 @MrForchet2 @Stillhere4744 @Kittyboo_G @srg5400 @_HypoLuxa_ @Seasherm @elonmusk It's not an accusation, it's just an observation",
+ "in_reply_to_screen_name": "ArchLuminous",
+ "in_reply_to_status_id_str": "1739819128423161863",
+ "in_reply_to_user_id_str": "1223707787504574465",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "387381687",
+ "id_str": "1739819614467440664"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 635,
+ "endIndex": 643
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819593747599684",
+ "sortIndex": "1739819659848318969",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819593747599684",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjAwMDU0Mzg3OTUwNDUyNzM2",
+ "rest_id": "1600054387950452736",
+ "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 06 09:08:49 +0000 2022",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -1878,339 +1463,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1082,
- "followers_count": 85,
- "friends_count": 313,
- "has_custom_timelines": true,
- "is_translator": false,
- "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/1425724572758773762/EbKyBXvT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "livetoski_it",
- "statuses_count": 4369,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1719749395875344524"
- ],
- "editable_until_msecs": "1698858782000",
- "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:02 +0000 2023",
- "conversation_id_str": "1719632633150177704",
- "display_text_range": [
- 44,
- 242
- ],
- "entities": {
- "user_mentions": [
- {
- "id_str": "1577398919432179718",
- "name": "JustJan",
- "screen_name": "JustJan19279130",
- "indices": [
- 0,
- 16
- ]
- },
- {
- "id_str": "1527057958533640192",
- "name": "Rworcester@cox.net",
- "screen_name": "Rworcestercoxn1",
- "indices": [
- 17,
- 33
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 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": "1327327908549967872",
- "name": "DrDarrellDeMello",
- "screen_name": "DarrellMello",
- "indices": [
- 10,
- 23
- ]
- }
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "favorite_count": 0,
- "favorited": false,
- "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": "360406171",
- "id_str": "1719749393140658321"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1719749392939597932",
- "sortIndex": "1719749415398277109",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1719749392939597932",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzkzNTMwNjgyMTI3NzY1NTA2",
- "rest_id": "1393530682127765506",
- "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 15 11:36:32 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Welcome to you 🌎-CHÉO UY TÍN",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 124,
- "followers_count": 183,
- "friends_count": 185,
+ "favourites_count": 26557,
+ "followers_count": 148,
+ "friends_count": 231,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
- "location": "Hồ Chí Minh",
- "media_count": 39,
- "name": "LuanNguyen.ETH",
- "normal_followers_count": 183,
+ "listed_count": 3,
+ "location": "",
+ "media_count": 3294,
+ "name": "(Politically)Conservative",
+ "normal_followers_count": 148,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "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_image_url_https": "https://pbs.twimg.com/profile_images/1602366533946282000/Osc_JB0b_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Luanntt1403",
- "statuses_count": 194,
+ "screen_name": "3rdinfantry115",
+ "statuses_count": 15426,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2222,9 +1490,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719749392939597932"
+ "1739819593747599684"
],
- "editable_until_msecs": "1698858781000",
+ "editable_until_msecs": "1703643890000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -2236,42 +1504,52 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:13:01 +0000 2023",
- "conversation_id_str": "1719685781780938769",
+ "created_at": "Wed Dec 27 01:24:50 +0000 2023",
+ "conversation_id_str": "1739256365296849096",
"display_text_range": [
- 10,
- 290
+ 15,
+ 294
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
+ {
+ "id_str": "1240270944590913539",
+ "name": "Laibah Firdaus. لائبہ فردوس",
+ "screen_name": "FirdausLaibah",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
{
"id_str": "44196397",
"name": "Elon Musk",
"screen_name": "elonmusk",
"indices": [
- 0,
- 9
+ 98,
+ 107
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 0,
"favorited": false,
- "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",
+ "full_text": "@FirdausLaibah Why do people like you keep showing up in my feed? I swear I think I saw a post by @elonmusk months ago that said the algorithm was changed to where whoever you interact with more will show up on your timeline so I guess from arguing with anti-semites and pro jihadists so much 🤦",
+ "in_reply_to_screen_name": "FirdausLaibah",
+ "in_reply_to_status_id_str": "1739256365296849096",
+ "in_reply_to_user_id_str": "1240270944590913539",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1393530682127765506",
- "id_str": "1719749392939597932"
+ "user_id_str": "1600054387950452736",
+ "id_str": "1739819593747599684"
}
}
},
@@ -2279,8 +1557,8 @@
"highlights": {
"textHighlights": [
{
- "startIndex": 1,
- "endIndex": 9
+ "startIndex": 99,
+ "endIndex": 107
}
]
}
@@ -2290,15 +1568,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1719749391035121766",
- "sortIndex": "1719749415398277108",
+ "entryId": "tweet-1739819588848587243",
+ "sortIndex": "1739819659848318968",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2308,13 +1586,159 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1719749391035121766",
+ "rest_id": "1739819588848587243",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0MTA0MzM1NjY=",
- "rest_id": "410433566",
+ "id": "VXNlcjoxNjU3NDc2NDE1MTkxNjU0NDAw",
+ "rest_id": "1657476415191654400",
+ "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 20:03:19 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 55,
+ "followers_count": 6,
+ "friends_count": 22,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 1,
+ "name": "crypto pramit",
+ "normal_followers_count": 6,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1668131416050106370/AaXamoQ7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CryptoPram9898",
+ "statuses_count": 41,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819588848587243"
+ ],
+ "editable_until_msecs": "1703643888000",
+ "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 Dec 27 01:24:48 +0000 2023",
+ "conversation_id_str": "1739807780452925676",
+ "display_text_range": [
+ 14,
+ 172
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 75,
+ 80
+ ],
+ "text": "grok"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1357260998369968129",
+ "name": "CELINA 🩸🩸🩸",
+ "screen_name": "CryptoJems21",
+ "indices": [
+ 0,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@CryptoJems21 He defrauded investors using Elon Musk. I will sue you soon. #grok token and its team are fraudsters. Its owner has defrauded people with another token before",
+ "in_reply_to_screen_name": "CryptoPram9898",
+ "in_reply_to_status_id_str": "1739818914211573939",
+ "in_reply_to_user_id_str": "1657476415191654400",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1657476415191654400",
+ "id_str": "1739819588848587243"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 43,
+ "endIndex": 52
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819588660179006",
+ "sortIndex": "1739819659848318967",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819588660179006",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjIyMDg3OTE1MDgwNzY1NDQw",
+ "rest_id": "1622087915080765440",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
@@ -2322,47 +1746,36 @@
"legacy": {
"can_dm": true,
"can_media_tag": true,
- "created_at": "Sat Nov 12 03:03:46 +0000 2011",
- "default_profile": false,
+ "created_at": "Sun Feb 05 04:21:31 +0000 2023",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Web technologies and programming languages aficionado.",
+ "description": "CashFlow2023 Live or be Left.",
"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,
+ "favourites_count": 45,
+ "followers_count": 53,
+ "friends_count": 46,
"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": [],
+ "listed_count": 0,
+ "location": "Spruce Grove, Alberta",
+ "media_count": 8,
+ "name": "Robbie Alm Bobbi Hotrail",
+ "normal_followers_count": 53,
+ "pinned_tweet_ids_str": [
+ "1698090911039922578"
+ ],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1310395562152296449/twmOtqGK_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1622087915080765440/1675571076",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698090293307002880/OabKCO3N_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "fazmarouane",
- "statuses_count": 241,
+ "screen_name": "hotrailBobby710",
+ "statuses_count": 36,
"translator_type": "none",
- "url": "https://t.co/6cNavrI2yv",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2373,9 +1786,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1719749391035121766"
+ "1739819588660179006"
],
- "editable_until_msecs": "1698858780000",
+ "editable_until_msecs": "1703643888000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -2383,64 +1796,47 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for Android",
+ "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Wed Nov 01 16:13:00 +0000 2023",
- "conversation_id_str": "1719743537380786198",
+ "created_at": "Wed Dec 27 01:24:48 +0000 2023",
+ "conversation_id_str": "1739725238357606733",
"display_text_range": [
- 32,
- 65
+ 10,
+ 34
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"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
+ 0,
+ 9
]
}
- ],
- "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",
+ "full_text": "@elonmusk 2 I’ll read the rest tho",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1739725238357606733",
+ "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": "410433566",
- "id_str": "1719749391035121766"
+ "user_id_str": "1622087915080765440",
+ "id_str": "1739819588660179006"
}
}
},
@@ -2448,8 +1844,8 @@
"highlights": {
"textHighlights": [
{
- "startIndex": 23,
- "endIndex": 31
+ "startIndex": 1,
+ "endIndex": 9
}
]
}
@@ -2459,7 +1855,158 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgACh8poFb+oK2MLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcG5sFyoUtECAAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1739819587355681007",
+ "sortIndex": "1739819659848318966",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1739819587355681007",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDkyMDM2MTY5OTQ0NzMxNjQ5",
+ "rest_id": "1492036169944731649",
+ "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 11 07:22:22 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "“Is it better to out-monster the monster or to be quietly devoured?”",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 462,
+ "followers_count": 13,
+ "friends_count": 40,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Northern California",
+ "media_count": 19,
+ "name": "Dustin Petersen",
+ "normal_followers_count": 13,
+ "pinned_tweet_ids_str": [
+ "1735181097267499122"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1492036169944731649/1696107587",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1708206626967371776/AEQBROCv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "dustinapetersen",
+ "statuses_count": 116,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1739819587355681007"
+ ],
+ "editable_until_msecs": "1703643888000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Wed Dec 27 01:24:48 +0000 2023",
+ "conversation_id_str": "1739725238357606733",
+ "display_text_range": [
+ 27,
+ 96
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1324336290159071232",
+ "name": "Dr. Matthew M. Wielicki",
+ "screen_name": "MatthewWielicki",
+ "indices": [
+ 0,
+ 16
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 17,
+ 26
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@MatthewWielicki @elonmusk Spreading more accurate information is great.\n\n…but PragerU, though??",
+ "in_reply_to_screen_name": "MatthewWielicki",
+ "in_reply_to_status_id_str": "1739807483953090750",
+ "in_reply_to_user_id_str": "1324336290159071232",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1492036169944731649",
+ "id_str": "1739819587355681007"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 18,
+ "endIndex": 26
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAACAAAAwAAgoAAQAAAAAAAAABCgAC6lA+S7djQboLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAUEILGmAsP3pQgABgAAAAEKAAcFhqXsELIv2wAAAAAA"
}
}
}
@@ -2471,7 +2018,7 @@
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAADDAABCgABF93G-YUaoTsKAAIX3cb1o1fAZgAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUX3cb7T4AnEAoABhfdxvtPf9jwAAA",
+ "value": "DAADDAABCgABGCUUwXbXsckKAAIYJRSyXZog7wAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUYJRTDPoAnEAoABhglFMM-f9jwAAA",
"cursorType": "Top"
}
},
@@ -2481,7 +2028,7 @@
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAADDAABCgABF93G-YUaoTsKAAIX3cb1o1fAZgAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUX3cb7T4AnEAoABhfdxvtPf9jwAAA",
+ "value": "DAADDAABCgABGCUUwXbXsckKAAIYJRSyXZog7wAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUYJRTDPoAnEAoABhglFMM-f9jwAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/tweet_details_raw.json b/tests/mocked-data/tweet_details_raw.json
index 83b39a9..9cfa406 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": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600384,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600384,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -119,12 +119,12 @@
},
"is_translatable": false,
"views": {
- "count": "622027",
+ "count": "648826",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 65,
+ "bookmark_count": 67,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -133,19 +133,20 @@
98
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 404,
+ "favorite_count": 433,
"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": 114,
- "reply_count": 97,
- "retweet_count": 205,
+ "quote_count": 113,
+ "reply_count": 98,
+ "retweet_count": 213,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191520250245121"
@@ -227,16 +228,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600384,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600384,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -278,12 +279,12 @@
},
"is_translatable": false,
"views": {
- "count": "186605",
+ "count": "188068",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 11,
+ "bookmark_count": 13,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -292,12 +293,13 @@
190
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 79,
+ "favorite_count": 85,
"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",
@@ -306,8 +308,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 37,
- "reply_count": 7,
- "retweet_count": 52,
+ "reply_count": 9,
+ "retweet_count": 50,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191521323995138"
@@ -391,16 +393,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600384,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600384,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -445,12 +447,12 @@
},
"is_translatable": false,
"views": {
- "count": "116894",
+ "count": "124231",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -459,7 +461,9 @@
256
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "shorturl.at/uwAKZ",
@@ -471,10 +475,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 128,
"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",
@@ -485,8 +488,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 14,
- "reply_count": 26,
- "retweet_count": 30,
+ "reply_count": 29,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191522485817345"
@@ -570,16 +573,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600384,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600384,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -624,12 +627,12 @@
},
"is_translatable": false,
"views": {
- "count": "89017",
+ "count": "95010",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 7,
+ "bookmark_count": 8,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -638,7 +641,9 @@
193
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com",
@@ -650,10 +655,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 125,
"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",
@@ -665,7 +669,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 36,
- "retweet_count": 28,
+ "retweet_count": 35,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191523697979392"
@@ -701,8 +705,499 @@
}
},
{
- "entryId": "conversationthread-1649219645088624642",
+ "entryId": "conversationthread-1685683951480795136",
"sortIndex": "7574180516604530666",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1685683951480795136-tweet-1685683951480795136",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1685683951480795136",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NDAxMjEy",
+ "rest_id": "7401212",
+ "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 Jul 11 13:15:45 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Host of Tonight's #Top20Tweets: https://t.co/HlYSjXgRsZ\n\nBlog: https://t.co/JUT6aC9nr0\n\nPersonal Journal: https://t.co/o9CO1LP6Lg",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "tinyurl.com/TheTop20Tweets",
+ "expanded_url": "https://tinyurl.com/TheTop20Tweets",
+ "url": "https://t.co/HlYSjXgRsZ",
+ "indices": [
+ 32,
+ 55
+ ]
+ },
+ {
+ "display_url": "directorblue.blogspot.com",
+ "expanded_url": "http://directorblue.blogspot.com",
+ "url": "https://t.co/JUT6aC9nr0",
+ "indices": [
+ 63,
+ 86
+ ]
+ },
+ {
+ "display_url": "directorblue.substack.com",
+ "expanded_url": "http://directorblue.substack.com",
+ "url": "https://t.co/o9CO1LP6Lg",
+ "indices": [
+ 106,
+ 129
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "badblue.com",
+ "expanded_url": "http://badblue.com",
+ "url": "https://t.co/SW6kSVYDf9",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 265799,
+ "followers_count": 7946,
+ "friends_count": 1090,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 227,
+ "location": "Opinions expressed are my own.",
+ "media_count": 7122,
+ "name": "Doug Ross",
+ "normal_followers_count": 7946,
+ "pinned_tweet_ids_str": [
+ "1720528492213809456"
+ ],
+ "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": 274105,
+ "translator_type": "none",
+ "url": "https://t.co/SW6kSVYDf9",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1685683951480795136"
+ ],
+ "editable_until_msecs": "1690736947000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "424",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Jul 30 16:09:07 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 13,
+ 189
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 0,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "@XDevelopers Turning off very modest search access for the free tier has really disrupted some devs. They (we) have no business case to pay $1,000 a month or whatever.\nThanks for listening.",
+ "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": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "7401212",
+ "id_str": "1685683951480795136"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSKBCGAHgAUKAAIAAAAAGCBACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1698285353767936408-146fe47380793a52",
+ "sortIndex": "7574180516604530656",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1698285353767936408-tweet-1698285353767936408-146fe47380793a52",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1698285353767936408",
+ "has_birdwatch_notes": true,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzkyNDA0OTI4ODg3NDk2NzA1",
+ "rest_id": "1392404928887496705",
+ "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 May 12 09:03:08 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Onze auteurs schrijven boeken over spiritualiteit, bewustwording, gezondheid, complementaire geneeswijzen, persoonlijke groei en nieuwe wetenschap.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "obeliskboeken.nl",
+ "expanded_url": "https://www.obeliskboeken.nl",
+ "url": "https://t.co/CmmSu7DdEU",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 388,
+ "followers_count": 1685,
+ "friends_count": 46,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 8,
+ "location": "Breda, Nederland",
+ "media_count": 219,
+ "name": "Obeliskboeken",
+ "normal_followers_count": 1685,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1392404928887496705/1693806855",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1392407272433885184/LaseB8S__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "obeliskboeken",
+ "statuses_count": 269,
+ "translator_type": "none",
+ "url": "https://t.co/CmmSu7DdEU",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1666699794822361088",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1100,
+ "name": "Book Publisher",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "card://1698285351846998016",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "unified_card",
+ "value": {
+ "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"David Icke's 'De Droom' is nu verkrijgbaar bij de boekhandel\",\"is_rtl\":false},\"subtitle\":{\"content\":\"obeliskboeken.nl\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1701831660504064000\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://obeliskboeken.nl/boek/de-droom\",\"vanity\":\"obeliskboeken.nl\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1701831660504064000\":{\"id\":1701831660504064000,\"id_str\":\"1701831660504064000\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/F54e4OfboAAClIi.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":36,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":380,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"}},\"source_user_id\":1392404928887496705,\"source_user_id_str\":\"1392404928887496705\",\"media_key\":\"3_1701831660504064000\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":0,\"green\":142,\"blue\":151},\"percentage\":55.94},{\"rgb\":{\"red\":216,\"green\":150,\"blue\":22},\"percentage\":21.78},{\"rgb\":{\"red\":217,\"green\":223,\"blue\":233},\"percentage\":12.41},{\"rgb\":{\"red\":220,\"green\":174,\"blue\":85},\"percentage\":5.57},{\"rgb\":{\"red\":133,\"green\":147,\"blue\":189},\"percentage\":1.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://1698285351846998016",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1698285353767936408"
+ ],
+ "editable_until_msecs": "1693741355000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "1542289",
+ "state": "EnabledWithCount"
+ },
+ "source": "advertiser-interface",
+ "legacy": {
+ "bookmark_count": 20,
+ "bookmarked": false,
+ "created_at": "Sun Sep 03 10:42:35 +0000 2023",
+ "conversation_id_str": "1698285353767936408",
+ "display_text_range": [
+ 0,
+ 121
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 467,
+ "favorited": false,
+ "full_text": "David Icke doet in zijn nieuwe boek 'De Droom' wonderbaarlijke onthullingen die zelfs zijn grootste fans zullen verbazen.",
+ "is_quote_status": false,
+ "lang": "nl",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 50,
+ "retweet_count": 49,
+ "retweeted": false,
+ "scopes": {
+ "followers": false
+ },
+ "user_id_str": "1392404928887496705",
+ "id_str": "1698285353767936408"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "promotedMetadata": {
+ "advertiser_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzkyNDA0OTI4ODg3NDk2NzA1",
+ "rest_id": "1392404928887496705",
+ "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 May 12 09:03:08 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Onze auteurs schrijven boeken over spiritualiteit, bewustwording, gezondheid, complementaire geneeswijzen, persoonlijke groei en nieuwe wetenschap.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "obeliskboeken.nl",
+ "expanded_url": "https://www.obeliskboeken.nl",
+ "url": "https://t.co/CmmSu7DdEU",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 388,
+ "followers_count": 1685,
+ "friends_count": 46,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 8,
+ "location": "Breda, Nederland",
+ "media_count": 219,
+ "name": "Obeliskboeken",
+ "normal_followers_count": 1685,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1392404928887496705/1693806855",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1392407272433885184/LaseB8S__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "obeliskboeken",
+ "statuses_count": 269,
+ "translator_type": "none",
+ "url": "https://t.co/CmmSu7DdEU",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1666699794822361088",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1100,
+ "name": "Book Publisher",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ },
+ "disclosureType": "NoDisclosure",
+ "experimentValues": [
+ {
+ "key": "website_card_variation",
+ "value": "0"
+ }
+ ],
+ "impressionId": "146fe47380793a52",
+ "impressionString": "146fe47380793a52",
+ "clickTrackingInfo": {
+ "urlParams": [
+ {
+ "key": "twclid",
+ "value": "229g5xr727z1489okxtamxenki"
+ }
+ ]
+ }
+ }
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649219645088624642",
+ "sortIndex": "7574180516604530646",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
@@ -764,16 +1259,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 167471,
- "followers_count": 2290,
- "friends_count": 1356,
+ "favourites_count": 173558,
+ "followers_count": 2391,
+ "friends_count": 1364,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 33,
"location": "United States",
- "media_count": 6635,
+ "media_count": 6779,
"name": "Chad is Rad",
- "normal_followers_count": 2290,
+ "normal_followers_count": 2391,
"pinned_tweet_ids_str": [
"738816222226063361"
],
@@ -782,7 +1277,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1565110693845540866/E2sWtAFH_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "chadcluff",
- "statuses_count": 108475,
+ "statuses_count": 110433,
"translator_type": "none",
"url": "https://t.co/KThTkTtAXv",
"verified": false,
@@ -814,7 +1309,7 @@
},
"is_translatable": false,
"views": {
- "count": "6213",
+ "count": "6463",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
@@ -828,12 +1323,13 @@
196
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 88,
+ "favorite_count": 90,
"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",
@@ -842,7 +1338,7 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
- "reply_count": 2,
+ "reply_count": 3,
"retweet_count": 3,
"retweeted": false,
"user_id_str": "50870038",
@@ -861,515 +1357,7 @@
"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="
+ "controllerData": "DAACDAAEDAABCgABFSGBCSQDgAUKAAIAAAAACCBACAAAAAA="
}
}
}
@@ -1450,25 +1438,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 583,
- "followers_count": 389,
- "friends_count": 2488,
+ "favourites_count": 618,
+ "followers_count": 423,
+ "friends_count": 2462,
"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"
- ],
+ "media_count": 70,
+ "name": "Ment❂r 🇹🇷 🇦🇱",
+ "normal_followers_count": 423,
+ "pinned_tweet_ids_str": [],
"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_banner_url": "https://pbs.twimg.com/profile_banners/1339050010558738434/1703073536",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737646117314060288/xvAsXVUu_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Mentor_0x39",
- "statuses_count": 267,
+ "statuses_count": 279,
"translator_type": "none",
"url": "https://t.co/biXGANXEW1",
"verified": false,
@@ -1494,7 +1480,7 @@
},
"is_translatable": false,
"views": {
- "count": "2580",
+ "count": "2730",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
@@ -1508,6 +1494,7 @@
11
],
"entities": {
+ "hashtags": [],
"media": [
{
"display_url": "pic.twitter.com/bmpJzs74Ug",
@@ -1574,10 +1561,10 @@
}
}
],
- "user_mentions": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"extended_entities": {
"media": [
@@ -1695,8 +1682,161 @@
}
},
{
- "entryId": "conversationthread-1649197403352727555",
+ "entryId": "conversationthread-1649225698102636544",
"sortIndex": "7574180516604530626",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649225698102636544-tweet-1649225698102636544",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649225698102636544",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMjYyODEwNjA0",
+ "rest_id": "3262810604",
+ "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 Jul 01 03:10:15 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "SNSを中心としたプロモーションの提案からBPO業務の進行リード、広告運用までやってます┃M大法学部卒⇝H通信⇝業務改善コンサル⇝Y/G/M広告運用⇝SNSマーケ支援┃ビジネスの根本は『誰のため、何のため』┃ウェルビーイング┃キャンプ🔰┃竜党🐉┃お仕事でもそれ以外でもピンときた人は✉️お待ちしてます",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 203133,
+ "followers_count": 12143,
+ "friends_count": 9836,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "岐阜⛰️▶︎東京🗼",
+ "media_count": 131,
+ "name": "タグマサ",
+ "normal_followers_count": 12143,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3262810604/1676467056",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1714069572075110401/82DT_ZJh_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Ma3kitagu",
+ "statuses_count": 7178,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1455890554005307393",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 478,
+ "name": "Advertising & Marketing Agency",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649225698102636544"
+ ],
+ "editable_until_msecs": "1682042822000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "7766",
+ "state": "EnabledWithCount"
+ },
+ "source": "TweetDeck Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 01:37:02 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 67
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 4,
+ "favorited": false,
+ "full_text": "@TwitterDev もはや彼らへの信用はない。でも裏返せばそれがプラットフォーマーであることの強みでもあるんだけど。解せないな。。",
+ "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": "ja",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "3262810604",
+ "id_str": "1649225698102636544"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSGBDDADgAUKAAIAAAAAGCBACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649197403352727555",
+ "sortIndex": "7574180516604530616",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
@@ -1748,16 +1888,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1169,
- "followers_count": 1982,
- "friends_count": 1405,
+ "favourites_count": 1184,
+ "followers_count": 2053,
+ "friends_count": 1426,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 55,
+ "listed_count": 56,
"location": " 𝕏 Spaces",
- "media_count": 1375,
+ "media_count": 1557,
"name": "Andrew",
- "normal_followers_count": 1982,
+ "normal_followers_count": 2053,
"pinned_tweet_ids_str": [
"1714035340980170953"
],
@@ -1766,7 +1906,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1621228515981934593/Wvoc2qmf_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "_andrewlyons",
- "statuses_count": 5255,
+ "statuses_count": 5525,
"translator_type": "none",
"url": "https://t.co/IiYboXyNIP",
"verified": false,
@@ -1801,7 +1941,7 @@
},
"is_translatable": false,
"views": {
- "count": "4790",
+ "count": "4906",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -1815,7 +1955,17 @@
179
],
"entities": {
- "user_mentions": [],
+ "hashtags": [
+ {
+ "indices": [
+ 133,
+ 147
+ ],
+ "text": "Twitterspaces"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "spacesdashboard.com/u/TwitterDev",
@@ -1827,18 +1977,9 @@
]
}
],
- "hashtags": [
- {
- "indices": [
- 133,
- 147
- ],
- "text": "Twitterspaces"
- }
- ],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 6,
+ "favorite_count": 7,
"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",
@@ -1868,7 +2009,170 @@
"conversationSection": "HighQuality"
},
"timelinesDetails": {
- "controllerData": "DAACDAAEDAABCgABFSGBDDADgAUKAAIAAAAAGCBACAAAAAA="
+ "controllerData": "DAACDAAEDAABCgABFSGBCCADgAUKAAIAAAAAGCBACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649205557440512001",
+ "sortIndex": "7574180516604530606",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649205557440512001-tweet-1649205557440512001",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649205557440512001",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NjA4NzEyNDc=",
+ "rest_id": "860871247",
+ "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 Oct 04 04:43:26 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "💫Believe You Can💫",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "cassandramsplace.com",
+ "expanded_url": "https://www.cassandramsplace.com",
+ "url": "https://t.co/Yd36L1miEe",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 109312,
+ "followers_count": 20265,
+ "friends_count": 7918,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 72,
+ "location": " ",
+ "media_count": 1503,
+ "name": "Cassandra",
+ "normal_followers_count": 20265,
+ "pinned_tweet_ids_str": [
+ "1730451659166458121"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/860871247/1691982305",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1226616987498893312/LwUJeQ0N_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "star95011",
+ "statuses_count": 154215,
+ "translator_type": "none",
+ "url": "https://t.co/Yd36L1miEe",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1458115924012277775",
+ "professional_type": "Creator",
+ "category": []
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649205557440512001"
+ ],
+ "editable_until_msecs": "1682038020000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5457",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 00:17:00 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 13
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "@TwitterDev 💓",
+ "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",
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 1,
+ "retweeted": false,
+ "user_id_str": "860871247",
+ "id_str": "1649205557440512001"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSGBCCADgAUKAAIAAAAAGCBACAAAAAA="
}
}
}
@@ -1887,7 +2191,7 @@
},
{
"entryId": "conversationthread-1649407172340482052",
- "sortIndex": "7574180516604530616",
+ "sortIndex": "7574180516604530596",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
@@ -1949,16 +2253,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 252243,
- "followers_count": 604,
- "friends_count": 719,
+ "favourites_count": 256567,
+ "followers_count": 642,
+ "friends_count": 735,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 15,
+ "listed_count": 16,
"location": "Bagabigna's Court",
- "media_count": 4651,
+ "media_count": 4775,
"name": "Admiral Benghazi",
- "normal_followers_count": 604,
+ "normal_followers_count": 642,
"pinned_tweet_ids_str": [
"1597994574559203329"
],
@@ -1967,7 +2271,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1639067707625680898/rgNp476Y_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "AdmiralHalo",
- "statuses_count": 92299,
+ "statuses_count": 93545,
"translator_type": "none",
"url": "https://t.co/4WnKh97ako",
"verified": false,
@@ -1988,7 +2292,7 @@
},
"is_translatable": false,
"views": {
- "count": "3184",
+ "count": "3334",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
@@ -2002,10 +2306,11 @@
71
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
"favorite_count": 9,
"favorited": false,
@@ -2053,377 +2358,7 @@
}
},
{
- "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="
- }
- }
- }
- }
- }
- ],
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "details": {
- "conversationDetails": {
- "conversationSection": "HighQuality"
- }
- }
- }
- }
- },
- {
- "entryId": "conversationthread-1685683951480795136",
- "sortIndex": "7574180516604530596",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "conversationthread-1685683951480795136-tweet-1685683951480795136",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1685683951480795136",
- "has_birdwatch_notes": false,
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3NDAxMjEy",
- "rest_id": "7401212",
- "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 Jul 11 13:15:45 +0000 2007",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Host of Tonight's #Top20Tweets: https://t.co/HlYSjXgRsZ\n\nBadBlue News: https://t.co/SW6kSVYDf9\n\nBlog: https://t.co/JUT6aC9nr0\n\nDiary: https://t.co/o9CO1LP6Lg",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "tinyurl.com/TheTop20Tweets",
- "expanded_url": "https://tinyurl.com/TheTop20Tweets",
- "url": "https://t.co/HlYSjXgRsZ",
- "indices": [
- 32,
- 55
- ]
- },
- {
- "display_url": "badblue.com",
- "expanded_url": "http://badblue.com",
- "url": "https://t.co/SW6kSVYDf9",
- "indices": [
- 71,
- 94
- ]
- },
- {
- "display_url": "directorblue.blogspot.com",
- "expanded_url": "http://directorblue.blogspot.com",
- "url": "https://t.co/JUT6aC9nr0",
- "indices": [
- 102,
- 125
- ]
- },
- {
- "display_url": "directorblue.substack.com",
- "expanded_url": "http://directorblue.substack.com",
- "url": "https://t.co/o9CO1LP6Lg",
- "indices": [
- 134,
- 157
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "badblue.com",
- "expanded_url": "http://badblue.com",
- "url": "https://t.co/SW6kSVYDf9",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 255872,
- "followers_count": 7681,
- "friends_count": 1079,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 223,
- "location": "Opinions expressed are my own.",
- "media_count": 6285,
- "name": "Doug Ross",
- "normal_followers_count": 7681,
- "pinned_tweet_ids_str": [
- "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": 264222,
- "translator_type": "none",
- "url": "https://t.co/SW6kSVYDf9",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1685683951480795136"
- ],
- "editable_until_msecs": "1690736947000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "309",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sun Jul 30 16:09:07 +0000 2023",
- "conversation_id_str": "1649191520250245121",
- "display_text_range": [
- 13,
- 189
- ],
- "entities": {
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 0,
- 12
- ]
- }
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "favorite_count": 1,
- "favorited": false,
- "full_text": "@XDevelopers Turning off very modest search access for the free tier has really disrupted some devs. They (we) have no business case to pay $1,000 a month or whatever.\nThanks for listening.",
- "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": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "7401212",
- "id_str": "1685683951480795136"
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "details": {
- "conversationDetails": {
- "conversationSection": "HighQuality"
- },
- "timelinesDetails": {
- "controllerData": "DAACDAAEDAABCgABFSGBCCADgAUKAAIAAAAAGCBACAAAAAA="
- }
- }
- }
- }
- }
- ],
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "details": {
- "conversationDetails": {
- "conversationSection": "HighQuality"
- }
- }
- }
- }
- },
- {
- "entryId": "cursor-bottom-4283571430838701219",
+ "entryId": "cursor-bottom-2690922271848037118",
"sortIndex": "7574180516604530595",
"content": {
"entryType": "TimelineTimelineItem",
@@ -2431,7 +2366,7 @@
"itemContent": {
"itemType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "WwAAAPAfHBmWhMDT4e-hmuMt4IK2ofm_1dQvhMDSse28jeMtgMC3ue2n4OQuiICw1bLF7xIA4b7JvMCN4y2GgLD1nZOQEgDwB_mdt5PjLYKAvJnZw9mjLiUCEhUEAAA",
+ "value": "WwAAAPAxHBmWhMDT4e-hmuMtgoC8ze7tk-MthMDSse28jeMtgMC3ue2n4OQuiICw1bLF7-MtsIax6YDiwpEvhoCw9Z2TkCQAUL75nbeTCQDg052agp3jLSUCEhUEAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/user_by_id_raw.json b/tests/mocked-data/user_by_id_raw.json
index cb03bbc..069f9dd 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": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
diff --git a/tests/mocked-data/user_by_login_raw.json b/tests/mocked-data/user_by_login_raw.json
index af6b8c3..4a95cfe 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": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
diff --git a/tests/mocked-data/user_tweets_and_replies_raw.json b/tests/mocked-data/user_tweets_and_replies_raw.json
index d7179e7..d207d0d 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": "1719749408511229952",
+ "sortIndex": "1739819653837881344",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -73,16 +73,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -124,7 +124,7 @@
},
"is_translatable": false,
"views": {
- "count": "689453",
+ "count": "726001",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -135,7 +135,8 @@
"id": "Tm90ZVR3ZWV0OjE2NjE3OTAyNTM4MTkwNjg0MzA=",
"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 build next!\n\nSign-up now: https://t.co/uXtgqhjFKz",
"entity_set": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
"urls": [
{
"display_url": "developer.twitter.com",
@@ -147,8 +148,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"richtext": {
"richtext_tags": []
@@ -160,7 +160,7 @@
}
},
"legacy": {
- "bookmark_count": 156,
+ "bookmark_count": 171,
"bookmarked": false,
"created_at": "Thu May 25 17:44:05 +0000 2023",
"conversation_id_str": "1661790253886177280",
@@ -169,19 +169,20 @@
277
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 805,
+ "favorite_count": 912,
"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": 183,
- "reply_count": 410,
- "retweet_count": 207,
+ "quote_count": 192,
+ "reply_count": 440,
+ "retweet_count": 247,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1661790253886177280"
@@ -205,9 +206,1416 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "tweet-1735357096777138304",
+ "sortIndex": "1739819653837881343",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1735357096777138304",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjQ0OTk0OTQ1",
+ "rest_id": "2244994945",
+ "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": "Sat Dec 14 04:35:55 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.twitter.com",
+ "expanded_url": "https://developer.twitter.com/",
+ "url": "https://t.co/RUXWsqdGk8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2551,
+ "location": "127.0.0.1",
+ "media_count": 815,
+ "name": "Developers",
+ "normal_followers_count": 600385,
+ "pinned_tweet_ids_str": [
+ "1661790253886177280"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XDevelopers",
+ "statuses_count": 4042,
+ "translator_type": "regular",
+ "url": "https://t.co/RUXWsqdGk8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1516891231749517312",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/iWVHGMWojH",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=144x144_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "We are excited to announce two new endpoints in the X API v2: Users Search Trends lookup These endpoints are available to all developers with the Pro access in the X API. The Users Search endpoint...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 420,
+ "width": 420,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=420x420_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 2453,
+ "width": 2400,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 2048,
+ "width": 2004,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 0,
+ "green": 0,
+ "red": 0
+ },
+ "percentage": 24.36
+ },
+ {
+ "rgb": {
+ "blue": 105,
+ "green": 105,
+ "red": 105
+ },
+ "percentage": 0.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Announcing the Users Search and Trends lookup endpoints in the X API v2",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/iWVHGMWojH",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/iWVHGMWojH",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1735357096777138304"
+ ],
+ "editable_until_msecs": "1702579947000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "35490",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 23,
+ "bookmarked": false,
+ "created_at": "Thu Dec 14 17:52:27 +0000 2023",
+ "conversation_id_str": "1735357096777138304",
+ "display_text_range": [
+ 0,
+ 202
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "bit.ly/xcommunity",
+ "expanded_url": "https://bit.ly/xcommunity",
+ "url": "https://t.co/iWVHGMWojH",
+ "indices": [
+ 179,
+ 202
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 200,
+ "favorited": false,
+ "full_text": "Users search and Trends lookup endpoints are now available in X API v2 -- exclusively on Pro & Enterprise! \n\nWant to learn more about what these endpoints can do, visit here: https://t.co/iWVHGMWojH",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 13,
+ "reply_count": 21,
+ "retweet_count": 73,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1735357096777138304"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "promoted-tweet-1737774926524805315-147067263d8e4856",
+ "sortIndex": "1739819653837881342",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1737774926524805315",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDU2MDY3MjY=",
+ "rest_id": "145606726",
+ "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 May 19 11:27:05 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Al meer dan 135 jaar werken we bij Auping aan de beste manieren om uit te rusten. Wij geloven dat een uitgeruste wereld een betere wereld is. Auping, met liefde",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "auping.nl",
+ "expanded_url": "http://www.auping.nl",
+ "url": "https://t.co/SfjXDWhLqf",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2214,
+ "followers_count": 2380,
+ "friends_count": 455,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "Deventer, Holland",
+ "media_count": 275,
+ "name": "Koninklijke Auping",
+ "normal_followers_count": 2380,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/145606726/1536246575",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1037719591743574016/MeDbotyW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AupingNL",
+ "statuses_count": 2154,
+ "translator_type": "none",
+ "url": "https://t.co/SfjXDWhLqf",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "card://1737475763622862849",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "unified_card",
+ "value": {
+ "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"Wintersale 15% voordeel\",\"is_rtl\":false},\"subtitle\":{\"content\":\"auping.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1736716790959349760\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://www.auping.com/nl/promoties/warme-winter-weken-2023?utm_source=soc_pr_Twitter&utm_medium=smc&utm_campaign=au-nl-bd___twitter&utm_content=35178489_44782633&utm_id=28792\",\"vanity\":\"auping.com\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1736716790959349760\":{\"id\":1736716790959349760,\"id_str\":\"1736716790959349760\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBoOuEiWoAAvrzG.png\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1736716790959349760\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":252,\"green\":254,\"blue\":255},\"percentage\":74.73},{\"rgb\":{\"red\":67,\"green\":76,\"blue\":93},\"percentage\":17.76},{\"rgb\":{\"red\":0,\"green\":83,\"blue\":159},\"percentage\":2.77},{\"rgb\":{\"red\":199,\"green\":64,\"blue\":27},\"percentage\":1.56},{\"rgb\":{\"red\":230,\"green\":173,\"blue\":158},\"percentage\":0.65}]}},\"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://1737475763622862849",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1737774926524805315"
+ ],
+ "editable_until_msecs": "1703156403000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "242465",
+ "state": "EnabledWithCount"
+ },
+ "source": "advertiser-interface",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Thu Dec 21 10:00:03 +0000 2023",
+ "conversation_id_str": "1737774926524805315",
+ "display_text_range": [
+ 0,
+ 99
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 9,
+ "favorited": false,
+ "full_text": "Profiteer tijdens de Warme Winter Weken bij Auping! Nu 15% voordeel op bijna ons hele assortiment 💙",
+ "is_quote_status": false,
+ "lang": "nl",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "scopes": {
+ "followers": false
+ },
+ "user_id_str": "145606726",
+ "id_str": "1737774926524805315"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "promotedMetadata": {
+ "advertiser_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDU2MDY3MjY=",
+ "rest_id": "145606726",
+ "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 May 19 11:27:05 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Al meer dan 135 jaar werken we bij Auping aan de beste manieren om uit te rusten. Wij geloven dat een uitgeruste wereld een betere wereld is. Auping, met liefde",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "auping.nl",
+ "expanded_url": "http://www.auping.nl",
+ "url": "https://t.co/SfjXDWhLqf",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2214,
+ "followers_count": 2380,
+ "friends_count": 455,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "Deventer, Holland",
+ "media_count": 275,
+ "name": "Koninklijke Auping",
+ "normal_followers_count": 2380,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/145606726/1536246575",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1037719591743574016/MeDbotyW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AupingNL",
+ "statuses_count": 2154,
+ "translator_type": "none",
+ "url": "https://t.co/SfjXDWhLqf",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "adMetadataContainer": {
+ "renderLegacyWebsiteCard": false
+ },
+ "disclosureType": "NoDisclosure",
+ "experimentValues": [
+ {
+ "key": "website_card_variation",
+ "value": "0"
+ }
+ ],
+ "impressionId": "147067263d8e4856",
+ "impressionString": "147067263d8e4856",
+ "clickTrackingInfo": {
+ "urlParams": [
+ {
+ "key": "twclid",
+ "value": "2-75wggm82qm20e21rvkyteyn71"
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1739819653837881347",
+ "sortIndex": "1739819653837881341",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1739819653837881347-tweet-1724387618761351637",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1724387618761351637",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NTI1NjcyMjY=",
+ "rest_id": "752567226",
+ "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 Aug 12 06:01:46 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Your #1 News source on everything X + https://t.co/rn58CVV9pw | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "x.AI",
+ "expanded_url": "http://x.AI",
+ "url": "https://t.co/rn58CVV9pw",
+ "indices": [
+ 38,
+ 61
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 39370,
+ "followers_count": 264890,
+ "friends_count": 4015,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1412,
+ "location": "X HQ",
+ "media_count": 3116,
+ "name": "X News Daily",
+ "normal_followers_count": 264890,
+ "pinned_tweet_ids_str": [
+ "1682849715862249472"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1690399864",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "xDaily",
+ "statuses_count": 11088,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1676343039281774593",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 579,
+ "name": "Media & News",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1724387618761351637"
+ ],
+ "editable_until_msecs": "1699964620000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "76937",
+ "state": "EnabledWithCount"
+ },
+ "source": "Typefully",
+ "legacy": {
+ "bookmark_count": 24,
+ "bookmarked": false,
+ "created_at": "Tue Nov 14 11:23:40 +0000 2023",
+ "conversation_id_str": "1724387618761351637",
+ "display_text_range": [
+ 0,
+ 197
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BaoAhjRdDB",
+ "expanded_url": "https://twitter.com/xDaily/status/1724387618761351637/photo/1",
+ "id_str": "1724387616014102528",
+ "indices": [
+ 198,
+ 221
+ ],
+ "media_key": "3_1724387616014102528",
+ "media_url_https": "https://pbs.twimg.com/media/F-5BZouacAAhRGQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/BaoAhjRdDB",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 366,
+ "width": 650,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 650,
+ "h": 364
+ },
+ {
+ "x": 255,
+ "y": 0,
+ "w": 366,
+ "h": 366
+ },
+ {
+ "x": 278,
+ "y": 0,
+ "w": 321,
+ "h": 366
+ },
+ {
+ "x": 347,
+ "y": 0,
+ "w": 183,
+ "h": 366
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 650,
+ "h": 366
+ }
+ ]
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.twitter.com/BaoAhjRdDB",
+ "expanded_url": "https://twitter.com/xDaily/status/1724387618761351637/photo/1",
+ "id_str": "1724387616014102528",
+ "indices": [
+ 198,
+ 221
+ ],
+ "media_key": "3_1724387616014102528",
+ "media_url_https": "https://pbs.twimg.com/media/F-5BZouacAAhRGQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/BaoAhjRdDB",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 366,
+ "w": 650,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 366,
+ "width": 650,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 650,
+ "h": 364
+ },
+ {
+ "x": 255,
+ "y": 0,
+ "w": 366,
+ "h": 366
+ },
+ {
+ "x": 278,
+ "y": 0,
+ "w": 321,
+ "h": 366
+ },
+ {
+ "x": 347,
+ "y": 0,
+ "w": 183,
+ "h": 366
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 650,
+ "h": 366
+ }
+ ]
+ }
+ }
+ ]
+ },
+ "favorite_count": 725,
+ "favorited": false,
+ "full_text": "NEWS: 𝕏's integration with Playstation consoles has now gone offline.\n\nIt seems whatever issue Sony has with X hasn't been resolved yet, though Elon stated last week he would look into the problem. https://t.co/BaoAhjRdDB",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 31,
+ "reply_count": 108,
+ "retweet_count": 122,
+ "retweeted": false,
+ "user_id_str": "752567226",
+ "id_str": "1724387618761351637"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1739819653837881347-tweet-1724511614206898410",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1724511614206898410",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjQ0OTk0OTQ1",
+ "rest_id": "2244994945",
+ "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": "Sat Dec 14 04:35:55 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.twitter.com",
+ "expanded_url": "https://developer.twitter.com/",
+ "url": "https://t.co/RUXWsqdGk8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2551,
+ "location": "127.0.0.1",
+ "media_count": 815,
+ "name": "Developers",
+ "normal_followers_count": 600385,
+ "pinned_tweet_ids_str": [
+ "1661790253886177280"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XDevelopers",
+ "statuses_count": 4042,
+ "translator_type": "regular",
+ "url": "https://t.co/RUXWsqdGk8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1516891231749517312",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1724511614206898410"
+ ],
+ "editable_until_msecs": "1699994183000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1186823",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 44,
+ "bookmarked": false,
+ "created_at": "Tue Nov 14 19:36:23 +0000 2023",
+ "conversation_id_str": "1724387618761351637",
+ "display_text_range": [
+ 8,
+ 133
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "752567226",
+ "name": "X News Daily",
+ "screen_name": "xDaily",
+ "indices": [
+ 0,
+ 7
+ ]
+ }
+ ]
+ },
+ "favorite_count": 895,
+ "favorited": false,
+ "full_text": "@xDaily To clarify, this is a legacy integration. We've reached out to explore new integrations including live-streaming. Stay tuned!",
+ "in_reply_to_screen_name": "xDaily",
+ "in_reply_to_status_id_str": "1724387618761351637",
+ "in_reply_to_user_id_str": "752567226",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 99,
+ "reply_count": 61,
+ "retweet_count": 138,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1724511614206898410"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1724387618761351637",
+ "1724511614206898410"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1720506615714213927",
+ "sortIndex": "1739819653837881340",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1720506615714213927",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjQ0OTk0OTQ1",
+ "rest_id": "2244994945",
+ "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": "Sat Dec 14 04:35:55 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.twitter.com",
+ "expanded_url": "https://developer.twitter.com/",
+ "url": "https://t.co/RUXWsqdGk8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2551,
+ "location": "127.0.0.1",
+ "media_count": 815,
+ "name": "Developers",
+ "normal_followers_count": 600385,
+ "pinned_tweet_ids_str": [
+ "1661790253886177280"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XDevelopers",
+ "statuses_count": 4042,
+ "translator_type": "regular",
+ "url": "https://t.co/RUXWsqdGk8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1516891231749517312",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/F3TbD440qA",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=144x144_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "We are excited to share the new Usage endpoint in the X API v2 that allows developers to see their Tweets usage programmatically. This corresponds to the usage that developers see in the developer...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 356,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=420x420_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 253,
+ "green": 253,
+ "red": 253
+ },
+ "percentage": 99.41
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 120,
+ "red": 118
+ },
+ "percentage": 0.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Announcing the new Usage endpoint in the X API v2",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/F3TbD440qA",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/F3TbD440qA",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1720506615714213927"
+ ],
+ "editable_until_msecs": "1699039317000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "110270",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 57,
+ "bookmarked": false,
+ "created_at": "Fri Nov 03 18:21:57 +0000 2023",
+ "conversation_id_str": "1720506615714213927",
+ "display_text_range": [
+ 0,
+ 204
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twittercommunity.com/t/announcing-t…",
+ "expanded_url": "https://twittercommunity.com/t/announcing-the-new-usage-endpoint-in-the-x-api-v2/208160",
+ "url": "https://t.co/F3TbD440qA",
+ "indices": [
+ 181,
+ 204
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 381,
+ "favorited": false,
+ "full_text": "You can now monitor your usage programmatically using the new Usage endpoint in the X API v2 🎉\n\nWe are working on new features that will be launched in the near future. Stay tuned! https://t.co/F3TbD440qA",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 58,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1720506615714213927"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
{
"entryId": "tweet-1693760896856920167",
- "sortIndex": "1719749408511229951",
+ "sortIndex": "1739819653837881339",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -267,16 +1675,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -332,6 +1740,10 @@
140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "6253282",
@@ -342,10 +1754,7 @@
7
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 0,
"favorited": false,
@@ -354,7 +1763,7 @@
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 115,
+ "retweet_count": 136,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1693760896856920167",
@@ -412,15 +1821,15 @@
},
"fast_followers_count": 0,
"favourites_count": 4,
- "followers_count": 5960941,
+ "followers_count": 5950729,
"friends_count": 31,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 12256,
+ "listed_count": 12243,
"location": "",
"media_count": 9,
"name": "API",
- "normal_followers_count": 5960941,
+ "normal_followers_count": 5950729,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
@@ -449,7 +1858,7 @@
},
"is_translatable": false,
"views": {
- "count": "142086",
+ "count": "160141",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -460,7 +1869,8 @@
"id": "Tm90ZVR3ZWV0OjE2OTM3NjA1OTEzNjA1NzM0NDA=",
"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 for the latest X features with our v2 API.\n\nFor more information including endpoints, timing, and how to migrate, visit here👇\nhttps://t.co/swGHDprqLN",
"entity_set": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
"urls": [
{
"display_url": "bit.ly/xforumdev",
@@ -472,8 +1882,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"richtext": {
"richtext_tags": []
@@ -485,7 +1894,7 @@
}
},
"legacy": {
- "bookmark_count": 43,
+ "bookmark_count": 44,
"bookmarked": false,
"created_at": "Mon Aug 21 23:02:48 +0000 2023",
"conversation_id_str": "1693760591503266165",
@@ -494,19 +1903,20 @@
281
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 392,
+ "favorite_count": 419,
"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": 18,
- "reply_count": 92,
- "retweet_count": 115,
+ "reply_count": 103,
+ "retweet_count": 136,
"retweeted": false,
"user_id_str": "6253282",
"id_str": "1693760591503266165"
@@ -531,35 +1941,34 @@
}
},
{
- "entryId": "promoted-tweet-1711418493898203539-5d43a8d200089a6",
- "sortIndex": "1719749408511229950",
+ "entryId": "who-to-follow-1739819653837881350",
+ "sortIndex": "1739819653837881338",
"content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1711418493898203539",
- "core": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "who-to-follow-1739819653837881350-user-31311757",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjM3ODk1MzQ2MzUyMjU5MDc4",
- "rest_id": "1637895346352259078",
+ "id": "VXNlcjozMTMxMTc1Nw==",
+ "rest_id": "31311757",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Circle",
+ "profile_image_shape": "Square",
"legacy": {
- "can_dm": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Mon Mar 20 19:14:30 +0000 2023",
- "default_profile": true,
+ "created_at": "Wed Apr 15 02:29:52 +0000 2009",
+ "default_profile": false,
"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.",
+ "description": "Lost? Follow us 🚗 🚶🏽 🚴♀️ 🚆",
"entities": {
"description": {
"urls": []
@@ -567,9 +1976,9 @@
"url": {
"urls": [
{
- "display_url": "aitoolreport.beehiiv.com/subscribe",
- "expanded_url": "https://aitoolreport.beehiiv.com/subscribe",
- "url": "https://t.co/8XHCZo8xBp",
+ "display_url": "maps.google.com",
+ "expanded_url": "http://maps.google.com",
+ "url": "https://t.co/WEaDNM49BF",
"indices": [
0,
23
@@ -579,229 +1988,261 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4787,
- "followers_count": 78802,
- "friends_count": 162,
- "has_custom_timelines": false,
+ "favourites_count": 3422,
+ "followers_count": 4377847,
+ "friends_count": 61,
+ "has_custom_timelines": true,
"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"
- ],
+ "listed_count": 16948,
+ "location": "",
+ "media_count": 2959,
+ "name": "Google Maps",
+ "normal_followers_count": 4377847,
+ "pinned_tweet_ids_str": [],
"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_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": "AIToolReport",
- "statuses_count": 4715,
+ "screen_name": "googlemaps",
+ "statuses_count": 137780,
"translator_type": "none",
- "url": "https://t.co/8XHCZo8xBp",
+ "url": "https://t.co/WEaDNM49BF",
"verified": false,
+ "verified_type": "Business",
"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"
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABCTc9FFcxhJsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
}
}
},
- "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": []
+ {
+ "entryId": "who-to-follow-1739819653837881350-user-1399766153053061121",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx",
+ "rest_id": "1399766153053061121",
+ "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"
+ }
},
- "url": {
- "urls": [
- {
- "display_url": "aitoolreport.beehiiv.com/subscribe",
- "expanded_url": "https://aitoolreport.beehiiv.com/subscribe",
- "url": "https://t.co/8XHCZo8xBp",
- "indices": [
- 0,
- 23
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "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": "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": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "x.com/i/premium_sign…",
+ "expanded_url": "https://x.com/i/premium_sign_up",
+ "url": "https://t.co/zJi0ZdXW63",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
]
}
- ]
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 450,
+ "followers_count": 738411,
+ "friends_count": 1,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1263,
+ "location": "",
+ "media_count": 46,
+ "name": "Premium",
+ "normal_followers_count": 738411,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "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": "premium",
+ "statuses_count": 1186,
+ "translator_type": "none",
+ "url": "https://t.co/zJi0ZdXW63",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
}
- },
- "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": []
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABCTc9FFcxhJsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
}
}
- },
- "adMetadataContainer": {
- "renderLegacyWebsiteCard": false
- },
- "disclosureType": "NoDisclosure",
- "experimentValues": [
- {
- "key": "website_card_variation",
- "value": "0"
- }
- ],
- "impressionId": "5d43a8d200089a6",
- "impressionString": "5d43a8d200089a6",
- "clickTrackingInfo": {
- "urlParams": [
- {
- "key": "twclid",
- "value": "2-6gqjuj6g9m1k8j6l1lo563j5k"
+ }
+ },
+ {
+ "entryId": "who-to-follow-1739819653837881350-user-3282859598",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMjgyODU5NTk4",
+ "rest_id": "3282859598",
+ "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": true,
+ "can_media_tag": false,
+ "created_at": "Sat Jul 18 00:54:11 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "X is for creators.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 8626,
+ "followers_count": 12879779,
+ "friends_count": 16,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3358,
+ "location": "",
+ "media_count": 2684,
+ "name": "Creators",
+ "normal_followers_count": 12879779,
+ "pinned_tweet_ids_str": [
+ "1559300999944314884"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3282859598/1690180322",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683364393323577345/uUWH_TiG_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XCreators",
+ "statuses_count": 8963,
+ "translator_type": "none",
+ "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": "DAABCgABCTc9FFcxhJsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
}
- ]
+ }
+ }
+ }
+ ],
+ "displayType": "Vertical",
+ "header": {
+ "displayType": "Classic",
+ "text": "Who to follow",
+ "sticky": false
+ },
+ "footer": {
+ "displayType": "Classic",
+ "text": "Show more",
+ "landingUrl": {
+ "url": "twitter://connect_people?user_id=2244994945&display_location=profile_wtf_showmore",
+ "urlType": "DeepLink"
+ }
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABCTc9FFcxhJsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
}
}
}
}
},
{
- "entryId": "profile-conversation-1719749408511229955",
- "sortIndex": "1719749408511229949",
+ "entryId": "profile-conversation-1739819653837881351",
+ "sortIndex": "1739819653837881337",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229955-tweet-1676414058583703552",
+ "entryId": "profile-conversation-1739819653837881351-tweet-1676414058583703552",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -826,14 +2267,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/A4aVgbxU6g",
+ "description": "Official Twitter account for the National Weather Service Denver/Boulder forecast office. Details: https://t.co/A4aVgbxmgI",
"entities": {
"description": {
"urls": [
{
"display_url": "weather.gov/twitter",
"expanded_url": "http://weather.gov/twitter",
- "url": "https://t.co/A4aVgbxU6g",
+ "url": "https://t.co/A4aVgbxmgI",
"indices": [
99,
122
@@ -846,7 +2287,7 @@
{
"display_url": "weather.gov/bou",
"expanded_url": "http://www.weather.gov/bou",
- "url": "https://t.co/RxMX2Twwxx",
+ "url": "https://t.co/RxMX2TvYHZ",
"indices": [
0,
23
@@ -856,27 +2297,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 7875,
- "followers_count": 93077,
- "friends_count": 230,
+ "favourites_count": 8069,
+ "followers_count": 95454,
+ "friends_count": 232,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1427,
+ "listed_count": 1431,
"location": "Boulder Colorado",
- "media_count": 25286,
+ "media_count": 25554,
"name": "NWS Boulder",
- "normal_followers_count": 93077,
+ "normal_followers_count": 95454,
"pinned_tweet_ids_str": [
"1187794881386864641"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/598443842/1695535751",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/598443842/1703543333",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/882143296239398912/tA_fYbDJ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "NWSBoulder",
- "statuses_count": 38542,
+ "statuses_count": 38910,
"translator_type": "none",
- "url": "https://t.co/RxMX2Twwxx",
+ "url": "https://t.co/RxMX2TvYHZ",
"verified": false,
"verified_type": "Government",
"want_retweets": false,
@@ -899,12 +2340,12 @@
},
"is_translatable": false,
"views": {
- "count": "499497",
+ "count": "500325",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 32,
+ "bookmark_count": 29,
"bookmarked": false,
"created_at": "Wed Jul 05 02:13:52 +0000 2023",
"conversation_id_str": "1676414058583703552",
@@ -913,7 +2354,17 @@
265
],
"entities": {
- "user_mentions": [],
+ "hashtags": [
+ {
+ "indices": [
+ 260,
+ 265
+ ],
+ "text": "cowx"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "weather.gov/bou/spotters",
@@ -925,27 +2376,18 @@
]
}
],
- "hashtags": [
- {
- "indices": [
- 260,
- 265
- ],
- "text": "cowx"
- }
- ],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 1341,
+ "favorite_count": 1318,
"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": 259,
- "reply_count": 94,
- "retweet_count": 394,
+ "quote_count": 249,
+ "reply_count": 91,
+ "retweet_count": 391,
"retweeted": false,
"user_id_str": "598443842",
"id_str": "1676414058583703552"
@@ -967,7 +2409,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229955-tweet-1676650097566949377",
+ "entryId": "profile-conversation-1739819653837881351-tweet-1676650097566949377",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1025,16 +2467,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1076,7 +2518,7 @@
},
"is_translatable": false,
"views": {
- "count": "2484",
+ "count": "2658",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -1090,6 +2532,10 @@
206
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "598443842",
@@ -1100,10 +2546,7 @@
11
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 8,
"favorited": false,
@@ -1159,14 +2602,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229956",
- "sortIndex": "1719749408511229948",
+ "entryId": "profile-conversation-1739819653837881352",
+ "sortIndex": "1739819653837881336",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229956-tweet-1674123761824550920",
+ "entryId": "profile-conversation-1739819653837881352-tweet-1674123761824550920",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1191,23 +2634,33 @@
"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, @xUpdatesRadar and @swak_12",
+ "description": "Your #1 News source on everything X + https://t.co/rn58CVV9pw | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "x.AI",
+ "expanded_url": "http://x.AI",
+ "url": "https://t.co/rn58CVV9pw",
+ "indices": [
+ 38,
+ 61
+ ]
+ }
+ ]
}
},
"fast_followers_count": 0,
- "favourites_count": 35549,
- "followers_count": 226264,
- "friends_count": 3802,
+ "favourites_count": 39370,
+ "followers_count": 264890,
+ "friends_count": 4015,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1289,
+ "listed_count": 1412,
"location": "X HQ",
- "media_count": 2833,
+ "media_count": 3116,
"name": "X News Daily",
- "normal_followers_count": 226264,
+ "normal_followers_count": 264890,
"pinned_tweet_ids_str": [
"1682849715862249472"
],
@@ -1216,7 +2669,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 10381,
+ "statuses_count": 11088,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1248,7 +2701,7 @@
},
"is_translatable": false,
"views": {
- "count": "124987",
+ "count": "142011",
"state": "EnabledWithCount"
},
"source": "TweetDeck",
@@ -1262,6 +2715,7 @@
276
],
"entities": {
+ "hashtags": [],
"media": [
{
"display_url": "pic.twitter.com/oJxyIaWN9n",
@@ -1352,10 +2806,10 @@
}
}
],
- "user_mentions": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"extended_entities": {
"media": [
@@ -1449,7 +2903,7 @@
}
]
},
- "favorite_count": 435,
+ "favorite_count": 426,
"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,
@@ -1458,7 +2912,7 @@
"possibly_sensitive_editable": true,
"quote_count": 17,
"reply_count": 50,
- "retweet_count": 85,
+ "retweet_count": 86,
"retweeted": false,
"user_id_str": "752567226",
"id_str": "1674123761824550920"
@@ -1480,7 +2934,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229956-tweet-1674125213968093184",
+ "entryId": "profile-conversation-1739819653837881352-tweet-1674125213968093184",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1505,23 +2959,33 @@
"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, @xUpdatesRadar and @swak_12",
+ "description": "Your #1 News source on everything X + https://t.co/rn58CVV9pw | Hit Follow and sign up for notifications! 🔔 | Contributors: @HXMnCK, @512x512, @xUpdatesRadar and @swak_12",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "x.AI",
+ "expanded_url": "http://x.AI",
+ "url": "https://t.co/rn58CVV9pw",
+ "indices": [
+ 38,
+ 61
+ ]
+ }
+ ]
}
},
"fast_followers_count": 0,
- "favourites_count": 35549,
- "followers_count": 226264,
- "friends_count": 3802,
+ "favourites_count": 39370,
+ "followers_count": 264890,
+ "friends_count": 4015,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1289,
+ "listed_count": 1412,
"location": "X HQ",
- "media_count": 2833,
+ "media_count": 3116,
"name": "X News Daily",
- "normal_followers_count": 226264,
+ "normal_followers_count": 264890,
"pinned_tweet_ids_str": [
"1682849715862249472"
],
@@ -1530,7 +2994,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 10381,
+ "statuses_count": 11088,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1562,7 +3026,7 @@
},
"is_translatable": false,
"views": {
- "count": "15896",
+ "count": "16063",
"state": "EnabledWithCount"
},
"source": "TweetDeck",
@@ -1576,6 +3040,10 @@
221
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "423824313",
@@ -1622,12 +3090,9 @@
184
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
- "favorite_count": 67,
+ "favorite_count": 66,
"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",
@@ -1659,7 +3124,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229956-tweet-1674428537057726472",
+ "entryId": "profile-conversation-1739819653837881352-tweet-1674428537057726472",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1717,16 +3182,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1768,7 +3233,7 @@
},
"is_translatable": false,
"views": {
- "count": "87063",
+ "count": "87367",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -1779,6 +3244,9 @@
"id": "Tm90ZVR3ZWV0OjE2NzQ0Mjg1MzY5MzYwODM0NjI=",
"text": "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 possible and we'll be quick to help out.",
"entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "1683088317909180419",
@@ -1789,10 +3257,7 @@
16
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"richtext": {
"richtext_tags": []
@@ -1813,6 +3278,10 @@
358
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "1683088317909180419",
@@ -1877,10 +3346,7 @@
102
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 191,
"favorited": false,
@@ -1937,14 +3403,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229957",
- "sortIndex": "1719749408511229947",
+ "entryId": "profile-conversation-1739819653837881353",
+ "sortIndex": "1739819653837881335",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229957-tweet-1649035925073063938",
+ "entryId": "profile-conversation-1739819653837881353-tweet-1649035925073063938",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2008,25 +3474,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8821,
- "followers_count": 304187,
- "friends_count": 517,
+ "favourites_count": 8826,
+ "followers_count": 306522,
+ "friends_count": 521,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2347,
+ "listed_count": 2355,
"location": "based in Paris, works globally",
- "media_count": 101519,
+ "media_count": 103037,
"name": "EMSC",
- "normal_followers_count": 304187,
+ "normal_followers_count": 306522,
"pinned_tweet_ids_str": [
- "1717505912456307004"
+ "1721860069673886054"
],
"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": 166690,
+ "statuses_count": 168900,
"translator_type": "none",
"url": "https://t.co/Gqo1PffnsH",
"verified": false,
@@ -2047,7 +3513,7 @@
},
"is_translatable": false,
"views": {
- "count": "125944",
+ "count": "126200",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -2061,6 +3527,7 @@
278
],
"entities": {
+ "hashtags": [],
"media": [
{
"display_url": "pic.twitter.com/3XIeaCSHUU",
@@ -2151,6 +3618,9 @@
}
}
],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "44196397",
@@ -2170,10 +3640,7 @@
215
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"extended_entities": {
"media": [
@@ -2267,7 +3734,7 @@
}
]
},
- "favorite_count": 103,
+ "favorite_count": 104,
"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,
@@ -2298,7 +3765,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229957-tweet-1653505446211211290",
+ "entryId": "profile-conversation-1739819653837881353-tweet-1653505446211211290",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2356,16 +3823,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -2407,7 +3874,7 @@
},
"is_translatable": false,
"views": {
- "count": "16662",
+ "count": "16731",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -2421,6 +3888,10 @@
45
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "203226820",
@@ -2440,10 +3911,7 @@
20
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 16,
"favorited": false,
@@ -2498,1347 +3966,9 @@
}
}
},
- {
- "entryId": "who-to-follow-1719749408511229958",
- "sortIndex": "1719749408511229946",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "who-to-follow-1719749408511229958-user-1399766153053061121",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx",
- "rest_id": "1399766153053061121",
- "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": true,
- "can_media_tag": false,
- "created_at": "Tue Jun 01 16:34:27 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "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": []
- },
- "url": {
- "urls": [
- {
- "display_url": "x.com/i/premium_sign…",
- "expanded_url": "https://x.com/i/premium_sign_up",
- "url": "https://t.co/zJi0ZdXW63",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 457,
- "followers_count": 691049,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1212,
- "location": "",
- "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/1399766153053061121/1690180776",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683366300054069248/67v23AEj_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "premium",
- "statuses_count": 1185,
- "translator_type": "none",
- "url": "https://t.co/zJi0ZdXW63",
- "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": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1719749408511229958-user-31311757",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTMxMTc1Nw==",
- "rest_id": "31311757",
- "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 Apr 15 02:29:52 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Lost? Follow us 🚗 🚶🏽 🚴♀️ 🚆",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "maps.google.com",
- "expanded_url": "http://maps.google.com",
- "url": "https://t.co/WEaDNM49BF",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3419,
- "followers_count": 4360376,
- "friends_count": 61,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16963,
- "location": "",
- "media_count": 2951,
- "name": "Google Maps",
- "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": 135941,
- "translator_type": "none",
- "url": "https://t.co/WEaDNM49BF",
- "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": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1719749408511229958-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": "DAABCgAB+pWMu3/6ckQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "displayType": "Vertical",
- "header": {
- "displayType": "Classic",
- "text": "Who to follow",
- "sticky": false
- },
- "footer": {
- "displayType": "Classic",
- "text": "Show more",
- "landingUrl": {
- "url": "twitter://connect_people?user_id=2244994945&display_location=profile_wtf_showmore",
- "urlType": "DeepLink"
- }
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "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"
- }
- ]
- }
- }
- }
- }
- },
{
"entryId": "tweet-1653492584176656384",
- "sortIndex": "1719749408511229944",
+ "sortIndex": "1739819653837881334",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3898,16 +4028,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -3949,12 +4079,12 @@
},
"is_translatable": false,
"views": {
- "count": "4113974",
+ "count": "4124731",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 150,
+ "bookmark_count": 151,
"bookmarked": false,
"created_at": "Tue May 02 20:12:07 +0000 2023",
"conversation_id_str": "1653492584176656384",
@@ -3963,19 +4093,20 @@
255
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 2380,
+ "favorite_count": 2387,
"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": 516,
- "reply_count": 438,
- "retweet_count": 561,
+ "quote_count": 505,
+ "reply_count": 439,
+ "retweet_count": 577,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1653492584176656384"
@@ -3997,14 +4128,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229961",
- "sortIndex": "1719749408511229943",
+ "entryId": "profile-conversation-1739819653837881355",
+ "sortIndex": "1739819653837881333",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229961-tweet-1649191520250245121",
+ "entryId": "profile-conversation-1739819653837881355-tweet-1649191520250245121",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4062,16 +4193,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4113,12 +4244,12 @@
},
"is_translatable": false,
"views": {
- "count": "622027",
+ "count": "648826",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 65,
+ "bookmark_count": 67,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -4127,19 +4258,20 @@
98
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 404,
+ "favorite_count": 431,
"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": 114,
- "reply_count": 97,
- "retweet_count": 205,
+ "quote_count": 113,
+ "reply_count": 98,
+ "retweet_count": 213,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191520250245121"
@@ -4161,7 +4293,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229961-tweet-1649191522485817345",
+ "entryId": "profile-conversation-1739819653837881355-tweet-1649191522485817345",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4219,16 +4351,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4273,12 +4405,12 @@
},
"is_translatable": false,
"views": {
- "count": "116894",
+ "count": "124231",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -4287,7 +4419,9 @@
256
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "shorturl.at/uwAKZ",
@@ -4299,10 +4433,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 128,
"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",
@@ -4313,8 +4446,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 14,
- "reply_count": 26,
- "retweet_count": 30,
+ "reply_count": 29,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191522485817345"
@@ -4336,7 +4469,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229961-tweet-1649191523697979392",
+ "entryId": "profile-conversation-1739819653837881355-tweet-1649191523697979392",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4394,16 +4527,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4448,12 +4581,12 @@
},
"is_translatable": false,
"views": {
- "count": "89017",
+ "count": "95011",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 7,
+ "bookmark_count": 8,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -4462,7 +4595,9 @@
193
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com",
@@ -4474,10 +4609,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 125,
"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",
@@ -4489,7 +4623,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 36,
- "retweet_count": 28,
+ "retweet_count": 35,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191523697979392"
@@ -4536,7 +4670,7 @@
},
{
"entryId": "tweet-1643373950930661377",
- "sortIndex": "1719749408511229942",
+ "sortIndex": "1739819653837881332",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4596,16 +4730,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4651,19 +4785,19 @@
},
"previous_counts": {
"bookmark_count": 10,
- "favorite_count": 93,
+ "favorite_count": 92,
"quote_count": 13,
- "reply_count": 30,
+ "reply_count": 29,
"retweet_count": 28
},
"is_translatable": false,
"views": {
- "count": "225583",
+ "count": "231846",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 49,
+ "bookmark_count": 50,
"bookmarked": false,
"created_at": "Tue Apr 04 22:04:16 +0000 2023",
"conversation_id_str": "1643373950930661377",
@@ -4672,19 +4806,20 @@
270
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 433,
+ "favorite_count": 452,
"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": 189,
- "retweet_count": 122,
+ "reply_count": 191,
+ "retweet_count": 140,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1643373950930661377"
@@ -4706,14 +4841,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229963",
- "sortIndex": "1719749408511229941",
+ "entryId": "profile-conversation-1739819653837881357",
+ "sortIndex": "1739819653837881331",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229963-tweet-1641222788911624192",
+ "entryId": "profile-conversation-1739819653837881357-tweet-1641222788911624192",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4771,16 +4906,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4822,7 +4957,7 @@
},
"is_translatable": false,
"views": {
- "count": "294318",
+ "count": "300644",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -4836,12 +4971,13 @@
195
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 213,
+ "favorite_count": 221,
"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",
@@ -4850,8 +4986,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 69,
- "reply_count": 64,
- "retweet_count": 107,
+ "reply_count": 65,
+ "retweet_count": 114,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222788911624192"
@@ -4873,7 +5009,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229963-tweet-1641222789901484034",
+ "entryId": "profile-conversation-1739819653837881357-tweet-1641222789901484034",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4931,16 +5067,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4982,7 +5118,7 @@
},
"is_translatable": false,
"views": {
- "count": "292022",
+ "count": "296844",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -4996,12 +5132,13 @@
224
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 153,
+ "favorite_count": 158,
"favorited": false,
"full_text": "Thank you for your patience as we introduce you to our new API access tiers and evolve our Developer Platform. We are excited for the future of our developer ecosystem and are looking forward to seeing what you build next! 🚀",
"in_reply_to_screen_name": "XDevelopers",
@@ -5010,8 +5147,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 26,
- "reply_count": 92,
- "retweet_count": 80,
+ "reply_count": 93,
+ "retweet_count": 86,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222789901484034"
@@ -5055,428 +5192,14 @@
}
},
{
- "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",
+ "entryId": "profile-conversation-1739819653837881358",
+ "sortIndex": "1739819653837881330",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229965-tweet-1641222786894135296",
+ "entryId": "profile-conversation-1739819653837881358-tweet-1641222786894135296",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -5534,16 +5257,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -5585,12 +5308,12 @@
},
"is_translatable": false,
"views": {
- "count": "1061310",
+ "count": "1075922",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 79,
+ "bookmark_count": 77,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -5599,12 +5322,13 @@
224
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 502,
+ "favorite_count": 523,
"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",
@@ -5612,9 +5336,9 @@
"in_reply_to_user_id_str": "2244994945",
"is_quote_status": false,
"lang": "en",
- "quote_count": 259,
- "reply_count": 77,
- "retweet_count": 356,
+ "quote_count": 251,
+ "reply_count": 84,
+ "retweet_count": 357,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222786894135296"
@@ -5636,7 +5360,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229965-tweet-1641222787934355456",
+ "entryId": "profile-conversation-1739819653837881358-tweet-1641222787934355456",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -5694,16 +5418,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -5745,12 +5469,12 @@
},
"is_translatable": false,
"views": {
- "count": "223672",
+ "count": "229522",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 6,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -5759,12 +5483,13 @@
138
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 155,
+ "favorite_count": 158,
"favorited": false,
"full_text": "Ads API will continue to be available at no additional cost to approved Twitter API developers, including developers on the new Free tier.",
"in_reply_to_screen_name": "XDevelopers",
@@ -5772,9 +5497,9 @@
"in_reply_to_user_id_str": "2244994945",
"is_quote_status": false,
"lang": "en",
- "quote_count": 4,
+ "quote_count": 5,
"reply_count": 6,
- "retweet_count": 72,
+ "retweet_count": 76,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222787934355456"
@@ -5817,14 +5542,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229966",
- "sortIndex": "1719749408511229938",
+ "entryId": "profile-conversation-1739819653837881359",
+ "sortIndex": "1739819653837881329",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229966-tweet-1641222785702952961",
+ "entryId": "profile-conversation-1739819653837881359-tweet-1641222785702952961",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -5882,16 +5607,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -5936,12 +5661,12 @@
},
"is_translatable": false,
"views": {
- "count": "240875",
+ "count": "245172",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 13,
+ "bookmark_count": 14,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -5950,7 +5675,9 @@
234
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com/en",
@@ -5962,10 +5689,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 144,
+ "favorite_count": 151,
"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",
@@ -5976,8 +5702,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 10,
- "reply_count": 13,
- "retweet_count": 68,
+ "reply_count": 15,
+ "retweet_count": 72,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222785702952961"
@@ -6020,14 +5746,14 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229967",
- "sortIndex": "1719749408511229937",
+ "entryId": "profile-conversation-1739819653837881360",
+ "sortIndex": "1739819653837881328",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749408511229967-tweet-1641222782594990080",
+ "entryId": "profile-conversation-1739819653837881360-tweet-1641222782594990080",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -6085,16 +5811,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -6136,7 +5862,7 @@
},
"is_translatable": false,
"views": {
- "count": "7243850",
+ "count": "7266194",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -6150,18 +5876,19 @@
123
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 1482,
+ "favorite_count": 1483,
"favorited": false,
"full_text": "Today we are launching our new Twitter API access tiers! We’re excited to share more details about our self-serve access. 🧵",
"is_quote_status": false,
"lang": "en",
- "quote_count": 1011,
- "reply_count": 546,
+ "quote_count": 981,
+ "reply_count": 541,
"retweet_count": 1061,
"retweeted": false,
"user_id_str": "2244994945",
@@ -6184,7 +5911,7 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229967-tweet-1641222784599879680",
+ "entryId": "profile-conversation-1739819653837881360-tweet-1641222784599879680",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -6242,16 +5969,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -6296,12 +6023,12 @@
},
"is_translatable": false,
"views": {
- "count": "1698507",
+ "count": "1707656",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 67,
+ "bookmark_count": 65,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:18 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -6310,7 +6037,9 @@
195
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com/en/portal/prod…",
@@ -6322,8 +6051,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"favorite_count": 386,
"favorited": false,
@@ -6335,9 +6063,9 @@
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 846,
- "reply_count": 249,
- "retweet_count": 473,
+ "quote_count": 823,
+ "reply_count": 246,
+ "retweet_count": 472,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222784599879680"
@@ -6380,474 +6108,22 @@
}
},
{
- "entryId": "profile-conversation-1719749408511229968",
- "sortIndex": "1719749408511229936",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1719749408511229968-tweet-1641222783601631233",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1641222783601631233",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjQ0OTk0OTQ1",
- "rest_id": "2244994945",
- "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": "Sat Dec 14 04:35:55 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.twitter.com",
- "expanded_url": "https://developer.twitter.com/",
- "url": "https://t.co/RUXWsqdGk8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2516,
- "location": "127.0.0.1",
- "media_count": 815,
- "name": "Developers",
- "normal_followers_count": 596281,
- "pinned_tweet_ids_str": [
- "1661790253886177280"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "XDevelopers",
- "statuses_count": 4042,
- "translator_type": "regular",
- "url": "https://t.co/RUXWsqdGk8",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1516891231749517312",
- "professional_type": "Business",
- "category": [
- {
- "id": 1009,
- "name": "Community",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- }
- },
- "unmention_data": {},
- "unified_card": {
- "card_fetch_state": "NoCard"
- },
- "edit_control": {
- "edit_tweet_ids": [
- "1641222783601631233"
- ],
- "editable_until_msecs": "1680134778000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1163306",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 96,
- "bookmarked": false,
- "created_at": "Wed Mar 29 23:36:18 +0000 2023",
- "conversation_id_str": "1641222782594990080",
- "display_text_range": [
- 0,
- 230
- ],
- "entities": {
- "user_mentions": [],
- "urls": [
- {
- "display_url": "developer.twitter.com/en/portal/prod…",
- "expanded_url": "https://developer.twitter.com/en/portal/products/free",
- "url": "https://t.co/CqCRD3vbE5",
- "indices": [
- 207,
- 230
- ]
- }
- ],
- "hashtags": [],
- "symbols": []
- },
- "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",
- "in_reply_to_status_id_str": "1641222782594990080",
- "in_reply_to_user_id_str": "2244994945",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 349,
- "reply_count": 66,
- "retweet_count": 360,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1641222783601631233"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1641222783601631233"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
- }
- }
- }
- }
- },
- {
- "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",
+ "entryId": "cursor-top-1739819653837881345",
+ "sortIndex": "1739819653837881345",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93G-bUAJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA",
+ "value": "DAABCgABGCUUwdhAJxEKAAIYFToVz9rAgAgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1719749408511229934",
- "sortIndex": "1719749408511229934",
+ "entryId": "cursor-bottom-1739819653837881327",
+ "sortIndex": "1739819653837881327",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93G-bT__-wKAAIWxsttFdpgAQgAAwAAAAIAAA",
+ "value": "DAABCgABGCUUwdg__-0KAAIWxsttUVpwAAgAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/user_tweets_raw.json b/tests/mocked-data/user_tweets_raw.json
index be40bd3..3400844 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": "1719749399019520000",
+ "sortIndex": "1739819648242679808",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -73,16 +73,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -124,7 +124,7 @@
},
"is_translatable": false,
"views": {
- "count": "689453",
+ "count": "726001",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -135,7 +135,8 @@
"id": "Tm90ZVR3ZWV0OjE2NjE3OTAyNTM4MTkwNjg0MzA=",
"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 build next!\n\nSign-up now: https://t.co/uXtgqhjFKz",
"entity_set": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
"urls": [
{
"display_url": "developer.twitter.com",
@@ -147,8 +148,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"richtext": {
"richtext_tags": []
@@ -160,7 +160,7 @@
}
},
"legacy": {
- "bookmark_count": 156,
+ "bookmark_count": 171,
"bookmarked": false,
"created_at": "Thu May 25 17:44:05 +0000 2023",
"conversation_id_str": "1661790253886177280",
@@ -169,19 +169,20 @@
277
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 805,
+ "favorite_count": 912,
"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": 183,
- "reply_count": 410,
- "retweet_count": 207,
+ "quote_count": 192,
+ "reply_count": 440,
+ "retweet_count": 247,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1661790253886177280"
@@ -208,9 +209,895 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "tweet-1735357096777138304",
+ "sortIndex": "1739819648242679807",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1735357096777138304",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjQ0OTk0OTQ1",
+ "rest_id": "2244994945",
+ "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": "Sat Dec 14 04:35:55 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.twitter.com",
+ "expanded_url": "https://developer.twitter.com/",
+ "url": "https://t.co/RUXWsqdGk8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2551,
+ "location": "127.0.0.1",
+ "media_count": 815,
+ "name": "Developers",
+ "normal_followers_count": 600385,
+ "pinned_tweet_ids_str": [
+ "1661790253886177280"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XDevelopers",
+ "statuses_count": 4042,
+ "translator_type": "regular",
+ "url": "https://t.co/RUXWsqdGk8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1516891231749517312",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/iWVHGMWojH",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=144x144_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "We are excited to announce two new endpoints in the X API v2: Users Search Trends lookup These endpoints are available to all developers with the Pro access in the X API. The Users Search endpoint...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 420,
+ "width": 420,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=420x420_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 2453,
+ "width": 2400,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 2048,
+ "width": 2004,
+ "url": "https://pbs.twimg.com/card_img/1735721389066178560/9I28EIMh?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 0,
+ "green": 0,
+ "red": 0
+ },
+ "percentage": 24.36
+ },
+ {
+ "rgb": {
+ "blue": 105,
+ "green": 105,
+ "red": 105
+ },
+ "percentage": 0.73
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Announcing the Users Search and Trends lookup endpoints in the X API v2",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/iWVHGMWojH",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/iWVHGMWojH",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1735357096777138304"
+ ],
+ "editable_until_msecs": "1702579947000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "35490",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 23,
+ "bookmarked": false,
+ "created_at": "Thu Dec 14 17:52:27 +0000 2023",
+ "conversation_id_str": "1735357096777138304",
+ "display_text_range": [
+ 0,
+ 202
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "bit.ly/xcommunity",
+ "expanded_url": "https://bit.ly/xcommunity",
+ "url": "https://t.co/iWVHGMWojH",
+ "indices": [
+ 179,
+ 202
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 200,
+ "favorited": false,
+ "full_text": "Users search and Trends lookup endpoints are now available in X API v2 -- exclusively on Pro & Enterprise! \n\nWant to learn more about what these endpoints can do, visit here: https://t.co/iWVHGMWojH",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 13,
+ "reply_count": 21,
+ "retweet_count": 73,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1735357096777138304"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "promoted-tweet-1738120943040450760-1470d1b8382a2e38",
+ "sortIndex": "1739819648242679806",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1738120943040450760",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDU2MDY3MjY=",
+ "rest_id": "145606726",
+ "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 May 19 11:27:05 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Al meer dan 135 jaar werken we bij Auping aan de beste manieren om uit te rusten. Wij geloven dat een uitgeruste wereld een betere wereld is. Auping, met liefde",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "auping.nl",
+ "expanded_url": "http://www.auping.nl",
+ "url": "https://t.co/SfjXDWhLqf",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2214,
+ "followers_count": 2380,
+ "friends_count": 455,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "Deventer, Holland",
+ "media_count": 275,
+ "name": "Koninklijke Auping",
+ "normal_followers_count": 2380,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/145606726/1536246575",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1037719591743574016/MeDbotyW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AupingNL",
+ "statuses_count": 2154,
+ "translator_type": "none",
+ "url": "https://t.co/SfjXDWhLqf",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "card://1738120633140101120",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "unified_card",
+ "value": {
+ "string_value": "{\"type\":\"image_carousel_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"15% voordeel\",\"is_rtl\":false},\"subtitle\":{\"content\":\"auping.com\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"swipeable_media_1\":{\"type\":\"swipeable_media\",\"data\":{\"media_list\":[{\"id\":\"3_1737106444850429953\",\"destination\":\"browser_1\"},{\"id\":\"3_1737106427515486208\",\"destination\":\"browser_1\"},{\"id\":\"3_1737106407919656960\",\"destination\":\"browser_1\"},{\"id\":\"3_1737106389733117952\",\"destination\":\"browser_1\"},{\"id\":\"3_1737106372393914368\",\"destination\":\"browser_1\"},{\"id\":\"3_1737106351984398338\",\"destination\":\"browser_1\"}]}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://www.auping.com/nl/beddengoed/dekbedovertrekken?utm_source=soc_pr_Twitter&utm_medium=smc&utm_campaign=au-nl-bd___twitter&utm_content=35178489_44782634&utm_id=28792\",\"vanity\":\"auping.com\"}}}},\"components\":[\"swipeable_media_1\",\"details_1\"],\"media_entities\":{\"3_1737106427515486208\":{\"id\":1737106427515486208,\"id_str\":\"1737106427515486208\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxF50bwAAUPdj.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106427515486208\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":185,\"green\":181,\"blue\":170},\"percentage\":55.63},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":11.08},{\"rgb\":{\"red\":168,\"green\":136,\"blue\":99},\"percentage\":7.37},{\"rgb\":{\"red\":226,\"green\":104,\"blue\":98},\"percentage\":6.97},{\"rgb\":{\"red\":22,\"green\":7,\"blue\":2},\"percentage\":3.18}]}},\"ttl\":-1}}},\"3_1737106372393914368\":{\"id\":1737106372393914368,\"id_str\":\"1737106372393914368\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxCsebUAAOikW.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106372393914368\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":187,\"green\":186,\"blue\":177},\"percentage\":55.49},{\"rgb\":{\"red\":81,\"green\":116,\"blue\":200},\"percentage\":6.99},{\"rgb\":{\"red\":107,\"green\":84,\"blue\":61},\"percentage\":5.68},{\"rgb\":{\"red\":2,\"green\":34,\"blue\":53},\"percentage\":5.33},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":4.72}]}},\"ttl\":-1}}},\"3_1737106389733117952\":{\"id\":1737106389733117952,\"id_str\":\"1737106389733117952\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxDtEakAALuWr.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106389733117952\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":178,\"green\":174,\"blue\":171},\"percentage\":60.44},{\"rgb\":{\"red\":44,\"green\":50,\"blue\":48},\"percentage\":26.2},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":4.72},{\"rgb\":{\"red\":253,\"green\":253,\"blue\":253},\"percentage\":1.39},{\"rgb\":{\"red\":100,\"green\":139,\"blue\":108},\"percentage\":0.93}]}},\"ttl\":-1}}},\"3_1737106444850429953\":{\"id\":1737106444850429953,\"id_str\":\"1737106444850429953\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxG6ZaAAECu_1.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106444850429953\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":188,\"green\":187,\"blue\":185},\"percentage\":46.25},{\"rgb\":{\"red\":161,\"green\":87,\"blue\":43},\"percentage\":14.98},{\"rgb\":{\"red\":154,\"green\":123,\"blue\":102},\"percentage\":11.32},{\"rgb\":{\"red\":15,\"green\":27,\"blue\":54},\"percentage\":7.39},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":4.7}]}},\"ttl\":-1}}},\"3_1737106407919656960\":{\"id\":1737106407919656960,\"id_str\":\"1737106407919656960\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxEw0bIAAe-eG.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106407919656960\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":182,\"green\":182,\"blue\":177},\"percentage\":32.85},{\"rgb\":{\"red\":73,\"green\":63,\"blue\":54},\"percentage\":18.76},{\"rgb\":{\"red\":166,\"green\":129,\"blue\":144},\"percentage\":13.7},{\"rgb\":{\"red\":118,\"green\":142,\"blue\":79},\"percentage\":7.2},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":4.7}]}},\"ttl\":-1}}},\"3_1737106351984398338\":{\"id\":1737106351984398338,\"id_str\":\"1737106351984398338\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GBtxBgca0AIIAng.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":800,\"height\":800,\"focus_rects\":[{\"x\":0,\"y\":116,\"h\":448,\"w\":800},{\"x\":0,\"y\":0,\"h\":800,\"w\":800},{\"x\":98,\"y\":0,\"h\":800,\"w\":702},{\"x\":400,\"y\":0,\"h\":800,\"w\":400},{\"x\":0,\"y\":0,\"h\":800,\"w\":800}]},\"sizes\":{\"medium\":{\"w\":800,\"h\":800,\"resize\":\"fit\"},\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"large\":{\"w\":800,\"h\":800,\"resize\":\"fit\"}},\"source_user_id\":145606726,\"source_user_id_str\":\"145606726\",\"media_key\":\"3_1737106351984398338\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":204,\"green\":193,\"blue\":185},\"percentage\":69.45},{\"rgb\":{\"red\":182,\"green\":138,\"blue\":111},\"percentage\":6.25},{\"rgb\":{\"red\":200,\"green\":63,\"blue\":27},\"percentage\":4.69},{\"rgb\":{\"red\":50,\"green\":36,\"blue\":27},\"percentage\":4.15},{\"rgb\":{\"red\":208,\"green\":229,\"blue\":213},\"percentage\":4.13}]}},\"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://1738120633140101120",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1738120943040450760"
+ ],
+ "editable_until_msecs": "1703238900000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "537412",
+ "state": "EnabledWithCount"
+ },
+ "source": "advertiser-interface",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Fri Dec 22 08:55:00 +0000 2023",
+ "conversation_id_str": "1738120943040450760",
+ "display_text_range": [
+ 0,
+ 59
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 25,
+ "favorited": false,
+ "full_text": "Het is Wintersale bij Auping! 15% voordeel op bijna alles 💙",
+ "is_quote_status": false,
+ "lang": "nl",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 5,
+ "retweet_count": 1,
+ "retweeted": false,
+ "scopes": {
+ "followers": false
+ },
+ "user_id_str": "145606726",
+ "id_str": "1738120943040450760"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "promotedMetadata": {
+ "advertiser_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDU2MDY3MjY=",
+ "rest_id": "145606726",
+ "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 May 19 11:27:05 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Al meer dan 135 jaar werken we bij Auping aan de beste manieren om uit te rusten. Wij geloven dat een uitgeruste wereld een betere wereld is. Auping, met liefde",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "auping.nl",
+ "expanded_url": "http://www.auping.nl",
+ "url": "https://t.co/SfjXDWhLqf",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2214,
+ "followers_count": 2380,
+ "friends_count": 455,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "Deventer, Holland",
+ "media_count": 275,
+ "name": "Koninklijke Auping",
+ "normal_followers_count": 2380,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/145606726/1536246575",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1037719591743574016/MeDbotyW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AupingNL",
+ "statuses_count": 2154,
+ "translator_type": "none",
+ "url": "https://t.co/SfjXDWhLqf",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "adMetadataContainer": {
+ "renderLegacyWebsiteCard": false
+ },
+ "disclosureType": "NoDisclosure",
+ "experimentValues": [],
+ "impressionId": "1470d1b8382a2e38",
+ "impressionString": "1470d1b8382a2e38",
+ "clickTrackingInfo": {
+ "urlParams": [
+ {
+ "key": "twclid",
+ "value": "2-4ol8e1ju3f8vj8j29u5ehr6dl"
+ }
+ ]
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1720506615714213927",
+ "sortIndex": "1739819648242679805",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1720506615714213927",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMjQ0OTk0OTQ1",
+ "rest_id": "2244994945",
+ "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": "Sat Dec 14 04:35:55 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.twitter.com",
+ "expanded_url": "https://developer.twitter.com/",
+ "url": "https://t.co/RUXWsqdGk8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2551,
+ "location": "127.0.0.1",
+ "media_count": 815,
+ "name": "Developers",
+ "normal_followers_count": 600385,
+ "pinned_tweet_ids_str": [
+ "1661790253886177280"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "XDevelopers",
+ "statuses_count": 4042,
+ "translator_type": "regular",
+ "url": "https://t.co/RUXWsqdGk8",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1516891231749517312",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/F3TbD440qA",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=144x144_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "We are excited to share the new Usage endpoint in the X API v2 that allows developers to see their Tweets usage programmatically. This corresponds to the usage that developers see in the developer...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 356,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=420x420_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 356,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1736927397809680384/oCzqyq9R?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "twittercommunity.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 253,
+ "green": 253,
+ "red": 253
+ },
+ "percentage": 99.41
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 120,
+ "red": 118
+ },
+ "percentage": 0.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Announcing the new Usage endpoint in the X API v2",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/F3TbD440qA",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/F3TbD440qA",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "unified_card": {
+ "card_fetch_state": "NoCard"
+ },
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1720506615714213927"
+ ],
+ "editable_until_msecs": "1699039317000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "110270",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 57,
+ "bookmarked": false,
+ "created_at": "Fri Nov 03 18:21:57 +0000 2023",
+ "conversation_id_str": "1720506615714213927",
+ "display_text_range": [
+ 0,
+ 204
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twittercommunity.com/t/announcing-t…",
+ "expanded_url": "https://twittercommunity.com/t/announcing-the-new-usage-endpoint-in-the-x-api-v2/208160",
+ "url": "https://t.co/F3TbD440qA",
+ "indices": [
+ 181,
+ 204
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 381,
+ "favorited": false,
+ "full_text": "You can now monitor your usage programmatically using the new Usage endpoint in the X API v2 🎉\n\nWe are working on new features that will be launched in the near future. Stay tuned! https://t.co/F3TbD440qA",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 18,
+ "reply_count": 58,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1720506615714213927"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
+ }
+ }
+ }
+ }
+ },
{
"entryId": "tweet-1693760896856920167",
- "sortIndex": "1719749399019519999",
+ "sortIndex": "1739819648242679804",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -270,16 +1157,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -335,6 +1222,10 @@
140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "6253282",
@@ -345,10 +1236,7 @@
7
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 0,
"favorited": false,
@@ -357,7 +1245,7 @@
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 115,
+ "retweet_count": 136,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1693760896856920167",
@@ -415,15 +1303,15 @@
},
"fast_followers_count": 0,
"favourites_count": 4,
- "followers_count": 5960941,
+ "followers_count": 5950729,
"friends_count": 31,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 12256,
+ "listed_count": 12243,
"location": "",
"media_count": 9,
"name": "API",
- "normal_followers_count": 5960941,
+ "normal_followers_count": 5950729,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
@@ -452,7 +1340,7 @@
},
"is_translatable": false,
"views": {
- "count": "142086",
+ "count": "160141",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -463,7 +1351,8 @@
"id": "Tm90ZVR3ZWV0OjE2OTM3NjA1OTEzNjA1NzM0NDA=",
"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 for the latest X features with our v2 API.\n\nFor more information including endpoints, timing, and how to migrate, visit here👇\nhttps://t.co/swGHDprqLN",
"entity_set": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
"urls": [
{
"display_url": "bit.ly/xforumdev",
@@ -475,8 +1364,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"richtext": {
"richtext_tags": []
@@ -488,7 +1376,7 @@
}
},
"legacy": {
- "bookmark_count": 43,
+ "bookmark_count": 44,
"bookmarked": false,
"created_at": "Mon Aug 21 23:02:48 +0000 2023",
"conversation_id_str": "1693760591503266165",
@@ -497,19 +1385,20 @@
281
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 392,
+ "favorite_count": 419,
"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": 18,
- "reply_count": 92,
- "retweet_count": 115,
+ "reply_count": 103,
+ "retweet_count": 136,
"retweeted": false,
"user_id_str": "6253282",
"id_str": "1693760591503266165"
@@ -536,275 +1425,9 @@
}
}
},
- {
- "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": "1719749399019519997",
+ "sortIndex": "1739819648242679803",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -864,16 +1487,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -915,12 +1538,12 @@
},
"is_translatable": false,
"views": {
- "count": "4113974",
+ "count": "4124731",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 150,
+ "bookmark_count": 151,
"bookmarked": false,
"created_at": "Tue May 02 20:12:07 +0000 2023",
"conversation_id_str": "1653492584176656384",
@@ -929,19 +1552,20 @@
255
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 2380,
+ "favorite_count": 2387,
"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": 516,
- "reply_count": 438,
- "retweet_count": 561,
+ "quote_count": 505,
+ "reply_count": 439,
+ "retweet_count": 577,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1653492584176656384"
@@ -966,14 +1590,306 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520004",
- "sortIndex": "1719749399019519996",
+ "entryId": "who-to-follow-1739819648242679814",
+ "sortIndex": "1739819648242679802",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749399019520004-tweet-1649191520250245121",
+ "entryId": "who-to-follow-1739819648242679814-user-31311757",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMTMxMTc1Nw==",
+ "rest_id": "31311757",
+ "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 Apr 15 02:29:52 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Lost? Follow us 🚗 🚶🏽 🚴♀️ 🚆",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "maps.google.com",
+ "expanded_url": "http://maps.google.com",
+ "url": "https://t.co/WEaDNM49BF",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3422,
+ "followers_count": 4377847,
+ "friends_count": 61,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 16948,
+ "location": "",
+ "media_count": 2959,
+ "name": "Google Maps",
+ "normal_followers_count": 4377847,
+ "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": 137780,
+ "translator_type": "none",
+ "url": "https://t.co/WEaDNM49BF",
+ "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": "DAABCgABShQin1qaFMcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1739819648242679814-user-1399766153053061121",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx",
+ "rest_id": "1399766153053061121",
+ "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": true,
+ "can_media_tag": false,
+ "created_at": "Tue Jun 01 16:34:27 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "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": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "x.com/i/premium_sign…",
+ "expanded_url": "https://x.com/i/premium_sign_up",
+ "url": "https://t.co/zJi0ZdXW63",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 450,
+ "followers_count": 738411,
+ "friends_count": 1,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1263,
+ "location": "",
+ "media_count": 46,
+ "name": "Premium",
+ "normal_followers_count": 738411,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "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": "premium",
+ "statuses_count": 1186,
+ "translator_type": "none",
+ "url": "https://t.co/zJi0ZdXW63",
+ "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": "DAABCgABShQin1qaFMcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1739819648242679814-user-1668100142",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjY4MTAwMTQy",
+ "rest_id": "1668100142",
+ "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 13 15:27:51 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "We're a community of millions of people who are building new skills and getting new jobs together. A 501(c)(3) public charity. Tweets by @abbeyrenn.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "freecodecamp.org",
+ "expanded_url": "https://www.freecodecamp.org",
+ "url": "https://t.co/LHs4dxj9fJ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 78086,
+ "followers_count": 836128,
+ "friends_count": 162,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Just here on Earth... for now",
+ "media_count": 1214,
+ "name": "freeCodeCamp.org",
+ "normal_followers_count": 836128,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1668100142/1423791803",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1276770212927410176/qTgTIejk_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "freeCodeCamp",
+ "statuses_count": 30560,
+ "translator_type": "none",
+ "url": "https://t.co/LHs4dxj9fJ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABShQin1qaFMcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "Vertical",
+ "header": {
+ "displayType": "Classic",
+ "text": "Who to follow",
+ "sticky": false
+ },
+ "footer": {
+ "displayType": "Classic",
+ "text": "Show more",
+ "landingUrl": {
+ "url": "twitter://connect_people?user_id=2244994945&display_location=profile_wtf_showmore",
+ "urlType": "DeepLink"
+ }
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABShQin1qaFMcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1739819648242679815",
+ "sortIndex": "1739819648242679801",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1739819648242679815-tweet-1649191520250245121",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1031,16 +1947,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1082,12 +1998,12 @@
},
"is_translatable": false,
"views": {
- "count": "622027",
+ "count": "648826",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 65,
+ "bookmark_count": 67,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -1096,19 +2012,20 @@
98
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 404,
+ "favorite_count": 431,
"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": 114,
- "reply_count": 97,
- "retweet_count": 205,
+ "quote_count": 113,
+ "reply_count": 98,
+ "retweet_count": 213,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191520250245121"
@@ -1133,7 +2050,7 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520004-tweet-1649191522485817345",
+ "entryId": "profile-conversation-1739819648242679815-tweet-1649191522485817345",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1191,16 +2108,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1245,12 +2162,12 @@
},
"is_translatable": false,
"views": {
- "count": "116894",
+ "count": "124231",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -1259,7 +2176,9 @@
256
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "shorturl.at/uwAKZ",
@@ -1271,10 +2190,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 128,
"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",
@@ -1285,8 +2203,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 14,
- "reply_count": 26,
- "retweet_count": 30,
+ "reply_count": 29,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191522485817345"
@@ -1311,7 +2229,7 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520004-tweet-1649191523697979392",
+ "entryId": "profile-conversation-1739819648242679815-tweet-1649191523697979392",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -1369,16 +2287,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1423,12 +2341,12 @@
},
"is_translatable": false,
"views": {
- "count": "89017",
+ "count": "95011",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 7,
+ "bookmark_count": 8,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -1437,7 +2355,9 @@
193
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com",
@@ -1449,10 +2369,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 112,
+ "favorite_count": 125,
"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",
@@ -1464,7 +2383,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 36,
- "retweet_count": 28,
+ "retweet_count": 35,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191523697979392"
@@ -1514,7 +2433,7 @@
},
{
"entryId": "tweet-1643373950930661377",
- "sortIndex": "1719749399019519995",
+ "sortIndex": "1739819648242679800",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1574,16 +2493,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -1629,19 +2548,19 @@
},
"previous_counts": {
"bookmark_count": 10,
- "favorite_count": 93,
+ "favorite_count": 92,
"quote_count": 13,
- "reply_count": 30,
+ "reply_count": 29,
"retweet_count": 28
},
"is_translatable": false,
"views": {
- "count": "225583",
+ "count": "231846",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 49,
+ "bookmark_count": 50,
"bookmarked": false,
"created_at": "Tue Apr 04 22:04:16 +0000 2023",
"conversation_id_str": "1643373950930661377",
@@ -1650,19 +2569,20 @@
270
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 433,
+ "favorite_count": 452,
"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": 189,
- "retweet_count": 122,
+ "reply_count": 191,
+ "retweet_count": 140,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1643373950930661377"
@@ -1687,724 +2607,14 @@
}
},
{
- "entryId": "who-to-follow-1719749399019520006",
- "sortIndex": "1719749399019519994",
+ "entryId": "profile-conversation-1739819648242679817",
+ "sortIndex": "1739819648242679799",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "who-to-follow-1719749399019520006-user-31311757",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTMxMTc1Nw==",
- "rest_id": "31311757",
- "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 Apr 15 02:29:52 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Lost? Follow us 🚗 🚶🏽 🚴♀️ 🚆",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "maps.google.com",
- "expanded_url": "http://maps.google.com",
- "url": "https://t.co/WEaDNM49BF",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3419,
- "followers_count": 4360375,
- "friends_count": 61,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16963,
- "location": "",
- "media_count": 2951,
- "name": "Google Maps",
- "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": 135941,
- "translator_type": "none",
- "url": "https://t.co/WEaDNM49BF",
- "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="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1719749399019520006-user-1399766153053061121",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzk5NzY2MTUzMDUzMDYxMTIx",
- "rest_id": "1399766153053061121",
- "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": true,
- "can_media_tag": false,
- "created_at": "Tue Jun 01 16:34:27 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "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": []
- },
- "url": {
- "urls": [
- {
- "display_url": "x.com/i/premium_sign…",
- "expanded_url": "https://x.com/i/premium_sign_up",
- "url": "https://t.co/zJi0ZdXW63",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 457,
- "followers_count": 691048,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "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/1399766153053061121/1690180776",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683366300054069248/67v23AEj_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "premium",
- "statuses_count": 1185,
- "translator_type": "none",
- "url": "https://t.co/zJi0ZdXW63",
- "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="
- }
- }
- }
- }
- },
- {
- "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="
- }
- }
- }
- }
- }
- ],
- "displayType": "Vertical",
- "header": {
- "displayType": "Classic",
- "text": "Who to follow",
- "sticky": false
- },
- "footer": {
- "displayType": "Classic",
- "text": "Show more",
- "landingUrl": {
- "url": "twitter://connect_people?user_id=2244994945&display_location=profile_wtf_showmore",
- "urlType": "DeepLink"
- }
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABP3Wuh6SPOFsKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "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-1719749399019520008-tweet-1641222788911624192",
+ "entryId": "profile-conversation-1739819648242679817-tweet-1641222788911624192",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2462,16 +2672,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -2513,7 +2723,7 @@
},
"is_translatable": false,
"views": {
- "count": "294318",
+ "count": "300644",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -2527,12 +2737,13 @@
195
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 213,
+ "favorite_count": 221,
"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",
@@ -2541,8 +2752,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 69,
- "reply_count": 64,
- "retweet_count": 107,
+ "reply_count": 65,
+ "retweet_count": 114,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222788911624192"
@@ -2567,7 +2778,7 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520008-tweet-1641222789901484034",
+ "entryId": "profile-conversation-1739819648242679817-tweet-1641222789901484034",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2625,16 +2836,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -2676,7 +2887,7 @@
},
"is_translatable": false,
"views": {
- "count": "292022",
+ "count": "296844",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -2690,12 +2901,13 @@
224
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 153,
+ "favorite_count": 158,
"favorited": false,
"full_text": "Thank you for your patience as we introduce you to our new API access tiers and evolve our Developer Platform. We are excited for the future of our developer ecosystem and are looking forward to seeing what you build next! 🚀",
"in_reply_to_screen_name": "XDevelopers",
@@ -2704,8 +2916,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 26,
- "reply_count": 92,
- "retweet_count": 80,
+ "reply_count": 93,
+ "retweet_count": 86,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222789901484034"
@@ -2752,14 +2964,14 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520009",
- "sortIndex": "1719749399019519991",
+ "entryId": "profile-conversation-1739819648242679818",
+ "sortIndex": "1739819648242679798",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749399019520009-tweet-1641222786894135296",
+ "entryId": "profile-conversation-1739819648242679818-tweet-1641222786894135296",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2817,16 +3029,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -2868,12 +3080,12 @@
},
"is_translatable": false,
"views": {
- "count": "1061310",
+ "count": "1075922",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 79,
+ "bookmark_count": 77,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -2882,12 +3094,13 @@
224
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 502,
+ "favorite_count": 523,
"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",
@@ -2895,9 +3108,9 @@
"in_reply_to_user_id_str": "2244994945",
"is_quote_status": false,
"lang": "en",
- "quote_count": 259,
- "reply_count": 77,
- "retweet_count": 356,
+ "quote_count": 251,
+ "reply_count": 84,
+ "retweet_count": 357,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222786894135296"
@@ -2922,7 +3135,7 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520009-tweet-1641222787934355456",
+ "entryId": "profile-conversation-1739819648242679818-tweet-1641222787934355456",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2980,16 +3193,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -3031,12 +3244,12 @@
},
"is_translatable": false,
"views": {
- "count": "223672",
+ "count": "229522",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 5,
+ "bookmark_count": 6,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -3045,12 +3258,13 @@
138
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 155,
+ "favorite_count": 158,
"favorited": false,
"full_text": "Ads API will continue to be available at no additional cost to approved Twitter API developers, including developers on the new Free tier.",
"in_reply_to_screen_name": "XDevelopers",
@@ -3058,9 +3272,9 @@
"in_reply_to_user_id_str": "2244994945",
"is_quote_status": false,
"lang": "en",
- "quote_count": 4,
+ "quote_count": 5,
"reply_count": 6,
- "retweet_count": 72,
+ "retweet_count": 76,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222787934355456"
@@ -3106,14 +3320,14 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520010",
- "sortIndex": "1719749399019519990",
+ "entryId": "profile-conversation-1739819648242679819",
+ "sortIndex": "1739819648242679797",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749399019520010-tweet-1641222785702952961",
+ "entryId": "profile-conversation-1739819648242679819-tweet-1641222785702952961",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -3171,16 +3385,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -3225,12 +3439,12 @@
},
"is_translatable": false,
"views": {
- "count": "240875",
+ "count": "245172",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 13,
+ "bookmark_count": 14,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:19 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -3239,7 +3453,9 @@
234
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com/en",
@@ -3251,10 +3467,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 144,
+ "favorite_count": 151,
"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",
@@ -3265,8 +3480,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 10,
- "reply_count": 13,
- "retweet_count": 68,
+ "reply_count": 15,
+ "retweet_count": 72,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222785702952961"
@@ -3312,14 +3527,14 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520011",
- "sortIndex": "1719749399019519989",
+ "entryId": "profile-conversation-1739819648242679820",
+ "sortIndex": "1739819648242679796",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749399019520011-tweet-1641222782594990080",
+ "entryId": "profile-conversation-1739819648242679820-tweet-1641222782594990080",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -3377,16 +3592,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -3428,7 +3643,7 @@
},
"is_translatable": false,
"views": {
- "count": "7243850",
+ "count": "7266194",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -3442,18 +3657,19 @@
123
],
"entities": {
- "user_mentions": [],
- "urls": [],
"hashtags": [],
- "symbols": []
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
},
- "favorite_count": 1482,
+ "favorite_count": 1483,
"favorited": false,
"full_text": "Today we are launching our new Twitter API access tiers! We’re excited to share more details about our self-serve access. 🧵",
"is_quote_status": false,
"lang": "en",
- "quote_count": 1011,
- "reply_count": 546,
+ "quote_count": 981,
+ "reply_count": 541,
"retweet_count": 1061,
"retweeted": false,
"user_id_str": "2244994945",
@@ -3479,7 +3695,7 @@
}
},
{
- "entryId": "profile-conversation-1719749399019520011-tweet-1641222784599879680",
+ "entryId": "profile-conversation-1739819648242679820-tweet-1641222784599879680",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -3537,16 +3753,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -3591,12 +3807,12 @@
},
"is_translatable": false,
"views": {
- "count": "1698507",
+ "count": "1707656",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 67,
+ "bookmark_count": 65,
"bookmarked": false,
"created_at": "Wed Mar 29 23:36:18 +0000 2023",
"conversation_id_str": "1641222782594990080",
@@ -3605,7 +3821,9 @@
195
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com/en/portal/prod…",
@@ -3617,8 +3835,7 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
"favorite_count": 386,
"favorited": false,
@@ -3630,9 +3847,9 @@
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 846,
- "reply_count": 249,
- "retweet_count": 473,
+ "quote_count": 823,
+ "reply_count": 246,
+ "retweet_count": 472,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222784599879680"
@@ -3678,296 +3895,14 @@
}
},
{
- "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",
+ "entryId": "profile-conversation-1739819648242679821",
+ "sortIndex": "1739819648242679795",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1719749399019520013-tweet-1641222783601631233",
+ "entryId": "profile-conversation-1739819648242679821-tweet-1641222783601631233",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4025,16 +3960,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4079,7 +4014,7 @@
},
"is_translatable": false,
"views": {
- "count": "1163306",
+ "count": "1170808",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -4093,7 +4028,9 @@
230
],
"entities": {
- "user_mentions": [],
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
"urls": [
{
"display_url": "developer.twitter.com/en/portal/prod…",
@@ -4105,10 +4042,9 @@
]
}
],
- "hashtags": [],
- "symbols": []
+ "user_mentions": []
},
- "favorite_count": 411,
+ "favorite_count": 414,
"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",
@@ -4118,9 +4054,9 @@
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 349,
- "reply_count": 66,
- "retweet_count": 360,
+ "quote_count": 342,
+ "reply_count": 64,
+ "retweet_count": 363,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1641222783601631233"
@@ -4167,7 +4103,7 @@
},
{
"entryId": "tweet-1638262172798144545",
- "sortIndex": "1719749399019519986",
+ "sortIndex": "1739819648242679794",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4227,16 +4163,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
+ "favourites_count": 2075,
+ "followers_count": 600385,
+ "friends_count": 1800,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2516,
+ "listed_count": 2551,
"location": "127.0.0.1",
"media_count": 815,
"name": "Developers",
- "normal_followers_count": 596281,
+ "normal_followers_count": 600385,
"pinned_tweet_ids_str": [
"1661790253886177280"
],
@@ -4291,6 +4227,10 @@
140
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "-1",
@@ -4310,10 +4250,7 @@
55
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
"favorite_count": 0,
"favorited": false,
@@ -4322,7 +4259,7 @@
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 2557,
+ "retweet_count": 2535,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1638262172798144545",
@@ -4389,23 +4326,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 188,
- "followers_count": 3683102,
+ "favourites_count": 187,
+ "followers_count": 3684991,
"friends_count": 135,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8468,
+ "listed_count": 8457,
"location": "X HQ",
"media_count": 159,
"name": "Safety",
- "normal_followers_count": 3683102,
+ "normal_followers_count": 3684991,
"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": 1553,
+ "statuses_count": 1559,
"translator_type": "regular",
"url": "https://t.co/jD9AXHS5UF",
"verified": false,
@@ -4427,12 +4364,12 @@
},
"is_translatable": false,
"views": {
- "count": "8072583",
+ "count": "8081618",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 407,
+ "bookmark_count": 403,
"bookmarked": false,
"created_at": "Tue Mar 21 19:06:15 +0000 2023",
"conversation_id_str": "1638255718540165121",
@@ -4441,6 +4378,10 @@
277
],
"entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": [
{
"id_str": "75263523",
@@ -4451,19 +4392,16 @@
36
]
}
- ],
- "urls": [],
- "hashtags": [],
- "symbols": []
+ ]
},
- "favorite_count": 17377,
+ "favorite_count": 17259,
"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": 536,
- "reply_count": 1938,
- "retweet_count": 2557,
+ "quote_count": 508,
+ "reply_count": 1929,
+ "retweet_count": 2535,
"retweeted": false,
"user_id_str": "95731075",
"id_str": "1638255718540165121"
@@ -4491,765 +4429,22 @@
}
},
{
- "entryId": "tweet-1626732269174943745",
- "sortIndex": "1719749399019519985",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1626732269174943745",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjQ0OTk0OTQ1",
- "rest_id": "2244994945",
- "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": "Sat Dec 14 04:35:55 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.twitter.com",
- "expanded_url": "https://developer.twitter.com/",
- "url": "https://t.co/RUXWsqdGk8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2516,
- "location": "127.0.0.1",
- "media_count": 815,
- "name": "Developers",
- "normal_followers_count": 596281,
- "pinned_tweet_ids_str": [
- "1661790253886177280"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "XDevelopers",
- "statuses_count": 4042,
- "translator_type": "regular",
- "url": "https://t.co/RUXWsqdGk8",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1516891231749517312",
- "professional_type": "Business",
- "category": [
- {
- "id": 1009,
- "name": "Community",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1626732269174943745"
- ],
- "editable_until_msecs": "1676679970000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3862405",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 33,
- "bookmarked": false,
- "created_at": "Fri Feb 17 23:56:10 +0000 2023",
- "conversation_id_str": "1626732269174943745",
- "display_text_range": [
- 0,
- 225
- ],
- "entities": {
- "user_mentions": [],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "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": 242,
- "retweet_count": 370,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1626732269174943745"
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1625234161010343941",
- "sortIndex": "1719749399019519984",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1625234161010343941",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjQ0OTk0OTQ1",
- "rest_id": "2244994945",
- "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": "Sat Dec 14 04:35:55 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The voice of the X Dev team and your official source for updates, news, and events, related to the X API.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.twitter.com",
- "expanded_url": "https://developer.twitter.com/",
- "url": "https://t.co/RUXWsqdGk8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2077,
- "followers_count": 596281,
- "friends_count": 1913,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2516,
- "location": "127.0.0.1",
- "media_count": 815,
- "name": "Developers",
- "normal_followers_count": 596281,
- "pinned_tweet_ids_str": [
- "1661790253886177280"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2244994945/1690213128",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "XDevelopers",
- "statuses_count": 4042,
- "translator_type": "regular",
- "url": "https://t.co/RUXWsqdGk8",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1516891231749517312",
- "professional_type": "Business",
- "category": [
- {
- "id": 1009,
- "name": "Community",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1625234161010343941"
- ],
- "editable_until_msecs": "1676322794000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "2460284",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE2MjUyMzQxNjA5MDU0OTQ1Mjg=",
- "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 over the coming days. Thank you for your continued interest and patience!",
- "entity_set": {
- "user_mentions": [],
- "urls": [],
- "hashtags": [],
- "symbols": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 170,
- "bookmarked": false,
- "created_at": "Mon Feb 13 20:43:14 +0000 2023",
- "conversation_id_str": "1625234161010343941",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "user_mentions": [],
- "urls": [],
- "hashtags": [],
- "symbols": []
- },
- "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": 2367,
- "reply_count": 679,
- "retweet_count": 1948,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1625234161010343941"
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkXRKa5CpYAAQAAAAA="
- }
- }
- }
- }
- },
- {
- "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",
+ "entryId": "cursor-top-1739819648242679809",
+ "sortIndex": "1739819648242679809",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93G939AJxEKAAIXgXKPz5qQZwgAAwAAAAEAAA",
+ "value": "DAABCgABGCUUwIrAJxEKAAIYFToVz9rAgAgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1719749399019519982",
- "sortIndex": "1719749399019519982",
+ "entryId": "cursor-bottom-1739819648242679793",
+ "sortIndex": "1739819648242679793",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABF93G938__-wKAAIWjf3by9oABQgAAwAAAAIAAA",
+ "value": "DAABCgABGCUUwIq__-8KAAIWvEbEKpfQIQgAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/twscrape/api.py b/twscrape/api.py
index 1827e22..02d55f7 100644
--- a/twscrape/api.py
+++ b/twscrape/api.py
@@ -4,16 +4,12 @@ from httpx import Response
from .accounts_pool import AccountsPool
from .constants import * # noqa: F403
from .logger import set_log_level
-from .models import parse_tweet, parse_tweets, parse_user, parse_users
+from .models import Tweet, User, 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,
-}
-
class API:
pool: AccountsPool
@@ -50,25 +46,27 @@ class API:
# gql helpers
async def _gql_items(self, op: str, kv: dict, ft: dict | None = None, limit=-1):
- queue, cursor, count, active = op.split("/")[-1], None, 0, True
+ queue, cur, cnt, active = op.split("/")[-1], None, 0, True
kv, ft = {**kv}, {**GQL_FEATURES, **(ft or {})}
async with QueueClient(self.pool, queue, self.debug) as client:
while active:
params = {"variables": kv, "features": ft}
- if cursor is not None:
- params["variables"]["cursor"] = cursor
+ if cur is not None:
+ params["variables"]["cursor"] = cur
if queue in ("SearchTimeline", "ListLatestTweetsTimeline"):
params["fieldToggles"] = {"withArticleRichContentState": False}
rep = await client.get(f"{GQL_URL}/{op}", params=encode_params(params))
+ if rep is None:
+ return
+
obj = rep.json()
+ els = get_by_path(obj, "entries") or []
+ els = [x for x in els if not x["entryId"].startswith("cursor-")]
+ cur = self._get_cursor(obj)
- entries = get_by_path(obj, "entries") or []
- entries = [x for x in entries if not x["entryId"].startswith("cursor-")]
- cursor = self._get_cursor(obj)
-
- rep, count, active = self._is_end(rep, queue, entries, cursor, count, limit)
+ rep, cnt, active = self._is_end(rep, queue, els, cur, cnt, limit)
if rep is None:
return
@@ -92,7 +90,7 @@ class API:
"querySource": "typed_query",
**(kv or {}),
}
- async for x in self._gql_items(op, kv, ft=SEARCH_FEATURES, limit=limit):
+ async for x in self._gql_items(op, kv, limit=limit):
yield x
async def search(self, q: str, limit=-1, kv=None):
@@ -110,12 +108,13 @@ class API:
"highlights_tweets_tab_ui_enabled": True,
"creator_subscriptions_tweet_preview_api_enabled": True,
"hidden_profile_subscriptions_enabled": True,
+ "responsive_web_twitter_article_notes_tab_enabled": False,
}
return await self._gql_item(op, kv, ft)
- async def user_by_id(self, uid: int, kv=None):
+ async def user_by_id(self, uid: int, kv=None) -> User | None:
rep = await self.user_by_id_raw(uid, kv=kv)
- return parse_user(rep)
+ return parse_user(rep) if rep else None
# user_by_login
@@ -126,15 +125,16 @@ class API:
"highlights_tweets_tab_ui_enabled": True,
"hidden_profile_likes_enabled": True,
"creator_subscriptions_tweet_preview_api_enabled": True,
- "subscriptions_verification_info_verified_since_enabled": True,
"hidden_profile_subscriptions_enabled": True,
+ "subscriptions_verification_info_verified_since_enabled": True,
"subscriptions_verification_info_is_identity_verified_enabled": False,
+ "responsive_web_twitter_article_notes_tab_enabled": False,
}
return await self._gql_item(op, kv, ft)
- async def user_by_login(self, login: str, kv=None):
+ async def user_by_login(self, login: str, kv=None) -> User | None:
rep = await self.user_by_login_raw(login, kv=kv)
- return parse_user(rep)
+ return parse_user(rep) if rep else None
# tweet_details
@@ -157,23 +157,19 @@ class API:
"withSuperFollowsUserFields": False,
**(kv or {}),
}
- ft = {
- "responsive_web_twitter_blue_verified_badge_is_enabled": True,
- "longform_notetweets_richtext_consumption_enabled": True,
- **SEARCH_FEATURES,
- }
- return await self._gql_item(op, kv, ft)
+ return await self._gql_item(op, kv)
- async def tweet_details(self, twid: int, kv=None):
+ async def tweet_details(self, twid: int, kv=None) -> Tweet | None:
rep = await self.tweet_details_raw(twid, kv=kv)
- return parse_tweet(rep, twid)
+ return parse_tweet(rep, twid) if rep else None
# followers
async def followers_raw(self, uid: int, limit=-1, kv=None):
op = OP_Followers
kv = {"userId": str(uid), "count": 20, "includePromotedContent": False, **(kv or {})}
- async for x in self._gql_items(op, kv, limit=limit):
+ ft = {"responsive_web_twitter_article_notes_tab_enabled": False}
+ async for x in self._gql_items(op, kv, limit=limit, ft=ft):
yield x
async def followers(self, uid: int, limit=-1, kv=None):
@@ -266,12 +262,8 @@ class API:
async def list_timeline_raw(self, list_id: int, limit=-1, kv=None):
op = OP_ListLatestTweetsTimeline
- kv = {
- "listId": str(list_id),
- "count": 20,
- **(kv or {}),
- }
- async for x in self._gql_items(op, kv, ft=SEARCH_FEATURES, limit=limit):
+ kv = {"listId": str(list_id), "count": 20, **(kv or {})}
+ async for x in self._gql_items(op, kv, limit=limit):
yield x
async def list_timeline(self, list_id: int, limit=-1, kv=None):
diff --git a/twscrape/constants.py b/twscrape/constants.py
index 1b11872..9d212b5 100644
--- a/twscrape/constants.py
+++ b/twscrape/constants.py
@@ -4,26 +4,27 @@ GQL_URL = "https://twitter.com/i/api/graphql"
LOGIN_URL = "https://api.twitter.com/1.1/onboarding/task.json"
-OP_SearchTimeline = "lZ0GCEojmtQfiUQa5oJSEw/SearchTimeline"
-OP_UserByRestId = "QdS5LJDl99iL_KUzckdfNQ/UserByRestId"
-OP_UserByScreenName = "G3KGOASz96M-Qu0nwmGXNg/UserByScreenName"
-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"
+OP_SearchTimeline = "Aj1nGkALq99Xg3XI0OZBtw/SearchTimeline"
+OP_UserByRestId = "CO4_gU4G_MRREoqfiTh6Hg/UserByRestId"
+OP_UserByScreenName = "NimuplG1OB7Fd2btCLdBOw/UserByScreenName"
+OP_TweetDetail = "-H4B_lJDEA-O_7_qWaRiyg/TweetDetail"
+OP_Followers = "3_7xfjmh897x8h_n6QBqTA/Followers"
+OP_Following = "0yD6Eiv23DKXRDU9VxlG2A/Following"
+OP_Retweeters = "sOBhVzDeJl4XGepvi5pHlg/Retweeters"
+OP_Favoriters = "E-ZTxvWWIkmOKwYdNTEefg/Favoriters"
+OP_UserTweets = "V1ze5q3ijDS1VeLwLY0m7g/UserTweets"
+OP_UserTweetsAndReplies = "16nOjYqEdV04vN6-rgg8KA/UserTweetsAndReplies"
+OP_ListLatestTweetsTimeline = "whF0_KH1fCkdLLoyNPMoEw/ListLatestTweetsTimeline"
+# search values here (view source) https://twitter.com/
GQL_FEATURES = {
- "blue_business_profile_image_shape_enabled": True,
+ # "blue_business_profile_image_shape_enabled": True,
"responsive_web_graphql_exclude_directive_enabled": True,
"verified_phone_label_enabled": False,
"responsive_web_graphql_skip_user_profile_image_extensions_enabled": False,
"responsive_web_graphql_timeline_navigation_enabled": True,
"tweetypie_unmention_optimization_enabled": True,
- "vibe_api_enabled": True,
+ # "vibe_api_enabled": True,
"responsive_web_edit_tweet_api_enabled": True,
"graphql_is_translatable_rweb_tweet_is_translatable_enabled": True,
"view_counts_everywhere_api_enabled": True,
@@ -31,16 +32,17 @@ GQL_FEATURES = {
"tweet_awards_web_tipping_enabled": False,
"freedom_of_speech_not_reach_fetch_enabled": True,
"standardized_nudges_misinfo": True,
- "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled": False,
- "interactive_text_enabled": True,
- "responsive_web_text_conversations_enabled": False,
+ "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled": True,
+ # "interactive_text_enabled": True,
+ # "responsive_web_text_conversations_enabled": False,
"longform_notetweets_rich_text_read_enabled": True,
"responsive_web_enhance_cards_enabled": False,
"creator_subscriptions_tweet_preview_api_enabled": True,
"longform_notetweets_inline_media_enabled": True,
"responsive_web_media_download_video_enabled": False,
- "rweb_lists_timeline_redesign_enabled": True,
+ # "rweb_lists_timeline_redesign_enabled": True,
"responsive_web_twitter_article_tweet_consumption_enabled": False,
- "responsive_web_home_pinned_timelines_enabled": True,
+ # "responsive_web_home_pinned_timelines_enabled": True,
"c9s_tweet_anatomy_moderator_badge_enabled": True,
+ "rweb_video_timestamps_enabled": True,
}
diff --git a/twscrape/queue_client.py b/twscrape/queue_client.py
index 1210798..37edb9f 100644
--- a/twscrape/queue_client.py
+++ b/twscrape/queue_client.py
@@ -133,8 +133,8 @@ class QueueClient:
fn(f"{rep.status_code:3d} - {req_id(rep)} - {err_msg}")
# need to add some features in api.py
- if err_msg.startswith("The following features cannot be null"):
- logger.error(f"Invalid request: {err_msg}")
+ if err_msg.startswith("(336) The following features cannot be null"):
+ logger.error(f"Update required: {err_msg}")
exit(1)
# general api rate limit
@@ -169,11 +169,11 @@ class QueueClient:
# Something from twitter side, just ignore it
# https://github.com/vladkens/twscrape/pull/95
if rep.status_code == 200 and "Authorization" in err_msg:
- logger.warning(f"Unknown authorization error: {err_msg}")
+ logger.warning(f"Authorization unknown error: {err_msg}")
return
if err_msg != "OK":
- logger.warning(f"Unknown API error: {err_msg}")
+ logger.warning(f"API unknown error: {err_msg}")
return # ignore any other unknown errors
rep.raise_for_status()