diff --git a/.vscode/settings.json b/.vscode/settings.json
index 238a8df..27a791a 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -4,6 +4,9 @@
"editor.codeActionsOnSave": ["source.organizeImports"],
"editor.defaultFormatter": "charliermarsh.ruff"
},
+ "[toml]": {
+ "editor.defaultFormatter": "tamasfe.even-better-toml"
+ },
"files.exclude": {
".ruff_cache": true,
".pytest_cache": true,
diff --git a/Makefile b/Makefile
index 75db238..e126436 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,12 @@ check:
@make lint
@make test
-deps:
- @pip install -e .[dev]
-
-build:
- @python -m build
+install:
+ pip install -e .[dev]
+ python -m build
lint:
- # https://docs.astral.sh/ruff/settings/#sorting-imports
+ @# https://docs.astral.sh/ruff/settings/#sorting-imports
@ruff check --select I --fix .
@ruff format .
@ruff check .
@@ -41,6 +39,7 @@ test-py-matrix:
@make test-py v=3.10
@make test-py v=3.11
@make test-py v=3.12
+ @make test-py v=3.13-rc
test-sq-matrix:
@# https://www.sqlite.org/chronology.html
diff --git a/pyproject.toml b/pyproject.toml
index 932eb34..11bb7e6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
[project]
name = "twscrape"
-version = "0.13"
-authors = [{name = "vladkens", email = "v.pronsky@gmail.com"}]
+version = "0.14"
+authors = [{ name = "vladkens", email = "v.pronsky@gmail.com" }]
description = "Twitter GraphQL and Search API implementation with SNScrape data models"
readme = "readme.md"
requires-python = ">=3.10"
keywords = ["twitter", "scrape", "scrapper", "api", "snscrape"]
-license = {text = "MIT"}
+license = { text = "MIT" }
classifiers = [
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
@@ -28,6 +28,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
+ "build>=1.2.2",
"pyright>=1.1.369",
"pytest-asyncio>=0.23.3",
"pytest-cov>=4.1.0",
@@ -54,6 +55,7 @@ allow-direct-references = true
[tool.pytest.ini_options]
pythonpath = ["."]
asyncio_mode = "auto"
+asyncio_default_fixture_loop_scope = "session"
filterwarnings = ["ignore::DeprecationWarning"]
[tool.ruff]
diff --git a/readme.md b/readme.md
index 1a0d040..422ffe2 100644
--- a/readme.md
+++ b/readme.md
@@ -241,6 +241,7 @@ twscrape tweet_replies TWEET_ID --limit=20
twscrape retweeters TWEET_ID --limit=20
twscrape user_by_id USER_ID
twscrape user_by_login USERNAME
+twscrape user_media USERNAME
twscrape following USER_ID --limit=20
twscrape followers USER_ID --limit=20
twscrape verified_followers USER_ID --limit=20
diff --git a/tests/mocked-data/raw_followers.json b/tests/mocked-data/raw_followers.json
index 0486943..27f2271 100644
--- a/tests/mocked-data/raw_followers.json
+++ b/tests/mocked-data/raw_followers.json
@@ -22,7 +22,7 @@
"entries": [
{
"entryId": "user-236209129",
- "sortIndex": "1807077634710962176",
+ "sortIndex": "1842759071359303680",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -39,6 +39,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Jan 10 02:06:34 +0000 2011",
@@ -51,23 +52,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16256,
- "followers_count": 131063,
- "friends_count": 3994,
+ "favourites_count": 16168,
+ "followers_count": 129805,
+ "friends_count": 3980,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 971,
+ "listed_count": 957,
"location": "",
"media_count": 1213,
"name": "Leslie Berland",
- "normal_followers_count": 131063,
+ "normal_followers_count": 129805,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/236209129/1584385292",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1106274854683074560/x7rrvxaD_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "leslieberland",
- "statuses_count": 11728,
+ "statuses_count": 11704,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -89,7 +90,7 @@
},
{
"entryId": "user-338048283",
- "sortIndex": "1807077634710962175",
+ "sortIndex": "1842759071359303679",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -106,6 +107,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Tue Jul 19 00:21:48 +0000 2011",
@@ -131,23 +133,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11920,
- "followers_count": 16119,
- "friends_count": 3489,
+ "favourites_count": 11584,
+ "followers_count": 16076,
+ "friends_count": 3475,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 146,
+ "listed_count": 145,
"location": "9th & Market Street",
"media_count": 6619,
"name": "bonappetweet",
- "normal_followers_count": 16119,
+ "normal_followers_count": 16076,
"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": 11154,
+ "statuses_count": 11089,
"translator_type": "regular",
"url": "https://t.co/1pNBXauxWF",
"verified": false,
@@ -167,7 +169,7 @@
},
{
"entryId": "user-156417821",
- "sortIndex": "1807077634710962174",
+ "sortIndex": "1842759071359303678",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -184,6 +186,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Jun 16 22:16:32 +0000 2010",
@@ -209,16 +212,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11823,
- "followers_count": 14353,
- "friends_count": 1190,
+ "favourites_count": 11725,
+ "followers_count": 14132,
+ "friends_count": 1182,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 94,
+ "listed_count": 92,
"location": "East Bay, CA",
"media_count": 173,
"name": "Mike Cvet",
- "normal_followers_count": 14353,
+ "normal_followers_count": 14132,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789",
@@ -245,7 +248,7 @@
},
{
"entryId": "user-15772978",
- "sortIndex": "1807077634710962173",
+ "sortIndex": "1842759071359303677",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -262,6 +265,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Fri Aug 08 02:16:23 +0000 2008",
@@ -274,23 +278,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24159,
- "followers_count": 6099,
- "friends_count": 2935,
+ "favourites_count": 24063,
+ "followers_count": 6314,
+ "friends_count": 2937,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 153,
+ "listed_count": 154,
"location": "Brooklyn, NY",
- "media_count": 665,
+ "media_count": 669,
"name": "Jessica Garson",
- "normal_followers_count": 6099,
+ "normal_followers_count": 6314,
"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": 8022,
+ "statuses_count": 8034,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -309,7 +313,7 @@
},
{
"entryId": "user-6844292",
- "sortIndex": "1807077634710962172",
+ "sortIndex": "1842759071359303676",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -339,6 +343,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 16 00:14:36 +0000 2007",
@@ -351,23 +356,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1404305,
- "friends_count": 6,
+ "favourites_count": 284,
+ "followers_count": 1407073,
+ "friends_count": 4,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4916,
+ "listed_count": 4943,
"location": "San Francisco",
- "media_count": 67,
+ "media_count": 68,
"name": "Engineering",
- "normal_followers_count": 1404305,
+ "normal_followers_count": 1407073,
"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": 981,
+ "statuses_count": 954,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -387,7 +392,7 @@
},
{
"entryId": "user-108209516",
- "sortIndex": "1807077634710962171",
+ "sortIndex": "1842759071359303675",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -404,6 +409,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Jan 25 05:56:22 +0000 2010",
@@ -439,16 +445,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 19108,
- "followers_count": 17310,
- "friends_count": 1956,
+ "favourites_count": 21614,
+ "followers_count": 17419,
+ "friends_count": 1957,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 480,
+ "listed_count": 478,
"location": "Austin",
- "media_count": 1141,
+ "media_count": 1200,
"name": "Amir Shevat",
- "normal_followers_count": 17310,
+ "normal_followers_count": 17419,
"pinned_tweet_ids_str": [
"1603552334231097351"
],
@@ -457,7 +463,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1389082761965629442/JhdikLmt_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ashevat",
- "statuses_count": 8942,
+ "statuses_count": 9228,
"translator_type": "none",
"url": "https://t.co/zWtpooqVXO",
"verified": false,
@@ -488,7 +494,7 @@
},
{
"entryId": "user-360174510",
- "sortIndex": "1807077634710962170",
+ "sortIndex": "1842759071359303674",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -505,6 +511,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Mon Aug 22 20:15:21 +0000 2011",
@@ -536,16 +543,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24709,
- "followers_count": 5671,
- "friends_count": 726,
+ "favourites_count": 24765,
+ "followers_count": 5855,
+ "friends_count": 723,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 55,
+ "listed_count": 52,
"location": "",
- "media_count": 439,
+ "media_count": 445,
"name": "Gerard Taylor",
- "normal_followers_count": 5671,
+ "normal_followers_count": 5855,
"pinned_tweet_ids_str": [
"1392274092951228417"
],
@@ -553,7 +560,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1426913345815425028/fHXLDLP__normal.jpg",
"profile_interstitial_type": "",
"screen_name": "TheGerardTaylor",
- "statuses_count": 9060,
+ "statuses_count": 9127,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -579,7 +586,7 @@
},
{
"entryId": "user-27649157",
- "sortIndex": "1807077634710962169",
+ "sortIndex": "1842759071359303673",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -609,37 +616,38 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Mon Mar 30 14:46:20 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "Lucky dad of 2. Lesser-half of @rls2882. VP Brand Creativity @X. Buy the ticket, take the ride.",
+ "description": "Lucky dad of 2. Lesser-half of @rls2882. Buy the ticket, take the ride.",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 17915,
- "followers_count": 23645,
- "friends_count": 2848,
+ "favourites_count": 18002,
+ "followers_count": 26454,
+ "friends_count": 2863,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 141,
+ "listed_count": 143,
"location": "NJ / NYC",
- "media_count": 1953,
+ "media_count": 1964,
"name": "Alex Josephson",
- "normal_followers_count": 23645,
+ "normal_followers_count": 26454,
"pinned_tweet_ids_str": [
"1719473141712343258"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/27649157/1716417286",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/27649157/1728168270",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1659764175571238912/dTebjojo_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ajos",
- "statuses_count": 8207,
+ "statuses_count": 8210,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -658,7 +666,7 @@
},
{
"entryId": "user-176425492",
- "sortIndex": "1807077634710962168",
+ "sortIndex": "1842759071359303672",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -675,12 +683,13 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Aug 09 14:16:11 +0000 2010",
"default_profile": false,
"default_profile_image": false,
- "description": "@tiptopjar | devrel @adobe | prev. @twitter @apple",
+ "description": "Founder @tiptopjar | prev. @adobe @twitter @apple",
"entities": {
"description": {
"urls": []
@@ -700,16 +709,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 30163,
- "followers_count": 10815,
- "friends_count": 5471,
+ "favourites_count": 29844,
+ "followers_count": 10924,
+ "friends_count": 5426,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 69,
"location": "nyc",
- "media_count": 2178,
+ "media_count": 2181,
"name": "Hamza",
- "normal_followers_count": 10815,
+ "normal_followers_count": 10924,
"pinned_tweet_ids_str": [
"1167249725751361537"
],
@@ -718,7 +727,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1799241731851882496/TN9JUh8h_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "oihamza",
- "statuses_count": 7049,
+ "statuses_count": 7051,
"translator_type": "none",
"url": "https://t.co/9Jd48LIalh",
"verified": false,
@@ -739,107 +748,9 @@
}
}
},
- {
- "entryId": "user-857699969263964161",
- "sortIndex": "1807077634710962167",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-6506012",
- "sortIndex": "1807077634710962166",
+ "sortIndex": "1842759071359303671",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -856,6 +767,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Fri Jun 01 17:35:22 +0000 2007",
@@ -881,16 +793,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9229,
- "followers_count": 4312,
- "friends_count": 2263,
+ "favourites_count": 9381,
+ "followers_count": 4392,
+ "friends_count": 2276,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 178,
+ "listed_count": 177,
"location": "Los Angeles, CA",
- "media_count": 1505,
+ "media_count": 1511,
"name": "Courtney Ivey",
- "normal_followers_count": 4312,
+ "normal_followers_count": 4392,
"pinned_tweet_ids_str": [
"1593490176868683777"
],
@@ -899,7 +811,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1601593236794970117/0iV4s9wT_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "couturefreak",
- "statuses_count": 42023,
+ "statuses_count": 42054,
"translator_type": "none",
"url": "https://t.co/noVOrVRTI3",
"verified": false,
@@ -933,7 +845,7 @@
},
{
"entryId": "user-45563099",
- "sortIndex": "1807077634710962165",
+ "sortIndex": "1842759071359303670",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -950,6 +862,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Mon Jun 08 13:23:10 +0000 2009",
@@ -975,23 +888,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6643,
- "followers_count": 930,
- "friends_count": 1297,
+ "favourites_count": 6558,
+ "followers_count": 1071,
+ "friends_count": 1298,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 32,
+ "listed_count": 31,
"location": "San Diego, CA",
"media_count": 121,
"name": "Steve Cosenza",
- "normal_followers_count": 930,
+ "normal_followers_count": 1071,
"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": 587,
+ "statuses_count": 583,
"translator_type": "regular",
"url": "https://t.co/4Vlv7pZ2Jo",
"verified": false,
@@ -1011,7 +924,7 @@
},
{
"entryId": "user-37290907",
- "sortIndex": "1807077634710962164",
+ "sortIndex": "1842759071359303669",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1028,6 +941,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat May 02 21:48:49 +0000 2009",
@@ -1053,16 +967,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28318,
- "followers_count": 64966,
- "friends_count": 3121,
+ "favourites_count": 28536,
+ "followers_count": 64509,
+ "friends_count": 3142,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 271,
+ "listed_count": 267,
"location": "San Francisco, CA",
- "media_count": 676,
+ "media_count": 691,
"name": "bruce falck",
- "normal_followers_count": 64966,
+ "normal_followers_count": 64509,
"pinned_tweet_ids_str": [
"1780970052759757294"
],
@@ -1071,7 +985,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1531718606983114753/j1FxA0Vy_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "boo",
- "statuses_count": 7874,
+ "statuses_count": 8011,
"translator_type": "regular",
"url": "https://t.co/Jbn9aQjRGU",
"verified": false,
@@ -1094,7 +1008,7 @@
},
{
"entryId": "user-28628425",
- "sortIndex": "1807077634710962163",
+ "sortIndex": "1842759071359303668",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1111,6 +1025,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri Apr 03 19:06:03 +0000 2009",
@@ -1123,23 +1038,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11933,
- "followers_count": 1598,
- "friends_count": 1019,
+ "favourites_count": 11864,
+ "followers_count": 1663,
+ "friends_count": 1014,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 36,
"location": "New York, NY",
"media_count": 140,
"name": "Sonya Penn",
- "normal_followers_count": 1598,
+ "normal_followers_count": 1663,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1374444613390323722/Za94Qfoj_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SonyaPenn",
- "statuses_count": 971,
+ "statuses_count": 962,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1158,7 +1073,7 @@
},
{
"entryId": "user-49188317",
- "sortIndex": "1807077634710962162",
+ "sortIndex": "1842759071359303667",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1175,6 +1090,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Jun 21 01:39:26 +0000 2009",
@@ -1200,16 +1116,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24047,
- "followers_count": 4695,
- "friends_count": 1813,
+ "favourites_count": 23870,
+ "followers_count": 4676,
+ "friends_count": 1804,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 49,
"location": "127.0.0.1",
"media_count": 2805,
"name": "Seth Wilson",
- "normal_followers_count": 4695,
+ "normal_followers_count": 4676,
"pinned_tweet_ids_str": [
"1609361179205599233"
],
@@ -1218,7 +1134,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1367523060551585797/r_YDF1jd_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "srw",
- "statuses_count": 11046,
+ "statuses_count": 11039,
"translator_type": "regular",
"url": "https://t.co/EOb50G8WRf",
"verified": false,
@@ -1238,7 +1154,7 @@
},
{
"entryId": "user-56057876",
- "sortIndex": "1807077634710962161",
+ "sortIndex": "1842759071359303666",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1252,9 +1168,10 @@
"rest_id": "56057876",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sun Jul 12 09:29:19 +0000 2009",
@@ -1280,23 +1197,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 50948,
- "followers_count": 2627,
- "friends_count": 1524,
+ "favourites_count": 50675,
+ "followers_count": 2725,
+ "friends_count": 1516,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 122,
+ "listed_count": 120,
"location": "🇨🇭",
- "media_count": 1804,
+ "media_count": 1805,
"name": "Victor",
- "normal_followers_count": 2627,
+ "normal_followers_count": 2725,
"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": 15882,
+ "statuses_count": 15843,
"translator_type": "regular",
"url": "https://t.co/kselUQWS5i",
"verified": false,
@@ -1330,7 +1247,7 @@
},
{
"entryId": "user-1434172202404880388",
- "sortIndex": "1807077634710962160",
+ "sortIndex": "1842759071359303665",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1347,37 +1264,36 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Sep 04 15:11:51 +0000 2021",
"default_profile": true,
"default_profile_image": false,
- "description": "Nft collector 🔥🫨 and nft trader on polygon and Ethereum Blockchain 🔥🔥 collap with new project 🔥🔥🔥🔥 dm me",
+ "description": "Nft collector 🔥🫨 and nft trader on base and Ethereum Blockchain 🔥🔥 collap with new project 🔥🔥🔥🔥 dm me",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 1735,
- "followers_count": 831,
- "friends_count": 5100,
+ "favourites_count": 1999,
+ "followers_count": 1050,
+ "friends_count": 5643,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 25,
"location": "",
- "media_count": 121,
- "name": "NYAN🔫😼 STONE🐦⬛🪨",
- "normal_followers_count": 831,
- "pinned_tweet_ids_str": [
- "1777814114334896457"
- ],
+ "media_count": 163,
+ "name": "memefwends fans",
+ "normal_followers_count": 1050,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1434172202404880388/1698349353",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1777813460363132928/ouu2HI2M_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1841144766752571394/5JJ8IBNz_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "glitch010110",
- "statuses_count": 7323,
+ "statuses_count": 7930,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1396,7 +1312,7 @@
},
{
"entryId": "user-17200003",
- "sortIndex": "1807077634710962159",
+ "sortIndex": "1842759071359303664",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1413,6 +1329,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Nov 05 23:06:37 +0000 2008",
@@ -1448,16 +1365,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8617,
- "followers_count": 2441,
+ "favourites_count": 8523,
+ "followers_count": 2492,
"friends_count": 750,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 47,
+ "listed_count": 48,
"location": "MN ⇨ all over ⇨ CO",
- "media_count": 755,
+ "media_count": 756,
"name": "snowman in most places",
- "normal_followers_count": 2441,
+ "normal_followers_count": 2492,
"pinned_tweet_ids_str": [
"1649636455403393026"
],
@@ -1466,7 +1383,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "snowman",
- "statuses_count": 4517,
+ "statuses_count": 4545,
"translator_type": "regular",
"url": "https://t.co/I1GjLuBxM2",
"verified": false,
@@ -1491,7 +1408,7 @@
},
{
"entryId": "user-951689171139141632",
- "sortIndex": "1807077634710962158",
+ "sortIndex": "1842759071359303663",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1508,15 +1425,26 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Fri Jan 12 05:35:54 +0000 2018",
"default_profile": true,
"default_profile_image": false,
- "description": "SDE @Flipkart || SWE Intern @Walmart || IGDTUW || Rants, my own !",
+ "description": "ex @Flipkart || ex @Walmart || Alumni @IGDTUW || Rants, my own ! Send your messages here 👉🏻https://t.co/cFLOQ6ATFn",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "ngl.link/meowandherhoom…",
+ "expanded_url": "https://ngl.link/meowandherhooman2",
+ "url": "https://t.co/cFLOQ6ATFn",
+ "indices": [
+ 91,
+ 114
+ ]
+ }
+ ]
},
"url": {
"urls": [
@@ -1533,16 +1461,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 14000,
- "followers_count": 6974,
- "friends_count": 456,
+ "favourites_count": 14113,
+ "followers_count": 7511,
+ "friends_count": 460,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 6,
"location": "",
- "media_count": 526,
+ "media_count": 542,
"name": "Jashpreet Malhotra",
- "normal_followers_count": 6974,
+ "normal_followers_count": 7511,
"pinned_tweet_ids_str": [
"1427595092387254272"
],
@@ -1550,7 +1478,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1581216546545770496/qMCJORtO_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "jashpreett",
- "statuses_count": 3491,
+ "statuses_count": 3567,
"translator_type": "none",
"url": "https://t.co/QvJnf2Zp25",
"verified": false,
@@ -1570,7 +1498,7 @@
},
{
"entryId": "user-181944946",
- "sortIndex": "1807077634710962157",
+ "sortIndex": "1842759071359303662",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1587,6 +1515,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Aug 23 12:49:38 +0000 2010",
@@ -1599,23 +1528,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1252,
- "followers_count": 1329,
- "friends_count": 505,
+ "favourites_count": 1242,
+ "followers_count": 1365,
+ "friends_count": 503,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 18,
+ "listed_count": 17,
"location": "Fremont, CA",
"media_count": 170,
"name": "James Gao",
- "normal_followers_count": 1329,
+ "normal_followers_count": 1365,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/181944946/1426093438",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1598397785543303168/XGweqo27_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "jianhangg",
- "statuses_count": 1209,
+ "statuses_count": 1203,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1644,8 +1573,8 @@
}
},
{
- "entryId": "user-1205246411773792257",
- "sortIndex": "1807077634710962156",
+ "entryId": "user-67501283",
+ "sortIndex": "1842759071359303661",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1655,526 +1584,44 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMjA1MjQ2NDExNzczNzkyMjU3",
- "rest_id": "1205246411773792257",
+ "id": "VXNlcjo2NzUwMTI4Mw==",
+ "rest_id": "67501283",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Thu Dec 12 22:02:02 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "It is well to give when asked, but it is better to give unasked, through understanding. #perfect",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 18,
- "followers_count": 14,
- "friends_count": 19,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Germany",
- "media_count": 0,
- "name": "IORDC",
- "normal_followers_count": 14,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1205246411773792257/1708646195",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1760815783133732865/ZH2fdOk__normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IORDC_A",
- "statuses_count": 10,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1807063856096698613",
- "professional_type": "Creator",
- "category": [
- {
- "id": 478,
- "name": "Advertising & Marketing Agency",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1658439276499988480",
- "sortIndex": "1807077634710962155",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjU4NDM5Mjc2NDk5OTg4NDgw",
- "rest_id": "1658439276499988480",
- "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 16 11:48:56 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "https://t.co/ghK3Kcy1qc…",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "linktr.ee/six6one1nine9u",
- "expanded_url": "http://linktr.ee/six6one1nine9u",
- "url": "https://t.co/ghK3Kcy1qc",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/six6one1nine9u…",
- "expanded_url": "https://linktr.ee/six6one1nine9uff?lt_utm_source=lt_share_link#306572913",
- "url": "https://t.co/jB4qn5c8bi",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 107,
- "followers_count": 172,
- "friends_count": 1096,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 159,
- "name": "Cristian Cocciolo",
- "normal_followers_count": 172,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1658439276499988480/1684335593",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1669360880474259460/WMN3HirL_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AnnaD1841",
- "statuses_count": 305,
- "translator_type": "none",
- "url": "https://t.co/jB4qn5c8bi",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807068920693592064",
- "sortIndex": "1807077634710962154",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDY4OTIwNjkzNTkyMDY0",
- "rest_id": "1807068920693592064",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 29 15:10:07 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 19,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "ANIL KUMAR KV",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1807069042546544641/hpWh820G_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ANILKUM24288131",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-60274547",
- "sortIndex": "1807077634710962153",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MDI3NDU0Nw==",
- "rest_id": "60274547",
- "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 Jul 26 09:45:49 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Crypto Enthusiast, Investor. $XRP the Standard. #Crypto #XRP #XRPL #BTC #ETH #Blockchain #DYOR #NFA",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 11579,
- "followers_count": 430,
- "friends_count": 295,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Earth, enroute to the Moon",
- "media_count": 143,
- "name": "S C X",
- "normal_followers_count": 430,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1765142770526695425/g4a3b63f_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SCX136",
- "statuses_count": 6446,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1751471340216029184",
- "sortIndex": "1807077634710962152",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzUxNDcxMzQwMjE2MDI5MTg0",
- "rest_id": "1751471340216029184",
- "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": "Sun Jan 28 05:05:16 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Software Engineer",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 23,
- "followers_count": 1,
- "friends_count": 23,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Bangalore, India",
- "media_count": 0,
- "name": "Subhradeep Ray",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [
- "1804570569192399308"
- ],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1751471483157946368/sDpgkot7_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "sraynitjsr",
- "statuses_count": 7,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1784759129048842241",
- "sortIndex": "1807077634710962151",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzg0NzU5MTI5MDQ4ODQyMjQx",
- "rest_id": "1784759129048842241",
- "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 Apr 29 01:38:41 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "life is a race",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 321,
- "followers_count": 6,
- "friends_count": 37,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Ceará",
- "media_count": 6,
- "name": "junior",
- "normal_followers_count": 6,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1784759129048842241/1715406226",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1805762104533581824/pKiUWjtK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "juniormendds",
- "statuses_count": 68,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1118890436",
- "sortIndex": "1807077634710962150",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTE4ODkwNDM2",
- "rest_id": "1118890436",
- "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 25 09:50:36 +0000 2013",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 48,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 8,
- "name": "Ramakrishnan",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "RamuvmR",
- "statuses_count": 10,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1099344851982843904",
- "sortIndex": "1807077634710962149",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDk5MzQ0ODUxOTgyODQzOTA0",
- "rest_id": "1099344851982843904",
- "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 Feb 23 16:26:52 +0000 2019",
+ "created_at": "Fri Aug 21 02:40:26 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "Bot tweeting\n➡️ Most viewed articles by @Wikipedia language (18+ langs)\n➡️ Also last @WikiCommons photos taken by @benprieur @CreativeCommons CC0",
+ "description": "👧👧 Girl mom, Developer Marketing. Family, house plants, chocolate, @cubuffs, and running.",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 1984,
- "followers_count": 249,
- "friends_count": 1441,
- "has_custom_timelines": false,
+ "favourites_count": 5696,
+ "followers_count": 1825,
+ "friends_count": 1199,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3,
- "location": "Sougères-en-Puisaye",
- "media_count": 0,
- "name": "StatsWiki",
- "normal_followers_count": 249,
- "pinned_tweet_ids_str": [
- "1803702284791988305"
- ],
+ "listed_count": 81,
+ "location": "Boulder CO",
+ "media_count": 228,
+ "name": "Cassie Stewart",
+ "normal_followers_count": 1825,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1099344851982843904/1705758733",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1748704984043069440/79yN6b6v_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": "StatsWiki",
- "statuses_count": 396774,
- "translator_type": "none",
+ "screen_name": "cassiestewart",
+ "statuses_count": 1513,
+ "translator_type": "regular",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2191,8 +1638,8 @@
}
},
{
- "entryId": "user-1544566812985393152",
- "sortIndex": "1807077634710962148",
+ "entryId": "user-1842758748894572544",
+ "sortIndex": "1842759071359303660",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2202,40 +1649,41 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTQ0NTY2ODEyOTg1MzkzMTUy",
- "rest_id": "1544566812985393152",
+ "id": "VXNlcjoxODQyNzU4NzQ4ODk0NTcyNTQ0",
+ "rest_id": "1842758748894572544",
"affiliates_highlighted_label": {},
- "has_graduated_access": true,
+ "has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Wed Jul 06 06:21:30 +0000 2022",
+ "created_at": "Sun Oct 06 02:48:29 +0000 2024",
"default_profile": true,
- "default_profile_image": true,
- "description": "収入のない介護歴が長いおばあです",
+ "default_profile_image": false,
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 6524,
- "followers_count": 21,
- "friends_count": 13,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "宮本 信子",
- "normal_followers_count": 21,
+ "name": "Justin Carey",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842758848870014976/rJ1Nu67U_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "E3POeg455De2VgF",
+ "screen_name": "JustinCare68290",
"statuses_count": 0,
"translator_type": "none",
"verified": false,
@@ -2254,8 +1702,8 @@
}
},
{
- "entryId": "user-1751243162700689408",
- "sortIndex": "1807077634710962147",
+ "entryId": "user-1840279050482511872",
+ "sortIndex": "1842759071359303659",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2265,16 +1713,339 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzUxMjQzMTYyNzAwNjg5NDA4",
- "rest_id": "1751243162700689408",
+ "id": "VXNlcjoxODQwMjc5MDUwNDgyNTExODcy",
+ "rest_id": "1840279050482511872",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Sep 29 06:34:52 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 124,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Tonough",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1840279050482511872/1727591705",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840279065603026944/J-iDYFYO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TonoughNOA18",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1588782092984274944",
+ "sortIndex": "1842759071359303658",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTg4NzgyMDkyOTg0Mjc0OTQ0",
+ "rest_id": "1588782092984274944",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Jan 27 13:58:12 +0000 2024",
+ "created_at": "Sat Nov 05 06:36:00 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 80,
+ "followers_count": 349,
+ "friends_count": 453,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 3,
+ "name": "fang d꧁IP꧂",
+ "normal_followers_count": 349,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589143679456841728/yOM2gY2G_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "fsf00418",
+ "statuses_count": 126,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1485297338734239746",
+ "sortIndex": "1842759071359303657",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg1Mjk3MzM4NzM0MjM5NzQ2",
+ "rest_id": "1485297338734239746",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Jan 23 17:04:54 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Software Engineer\nBolivia 🇧🇴",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 435,
+ "followers_count": 11,
+ "friends_count": 55,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "La Paz, Bolivia",
+ "media_count": 0,
+ "name": "Rodrigo R. Alarcón V.",
+ "normal_followers_count": 11,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796759459080830977/c2uAd9C3_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "roderknight1",
+ "statuses_count": 57,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842754121150918656",
+ "sortIndex": "1842759071359303656",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNzU0MTIxMTUwOTE4NjU2",
+ "rest_id": "1842754121150918656",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 06 02:30:29 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I love ECMAScript",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3,
+ "followers_count": 0,
+ "friends_count": 29,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Triumph",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1842754121150918656/1728182442",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842756842558013440/gshoSQYQ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CptTriumph",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1556476013676482560",
+ "sortIndex": "1842759071359303655",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTU2NDc2MDEzNjc2NDgyNTYw",
+ "rest_id": "1556476013676482560",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Aug 08 03:02:55 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "The powers of the parents gave us come into this world, parents with a broad mind and the deep love, all contained our advantages and disadv",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 26,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Barton Johnston(e)",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1556476188448948224/zZwV5OD6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BartonJohnston6",
+ "statuses_count": 9,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1838988375594029056",
+ "sortIndex": "1842759071359303654",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODM4OTg4Mzc1NTk0MDI5MDU2",
+ "rest_id": "1838988375594029056",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Sep 25 17:06:51 +0000 2024",
"default_profile": true,
"default_profile_image": true,
"description": "",
@@ -2284,7 +2055,7 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 10,
+ "favourites_count": 0,
"followers_count": 0,
"friends_count": 10,
"has_custom_timelines": false,
@@ -2292,280 +2063,13 @@
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "Jessica Day",
+ "name": "Iwan_8405",
"normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"profile_interstitial_type": "",
- "screen_name": "JessicaDay68019",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1750939817066831874",
- "sortIndex": "1807077634710962146",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzUwOTM5ODE3MDY2ODMxODc0",
- "rest_id": "1750939817066831874",
- "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 Jan 26 17:52:45 +0000 2024",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7,
- "followers_count": 8,
- "friends_count": 16,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Hope Hunter",
- "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": "HopeHunter28220",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1751161139851845632",
- "sortIndex": "1807077634710962145",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzUxMTYxMTM5ODUxODQ1NjMy",
- "rest_id": "1751161139851845632",
- "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 27 08:32:22 +0000 2024",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 9,
- "followers_count": 0,
- "friends_count": 13,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Trisha Ferguson",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "TrishaF53907",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1793587298505986048",
- "sortIndex": "1807077634710962144",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzkzNTg3Mjk4NTA1OTg2MDQ4",
- "rest_id": "1793587298505986048",
- "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 23 10:18:36 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Hello88 là thương hiệu cá cược online nổi tiếng, nhận được sự tin tưởng và đánh giá cao từ cộng đồng bet thủ nhờ kho game đa dạng, chất lượng và hấp dẫn.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "hello88.bike",
- "expanded_url": "https://hello88.bike/",
- "url": "https://t.co/nHraOGQZVl",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 68,
- "followers_count": 6,
- "friends_count": 55,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Bình Tân, Hồ Chí Minh",
- "media_count": 2,
- "name": "HELLO88 CASINO",
- "normal_followers_count": 6,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1793587298505986048/1716459835",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1793588649696890882/TunS-CoB_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "hello88bike",
- "statuses_count": 17,
- "translator_type": "none",
- "url": "https://t.co/nHraOGQZVl",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1674457327183998976",
- "sortIndex": "1807077634710962143",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjc0NDU3MzI3MTgzOTk4OTc2",
- "rest_id": "1674457327183998976",
- "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 Jun 29 16:38:44 +0000 2023",
- "default_profile": true,
- "default_profile_image": true,
- "description": "I am btech pursuing student having computer science and engineering as branch. Currently I am exploring tech.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1,
- "followers_count": 0,
- "friends_count": 4,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "India",
- "media_count": 0,
- "name": "Himanshu Gautam",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "hgautam628",
+ "screen_name": "I840561594",
"statuses_count": 3,
"translator_type": "none",
"verified": false,
@@ -2584,8 +2088,8 @@
}
},
{
- "entryId": "user-1003587415263645696",
- "sortIndex": "1807077634710962142",
+ "entryId": "user-1721985344499822592",
+ "sortIndex": "1842759071359303653",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2595,29 +2099,30 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDAzNTg3NDE1MjYzNjQ1Njk2",
- "rest_id": "1003587415263645696",
+ "id": "VXNlcjoxNzIxOTg1MzQ0NDk5ODIyNTky",
+ "rest_id": "1721985344499822592",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jun 04 10:41:00 +0000 2018",
- "default_profile": false,
+ "created_at": "Tue Nov 07 20:17:59 +0000 2023",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Top team in @81League 🎮⚽️ #manualfifa #81League https://t.co/7aNrY0oY3k Season18/19 81League Champion 🏆",
+ "description": "We provide high class escort girls in Dubai for gentlemen ⚜️ for more details DM me via link https://t.co/nbToE5ZCOm ( WhatsApp )",
"entities": {
"description": {
"urls": [
{
- "display_url": "twitch.tv/latooscuro81",
- "expanded_url": "https://www.twitch.tv/latooscuro81",
- "url": "https://t.co/7aNrY0oY3k",
+ "display_url": "wa.me/+971552370957",
+ "expanded_url": "http://wa.me/+971552370957",
+ "url": "https://t.co/nbToE5ZCOm",
"indices": [
- 48,
- 71
+ 93,
+ 116
]
}
]
@@ -2625,9 +2130,9 @@
"url": {
"urls": [
{
- "display_url": "81league.com",
- "expanded_url": "https://www.81league.com",
- "url": "https://t.co/cTPdj01qzu",
+ "display_url": "wa.me/+971552370957",
+ "expanded_url": "http://wa.me/+971552370957",
+ "url": "https://t.co/nbToE5ZCOm",
"indices": [
0,
23
@@ -2637,25 +2142,26 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 778,
- "followers_count": 37,
- "friends_count": 202,
- "has_custom_timelines": true,
+ "favourites_count": 546,
+ "followers_count": 95,
+ "friends_count": 315,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 1,
- "location": "Helsinki, Finland",
- "media_count": 27,
- "name": "OfficialLatoOscuro",
- "normal_followers_count": 37,
- "pinned_tweet_ids_str": [],
+ "listed_count": 0,
+ "location": "VIP Dubai Nightlife",
+ "media_count": 99,
+ "name": "Massage In Dubai",
+ "normal_followers_count": 95,
+ "pinned_tweet_ids_str": [
+ "1776318111760732481"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1003587415263645696/1528182147",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1003590583447900161/YICpHUcg_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1721985428830441472/mi71vC9Z_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "LatoOfficial",
- "statuses_count": 71,
+ "screen_name": "dubai_in35596",
+ "statuses_count": 314,
"translator_type": "none",
- "url": "https://t.co/cTPdj01qzu",
+ "url": "https://t.co/nbToE5ZCOm",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2672,8 +2178,8 @@
}
},
{
- "entryId": "user-1056551912617795584",
- "sortIndex": "1807077634710962141",
+ "entryId": "user-1292977441435275264",
+ "sortIndex": "1842759071359303652",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2683,56 +2189,43 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDU2NTUxOTEyNjE3Nzk1NTg0",
- "rest_id": "1056551912617795584",
+ "id": "VXNlcjoxMjkyOTc3NDQxNDM1Mjc1MjY0",
+ "rest_id": "1292977441435275264",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Oct 28 14:23:00 +0000 2018",
+ "created_at": "Tue Aug 11 00:13:54 +0000 2020",
"default_profile": true,
"default_profile_image": false,
- "description": "I just love to mess around with XAUUSD in the markets $$$$",
+ "description": "AFROBOY \n OTR1P NATION",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "cttradehub.com",
- "expanded_url": "https://cttradehub.com",
- "url": "https://t.co/CalzdYWhAK",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 1112,
- "followers_count": 588,
- "friends_count": 1407,
+ "favourites_count": 2,
+ "followers_count": 0,
+ "friends_count": 57,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 6,
- "name": "CayTrades",
- "normal_followers_count": 588,
+ "media_count": 0,
+ "name": "Otrip lex",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1654845972520771585/oZ_bOV1o_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842742422092021760/I17KktLT_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "CayTrades",
- "statuses_count": 717,
+ "screen_name": "TideHorla",
+ "statuses_count": 0,
"translator_type": "none",
- "url": "https://t.co/CalzdYWhAK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2749,8 +2242,8 @@
}
},
{
- "entryId": "user-1795418692760764416",
- "sortIndex": "1807077634710962140",
+ "entryId": "user-1807941086591307776",
+ "sortIndex": "1842759071359303651",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2760,63 +2253,128 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzk1NDE4NjkyNzYwNzY0NDE2",
- "rest_id": "1795418692760764416",
+ "id": "VXNlcjoxODA3OTQxMDg2NTkxMzA3Nzc2",
+ "rest_id": "1807941086591307776",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Tue May 28 11:36:31 +0000 2024",
+ "created_at": "Tue Jul 02 00:55:52 +0000 2024",
"default_profile": true,
"default_profile_image": false,
- "description": "⛓️ WE ARE THE DUO DOM DOLLS ⛓️ #FinancialDominatrixWomenRunThisProfile",
+ "description": "If you follow me, I’ll follow you it might take long",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "AllMyLinks.Com/DuoDomDolls",
- "expanded_url": "http://www.AllMyLinks.Com/DuoDomDolls",
- "url": "https://t.co/HP9so5g5Gu",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 193,
- "followers_count": 217,
- "friends_count": 854,
+ "favourites_count": 18,
+ "followers_count": 98,
+ "friends_count": 115,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "Heaven",
- "media_count": 0,
- "name": "DuoDomDolls",
- "normal_followers_count": 217,
+ "location": "",
+ "media_count": 8,
+ "name": "RetroBloxsGamer",
+ "normal_followers_count": 98,
"pinned_tweet_ids_str": [
- "1796928978663649600"
+ "1835819100070621390"
],
- "possibly_sensitive": true,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1795418692760764416/1717949785",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1799838494715699200/_Vq71fPk_normal.jpg",
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1824948751917608960/yWMfoFHf_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "DuoDomDolls",
- "statuses_count": 16,
+ "screen_name": "RykerRoblox",
+ "statuses_count": 204,
"translator_type": "none",
- "url": "https://t.co/HP9so5g5Gu",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1798490339826642944",
+ "sortIndex": "1842759071359303650",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzk4NDkwMzM5ODI2NjQyOTQ0",
+ "rest_id": "1798490339826642944",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Jun 05 23:02:18 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "...",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2,
+ "followers_count": 60,
+ "friends_count": 238,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Trnava Slovenská republika",
+ "media_count": 0,
+ "name": "aaa bbb",
+ "normal_followers_count": 60,
+ "pinned_tweet_ids_str": [
+ "1842750483678494809"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1798490339826642944/1720812946",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1811846927689940992/Is6N7ku0_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "aaabbb9133",
+ "statuses_count": 11,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1842729678752354456",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 192,
+ "name": "Financial Services",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
"tipjar_settings": {
"is_enabled": true
}
@@ -2831,8 +2389,8 @@
}
},
{
- "entryId": "user-287689252",
- "sortIndex": "1807077634710962139",
+ "entryId": "user-1805801973976813568",
+ "sortIndex": "1842759071359303649",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2842,269 +2400,17 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODc2ODkyNTI=",
- "rest_id": "287689252",
- "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 25 13:58:34 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "一币一别墅,一币一嫩模",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 57,
- "followers_count": 31,
- "friends_count": 100,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "马牛逼(勿扰)",
- "normal_followers_count": 31,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795389851979878400/qVbThSnK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "laylaeigor",
- "statuses_count": 28,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1631648751566868489",
- "sortIndex": "1807077634710962138",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjMxNjQ4NzUxNTY2ODY4NDg5",
- "rest_id": "1631648751566868489",
- "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 Mar 03 13:32:53 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 557,
- "followers_count": 36,
- "friends_count": 85,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "Mücahit BULBÜL",
- "normal_followers_count": 36,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1631648751566868489/1718919090",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1631649913296809986/uWJl9d9K_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McahitBULBL1",
- "statuses_count": 7,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1796555009053609984",
- "sortIndex": "1807077634710962137",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzk2NTU1MDA5MDUzNjA5OTg0",
- "rest_id": "1796555009053609984",
- "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 31 14:52:00 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1461,
- "followers_count": 203,
- "friends_count": 481,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "Mark May",
- "normal_followers_count": 203,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796556286974160896/camQ0SZN_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MarkMay298393",
- "statuses_count": 198,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807046378302140416",
- "sortIndex": "1807077634710962136",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDQ2Mzc4MzAyMTQwNDE2",
- "rest_id": "1807046378302140416",
+ "id": "VXNlcjoxODA1ODAxOTczOTc2ODEzNTY4",
+ "rest_id": "1805801973976813568",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Jun 29 13:40:12 +0000 2024",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 12,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Gowtham Love",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "lov51059",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807037563430973440",
- "sortIndex": "1807077634710962135",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDM3NTYzNDMwOTczNDQw",
- "rest_id": "1807037563430973440",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 29 13:05:15 +0000 2024",
+ "created_at": "Wed Jun 26 03:15:36 +0000 2024",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -3114,1616 +2420,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 1,
- "friends_count": 11,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Zameer Qasim",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1807037563430973440/1719669745",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1807037971666726912/qQGP5Utx_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "qasimzameer",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1763318089234472960",
- "sortIndex": "1807077634710962134",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzYzMzE4MDg5MjM0NDcyOTYw",
- "rest_id": "1763318089234472960",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Thu Feb 29 21:40:14 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 144,
- "followers_count": 75,
- "friends_count": 243,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Marko Ostojic",
- "normal_followers_count": 75,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1763318286802980864/keX0FGAi_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ostojic420",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1654479123568381953",
- "sortIndex": "1807077634710962133",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjU0NDc5MTIzNTY4MzgxOTUz",
- "rest_id": "1654479123568381953",
- "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 05 13:32:44 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 772,
- "followers_count": 125,
- "friends_count": 768,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 7,
- "location": "",
- "media_count": 10,
- "name": "ヒロミ@裏垢",
- "normal_followers_count": 125,
- "pinned_tweet_ids_str": [
- "1655185220445036544"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1654479123568381953/1719173733",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804971530776158209/BUSaNHzF_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "0311Hiromi63",
- "statuses_count": 207,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1802671920749432832",
- "sortIndex": "1807077634710962132",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODAyNjcxOTIwNzQ5NDMyODMy",
- "rest_id": "1802671920749432832",
- "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 Jun 17 11:57:53 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Movie buff & film critic. 🎬 Sharing reviews, insights, and my love for cinema. #MovieLover #FilmCritic",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3,
- "followers_count": 1,
- "friends_count": 10,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "Fred Caires",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1802672513362673664/jUoVDtxD_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "FredyCaires",
- "statuses_count": 1,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1757657248346816512",
- "sortIndex": "1807077634710962131",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzU3NjU3MjQ4MzQ2ODE2NTEy",
- "rest_id": "1757657248346816512",
- "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 Feb 14 06:45:29 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "India's First AI focused Technology Business Incubator",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "aivf.io",
- "expanded_url": "http://www.aivf.io",
- "url": "https://t.co/oy6A3NYWMW",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2461,
- "followers_count": 75,
- "friends_count": 190,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1,
- "location": "Chennai",
- "media_count": 4,
- "name": "AIVentureFactory",
- "normal_followers_count": 75,
- "pinned_tweet_ids_str": [
- "1769982466130055670"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1757657248346816512/1707895047",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1757658262303035392/3Z_Oi5s-_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AIVF_official",
- "statuses_count": 28,
- "translator_type": "none",
- "url": "https://t.co/oy6A3NYWMW",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807036826399449089",
- "sortIndex": "1807077634710962130",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDM2ODI2Mzk5NDQ5MDg5",
- "rest_id": "1807036826399449089",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 29 13:02:19 +0000 2024",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 1,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Kook",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "Kook211013",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1447603359339458574",
- "sortIndex": "1807077634710962129",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDQ3NjAzMzU5MzM5NDU4NTc0",
- "rest_id": "1447603359339458574",
- "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 11 16:42:14 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 92,
- "friends_count": 140,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 0,
- "location": "Gloucester",
- "media_count": 0,
- "name": "Kal",
- "normal_followers_count": 92,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1447603359339458574/1710415716",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1773336291477753856/cwGTa0S0_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "kal3hussain",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-231380677",
- "sortIndex": "1807077634710962128",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMzEzODA2Nzc=",
- "rest_id": "231380677",
- "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 28 10:42:05 +0000 2010",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Wir werden zusammenarbeiten, Freunde",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 63,
- "followers_count": 153,
- "friends_count": 70,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Drēzdene",
- "media_count": 1,
- "name": "Youngmee Park",
- "normal_followers_count": 153,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724407518602903553/kIBaweUE_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "opqur",
- "statuses_count": 25,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1662085851290161152",
- "sortIndex": "1807077634710962127",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjYyMDg1ODUxMjkwMTYxMTUy",
- "rest_id": "1662085851290161152",
- "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 26 13:22:03 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 89,
- "friends_count": 240,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Nay HS Aung",
- "normal_followers_count": 89,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806940093271461888/MIuiun8u_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nay_hs_aung",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1796546672954396672",
- "sortIndex": "1807077634710962126",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzk2NTQ2NjcyOTU0Mzk2Njcy",
- "rest_id": "1796546672954396672",
- "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 31 14:18:37 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 74,
- "friends_count": 333,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 2,
- "name": "Promi S222",
- "normal_followers_count": 74,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796546834468618240/VI_obSHE_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "PromiS222",
- "statuses_count": 13,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1803965420006969344",
- "sortIndex": "1807077634710962125",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODAzOTY1NDIwMDA2OTY5MzQ0",
- "rest_id": "1803965420006969344",
- "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 Jun 21 01:37:53 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Aim to change every industry by \"dbt.en\"Ai suchEconomy Carrer Education Health Army 1� it 1Platform",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "eden-project.co",
- "expanded_url": "https://eden-project.co",
- "url": "https://t.co/UogtgAdiEA",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 4,
- "friends_count": 44,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "ATLANTIC OCCEAN",
- "media_count": 0,
- "name": "DECENTRALIZE BLOCKCHAIN TECH forEVER",
- "normal_followers_count": 4,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1803965420006969344/1718940196",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803965670176043009/VNN5iLbx_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "dbt_en",
- "statuses_count": 3,
- "translator_type": "none",
- "url": "https://t.co/UogtgAdiEA",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1803990493644079175",
- "professional_type": "Business",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true,
- "ethereum_handle": "0xd6e49e0dcdb7007425ac66ecde61a68a84a32300"
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1782066684276178944",
- "sortIndex": "1807077634710962124",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzgyMDY2Njg0Mjc2MTc4OTQ0",
- "rest_id": "1782066684276178944",
- "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": "Sun Apr 21 15:19:55 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 24,
- "followers_count": 21,
- "friends_count": 13,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1,
- "location": "",
- "media_count": 0,
- "name": "Margaret | BLASTR",
- "normal_followers_count": 21,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1782067069535625216/BAlCK4d2_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Margare33333333",
- "statuses_count": 8,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1693032695670915072",
- "sortIndex": "1807077634710962123",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjkzMDMyNjk1NjcwOTE1MDcy",
- "rest_id": "1693032695670915072",
- "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 19 22:52:46 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 166,
- "followers_count": 1,
- "friends_count": 46,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Mohammed Alromim",
- "normal_followers_count": 1,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693033293485166593/0DR-777w_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "Mohamme16926248",
- "statuses_count": 407,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1797222684574531585",
- "sortIndex": "1807077634710962122",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzk3MjIyNjg0NTc0NTMxNTg1",
- "rest_id": "1797222684574531585",
- "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": "Sun Jun 02 11:04:40 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "תנו לצה״ל לנצח💛| חזרתי חלקית לטוויטר",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1935,
- "followers_count": 29,
- "friends_count": 145,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 15,
- "name": "Omri.",
- "normal_followers_count": 29,
- "pinned_tweet_ids_str": [
- "1799675396507435258"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1797222684574531585/1717649333",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1798577728624754688/6Za5Vujp_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "OmriDagan24",
- "statuses_count": 518,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1341411300195315712",
- "sortIndex": "1807077634710962121",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzQxNDExMzAwMTk1MzE1NzEy",
- "rest_id": "1341411300195315712",
- "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 22 15:52:45 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Tech Guy | $BTC | $ETH $BNB HODLER | Project Ambassador @LFC forever",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2955,
- "followers_count": 357,
- "friends_count": 1720,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 6,
- "location": "Moon",
- "media_count": 63,
- "name": "Shine—ee",
- "normal_followers_count": 357,
- "pinned_tweet_ids_str": [
- "1680194827135090688"
- ],
- "possibly_sensitive": true,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1341411300195315712/1608659183",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725549425475366912/re-g-0PA_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "krypto_Plug",
- "statuses_count": 1695,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1490701675174273030",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": false
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-472610264",
- "sortIndex": "1807077634710962120",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzI2MTAyNjQ=",
- "rest_id": "472610264",
- "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 Jan 24 03:47:08 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "System Development Engineer, Amazon EMR team @awscloud. All opinions are my own. 著書「実践Redis入門」(日本語版) https://t.co/2Sb9PFnMkc (한국어판) https://t.co/OhPwPLGxaM",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "amzn.asia/d/0VWRSbw",
- "expanded_url": "http://amzn.asia/d/0VWRSbw",
- "url": "https://t.co/2Sb9PFnMkc",
- "indices": [
- 103,
- 126
- ]
- },
- {
- "display_url": "hanbit.co.kr/store/books/lo…",
- "expanded_url": "https://hanbit.co.kr/store/books/look.php?p_code=B6215862232",
- "url": "https://t.co/OhPwPLGxaM",
- "indices": [
- 134,
- 157
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "hayashier.com",
- "expanded_url": "https://hayashier.com",
- "url": "https://t.co/An8XXx4FYt",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 23950,
- "followers_count": 1292,
- "friends_count": 1453,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 14,
- "location": "localhost",
- "media_count": 25,
- "name": "hayashi 「実践Redis入門」発売中",
- "normal_followers_count": 1292,
- "pinned_tweet_ids_str": [
- "1801131052662165778"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/472610264/1610802290",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1501696675794264065/zQD6wbia_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "hayashier",
- "statuses_count": 684,
- "translator_type": "none",
- "url": "https://t.co/An8XXx4FYt",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1460979518425165831",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "37386uB7nDnkdsNm4mRKi7frcXMrKe8GJe"
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1806293919006642176",
- "sortIndex": "1807077634710962119",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA2MjkzOTE5MDA2NjQyMTc2",
- "rest_id": "1806293919006642176",
- "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 Jun 27 11:50:40 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 11,
- "followers_count": 0,
- "friends_count": 27,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Samer Abd alhak",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806298480777756673/imZgMcG1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AlhakAbd37691",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1755758668648476672",
- "sortIndex": "1807077634710962118",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzU1NzU4NjY4NjQ4NDc2Njcy",
- "rest_id": "1755758668648476672",
- "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 Feb 09 01:01:48 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 3,
- "friends_count": 39,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Hannapia Abecilla Custodio",
- "normal_followers_count": 3,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1755759520666853376/dOq7Ey_r_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "hannapia800921",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1799518011319046144",
- "sortIndex": "1807077634710962117",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzk5NTE4MDExMzE5MDQ2MTQ0",
- "rest_id": "1799518011319046144",
- "affiliates_highlighted_label": {
- "label": {
- "badge": {
- "url": "https://pbs.twimg.com/semantic_core_img/1428827730364096519/4ZXpTBhS?format=png&name=orig"
- },
- "description": "Automated",
- "longDescription": {
- "text": "Automated by @0xAn4s",
- "entities": [
- {
- "fromIndex": 13,
- "toIndex": 20,
- "ref": {
- "type": "TimelineRichTextMention",
- "screen_name": "0xAn4s",
- "mention_results": {
- "result": {
- "__typename": "User",
- "legacy": {
- "screen_name": "0xAn4s"
- },
- "rest_id": "1356909970785251328"
- }
- }
- }
- }
- ]
- },
- "userLabelType": "AutomatedLabel"
- }
- },
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 08 19:05:22 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 8,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 1,
- "name": "ByteBotX",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1799522815508451328/l_3_vZ4F_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ByteBotX",
- "statuses_count": 1,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807014833805795328",
- "sortIndex": "1807077634710962116",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDE0ODMzODA1Nzk1MzI4",
- "rest_id": "1807014833805795328",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 29 11:35:04 +0000 2024",
- "default_profile": true,
- "default_profile_image": true,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
"favourites_count": 1,
- "followers_count": 0,
- "friends_count": 3,
+ "followers_count": 22,
+ "friends_count": 10,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 0,
- "name": "dhusana",
- "normal_followers_count": 0,
+ "media_count": 2,
+ "name": "Younss Sloman",
+ "normal_followers_count": 22,
"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/1805801973976813568/1725995510",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1833584179096768512/yjU6ZVaB_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "dhusanthan3001",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1807015046930628608",
- "sortIndex": "1807077634710962115",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA3MDE1MDQ2OTMwNjI4NjA4",
- "rest_id": "1807015046930628608",
- "affiliates_highlighted_label": {},
- "has_graduated_access": false,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sat Jun 29 11:35:55 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 1,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Aiman Chaudhary",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1807015134193205248/ZvatDhgH_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "askcprive",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1546014827315068929",
- "sortIndex": "1807077634710962114",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTQ2MDE0ODI3MzE1MDY4OTI5",
- "rest_id": "1546014827315068929",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Sun Jul 10 06:14:16 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 0,
- "friends_count": 23,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Sun Jin-Woo",
- "normal_followers_count": 0,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1546014925755400192/Ctn6gRdn_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Sun30337264",
- "statuses_count": 16,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1499528663477506050",
- "sortIndex": "1807077634710962113",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDk5NTI4NjYzNDc3NTA2MDUw",
- "rest_id": "1499528663477506050",
- "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 03 23:34:46 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "دع المقاديرَ تجري في أعَنّتها\nولا تبيتنّ إلا خاليَ البالِ\nما بين غَمضةِ عَين وانتباهتها\nيغيّر الله من حالٍ إلى حالِ",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 64,
- "followers_count": 3,
- "friends_count": 35,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Innsbruck, Austria",
- "media_count": 0,
- "name": "Ibrahimheno",
- "normal_followers_count": 3,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1499528663477506050/1646350833",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1499529773583933442/RpuEwgau_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Ibrahimheno1",
- "statuses_count": 0,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1770807950371598336",
- "sortIndex": "1807077634710962112",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzcwODA3OTUwMzcxNTk4MzM2",
- "rest_id": "1770807950371598336",
- "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 21 13:42:00 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2,
- "followers_count": 10,
- "friends_count": 22,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Samy Elmansy",
- "normal_followers_count": 10,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770811105167736832/3u09DFNE_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AhmedKhale75971",
+ "screen_name": "SlomanYoun95368",
"statuses_count": 2,
"translator_type": "none",
"verified": false,
@@ -4742,8 +2454,8 @@
}
},
{
- "entryId": "user-1618641158657261569",
- "sortIndex": "1807077634710962111",
+ "entryId": "user-1136014952",
+ "sortIndex": "1842759071359303648",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4753,42 +2465,42 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjE4NjQxMTU4NjU3MjYxNTY5",
- "rest_id": "1618641158657261569",
+ "id": "VXNlcjoxMTM2MDE0OTUy",
+ "rest_id": "1136014952",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Thu Jan 26 16:05:44 +0000 2023",
+ "created_at": "Thu Jan 31 04:33:16 +0000 2013",
"default_profile": true,
"default_profile_image": false,
- "description": "Glasgow Rangers and Miami Dolphins.",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 144,
- "followers_count": 110,
- "friends_count": 173,
+ "favourites_count": 886,
+ "followers_count": 135,
+ "friends_count": 475,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
- "location": "Miami",
+ "listed_count": 33,
+ "location": "",
"media_count": 2,
- "name": "Miami Rangers",
- "normal_followers_count": 110,
+ "name": "Leonardo de la Cruz",
+ "normal_followers_count": 135,
"pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1618641158657261569/1674751438",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1618650534730153996/JoxxprnU_normal.jpg",
+ "possibly_sensitive": true,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1328045030754414592/H4p9QOgJ_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "mia_rfc",
- "statuses_count": 49,
+ "screen_name": "LDelacruzv",
+ "statuses_count": 120942,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4806,8 +2518,8 @@
}
},
{
- "entryId": "user-1788833540156899328",
- "sortIndex": "1807077634710962110",
+ "entryId": "user-1840674096860020736",
+ "sortIndex": "1842759071359303647",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4817,42 +2529,42 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzg4ODMzNTQwMTU2ODk5MzI4",
- "rest_id": "1788833540156899328",
+ "id": "VXNlcjoxODQwNjc0MDk2ODYwMDIwNzM2",
+ "rest_id": "1840674096860020736",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Fri May 10 07:28:55 +0000 2024",
+ "created_at": "Mon Sep 30 08:44:56 +0000 2024",
"default_profile": true,
"default_profile_image": false,
- "description": "👟",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 16,
- "followers_count": 4,
- "friends_count": 17,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 7,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 2,
- "name": "BulakornC",
- "normal_followers_count": 4,
+ "media_count": 0,
+ "name": "Efendi Fendi",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1788833540156899328/1715471209",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1789441854112669696/UNKLGx6U_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840674175943610368/QtrC5NcL_normal.png",
"profile_interstitial_type": "",
- "screen_name": "bulakorn_c",
- "statuses_count": 56,
+ "screen_name": "ef6987414",
+ "statuses_count": 0,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4870,8 +2582,8 @@
}
},
{
- "entryId": "user-1806995001769160704",
- "sortIndex": "1807077634710962109",
+ "entryId": "user-816130178",
+ "sortIndex": "1842759071359303646",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4881,16 +2593,513 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxODA2OTk1MDAxNzY5MTYwNzA0",
- "rest_id": "1806995001769160704",
+ "id": "VXNlcjo4MTYxMzAxNzg=",
+ "rest_id": "816130178",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Sep 10 22:08:48 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "🪐",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4935,
+ "followers_count": 297,
+ "friends_count": 934,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "🪐",
+ "media_count": 63,
+ "name": "SternoZero",
+ "normal_followers_count": 297,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/816130178/1691152354",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1687441390450401280/2IKDYx_Q_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "kodabear76",
+ "statuses_count": 5201,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1476636981249589252",
+ "sortIndex": "1842759071359303645",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDc2NjM2OTgxMjQ5NTg5MjUy",
+ "rest_id": "1476636981249589252",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Dec 30 19:31:55 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "FOG I.T SOLUTIONS is a technology-driven company established in 2016, committed to providing innovative and comprehensive IT solutions to businesses of all size",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "fameofgodstudios.com/product-info.p…",
+ "expanded_url": "https://www.fameofgodstudios.com/product-info.php?id=23",
+ "url": "https://t.co/ypbq3gLWPz",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 171,
+ "followers_count": 23,
+ "friends_count": 101,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "seguku, kampala uganda",
+ "media_count": 3,
+ "name": "F.O.G I.T SOLUTIONS",
+ "normal_followers_count": 23,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1476636981249589252/1649109551",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1511101085821325314/lSvfgASB_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "FameAccountings",
+ "statuses_count": 50,
+ "translator_type": "none",
+ "url": "https://t.co/ypbq3gLWPz",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842730988289331200",
+ "sortIndex": "1842759071359303644",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNzMwOTg4Mjg5MzMxMjAw",
+ "rest_id": "1842730988289331200",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Jun 29 10:16:03 +0000 2024",
+ "created_at": "Sun Oct 06 00:58:10 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 3,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Gilland Crete",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842731419480551424/JYOozlA6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GillandC75836",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-868211735974432769",
+ "sortIndex": "1842759071359303643",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NjgyMTE3MzU5NzQ0MzI3Njk=",
+ "rest_id": "868211735974432769",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri May 26 21:06:23 +0000 2017",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Let's notify each other and repost instead of LIKE. Let's get something rolling! What you think? Love and respect to everyone always!\nShy Asperger guy!\n🍄",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 25046,
+ "followers_count": 5477,
+ "friends_count": 6889,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 16,
+ "location": "Seattle, WA ",
+ "media_count": 7544,
+ "name": "Morgan Escherly - CeaseFireNOW☂☮️🕉☯️🇵🇸🐼",
+ "normal_followers_count": 5477,
+ "pinned_tweet_ids_str": [
+ "1821723580641767592"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/868211735974432769/1714871998",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1598825861008195586/A7e1fWiC_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MorganEscherly",
+ "statuses_count": 54556,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842723489008041985",
+ "sortIndex": "1842759071359303642",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNzIzNDg5MDA4MDQxOTg1",
+ "rest_id": "1842723489008041985",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 06 00:28:23 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Mm",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "Mm838424476834",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-798759919612620800",
+ "sortIndex": "1842759071359303641",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3OTg3NTk5MTk2MTI2MjA4MDA=",
+ "rest_id": "798759919612620800",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed Nov 16 05:29:39 +0000 2016",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Infinitely Creative™️ 📢",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "Lanijiro.com",
+ "expanded_url": "https://www.Lanijiro.com",
+ "url": "https://t.co/U19NZOOnun",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1041,
+ "followers_count": 79,
+ "friends_count": 427,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "Washington, USA",
+ "media_count": 153,
+ "name": "Lanijiro ®",
+ "normal_followers_count": 79,
+ "pinned_tweet_ids_str": [
+ "1801333249337069848"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/798759919612620800/1705270290",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1740161907372204032/-aleJ_Gf_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "lanijiro_",
+ "statuses_count": 433,
+ "translator_type": "none",
+ "url": "https://t.co/U19NZOOnun",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1731850604127928379",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 982,
+ "name": "Digital Marketing Agency",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1839038018469965824",
+ "sortIndex": "1842759071359303640",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODM5MDM4MDE4NDY5OTY1ODI0",
+ "rest_id": "1839038018469965824",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Sep 25 20:23:47 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3,
+ "followers_count": 3,
+ "friends_count": 294,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "idriss A",
+ "normal_followers_count": 3,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1839038109885034496/_yW3xWvw_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "idrissA918231",
+ "statuses_count": 28,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842718492526616580",
+ "sortIndex": "1842759071359303639",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNzE4NDkyNTI2NjE2NTgw",
+ "rest_id": "1842718492526616580",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 06 00:08:45 +0000 2024",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -4908,13 +3117,13 @@
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "LAHBIB HBARTE",
+ "name": "David Stolin",
"normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806995807482023936/ttla5h_J_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842718601716883456/MNLGZ0ay_normal.png",
"profile_interstitial_type": "",
- "screen_name": "hbarte_lahbib",
+ "screen_name": "yuiuycac",
"statuses_count": 0,
"translator_type": "none",
"verified": false,
@@ -4933,8 +3142,8 @@
}
},
{
- "entryId": "user-1800194175486287872",
- "sortIndex": "1807077634710962108",
+ "entryId": "user-1587433899277406208",
+ "sortIndex": "1842759071359303638",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4944,16 +3153,708 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxODAwMTk0MTc1NDg2Mjg3ODcy",
- "rest_id": "1800194175486287872",
+ "id": "VXNlcjoxNTg3NDMzODk5Mjc3NDA2MjA4",
+ "rest_id": "1587433899277406208",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Nov 01 13:18:55 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19963,
+ "followers_count": 1777,
+ "friends_count": 2988,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "",
+ "media_count": 0,
+ "name": "Wayne West",
+ "normal_followers_count": 1777,
+ "pinned_tweet_ids_str": [
+ "1726680227370410123"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1587434010145443840/FqXC1D0t_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "WayneWe91306836",
+ "statuses_count": 19656,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1718215491712385024",
+ "sortIndex": "1842759071359303637",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzE4MjE1NDkxNzEyMzg1MDI0",
+ "rest_id": "1718215491712385024",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Oct 28 10:38:13 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 732,
+ "followers_count": 0,
+ "friends_count": 5,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 2,
+ "name": "porrito azucarado",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1718215491712385024/1705079673",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1777335267424178176/TPi4CWJl_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "nem333658095326",
+ "statuses_count": 9,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1402166250",
+ "sortIndex": "1842759071359303636",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDAyMTY2MjUw",
+ "rest_id": "1402166250",
"affiliates_highlighted_label": {},
"has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat May 04 12:22:51 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "\"🌍 Brand owner | Passionate about creating products that make a difference | Empowering others through quality and innovation.\"",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "facebook.com/?q=#/p.muhamma…",
+ "expanded_url": "https://www.facebook.com/?q=#/p.muhammadarief?ref=tn_tnmn",
+ "url": "https://t.co/GOTjnMxveZ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 16,
+ "followers_count": 191,
+ "friends_count": 40,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "San Frnacisco CA.",
+ "media_count": 19,
+ "name": "Valentine",
+ "normal_followers_count": 191,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1402166250/1727979367",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1841905074936918016/2A5IuEoK_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Valentine199811",
+ "statuses_count": 441,
+ "translator_type": "none",
+ "url": "https://t.co/GOTjnMxveZ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1841902847270780961",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 730,
+ "name": "Fashion Company ",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842710277420199936",
+ "sortIndex": "1842759071359303635",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNzEwMjc3NDIwMTk5OTM2",
+ "rest_id": "1842710277420199936",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Oct 05 23:35:50 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "skkskdkdkkd",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "skkskdkdkk96869",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1834757385065246721",
+ "sortIndex": "1842759071359303634",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODM0NzU3Mzg1MDY1MjQ2NzIx",
+ "rest_id": "1834757385065246721",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Mon Jun 10 15:53:19 +0000 2024",
+ "created_at": "Sat Sep 14 00:53:59 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Pure traits from No-Punks and a little sauce from based punks ✊🏻 Created by Mike ✊🏻 basedmints.base.eth",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "nobased.com",
+ "expanded_url": "https://www.nobased.com",
+ "url": "https://t.co/QIqkvo3Eyh",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2532,
+ "followers_count": 1297,
+ "friends_count": 130,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "Base",
+ "media_count": 689,
+ "name": "No-Based",
+ "normal_followers_count": 1297,
+ "pinned_tweet_ids_str": [
+ "1842749046944874788"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1834757385065246721/1726944531",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1834954321751953408/x0YXqRPa_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NoBaseism",
+ "statuses_count": 2475,
+ "translator_type": "none",
+ "url": "https://t.co/QIqkvo3Eyh",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-2788487327",
+ "sortIndex": "1842759071359303633",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzg4NDg3MzI3",
+ "rest_id": "2788487327",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Sep 28 04:59:47 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 30,
+ "followers_count": 2,
+ "friends_count": 11,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "XxNyckoxX Visual",
+ "normal_followers_count": 2,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "XxnyckoxxV",
+ "statuses_count": 15,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1524623558743367680",
+ "sortIndex": "1842759071359303632",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTI0NjIzNTU4NzQzMzY3Njgw",
+ "rest_id": "1524623558743367680",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu May 12 05:33:01 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "منً استند ع أمرأة تحبه لن يخذل ابدآ",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 514,
+ "followers_count": 0,
+ "friends_count": 2143,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "المملكة العربية السعودية",
+ "media_count": 62,
+ "name": "ح❤️LOVE",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [
+ "1526609703442255873"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1524623558743367680/1723598207",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1836614618564661248/ZptbuKkQ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "hmooody_20231",
+ "statuses_count": 166,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-2421534323",
+ "sortIndex": "1842759071359303631",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDIxNTM0MzIz",
+ "rest_id": "2421534323",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Mar 19 02:39:50 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 74,
+ "followers_count": 11,
+ "friends_count": 94,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 1,
+ "name": "weverton ꧁IP꧂",
+ "normal_followers_count": 11,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2421534323/1718654130",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1805915514587197441/AhYmixvO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "wevertomveveti",
+ "statuses_count": 187,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1697265260594642944",
+ "sortIndex": "1842759071359303630",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk3MjY1MjYwNTk0NjQyOTQ0",
+ "rest_id": "1697265260594642944",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Thu Aug 31 15:09:17 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "🏡✝️🇫🇮",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 33,
+ "friends_count": 1780,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "aapo",
+ "normal_followers_count": 33,
+ "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": "aabelss",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842350448260337664",
+ "sortIndex": "1842759071359303629",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyMzUwNDQ4MjYwMzM3NjY0",
+ "rest_id": "1842350448260337664",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Oct 04 23:46:47 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2,
+ "followers_count": 0,
+ "friends_count": 43,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Rale_1000",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842350685917949952/x5BCp3Do_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "1000_rale",
+ "statuses_count": 2,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1836160911977123840",
+ "sortIndex": "1842759071359303628",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODM2MTYwOTExOTc3MTIzODQw",
+ "rest_id": "1836160911977123840",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Sep 17 21:50:57 +0000 2024",
"default_profile": true,
"default_profile_image": false,
"description": "",
@@ -4964,20 +3865,20 @@
},
"fast_followers_count": 0,
"favourites_count": 1,
- "followers_count": 6,
- "friends_count": 57,
+ "followers_count": 0,
+ "friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "ivy yvannah",
- "normal_followers_count": 6,
+ "name": "julissa ferrell",
+ "normal_followers_count": 0,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1800894814067593216/SfGPhdWH_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1836160979002179585/_ww9ux0d_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "IYvannah75258",
+ "screen_name": "FerrellJul92557",
"statuses_count": 0,
"translator_type": "none",
"verified": false,
@@ -4996,22 +3897,1116 @@
}
},
{
- "entryId": "cursor-bottom-1807077634710962107",
- "sortIndex": "1807077634710962107",
+ "entryId": "user-1001041302",
+ "sortIndex": "1842759071359303627",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDAxMDQxMzAy",
+ "rest_id": "1001041302",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Dec 10 06:17:50 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🇺🇸🇺🇸 I am a Canadian living in the United States, I love my job and my life. International trade export career.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "morningbridge.com",
+ "expanded_url": "http://www.morningbridge.com",
+ "url": "https://t.co/9FgkwcRekQ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 217,
+ "followers_count": 249,
+ "friends_count": 125,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Los Angeles, California",
+ "media_count": 2,
+ "name": "Lesica",
+ "normal_followers_count": 249,
+ "pinned_tweet_ids_str": [
+ "1842033420307923061"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1001041302/1727713208",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840788721601581057/gL3qWKNv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jerkey5150",
+ "statuses_count": 201,
+ "translator_type": "none",
+ "url": "https://t.co/9FgkwcRekQ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1114859051668496384",
+ "sortIndex": "1842759071359303626",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTE0ODU5MDUxNjY4NDk2Mzg0",
+ "rest_id": "1114859051668496384",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Apr 07 11:54:45 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": ", ꔛ˖ᴍɪʟɪɴ ᴅ.=͟͟͞͞♡︎✧₊ᴋᴀɴᴛᴇᴇʀᴀ ᴡ.♡⋆🧸🧈 ' Quins👑",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 434,
+ "followers_count": 331,
+ "friends_count": 207,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 560,
+ "name": "❆",
+ "normal_followers_count": 331,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1114859051668496384/1631720979",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1512848922703986689/uRcw0Cg7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "t_skblue",
+ "statuses_count": 9956,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842688116634660865",
+ "sortIndex": "1842759071359303625",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNjg4MTE2NjM0NjYwODY1",
+ "rest_id": "1842688116634660865",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Oct 05 22:08:24 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Lwazi Mdlalose",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842688316958760960/1LDD1VrT_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "BraMdla004",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842687637871575044",
+ "sortIndex": "1842759071359303624",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNjg3NjM3ODcxNTc1MDQ0",
+ "rest_id": "1842687637871575044",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Oct 05 22:06:15 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1,
+ "friends_count": 18,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Timothy Rollings Jr",
+ "normal_followers_count": 1,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842687773301444611/ANW0Dm8__normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "Dang80Kane",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1478836795244699651",
+ "sortIndex": "1842759071359303623",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDc4ODM2Nzk1MjQ0Njk5NjUx",
+ "rest_id": "1478836795244699651",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Jan 05 21:12:43 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🟧 ⛈️ 🟣",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 189,
+ "followers_count": 50,
+ "friends_count": 190,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Liam 🟧 ⛈️ 🟣",
+ "normal_followers_count": 50,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771336191037550592/0J0x_W7p_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Liammmmm69",
+ "statuses_count": 135,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1650397529606074368",
+ "sortIndex": "1842759071359303622",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjUwMzk3NTI5NjA2MDc0MzY4",
+ "rest_id": "1650397529606074368",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Apr 24 07:13:48 +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": 8,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Nishaad Sharma",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1650397612254851072/4NGiQyiO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Nishaad_1105",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1833470037417725953",
+ "sortIndex": "1842759071359303621",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODMzNDcwMDM3NDE3NzI1OTUz",
+ "rest_id": "1833470037417725953",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Sep 10 11:38:26 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "love DIY woodwork",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 233,
+ "followers_count": 134,
+ "friends_count": 1231,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 15,
+ "name": "Song100 Song",
+ "normal_followers_count": 134,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1833470037417725953/1726847564",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837157945127407616/3gHWai6N_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Song100S35718",
+ "statuses_count": 17,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1838824954290479207",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 399,
+ "name": "Home & Garden",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1823488619778383872",
+ "sortIndex": "1842759071359303620",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODIzNDg4NjE5Nzc4MzgzODcy",
+ "rest_id": "1823488619778383872",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Aug 13 22:35:50 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Carthage must be destroyed",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18,
+ "followers_count": 4,
+ "friends_count": 15,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Lviv",
+ "media_count": 0,
+ "name": "Max Kalashnyk",
+ "normal_followers_count": 4,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1823488619778383872/1727960585",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842695162306105344/ifSwBEjD_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MKalashnyk2002",
+ "statuses_count": 3,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842674662335184896",
+ "sortIndex": "1842759071359303619",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNjc0NjYyMzM1MTg0ODk2",
+ "rest_id": "1842674662335184896",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Oct 05 21:14:30 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Software Engineer",
+ "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": "Los Angeles, CA",
+ "media_count": 0,
+ "name": "Luis Sotomayor",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842675818985881600/jDQ3ozHg_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "lasl321",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1812856010215952384",
+ "sortIndex": "1842759071359303618",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODEyODU2MDEwMjE1OTUyMzg0",
+ "rest_id": "1812856010215952384",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Jul 15 14:29:40 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1,
+ "followers_count": 38,
+ "friends_count": 35,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Orale viejo",
+ "normal_followers_count": 38,
+ "pinned_tweet_ids_str": [
+ "1831661332644688111"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1812857065947414528/Ndy1MpjB_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "nol1349",
+ "statuses_count": 2,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1760078270937407488",
+ "sortIndex": "1842759071359303617",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzYwMDc4MjcwOTM3NDA3NDg4",
+ "rest_id": "1760078270937407488",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Feb 20 23:06:01 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5,
+ "followers_count": 6,
+ "friends_count": 220,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "司徒禧",
+ "normal_followers_count": 6,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1760078528518000640/dDXzLNoG_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Ft9Zfo4",
+ "statuses_count": 8,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1264143348639633408",
+ "sortIndex": "1842759071359303616",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjY0MTQzMzQ4NjM5NjMzNDA4",
+ "rest_id": "1264143348639633408",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sat May 23 10:43:55 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I am a Big crypto enthusiast | Forever eligible | Airdrops + Defi Educator | Thunder in my veins⚡⚡⚡",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5473,
+ "followers_count": 244,
+ "friends_count": 4414,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Lower Dir , Pakistan",
+ "media_count": 78,
+ "name": "Airdrops with Saqib.Eth",
+ "normal_followers_count": 244,
+ "pinned_tweet_ids_str": [
+ "1841134101883207949"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1264143348639633408/1727597215",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840148187551571968/0naGkI2N_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Muhammad10Saqib",
+ "statuses_count": 5073,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1471718452821905414",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 1094,
+ "name": "Blockchain",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "1B3bDeEhMVASNAyaotmLUu6KTGbtsFR5Ze",
+ "ethereum_handle": "0x6e6356d866fc4b00b4cf125c6c8667263f851a04"
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1665490883733606400",
+ "sortIndex": "1842759071359303615",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjY1NDkwODgzNzMzNjA2NDAw",
+ "rest_id": "1665490883733606400",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Jun 04 22:49:16 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9,
+ "followers_count": 3,
+ "friends_count": 34,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Sabire Tabi 🟧",
+ "normal_followers_count": 3,
+ "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": "Sabire426842691",
+ "statuses_count": 35,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1574841223478743075",
+ "sortIndex": "1842759071359303614",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTc0ODQxMjIzNDc4NzQzMDc1",
+ "rest_id": "1574841223478743075",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Sep 27 19:19:56 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "در ایران متولد شد.\nشکست یک انقلاب را به چشم دید.\nکسی نفهمید کی شوخی میکند و کی جدی است.\nبه علت گزیدگی توسط نمیرالمومنین زامبی شد و حتی خدا را گاز گرفت!",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4469,
+ "followers_count": 43,
+ "friends_count": 217,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "🌎 of zombies",
+ "media_count": 24,
+ "name": "راسیاولی",
+ "normal_followers_count": 43,
+ "pinned_tweet_ids_str": [
+ "1821544527036928138"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1574841223478743075/1724016822",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1825284963605893120/9G17Zfpb_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ThisIsRussell85",
+ "statuses_count": 2104,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1600929294448041985",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 935,
+ "name": "Comedian",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1657899128829931520",
+ "sortIndex": "1842759071359303613",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjU3ODk5MTI4ODI5OTMxNTIw",
+ "rest_id": "1657899128829931520",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon May 15 00:02:20 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "*Free agent* 11PR,igl,NAC,0 earned",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 26,
+ "followers_count": 155,
+ "friends_count": 200,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 3,
+ "name": "Pringle",
+ "normal_followers_count": 155,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1657899128829931520/1684865534",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1661072498182721538/xX_D5MSg_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "SheriffCRF",
+ "statuses_count": 41,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1842661162187698176",
+ "sortIndex": "1842759071359303612",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODQyNjYxMTYyMTg3Njk4MTc2",
+ "rest_id": "1842661162187698176",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Oct 05 20:21:06 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 0,
+ "friends_count": 146,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "johan jordan",
+ "normal_followers_count": 0,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842664589869072384/OtNFzYrT_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "johanjorda50497",
+ "statuses_count": 0,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-1842759071359303611",
+ "sortIndex": "1842759071359303611",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1803189550819052896|1807077634710962105",
+ "value": "1812107368964837194|1842759071359303609",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1807077634710962177",
- "sortIndex": "1807077634710962177",
+ "entryId": "cursor-top-1842759071359303681",
+ "sortIndex": "1842759071359303681",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1807077634710962177",
+ "value": "-1|1842759071359303681",
"cursorType": "Top"
}
}
diff --git a/tests/mocked-data/raw_following.json b/tests/mocked-data/raw_following.json
index 6a0ca40..f11b454 100644
--- a/tests/mocked-data/raw_following.json
+++ b/tests/mocked-data/raw_following.json
@@ -22,7 +22,7 @@
"entries": [
{
"entryId": "user-236209129",
- "sortIndex": "1807077629317087232",
+ "sortIndex": "1842759066481328128",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -39,6 +39,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Jan 10 02:06:34 +0000 2011",
@@ -51,23 +52,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16256,
- "followers_count": 131072,
- "friends_count": 3994,
+ "favourites_count": 16168,
+ "followers_count": 129803,
+ "friends_count": 3980,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 971,
+ "listed_count": 957,
"location": "",
"media_count": 1213,
"name": "Leslie Berland",
- "normal_followers_count": 131072,
+ "normal_followers_count": 129803,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/236209129/1584385292",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1106274854683074560/x7rrvxaD_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "leslieberland",
- "statuses_count": 11728,
+ "statuses_count": 11704,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -89,7 +90,7 @@
},
{
"entryId": "user-156417821",
- "sortIndex": "1807077629317087231",
+ "sortIndex": "1842759066481328127",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -106,6 +107,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Jun 16 22:16:32 +0000 2010",
@@ -131,16 +133,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11823,
- "followers_count": 14350,
- "friends_count": 1190,
+ "favourites_count": 11725,
+ "followers_count": 14132,
+ "friends_count": 1182,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 94,
+ "listed_count": 92,
"location": "East Bay, CA",
"media_count": 173,
"name": "Mike Cvet",
- "normal_followers_count": 14350,
+ "normal_followers_count": 14132,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/156417821/1465617789",
@@ -167,7 +169,7 @@
},
{
"entryId": "user-6844292",
- "sortIndex": "1807077629317087230",
+ "sortIndex": "1842759066481328126",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -197,6 +199,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 16 00:14:36 +0000 2007",
@@ -209,23 +212,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1404438,
- "friends_count": 6,
+ "favourites_count": 284,
+ "followers_count": 1407066,
+ "friends_count": 4,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4916,
+ "listed_count": 4943,
"location": "San Francisco",
- "media_count": 67,
+ "media_count": 68,
"name": "Engineering",
- "normal_followers_count": 1404438,
+ "normal_followers_count": 1407066,
"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": 981,
+ "statuses_count": 954,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -245,7 +248,7 @@
},
{
"entryId": "user-176425492",
- "sortIndex": "1807077629317087229",
+ "sortIndex": "1842759066481328125",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -262,12 +265,13 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Aug 09 14:16:11 +0000 2010",
"default_profile": false,
"default_profile_image": false,
- "description": "@tiptopjar | devrel @adobe | prev. @twitter @apple",
+ "description": "Founder @tiptopjar | prev. @adobe @twitter @apple",
"entities": {
"description": {
"urls": []
@@ -287,16 +291,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 30163,
- "followers_count": 10815,
- "friends_count": 5471,
+ "favourites_count": 29844,
+ "followers_count": 10924,
+ "friends_count": 5426,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 69,
"location": "nyc",
- "media_count": 2178,
+ "media_count": 2181,
"name": "Hamza",
- "normal_followers_count": 10815,
+ "normal_followers_count": 10924,
"pinned_tweet_ids_str": [
"1167249725751361537"
],
@@ -305,7 +309,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1799241731851882496/TN9JUh8h_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "oihamza",
- "statuses_count": 7049,
+ "statuses_count": 7051,
"translator_type": "none",
"url": "https://t.co/9Jd48LIalh",
"verified": false,
@@ -326,107 +330,9 @@
}
}
},
- {
- "entryId": "user-857699969263964161",
- "sortIndex": "1807077629317087228",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-14897303",
- "sortIndex": "1807077629317087227",
+ "sortIndex": "1842759066481328124",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -443,6 +349,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sun May 25 08:06:34 +0000 2008",
@@ -468,16 +375,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 26369,
- "followers_count": 106904,
- "friends_count": 3009,
+ "favourites_count": 26288,
+ "followers_count": 106607,
+ "friends_count": 3015,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1281,
+ "listed_count": 1272,
"location": "San Francisco",
- "media_count": 880,
+ "media_count": 882,
"name": "Kayvon Beykpour",
- "normal_followers_count": 106904,
+ "normal_followers_count": 106607,
"pinned_tweet_ids_str": [
"1626267128964988928"
],
@@ -486,7 +393,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1586904993302396928/TiFFahKK_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "kayvz",
- "statuses_count": 8964,
+ "statuses_count": 8913,
"translator_type": "regular",
"url": "https://t.co/rUmp48P58J",
"verified": false,
@@ -509,7 +416,7 @@
},
{
"entryId": "user-28628425",
- "sortIndex": "1807077629317087226",
+ "sortIndex": "1842759066481328123",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -526,6 +433,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri Apr 03 19:06:03 +0000 2009",
@@ -538,89 +446,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 11933,
- "followers_count": 1598,
- "friends_count": 1019,
+ "favourites_count": 11864,
+ "followers_count": 1663,
+ "friends_count": 1014,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 36,
"location": "New York, NY",
"media_count": 140,
"name": "Sonya Penn",
- "normal_followers_count": 1598,
+ "normal_followers_count": 1663,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/28628425/1396157856",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1374444613390323722/Za94Qfoj_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SonyaPenn",
- "statuses_count": 971,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-261034930",
- "sortIndex": "1807077629317087225",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNjEwMzQ5MzA=",
- "rest_id": "261034930",
- "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 05 03:19:34 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Rent me for diversity at your next corporate event.\nhe/him",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 22826,
- "followers_count": 4626,
- "friends_count": 817,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 26,
- "location": "",
- "media_count": 1753,
- "name": "kiran paul",
- "normal_followers_count": 4626,
- "pinned_tweet_ids_str": [
- "1164249329848111104"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/261034930/1528824457",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/378800000449279214/2063b4a1fe8c531799eb85ff8be2a0f0_normal.jpeg",
- "profile_interstitial_type": "",
- "screen_name": "kdspaul",
- "statuses_count": 15492,
+ "statuses_count": 962,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -639,7 +481,7 @@
},
{
"entryId": "user-49188317",
- "sortIndex": "1807077629317087224",
+ "sortIndex": "1842759066481328122",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -656,6 +498,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Jun 21 01:39:26 +0000 2009",
@@ -681,16 +524,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 24047,
- "followers_count": 4695,
- "friends_count": 1813,
+ "favourites_count": 23870,
+ "followers_count": 4676,
+ "friends_count": 1804,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 49,
"location": "127.0.0.1",
"media_count": 2805,
"name": "Seth Wilson",
- "normal_followers_count": 4695,
+ "normal_followers_count": 4676,
"pinned_tweet_ids_str": [
"1609361179205599233"
],
@@ -699,7 +542,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1367523060551585797/r_YDF1jd_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "srw",
- "statuses_count": 11046,
+ "statuses_count": 11039,
"translator_type": "regular",
"url": "https://t.co/EOb50G8WRf",
"verified": false,
@@ -719,7 +562,7 @@
},
{
"entryId": "user-17200003",
- "sortIndex": "1807077629317087223",
+ "sortIndex": "1842759066481328121",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -736,6 +579,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Nov 05 23:06:37 +0000 2008",
@@ -771,16 +615,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8617,
- "followers_count": 2442,
+ "favourites_count": 8523,
+ "followers_count": 2492,
"friends_count": 750,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 47,
+ "listed_count": 48,
"location": "MN ⇨ all over ⇨ CO",
- "media_count": 755,
+ "media_count": 756,
"name": "snowman in most places",
- "normal_followers_count": 2442,
+ "normal_followers_count": 2492,
"pinned_tweet_ids_str": [
"1649636455403393026"
],
@@ -789,7 +633,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/697445972402540546/2CYK3PWX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "snowman",
- "statuses_count": 4517,
+ "statuses_count": 4545,
"translator_type": "regular",
"url": "https://t.co/I1GjLuBxM2",
"verified": false,
@@ -814,7 +658,7 @@
},
{
"entryId": "user-67501283",
- "sortIndex": "1807077629317087222",
+ "sortIndex": "1842759066481328120",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -831,6 +675,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri Aug 21 02:40:26 +0000 2009",
@@ -843,23 +688,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5753,
- "followers_count": 1831,
- "friends_count": 1203,
+ "favourites_count": 5696,
+ "followers_count": 1825,
+ "friends_count": 1199,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 81,
"location": "Boulder CO",
"media_count": 228,
"name": "Cassie Stewart",
- "normal_followers_count": 1831,
+ "normal_followers_count": 1825,
"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": 1521,
+ "statuses_count": 1513,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -878,7 +723,7 @@
},
{
"entryId": "user-21266829",
- "sortIndex": "1807077629317087221",
+ "sortIndex": "1842759066481328119",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -895,6 +740,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Thu Feb 19 02:10:15 +0000 2009",
@@ -907,23 +753,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 28526,
- "followers_count": 3992,
- "friends_count": 2252,
+ "favourites_count": 28793,
+ "followers_count": 4274,
+ "friends_count": 2285,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 79,
"location": "🇫🇷 🇺🇸",
"media_count": 721,
"name": "Lindsay McCallum Rémy",
- "normal_followers_count": 3992,
+ "normal_followers_count": 4274,
"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": 7924,
+ "statuses_count": 7970,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -942,73 +788,9 @@
}
}
},
- {
- "entryId": "user-2397965574",
- "sortIndex": "1807077629317087220",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMzk3OTY1NTc0",
- "rest_id": "2397965574",
- "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 19 14:31:48 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Events @apple | Good at parties, hair & planned choreography",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 23513,
- "followers_count": 3622,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 27,
- "location": "London",
- "media_count": 2027,
- "name": "Rebecca",
- "normal_followers_count": 3622,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2397965574/1707667993",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1763951734995472384/2ZRWVEyA_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "RebeccaW",
- "statuses_count": 11464,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-199566737",
- "sortIndex": "1807077629317087219",
+ "sortIndex": "1842759066481328118",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1025,6 +807,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Thu Oct 07 05:36:28 +0000 2010",
@@ -1037,25 +820,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2040,
- "followers_count": 1482,
- "friends_count": 773,
+ "favourites_count": 2066,
+ "followers_count": 1533,
+ "friends_count": 790,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 31,
"location": "CO mtns",
- "media_count": 385,
+ "media_count": 391,
"name": "daniel",
- "normal_followers_count": 1482,
+ "normal_followers_count": 1533,
"pinned_tweet_ids_str": [
- "1701988826397450497"
+ "1819409996922135003"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/199566737/1659638246",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1777721180054843392/JOuOxQ9m_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "lebraat",
- "statuses_count": 2468,
+ "statuses_count": 2509,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1074,7 +857,7 @@
},
{
"entryId": "user-63046977",
- "sortIndex": "1807077629317087218",
+ "sortIndex": "1842759066481328117",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1091,6 +874,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Wed Aug 05 05:46:48 +0000 2009",
@@ -1103,16 +887,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8405,
- "followers_count": 1321,
- "friends_count": 2595,
+ "favourites_count": 8303,
+ "followers_count": 1313,
+ "friends_count": 2585,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 34,
"location": "Denver, CO",
"media_count": 465,
"name": "Emily Waligoske",
- "normal_followers_count": 1321,
+ "normal_followers_count": 1313,
"pinned_tweet_ids_str": [
"555569718271426560"
],
@@ -1121,7 +905,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1533124991637671941/4RW0JL1G_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "happycamper",
- "statuses_count": 2791,
+ "statuses_count": 2781,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1140,7 +924,7 @@
},
{
"entryId": "user-3070295959",
- "sortIndex": "1807077629317087217",
+ "sortIndex": "1842759066481328116",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1157,6 +941,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Mon Mar 09 20:41:48 +0000 2015",
@@ -1169,23 +954,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8259,
- "followers_count": 903,
- "friends_count": 555,
+ "favourites_count": 8189,
+ "followers_count": 914,
+ "friends_count": 550,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 15,
"location": "Boulder, CO | USA",
"media_count": 210,
"name": "Whitney Riker",
- "normal_followers_count": 903,
+ "normal_followers_count": 914,
"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": 1792,
+ "statuses_count": 1781,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -1204,7 +989,7 @@
},
{
"entryId": "user-1353010477",
- "sortIndex": "1807077629317087216",
+ "sortIndex": "1842759066481328115",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1221,6 +1006,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Apr 14 23:25:58 +0000 2013",
@@ -1246,16 +1032,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12624,
- "followers_count": 1752,
- "friends_count": 956,
+ "favourites_count": 12580,
+ "followers_count": 1806,
+ "friends_count": 946,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 38,
"location": "Colorado, USA",
"media_count": 92,
"name": "Andy Sayler",
- "normal_followers_count": 1752,
+ "normal_followers_count": 1806,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/3522791474/1905a2baa7627be4a9bef011151c3df9_normal.png",
@@ -1279,9 +1065,99 @@
}
}
},
+ {
+ "entryId": "user-602065304",
+ "sortIndex": "1842759066481328114",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MDIwNjUzMDQ=",
+ "rest_id": "602065304",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Jun 07 17:50:50 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter account for the National Weather Service Twin Cities, Minnesota. Details: https://t.co/Ou56XBf7km",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 91,
+ 114
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 28395,
+ "followers_count": 117285,
+ "friends_count": 486,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1242,
+ "location": "Chanhassen, MN",
+ "media_count": 21331,
+ "name": "NWS Twin Cities",
+ "normal_followers_count": 117285,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/602065304/1712695984",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/877195412729241600/swkVZ-ek_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NWSTwinCities",
+ "statuses_count": 51029,
+ "translator_type": "none",
+ "url": "https://t.co/Ou56XBf7km",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
{
"entryId": "user-2201968256",
- "sortIndex": "1807077629317087215",
+ "sortIndex": "1842759066481328113",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1298,6 +1174,7 @@
"is_blue_verified": false,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Nov 18 20:55:01 +0000 2013",
@@ -1333,25 +1210,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 29872,
- "followers_count": 35336,
- "friends_count": 785,
+ "favourites_count": 29768,
+ "followers_count": 36323,
+ "friends_count": 779,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 687,
+ "listed_count": 680,
"location": "Global 🌎",
- "media_count": 4732,
+ "media_count": 4734,
"name": "Later",
- "normal_followers_count": 35336,
+ "normal_followers_count": 36323,
"pinned_tweet_ids_str": [
- "1778453404471177656"
+ "1825935795661975800"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2201968256/1705500613",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1755321906083897345/RV3VeMd5_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "latermedia",
- "statuses_count": 20604,
+ "statuses_count": 20614,
"translator_type": "none",
"url": "https://t.co/cFBX7mG11k",
"verified": false,
@@ -1383,7 +1260,7 @@
},
{
"entryId": "user-245329874",
- "sortIndex": "1807077629317087214",
+ "sortIndex": "1842759066481328112",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1413,6 +1290,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Jan 31 12:49:21 +0000 2011",
@@ -1425,16 +1303,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1606,
- "followers_count": 12666,
- "friends_count": 303,
+ "favourites_count": 2102,
+ "followers_count": 13569,
+ "friends_count": 316,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 129,
+ "listed_count": 144,
"location": "",
"media_count": 1,
"name": "Haofei",
- "normal_followers_count": 12666,
+ "normal_followers_count": 13569,
"pinned_tweet_ids_str": [
"1791332244877136031"
],
@@ -1443,7 +1321,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1793100196848775168/DNJ5XKwW_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "wanghaofei",
- "statuses_count": 359,
+ "statuses_count": 415,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1462,7 +1340,7 @@
},
{
"entryId": "user-145673755",
- "sortIndex": "1807077629317087213",
+ "sortIndex": "1842759066481328111",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1492,6 +1370,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Wed May 19 15:40:28 +0000 2010",
@@ -1504,25 +1383,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13832,
- "followers_count": 116329,
- "friends_count": 11496,
+ "favourites_count": 17741,
+ "followers_count": 121237,
+ "friends_count": 11779,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 188,
+ "listed_count": 189,
"location": "",
- "media_count": 20746,
+ "media_count": 22770,
"name": "Totalplay",
- "normal_followers_count": 116329,
- "pinned_tweet_ids_str": [
- "1759775903058395329"
- ],
+ "normal_followers_count": 121237,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/145673755/1717632460",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/145673755/1726447804",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1575238512449708032/HNwBThdy_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "totalplaymx",
- "statuses_count": 257618,
+ "statuses_count": 295520,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -1547,7 +1424,7 @@
},
{
"entryId": "user-2333137632",
- "sortIndex": "1807077629317087212",
+ "sortIndex": "1842759066481328110",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1577,6 +1454,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Feb 08 08:47:39 +0000 2014",
@@ -1599,25 +1477,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 680,
- "followers_count": 9028,
- "friends_count": 230,
+ "favourites_count": 742,
+ "followers_count": 10556,
+ "friends_count": 232,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 125,
+ "listed_count": 123,
"location": "SF",
- "media_count": 29,
+ "media_count": 31,
"name": "Aqueel",
- "normal_followers_count": 9028,
+ "normal_followers_count": 10556,
"pinned_tweet_ids_str": [
- "1659718871291510786"
+ "1822364223466623117"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2333137632/1684275431",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1470797558553485319/kOxM0KD3_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "AqueelMiq",
- "statuses_count": 305,
+ "statuses_count": 328,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1638,7 +1516,7 @@
},
{
"entryId": "user-1389913567671975937",
- "sortIndex": "1807077629317087211",
+ "sortIndex": "1842759066481328109",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1668,6 +1546,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Wed May 05 12:03:43 +0000 2021",
@@ -1693,23 +1572,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
+ "favourites_count": 91664,
+ "followers_count": 885735,
+ "friends_count": 963,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2115,
+ "listed_count": 3027,
"location": "Dogecoin.com",
- "media_count": 15675,
+ "media_count": 18864,
"name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 885735,
+ "pinned_tweet_ids_str": [
+ "1821687464974860662"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "cb_doge",
- "statuses_count": 32536,
+ "statuses_count": 37767,
"translator_type": "none",
"url": "https://t.co/E0fsFaNdeI",
"verified": false,
@@ -1733,109 +1614,9 @@
}
}
},
- {
- "entryId": "user-25597079",
- "sortIndex": "1807077629317087210",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNTU5NzA3OQ==",
- "rest_id": "25597079",
- "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": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": false,
- "created_at": "Fri Mar 20 23:17:58 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Product Ops for 𝕏 Media Eng | @Live @XSpaces | Posts about work & 🐕🐟 🌉 🚲 🎮 ⛳️ | US Army Vet (68K)",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bit.ly/m/seemouserun",
- "expanded_url": "https://bit.ly/m/seemouserun",
- "url": "https://t.co/3PEZ1sImWk",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 15577,
- "followers_count": 6135,
- "friends_count": 2636,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 103,
- "location": "X HQ",
- "media_count": 3913,
- "name": "Melissa Merencillo",
- "normal_followers_count": 6135,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/25597079/1707926492",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1707285534710833152/dSGkKMWF_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "seeMOUSErun",
- "statuses_count": 18323,
- "translator_type": "regular",
- "url": "https://t.co/3PEZ1sImWk",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1659663195475431427",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "cash_app_handle": "seeMOUSErun",
- "venmo_handle": ""
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-23561980",
- "sortIndex": "1807077629317087209",
+ "sortIndex": "1842759066481328108",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1852,6 +1633,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Tue Mar 10 05:44:26 +0000 2009",
@@ -1878,22 +1660,22 @@
},
"fast_followers_count": 0,
"favourites_count": 22,
- "followers_count": 12748312,
- "friends_count": 499,
+ "followers_count": 12765013,
+ "friends_count": 497,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 11064,
+ "listed_count": 11042,
"location": "",
- "media_count": 206,
+ "media_count": 207,
"name": "Kendrick Lamar",
- "normal_followers_count": 12748312,
+ "normal_followers_count": 12765013,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/23561980/1652415327",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1103764272654442496/wcNdeqop_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "kendricklamar",
- "statuses_count": 4128,
+ "statuses_count": 4129,
"translator_type": "none",
"url": "https://t.co/tiMoAap4de",
"verified": false,
@@ -1913,7 +1695,7 @@
},
{
"entryId": "user-15640533",
- "sortIndex": "1807077629317087208",
+ "sortIndex": "1842759066481328107",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1927,9 +1709,10 @@
"rest_id": "15640533",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Tue Jul 29 01:45:23 +0000 2008",
@@ -1955,23 +1738,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
+ "favourites_count": 7770,
+ "followers_count": 335282,
+ "friends_count": 728,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2534,
+ "listed_count": 2518,
"location": "Oakland, CA",
- "media_count": 7296,
+ "media_count": 7552,
"name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 335282,
+ "pinned_tweet_ids_str": [
+ "1842567036196827286"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1808275923076333568/UT0uuVuF_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SFBART",
- "statuses_count": 50145,
+ "statuses_count": 50848,
"translator_type": "none",
"url": "https://t.co/vvQNp0dWy4",
"verified": false,
@@ -1991,7 +1776,7 @@
},
{
"entryId": "user-590412316",
- "sortIndex": "1807077629317087207",
+ "sortIndex": "1842759066481328106",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2008,6 +1793,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri May 25 23:33:19 +0000 2012",
@@ -2043,23 +1829,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4269,
- "followers_count": 60189,
- "friends_count": 825,
+ "favourites_count": 4357,
+ "followers_count": 64192,
+ "friends_count": 824,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1127,
+ "listed_count": 1155,
"location": "Peachtree City, Georgia",
- "media_count": 13936,
+ "media_count": 14420,
"name": "NWS Atlanta",
- "normal_followers_count": 60189,
+ "normal_followers_count": 64192,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/590412316/1392348463",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/876443869071773696/niY9zHK7_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "NWSAtlanta",
- "statuses_count": 20136,
+ "statuses_count": 20753,
"translator_type": "none",
"url": "https://t.co/jBvoacrcX2",
"verified": false,
@@ -2080,7 +1866,7 @@
},
{
"entryId": "user-19133833",
- "sortIndex": "1807077629317087206",
+ "sortIndex": "1842759066481328105",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2097,6 +1883,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sun Jan 18 02:47:48 +0000 2009",
@@ -2122,23 +1909,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 19196,
- "followers_count": 290783,
- "friends_count": 1214,
+ "favourites_count": 19159,
+ "followers_count": 313690,
+ "friends_count": 1218,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1284,
+ "listed_count": 1387,
"location": "Kentucky, USA",
- "media_count": 2483,
+ "media_count": 2543,
"name": "Ryan Hall, Y’all",
- "normal_followers_count": 290783,
+ "normal_followers_count": 313690,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/19133833/1613674801",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1649791293990502404/g9AjOXbE_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ryanhallyall",
- "statuses_count": 10940,
+ "statuses_count": 11098,
"translator_type": "none",
"url": "https://t.co/0oovOeJabb",
"verified": false,
@@ -2168,7 +1955,7 @@
},
{
"entryId": "user-454313925",
- "sortIndex": "1807077629317087205",
+ "sortIndex": "1842759066481328104",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2183,8 +1970,9 @@
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Square",
+ "profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Tue Jan 03 21:24:25 +0000 2012",
@@ -2220,23 +2008,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9212,
- "followers_count": 3114308,
- "friends_count": 328,
+ "favourites_count": 9559,
+ "followers_count": 3136787,
+ "friends_count": 330,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 11388,
+ "listed_count": 11511,
"location": "United States",
- "media_count": 11562,
+ "media_count": 11894,
"name": "National Weather Service",
- "normal_followers_count": 3114308,
+ "normal_followers_count": 3136787,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/454313925/1709932428",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/454313925/1727303870",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1636943522325577729/ywCeIUoO_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "NWS",
- "statuses_count": 41907,
+ "statuses_count": 42890,
"translator_type": "none",
"url": "https://t.co/qk3BcVP5M8",
"verified": false,
@@ -2257,7 +2045,7 @@
},
{
"entryId": "user-2544227706",
- "sortIndex": "1807077629317087204",
+ "sortIndex": "1842759066481328103",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2274,6 +2062,7 @@
"is_blue_verified": false,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Tue Jun 03 20:21:13 +0000 2014",
@@ -2310,22 +2099,22 @@
},
"fast_followers_count": 0,
"favourites_count": 0,
- "followers_count": 319027,
+ "followers_count": 336744,
"friends_count": 0,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 2938,
+ "listed_count": 2995,
"location": "",
- "media_count": 56602,
+ "media_count": 58501,
"name": "NWS Tornado",
- "normal_followers_count": 319027,
+ "normal_followers_count": 336744,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2544227706/1440002364",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/473923246031507457/kVfFpQY2_normal.png",
"profile_interstitial_type": "",
"screen_name": "NWStornado",
- "statuses_count": 56614,
+ "statuses_count": 58513,
"translator_type": "none",
"url": "http://t.co/iGsuslzVWY",
"verified": false,
@@ -2346,7 +2135,7 @@
},
{
"entryId": "user-589419748",
- "sortIndex": "1807077629317087203",
+ "sortIndex": "1842759066481328102",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2363,6 +2152,7 @@
"is_blue_verified": false,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Thu May 24 20:55:18 +0000 2012",
@@ -2398,23 +2188,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 10519,
- "followers_count": 22664,
+ "favourites_count": 10504,
+ "followers_count": 23382,
"friends_count": 435,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 693,
+ "listed_count": 692,
"location": "Shreveport, Louisiana",
- "media_count": 27675,
+ "media_count": 28467,
"name": "NWS Shreveport",
- "normal_followers_count": 22664,
+ "normal_followers_count": 23382,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/589419748/1667336348",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1582056126639652869/eL55-aPm_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "NWSShreveport",
- "statuses_count": 49458,
+ "statuses_count": 50271,
"translator_type": "none",
"url": "https://t.co/F175Q9hW6S",
"verified": false,
@@ -2446,7 +2236,7 @@
},
{
"entryId": "user-1176026136117166080",
- "sortIndex": "1807077629317087202",
+ "sortIndex": "1842759066481328101",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2463,6 +2253,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Sep 23 06:51:06 +0000 2019",
@@ -2488,23 +2279,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008549,
- "friends_count": 1990,
+ "favourites_count": 47567,
+ "followers_count": 1127586,
+ "friends_count": 1994,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3362,
+ "listed_count": 3819,
"location": "United states ",
- "media_count": 4027,
+ "media_count": 4454,
"name": "R A W S A L E R T S",
- "normal_followers_count": 1008549,
+ "normal_followers_count": 1127586,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "rawsalerts",
- "statuses_count": 12719,
+ "statuses_count": 14278,
"translator_type": "none",
"url": "https://t.co/xCzsNRZy23",
"verified": false,
@@ -2522,7 +2313,10 @@
}
]
},
- "tipjar_settings": {},
+ "tipjar_settings": {
+ "is_enabled": true,
+ "cash_app_handle": "rawsalerts"
+ },
"super_follow_eligible": true
}
},
@@ -2536,7 +2330,7 @@
},
{
"entryId": "user-1622343577790726144",
- "sortIndex": "1807077629317087201",
+ "sortIndex": "1842759066481328100",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2566,6 +2360,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sun Feb 05 21:17:19 +0000 2023",
@@ -2578,25 +2373,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 351,
- "followers_count": 1950,
- "friends_count": 127,
+ "favourites_count": 636,
+ "followers_count": 5717,
+ "friends_count": 164,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 28,
+ "listed_count": 59,
"location": "San Francisco",
- "media_count": 36,
+ "media_count": 38,
"name": "Devin Kim",
- "normal_followers_count": 1950,
+ "normal_followers_count": 5717,
"pinned_tweet_ids_str": [
- "1779008765087588652"
+ "1816929999754265065"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1622343577790726144/1713027892",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1777387198909927428/B0NbgA5__normal.jpg",
"profile_interstitial_type": "",
"screen_name": "devindkim",
- "statuses_count": 168,
+ "statuses_count": 242,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2615,7 +2410,7 @@
},
{
"entryId": "user-10671602",
- "sortIndex": "1807077629317087200",
+ "sortIndex": "1842759066481328099",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2632,6 +2427,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Tue Nov 27 22:37:20 +0000 2007",
@@ -2657,25 +2453,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1458,
- "followers_count": 38002935,
- "friends_count": 775,
+ "favourites_count": 1464,
+ "followers_count": 39880585,
+ "friends_count": 774,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 35335,
+ "listed_count": 35157,
"location": "California",
- "media_count": 25520,
+ "media_count": 25985,
"name": "PlayStation",
- "normal_followers_count": 38002935,
+ "normal_followers_count": 39880585,
"pinned_tweet_ids_str": [
- "1799187412247064733"
+ "1838712757388279958"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/10671602/1719571141",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1278183948279922690/ybnDHXn7_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/10671602/1728030366",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1833447364138299392/AXIZsQe4_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "PlayStation",
- "statuses_count": 45517,
+ "statuses_count": 46064,
"translator_type": "none",
"url": "https://t.co/OrydDMkek8",
"verified": false,
@@ -2696,7 +2492,7 @@
},
{
"entryId": "user-1720665183188922368",
- "sortIndex": "1807077629317087199",
+ "sortIndex": "1842759066481328098",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2726,19 +2522,33 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"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": "https://t.co/vGwEsZXDiN",
+ "description": "https://t.co/abzZllSG6U",
"entities": {
"description": {
"urls": [
{
- "display_url": "academictorrents.com/details/5f96d4…",
- "expanded_url": "https://academictorrents.com/details/5f96d43576e3d386c9ba65b883210a393b68210e",
- "url": "https://t.co/vGwEsZXDiN",
+ "display_url": "x.com/i/grok",
+ "expanded_url": "https://x.com/i/grok",
+ "url": "https://t.co/abzZllSG6U",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "x.com/i/communities/…",
+ "expanded_url": "https://x.com/i/communities/1733132808745283911",
+ "url": "https://t.co/NR1CZzonm4",
"indices": [
0,
23
@@ -2748,24 +2558,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 35,
- "followers_count": 441607,
+ "favourites_count": 39,
+ "followers_count": 504487,
"friends_count": 2,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 1278,
- "location": "",
+ "listed_count": 1433,
+ "location": "wherever you are",
"media_count": 0,
"name": "Grok",
- "normal_followers_count": 441607,
+ "normal_followers_count": 504487,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1720665183188922368/1710702527",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1769440759621857280/UeRzzzoR_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "grok",
- "statuses_count": 22,
+ "statuses_count": 30,
"translator_type": "none",
+ "url": "https://t.co/NR1CZzonm4",
"verified": false,
"verified_type": "Business",
"want_retweets": false,
@@ -2784,7 +2595,7 @@
},
{
"entryId": "user-548263294",
- "sortIndex": "1807077629317087198",
+ "sortIndex": "1842759066481328097",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2814,6 +2625,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sun Apr 08 08:36:04 +0000 2012",
@@ -2826,86 +2638,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9006,
- "followers_count": 561622,
- "friends_count": 1486,
+ "favourites_count": 10272,
+ "followers_count": 621944,
+ "friends_count": 1511,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 1944,
+ "listed_count": 2151,
"location": "",
- "media_count": 316,
+ "media_count": 339,
"name": "Linda Yaccarino",
- "normal_followers_count": 561622,
+ "normal_followers_count": 621944,
"pinned_tweet_ids_str": [],
"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": 2968,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1063564421581070337",
- "sortIndex": "1807077629317087197",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDYzNTY0NDIxNTgxMDcwMzM3",
- "rest_id": "1063564421581070337",
- "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 Nov 16 22:48:12 +0000 2018",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Hello, Tweeting random interesting things",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1579,
- "followers_count": 118,
- "friends_count": 456,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2,
- "location": "",
- "media_count": 45,
- "name": "Akash Patel",
- "normal_followers_count": 118,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1094501322122907648/N-2vlzrO_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "akash3664",
- "statuses_count": 221,
+ "statuses_count": 3976,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2924,7 +2673,7 @@
},
{
"entryId": "user-2907774137",
- "sortIndex": "1807077629317087196",
+ "sortIndex": "1842759066481328096",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2941,6 +2690,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Dec 06 14:07:45 +0000 2014",
@@ -2976,16 +2726,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8840,
- "followers_count": 2905964,
+ "favourites_count": 8811,
+ "followers_count": 2873115,
"friends_count": 1,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 11387,
+ "listed_count": 11308,
"location": "Meta",
"media_count": 407031,
"name": "Archillect",
- "normal_followers_count": 2905964,
+ "normal_followers_count": 2873115,
"pinned_tweet_ids_str": [
"1360884467427115010"
],
@@ -2994,7 +2744,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1045579977067024384/S0luKMwQ_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "archillect",
- "statuses_count": 424488,
+ "statuses_count": 424472,
"translator_type": "none",
"url": "https://t.co/l6SZrvMcZV",
"verified": false,
@@ -3014,7 +2764,7 @@
},
{
"entryId": "user-96770474",
- "sortIndex": "1807077629317087195",
+ "sortIndex": "1842759066481328095",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3031,6 +2781,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Dec 14 14:29:20 +0000 2009",
@@ -3056,16 +2807,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 42496,
- "followers_count": 366797,
- "friends_count": 1803,
+ "favourites_count": 42376,
+ "followers_count": 362750,
+ "friends_count": 1799,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2806,
+ "listed_count": 2776,
"location": "Meta",
"media_count": 1734,
"name": "Pak",
- "normal_followers_count": 366797,
+ "normal_followers_count": 362750,
"pinned_tweet_ids_str": [
"516363882978619393"
],
@@ -3074,7 +2825,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1499888704718000128/5yERu3hS_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "muratpak",
- "statuses_count": 23138,
+ "statuses_count": 23115,
"translator_type": "regular",
"url": "https://t.co/p66w7Qb4Cq",
"verified": false,
@@ -3094,7 +2845,7 @@
},
{
"entryId": "user-752567226",
- "sortIndex": "1807077629317087194",
+ "sortIndex": "1842759066481328094",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3111,6 +2862,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sun Aug 12 06:01:46 +0000 2012",
@@ -3123,25 +2875,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
+ "favourites_count": 53246,
+ "followers_count": 303030,
+ "friends_count": 4594,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1609,
+ "listed_count": 1653,
"location": "X HQ",
- "media_count": 3917,
+ "media_count": 4084,
"name": "X Daily News",
- "normal_followers_count": 285978,
+ "normal_followers_count": 303030,
"pinned_tweet_ids_str": [
- "1806373475759653303"
+ "1838290628859289811"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 13211,
+ "statuses_count": 13626,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3159,7 +2911,8 @@
]
},
"tipjar_settings": {
- "is_enabled": false
+ "is_enabled": false,
+ "bitcoin_handle": "3EEsVvM4SzwzU8gLQLBbXpStugYZu4TMBr"
},
"super_follow_eligible": true
}
@@ -3174,7 +2927,7 @@
},
{
"entryId": "user-16579934",
- "sortIndex": "1807077629317087193",
+ "sortIndex": "1842759066481328093",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3191,6 +2944,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri Oct 03 16:28:34 +0000 2008",
@@ -3217,15 +2971,15 @@
},
"fast_followers_count": 0,
"favourites_count": 13,
- "followers_count": 33166,
+ "followers_count": 32994,
"friends_count": 7,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 770,
+ "listed_count": 768,
"location": "Lake Tahoe, CA",
"media_count": 3,
"name": "Interstate 80 Tahoe",
- "normal_followers_count": 33166,
+ "normal_followers_count": 32994,
"pinned_tweet_ids_str": [
"1603638659667750912"
],
@@ -3254,7 +3008,7 @@
},
{
"entryId": "user-2688342211",
- "sortIndex": "1807077629317087192",
+ "sortIndex": "1842759066481328092",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3284,12 +3038,13 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Mon Jul 28 20:36:33 +0000 2014",
"default_profile": true,
"default_profile_image": false,
- "description": "Product / Data @ 𝕏 | Twitter 1.0 🔀 2.0 | Ex-Amazonian | Archer 🏹 *All Opinions Are Mine*",
+ "description": "I write code to count numbers, to draw charts, and to tell stories.",
"entities": {
"description": {
"urls": []
@@ -3309,16 +3064,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2973,
- "followers_count": 2657,
- "friends_count": 1790,
+ "favourites_count": 3243,
+ "followers_count": 3075,
+ "friends_count": 1889,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 57,
+ "listed_count": 59,
"location": "Houston, TX",
- "media_count": 138,
+ "media_count": 147,
"name": "Ming",
- "normal_followers_count": 2657,
+ "normal_followers_count": 3075,
"pinned_tweet_ids_str": [
"1768402292888248540"
],
@@ -3327,7 +3082,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683327456818655233/3X2JUzBs_normal.png",
"profile_interstitial_type": "",
"screen_name": "MingSong_X",
- "statuses_count": 639,
+ "statuses_count": 694,
"translator_type": "none",
"url": "https://t.co/ujdNYczkKp",
"verified": false,
@@ -3362,7 +3117,7 @@
},
{
"entryId": "user-472310616",
- "sortIndex": "1807077629317087191",
+ "sortIndex": "1842759066481328091",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3392,6 +3147,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Mon Jan 23 20:30:53 +0000 2012",
@@ -3404,16 +3160,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1101,
- "followers_count": 1993,
- "friends_count": 559,
+ "favourites_count": 1157,
+ "followers_count": 2340,
+ "friends_count": 566,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 45,
+ "listed_count": 50,
"location": "San Francisco, CA",
- "media_count": 39,
+ "media_count": 40,
"name": "Peilin Yang",
- "normal_followers_count": 1993,
+ "normal_followers_count": 2340,
"pinned_tweet_ids_str": [
"1274975414729846784"
],
@@ -3421,7 +3177,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": 503,
+ "statuses_count": 516,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -3440,7 +3196,7 @@
},
{
"entryId": "user-94129050",
- "sortIndex": "1807077629317087190",
+ "sortIndex": "1842759066481328090",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3457,22 +3213,23 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Wed Dec 02 17:06:41 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "We move the region that moves the world.\n\nFor real-time updates, sign up for MTA Service Alerts: https://t.co/OhUg7IMT46",
+ "description": "We move the region that moves the world.\n\nSign up for real-time service updates: https://t.co/bXu0Cgbkpv",
"entities": {
"description": {
"urls": [
{
- "display_url": "bit.ly/3QuYQNZ",
- "expanded_url": "https://bit.ly/3QuYQNZ",
- "url": "https://t.co/OhUg7IMT46",
+ "display_url": "mta.info/notify",
+ "expanded_url": "http://mta.info/notify",
+ "url": "https://t.co/bXu0Cgbkpv",
"indices": [
- 97,
- 120
+ 81,
+ 104
]
}
]
@@ -3492,23 +3249,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1392,
- "followers_count": 1384354,
- "friends_count": 195,
+ "favourites_count": 1464,
+ "followers_count": 1387863,
+ "friends_count": 194,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3788,
+ "listed_count": 3754,
"location": "New York Metro Region",
- "media_count": 1671,
+ "media_count": 1727,
"name": "MTA",
- "normal_followers_count": 1384354,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 1387863,
+ "pinned_tweet_ids_str": [
+ "1842269952113275107"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/94129050/1631547568",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796776050652782592/XFaug8ZM_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1807620149505056768/lGy_IYj__normal.jpg",
"profile_interstitial_type": "",
"screen_name": "MTA",
- "statuses_count": 12507,
+ "statuses_count": 12673,
"translator_type": "none",
"url": "https://t.co/xjzXC6ZOwJ",
"verified": false,
@@ -3529,7 +3288,7 @@
},
{
"entryId": "user-44196397",
- "sortIndex": "1807077629317087189",
+ "sortIndex": "1842759066481328089",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3559,38 +3318,53 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Tue Jun 02 20:12:29 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "",
+ "description": "Read @America to understand why I’m supporting Trump for President",
"entities": {
"description": {
"urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "TheAmericaPAC.org",
+ "expanded_url": "http://TheAmericaPAC.org",
+ "url": "https://t.co/DjyKIO6ePx",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
}
},
"fast_followers_count": 0,
- "favourites_count": 57725,
- "followers_count": 188460210,
- "friends_count": 643,
+ "favourites_count": 79199,
+ "followers_count": 200296751,
+ "friends_count": 777,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 151446,
+ "listed_count": 152174,
"location": "",
- "media_count": 2271,
+ "media_count": 2561,
"name": "Elon Musk",
- "normal_followers_count": 188460210,
+ "normal_followers_count": 200296751,
"pinned_tweet_ids_str": [
- "1806942360552829011"
+ "1842664269143552201"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1690621312",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1780044485541699584/p78MCn3B_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1726163678",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842733820941905921/9Gk8hbKx_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "elonmusk",
- "statuses_count": 46297,
+ "statuses_count": 53647,
"translator_type": "none",
+ "url": "https://t.co/DjyKIO6ePx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -3600,7 +3374,9 @@
"professional_type": "Creator",
"category": []
},
- "tipjar_settings": {},
+ "tipjar_settings": {
+ "is_enabled": false
+ },
"super_follow_eligible": true
}
},
@@ -3614,7 +3390,7 @@
},
{
"entryId": "user-853388192",
- "sortIndex": "1807077629317087188",
+ "sortIndex": "1842759066481328088",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3644,6 +3420,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sat Sep 29 18:38:49 +0000 2012",
@@ -3656,23 +3433,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9864,
- "followers_count": 3222,
- "friends_count": 1355,
+ "favourites_count": 10051,
+ "followers_count": 3315,
+ "friends_count": 1397,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 42,
+ "listed_count": 45,
"location": "",
- "media_count": 137,
+ "media_count": 141,
"name": "Haim",
- "normal_followers_count": 3222,
+ "normal_followers_count": 3315,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/853388192/1710934070",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1770411877555752960/ySQihJFG_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "bageliedad",
- "statuses_count": 261,
+ "statuses_count": 246,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -3689,74 +3466,9 @@
}
}
},
- {
- "entryId": "user-49936717",
- "sortIndex": "1807077629317087187",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0OTkzNjcxNw==",
- "rest_id": "49936717",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "protected": true,
- "can_dm": false,
- "can_media_tag": false,
- "created_at": "Tue Jun 23 09:58:45 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "swe @x/@Twitter, js sdk author @hacknessie ex-nav sdk dev @mapbox ex-mobile eng @CapitalOne former mentor @MLHacks",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 641,
- "followers_count": 387,
- "friends_count": 285,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 9,
- "location": "California, USA",
- "media_count": 53,
- "name": "Vince K. Sam",
- "normal_followers_count": 387,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/49936717/1582484923",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1586911343445098496/GHdkQgDw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "vincethecoder",
- "statuses_count": 423,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
{
"entryId": "user-1171940098687950848",
- "sortIndex": "1807077629317087186",
+ "sortIndex": "1842759066481328087",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3773,6 +3485,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Thu Sep 12 00:14:45 +0000 2019",
@@ -3799,7 +3512,7 @@
},
"fast_followers_count": 0,
"favourites_count": 23,
- "followers_count": 76,
+ "followers_count": 81,
"friends_count": 24,
"has_custom_timelines": false,
"is_translator": false,
@@ -3807,7 +3520,7 @@
"location": "Colorado, USA",
"media_count": 96,
"name": "#PartnerCup ⛳🏌️♀️🏌️♂️",
- "normal_followers_count": 76,
+ "normal_followers_count": 81,
"pinned_tweet_ids_str": [
"1178713579148607488"
],
@@ -3836,7 +3549,7 @@
},
{
"entryId": "user-75263523",
- "sortIndex": "1807077629317087185",
+ "sortIndex": "1842759066481328086",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3853,6 +3566,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri Sep 18 12:06:02 +0000 2009",
@@ -3878,25 +3592,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23497,
- "followers_count": 39575,
- "friends_count": 16749,
+ "favourites_count": 23437,
+ "followers_count": 39789,
+ "friends_count": 16683,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1840,
+ "listed_count": 1833,
"location": "Global",
- "media_count": 20507,
+ "media_count": 20606,
"name": "Sprinklr",
- "normal_followers_count": 39575,
- "pinned_tweet_ids_str": [
- "1775161323061453094"
- ],
+ "normal_followers_count": 39789,
+ "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": 74884,
+ "statuses_count": 75003,
"translator_type": "none",
"url": "https://t.co/ZQEECh4fWK",
"verified": false,
@@ -3915,8 +3627,8 @@
}
},
{
- "entryId": "user-2990106209",
- "sortIndex": "1807077629317087184",
+ "entryId": "user-19081905",
+ "sortIndex": "1842759066481328085",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3926,44 +3638,749 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyOTkwMTA2MjA5",
- "rest_id": "2990106209",
+ "id": "VXNlcjoxOTA4MTkwNQ==",
+ "rest_id": "19081905",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jan 16 19:48:32 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "VP of AI at Medical Solutions. CEO/Founder @Chirpify acq by the aforementioned. Dad of 2 under 4. Rather burn out than be bored.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "chat.openai.com/g/g-aVTyd0F3X-…",
+ "expanded_url": "https://chat.openai.com/g/g-aVTyd0F3X-tesobot",
+ "url": "https://t.co/g4827bXoUG",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3681,
+ "followers_count": 2373,
+ "friends_count": 601,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 122,
+ "location": "Washougal, WA",
+ "media_count": 1516,
+ "name": "Chris",
+ "normal_followers_count": 2373,
+ "pinned_tweet_ids_str": [
+ "2545310783"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/19081905/1408944722",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1599554392625401856/ZX7okUz5_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ChrisTeso",
+ "statuses_count": 20887,
+ "translator_type": "none",
+ "url": "https://t.co/g4827bXoUG",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1581357517065842688",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 958,
+ "name": "Entrepreneur",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-105224601",
+ "sortIndex": "1842759066481328084",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDUyMjQ2MDE=",
+ "rest_id": "105224601",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jan 15 18:57:01 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The Turbo Native guy - I help Ruby on Rails developers build server-powered Android and iOS apps with Turbo Native. Here to help - DMs open!",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "masilotti.com",
+ "expanded_url": "https://masilotti.com/",
+ "url": "https://t.co/QAFCLnMydQ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 10855,
+ "followers_count": 8664,
+ "friends_count": 398,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 254,
+ "location": "Portland, OR",
+ "media_count": 1936,
+ "name": "Joe Masilotti",
+ "normal_followers_count": 8664,
+ "pinned_tweet_ids_str": [
+ "1796202085542957493"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/105224601/1685883612",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1654108046459813888/sFa_bOmY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "joemasilotti",
+ "statuses_count": 15089,
+ "translator_type": "none",
+ "url": "https://t.co/QAFCLnMydQ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1469708922445467649",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 958,
+ "name": "Entrepreneur",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": false,
+ "venmo_handle": "joemasilotti"
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-2308474213",
+ "sortIndex": "1842759066481328083",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzA4NDc0MjEz",
+ "rest_id": "2308474213",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Wed Jan 21 15:55:46 +0000 2015",
+ "created_at": "Fri Jan 24 14:42:45 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Indie hacker and educator. Blogging at https://t.co/kbdJDUdLg5.\nPreviously @gatsbyjs, @digitalocean, @concordia_btcmp, @khanacademy.\nHe/Him 🌈",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "joshwcomeau.com",
+ "expanded_url": "http://joshwcomeau.com",
+ "url": "https://t.co/kbdJDUdLg5",
+ "indices": [
+ 39,
+ 62
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "joshwcomeau.com",
+ "expanded_url": "https://joshwcomeau.com/",
+ "url": "https://t.co/BEUDsMyW2u",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 51322,
+ "followers_count": 134156,
+ "friends_count": 2188,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1588,
+ "location": "Montreal",
+ "media_count": 3379,
+ "name": "Josh W. Comeau",
+ "normal_followers_count": 134156,
+ "pinned_tweet_ids_str": [
+ "1838593215785468018"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2308474213/1672356290",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1719764293434920960/BgBsj9Cu_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JoshWComeau",
+ "statuses_count": 29916,
+ "translator_type": "none",
+ "url": "https://t.co/BEUDsMyW2u",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1473683597638963204",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-37522774",
+ "sortIndex": "1842759066481328082",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNzUyMjc3NA==",
+ "rest_id": "37522774",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun May 03 22:45:03 +0000 2009",
"default_profile": true,
"default_profile_image": false,
- "description": "Seeking Value #AI #NLPs #LLMs 4T's 3B's -Traded All- Source Of A Few-Friend Of Many-Columbia Biz-CMU III MVP I #Bitcoin $AMZN FamaFrenchHwangZhang twt/rt/own",
+ "description": "I help business owners reduce expenses with AI. Sharing what I know about language models and computer vision along the way. UCLA MBA. Prior work: AT&T, Toyota",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "whiteowlconsultinggroup.substack.com",
+ "expanded_url": "https://whiteowlconsultinggroup.substack.com",
+ "url": "https://t.co/vWQtJ9OMAg",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14975,
+ "followers_count": 2782,
+ "friends_count": 1443,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 67,
+ "location": "Get detailed AI insights at",
+ "media_count": 384,
+ "name": "Ralph Brooks AI Artisan",
+ "normal_followers_count": 2782,
+ "pinned_tweet_ids_str": [
+ "1836783291971575853"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/37522774/1694573696",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1223010784344711169/2U0F3ciq_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ralphbrooks",
+ "statuses_count": 3682,
+ "translator_type": "none",
+ "url": "https://t.co/vWQtJ9OMAg",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-618029513",
+ "sortIndex": "1842759066481328081",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MTgwMjk1MTM=",
+ "rest_id": "618029513",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Jun 25 11:52:19 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Senior Front-End Developer at @getsimpra | Mathematician | BEŞİKTAŞ ⚫️⚪️ 📨edisdev14@gmail.com | https://t.co/t4TT1wfxDT | https://t.co/rZL6NZJuKx",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "github.com/edisdev",
+ "expanded_url": "http://github.com/edisdev",
+ "url": "https://t.co/t4TT1wfxDT",
+ "indices": [
+ 96,
+ 119
+ ]
+ },
+ {
+ "display_url": "superpeer.com/edisdev",
+ "expanded_url": "http://superpeer.com/edisdev",
+ "url": "https://t.co/rZL6NZJuKx",
+ "indices": [
+ 122,
+ 145
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "edisdev.github.io",
+ "expanded_url": "https://edisdev.github.io",
+ "url": "https://t.co/bkTq5BxFUC",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9998,
+ "followers_count": 5797,
+ "friends_count": 1159,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 65,
+ "location": "Samsun, Türkiye",
+ "media_count": 901,
+ "name": "Hatice Edis 📟",
+ "normal_followers_count": 5797,
+ "pinned_tweet_ids_str": [
+ "1392392183953625088"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/618029513/1602540462",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1790116571253186560/Q4BPSX1e_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "edisdev",
+ "statuses_count": 7598,
+ "translator_type": "none",
+ "url": "https://t.co/bkTq5BxFUC",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-38292395",
+ "sortIndex": "1842759066481328080",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozODI5MjM5NQ==",
+ "rest_id": "38292395",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed May 06 22:21:23 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Co-founder @crossmint - the easiest way to create, custody and sell NFTs 🌌\n\nAlso: World renowned paella chef 🥘",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 77578,
- "followers_count": 4649,
- "friends_count": 4695,
+ "favourites_count": 6243,
+ "followers_count": 2174,
+ "friends_count": 1505,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 164,
- "location": "goatoffice",
- "media_count": 4234,
- "name": "John M. Spallanzani",
- "normal_followers_count": 4649,
+ "listed_count": 66,
+ "location": "Miami, NYC, Madrid, etc",
+ "media_count": 197,
+ "name": "Alfonso",
+ "normal_followers_count": 2174,
"pinned_tweet_ids_str": [
- "1574791517302046722"
+ "1548409246407991299"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2990106209/1563487320",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/989283439063912449/cZ9pHCsa_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/38292395/1696188493",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1835845760681664512/-Lu_MSP2_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "JohnSpall247",
- "statuses_count": 39419,
+ "screen_name": "alfongj",
+ "statuses_count": 3377,
+ "translator_type": "regular",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-21937068",
+ "sortIndex": "1842759066481328079",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMTkzNzA2OA==",
+ "rest_id": "21937068",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Feb 25 23:39:56 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "does well in a crisis / don't mess / comms @meta ✌️",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 24797,
+ "followers_count": 7733,
+ "friends_count": 4422,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 151,
+ "location": "austin ",
+ "media_count": 1403,
+ "name": "liz kelley",
+ "normal_followers_count": 7733,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/21937068/1600146453",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1065515832619425792/BcUzNmrx_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "lizkelley",
+ "statuses_count": 24066,
+ "translator_type": "regular",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-69873966",
+ "sortIndex": "1842759066481328078",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2OTg3Mzk2Ng==",
+ "rest_id": "69873966",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 29 14:05:53 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Childless Cat Lady",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "ie.linkedin.com/in/gaellepaste…",
+ "expanded_url": "http://ie.linkedin.com/in/gaellepasteur",
+ "url": "https://t.co/t5H6hlc3LJ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6913,
+ "followers_count": 3279,
+ "friends_count": 502,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 66,
+ "location": "Paris",
+ "media_count": 1557,
+ "name": "Gaëlle Pasteur 😽",
+ "normal_followers_count": 3279,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/69873966/1722021685",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737755513641676800/6bQ_cz04_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GaellePasteur",
+ "statuses_count": 6710,
+ "translator_type": "regular",
+ "url": "https://t.co/t5H6hlc3LJ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1702439972",
+ "sortIndex": "1842759066481328077",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzAyNDM5OTcy",
+ "rest_id": "1702439972",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Mon Aug 26 17:04:57 +0000 2013",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Jack of all trades, master of none 🤓 | Ocean = happy place 🏝️ | MIA born and raised 🥔 | Mis padres son Cubano 🇨🇺 | Lover of I.C.E & EV 🦕🔋 | CAM at @𝕏",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14270,
+ "followers_count": 776,
+ "friends_count": 1267,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11,
+ "location": "Miami, FL",
+ "media_count": 1475,
+ "name": "Eric Alvarez",
+ "normal_followers_count": 776,
+ "pinned_tweet_ids_str": [
+ "1380678942961639424"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1702439972/1651854069",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1648876472302460931/H1HGnUtO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ealvareztheswig",
+ "statuses_count": 4386,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3981,8 +4398,8 @@
}
},
{
- "entryId": "user-2425259995",
- "sortIndex": "1807077629317087183",
+ "entryId": "user-283179808",
+ "sortIndex": "1842759066481328076",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3992,19 +4409,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNDI1MjU5OTk1",
- "rest_id": "2425259995",
+ "id": "VXNlcjoyODMxNzk4MDg=",
+ "rest_id": "283179808",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 03 08:02:16 +0000 2014",
+ "can_media_tag": true,
+ "created_at": "Sat Apr 16 19:06:15 +0000 2011",
"default_profile": false,
"default_profile_image": false,
- "description": "Sports Journalist @FIFAWorldCup & @Qatar2023en | Photographer @QFA_EN | Member @AIPSmedia | Contributor @Transfermarkt | Volunteer, Sports & Events Management",
+ "description": "Design Director at The Oscillator Company (more soon)",
"entities": {
"description": {
"urls": []
@@ -4012,9 +4430,9 @@
"url": {
"urls": [
{
- "display_url": "linkedin.com/in/nahidoffici…",
- "expanded_url": "https://www.linkedin.com/in/nahidofficialbd",
- "url": "https://t.co/kTbhzU51px",
+ "display_url": "oscillator.company",
+ "expanded_url": "http://oscillator.company",
+ "url": "https://t.co/HbCfyD1QC4",
"indices": [
0,
23
@@ -4024,42 +4442,331 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 12087,
- "followers_count": 782,
- "friends_count": 5012,
- "has_custom_timelines": false,
+ "favourites_count": 154627,
+ "followers_count": 1682,
+ "friends_count": 3440,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 9,
- "location": "State Of Qatar ",
- "media_count": 549,
- "name": "Md Nahid Islam 🇧🇩🇶🇦",
- "normal_followers_count": 782,
- "pinned_tweet_ids_str": [
- "1600755572680560640"
- ],
- "possibly_sensitive": true,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2425259995/1719042017",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804115456812302336/DteeUq-0_normal.jpg",
+ "listed_count": 35,
+ "location": "🇨🇦🇲🇽🇯🇲",
+ "media_count": 115,
+ "name": "Jelani Thompson",
+ "normal_followers_count": 1682,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/283179808/1633666934",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1555389516692832256/VHthpZ9j_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "nahidofficialbd",
- "statuses_count": 14394,
+ "screen_name": "JelaniThompson_",
+ "statuses_count": 3024,
"translator_type": "none",
- "url": "https://t.co/kTbhzU51px",
+ "url": "https://t.co/HbCfyD1QC4",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1460853284470673409",
+ "rest_id": "1462214139552710657",
"professional_type": "Creator",
"category": [
{
- "id": 955,
- "name": "Journalist",
+ "id": 1021,
+ "name": "Industrial Designer",
"icon_name": "IconBriefcaseStroke"
}
]
},
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-390226670",
+ "sortIndex": "1842759066481328075",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozOTAyMjY2NzA=",
+ "rest_id": "390226670",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Thu Oct 13 17:17:32 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Postdoctoral / Senior Data Scientist Researcher @UniofOxford. Human Behaviour Modelling, Research Software Development & Causal Inference wannabe.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 99047,
+ "followers_count": 753,
+ "friends_count": 1224,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6,
+ "location": "Oxford, England",
+ "media_count": 851,
+ "name": "Daniel Valdenegro",
+ "normal_followers_count": 753,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/390226670/1659310014",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1314321770330161153/SrdbMF9B_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "d_valdenegro",
+ "statuses_count": 26331,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1026174744222199810",
+ "sortIndex": "1842759066481328074",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDI2MTc0NzQ0MjIyMTk5ODEw",
+ "rest_id": "1026174744222199810",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Aug 05 18:34:59 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "👨🏻💻 Swift Dev | Management Information Systems'24 |",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "github.com/Adem68",
+ "expanded_url": "https://github.com/Adem68",
+ "url": "https://t.co/cg00f4brVr",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 11739,
+ "followers_count": 977,
+ "friends_count": 517,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 17,
+ "location": "nowhere",
+ "media_count": 183,
+ "name": "Adem Furkan Özcan",
+ "normal_followers_count": 977,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1511772794865995777/-5srYfZ6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AdemOzcan68",
+ "statuses_count": 1195,
+ "translator_type": "none",
+ "url": "https://t.co/cg00f4brVr",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-266049280",
+ "sortIndex": "1842759066481328073",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNjYwNDkyODA=",
+ "rest_id": "266049280",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Mar 14 15:21:21 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Me hago el Data Scientist // Ahora sí soy doctor, pero no puedo hacer recetas // IG: @carbeats",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 58783,
+ "followers_count": 1174,
+ "friends_count": 2573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "",
+ "media_count": 1706,
+ "name": "ilcarbo",
+ "normal_followers_count": 1174,
+ "pinned_tweet_ids_str": [
+ "1157675051610755072"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/266049280/1551438205",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1578085268242026501/Zq4AhEqU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ilcarbo",
+ "statuses_count": 11184,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-858584257",
+ "sortIndex": "1842759066481328072",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NTg1ODQyNTc=",
+ "rest_id": "858584257",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Oct 02 19:25:48 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Software Engineer, Aviation, Music, F1, & @ManUtd 🫶🏾\n\n@thecuriousapien",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "nnajiabraham.com",
+ "expanded_url": "http://nnajiabraham.com",
+ "url": "https://t.co/yOyQRhB7d0",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 47507,
+ "followers_count": 684,
+ "friends_count": 990,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "Campbell River, British Columb",
+ "media_count": 249,
+ "name": "Abraham",
+ "normal_followers_count": 684,
+ "pinned_tweet_ids_str": [
+ "1368313390146457600"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/858584257/1651812636",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1705102510590210048/glD1lLj8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "nnajiabraham",
+ "statuses_count": 5414,
+ "translator_type": "none",
+ "url": "https://t.co/yOyQRhB7d0",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
"tipjar_settings": {
"is_enabled": true
}
@@ -4074,8 +4781,8 @@
}
},
{
- "entryId": "user-685863",
- "sortIndex": "1807077629317087182",
+ "entryId": "user-3842600080",
+ "sortIndex": "1842759066481328071",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4085,42 +4792,326 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo2ODU4NjM=",
- "rest_id": "685863",
+ "id": "VXNlcjozODQyNjAwMDgw",
+ "rest_id": "3842600080",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Tue Jan 23 10:24:39 +0000 2007",
+ "created_at": "Fri Oct 02 11:37:05 +0000 2015",
"default_profile": false,
"default_profile_image": false,
- "description": "Customer Engineer at Microsoft. My opinions are my own. Geek and hockey fan.",
+ "description": "Vision Into Reality | Senior artist @GSG3D",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "r4dstudio.com",
+ "expanded_url": "http://r4dstudio.com",
+ "url": "https://t.co/L6fxHt8TcC",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 32848,
+ "followers_count": 2011,
+ "friends_count": 376,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "Canada",
+ "media_count": 778,
+ "name": "Nik V.",
+ "normal_followers_count": 2011,
+ "pinned_tweet_ids_str": [
+ "1476968898368921602"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3842600080/1587309021",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1251892775567659011/Dprk9I2J_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RemixNv",
+ "statuses_count": 12884,
+ "translator_type": "none",
+ "url": "https://t.co/L6fxHt8TcC",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1472579549267378181",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 478,
+ "name": "Advertising & Marketing Agency",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-122701796",
+ "sortIndex": "1842759066481328070",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjI3MDE3OTY=",
+ "rest_id": "122701796",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": false,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Mar 13 15:57:57 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "👨💻Lead Software Engineer at Taking Root. Former @madewithlove | 🎤Co-Organizer of GDG Arapiraca | ❤️🙎♀️👶 | Passionate about #reactnative #reactjs #django",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "github.com/kaiobrito",
+ "expanded_url": "https://github.com/kaiobrito",
+ "url": "https://t.co/ZeLMgO1rNT",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2406,
+ "followers_count": 327,
+ "friends_count": 1100,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "Arapiraca, Alagoas, Brazil",
+ "media_count": 1,
+ "name": "Kaio Brito",
+ "normal_followers_count": 327,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1185692593595830274/I1HMMG3P_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "kaiohbrito",
+ "statuses_count": 18,
+ "translator_type": "none",
+ "url": "https://t.co/ZeLMgO1rNT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-62054392",
+ "sortIndex": "1842759066481328069",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MjA1NDM5Mg==",
+ "rest_id": "62054392",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 01 15:29:20 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Designer & developer (in any order you’d like) · Product Designer at https://t.co/Vev8XRNJgE · he/him · 🇳🇱🇬🇧🏳️🌈 · Also over at https://t.co/PM8zPbqaPd",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "Crisp.nl",
+ "expanded_url": "http://Crisp.nl",
+ "url": "https://t.co/Vev8XRNJgE",
+ "indices": [
+ 69,
+ 92
+ ]
+ },
+ {
+ "display_url": "mastodon.design/@zeno",
+ "expanded_url": "http://mastodon.design/@zeno",
+ "url": "https://t.co/PM8zPbqaPd",
+ "indices": [
+ 128,
+ 151
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "zeno.zone",
+ "expanded_url": "http://zeno.zone",
+ "url": "https://t.co/7zWwOj9yJS",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5919,
+ "followers_count": 947,
+ "friends_count": 691,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 25,
+ "location": "Amsterdam",
+ "media_count": 1252,
+ "name": "Zeno ✨",
+ "normal_followers_count": 947,
+ "pinned_tweet_ids_str": [
+ "1604543892384546816"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/62054392/1585657632",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1239463872806952960/2mdETWiY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "zenoachtig",
+ "statuses_count": 19393,
+ "translator_type": "regular",
+ "url": "https://t.co/7zWwOj9yJS",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1499525451521343489",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1020,
+ "name": "Product Designer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-2740368090",
+ "sortIndex": "1842759066481328068",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzQwMzY4MDkw",
+ "rest_id": "2740368090",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Aug 17 19:57:45 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Social Scientist | digital health | data ethics | patient safety | #AI4Good | #responsibleAI | mixed methods research",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 16704,
- "followers_count": 877,
- "friends_count": 3876,
+ "favourites_count": 1578,
+ "followers_count": 264,
+ "friends_count": 482,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 36,
- "location": "Southern California",
- "media_count": 532,
- "name": "Mike Zitek",
- "normal_followers_count": 877,
+ "listed_count": 5,
+ "location": "",
+ "media_count": 17,
+ "name": "Nisha Shah",
+ "normal_followers_count": 264,
"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_banner_url": "https://pbs.twimg.com/profile_banners/2740368090/1524169556",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1394717797054361604/whp9sgwq_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "mjzitek",
- "statuses_count": 14457,
+ "screen_name": "Ni5hah",
+ "statuses_count": 558,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4138,8 +5129,8 @@
}
},
{
- "entryId": "user-248869046",
- "sortIndex": "1807077629317087181",
+ "entryId": "user-396561243",
+ "sortIndex": "1842759066481328067",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4149,49 +5140,199 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNDg4NjkwNDY=",
- "rest_id": "248869046",
+ "id": "VXNlcjozOTY1NjEyNDM=",
+ "rest_id": "396561243",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": true,
- "created_at": "Mon Feb 07 22:07:11 +0000 2011",
+ "can_media_tag": false,
+ "created_at": "Sun Oct 23 13:06:34 +0000 2011",
"default_profile": false,
"default_profile_image": false,
- "description": "Android stuff @TAGHeuer ⌚️ | ex-@Citymapper & @canalplus | @ParisAndroidUG President | @AndroidmakersFR organiser & @droidconLondon CFP | 🇬🇧 🇫🇷 | 🐜1️⃣",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 738,
- "followers_count": 1260,
- "friends_count": 1052,
+ "favourites_count": 156,
+ "followers_count": 257,
+ "friends_count": 507,
"has_custom_timelines": true,
- "is_translator": true,
- "listed_count": 0,
- "location": " Paris | Le Mans | London ",
- "media_count": 14610,
- "name": "Antoine Danois",
- "normal_followers_count": 1260,
+ "is_translator": false,
+ "listed_count": 9,
+ "location": "Wien",
+ "media_count": 21,
+ "name": "Martin S.",
+ "normal_followers_count": 257,
"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_banner_url": "https://pbs.twimg.com/profile_banners/396561243/1463574197",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/724977510140809216/jUPoB7zH_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Antoinedroid",
- "statuses_count": 161128,
- "translator_type": "badged",
+ "screen_name": "life_in_future",
+ "statuses_count": 248,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-805094761031929856",
+ "sortIndex": "1842759066481328066",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4MDUwOTQ3NjEwMzE5Mjk4NTY=",
+ "rest_id": "805094761031929856",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Dec 03 17:02:03 +0000 2016",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2254,
+ "followers_count": 108,
+ "friends_count": 115,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "my computer",
+ "media_count": 30,
+ "name": "Shirl ✨",
+ "normal_followers_count": 108,
+ "pinned_tweet_ids_str": [
+ "1344331207983718400"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/805094761031929856/1617306873",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1377706188897390597/Xj0KntjV_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "sherlineistaken",
+ "statuses_count": 193,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "FollowingSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1231970651054821377",
+ "sortIndex": "1842759066481328065",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjMxOTcwNjUxMDU0ODIxMzc3",
+ "rest_id": "1231970651054821377",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Feb 24 15:55:01 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "アスール(@_Azu1_)が開発したAndroidアプリの紹介・最新情報のお知らせ等をするアカウントです。|各アプリの不具合報告、ご意見・ご要望等はDMにて受け付けております。",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "azul-lab.net/works/apps/list",
+ "expanded_url": "https://azul-lab.net/works/apps/list",
+ "url": "https://t.co/aVtTlLItQN",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 48,
+ "followers_count": 27,
+ "friends_count": 4,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 25,
+ "name": "AzulApps",
+ "normal_followers_count": 27,
+ "pinned_tweet_ids_str": [
+ "1449415601894551557"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1231970651054821377/1685317877",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1262044348461408258/nNkAobDw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AzulApps_",
+ "statuses_count": 158,
+ "translator_type": "none",
+ "url": "https://t.co/aVtTlLItQN",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1472512214968020996",
+ "rest_id": "1455829842977443842",
"professional_type": "Creator",
"category": [
{
@@ -4201,946 +5342,10 @@
}
]
},
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-104236352",
- "sortIndex": "1807077629317087180",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDQyMzYzNTI=",
- "rest_id": "104236352",
- "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 12 18:33:43 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Humain suboptimal\n\n👨👩👦🐶",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "mvion.fr",
- "expanded_url": "https://mvion.fr",
- "url": "https://t.co/RdzTVeKNxK",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2335,
- "followers_count": 444,
- "friends_count": 1073,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "Eure",
- "media_count": 1495,
- "name": "@matthieu@mstdn.io",
- "normal_followers_count": 444,
- "pinned_tweet_ids_str": [
- "997557853278949377"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/104236352/1400329376",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/934001822527836160/WUozxB3A_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Mistermatt007",
- "statuses_count": 79703,
- "translator_type": "regular",
- "url": "https://t.co/RdzTVeKNxK",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1615654896",
- "sortIndex": "1807077629317087179",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjE1NjU0ODk2",
- "rest_id": "1615654896",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Tue Jul 23 16:58:03 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "@PennMedicine's Center for Digital Health advances science by researching the implications of the advancement of digital health technology in health care.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "healthcareinnovation.upenn.edu/center-for-dig…",
- "expanded_url": "https://healthcareinnovation.upenn.edu/center-for-digital-health",
- "url": "https://t.co/KtWhDH2JGA",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 277,
- "followers_count": 1510,
- "friends_count": 482,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 85,
- "location": "Philadelphia, PA",
- "media_count": 52,
- "name": "Penn Med CDH",
- "normal_followers_count": 1510,
- "pinned_tweet_ids_str": [
- "1705301034514502114"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1615654896/1543344133",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1067488849725726723/MoO3FQ44_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "PennMedCDH",
- "statuses_count": 1473,
- "translator_type": "none",
- "url": "https://t.co/KtWhDH2JGA",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-29970507",
- "sortIndex": "1807077629317087178",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyOTk3MDUwNw==",
- "rest_id": "29970507",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 09 12:09:56 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "No half-truths, just naked minds.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "roycehaynes.com",
- "expanded_url": "http://roycehaynes.com",
- "url": "https://t.co/GiPbx61L3t",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 6546,
- "followers_count": 1320,
- "friends_count": 345,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 49,
- "location": "Denver, CO",
- "media_count": 378,
- "name": "Royce",
- "normal_followers_count": 1320,
- "pinned_tweet_ids_str": [
- "1449743664545161223"
- ],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1649892376847192065/O9PUOyO2_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "roycehaynes",
- "statuses_count": 5823,
- "translator_type": "regular",
- "url": "https://t.co/GiPbx61L3t",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1168345391135371267",
- "sortIndex": "1807077629317087177",
- "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": 1858,
- "followers_count": 198,
- "friends_count": 379,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3,
- "location": "",
- "media_count": 16,
- "name": "Donna Virga",
- "normal_followers_count": 198,
- "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": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-124005464",
- "sortIndex": "1807077629317087176",
- "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": 18919,
- "followers_count": 233,
- "friends_count": 1381,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 25,
- "location": "London",
- "media_count": 321,
- "name": "kelly-ayo",
- "normal_followers_count": 233,
- "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": 5774,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-3921628635",
- "sortIndex": "1807077629317087175",
- "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": 58664,
- "followers_count": 32983,
- "friends_count": 4387,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 100,
- "location": "San Francisco, CA",
- "media_count": 2151,
- "name": "James Loduca (he/him/él)",
- "normal_followers_count": 32983,
- "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": 12322,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-31898295",
- "sortIndex": "1807077629317087174",
- "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": 26954,
- "followers_count": 17503,
- "friends_count": 7493,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 216,
- "location": "",
- "media_count": 800,
- "name": "Matt Derella",
- "normal_followers_count": 17503,
- "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": 7318,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-760738503370084352",
- "sortIndex": "1807077629317087173",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3NjA3Mzg1MDMzNzAwODQzNTI=",
- "rest_id": "760738503370084352",
- "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 03 07:26:07 +0000 2016",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Ex @TwitterUK, now @FT. 🤷🏽♀️🎶🍝🏋🏾📝🎨 Not here very often but follow me on Instagram @Chealthytreats ❤️",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "chelseareveals.com",
- "expanded_url": "http://chelseareveals.com",
- "url": "https://t.co/R7T3fw8YMW",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 9302,
- "followers_count": 868,
- "friends_count": 820,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 7,
- "location": "London, England",
- "media_count": 767,
- "name": "Chels",
- "normal_followers_count": 868,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/760738503370084352/1693932494",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1699098341349502979/LaAjEl9f_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ChelseaHipwood",
- "statuses_count": 2685,
- "translator_type": "none",
- "url": "https://t.co/R7T3fw8YMW",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-41204968",
- "sortIndex": "1807077629317087172",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0MTIwNDk2OA==",
- "rest_id": "41204968",
- "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 May 19 20:40:38 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "There is food and sport, and occasionally other stuff of note. \nStrategic Finance @tinuiti previously @latermedia @twitter",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 8913,
- "followers_count": 588,
- "friends_count": 1501,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16,
- "location": "Boulder, Colorado",
- "media_count": 189,
- "name": "Andy Antos",
- "normal_followers_count": 588,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/41204968/1657636062",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1726829007084380160/-Tpy4Dn6_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "andyantos",
- "statuses_count": 1783,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-2276100433",
- "sortIndex": "1807077629317087171",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjc2MTAwNDMz",
- "rest_id": "2276100433",
- "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 Jan 04 13:08:27 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "👩🏼💻@Google - my views are most of the time mispelled",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4428,
- "followers_count": 669,
- "friends_count": 401,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 21,
- "location": "London, England",
- "media_count": 67,
- "name": "Mirela Anghel",
- "normal_followers_count": 669,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2276100433/1443650741",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/913549551746928640/V9CZAsMR_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "_mirels_",
- "statuses_count": 624,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-495741050",
- "sortIndex": "1807077629317087170",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0OTU3NDEwNTA=",
- "rest_id": "495741050",
- "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 18 08:19:56 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "building @Togethercompute. ex-tweep, @topsy, & @salesforce. lifetime member of the @cycle4survival family 💪🏼",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 14934,
- "followers_count": 1685,
- "friends_count": 828,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 36,
- "location": "",
- "media_count": 436,
- "name": "Arielle Schwartz 🍤",
- "normal_followers_count": 1685,
- "pinned_tweet_ids_str": [
- "1423321701144829961"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/495741050/1506976437",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/886195472897069056/j3L3dnzO_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "arisirenita",
- "statuses_count": 2960,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-340611224",
- "sortIndex": "1807077629317087169",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozNDA2MTEyMjQ=",
- "rest_id": "340611224",
- "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 Jul 23 00:09:52 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Italian 🇮🇹 Mainly in London 🇬🇧 Fresh pasta aficionado 🍝",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7746,
- "followers_count": 1352,
- "friends_count": 1773,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 22,
- "location": "🇪🇺",
- "media_count": 632,
- "name": "Mauro Piano",
- "normal_followers_count": 1352,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/340611224/1626200578",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1362357629360754688/kT_CFw1v_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "mauropiano",
- "statuses_count": 2100,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-32416361",
- "sortIndex": "1807077629317087168",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMjQxNjM2MQ==",
- "rest_id": "32416361",
- "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 Apr 17 14:05:55 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "swe who likes to run, tinker and chat.\n \nI mostly hang out on\n https://t.co/B44kgOEPiA\n\nbut sometimes\n https://t.co/8mu7kVZgWW",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "mastodon.social/@mattjbones",
- "expanded_url": "http://mastodon.social/@mattjbones",
- "url": "https://t.co/B44kgOEPiA",
- "indices": [
- 68,
- 91
- ]
- },
- {
- "display_url": "threads.net/@mattjbones",
- "expanded_url": "https://www.threads.net/@mattjbones",
- "url": "https://t.co/8mu7kVZgWW",
- "indices": [
- 113,
- 136
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "matt.barnettjones.com",
- "expanded_url": "https://matt.barnettjones.com",
- "url": "https://t.co/Wzwf10Z3Me",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 20103,
- "followers_count": 1181,
- "friends_count": 3272,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 15,
- "location": "London, England",
- "media_count": 644,
- "name": "Matt 🦕",
- "normal_followers_count": 1181,
- "pinned_tweet_ids_str": [
- "1267782736963686400"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/32416361/1586734030",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1597580569109581825/BEbrjGt0_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "mattjbones",
- "statuses_count": 4062,
- "translator_type": "regular",
- "url": "https://t.co/Wzwf10Z3Me",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1462814454287118337",
- "professional_type": "Creator",
- "category": []
- },
"tipjar_settings": {
- "is_enabled": true
+ "is_enabled": true,
+ "bitcoin_handle": "1NHaaaiqBvZRmy189zvfoe4FRdMcEU73Pk",
+ "ethereum_handle": "0x81ef35210c6a4342adfb9b82444801cdd40fbcb7"
}
}
},
@@ -5153,160 +5358,22 @@
}
},
{
- "entryId": "user-6453472",
- "sortIndex": "1807077629317087167",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2NDUzNDcy",
- "rest_id": "6453472",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Wed May 30 20:52:05 +0000 2007",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Building indie businesses in public:\n\nhttps://t.co/K10cZXAmcR (pre-launch)\nhttps://t.co/OAKm81umGr\nhttps://t.co/r4lrRJweoS \nhttps://t.co/ppqfhiC8v3\nhttps://t.co/hC3qEZKBrz\nhttps://t.co/uPvRxHR48Z",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "heynew.co",
- "expanded_url": "http://heynew.co",
- "url": "https://t.co/K10cZXAmcR",
- "indices": [
- 38,
- 61
- ]
- },
- {
- "display_url": "bunni.ai",
- "expanded_url": "http://bunni.ai",
- "url": "https://t.co/OAKm81umGr",
- "indices": [
- 75,
- 98
- ]
- },
- {
- "display_url": "popinvoice.com",
- "expanded_url": "http://popinvoice.com",
- "url": "https://t.co/r4lrRJweoS",
- "indices": [
- 99,
- 122
- ]
- },
- {
- "display_url": "popinvoice.com/datepop",
- "expanded_url": "http://popinvoice.com/datepop",
- "url": "https://t.co/ppqfhiC8v3",
- "indices": [
- 124,
- 147
- ]
- },
- {
- "display_url": "startstrongbook.com",
- "expanded_url": "http://startstrongbook.com",
- "url": "https://t.co/hC3qEZKBrz",
- "indices": [
- 148,
- 171
- ]
- },
- {
- "display_url": "markfolder.com",
- "expanded_url": "http://markfolder.com",
- "url": "https://t.co/uPvRxHR48Z",
- "indices": [
- 172,
- 195
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "farez.me",
- "expanded_url": "https://farez.me",
- "url": "https://t.co/CzC6CCg04k",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1722,
- "followers_count": 2208,
- "friends_count": 2481,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 0,
- "location": "London 🇬🇧 & KL 🇲🇾",
- "media_count": 774,
- "name": "farez",
- "normal_followers_count": 2208,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/6453472/1692521131",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1791357484583800832/aAf2YwcS_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "farez",
- "statuses_count": 10498,
- "translator_type": "none",
- "url": "https://t.co/CzC6CCg04k",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1561783913529344000",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "FollowingSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "cursor-bottom-1807077629317087166",
- "sortIndex": "1807077629317087166",
+ "entryId": "cursor-bottom-1842759066481328064",
+ "sortIndex": "1842759066481328064",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1675026912440118216|1807077629317087164",
+ "value": "1672206665937124087|1842759066481328062",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1807077629317087233",
- "sortIndex": "1807077629317087233",
+ "entryId": "cursor-top-1842759066481328129",
+ "sortIndex": "1842759066481328129",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1807077629317087233",
+ "value": "-1|1842759066481328129",
"cursorType": "Top"
}
}
diff --git a/tests/mocked-data/raw_list_timeline.json b/tests/mocked-data/raw_list_timeline.json
index 76d2607..4645656 100644
--- a/tests/mocked-data/raw_list_timeline.json
+++ b/tests/mocked-data/raw_list_timeline.json
@@ -8,645 +8,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "list-conversation-1807077696136544256",
- "sortIndex": "1807077696136544256",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544256-tweet-1807077639968206953",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077639968206953",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077639968206953"
- ],
- "editable_until_msecs": "1719679457000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:44:17 +0000 2024",
- "conversation_id_str": "1807077639968206953",
- "display_text_range": [
- 0,
- 121
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 3,
- "favorited": false,
- "full_text": "\"In dealing with China and Russia, as well as North Korea and Iran, the United States has one great superpower – allies.\"",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807077639968206953"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544256-tweet-1807077689423249521",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077689423249521",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077689423249521"
- ],
- "editable_until_msecs": "1719679469000",
- "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": "Sat Jun 29 15:44:29 +0000 2024",
- "conversation_id_str": "1807077639968206953",
- "display_text_range": [
- 0,
- 23
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "michaelmcfaul.substack.com/p/the-paramoun…",
- "expanded_url": "https://michaelmcfaul.substack.com/p/the-paramount-importance-of-allies",
- "url": "https://t.co/2VrtCpvfaS",
- "indices": [
- 0,
- 23
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "https://t.co/2VrtCpvfaS",
- "in_reply_to_screen_name": "McFaul",
- "in_reply_to_status_id_str": "1807077639968206953",
- "in_reply_to_user_id_str": "454099919",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807077689423249521"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807077639968206953",
- "1807077689423249521"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544257",
- "sortIndex": "1807077696136544255",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544257-tweet-1807077312963424701",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077312963424701",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077312963424701"
- ],
- "editable_until_msecs": "1719679379000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "654",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNzczMTI5MDg5NTk3NDU=",
- "text": "\"As expressed to me in almost every conversation, officials in Tokyo and Seoul are worried about Trump’s return. As president, Trump threatened to pull American soldiers out of South Korea as he courted his special relationship with North Korean dictator Kim Jong Un. As Trump himself recalled, they fell in love.\"",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:42:59 +0000 2024",
- "conversation_id_str": "1807077312963424701",
- "display_text_range": [
- 0,
- 276
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 17,
- "favorited": false,
- "full_text": "\"As expressed to me in almost every conversation, officials in Tokyo and Seoul are worried about Trump’s return. As president, Trump threatened to pull American soldiers out of South Korea as he courted his special relationship with North Korean dictator Kim Jong Un. As Trump",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 3,
- "retweet_count": 9,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807077312963424701"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544257-tweet-1807077394962067643",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077394962067643",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077394962067643"
- ],
- "editable_until_msecs": "1719679399000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "174",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:43:19 +0000 2024",
- "conversation_id_str": "1807077312963424701",
- "display_text_range": [
- 0,
- 23
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "michaelmcfaul.substack.com/p/the-paramoun…",
- "expanded_url": "https://michaelmcfaul.substack.com/p/the-paramount-importance-of-allies",
- "url": "https://t.co/2VrtCpvfaS",
- "indices": [
- 0,
- 23
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 1,
- "favorited": false,
- "full_text": "https://t.co/2VrtCpvfaS",
- "in_reply_to_screen_name": "McFaul",
- "in_reply_to_status_id_str": "1807077312963424701",
- "in_reply_to_user_id_str": "454099919",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807077394962067643"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807077312963424701",
- "1807077394962067643"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077282655207827",
- "sortIndex": "1807077696136544254",
+ "entryId": "tweet-1842749287370723392",
+ "sortIndex": "1842759124685684736",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -656,24 +19,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077282655207827",
+ "rest_id": "1842749287370723392",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
+ "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx",
+ "rest_id": "1005846500583321601",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
- "created_at": "Wed Apr 27 12:18:25 +0000 2011",
+ "created_at": "Sun Jun 10 16:17:48 +0000 2018",
"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.",
+ "description": "Dad. w/ @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Director Think Tank -IIAL. Dr. & Senior Fellow FPI, SAIS, JHU.",
"entities": {
"description": {
"urls": []
@@ -681,9 +45,9 @@
"url": {
"urls": [
{
- "display_url": "bellingcat.com",
- "expanded_url": "http://www.bellingcat.com",
- "url": "https://t.co/ZoOPpVAJcd",
+ "display_url": "alexandervindman.substack.com",
+ "expanded_url": "https://alexandervindman.substack.com",
+ "url": "https://t.co/vyo9QsGg22",
"indices": [
0,
23
@@ -693,1431 +57,41 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
+ "favourites_count": 21647,
+ "followers_count": 991401,
+ "friends_count": 1822,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
+ "listed_count": 6021,
+ "location": "Florida, USA",
+ "media_count": 433,
+ "name": "Alexander S. Vindman 🇺🇸",
+ "normal_followers_count": 991401,
"pinned_tweet_ids_str": [
- "1802683550614860002"
+ "1838885195828604993"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
+ "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": "EliotHiggins",
- "statuses_count": 300348,
+ "screen_name": "AVindman",
+ "statuses_count": 8245,
"translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077282655207827"
- ],
- "editable_until_msecs": "1719679372714",
- "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": "Sat Jun 29 15:42:52 +0000 2024",
- "conversation_id_str": "1807077282655207827",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1594106422479962112",
- "name": "Random OSINT",
- "screen_name": "osint_random",
- "indices": [
- 3,
- 16
- ]
- },
- {
- "id_str": "288755234",
- "name": "Eliot Higgins",
- "screen_name": "EliotHiggins",
- "indices": [
- 115,
- 128
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @osint_random: Et encore une fois, cette vidéo a émergé sur des canaux Telegram de désinformation russes.\n\nPoke @EliotHiggins / @Shayan8…",
- "is_quote_status": false,
- "lang": "fr",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1807077282655207827",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807066710303723601",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTk0MTA2NDIyNDc5OTYyMTEy",
- "rest_id": "1594106422479962112",
- "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 Nov 19 23:12:54 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇨🇵🔎 Je traque les fake news / ingérences étrangères #OSINT\n🌍 Conflits et géopolitique à mes heures perdues\n🟡 Créateur de la @tfr_random",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/randomosint",
- "expanded_url": "https://linktr.ee/randomosint",
- "url": "https://t.co/GXcCbyZTZA",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1376,
- "followers_count": 24151,
- "friends_count": 435,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 157,
- "location": "France",
- "media_count": 1508,
- "name": "Random OSINT",
- "normal_followers_count": 24151,
- "pinned_tweet_ids_str": [
- "1805313699697107154"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1594106422479962112/1717324748",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1614751465519677442/Fbp3PQI9_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "osint_random",
- "statuses_count": 3659,
- "translator_type": "none",
- "url": "https://t.co/GXcCbyZTZA",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595187043138772992",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807066710303723601"
- ],
- "editable_until_msecs": "1719676852000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": true,
- "views": {
- "count": "1014",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:00:52 +0000 2024",
- "conversation_id_str": "1807066707732631917",
- "display_text_range": [
- 0,
- 122
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/1iippfajjc",
- "expanded_url": "https://twitter.com/osint_random/status/1807066710303723601/photo/1",
- "id_str": "1807062946700288000",
- "indices": [
- 123,
- 146
- ],
- "media_key": "3_1807062946700288000",
- "media_url_https": "https://pbs.twimg.com/media/GRP6LQDXYAATVu2.jpg",
- "type": "photo",
- "url": "https://t.co/1IIPpfAjjc",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 953,
- "w": 654,
- "resize": "fit"
- },
- "medium": {
- "h": 953,
- "w": 654,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 467,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 953,
- "width": 654,
- "focus_rects": [
- {
- "x": 0,
- "y": 587,
- "w": 654,
- "h": 366
- },
- {
- "x": 0,
- "y": 299,
- "w": 654,
- "h": 654
- },
- {
- "x": 0,
- "y": 207,
- "w": 654,
- "h": 746
- },
- {
- "x": 71,
- "y": 0,
- "w": 477,
- "h": 953
- },
- {
- "x": 0,
- "y": 0,
- "w": 654,
- "h": 953
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807062946700288000"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "288755234",
- "name": "Eliot Higgins",
- "screen_name": "EliotHiggins",
- "indices": [
- 97,
- 110
- ]
- },
- {
- "id_str": "65494780",
- "name": "Shayan Sardarizadeh",
- "screen_name": "Shayan86",
- "indices": [
- 113,
- 122
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/1IIPpfAjjc",
- "expanded_url": "https://twitter.com/osint_random/status/1807066710303723601/photo/1",
- "id_str": "1807062946700288000",
- "indices": [
- 123,
- 146
- ],
- "media_key": "3_1807062946700288000",
- "media_url_https": "https://pbs.twimg.com/media/GRP6LQDXYAATVu2.jpg",
- "type": "photo",
- "url": "https://t.co/1IIPpfAjjc",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 953,
- "w": 654,
- "resize": "fit"
- },
- "medium": {
- "h": 953,
- "w": 654,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 467,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 953,
- "width": 654,
- "focus_rects": [
- {
- "x": 0,
- "y": 587,
- "w": 654,
- "h": 366
- },
- {
- "x": 0,
- "y": 299,
- "w": 654,
- "h": 654
- },
- {
- "x": 0,
- "y": 207,
- "w": 654,
- "h": 746
- },
- {
- "x": 71,
- "y": 0,
- "w": 477,
- "h": 953
- },
- {
- "x": 0,
- "y": 0,
- "w": 654,
- "h": 953
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807062946700288000"
- }
- }
- }
- ]
- },
- "favorite_count": 6,
- "favorited": false,
- "full_text": "Et encore une fois, cette vidéo a émergé sur des canaux Telegram de désinformation russes.\n\nPoke @EliotHiggins / @Shayan86 https://t.co/1IIPpfAjjc",
- "in_reply_to_screen_name": "osint_random",
- "in_reply_to_status_id_str": "1807066707732631917",
- "in_reply_to_user_id_str": "1594106422479962112",
- "is_quote_status": false,
- "lang": "fr",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "1594106422479962112",
- "id_str": "1807066710303723601"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077273821941855",
- "sortIndex": "1807077696136544253",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077273821941855",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
- "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 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": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
- "pinned_tweet_ids_str": [
- "1802683550614860002"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "EliotHiggins",
- "statuses_count": 300348,
- "translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077273821941855"
- ],
- "editable_until_msecs": "1719679370608",
- "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": "Sat Jun 29 15:42:50 +0000 2024",
- "conversation_id_str": "1807077273821941855",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1594106422479962112",
- "name": "Random OSINT",
- "screen_name": "osint_random",
- "indices": [
- 3,
- 16
- ]
- },
- {
- "id_str": "2315512764",
- "name": "Bellingcat",
- "screen_name": "bellingcat",
- "indices": [
- 32,
- 43
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @osint_random: 🇫🇷❌ La BBC et @bellingcat sont de nouveau victimes d'une fausse vidéo affirmant que la France voulait reporter les Jeux O…",
- "is_quote_status": false,
- "lang": "fr",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1807077273821941855",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807066707732631917",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTk0MTA2NDIyNDc5OTYyMTEy",
- "rest_id": "1594106422479962112",
- "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 Nov 19 23:12:54 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇨🇵🔎 Je traque les fake news / ingérences étrangères #OSINT\n🌍 Conflits et géopolitique à mes heures perdues\n🟡 Créateur de la @tfr_random",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/randomosint",
- "expanded_url": "https://linktr.ee/randomosint",
- "url": "https://t.co/GXcCbyZTZA",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1376,
- "followers_count": 24151,
- "friends_count": 435,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 157,
- "location": "France",
- "media_count": 1508,
- "name": "Random OSINT",
- "normal_followers_count": 24151,
- "pinned_tweet_ids_str": [
- "1805313699697107154"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1594106422479962112/1717324748",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1614751465519677442/Fbp3PQI9_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "osint_random",
- "statuses_count": 3659,
- "translator_type": "none",
- "url": "https://t.co/GXcCbyZTZA",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595187043138772992",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807066707732631917"
- ],
- "editable_until_msecs": "1719676851000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": true,
- "views": {
- "count": "1694",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 3,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:00:51 +0000 2024",
- "conversation_id_str": "1807066707732631917",
- "display_text_range": [
- 0,
- 259
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/nnaijxyuo7",
- "expanded_url": "https://twitter.com/osint_random/status/1807066707732631917/video/1",
- "id_str": "1807062427588050945",
- "indices": [
- 260,
- 283
- ],
- "media_key": "7_1807062427588050945",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807062427588050945/pu/img/CH74tAg1UkUClKQQ.jpg",
- "type": "video",
- "url": "https://t.co/nNaijXyuo7",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 104867,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/pl/uDElwHb4YzFAkPhp.m3u8?tag=12"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/320x568/QgyMQXwyp5oB7PaY.mp4?tag=12"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/480x852/jIhF9Pz6XVceVKp_.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/720x1280/kXz6i9c_GW6jFDl6.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807062427588050945"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2315512764",
- "name": "Bellingcat",
- "screen_name": "bellingcat",
- "indices": [
- 14,
- 25
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/nNaijXyuo7",
- "expanded_url": "https://twitter.com/osint_random/status/1807066707732631917/video/1",
- "id_str": "1807062427588050945",
- "indices": [
- 260,
- 283
- ],
- "media_key": "7_1807062427588050945",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807062427588050945/pu/img/CH74tAg1UkUClKQQ.jpg",
- "type": "video",
- "url": "https://t.co/nNaijXyuo7",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 104867,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/pl/uDElwHb4YzFAkPhp.m3u8?tag=12"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/320x568/QgyMQXwyp5oB7PaY.mp4?tag=12"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/480x852/jIhF9Pz6XVceVKp_.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807062427588050945/pu/vid/avc1/720x1280/kXz6i9c_GW6jFDl6.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807062427588050945"
- }
- }
- }
- ]
- },
- "favorite_count": 29,
- "favorited": false,
- "full_text": "🇫🇷❌ La BBC et @bellingcat sont de nouveau victimes d'une fausse vidéo affirmant que la France voulait reporter les Jeux Olympiques à 2025.\n\nCela est évidemment faux.\n\nL'objectif est ici de mettre en doute la capacité de la France à organiser un tel événement. https://t.co/nNaijXyuo7",
- "is_quote_status": false,
- "lang": "fr",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "1594106422479962112",
- "id_str": "1807066707732631917"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807076978186654108",
- "sortIndex": "1807077696136544252",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807076978186654108",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807076978186654108"
- ],
- "editable_until_msecs": "1719679300000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1319",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:41:40 +0000 2024",
- "conversation_id_str": "1807076978186654108",
- "display_text_range": [
- 0,
- 70
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/snc7j45x3g",
- "expanded_url": "https://twitter.com/McFaul/status/1807076978186654108/photo/1",
- "id_str": "1807076945097822208",
- "indices": [
- 71,
- 94
- ],
- "media_key": "3_1807076945097822208",
- "media_url_https": "https://pbs.twimg.com/media/GRQG6EJakAAwghQ.jpg",
- "type": "photo",
- "url": "https://t.co/sNC7j45x3g",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 457,
- "y": 496,
- "h": 86,
- "w": 86
- },
- {
- "x": 573,
- "y": 918,
- "h": 93,
- "w": 93
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 285,
- "y": 310,
- "h": 53,
- "w": 53
- },
- {
- "x": 358,
- "y": 573,
- "h": 58,
- "w": 58
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 161,
- "y": 175,
- "h": 30,
- "w": 30
- },
- {
- "x": 202,
- "y": 325,
- "h": 32,
- "w": 32
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 457,
- "y": 496,
- "h": 86,
- "w": 86
- },
- {
- "x": 573,
- "y": 918,
- "h": 93,
- "w": 93
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1280,
- "w": 1920,
- "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": 1280,
- "width": 1920,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1920,
- "h": 1075
- },
- {
- "x": 368,
- "y": 0,
- "w": 1280,
- "h": 1280
- },
- {
- "x": 447,
- "y": 0,
- "w": 1123,
- "h": 1280
- },
- {
- "x": 688,
- "y": 0,
- "w": 640,
- "h": 1280
- },
- {
- "x": 0,
- "y": 0,
- "w": 1920,
- "h": 1280
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807076945097822208"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/sNC7j45x3g",
- "expanded_url": "https://twitter.com/McFaul/status/1807076978186654108/photo/1",
- "id_str": "1807076945097822208",
- "indices": [
- 71,
- 94
- ],
- "media_key": "3_1807076945097822208",
- "media_url_https": "https://pbs.twimg.com/media/GRQG6EJakAAwghQ.jpg",
- "type": "photo",
- "url": "https://t.co/sNC7j45x3g",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 457,
- "y": 496,
- "h": 86,
- "w": 86
- },
- {
- "x": 573,
- "y": 918,
- "h": 93,
- "w": 93
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 285,
- "y": 310,
- "h": 53,
- "w": 53
- },
- {
- "x": 358,
- "y": 573,
- "h": 58,
- "w": 58
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 161,
- "y": 175,
- "h": 30,
- "w": 30
- },
- {
- "x": 202,
- "y": 325,
- "h": 32,
- "w": 32
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 457,
- "y": 496,
- "h": 86,
- "w": 86
- },
- {
- "x": 573,
- "y": 918,
- "h": 93,
- "w": 93
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1280,
- "w": 1920,
- "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": 1280,
- "width": 1920,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1920,
- "h": 1075
- },
- {
- "x": 368,
- "y": 0,
- "w": 1280,
- "h": 1280
- },
- {
- "x": 447,
- "y": 0,
- "w": 1123,
- "h": 1280
- },
- {
- "x": 688,
- "y": 0,
- "w": 640,
- "h": 1280
- },
- {
- "x": 0,
- "y": 0,
- "w": 1920,
- "h": 1280
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807076945097822208"
- }
- }
- }
- ]
- },
- "favorite_count": 23,
- "favorited": false,
- "full_text": "Real honor to meet Chief Cabinet Secretary Hayashi last week in Tokyo. https://t.co/sNC7j45x3g",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 3,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807076978186654108"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807075288884396368",
- "sortIndex": "1807077696136544251",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807075288884396368",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
+ "url": "https://t.co/vyo9QsGg22",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1696586841602834861",
+ "rest_id": "1469829466885132297",
"professional_type": "Business",
- "category": []
+ "category": [
+ {
+ "id": 956,
+ "name": "Writer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
},
"tipjar_settings": {}
}
@@ -2126,1526 +100,42 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807075288884396368"
+ "1842749287370723392"
],
- "editable_until_msecs": "1719678897362",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1728184241000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "19667",
+ "state": "EnabledWithCount"
},
- "source": "Twitter for iPad",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 4,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:34:57 +0000 2024",
- "conversation_id_str": "1807075288884396368",
+ "created_at": "Sun Oct 06 02:10:41 +0000 2024",
+ "conversation_id_str": "1842749287370723392",
"display_text_range": [
0,
- 140
+ 254
],
"entities": {
"hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
+ "media": [
{
- "id_str": "384407750",
- "name": "JP Lindsley | Journalist",
- "screen_name": "JPLindsley",
+ "display_url": "pic.x.com/BHdJU3pxmu",
+ "expanded_url": "https://x.com/AVindman/status/1842749287370723392/photo/1",
+ "id_str": "1842749282438221824",
"indices": [
- 3,
- 14
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @JPLindsley: This is one of the Ukrainian Greek Catholic priests released this week from Russian captivity. See him clutching the rosary…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 65,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807075288884396368",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807054946719678893",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozODQ0MDc3NTA=",
- "rest_id": "384407750",
- "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 Oct 03 16:42:23 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇺🇦🇺🇸 War stories daily on Chicago's WGN Radio, the only U.S. channel broadcasting live from Ukraine every day. Truth to the world. Supplies for freedom 💪",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/ufnews",
- "expanded_url": "https://linktr.ee/ufnews",
- "url": "https://t.co/EJCB6ra1hx",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 9522,
- "followers_count": 7932,
- "friends_count": 2157,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 123,
- "location": "Lviv, Ukraine",
- "media_count": 1408,
- "name": "JP Lindsley | Journalist",
- "normal_followers_count": 7932,
- "pinned_tweet_ids_str": [
- "1796319402284995000"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/384407750/1683640962",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1577353538761539596/JrDqENQm_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JPLindsley",
- "statuses_count": 4739,
- "translator_type": "none",
- "url": "https://t.co/EJCB6ra1hx",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1498896362745868292",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807054946719678893"
- ],
- "editable_until_msecs": "1719674047000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3272",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNTQ5NDY2MTA2Njc1MjE=",
- "text": "This is one of the Ukrainian Greek Catholic priests released this week from Russian captivity. See him clutching the rosary, @TuckerCarlson? \n\nAs a Greek Catholic priest, he is part of the Catholic Church. @Pontifex , will you give him a ring, as you call the Gaza church? @EWTN @CatholicNewsSvc @CatholicHerald @catholic @Crux @zenitenglish @americamag @NCRegister, interested?",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "22703645",
- "name": "Tucker Carlson",
- "screen_name": "TuckerCarlson",
- "indices": [
- 125,
- 139
- ]
- },
- {
- "id_str": "500704345",
- "name": "Pope Francis",
- "screen_name": "Pontifex",
- "indices": [
- 206,
- 215
- ]
- },
- {
- "id_str": "14790432",
- "name": "EWTN",
- "screen_name": "EWTN",
- "indices": [
- 273,
- 278
- ]
- },
- {
- "id_str": "17136419",
- "name": "Catholic News Service Rome",
- "screen_name": "CatholicNewsSvc",
- "indices": [
- 279,
- 295
- ]
- },
- {
- "id_str": "18481779",
- "name": "Catholic Herald",
- "screen_name": "CatholicHerald",
- "indices": [
- 296,
- 311
- ]
- },
- {
- "id_str": "14329263",
- "name": "Catholic.io",
- "screen_name": "catholic",
- "indices": [
- 312,
- 321
- ]
- },
- {
- "id_str": "2589573097",
- "name": "Crux",
- "screen_name": "Crux",
- "indices": [
- 322,
- 327
- ]
- },
- {
- "id_str": "38219073",
- "name": "ZenitEnglish",
- "screen_name": "zenitenglish",
- "indices": [
- 328,
- 341
- ]
- },
- {
- "id_str": "17372204",
- "name": "America Magazine",
- "screen_name": "americamag",
- "indices": [
- 342,
- 353
- ]
- },
- {
- "id_str": "20064348",
- "name": "National Catholic Register",
- "screen_name": "NCRegister",
- "indices": [
- 354,
- 365
- ]
- }
- ]
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:14:07 +0000 2024",
- "conversation_id_str": "1807054946719678893",
- "display_text_range": [
- 0,
+ 255,
278
],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/juivossu2u",
- "expanded_url": "https://twitter.com/JPLindsley/status/1807054946719678893/photo/1",
- "id_str": "1807053712067579904",
- "indices": [
- 279,
- 302
- ],
- "media_key": "3_1807053712067579904",
- "media_url_https": "https://pbs.twimg.com/media/GRPxxuXW0AAoLyJ.jpg",
- "type": "photo",
- "url": "https://t.co/Juivossu2U",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 147,
- "y": 165,
- "h": 64,
- "w": 64
- },
- {
- "x": 146,
- "y": 50,
- "h": 71,
- "w": 71
- },
- {
- "x": 320,
- "y": 95,
- "h": 67,
- "w": 67
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 960,
- "w": 730,
- "resize": "fit"
- },
- "medium": {
- "h": 960,
- "w": 730,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 517,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 960,
- "width": 730,
- "focus_rects": [
- {
- "x": 0,
- "y": 12,
- "w": 730,
- "h": 409
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 730
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 832
- },
- {
- "x": 250,
- "y": 0,
- "w": 480,
- "h": 960
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 960
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807053712067579904"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "22703645",
- "name": "Tucker Carlson",
- "screen_name": "TuckerCarlson",
- "indices": [
- 125,
- 139
- ]
- },
- {
- "id_str": "500704345",
- "name": "Pope Francis",
- "screen_name": "Pontifex",
- "indices": [
- 206,
- 215
- ]
- },
- {
- "id_str": "14790432",
- "name": "EWTN",
- "screen_name": "EWTN",
- "indices": [
- 273,
- 278
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/Juivossu2U",
- "expanded_url": "https://twitter.com/JPLindsley/status/1807054946719678893/photo/1",
- "id_str": "1807053712067579904",
- "indices": [
- 279,
- 302
- ],
- "media_key": "3_1807053712067579904",
- "media_url_https": "https://pbs.twimg.com/media/GRPxxuXW0AAoLyJ.jpg",
- "type": "photo",
- "url": "https://t.co/Juivossu2U",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 147,
- "y": 165,
- "h": 64,
- "w": 64
- },
- {
- "x": 146,
- "y": 50,
- "h": 71,
- "w": 71
- },
- {
- "x": 320,
- "y": 95,
- "h": 67,
- "w": 67
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 208,
- "y": 233,
- "h": 91,
- "w": 91
- },
- {
- "x": 207,
- "y": 72,
- "h": 101,
- "w": 101
- },
- {
- "x": 452,
- "y": 135,
- "h": 96,
- "w": 96
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 960,
- "w": 730,
- "resize": "fit"
- },
- "medium": {
- "h": 960,
- "w": 730,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 517,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 960,
- "width": 730,
- "focus_rects": [
- {
- "x": 0,
- "y": 12,
- "w": 730,
- "h": 409
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 730
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 832
- },
- {
- "x": 250,
- "y": 0,
- "w": 480,
- "h": 960
- },
- {
- "x": 0,
- "y": 0,
- "w": 730,
- "h": 960
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807053712067579904"
- }
- }
- }
- ]
- },
- "favorite_count": 183,
- "favorited": false,
- "full_text": "This is one of the Ukrainian Greek Catholic priests released this week from Russian captivity. See him clutching the rosary, @TuckerCarlson? \n\nAs a Greek Catholic priest, he is part of the Catholic Church. @Pontifex , will you give him a ring, as you call the Gaza church? @EWTN https://t.co/Juivossu2U",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 4,
- "retweet_count": 65,
- "retweeted": false,
- "user_id_str": "384407750",
- "id_str": "1807054946719678893"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807075248241799539",
- "sortIndex": "1807077696136544250",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807075248241799539",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/y1ERpzy3Xv",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 147,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 76,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 91,
- "green": 86,
- "red": 86
- },
- "percentage": 60.42
- },
- {
- "rgb": {
- "blue": 144,
- "green": 139,
- "red": 139
- },
- "percentage": 33.62
- },
- {
- "rgb": {
- "blue": 121,
- "green": 139,
- "red": 176
- },
- "percentage": 4.2
- },
- {
- "rgb": {
- "blue": 210,
- "green": 209,
- "red": 210
- },
- "percentage": 1.21
- },
- {
- "rgb": {
- "blue": 64,
- "green": 73,
- "red": 107
- },
- "percentage": 0.44
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "В ЦБ заявили об угрозе смерти российской экономики из-за санкций",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 91,
- "green": 86,
- "red": 86
- },
- "percentage": 60.42
- },
- {
- "rgb": {
- "blue": 144,
- "green": 139,
- "red": 139
- },
- "percentage": 33.62
- },
- {
- "rgb": {
- "blue": 121,
- "green": 139,
- "red": 176
- },
- "percentage": 4.2
- },
- {
- "rgb": {
- "blue": 210,
- "green": 209,
- "red": 210
- },
- "percentage": 1.21
- },
- {
- "rgb": {
- "blue": 64,
- "green": 73,
- "red": 107
- },
- "percentage": 0.44
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?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/1806017735756812289/G2Z8rmuL?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 91,
- "green": 86,
- "red": 86
- },
- "percentage": 60.42
- },
- {
- "rgb": {
- "blue": 144,
- "green": 139,
- "red": 139
- },
- "percentage": 33.62
- },
- {
- "rgb": {
- "blue": 121,
- "green": 139,
- "red": 176
- },
- "percentage": 4.2
- },
- {
- "rgb": {
- "blue": 210,
- "green": 209,
- "red": 210
- },
- "percentage": 1.21
- },
- {
- "rgb": {
- "blue": 64,
- "green": 73,
- "red": 107
- },
- "percentage": 0.44
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/y1ERpzy3Xv",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806017735756812289/G2Z8rmuL?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/y1ERpzy3Xv",
- "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": 9400,
- "friends_count": 90,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 181,
- "location": "Москва",
- "media_count": 329,
- "name": "Русская служба The Moscow Times",
- "normal_followers_count": 9400,
- "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": 25525,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- {
- "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": 9400,
- "friends_count": 90,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 181,
- "location": "Москва",
- "media_count": 329,
- "name": "Русская служба The Moscow Times",
- "normal_followers_count": 9400,
- "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": 25525,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807075248241799539"
- ],
- "editable_until_msecs": "1719678887000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": true,
- "views": {
- "count": "4245",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:34:47 +0000 2024",
- "conversation_id_str": "1807075248241799539",
- "display_text_range": [
- 0,
- 88
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "moscowtimes.ru/2024/06/26/v-t…",
- "expanded_url": "https://www.moscowtimes.ru/2024/06/26/v-tsb-zayavili-ob-ugroze-smerti-rossiiskoi-ekonomiki-iz-za-sanktsii-a135115",
- "url": "https://t.co/y1ERpzy3Xv",
- "indices": [
- 65,
- 88
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 15,
- "favorited": false,
- "full_text": "В ЦБ заявили об угрозе смерти российской экономики из-за санкций https://t.co/y1ERpzy3Xv",
- "is_quote_status": false,
- "lang": "ru",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 7,
- "retweet_count": 3,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807075248241799539"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807074204916777228",
- "sortIndex": "1807077696136544249",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807074204916777228",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807074204916777228"
- ],
- "editable_until_msecs": "1719678638000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3365",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 3,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:30:38 +0000 2024",
- "conversation_id_str": "1807074204916777228",
- "display_text_range": [
- 0,
- 235
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 198,
- 217
- ],
- "text": "RussiaIsANaziState"
- },
- {
- "indices": [
- 218,
- 235
- ],
- "text": "StandWithUkraine"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/awut7zkhpu",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807074204916777228/photo/1",
- "id_str": "1807074199673999360",
- "indices": [
- 236,
- 259
- ],
- "media_key": "3_1807074199673999360",
- "media_url_https": "https://pbs.twimg.com/media/GRQEaQpXkAANhm8.jpg",
+ "media_key": "3_1842749282438221824",
+ "media_url_https": "https://pbs.twimg.com/media/GZLCtYXWEAAruyz.jpg",
"type": "photo",
- "url": "https://t.co/awut7ZKhPu",
+ "url": "https://t.co/BHdJU3pxmu",
"ext_media_availability": {
"status": "Available"
},
@@ -3653,106 +143,82 @@
"large": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 72,
+ "y": 50,
+ "h": 82,
+ "w": 82
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 576,
+ "y": 58,
+ "h": 212,
+ "w": 212
}
]
},
"medium": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 42,
+ "y": 29,
+ "h": 48,
+ "w": 48
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 337,
+ "y": 33,
+ "h": 124,
+ "w": 124
}
]
},
"small": {
"faces": [
{
- "x": 633,
- "y": 137,
- "h": 34,
- "w": 34
+ "x": 23,
+ "y": 16,
+ "h": 27,
+ "w": 27
},
{
- "x": 485,
- "y": 62,
- "h": 45,
- "w": 45
- },
- {
- "x": 111,
- "y": 46,
- "h": 150,
- "w": 150
+ "x": 191,
+ "y": 19,
+ "h": 70,
+ "w": 70
}
]
},
"orig": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 72,
+ "y": 50,
+ "h": 82,
+ "w": 82
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 576,
+ "y": 58,
+ "h": 212,
+ "w": 212
}
]
}
},
"sizes": {
"large": {
- "h": 791,
- "w": 1030,
+ "h": 2048,
+ "w": 1188,
"resize": "fit"
},
"medium": {
- "h": 791,
- "w": 1030,
+ "h": 1200,
+ "w": 696,
"resize": "fit"
},
"small": {
- "h": 522,
- "w": 680,
+ "h": 680,
+ "w": 394,
"resize": "fit"
},
"thumb": {
@@ -3762,38 +228,38 @@
}
},
"original_info": {
- "height": 791,
- "width": 1030,
+ "height": 2048,
+ "width": 1188,
"focus_rects": [
{
"x": 0,
- "y": 214,
- "w": 1030,
- "h": 577
+ "y": 1047,
+ "w": 1188,
+ "h": 665
},
{
- "x": 42,
- "y": 0,
- "w": 791,
- "h": 791
+ "x": 0,
+ "y": 785,
+ "w": 1188,
+ "h": 1188
},
{
- "x": 90,
- "y": 0,
- "w": 694,
- "h": 791
+ "x": 0,
+ "y": 694,
+ "w": 1188,
+ "h": 1354
},
{
- "x": 239,
+ "x": 164,
"y": 0,
- "w": 396,
- "h": 791
+ "w": 1024,
+ "h": 2048
},
{
"x": 0,
"y": 0,
- "w": 1030,
- "h": 791
+ "w": 1188,
+ "h": 2048
}
]
},
@@ -3802,7 +268,155 @@
},
"media_results": {
"result": {
- "media_key": "3_1807074199673999360"
+ "media_key": "3_1842749282438221824"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/BHdJU3pxmu",
+ "expanded_url": "https://x.com/AVindman/status/1842749287370723392/photo/1",
+ "id_str": "1842749282442432512",
+ "indices": [
+ 255,
+ 278
+ ],
+ "media_key": "3_1842749282442432512",
+ "media_url_https": "https://pbs.twimg.com/media/GZLCtYYWUAATZR5.jpg",
+ "type": "photo",
+ "url": "https://t.co/BHdJU3pxmu",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 167,
+ "width": 200,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 200,
+ "h": 112
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 167,
+ "h": 167
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 146,
+ "h": 167
+ },
+ {
+ "x": 3,
+ "y": 0,
+ "w": 84,
+ "h": 167
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 200,
+ "h": 167
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842749282442432512"
}
}
}
@@ -3810,22 +424,41 @@
"symbols": [],
"timestamps": [],
"urls": [],
- "user_mentions": []
+ "user_mentions": [
+ {
+ "id_str": "1205985145007878145",
+ "name": "Derrick Anderson",
+ "screen_name": "DerrickforVA",
+ "indices": [
+ 21,
+ 34
+ ]
+ },
+ {
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
+ "indices": [
+ 186,
+ 195
+ ]
+ }
+ ]
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/awut7ZKhPu",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807074204916777228/photo/1",
- "id_str": "1807074199673999360",
+ "display_url": "pic.x.com/BHdJU3pxmu",
+ "expanded_url": "https://x.com/AVindman/status/1842749287370723392/photo/1",
+ "id_str": "1842749282438221824",
"indices": [
- 236,
- 259
+ 255,
+ 278
],
- "media_key": "3_1807074199673999360",
- "media_url_https": "https://pbs.twimg.com/media/GRQEaQpXkAANhm8.jpg",
+ "media_key": "3_1842749282438221824",
+ "media_url_https": "https://pbs.twimg.com/media/GZLCtYXWEAAruyz.jpg",
"type": "photo",
- "url": "https://t.co/awut7ZKhPu",
+ "url": "https://t.co/BHdJU3pxmu",
"ext_media_availability": {
"status": "Available"
},
@@ -3833,106 +466,82 @@
"large": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 72,
+ "y": 50,
+ "h": 82,
+ "w": 82
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 576,
+ "y": 58,
+ "h": 212,
+ "w": 212
}
]
},
"medium": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 42,
+ "y": 29,
+ "h": 48,
+ "w": 48
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 337,
+ "y": 33,
+ "h": 124,
+ "w": 124
}
]
},
"small": {
"faces": [
{
- "x": 633,
- "y": 137,
- "h": 34,
- "w": 34
+ "x": 23,
+ "y": 16,
+ "h": 27,
+ "w": 27
},
{
- "x": 485,
- "y": 62,
- "h": 45,
- "w": 45
- },
- {
- "x": 111,
- "y": 46,
- "h": 150,
- "w": 150
+ "x": 191,
+ "y": 19,
+ "h": 70,
+ "w": 70
}
]
},
"orig": {
"faces": [
{
- "x": 959,
- "y": 209,
- "h": 52,
- "w": 52
+ "x": 72,
+ "y": 50,
+ "h": 82,
+ "w": 82
},
{
- "x": 736,
- "y": 94,
- "h": 69,
- "w": 69
- },
- {
- "x": 169,
- "y": 70,
- "h": 228,
- "w": 228
+ "x": 576,
+ "y": 58,
+ "h": 212,
+ "w": 212
}
]
}
},
"sizes": {
"large": {
- "h": 791,
- "w": 1030,
+ "h": 2048,
+ "w": 1188,
"resize": "fit"
},
"medium": {
- "h": 791,
- "w": 1030,
+ "h": 1200,
+ "w": 696,
"resize": "fit"
},
"small": {
- "h": 522,
- "w": 680,
+ "h": 680,
+ "w": 394,
"resize": "fit"
},
"thumb": {
@@ -3942,38 +551,38 @@
}
},
"original_info": {
- "height": 791,
- "width": 1030,
+ "height": 2048,
+ "width": 1188,
"focus_rects": [
{
"x": 0,
- "y": 214,
- "w": 1030,
- "h": 577
+ "y": 1047,
+ "w": 1188,
+ "h": 665
},
{
- "x": 42,
- "y": 0,
- "w": 791,
- "h": 791
+ "x": 0,
+ "y": 785,
+ "w": 1188,
+ "h": 1188
},
{
- "x": 90,
- "y": 0,
- "w": 694,
- "h": 791
+ "x": 0,
+ "y": 694,
+ "w": 1188,
+ "h": 1354
},
{
- "x": 239,
+ "x": 164,
"y": 0,
- "w": 396,
- "h": 791
+ "w": 1024,
+ "h": 2048
},
{
"x": 0,
"y": 0,
- "w": 1030,
- "h": 791
+ "w": 1188,
+ "h": 2048
}
]
},
@@ -3982,25 +591,173 @@
},
"media_results": {
"result": {
- "media_key": "3_1807074199673999360"
+ "media_key": "3_1842749282438221824"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/BHdJU3pxmu",
+ "expanded_url": "https://x.com/AVindman/status/1842749287370723392/photo/1",
+ "id_str": "1842749282442432512",
+ "indices": [
+ 255,
+ 278
+ ],
+ "media_key": "3_1842749282442432512",
+ "media_url_https": "https://pbs.twimg.com/media/GZLCtYYWUAATZR5.jpg",
+ "type": "photo",
+ "url": "https://t.co/BHdJU3pxmu",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 128,
+ "y": 21,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 24,
+ "y": 17,
+ "h": 50,
+ "w": 50
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 167,
+ "w": 200,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 167,
+ "width": 200,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 200,
+ "h": 112
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 167,
+ "h": 167
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 146,
+ "h": 167
+ },
+ {
+ "x": 3,
+ "y": 0,
+ "w": 84,
+ "h": 167
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 200,
+ "h": 167
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842749282442432512"
}
}
}
]
},
- "favorite_count": 101,
+ "favorite_count": 286,
"favorited": false,
- "full_text": "His name was Oleksandr Hrytsiuk. He spent two years in 🇷🇺 captivity, where he died. His body weighed less than a half of his usual weight. His nose was broken. Traces of torture all over his body.\n\n#RussiaIsANaziState #StandWithUkraine https://t.co/awut7ZKhPu",
+ "full_text": "My goodness this guy @DerrickforVA is thirsty. Derrick, your own supporters said you embarrassed yourself with your inability to articulate any coherent policies in the last debate with @YVindman . All you have is slogans to cover up your MAGA extremism. https://t.co/BHdJU3pxmu",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 4,
- "reply_count": 4,
- "retweet_count": 70,
+ "quote_count": 2,
+ "reply_count": 10,
+ "retweet_count": 75,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807074204916777228"
+ "user_id_str": "1005846500583321601",
+ "id_str": "1842749287370723392"
}
}
},
@@ -4018,8 +775,8 @@
}
},
{
- "entryId": "tweet-1807069667346804808",
- "sortIndex": "1807077696136544248",
+ "entryId": "tweet-1842743571817918562",
+ "sortIndex": "1842759124685684735",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4029,24 +786,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807069667346804808",
+ "rest_id": "1842743571817918562",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDkxNzc5NTY=",
- "rest_id": "149177956",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Fri May 28 16:24:28 +0000 2010",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Journalist specialized in conflict reporting, human rights. Co-founder Public Interest Journalism Lab @PIJLab, @TRPUkraine",
+ "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": []
@@ -4054,9 +812,9 @@
"url": {
"urls": [
{
- "display_url": "en.journlab.online",
- "expanded_url": "http://en.journlab.online/",
- "url": "https://t.co/87wZkzEijW",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -4066,27 +824,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 1357,
- "followers_count": 71816,
- "friends_count": 1350,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2157,
- "location": "Ukraine",
- "media_count": 1690,
- "name": "Nataliya Gumenyuk",
- "normal_followers_count": 71816,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1625591991122681875"
+ "1827251612743532904"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/149177956/1658003873",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/582279468871450625/keaplAXm_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": "ngumenyuk",
- "statuses_count": 15114,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/87wZkzEijW",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -4098,9 +856,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807069667346804808"
+ "1842743571817918562"
],
- "editable_until_msecs": "1719677557083",
+ "editable_until_msecs": "1728182878698",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -4112,139 +870,109 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:12:37 +0000 2024",
- "conversation_id_str": "1807069667346804808",
+ "created_at": "Sun Oct 06 01:47:58 +0000 2024",
+ "conversation_id_str": "1842743571817918562",
"display_text_range": [
0,
- 140
+ 139
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 46,
- 54
- ],
- "text": "zeg2024"
- }
- ],
+ "hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": [
{
- "id_str": "278894750",
- "name": "natalia antelava",
- "screen_name": "antelava",
+ "id_str": "18686907",
+ "name": "David Frum",
+ "screen_name": "davidfrum",
"indices": [
3,
- 12
- ]
- },
- {
- "id_str": "149177956",
- "name": "Nataliya Gumenyuk",
- "screen_name": "ngumenyuk",
- "indices": [
- 78,
- 88
+ 13
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @antelava: Adding a few of my own favorite #zeg2024 shots. It was epic. As @ngumenyuk put it, a great reminder of how much we all have t…",
- "is_quote_status": true,
+ "full_text": "RT @davidfrum: One more Repubilcan caught, arrested, and sentenced because she believed right-wing influencers that illegal voting is easy…",
+ "is_quote_status": false,
"lang": "en",
"quote_count": 0,
- "quoted_status_id_str": "1806986903599579351",
- "quoted_status_permalink": {
- "url": "https://t.co/Ke0gCGBmzn",
- "expanded": "https://twitter.com/zegfest/status/1806986903599579351",
- "display": "x.com/zegfest/status…"
- },
"reply_count": 0,
- "retweet_count": 1,
+ "retweet_count": 37,
"retweeted": false,
- "user_id_str": "149177956",
- "id_str": "1807069667346804808",
+ "user_id_str": "579747564",
+ "id_str": "1842743571817918562",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807060411943899410",
+ "rest_id": "1842742183759085917",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNzg4OTQ3NTA=",
- "rest_id": "278894750",
+ "id": "VXNlcjoxODY4NjkwNw==",
+ "rest_id": "18686907",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Fri Apr 08 05:26:12 +0000 2011",
- "default_profile": true,
+ "created_at": "Tue Jan 06 18:03:36 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Journalist | Currently at @JSKstanford | Co-founder @Codastory & @zegfest (check us out!) | past life: BBC foreign corr in Central Asia, Mid East,US,India",
+ "description": "Read more at https://t.co/ncUQxYcRuC and at https://t.co/k8AaBWWWf5.",
"entities": {
"description": {
- "urls": []
- },
- "url": {
"urls": [
{
- "display_url": "codastory.com",
- "expanded_url": "http://www.codastory.com",
- "url": "https://t.co/LkqH5z8LOx",
+ "display_url": "TheAtlantic.com",
+ "expanded_url": "http://TheAtlantic.com",
+ "url": "https://t.co/ncUQxYcRuC",
"indices": [
- 0,
- 23
+ 13,
+ 36
+ ]
+ },
+ {
+ "display_url": "DavidFrum.com",
+ "expanded_url": "http://DavidFrum.com",
+ "url": "https://t.co/k8AaBWWWf5",
+ "indices": [
+ 44,
+ 67
]
}
]
}
},
"fast_followers_count": 0,
- "favourites_count": 4386,
- "followers_count": 19122,
- "friends_count": 3527,
+ "favourites_count": 9357,
+ "followers_count": 1012678,
+ "friends_count": 1230,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 824,
- "location": "",
- "media_count": 513,
- "name": "natalia antelava",
- "normal_followers_count": 19122,
- "pinned_tweet_ids_str": [
- "1763829265370665025"
- ],
+ "listed_count": 13635,
+ "location": "Washington DC; Wellington ON",
+ "media_count": 5393,
+ "name": "David Frum",
+ "normal_followers_count": 1012678,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/278894750/1487324556",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1524316102305763328/0mCq_NjW_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18686907/1716409645",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1237114284825546754/QcgK2k4V_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "antelava",
- "statuses_count": 12859,
+ "screen_name": "davidfrum",
+ "statuses_count": 106947,
"translator_type": "none",
- "url": "https://t.co/LkqH5z8LOx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1516845058984755202",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {}
}
}
@@ -4252,1472 +980,42 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807060411943899410"
+ "1842742183759085917"
],
- "editable_until_msecs": "1719675350000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728182547000",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "1427",
+ "count": "12291",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806986903599579351",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTExMjYyNDY5NTQzMDc5OTM2",
- "rest_id": "1111262469543079936",
- "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 28 13:43:13 +0000 2019",
- "default_profile": false,
- "default_profile_image": false,
- "description": "In Georgian, ZEG means \"the day after tomorrow\". Our festival is all about creating narratives for the future.\n\nMark your calendars for June 13-15, 2025.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "zegfest.com",
- "expanded_url": "https://www.zegfest.com",
- "url": "https://t.co/2pV8yCrhrc",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 379,
- "followers_count": 828,
- "friends_count": 186,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 7,
- "location": "Georgia",
- "media_count": 339,
- "name": "ZEG Tbilisi Storytelling Festival",
- "normal_followers_count": 828,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1111262469543079936/1719666739",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1772951705136644096/0DRAdqbV_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "zegfest",
- "statuses_count": 861,
- "translator_type": "none",
- "url": "https://t.co/2pV8yCrhrc",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1772953093178585492",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806986903599579351"
- ],
- "editable_until_msecs": "1719657824000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1525",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:43:44 +0000 2024",
- "conversation_id_str": "1806986903599579351",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/a1w6v392ks",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986428422750209",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986428422750209",
- "media_url_https": "https://pbs.twimg.com/media/GRO0lTQXAAEardd.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1368,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 802,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2736,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 0,
- "y": 0,
- "w": 2736,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 2400,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 1368,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2736
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986428422750209"
- }
- }
- },
- {
- "display_url": "pic.x.com/a1w6v392ks",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986468088307713",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986468088307713",
- "media_url_https": "https://pbs.twimg.com/media/GRO0nnBXYAEq441.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1368,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 802,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2736,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 779,
- "y": 0,
- "w": 2736,
- "h": 2736
- },
- {
- "x": 947,
- "y": 0,
- "w": 2400,
- "h": 2736
- },
- {
- "x": 1463,
- "y": 0,
- "w": 1368,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2736
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986468088307713"
- }
- }
- },
- {
- "display_url": "pic.x.com/a1w6v392ks",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986507829313537",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986507829313537",
- "media_url_https": "https://pbs.twimg.com/media/GRO0p7EXAAEVKHw.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "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": 2731,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 389,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 171,
- "y": 0,
- "w": 2731,
- "h": 2731
- },
- {
- "x": 338,
- "y": 0,
- "w": 2396,
- "h": 2731
- },
- {
- "x": 853,
- "y": 0,
- "w": 1366,
- "h": 2731
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2731
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986507829313537"
- }
- }
- },
- {
- "display_url": "pic.x.com/a1w6v392ks",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986523574714368",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986523574714368",
- "media_url_https": "https://pbs.twimg.com/media/GRO0q1uWwAAmr19.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 137,
- "y": 819,
- "h": 71,
- "w": 71
- },
- {
- "x": 249,
- "y": 821,
- "h": 77,
- "w": 77
- },
- {
- "x": 800,
- "y": 841,
- "h": 71,
- "w": 71
- },
- {
- "x": 993,
- "y": 837,
- "h": 69,
- "w": 69
- },
- {
- "x": 487,
- "y": 849,
- "h": 71,
- "w": 71
- },
- {
- "x": 609,
- "y": 851,
- "h": 69,
- "w": 69
- },
- {
- "x": 45,
- "y": 859,
- "h": 65,
- "w": 65
- },
- {
- "x": 1203,
- "y": 864,
- "h": 69,
- "w": 69
- },
- {
- "x": 1107,
- "y": 923,
- "h": 67,
- "w": 67
- },
- {
- "x": 1315,
- "y": 931,
- "h": 69,
- "w": 69
- },
- {
- "x": 933,
- "y": 1027,
- "h": 75,
- "w": 75
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 80,
- "y": 480,
- "h": 41,
- "w": 41
- },
- {
- "x": 146,
- "y": 481,
- "h": 45,
- "w": 45
- },
- {
- "x": 468,
- "y": 493,
- "h": 41,
- "w": 41
- },
- {
- "x": 582,
- "y": 490,
- "h": 40,
- "w": 40
- },
- {
- "x": 285,
- "y": 497,
- "h": 41,
- "w": 41
- },
- {
- "x": 357,
- "y": 499,
- "h": 40,
- "w": 40
- },
- {
- "x": 26,
- "y": 503,
- "h": 38,
- "w": 38
- },
- {
- "x": 705,
- "y": 506,
- "h": 40,
- "w": 40
- },
- {
- "x": 649,
- "y": 541,
- "h": 39,
- "w": 39
- },
- {
- "x": 770,
- "y": 545,
- "h": 40,
- "w": 40
- },
- {
- "x": 547,
- "y": 602,
- "h": 44,
- "w": 44
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 45,
- "y": 272,
- "h": 23,
- "w": 23
- },
- {
- "x": 82,
- "y": 272,
- "h": 25,
- "w": 25
- },
- {
- "x": 265,
- "y": 279,
- "h": 23,
- "w": 23
- },
- {
- "x": 329,
- "y": 278,
- "h": 23,
- "w": 23
- },
- {
- "x": 161,
- "y": 282,
- "h": 23,
- "w": 23
- },
- {
- "x": 202,
- "y": 282,
- "h": 23,
- "w": 23
- },
- {
- "x": 15,
- "y": 285,
- "h": 21,
- "w": 21
- },
- {
- "x": 399,
- "y": 286,
- "h": 23,
- "w": 23
- },
- {
- "x": 367,
- "y": 306,
- "h": 22,
- "w": 22
- },
- {
- "x": 436,
- "y": 309,
- "h": 23,
- "w": 23
- },
- {
- "x": 309,
- "y": 341,
- "h": 25,
- "w": 25
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 271,
- "y": 1614,
- "h": 141,
- "w": 141
- },
- {
- "x": 492,
- "y": 1618,
- "h": 153,
- "w": 153
- },
- {
- "x": 1575,
- "y": 1657,
- "h": 141,
- "w": 141
- },
- {
- "x": 1956,
- "y": 1649,
- "h": 137,
- "w": 137
- },
- {
- "x": 960,
- "y": 1673,
- "h": 141,
- "w": 141
- },
- {
- "x": 1200,
- "y": 1677,
- "h": 137,
- "w": 137
- },
- {
- "x": 90,
- "y": 1693,
- "h": 129,
- "w": 129
- },
- {
- "x": 2370,
- "y": 1701,
- "h": 137,
- "w": 137
- },
- {
- "x": 2181,
- "y": 1819,
- "h": 133,
- "w": 133
- },
- {
- "x": 2590,
- "y": 1834,
- "h": 137,
- "w": 137
- },
- {
- "x": 1838,
- "y": 2023,
- "h": 149,
- "w": 149
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1364,
- "w": 2048,
- "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": 2686,
- "width": 4032,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4032,
- "h": 2258
- },
- {
- "x": 0,
- "y": 0,
- "w": 2686,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 2356,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 1343,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 4032,
- "h": 2686
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986523574714368"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1111262469543079936",
- "name": "ZEG Tbilisi Storytelling Festival",
- "screen_name": "zegfest",
- "indices": [
- 270,
- 278
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/a1W6v392KS",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986428422750209",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986428422750209",
- "media_url_https": "https://pbs.twimg.com/media/GRO0lTQXAAEardd.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1368,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 802,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2736,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 0,
- "y": 0,
- "w": 2736,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 2400,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 1368,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2736
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986428422750209"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/a1W6v392KS",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986468088307713",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986468088307713",
- "media_url_https": "https://pbs.twimg.com/media/GRO0nnBXYAEq441.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1368,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 802,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2736,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 779,
- "y": 0,
- "w": 2736,
- "h": 2736
- },
- {
- "x": 947,
- "y": 0,
- "w": 2400,
- "h": 2736
- },
- {
- "x": 1463,
- "y": 0,
- "w": 1368,
- "h": 2736
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2736
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986468088307713"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/a1W6v392KS",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986507829313537",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986507829313537",
- "media_url_https": "https://pbs.twimg.com/media/GRO0p7EXAAEVKHw.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "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": 2731,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 389,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 171,
- "y": 0,
- "w": 2731,
- "h": 2731
- },
- {
- "x": 338,
- "y": 0,
- "w": 2396,
- "h": 2731
- },
- {
- "x": 853,
- "y": 0,
- "w": 1366,
- "h": 2731
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 2731
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986507829313537"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/a1W6v392KS",
- "expanded_url": "https://twitter.com/zegfest/status/1806986903599579351/photo/1",
- "id_str": "1806986523574714368",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1806986523574714368",
- "media_url_https": "https://pbs.twimg.com/media/GRO0q1uWwAAmr19.jpg",
- "type": "photo",
- "url": "https://t.co/a1W6v392KS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 137,
- "y": 819,
- "h": 71,
- "w": 71
- },
- {
- "x": 249,
- "y": 821,
- "h": 77,
- "w": 77
- },
- {
- "x": 800,
- "y": 841,
- "h": 71,
- "w": 71
- },
- {
- "x": 993,
- "y": 837,
- "h": 69,
- "w": 69
- },
- {
- "x": 487,
- "y": 849,
- "h": 71,
- "w": 71
- },
- {
- "x": 609,
- "y": 851,
- "h": 69,
- "w": 69
- },
- {
- "x": 45,
- "y": 859,
- "h": 65,
- "w": 65
- },
- {
- "x": 1203,
- "y": 864,
- "h": 69,
- "w": 69
- },
- {
- "x": 1107,
- "y": 923,
- "h": 67,
- "w": 67
- },
- {
- "x": 1315,
- "y": 931,
- "h": 69,
- "w": 69
- },
- {
- "x": 933,
- "y": 1027,
- "h": 75,
- "w": 75
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 80,
- "y": 480,
- "h": 41,
- "w": 41
- },
- {
- "x": 146,
- "y": 481,
- "h": 45,
- "w": 45
- },
- {
- "x": 468,
- "y": 493,
- "h": 41,
- "w": 41
- },
- {
- "x": 582,
- "y": 490,
- "h": 40,
- "w": 40
- },
- {
- "x": 285,
- "y": 497,
- "h": 41,
- "w": 41
- },
- {
- "x": 357,
- "y": 499,
- "h": 40,
- "w": 40
- },
- {
- "x": 26,
- "y": 503,
- "h": 38,
- "w": 38
- },
- {
- "x": 705,
- "y": 506,
- "h": 40,
- "w": 40
- },
- {
- "x": 649,
- "y": 541,
- "h": 39,
- "w": 39
- },
- {
- "x": 770,
- "y": 545,
- "h": 40,
- "w": 40
- },
- {
- "x": 547,
- "y": 602,
- "h": 44,
- "w": 44
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 45,
- "y": 272,
- "h": 23,
- "w": 23
- },
- {
- "x": 82,
- "y": 272,
- "h": 25,
- "w": 25
- },
- {
- "x": 265,
- "y": 279,
- "h": 23,
- "w": 23
- },
- {
- "x": 329,
- "y": 278,
- "h": 23,
- "w": 23
- },
- {
- "x": 161,
- "y": 282,
- "h": 23,
- "w": 23
- },
- {
- "x": 202,
- "y": 282,
- "h": 23,
- "w": 23
- },
- {
- "x": 15,
- "y": 285,
- "h": 21,
- "w": 21
- },
- {
- "x": 399,
- "y": 286,
- "h": 23,
- "w": 23
- },
- {
- "x": 367,
- "y": 306,
- "h": 22,
- "w": 22
- },
- {
- "x": 436,
- "y": 309,
- "h": 23,
- "w": 23
- },
- {
- "x": 309,
- "y": 341,
- "h": 25,
- "w": 25
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 271,
- "y": 1614,
- "h": 141,
- "w": 141
- },
- {
- "x": 492,
- "y": 1618,
- "h": 153,
- "w": 153
- },
- {
- "x": 1575,
- "y": 1657,
- "h": 141,
- "w": 141
- },
- {
- "x": 1956,
- "y": 1649,
- "h": 137,
- "w": 137
- },
- {
- "x": 960,
- "y": 1673,
- "h": 141,
- "w": 141
- },
- {
- "x": 1200,
- "y": 1677,
- "h": 137,
- "w": 137
- },
- {
- "x": 90,
- "y": 1693,
- "h": 129,
- "w": 129
- },
- {
- "x": 2370,
- "y": 1701,
- "h": 137,
- "w": 137
- },
- {
- "x": 2181,
- "y": 1819,
- "h": 133,
- "w": 133
- },
- {
- "x": 2590,
- "y": 1834,
- "h": 137,
- "w": 137
- },
- {
- "x": 1838,
- "y": 2023,
- "h": 149,
- "w": 149
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1364,
- "w": 2048,
- "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": 2686,
- "width": 4032,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 4032,
- "h": 2258
- },
- {
- "x": 0,
- "y": 0,
- "w": 2686,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 2356,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 1343,
- "h": 2686
- },
- {
- "x": 0,
- "y": 0,
- "w": 4032,
- "h": 2686
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806986523574714368"
- }
- }
- }
- ]
- },
- "favorite_count": 4,
- "favorited": false,
- "full_text": "In a time of such uncertainty, it's so important to have the certainty of connections and friendships, old and new. We are so grateful to all our speakers and guests who made ZEG 2024 what it was.\n\nTo see more highlights from the festival, head over to our Instagram at @zegfest! https://t.co/a1W6v392KS",
- "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": "1111262469543079936",
- "id_str": "1806986903599579351"
- }
- }
- },
+ "source": "TweetDeck Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 2,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:35:50 +0000 2024",
- "conversation_id_str": "1807060411943899410",
+ "created_at": "Sun Oct 06 01:42:27 +0000 2024",
+ "conversation_id_str": "1842738145206362290",
"display_text_range": [
0,
- 219
+ 169
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 32,
- 40
- ],
- "text": "zeg2024"
- },
- {
- "indices": [
- 171,
- 179
- ],
- "text": "Zeg2025"
- }
- ],
+ "hashtags": [],
"media": [
{
- "display_url": "pic.x.com/j0udy441ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365525516288",
+ "display_url": "pic.x.com/uWtv3mcZMY",
+ "expanded_url": "https://x.com/davidfrum/status/1842742183759085917/photo/1",
+ "id_str": "1842741941848449024",
"indices": [
- 220,
- 243
+ 170,
+ 193
],
- "media_key": "3_1807060365525516288",
- "media_url_https": "https://pbs.twimg.com/media/GRP31AbWAAAWSLi.jpg",
+ "media_key": "3_1842741941848449024",
+ "media_url_https": "https://pbs.twimg.com/media/GZK8CGiXIAAtJSZ.jpg",
"type": "photo",
- "url": "https://t.co/j0Udy441Ww",
+ "url": "https://t.co/uWtv3mcZMY",
"ext_media_availability": {
"status": "Available"
},
@@ -5737,237 +1035,17 @@
},
"sizes": {
"large": {
- "h": 1542,
- "w": 1170,
+ "h": 1336,
+ "w": 1708,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 911,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 516,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1542,
- "width": 1170,
- "focus_rects": [
- {
- "x": 0,
- "y": 327,
- "w": 1170,
- "h": 655
- },
- {
- "x": 0,
- "y": 69,
- "w": 1170,
- "h": 1170
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1334
- },
- {
- "x": 200,
- "y": 0,
- "w": 771,
- "h": 1542
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1542
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365525516288"
- }
- }
- },
- {
- "display_url": "pic.x.com/j0udy441ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365542305793",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365542305793",
- "media_url_https": "https://pbs.twimg.com/media/GRP31AfWMAEDakw.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1522,
- "w": 1170,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 922,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 523,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1522,
- "width": 1170,
- "focus_rects": [
- {
- "x": 0,
- "y": 243,
- "w": 1170,
- "h": 655
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1170
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1334
- },
- {
- "x": 409,
- "y": 0,
- "w": 761,
- "h": 1522
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1522
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365542305793"
- }
- }
- },
- {
- "display_url": "pic.x.com/j0udy441ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365005516800",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365005516800",
- "media_url_https": "https://pbs.twimg.com/media/GRP30-fXcAAS10K.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 666,
- "y": 267,
- "h": 46,
- "w": 46
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 624,
- "y": 250,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 353,
- "y": 141,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 666,
- "y": 267,
- "h": 46,
- "w": 46
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
+ "h": 939,
"w": 1200,
"resize": "fit"
},
"small": {
- "h": 454,
+ "h": 532,
"w": 680,
"resize": "fit"
},
@@ -5978,204 +1056,77 @@
}
},
"original_info": {
- "height": 854,
- "width": 1280,
+ "height": 1336,
+ "width": 1708,
"focus_rects": [
{
"x": 0,
"y": 0,
- "w": 1280,
- "h": 717
- },
- {
- "x": 179,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 232,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 393,
- "y": 0,
- "w": 427,
- "h": 854
+ "w": 1708,
+ "h": 956
},
{
"x": 0,
"y": 0,
- "w": 1280,
- "h": 854
+ "w": 1336,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1172,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 668,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1708,
+ "h": 1336
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807060365005516800"
- }
- }
- },
- {
- "display_url": "pic.x.com/j0udy441ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365009666048",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365009666048",
- "media_url_https": "https://pbs.twimg.com/media/GRP30-gWwAAlPPA.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 527,
- "y": 245,
- "h": 137,
- "w": 137
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 494,
- "y": 229,
- "h": 128,
- "w": 128
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 279,
- "y": 130,
- "h": 72,
- "w": 72
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 527,
- "y": 245,
- "h": 137,
- "w": 137
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 854,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 717
- },
- {
- "x": 307,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 360,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 521,
- "y": 0,
- "w": 427,
- "h": 854
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 854
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365009666048"
+ "media_key": "3_1842741941848449024"
}
}
}
],
"symbols": [],
"timestamps": [],
- "urls": [],
- "user_mentions": [
+ "urls": [
{
- "id_str": "149177956",
- "name": "Nataliya Gumenyuk",
- "screen_name": "ngumenyuk",
+ "display_url": "coppercourier.com/2022/02/01/sco…",
+ "expanded_url": "https://coppercourier.com/2022/02/01/scottsdale-republican-guilty-vote-illegal/",
+ "url": "https://t.co/SukAzjQNMf",
"indices": [
- 64,
- 74
+ 146,
+ 169
]
}
- ]
+ ],
+ "user_mentions": []
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/j0Udy441Ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365525516288",
+ "display_url": "pic.x.com/uWtv3mcZMY",
+ "expanded_url": "https://x.com/davidfrum/status/1842742183759085917/photo/1",
+ "id_str": "1842741941848449024",
"indices": [
- 220,
- 243
+ 170,
+ 193
],
- "media_key": "3_1807060365525516288",
- "media_url_https": "https://pbs.twimg.com/media/GRP31AbWAAAWSLi.jpg",
+ "media_key": "3_1842741941848449024",
+ "media_url_https": "https://pbs.twimg.com/media/GZK8CGiXIAAtJSZ.jpg",
"type": "photo",
- "url": "https://t.co/j0Udy441Ww",
+ "url": "https://t.co/uWtv3mcZMY",
"ext_media_availability": {
"status": "Available"
},
@@ -6195,237 +1146,17 @@
},
"sizes": {
"large": {
- "h": 1542,
- "w": 1170,
+ "h": 1336,
+ "w": 1708,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 911,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 516,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1542,
- "width": 1170,
- "focus_rects": [
- {
- "x": 0,
- "y": 327,
- "w": 1170,
- "h": 655
- },
- {
- "x": 0,
- "y": 69,
- "w": 1170,
- "h": 1170
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1334
- },
- {
- "x": 200,
- "y": 0,
- "w": 771,
- "h": 1542
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1542
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365525516288"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/j0Udy441Ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365542305793",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365542305793",
- "media_url_https": "https://pbs.twimg.com/media/GRP31AfWMAEDakw.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1522,
- "w": 1170,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 922,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 523,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1522,
- "width": 1170,
- "focus_rects": [
- {
- "x": 0,
- "y": 243,
- "w": 1170,
- "h": 655
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1170
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1334
- },
- {
- "x": 409,
- "y": 0,
- "w": 761,
- "h": 1522
- },
- {
- "x": 0,
- "y": 0,
- "w": 1170,
- "h": 1522
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365542305793"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/j0Udy441Ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365005516800",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365005516800",
- "media_url_https": "https://pbs.twimg.com/media/GRP30-fXcAAS10K.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 666,
- "y": 267,
- "h": 46,
- "w": 46
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 624,
- "y": 250,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 353,
- "y": 141,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 666,
- "y": 267,
- "h": 46,
- "w": 46
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
+ "h": 939,
"w": 1200,
"resize": "fit"
},
"small": {
- "h": 454,
+ "h": 532,
"w": 680,
"resize": "fit"
},
@@ -6436,195 +1167,65 @@
}
},
"original_info": {
- "height": 854,
- "width": 1280,
+ "height": 1336,
+ "width": 1708,
"focus_rects": [
{
"x": 0,
"y": 0,
- "w": 1280,
- "h": 717
- },
- {
- "x": 179,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 232,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 393,
- "y": 0,
- "w": 427,
- "h": 854
+ "w": 1708,
+ "h": 956
},
{
"x": 0,
"y": 0,
- "w": 1280,
- "h": 854
+ "w": 1336,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1172,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 668,
+ "h": 1336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1708,
+ "h": 1336
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807060365005516800"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/j0Udy441Ww",
- "expanded_url": "https://twitter.com/antelava/status/1807060411943899410/photo/1",
- "id_str": "1807060365009666048",
- "indices": [
- 220,
- 243
- ],
- "media_key": "3_1807060365009666048",
- "media_url_https": "https://pbs.twimg.com/media/GRP30-gWwAAlPPA.jpg",
- "type": "photo",
- "url": "https://t.co/j0Udy441Ww",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 527,
- "y": 245,
- "h": 137,
- "w": 137
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 494,
- "y": 229,
- "h": 128,
- "w": 128
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 279,
- "y": 130,
- "h": 72,
- "w": 72
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 527,
- "y": 245,
- "h": 137,
- "w": 137
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 854,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 717
- },
- {
- "x": 307,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 360,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 521,
- "y": 0,
- "w": 427,
- "h": 854
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 854
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807060365009666048"
+ "media_key": "3_1842741941848449024"
}
}
}
]
},
- "favorite_count": 5,
+ "favorite_count": 122,
"favorited": false,
- "full_text": "Adding a few of my own favorite #zeg2024 shots. It was epic. As @ngumenyuk put it, a great reminder of how much we all have that’s worth defending. \n\nMark your calendars. #Zeg2025 June 13-15. We are already planning it! https://t.co/j0Udy441Ww",
- "is_quote_status": true,
+ "full_text": "One more Repubilcan caught, arrested, and sentenced because she believed right-wing influencers that illegal voting is easy and safe. (Example 7) https://t.co/SukAzjQNMf https://t.co/uWtv3mcZMY",
+ "in_reply_to_screen_name": "davidfrum",
+ "in_reply_to_status_id_str": "1842741340968247451",
+ "in_reply_to_user_id_str": "18686907",
+ "is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "quoted_status_id_str": "1806986903599579351",
- "quoted_status_permalink": {
- "url": "https://t.co/Ke0gCGBmzn",
- "expanded": "https://twitter.com/zegfest/status/1806986903599579351",
- "display": "x.com/zegfest/status…"
- },
- "reply_count": 0,
- "retweet_count": 1,
+ "quote_count": 2,
+ "reply_count": 5,
+ "retweet_count": 37,
"retweeted": false,
- "user_id_str": "278894750",
- "id_str": "1807060411943899410"
+ "user_id_str": "18686907",
+ "id_str": "1842742183759085917"
}
}
}
@@ -6645,8 +1246,8 @@
}
},
{
- "entryId": "tweet-1807069429823639566",
- "sortIndex": "1807077696136544247",
+ "entryId": "tweet-1842740975942189258",
+ "sortIndex": "1842759124685684734",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -6656,555 +1257,193 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807069429823639566",
+ "rest_id": "1842740975942189258",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0NTQwOTk5MTk=",
- "rest_id": "454099919",
+ "id": "VXNlcjoyOTAxMDcxMA==",
+ "rest_id": "29010710",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": false,
- "created_at": "Tue Jan 03 16:36:02 +0000 2012",
- "default_profile": false,
+ "created_at": "Sun Apr 05 16:13:47 +0000 2009",
+ "default_profile": true,
"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.",
+ "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": "michaelmcfaul.substack.com",
- "expanded_url": "https://michaelmcfaul.substack.com/",
- "url": "https://t.co/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
+ "favourites_count": 21896,
+ "followers_count": 72471,
+ "friends_count": 4557,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
+ "listed_count": 2100,
+ "location": "",
+ "media_count": 6212,
+ "name": "Leonid Ragozin",
+ "normal_followers_count": 72471,
"pinned_tweet_ids_str": [
- "1515923887720071168"
+ "1839212982598783375"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/454099919/1667071005",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1741918696124428288/fnteKZDf_normal.jpg",
+ "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": "McFaul",
- "statuses_count": 126297,
+ "screen_name": "leonidragozin",
+ "statuses_count": 65837,
"translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "tipjar_settings": {}
+ "professional": {
+ "rest_id": "1630527445676818432",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 579,
+ "name": "Media & News",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
}
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807069429823639566"
+ "1842740975942189258"
],
- "editable_until_msecs": "1719677500000",
+ "editable_until_msecs": "1728182259000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "24796",
+ "count": "1860",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807020650650820757",
+ "rest_id": "1842652699902218483",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozMjIzNDI2MTM0",
- "rest_id": "3223426134",
+ "id": "VXNlcjoxMDAwNTAzNzExMzMwNzkxNDI0",
+ "rest_id": "1000503711330791424",
"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": "Fri May 22 16:19:26 +0000 2015",
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat May 26 22:27:28 +0000 2018",
"default_profile": false,
"default_profile_image": false,
- "description": "“An unreadable nonsense machine.” —Elon Musk\n\nNew York Times-bestselling journalist and lawyer.\n\n🗣️: https://t.co/bGlpbdTQ7y; https://t.co/IArPG4otQC",
+ "description": "",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "sethabramson.substack.com",
- "expanded_url": "http://sethabramson.substack.com",
- "url": "https://t.co/bGlpbdTQ7y",
- "indices": [
- 101,
- 124
- ]
- },
- {
- "display_url": "retrostack.substack.com",
- "expanded_url": "http://retrostack.substack.com",
- "url": "https://t.co/IArPG4otQC",
- "indices": [
- 126,
- 149
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "sethabramson.net/bio",
- "expanded_url": "http://sethabramson.net/bio",
- "url": "https://t.co/nFWEuGNTKN",
- "indices": [
- 0,
- 23
- ]
- }
- ]
+ "urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 7,
- "followers_count": 895405,
- "friends_count": 16,
+ "favourites_count": 29188,
+ "followers_count": 129243,
+ "friends_count": 3160,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8909,
- "location": "",
- "media_count": 6122,
- "name": "Seth Abramson",
- "normal_followers_count": 895405,
- "pinned_tweet_ids_str": [
- "1807020650650820757"
- ],
+ "listed_count": 731,
+ "location": "🌎",
+ "media_count": 15955,
+ "name": "Populism Updates",
+ "normal_followers_count": 129243,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/3223426134/1706313707",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696613695307001859/lBx1swSz_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1000503711330791424/1648846168",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1509996382706307074/GC2j4cyp_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "SethAbramson",
- "statuses_count": 76689,
+ "screen_name": "PopulismUpdates",
+ "statuses_count": 115489,
"translator_type": "none",
- "url": "https://t.co/nFWEuGNTKN",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1588172595895189505",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
+ "tipjar_settings": {}
}
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807020650650820757"
+ "1842652699902218483"
],
- "editable_until_msecs": "1719665870000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728161213000",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "551870",
+ "count": "18272",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 586,
+ "bookmark_count": 17,
"bookmarked": false,
- "created_at": "Sat Jun 29 11:57:50 +0000 2024",
- "conversation_id_str": "1807020650650820757",
+ "created_at": "Sat Oct 05 19:46:53 +0000 2024",
+ "conversation_id_str": "1842652699902218483",
"display_text_range": [
0,
- 280
+ 277
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/rzlt5s5pey",
- "expanded_url": "https://twitter.com/DrGJackBrown/status/1806831577386930495/video/1",
- "id_str": "1806831410050973696",
- "indices": [
- 257,
- 280
- ],
- "media_key": "7_1806831410050973696",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806831410050973696/pu/img/KOoTMvbPrKmCdCBw.jpg",
- "source_status_id_str": "1806831577386930495",
- "source_user_id_str": "212445456",
- "type": "video",
- "url": "https://t.co/rzlt5s5PEy",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMTI0NDU0NTY=",
- "rest_id": "212445456",
- "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 06 02:51:17 +0000 2010",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Body Language & Emotional Intelligence Expert • Physician • Anti-Fascist • RT≠endorsement • #LGBTQ Ally • #BLM • https://t.co/qFVwJ2nW4A 🇺🇦",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "BodyLanguageEQ.com",
- "expanded_url": "http://BodyLanguageEQ.com",
- "url": "https://t.co/qFVwJ2nW4A",
- "indices": [
- 113,
- 136
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/drjackbrown",
- "expanded_url": "https://linktr.ee/drjackbrown",
- "url": "https://t.co/Agi0mrN0If",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 136527,
- "followers_count": 190079,
- "friends_count": 24256,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 679,
- "location": "United States",
- "media_count": 5892,
- "name": "DrJackBrown 🌊",
- "normal_followers_count": 190079,
- "pinned_tweet_ids_str": [
- "1806871172627472469"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/212445456/1594772421",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/2061505119/profile_pic_-_5_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DrGJackBrown",
- "statuses_count": 102775,
- "translator_type": "none",
- "url": "https://t.co/Agi0mrN0If",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 947,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 555,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 314,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1290,
- "width": 2790,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 93,
- 43
- ],
- "duration_millis": 12914,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/pl/K2tf4jGO4I1wSRWT.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/582x270/62gcVoa4Brt1BlC2.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/778x360/QmqbWLWiKmv_tPk6.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/1556x720/Ej8xon3WocpPwYHm.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806831410050973696"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": []
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/rzlt5s5PEy",
- "expanded_url": "https://twitter.com/DrGJackBrown/status/1806831577386930495/video/1",
- "id_str": "1806831410050973696",
- "indices": [
- 257,
- 280
- ],
- "media_key": "7_1806831410050973696",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806831410050973696/pu/img/KOoTMvbPrKmCdCBw.jpg",
- "source_status_id_str": "1806831577386930495",
- "source_user_id_str": "212445456",
- "type": "video",
- "url": "https://t.co/rzlt5s5PEy",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMTI0NDU0NTY=",
- "rest_id": "212445456",
- "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 06 02:51:17 +0000 2010",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Body Language & Emotional Intelligence Expert • Physician • Anti-Fascist • RT≠endorsement • #LGBTQ Ally • #BLM • https://t.co/qFVwJ2nW4A 🇺🇦",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "BodyLanguageEQ.com",
- "expanded_url": "http://BodyLanguageEQ.com",
- "url": "https://t.co/qFVwJ2nW4A",
- "indices": [
- 113,
- 136
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/drjackbrown",
- "expanded_url": "https://linktr.ee/drjackbrown",
- "url": "https://t.co/Agi0mrN0If",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 136527,
- "followers_count": 190079,
- "friends_count": 24256,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 679,
- "location": "United States",
- "media_count": 5892,
- "name": "DrJackBrown 🌊",
- "normal_followers_count": 190079,
- "pinned_tweet_ids_str": [
- "1806871172627472469"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/212445456/1594772421",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/2061505119/profile_pic_-_5_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DrGJackBrown",
- "statuses_count": 102775,
- "translator_type": "none",
- "url": "https://t.co/Agi0mrN0If",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 947,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 555,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 314,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1290,
- "width": 2790,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 93,
- 43
- ],
- "duration_millis": 12914,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/pl/K2tf4jGO4I1wSRWT.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/582x270/62gcVoa4Brt1BlC2.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/778x360/QmqbWLWiKmv_tPk6.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806831410050973696/pu/vid/avc1/1556x720/Ej8xon3WocpPwYHm.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806831410050973696"
- }
- }
- }
- ]
- },
- "favorite_count": 15816,
+ "favorite_count": 427,
"favorited": false,
- "full_text": "Wait a minute.\n\nDonald Trump admits that he had a private conversation with Putin about his illegal invasion of Ukraine before it happened?\n\nThis is major international news, right? When did this conversation happen? Where? Why? Is media looking into this? https://t.co/rzlt5s5PEy",
+ "full_text": "Journalists and anyone in a position of power should know it's not an exaggeration to say that \"Nazi\" and \"fascist\" are accurate descriptors of factions emerging within right-wing movements around the world. At the very least, it's a strain of activity that needs to be watched",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 312,
- "reply_count": 935,
- "retweet_count": 6180,
+ "quote_count": 4,
+ "reply_count": 8,
+ "retweet_count": 57,
"retweeted": false,
- "user_id_str": "3223426134",
- "id_str": "1807020650650820757"
+ "user_id_str": "1000503711330791424",
+ "id_str": "1842652699902218483"
}
}
},
"legacy": {
- "bookmark_count": 22,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:11:40 +0000 2024",
- "conversation_id_str": "1807069429823639566",
+ "created_at": "Sun Oct 06 01:37:39 +0000 2024",
+ "conversation_id_str": "1842740975942189258",
"display_text_range": [
0,
- 111
+ 9
],
"entities": {
"hashtags": [],
@@ -7213,23 +1452,23 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 1077,
+ "favorite_count": 6,
"favorited": false,
- "full_text": "I hope journalists will follow up on this. American voters deserve to know the truth about such conversations.",
+ "full_text": "Very true",
"is_quote_status": true,
"lang": "en",
- "quote_count": 24,
- "quoted_status_id_str": "1807020650650820757",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842652699902218483",
"quoted_status_permalink": {
- "url": "https://t.co/Od8YeNzgMK",
- "expanded": "https://twitter.com/SethAbramson/status/1807020650650820757",
- "display": "x.com/SethAbramson/s…"
+ "url": "https://t.co/WddxrgQYeq",
+ "expanded": "https://twitter.com/populismupdates/status/1842652699902218483",
+ "display": "x.com/populismupdate…"
},
- "reply_count": 75,
- "retweet_count": 489,
+ "reply_count": 0,
+ "retweet_count": 1,
"retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807069429823639566"
+ "user_id_str": "29010710",
+ "id_str": "1842740975942189258"
}
}
},
@@ -7247,8 +1486,8 @@
}
},
{
- "entryId": "tweet-1807069155335565420",
- "sortIndex": "1807077696136544246",
+ "entryId": "tweet-1842740755107819897",
+ "sortIndex": "1842759124685684733",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -7258,24 +1497,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807069155335565420",
+ "rest_id": "1842740755107819897",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMjI2MTEzMzcxNDgyODA4MzIx",
- "rest_id": "1226113371482808321",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Feb 08 12:00:26 +0000 2020",
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "Sprecher des Auswärtigen Amts (@AuswaertigesAmt) / Spokesperson of the Federal Foreign Office (@GermanyDiplo) / All views are my own. RT ≠ endorsement. 🇩🇪🇪🇺",
+ "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": []
@@ -7283,9 +1523,9 @@
"url": {
"urls": [
{
- "display_url": "diplo.de",
- "expanded_url": "http://www.diplo.de",
- "url": "https://t.co/5TkOoKgTQG",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -7295,25 +1535,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 19853,
- "followers_count": 13255,
- "friends_count": 2550,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 212,
- "location": "Berlin, Deutschland",
- "media_count": 673,
- "name": "Sebastian Fischer",
- "normal_followers_count": 13255,
- "pinned_tweet_ids_str": [],
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1226113371482808321/1657659785",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1477691921988562952/Gl5efsml_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": "SFischer_EU",
- "statuses_count": 7726,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/5TkOoKgTQG",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -7325,13 +1567,13 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807069155335565420"
+ "1842740755107819897"
],
- "editable_until_msecs": "1719677435010",
+ "editable_until_msecs": "1728182207142",
"is_edit_eligible": false,
"edits_remaining": "5"
},
- "is_translatable": true,
+ "is_translatable": false,
"views": {
"state": "Enabled"
},
@@ -7339,8 +1581,8 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:10:35 +0000 2024",
- "conversation_id_str": "1807069155335565420",
+ "created_at": "Sun Oct 06 01:36:47 +0000 2024",
+ "conversation_id_str": "1842740755107819897",
"display_text_range": [
0,
140
@@ -7352,88 +1594,82 @@
"urls": [],
"user_mentions": [
{
- "id_str": "1469264387512979461",
- "name": "Außenministerin Annalena Baerbock",
- "screen_name": "ABaerbock",
+ "id_str": "14873767",
+ "name": "🕷Dante Atkins🕷",
+ "screen_name": "DanteAtkins",
"indices": [
3,
- 13
+ 15
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @ABaerbock: Ihr habt Danish Dynamite aber wir haben Die Mannschaft: Anders als 1992 wird Euch diesmal keine Rückpassorgie reichen, @lars…",
- "is_quote_status": false,
- "lang": "de",
+ "full_text": "RT @DanteAtkins: If you try this, you will cast maybe one or two provisional ballots at one polling site before the poll workers call the p…",
+ "is_quote_status": true,
+ "lang": "en",
"quote_count": 0,
+ "quoted_status_id_str": "1842722391153316129",
+ "quoted_status_permalink": {
+ "url": "https://t.co/ulXHFx6c6j",
+ "expanded": "https://twitter.com/briantylercohen/status/1842722391153316129",
+ "display": "x.com/briantylercohe…"
+ },
"reply_count": 0,
- "retweet_count": 19,
+ "retweet_count": 10,
"retweeted": false,
- "user_id_str": "1226113371482808321",
- "id_str": "1807069155335565420",
+ "user_id_str": "579747564",
+ "id_str": "1842740755107819897",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807068731492708395",
+ "rest_id": "1842739960098496647",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDY5MjY0Mzg3NTEyOTc5NDYx",
- "rest_id": "1469264387512979461",
+ "id": "VXNlcjoxNDg3Mzc2Nw==",
+ "rest_id": "14873767",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Fri Dec 10 11:15:44 +0000 2021",
- "default_profile": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 22 21:36:51 +0000 2008",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Offizieller Account von Außenministerin Annalena Baerbock │ Official Account of Foreign Minister Annalena Baerbock",
+ "description": "Previously: a lot of things. Currently: focus group guy. Married to @emilycrockett. “not a well person.\" - Alex Trebek. RTs=🕷. he/him",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "auswaertiges-amt.de",
- "expanded_url": "http://www.auswaertiges-amt.de",
- "url": "https://t.co/bR6R0XD5I5",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 174,
- "followers_count": 714873,
- "friends_count": 115,
+ "favourites_count": 6025,
+ "followers_count": 24986,
+ "friends_count": 2225,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1973,
- "location": "Berlin",
- "media_count": 121,
- "name": "Außenministerin Annalena Baerbock",
- "normal_followers_count": 714873,
- "pinned_tweet_ids_str": [],
+ "listed_count": 458,
+ "location": "Washington, DC via LA, CA",
+ "media_count": 950,
+ "name": "🕷Dante Atkins🕷",
+ "normal_followers_count": 24986,
+ "pinned_tweet_ids_str": [
+ "776860587552862208"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1469264387512979461/1647890690",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771119302608896000/y9RE9MSM_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14873767/1530398462",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1403390238551052293/3-Yu-ZXq_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ABaerbock",
- "statuses_count": 768,
+ "screen_name": "DanteAtkins",
+ "statuses_count": 89688,
"translator_type": "none",
- "url": "https://t.co/bR6R0XD5I5",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
@@ -7444,1275 +1680,40 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807068731492708395"
+ "1842739960098496647"
],
- "editable_until_msecs": "1719677333000",
+ "editable_until_msecs": "1728182017000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
- "is_translatable": true,
- "views": {
- "count": "11340",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:08:53 +0000 2024",
- "conversation_id_str": "1807068731492708395",
- "display_text_range": [
- 0,
- 235
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 218,
- 225
- ],
- "text": "gerden"
- },
- {
- "indices": [
- 226,
- 235
- ],
- "text": "Euro2024"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "26201346",
- "name": "Lars Løkke Rasmussen",
- "screen_name": "larsloekke",
- "indices": [
- 119,
- 130
- ]
- },
- {
- "id_str": "78270570",
- "name": "DFB-Team",
- "screen_name": "DFB_Team",
- "indices": [
- 171,
- 180
- ]
- }
- ]
- },
- "favorite_count": 206,
- "favorited": false,
- "full_text": "Ihr habt Danish Dynamite aber wir haben Die Mannschaft: Anders als 1992 wird Euch diesmal keine Rückpassorgie reichen, @larsloekke 😉. Auf ein torreiches Spiel. Auf geht’s @dfb_team, alle Daumen sind für Euch gedrückt! #gerden #Euro2024",
- "is_quote_status": false,
- "lang": "de",
- "quote_count": 3,
- "reply_count": 56,
- "retweet_count": 19,
- "retweeted": false,
- "user_id_str": "1469264387512979461",
- "id_str": "1807068731492708395"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807068940503585103",
- "sortIndex": "1807077696136544245",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807068940503585103",
- "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/Mdi9pqz26Q",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 47563,
- "followers_count": 906375,
- "friends_count": 2207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10577,
- "location": "Stanford, California",
- "media_count": 3640,
- "name": "Michael McFaul",
- "normal_followers_count": 906375,
- "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/1741918696124428288/fnteKZDf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "McFaul",
- "statuses_count": 126297,
- "translator_type": "none",
- "url": "https://t.co/Mdi9pqz26Q",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/xP9bUt3bJT",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 222,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Forget his excuses. Russia’s autocrat doesn’t worry about NATO. What terrifies him is the prospect of a flourishing Ukrainian democracy.",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.journalofdemocracy.org",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 474,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?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/1806669471878107136/eV1w5KI7?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 1728,
- "width": 2560,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?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/1806669471878107136/eV1w5KI7?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/1806669471878107136/eV1w5KI7?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 68,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=jpg&name=100x100"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 1382,
- "width": 2048,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_original",
- "value": {
- "image_value": {
- "height": 1728,
- "width": 2560,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "journalofdemocracy.org",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 183,
- "green": 181,
- "red": 185
- },
- "percentage": 42.7
- },
- {
- "rgb": {
- "blue": 38,
- "green": 38,
- "red": 37
- },
- "percentage": 24.11
- },
- {
- "rgb": {
- "blue": 104,
- "green": 113,
- "red": 116
- },
- "percentage": 17.12
- },
- {
- "rgb": {
- "blue": 168,
- "green": 130,
- "red": 99
- },
- "percentage": 3.89
- },
- {
- "rgb": {
- "blue": 141,
- "green": 132,
- "red": 182
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "What Putin Fears Most | Journal of Democracy",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 183,
- "green": 181,
- "red": 185
- },
- "percentage": 42.7
- },
- {
- "rgb": {
- "blue": 38,
- "green": 38,
- "red": 37
- },
- "percentage": 24.11
- },
- {
- "rgb": {
- "blue": 104,
- "green": 113,
- "red": 116
- },
- "percentage": 17.12
- },
- {
- "rgb": {
- "blue": 168,
- "green": 130,
- "red": 99
- },
- "percentage": 3.89
- },
- {
- "rgb": {
- "blue": 141,
- "green": 132,
- "red": 182
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 1382,
- "width": 2048,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?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/1806669471878107136/eV1w5KI7?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 183,
- "green": 181,
- "red": 185
- },
- "percentage": 42.7
- },
- {
- "rgb": {
- "blue": 38,
- "green": 38,
- "red": 37
- },
- "percentage": 24.11
- },
- {
- "rgb": {
- "blue": 104,
- "green": 113,
- "red": 116
- },
- "percentage": 17.12
- },
- {
- "rgb": {
- "blue": 168,
- "green": 130,
- "red": 99
- },
- "percentage": 3.89
- },
- {
- "rgb": {
- "blue": 141,
- "green": 132,
- "red": 182
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 1382,
- "width": 2048,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/xP9bUt3bJT",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 1728,
- "width": 2560,
- "url": "https://pbs.twimg.com/card_img/1806669471878107136/eV1w5KI7?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/xP9bUt3bJT",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807068940503585103"
- ],
- "editable_until_msecs": "1719677383000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "8362",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 5,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:09:43 +0000 2024",
- "conversation_id_str": "1807068940503585103",
- "display_text_range": [
- 0,
- 149
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "journalofdemocracy.org/articles/what-…",
- "expanded_url": "https://www.journalofdemocracy.org/articles/what-putin-fears-most/",
- "url": "https://t.co/xP9bUt3bJT",
- "indices": [
- 109,
- 132
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "1140333373",
- "name": "Journal of Democracy",
- "screen_name": "JoDemocracy",
- "indices": [
- 137,
- 149
- ]
- }
- ]
- },
- "favorite_count": 102,
- "favorited": false,
- "full_text": "Trump was wrong to blame Biden for Putin's invasion of Ukraine. We explain why here:\n\nWhat Putin Fears Most https://t.co/xP9bUt3bJT via @JoDemocracy",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 4,
- "reply_count": 11,
- "retweet_count": 48,
- "retweeted": false,
- "user_id_str": "454099919",
- "id_str": "1807068940503585103"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807068197532688625",
- "sortIndex": "1807077696136544244",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807068197532688625",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807068197532688625"
- ],
- "editable_until_msecs": "1719677206000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4206",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:06:46 +0000 2024",
- "conversation_id_str": "1807068197532688625",
- "display_text_range": [
- 0,
- 103
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/qigofmfwjn",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807068197532688625/photo/1",
- "id_str": "1807068191870394368",
- "indices": [
- 104,
- 127
- ],
- "media_key": "3_1807068191870394368",
- "media_url_https": "https://pbs.twimg.com/media/GRP-8j1XoAAVFhv.jpg",
- "type": "photo",
- "url": "https://t.co/qIGOFmFWjN",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 76,
- "y": 1188,
- "h": 72,
- "w": 72
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 44,
- "y": 695,
- "h": 42,
- "w": 42
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 25,
- "y": 394,
- "h": 23,
- "w": 23
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 76,
- "y": 1188,
- "h": 72,
- "w": 72
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 2048,
- "w": 1134,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 664,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 377,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2048,
- "width": 1134,
- "focus_rects": [
- {
- "x": 0,
- "y": 655,
- "w": 1134,
- "h": 635
- },
- {
- "x": 0,
- "y": 405,
- "w": 1134,
- "h": 1134
- },
- {
- "x": 0,
- "y": 326,
- "w": 1134,
- "h": 1293
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1134,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807068191870394368"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 2,
- 11
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/qIGOFmFWjN",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807068197532688625/photo/1",
- "id_str": "1807068191870394368",
- "indices": [
- 104,
- 127
- ],
- "media_key": "3_1807068191870394368",
- "media_url_https": "https://pbs.twimg.com/media/GRP-8j1XoAAVFhv.jpg",
- "type": "photo",
- "url": "https://t.co/qIGOFmFWjN",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 76,
- "y": 1188,
- "h": 72,
- "w": 72
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 44,
- "y": 695,
- "h": 42,
- "w": 42
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 25,
- "y": 394,
- "h": 23,
- "w": 23
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 76,
- "y": 1188,
- "h": 72,
- "w": 72
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 2048,
- "w": 1134,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 664,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 377,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2048,
- "width": 1134,
- "focus_rects": [
- {
- "x": 0,
- "y": 655,
- "w": 1134,
- "h": 635
- },
- {
- "x": 0,
- "y": 405,
- "w": 1134,
- "h": 1134
- },
- {
- "x": 0,
- "y": 326,
- "w": 1134,
- "h": 1293
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1134,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807068191870394368"
- }
- }
- }
- ]
- },
- "favorite_count": 61,
- "favorited": false,
- "full_text": "👋 @elonmusk!\nMaybe there’s a way to do something about it? Never seen this platform in such a disarray. https://t.co/qIGOFmFWjN",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 6,
- "retweet_count": 10,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807068197532688625"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807063805047804040",
- "sortIndex": "1807077696136544243",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807063805047804040",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807063805047804040"
- ],
- "editable_until_msecs": "1719676159402",
- "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": "Sat Jun 29 14:49:19 +0000 2024",
- "conversation_id_str": "1807063805047804040",
- "display_text_range": [
- 0,
- 120
- ],
- "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: The incredible effort Russians have gone to in effort to wipe out the Ukrainian language.\n\nYet it lives..",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806877568609513871",
- "quoted_status_permalink": {
- "url": "https://t.co/8pJiM4qQOH",
- "expanded": "https://twitter.com/20gimsack/status/1806877568609513871",
- "display": "x.com/20gimsack/stat…"
- },
- "reply_count": 0,
- "retweet_count": 378,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807063805047804040",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806879231080542453",
- "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": "American in Ukraine",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 42921,
- "followers_count": 110404,
- "friends_count": 1622,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1993,
- "location": "Kyiv",
- "media_count": 11087,
- "name": "Jay in Kyiv",
- "normal_followers_count": 110404,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803814183118557184/V4jlh9YN_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JayinKyiv",
- "statuses_count": 31735,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "initial_tweet_id": "1806878684432801934",
- "edit_control_initial": {
- "edit_tweet_ids": [
- "1806878684432801934",
- "1806879231080542453"
- ],
- "editable_until_msecs": "1719632023000",
- "is_edit_eligible": true,
- "edits_remaining": "4"
- }
- },
- "previous_counts": {
- "bookmark_count": 0,
- "favorite_count": 12,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 4
- },
"is_translatable": false,
"views": {
- "count": "53903",
+ "count": "3007",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806877568609513871",
+ "rest_id": "1842722391153316129",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDk3MDkyNjkxMzY0MTM0OTE2",
- "rest_id": "1497092691364134916",
+ "id": "VXNlcjo0NTU2ODQ4Mzk=",
+ "rest_id": "455684839",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Fri Feb 25 06:15:29 +0000 2022",
- "default_profile": true,
+ "created_at": "Thu Jan 05 11:43:39 +0000 2012",
+ "default_profile": false,
"default_profile_image": false,
- "description": "CIA ( croak intelligence agency )\nThe everything account\nquantity is a quality of its own",
+ "description": "Political commentary. 2 billion views on YouTube. #1 NYT bestselling author of SHAMELESS. Contributor @MSNBC. Host @NoLieWithBTC.",
"entities": {
"description": {
"urls": []
@@ -8720,9 +1721,9 @@
"url": {
"urls": [
{
- "display_url": "toonietuesday.gives",
- "expanded_url": "http://www.toonietuesday.gives",
- "url": "https://t.co/zPuWajD7om",
+ "display_url": "linktr.ee/briantylercohen",
+ "expanded_url": "https://linktr.ee/briantylercohen",
+ "url": "https://t.co/2A2CrmOG27",
"indices": [
0,
23
@@ -8732,88 +1733,76 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 161540,
- "followers_count": 11217,
- "friends_count": 9542,
- "has_custom_timelines": false,
+ "favourites_count": 61055,
+ "followers_count": 632093,
+ "friends_count": 1111,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 34,
- "location": "switzerland",
- "media_count": 12567,
- "name": "Bösartiger Fella ⚜️🔱",
- "normal_followers_count": 11217,
+ "listed_count": 3093,
+ "location": "Los Angeles",
+ "media_count": 3870,
+ "name": "Brian Tyler Cohen",
+ "normal_followers_count": 632093,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497092691364134916/1717862352",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1774836206179667970/AdOWZdJB_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/455684839/1722209730",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1240727809552572416/nRk4bHp0_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "20gimsack",
- "statuses_count": 62506,
+ "screen_name": "briantylercohen",
+ "statuses_count": 23178,
"translator_type": "none",
- "url": "https://t.co/zPuWajD7om",
+ "url": "https://t.co/2A2CrmOG27",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "tipjar_settings": {}
+ "tipjar_settings": {
+ "is_enabled": true,
+ "patreon_handle": "briantylercohen",
+ "venmo_handle": "briantylercohen"
+ }
}
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806877568609513871"
+ "1842722391153316129"
],
- "editable_until_msecs": "1719631757000",
+ "editable_until_msecs": "1728177828000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "265213",
+ "count": "271160",
"state": "EnabledWithCount"
},
- "source": "Twitter for Android",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY4Nzc1Njg0MjQ4ODYyNzI=",
- "text": "Why so many Ukrainians speak russian? \n\nUkrainian language was banned by russia 134 times! Here are most notable events:\n\n⭐️ 1720: A decree by Tsar Peter I banned the printing of books in Ukraine.\n⭐️ 1753: A decree by Catherine II prohibited teaching in the Ukrainian language.\n⭐️ 1768: A decree from the Synod of the russian Orthodox Church called for the confiscation of Ukrainian primers from the population.\n⭐️ 1775: Closure of Ukrainian schools after russian troops destroyed the Zaporizhian Sich.\n⭐️1830-1840s: russification of Ukraine intensified. Even the very name \"Ukraine\" was prohibited to be used.\n⭐️ 1889: At an archaeological congress in Kyiv, it was permitted to read papers \"in all languages except Ukrainian.\"\n⭐️ 1895: A ban on Ukrainian children's literature.\n⭐️ 1914: A ban on the Ukrainian press.\n⭐️ 1938: Mandatory study of the russian language was introduced throughout Ukraine. At the same time, there was a mass closure of national schools, and the prestige of the Ukrainian language declined.\n⭐️ 1926-1939: Physical deportations of Ukrainian activists accused of nationalism. Four family members on my mother’s side were deported.\n⭐️ 1929: Newly printed dictionary of Ukrainian was prohibited.\n⭐️ 1960s:Extermination of the young generation of Ukrainian intelligentsia.\n\n130 years ago, Ukrainian-speaking area was not limited by Ukraine, but also some parts of russia and Belarus spoke it (see the red area, that's the result of russian Empire census in 1897, when people identified themselves by the language).\n\nSo, when someone says that some region of Ukraine is “russian speaking”, read the above list again. It’s a miracle that Ukrainian language even survived, and many people sacrificed their lives for it.\n\n 🇮🇩❤️🇺🇦🔱",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- }
- }
- }
- },
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 735,
+ "bookmark_count": 196,
"bookmarked": false,
- "created_at": "Sat Jun 29 02:29:17 +0000 2024",
- "conversation_id_str": "1806877568609513871",
+ "created_at": "Sun Oct 06 00:23:48 +0000 2024",
+ "conversation_id_str": "1842722391153316129",
"display_text_range": [
0,
- 280
+ 136
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/nindmfpzah",
- "expanded_url": "https://twitter.com/20gimsack/status/1806877568609513871/photo/1",
- "id_str": "1806877563483996160",
+ "display_url": "pic.x.com/nISGby5Lnk",
+ "expanded_url": "https://x.com/briantylercohen/status/1842722391153316129/photo/1",
+ "id_str": "1842722356676251648",
"indices": [
- 281,
- 304
+ 137,
+ 160
],
- "media_key": "3_1806877563483996160",
- "media_url_https": "https://pbs.twimg.com/media/GRNRkhwWQAAOcZ6.jpg",
+ "media_key": "3_1842722356676251648",
+ "media_url_https": "https://pbs.twimg.com/media/GZKqOGFb0AAyP3o.jpg",
"type": "photo",
- "url": "https://t.co/NINdmfpzaH",
+ "url": "https://t.co/nISGby5Lnk",
"ext_media_availability": {
"status": "Available"
},
@@ -8821,57 +1810,57 @@
"large": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
},
"medium": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
},
"small": {
"faces": [
{
- "x": 1,
- "y": 190,
- "h": 33,
- "w": 33
+ "x": 26,
+ "y": 27,
+ "h": 25,
+ "w": 25
}
]
},
"orig": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
}
},
"sizes": {
"large": {
- "h": 593,
- "w": 1080,
+ "h": 530,
+ "w": 950,
"resize": "fit"
},
"medium": {
- "h": 593,
- "w": 1080,
+ "h": 530,
+ "w": 950,
"resize": "fit"
},
"small": {
- "h": 373,
+ "h": 379,
"w": 680,
"resize": "fit"
},
@@ -8882,44 +1871,47 @@
}
},
"original_info": {
- "height": 593,
- "width": 1080,
+ "height": 530,
+ "width": 950,
"focus_rects": [
{
"x": 0,
"y": 0,
- "w": 1059,
- "h": 593
+ "w": 946,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 593,
- "h": 593
+ "w": 530,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 520,
- "h": 593
+ "w": 465,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 297,
- "h": 593
+ "w": 265,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 593
+ "w": 950,
+ "h": 530
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "3_1806877563483996160"
+ "media_key": "3_1842722356676251648"
}
}
}
@@ -8932,17 +1924,17 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/NINdmfpzaH",
- "expanded_url": "https://twitter.com/20gimsack/status/1806877568609513871/photo/1",
- "id_str": "1806877563483996160",
+ "display_url": "pic.x.com/nISGby5Lnk",
+ "expanded_url": "https://x.com/briantylercohen/status/1842722391153316129/photo/1",
+ "id_str": "1842722356676251648",
"indices": [
- 281,
- 304
+ 137,
+ 160
],
- "media_key": "3_1806877563483996160",
- "media_url_https": "https://pbs.twimg.com/media/GRNRkhwWQAAOcZ6.jpg",
+ "media_key": "3_1842722356676251648",
+ "media_url_https": "https://pbs.twimg.com/media/GZKqOGFb0AAyP3o.jpg",
"type": "photo",
- "url": "https://t.co/NINdmfpzaH",
+ "url": "https://t.co/nISGby5Lnk",
"ext_media_availability": {
"status": "Available"
},
@@ -8950,57 +1942,57 @@
"large": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
},
"medium": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
},
"small": {
"faces": [
{
- "x": 1,
- "y": 190,
- "h": 33,
- "w": 33
+ "x": 26,
+ "y": 27,
+ "h": 25,
+ "w": 25
}
]
},
"orig": {
"faces": [
{
- "x": 3,
- "y": 303,
- "h": 53,
- "w": 53
+ "x": 37,
+ "y": 39,
+ "h": 35,
+ "w": 35
}
]
}
},
"sizes": {
"large": {
- "h": 593,
- "w": 1080,
+ "h": 530,
+ "w": 950,
"resize": "fit"
},
"medium": {
- "h": 593,
- "w": 1080,
+ "h": 530,
+ "w": 950,
"resize": "fit"
},
"small": {
- "h": 373,
+ "h": 379,
"w": 680,
"resize": "fit"
},
@@ -9011,73 +2003,76 @@
}
},
"original_info": {
- "height": 593,
- "width": 1080,
+ "height": 530,
+ "width": 950,
"focus_rects": [
{
"x": 0,
"y": 0,
- "w": 1059,
- "h": 593
+ "w": 946,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 593,
- "h": 593
+ "w": 530,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 520,
- "h": 593
+ "w": 465,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 297,
- "h": 593
+ "w": 265,
+ "h": 530
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 593
+ "w": 950,
+ "h": 530
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "3_1806877563483996160"
+ "media_key": "3_1842722356676251648"
}
}
}
]
},
- "favorite_count": 4336,
+ "favorite_count": 10030,
"favorited": false,
- "full_text": "Why so many Ukrainians speak russian? \n\nUkrainian language was banned by russia 134 times! Here are most notable events:\n\n⭐️ 1720: A decree by Tsar Peter I banned the printing of books in Ukraine.\n⭐️ 1753: A decree by Catherine II prohibited teaching in the Ukrainian language.\n⭐️ https://t.co/NINdmfpzaH",
+ "full_text": "This is illegal and I have little doubt that Elon's mom will probably be responsible for some idiots getting prosecuted for trying this. https://t.co/nISGby5Lnk",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 50,
- "reply_count": 106,
- "retweet_count": 1342,
+ "quote_count": 159,
+ "reply_count": 700,
+ "retweet_count": 2418,
"retweeted": false,
- "user_id_str": "1497092691364134916",
- "id_str": "1806877568609513871"
+ "user_id_str": "455684839",
+ "id_str": "1842722391153316129"
}
}
},
"legacy": {
- "bookmark_count": 47,
+ "bookmark_count": 1,
"bookmarked": false,
- "created_at": "Sat Jun 29 02:35:53 +0000 2024",
- "conversation_id_str": "1806879231080542453",
+ "created_at": "Sun Oct 06 01:33:37 +0000 2024",
+ "conversation_id_str": "1842739960098496647",
"display_text_range": [
0,
- 105
+ 135
],
"entities": {
"hashtags": [],
@@ -9086,23 +2081,23 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 1496,
+ "favorite_count": 28,
"favorited": false,
- "full_text": "The incredible effort Russians have gone to in effort to wipe out the Ukrainian language.\n\nYet it lives..",
+ "full_text": "If you try this, you will cast maybe one or two provisional ballots at one polling site before the poll workers call the police on you.",
"is_quote_status": true,
"lang": "en",
- "quote_count": 3,
- "quoted_status_id_str": "1806877568609513871",
+ "quote_count": 1,
+ "quoted_status_id_str": "1842722391153316129",
"quoted_status_permalink": {
- "url": "https://t.co/8pJiM4qQOH",
- "expanded": "https://twitter.com/20gimsack/status/1806877568609513871",
- "display": "x.com/20gimsack/stat…"
+ "url": "https://t.co/ulXHFx6c6j",
+ "expanded": "https://twitter.com/briantylercohen/status/1842722391153316129",
+ "display": "x.com/briantylercohe…"
},
- "reply_count": 19,
- "retweet_count": 378,
+ "reply_count": 1,
+ "retweet_count": 10,
"retweeted": false,
- "user_id_str": "1537130875296563200",
- "id_str": "1806879231080542453"
+ "user_id_str": "14873767",
+ "id_str": "1842739960098496647"
}
}
}
@@ -9123,8 +2118,8 @@
}
},
{
- "entryId": "tweet-1807063179131855264",
- "sortIndex": "1807077696136544242",
+ "entryId": "tweet-1842740598593507385",
+ "sortIndex": "1842759124685684732",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -9134,336 +2129,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807063179131855264",
- "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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "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": 7131,
- "translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807063179131855264"
- ],
- "editable_until_msecs": "1719676010000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "66989",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNjMxNzkwMDE3OTA0NjQ=",
- "text": "Since the start of the full-scale war, we have brought 3.310 people back to Ukraine from Russian captivity. \n\nWe must find and return every one of our people—adults and children, military and civilians. I thank our exchange team, Yermak, Budanov, Malyuk, Lubinets, and Klymenko. I want to also specifically thank the UAE and the Holy See for their mediation in this week’s releases. Our work continues.\n\nToday, I met with Nariman Dzhelyal, whom we returned from Russian captivity, to discuss our next steps toward victory, the liberation of our land, and support for the Crimean Tatar people.\n\nI also attended the National Prayer Breakfast, where I personally greeted the released priests, Bohdan Heleta and Ivan Levitsky. I thanked all church representatives and religious communities for supporting our people and for helping our state during this incredibly difficult time of war. May all prayers for peace in Ukraine and for our victory be heard.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 11,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:46:50 +0000 2024",
- "conversation_id_str": "1807063179131855264",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/qo3lmrcyrb",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807063179131855264/video/1",
- "id_str": "1807063040497483776",
- "indices": [
- 281,
- 304
- ],
- "media_key": "7_1807063040497483776",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807063040497483776/pu/img/bfsm9NIBQyexjyBe.jpg",
- "type": "video",
- "url": "https://t.co/Qo3lMRCyrB",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 173400,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/pl/Frotyzx2e4gZolcB.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/480x270/ZndvBZincOjgCp5_.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/640x360/Wzhl4qHN0KC9CnV8.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/1280x720/j0egRZHrxPOGrrah.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807063040497483776"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/Qo3lMRCyrB",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807063179131855264/video/1",
- "id_str": "1807063040497483776",
- "indices": [
- 281,
- 304
- ],
- "media_key": "7_1807063040497483776",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807063040497483776/pu/img/bfsm9NIBQyexjyBe.jpg",
- "type": "video",
- "url": "https://t.co/Qo3lMRCyrB",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 173400,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/pl/Frotyzx2e4gZolcB.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/480x270/ZndvBZincOjgCp5_.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/640x360/Wzhl4qHN0KC9CnV8.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807063040497483776/pu/vid/avc1/1280x720/j0egRZHrxPOGrrah.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807063040497483776"
- }
- }
- }
- ]
- },
- "favorite_count": 1835,
- "favorited": false,
- "full_text": "Since the start of the full-scale war, we have brought 3.310 people back to Ukraine from Russian captivity. \n\nWe must find and return every one of our people—adults and children, military and civilians. I thank our exchange team, Yermak, Budanov, Malyuk, Lubinets, and Klymenko. I https://t.co/Qo3lMRCyrB",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 13,
- "reply_count": 126,
- "retweet_count": 363,
- "retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807063179131855264"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807062732937568730",
- "sortIndex": "1807077696136544241",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807062732937568730",
+ "rest_id": "1842740598593507385",
"core": {
"user_results": {
"result": {
@@ -9475,31 +2141,23 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"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",
+ "description": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
"entities": {
"description": {
"urls": [
{
"display_url": "kyivindependent.com/membership/",
- "expanded_url": "http://kyivindependent.com/membership/",
- "url": "https://t.co/jsQiFkoveH",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
"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
+ 71,
+ 94
]
}
]
@@ -9519,25 +2177,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
+ "listed_count": 19759,
"location": "Kyiv",
- "media_count": 4423,
+ "media_count": 4637,
"name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "normal_followers_count": 2039225,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1840001359656943631"
],
"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": 45051,
+ "statuses_count": 49209,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -9553,199 +2211,425 @@
}
}
},
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807062732937568730"
- ],
- "editable_until_msecs": "1719675903000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "31558",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:45:03 +0000 2024",
- "conversation_id_str": "1807062732937568730",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 170,
- "favorited": false,
- "full_text": "⚡️EU imposes new sanctions against Belarus, implementing anti-circumvention measures.\n\nThe EU Council also prohibited the direct or indirect imports, purchasing, or transferring of gold and diamonds from Belarus, as well as helium, coal, and mineral products, including crude oil.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 7,
- "retweet_count": 24,
- "retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807062732937568730"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807062040961277985",
- "sortIndex": "1807077696136544240",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807062040961277985",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": []
+ "card": {
+ "rest_id": "https://t.co/s7NuDMgv3m",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=jpg&name=800x419"
},
- "url": {
- "urls": [
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 240,
+ "width": 181,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=jpg&name=240x240"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "In the Richky community of Ukraine's northeastern Sumy district, Russian forces used a drone to drop an explosive device on a passenger bus. The explosion injured three civilians and damaged the bus,...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "kyivindependent.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 400,
+ "width": 301,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?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/1842740544075608064/ORBP4XGX?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?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/1842740544075608064/ORBP4XGX?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/1842740544075608064/ORBP4XGX?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 75,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?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/1842740544075608064/ORBP4XGX?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
{
- "display_url": "diplomatic.substack.com",
- "expanded_url": "https://diplomatic.substack.com/",
- "url": "https://t.co/VBjgdai1Rl",
- "indices": [
- 0,
- 23
- ]
+ "rgb": {
+ "blue": 68,
+ "green": 83,
+ "red": 90
+ },
+ "percentage": 45.93
+ },
+ {
+ "rgb": {
+ "blue": 117,
+ "green": 130,
+ "red": 138
+ },
+ "percentage": 31.49
+ },
+ {
+ "rgb": {
+ "blue": 239,
+ "green": 236,
+ "red": 235
+ },
+ "percentage": 18.55
+ },
+ {
+ "rgb": {
+ "blue": 36,
+ "green": 62,
+ "red": 85
+ },
+ "percentage": 3.54
+ },
+ {
+ "rgb": {
+ "blue": 10,
+ "green": 13,
+ "red": 16
+ },
+ "percentage": 2.25
}
]
- }
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Russia struck passenger bus in Sumy Oblast, injuring 3",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 83,
+ "red": 90
+ },
+ "percentage": 45.93
+ },
+ {
+ "rgb": {
+ "blue": 117,
+ "green": 130,
+ "red": 138
+ },
+ "percentage": 31.49
+ },
+ {
+ "rgb": {
+ "blue": 239,
+ "green": 236,
+ "red": 235
+ },
+ "percentage": 18.55
+ },
+ {
+ "rgb": {
+ "blue": 36,
+ "green": 62,
+ "red": 85
+ },
+ "percentage": 3.54
+ },
+ {
+ "rgb": {
+ "blue": 10,
+ "green": 13,
+ "red": 16
+ },
+ "percentage": 2.25
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?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/1842740544075608064/ORBP4XGX?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 83,
+ "red": 90
+ },
+ "percentage": 45.93
+ },
+ {
+ "rgb": {
+ "blue": 117,
+ "green": 130,
+ "red": 138
+ },
+ "percentage": 31.49
+ },
+ {
+ "rgb": {
+ "blue": 239,
+ "green": 236,
+ "red": 235
+ },
+ "percentage": 18.55
+ },
+ {
+ "rgb": {
+ "blue": 36,
+ "green": 62,
+ "red": 85
+ },
+ "percentage": 3.54
+ },
+ {
+ "rgb": {
+ "blue": 10,
+ "green": 13,
+ "red": 16
+ },
+ "percentage": 2.25
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/s7NuDMgv3m",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 1280,
+ "width": 964,
+ "url": "https://pbs.twimg.com/card_img/1842740544075608064/ORBP4XGX?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
},
- "fast_followers_count": 0,
- "favourites_count": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807062040961277985"
- ],
- "editable_until_msecs": "1719675738000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4973",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807052552447439005",
- "core": {
- "user_results": {
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary_large_image",
+ "url": "https://t.co/s7NuDMgv3m",
+ "user_refs_results": [
+ {
"result": {
"__typename": "User",
- "id": "VXNlcjozNzA5ODI2Mzk=",
- "rest_id": "370982639",
+ "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
+ "rest_id": "1462548977367359490",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Sat Sep 10 00:19:31 +0000 2011",
+ "created_at": "Sun Nov 21 22:30:41 +0000 2021",
"default_profile": true,
"default_profile_image": false,
- "description": "national political correspondent at @Axios. writing a book on Biden. alex.thompson@axios.com 202 684 6144 for text, Signal, Telegram",
+ "description": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/membership/",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
+ "indices": [
+ 71,
+ 94
+ ]
+ }
+ ]
},
"url": {
"urls": [
{
- "display_url": "alexthompson.substack.com",
- "expanded_url": "https://alexthompson.substack.com",
- "url": "https://t.co/IA6iBejfwB",
+ "display_url": "kyivindependent.com",
+ "expanded_url": "http://kyivindependent.com",
+ "url": "https://t.co/WZvsaFpT20",
"indices": [
0,
23
@@ -9755,130 +2639,96 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 23017,
- "followers_count": 73508,
- "friends_count": 11757,
+ "favourites_count": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1338,
- "location": "Washington, DC",
- "media_count": 5356,
- "name": "Alex Thompson",
- "normal_followers_count": 73508,
+ "listed_count": 19759,
+ "location": "Kyiv",
+ "media_count": 4637,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2039225,
"pinned_tweet_ids_str": [
- "1613540140990828547"
+ "1840001359656943631"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/370982639/1641057850",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1477329812339535877/Hz793EVE_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": "AlexThomp",
- "statuses_count": 25038,
+ "screen_name": "KyivIndependent",
+ "statuses_count": 49209,
"translator_type": "none",
- "url": "https://t.co/IA6iBejfwB",
+ "url": "https://t.co/WZvsaFpT20",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1672747430713131009",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
+ "rest_id": "1595086441079513088",
+ "professional_type": "Business",
+ "category": []
},
- "tipjar_settings": {
- "is_enabled": false,
- "venmo_handle": "alexander-thompson"
- }
+ "tipjar_settings": {}
}
}
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807052552447439005"
- ],
- "editable_until_msecs": "1719673476000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "82470",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 20,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:04:36 +0000 2024",
- "conversation_id_str": "1807035831565054183",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 145,
- "favorited": false,
- "full_text": "From 10am to 4pm, Biden is dependably engaged — and many of his public events in front of cameras are held within those hours.\n\nOutside of that time range or while traveling abroad, the other Biden is more likely to emerge and have verbal miscues and become fatigued, aides say.",
- "in_reply_to_screen_name": "AlexThomp",
- "in_reply_to_status_id_str": "1807035831565054183",
- "in_reply_to_user_id_str": "370982639",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 77,
- "reply_count": 133,
- "retweet_count": 52,
- "retweeted": false,
- "user_id_str": "370982639",
- "id_str": "1807052552447439005"
- }
+ ]
}
},
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842740598593507385"
+ ],
+ "editable_until_msecs": "1728182169000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "31596",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 2,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:42:18 +0000 2024",
- "conversation_id_str": "1807062040961277985",
+ "created_at": "Sun Oct 06 01:36:09 +0000 2024",
+ "conversation_id_str": "1842740598593507385",
"display_text_range": [
0,
- 158
+ 264
],
"entities": {
"hashtags": [],
"symbols": [],
"timestamps": [],
- "urls": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/russia-struck-…",
+ "expanded_url": "https://kyivindependent.com/russia-struck-passenger-bus-in-sumy-oblast-injuring-3/",
+ "url": "https://t.co/s7NuDMgv3m",
+ "indices": [
+ 241,
+ 264
+ ]
+ }
+ ],
"user_mentions": []
},
- "favorite_count": 64,
+ "favorite_count": 85,
"favorited": false,
- "full_text": "Am a few decades younger than the candidates, but my stamina also wears down by night time. Rarely remember Trump having anything on his schedule til mid day.",
- "is_quote_status": true,
+ "full_text": "In the Richky community of Ukraine's northeastern Sumy district, Russian forces used a drone to drop an explosive device on a passenger bus. The explosion injured three civilians, the Sumy Oblast Military Administration reported on Oct. 5.\n\nhttps://t.co/s7NuDMgv3m",
+ "is_quote_status": false,
"lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1807052552447439005",
- "quoted_status_permalink": {
- "url": "https://t.co/FnGmbE6gvC",
- "expanded": "https://twitter.com/alexthomp/status/1807052552447439005",
- "display": "x.com/alexthomp/stat…"
- },
- "reply_count": 18,
- "retweet_count": 18,
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 1,
+ "retweet_count": 38,
"retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1807062040961277985"
+ "user_id_str": "1462548977367359490",
+ "id_str": "1842740598593507385"
}
}
},
@@ -9896,8 +2746,8 @@
}
},
{
- "entryId": "tweet-1807061657182433777",
- "sortIndex": "1807077696136544239",
+ "entryId": "tweet-1842740521485381930",
+ "sortIndex": "1842759124685684731",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -9907,24 +2757,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807061657182433777",
+ "rest_id": "1842740521485381930",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozNzI1MzYxMDE=",
- "rest_id": "372536101",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Sep 12 23:21:14 +0000 2011",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "@CNN correspondent covering the Pentagon and national security. natasha.bertrand@cnn.com. Signal: Natashabertrand.12",
+ "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": []
@@ -9932,9 +2783,9 @@
"url": {
"urls": [
{
- "display_url": "cnn.com/profiles/natas…",
- "expanded_url": "https://www.cnn.com/profiles/natasha-bertrand-profile",
- "url": "https://t.co/JOmxXcguGR",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -9944,25 +2795,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 37239,
- "followers_count": 774051,
- "friends_count": 6655,
- "has_custom_timelines": false,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8881,
- "location": "Washington, DC",
- "media_count": 2446,
- "name": "Natasha Bertrand",
- "normal_followers_count": 774051,
- "pinned_tweet_ids_str": [],
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
"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_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": "NatashaBertrand",
- "statuses_count": 32830,
- "translator_type": "regular",
- "url": "https://t.co/JOmxXcguGR",
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -9974,9 +2827,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807061657182433777"
+ "1842740521485381930"
],
- "editable_until_msecs": "1719675647311",
+ "editable_until_msecs": "1728182151442",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -9988,11 +2841,11 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:40:47 +0000 2024",
- "conversation_id_str": "1807061657182433777",
+ "created_at": "Sun Oct 06 01:35:51 +0000 2024",
+ "conversation_id_str": "1842740521485381930",
"display_text_range": [
0,
- 132
+ 139
],
"entities": {
"hashtags": [],
@@ -10001,64 +2854,1259 @@
"urls": [],
"user_mentions": [
{
- "id_str": "68498034",
- "name": "Dan Lamothe",
- "screen_name": "DanLamothe",
+ "id_str": "18686907",
+ "name": "David Frum",
+ "screen_name": "davidfrum",
"indices": [
3,
- 14
+ 13
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @DanLamothe: This was a great sendoff for a man who has quietly and diligently put in hard work decades. A role model for us all:",
- "is_quote_status": true,
+ "full_text": "RT @davidfrum: In the past four years, Republican partisans have again and again been caught and punished in voter-fraud schemes - because…",
+ "is_quote_status": false,
"lang": "en",
"quote_count": 0,
- "quoted_status_id_str": "1806826684479361489",
- "quoted_status_permalink": {
- "url": "https://t.co/9oLp9ByBRB",
- "expanded": "https://twitter.com/CBSEveningNews/status/1806826684479361489",
- "display": "x.com/CBSEveningNews…"
- },
"reply_count": 0,
- "retweet_count": 15,
+ "retweet_count": 64,
"retweeted": false,
- "user_id_str": "372536101",
- "id_str": "1807061657182433777",
+ "user_id_str": "579747564",
+ "id_str": "1842740521485381930",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807043975670321155",
+ "rest_id": "1842740364047761523",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo2ODQ5ODAzNA==",
- "rest_id": "68498034",
+ "id": "VXNlcjoxODY4NjkwNw==",
+ "rest_id": "18686907",
"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 Aug 24 20:00:56 +0000 2009",
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 06 18:03:36 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "Military affairs beat @washingtonpost. @UMassJournalism & @merrillcollege alum. Son of Chicopee, MA. https://t.co/BRDMJfx1Cj",
+ "description": "Read more at https://t.co/ncUQxYcRuC and at https://t.co/k8AaBWWWf5.",
"entities": {
"description": {
"urls": [
{
- "display_url": "instagram.com/danlamothe30",
- "expanded_url": "http://instagram.com/danlamothe30",
- "url": "https://t.co/BRDMJfx1Cj",
+ "display_url": "TheAtlantic.com",
+ "expanded_url": "http://TheAtlantic.com",
+ "url": "https://t.co/ncUQxYcRuC",
"indices": [
- 101,
- 124
+ 13,
+ 36
+ ]
+ },
+ {
+ "display_url": "DavidFrum.com",
+ "expanded_url": "http://DavidFrum.com",
+ "url": "https://t.co/k8AaBWWWf5",
+ "indices": [
+ 44,
+ 67
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9357,
+ "followers_count": 1012678,
+ "friends_count": 1230,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 13635,
+ "location": "Washington DC; Wellington ON",
+ "media_count": 5393,
+ "name": "David Frum",
+ "normal_followers_count": 1012678,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18686907/1716409645",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1237114284825546754/QcgK2k4V_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "davidfrum",
+ "statuses_count": 106947,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842740364047761523"
+ ],
+ "editable_until_msecs": "1728182113000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "9716",
+ "state": "EnabledWithCount"
+ },
+ "source": "TweetDeck Web App",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 01:35:13 +0000 2024",
+ "conversation_id_str": "1842738145206362290",
+ "display_text_range": [
+ 0,
+ 252
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/bPLzfpghXz",
+ "expanded_url": "https://x.com/davidfrum/status/1842740364047761523/photo/1",
+ "id_str": "1842740289653329920",
+ "indices": [
+ 253,
+ 276
+ ],
+ "media_key": "3_1842740289653329920",
+ "media_url_https": "https://pbs.twimg.com/media/GZK6h7oWUAAiDCd.jpg",
+ "type": "photo",
+ "url": "https://t.co/bPLzfpghXz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 23,
+ "y": 367,
+ "h": 43,
+ "w": 43
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 684,
+ "w": 1056,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 684,
+ "w": 1056,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 684,
+ "width": 1056,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1056,
+ "h": 591
+ },
+ {
+ "x": 372,
+ "y": 0,
+ "w": 684,
+ "h": 684
+ },
+ {
+ "x": 456,
+ "y": 0,
+ "w": 600,
+ "h": 684
+ },
+ {
+ "x": 594,
+ "y": 0,
+ "w": 342,
+ "h": 684
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1056,
+ "h": 684
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842740289653329920"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "msnbc.com/rachel-maddow-…",
+ "expanded_url": "https://www.msnbc.com/rachel-maddow-show/maddowblog/another-republican-convicted-voter-fraud-florida-gop-stronghold-rcna128551",
+ "url": "https://t.co/9uVmBYsxGm",
+ "indices": [
+ 229,
+ 252
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/bPLzfpghXz",
+ "expanded_url": "https://x.com/davidfrum/status/1842740364047761523/photo/1",
+ "id_str": "1842740289653329920",
+ "indices": [
+ 253,
+ 276
+ ],
+ "media_key": "3_1842740289653329920",
+ "media_url_https": "https://pbs.twimg.com/media/GZK6h7oWUAAiDCd.jpg",
+ "type": "photo",
+ "url": "https://t.co/bPLzfpghXz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 23,
+ "y": 367,
+ "h": 43,
+ "w": 43
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 36,
+ "y": 571,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 684,
+ "w": 1056,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 684,
+ "w": 1056,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 440,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 684,
+ "width": 1056,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1056,
+ "h": 591
+ },
+ {
+ "x": 372,
+ "y": 0,
+ "w": 684,
+ "h": 684
+ },
+ {
+ "x": 456,
+ "y": 0,
+ "w": 600,
+ "h": 684
+ },
+ {
+ "x": 594,
+ "y": 0,
+ "w": 342,
+ "h": 684
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1056,
+ "h": 684
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842740289653329920"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 160,
+ "favorited": false,
+ "full_text": "In the past four years, Republican partisans have again and again been caught and punished in voter-fraud schemes - because they believed right-wing influencers who wrongly told them that fraud would be easy and safe. Example 4. https://t.co/9uVmBYsxGm https://t.co/bPLzfpghXz",
+ "in_reply_to_screen_name": "davidfrum",
+ "in_reply_to_status_id_str": "1842739363886596478",
+ "in_reply_to_user_id_str": "18686907",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 2,
+ "reply_count": 6,
+ "retweet_count": 64,
+ "retweeted": false,
+ "user_id_str": "18686907",
+ "id_str": "1842740364047761523"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842740461334618234",
+ "sortIndex": "1842759124685684730",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842740461334618234",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842740461334618234"
+ ],
+ "editable_until_msecs": "1728182137101",
+ "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": "Sun Oct 06 01:35:37 +0000 2024",
+ "conversation_id_str": "1842740461334618234",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "18686907",
+ "name": "David Frum",
+ "screen_name": "davidfrum",
+ "indices": [
+ 3,
+ 13
+ ]
+ },
+ {
+ "id_str": "14171401",
+ "name": "Maye Musk",
+ "screen_name": "mayemusk",
+ "indices": [
+ 43,
+ 52
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @davidfrum: Right-wing influencers like @mayemusk proclaim that illegal voting is safe and easy. Gullible Republicans believe them, comm…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 209,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842740461334618234",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842738145206362290",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODY4NjkwNw==",
+ "rest_id": "18686907",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 06 18:03:36 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Read more at https://t.co/ncUQxYcRuC and at https://t.co/k8AaBWWWf5.",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "TheAtlantic.com",
+ "expanded_url": "http://TheAtlantic.com",
+ "url": "https://t.co/ncUQxYcRuC",
+ "indices": [
+ 13,
+ 36
+ ]
+ },
+ {
+ "display_url": "DavidFrum.com",
+ "expanded_url": "http://DavidFrum.com",
+ "url": "https://t.co/k8AaBWWWf5",
+ "indices": [
+ 44,
+ 67
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9357,
+ "followers_count": 1012678,
+ "friends_count": 1230,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 13635,
+ "location": "Washington DC; Wellington ON",
+ "media_count": 5393,
+ "name": "David Frum",
+ "normal_followers_count": 1012678,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18686907/1716409645",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1237114284825546754/QcgK2k4V_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "davidfrum",
+ "statuses_count": 106947,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842738145206362290"
+ ],
+ "editable_until_msecs": "1728181584000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "90109",
+ "state": "EnabledWithCount"
+ },
+ "source": "TweetDeck Web App",
+ "legacy": {
+ "bookmark_count": 59,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 01:26:24 +0000 2024",
+ "conversation_id_str": "1842738145206362290",
+ "display_text_range": [
+ 0,
+ 198
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/XjxzmzIq3Z",
+ "expanded_url": "https://x.com/davidfrum/status/1842738145206362290/photo/1",
+ "id_str": "1842737768994099200",
+ "indices": [
+ 199,
+ 222
+ ],
+ "media_key": "3_1842737768994099200",
+ "media_url_https": "https://pbs.twimg.com/media/GZK4PNcW0AAVpK9.png",
+ "type": "photo",
+ "url": "https://t.co/XjxzmzIq3Z",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 326,
+ "w": 1304,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 300,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 170,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 326,
+ "width": 1304,
+ "focus_rects": [
+ {
+ "x": 458,
+ "y": 0,
+ "w": 582,
+ "h": 326
+ },
+ {
+ "x": 586,
+ "y": 0,
+ "w": 326,
+ "h": 326
+ },
+ {
+ "x": 606,
+ "y": 0,
+ "w": 286,
+ "h": 326
+ },
+ {
+ "x": 668,
+ "y": 0,
+ "w": 163,
+ "h": 326
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1304,
+ "h": 326
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842737768994099200"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XjxzmzIq3Z",
+ "expanded_url": "https://x.com/davidfrum/status/1842738145206362290/photo/1",
+ "id_str": "1842738113086361600",
+ "indices": [
+ 199,
+ 222
+ ],
+ "media_key": "3_1842738113086361600",
+ "media_url_https": "https://pbs.twimg.com/media/GZK4jPSWEAA_YDE.png",
+ "type": "photo",
+ "url": "https://t.co/XjxzmzIq3Z",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 492,
+ "w": 1308,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 451,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 256,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 492,
+ "width": 1308,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 879,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 492,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 432,
+ "h": 492
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 246,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1308,
+ "h": 492
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842738113086361600"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "washingtonpost.com/nation/2024/04…",
+ "expanded_url": "https://www.washingtonpost.com/nation/2024/04/03/kim-taylor-iowa-voter-fraud-sentence/",
+ "url": "https://t.co/Va09ZhOQJL",
+ "indices": [
+ 175,
+ 198
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "14171401",
+ "name": "Maye Musk",
+ "screen_name": "mayemusk",
+ "indices": [
+ 28,
+ 37
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/XjxzmzIq3Z",
+ "expanded_url": "https://x.com/davidfrum/status/1842738145206362290/photo/1",
+ "id_str": "1842737768994099200",
+ "indices": [
+ 199,
+ 222
+ ],
+ "media_key": "3_1842737768994099200",
+ "media_url_https": "https://pbs.twimg.com/media/GZK4PNcW0AAVpK9.png",
+ "type": "photo",
+ "url": "https://t.co/XjxzmzIq3Z",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 326,
+ "w": 1304,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 300,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 170,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 326,
+ "width": 1304,
+ "focus_rects": [
+ {
+ "x": 458,
+ "y": 0,
+ "w": 582,
+ "h": 326
+ },
+ {
+ "x": 586,
+ "y": 0,
+ "w": 326,
+ "h": 326
+ },
+ {
+ "x": 606,
+ "y": 0,
+ "w": 286,
+ "h": 326
+ },
+ {
+ "x": 668,
+ "y": 0,
+ "w": 163,
+ "h": 326
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1304,
+ "h": 326
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842737768994099200"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XjxzmzIq3Z",
+ "expanded_url": "https://x.com/davidfrum/status/1842738145206362290/photo/1",
+ "id_str": "1842738113086361600",
+ "indices": [
+ 199,
+ 222
+ ],
+ "media_key": "3_1842738113086361600",
+ "media_url_https": "https://pbs.twimg.com/media/GZK4jPSWEAA_YDE.png",
+ "type": "photo",
+ "url": "https://t.co/XjxzmzIq3Z",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 492,
+ "w": 1308,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 451,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 256,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 492,
+ "width": 1308,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 879,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 492,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 432,
+ "h": 492
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 246,
+ "h": 492
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1308,
+ "h": 492
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842738113086361600"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 726,
+ "favorited": false,
+ "full_text": "Right-wing influencers like @mayemusk proclaim that illegal voting is safe and easy. Gullible Republicans believe them, commit crimes, and get caught and sentenced to prison. https://t.co/Va09ZhOQJL https://t.co/XjxzmzIq3Z",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 25,
+ "retweet_count": 209,
+ "retweeted": false,
+ "user_id_str": "18686907",
+ "id_str": "1842738145206362290"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842738932989022382",
+ "sortIndex": "1842759124685684729",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842738932989022382",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842738932989022382"
+ ],
+ "editable_until_msecs": "1728181772715",
+ "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": "Sun Oct 06 01:29:32 +0000 2024",
+ "conversation_id_str": "1842738932989022382",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "3061796219",
+ "name": "Phillips P. OBrien",
+ "screen_name": "PhillipsPOBrien",
+ "indices": [
+ 3,
+ 19
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @PhillipsPOBrien: It’s quite remarkable that we are at a moment where there is finally a growing consensus that it was a massive failure…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 739,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842738932989022382",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842542721774276747",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMDYxNzk2MjE5",
+ "rest_id": "3061796219",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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; Author of The Strategists (Summer 2024): https://t.co/l2PkpyDtDw",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "penguin.co.uk/books/461611/t…",
+ "expanded_url": "https://www.penguin.co.uk/books/461611/the-strategists-by-obrien-phil",
+ "url": "https://t.co/l2PkpyDtDw",
+ "indices": [
+ 91,
+ 114
]
}
]
@@ -10066,9 +4114,9 @@
"url": {
"urls": [
{
- "display_url": "washingtonpost.com/people/dan-lam…",
- "expanded_url": "https://www.washingtonpost.com/people/dan-lamothe",
- "url": "https://t.co/qd2oV321Qc",
+ "display_url": "phillipspobrien.substack.com",
+ "expanded_url": "https://phillipspobrien.substack.com/",
+ "url": "https://t.co/HPfgB4oxOq",
"indices": [
0,
23
@@ -10078,36 +4126,3340 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 195,
- "followers_count": 151012,
- "friends_count": 4632,
+ "favourites_count": 18628,
+ "followers_count": 202606,
+ "friends_count": 1698,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4839,
- "location": "Northern Virginia",
- "media_count": 4009,
- "name": "Dan Lamothe",
- "normal_followers_count": 151012,
- "pinned_tweet_ids_str": [],
+ "listed_count": 5581,
+ "location": "Scotland, Boston and Sicily (whenever possible)",
+ "media_count": 1354,
+ "name": "Phillips P. OBrien",
+ "normal_followers_count": 202606,
+ "pinned_tweet_ids_str": [
+ "1828369713082060948"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/68498034/1704695388",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1744239716080189440/0pLgzG8t_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3061796219/1721811419",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/822021855854952448/itfp9TX__normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "DanLamothe",
- "statuses_count": 61550,
+ "screen_name": "PhillipsPOBrien",
+ "statuses_count": 23537,
"translator_type": "none",
- "url": "https://t.co/qd2oV321Qc",
+ "url": "https://t.co/HPfgB4oxOq",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842542721774276747"
+ ],
+ "editable_until_msecs": "1728134992000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "169887",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 51,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 12:29:52 +0000 2024",
+ "conversation_id_str": "1842542721774276747",
+ "display_text_range": [
+ 0,
+ 265
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 2905,
+ "favorited": false,
+ "full_text": "It’s quite remarkable that we are at a moment where there is finally a growing consensus that it was a massive failure not to arm Ukraine properly in 2022 and\n2023, and yet at the same time, people are trying to say we don’t need to give Ukraine ranged weapons now.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 21,
+ "reply_count": 96,
+ "retweet_count": 739,
+ "retweeted": false,
+ "user_id_str": "3061796219",
+ "id_str": "1842542721774276747"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842737224393040309",
+ "sortIndex": "1842759124685684728",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842737224393040309",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx",
+ "rest_id": "1005846500583321601",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun Jun 10 16:17:48 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Dad. w/ @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Director Think Tank -IIAL. Dr. & Senior Fellow FPI, SAIS, JHU.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "alexandervindman.substack.com",
+ "expanded_url": "https://alexandervindman.substack.com",
+ "url": "https://t.co/vyo9QsGg22",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21647,
+ "followers_count": 991401,
+ "friends_count": 1822,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6021,
+ "location": "Florida, USA",
+ "media_count": 433,
+ "name": "Alexander S. Vindman 🇺🇸",
+ "normal_followers_count": 991401,
+ "pinned_tweet_ids_str": [
+ "1838885195828604993"
+ ],
+ "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": 8245,
+ "translator_type": "none",
+ "url": "https://t.co/vyo9QsGg22",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1469829466885132297",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 956,
+ "name": "Writer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842737224393040309"
+ ],
+ "editable_until_msecs": "1728181365354",
+ "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": "Sun Oct 06 01:22:45 +0000 2024",
+ "conversation_id_str": "1842737224393040309",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "29363230",
+ "name": "Virginia Democrats",
+ "screen_name": "vademocrats",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "30354991",
+ "name": "Kamala Harris",
+ "screen_name": "KamalaHarris",
+ "indices": [
+ 58,
+ 71
+ ]
+ },
+ {
+ "id_str": "85726335",
+ "name": "Tim Walz",
+ "screen_name": "Tim_Walz",
+ "indices": [
+ 73,
+ 82
+ ]
+ },
+ {
+ "id_str": "172858784",
+ "name": "Tim Kaine",
+ "screen_name": "timkaine",
+ "indices": [
+ 84,
+ 93
+ ]
+ },
+ {
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
+ "indices": [
+ 99,
+ 108
+ ]
+ },
+ {
+ "id_str": "849657093636468737",
+ "name": "Hala Ayala 🪷",
+ "screen_name": "HalaAyala",
+ "indices": [
+ 123,
+ 133
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @vademocrats: Woodbridge is ready to hit the doors for @KamalaHarris, @Tim_Walz, @TimKaine, and @YVindman 📋👟\n\nThanks to @HalaAyala for h…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 66,
+ "retweeted": false,
+ "user_id_str": "1005846500583321601",
+ "id_str": "1842737224393040309",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842680413405221291",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTM2MzIzMA==",
+ "rest_id": "29363230",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Apr 07 02:56:10 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The official Twitter account of the Democratic Party of Virginia. Find your polling place at https://t.co/HN50GYCr9k or call the voter hotline at 1-844-482-8683",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "iwillvote.com/va",
+ "expanded_url": "http://iwillvote.com/va",
+ "url": "https://t.co/HN50GYCr9k",
+ "indices": [
+ 93,
+ 116
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "vademocrats.org",
+ "expanded_url": "http://www.vademocrats.org",
+ "url": "https://t.co/JDNOY9zigy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2817,
+ "followers_count": 56531,
+ "friends_count": 1676,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 763,
+ "location": "Virginia, USA",
+ "media_count": 4720,
+ "name": "Virginia Democrats",
+ "normal_followers_count": 56531,
+ "pinned_tweet_ids_str": [
+ "1837081852474957942"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/29363230/1698503143",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1609414160508387330/JiEG7f9F_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "vademocrats",
+ "statuses_count": 28157,
+ "translator_type": "none",
+ "url": "https://t.co/JDNOY9zigy",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842680413405221291"
+ ],
+ "editable_until_msecs": "1728167820000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "30435",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 21:37:00 +0000 2024",
+ "conversation_id_str": "1842680413405221291",
+ "display_text_range": [
+ 0,
+ 129
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/oZBKxf8RmY",
+ "expanded_url": "https://x.com/vademocrats/status/1842680413405221291/photo/1",
+ "id_str": "1842680408871194624",
+ "indices": [
+ 130,
+ 153
+ ],
+ "media_key": "3_1842680408871194624",
+ "media_url_https": "https://pbs.twimg.com/media/GZKEEaVW0AA_cvR.jpg",
+ "type": "photo",
+ "url": "https://t.co/oZBKxf8RmY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 878,
+ "y": 370,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 675,
+ "y": 385,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 206,
+ "y": 393,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 468,
+ "y": 404,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 531,
+ "y": 425,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 1184,
+ "y": 435,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 643,
+ "y": 440,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 898,
+ "y": 473,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 692,
+ "y": 590,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 1082,
+ "y": 471,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 237,
+ "y": 554,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 903,
+ "y": 564,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 179,
+ "y": 475,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1268,
+ "y": 490,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 448,
+ "y": 557,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 217,
+ "y": 528,
+ "h": 103,
+ "w": 103
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 658,
+ "y": 277,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 506,
+ "y": 288,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 154,
+ "y": 294,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 351,
+ "y": 303,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 398,
+ "y": 318,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 888,
+ "y": 326,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 482,
+ "y": 330,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 673,
+ "y": 354,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 519,
+ "y": 442,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 811,
+ "y": 353,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 177,
+ "y": 415,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 677,
+ "y": 423,
+ "h": 50,
+ "w": 50
+ },
+ {
+ "x": 134,
+ "y": 356,
+ "h": 58,
+ "w": 58
+ },
+ {
+ "x": 951,
+ "y": 367,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 336,
+ "y": 417,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 162,
+ "y": 396,
+ "h": 77,
+ "w": 77
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 373,
+ "y": 157,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 286,
+ "y": 163,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 87,
+ "y": 167,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 198,
+ "y": 171,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 225,
+ "y": 180,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 503,
+ "y": 184,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 273,
+ "y": 187,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 381,
+ "y": 201,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 294,
+ "y": 250,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 459,
+ "y": 200,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 100,
+ "y": 235,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 383,
+ "y": 239,
+ "h": 28,
+ "w": 28
+ },
+ {
+ "x": 76,
+ "y": 201,
+ "h": 33,
+ "w": 33
+ },
+ {
+ "x": 538,
+ "y": 208,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 190,
+ "y": 236,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 92,
+ "y": 224,
+ "h": 43,
+ "w": 43
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 878,
+ "y": 370,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 675,
+ "y": 385,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 206,
+ "y": 393,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 468,
+ "y": 404,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 531,
+ "y": 425,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 1184,
+ "y": 435,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 643,
+ "y": 440,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 898,
+ "y": 473,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 692,
+ "y": 590,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 1082,
+ "y": 471,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 237,
+ "y": 554,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 903,
+ "y": 564,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 179,
+ "y": 475,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1268,
+ "y": 490,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 448,
+ "y": 557,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 217,
+ "y": 528,
+ "h": 103,
+ "w": 103
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1200,
+ "w": 1600,
+ "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": 1200,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 152,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1053,
+ "h": 1200
+ },
+ {
+ "x": 220,
+ "y": 0,
+ "w": 600,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1200
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842680408871194624"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/oZBKxf8RmY",
+ "expanded_url": "https://x.com/vademocrats/status/1842680413405221291/photo/1",
+ "id_str": "1842680408875442176",
+ "indices": [
+ 130,
+ 153
+ ],
+ "media_key": "3_1842680408875442176",
+ "media_url_https": "https://pbs.twimg.com/media/GZKEEaWXoAA5PEV.jpg",
+ "type": "photo",
+ "url": "https://t.co/oZBKxf8RmY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1218,
+ "y": 252,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 1496,
+ "y": 316,
+ "h": 74,
+ "w": 74
+ },
+ {
+ "x": 884,
+ "y": 350,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1424,
+ "y": 356,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 606,
+ "y": 410,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 1230,
+ "y": 460,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1324,
+ "y": 484,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 324,
+ "y": 784,
+ "h": 396,
+ "w": 396
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 713,
+ "y": 147,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 876,
+ "y": 185,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 517,
+ "y": 205,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 834,
+ "y": 208,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 355,
+ "y": 240,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 720,
+ "y": 269,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 775,
+ "y": 283,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 189,
+ "y": 459,
+ "h": 232,
+ "w": 232
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 404,
+ "y": 83,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 496,
+ "y": 104,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 293,
+ "y": 116,
+ "h": 21,
+ "w": 21
+ },
+ {
+ "x": 472,
+ "y": 118,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 201,
+ "y": 136,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 408,
+ "y": 152,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 439,
+ "y": 160,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 107,
+ "y": 260,
+ "h": 131,
+ "w": 131
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1218,
+ "y": 252,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 1496,
+ "y": 316,
+ "h": 74,
+ "w": 74
+ },
+ {
+ "x": 884,
+ "y": 350,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1424,
+ "y": 356,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 606,
+ "y": 410,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 1230,
+ "y": 460,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1324,
+ "y": 484,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 324,
+ "y": 784,
+ "h": 396,
+ "w": 396
+ }
+ ]
+ }
+ },
+ "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": 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
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842680408875442176"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "30354991",
+ "name": "Kamala Harris",
+ "screen_name": "KamalaHarris",
+ "indices": [
+ 41,
+ 54
+ ]
+ },
+ {
+ "id_str": "85726335",
+ "name": "Tim Walz",
+ "screen_name": "Tim_Walz",
+ "indices": [
+ 56,
+ 65
+ ]
+ },
+ {
+ "id_str": "172858784",
+ "name": "Tim Kaine",
+ "screen_name": "timkaine",
+ "indices": [
+ 67,
+ 76
+ ]
+ },
+ {
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
+ "indices": [
+ 82,
+ 91
+ ]
+ },
+ {
+ "id_str": "849657093636468737",
+ "name": "Hala Ayala 🪷",
+ "screen_name": "HalaAyala",
+ "indices": [
+ 106,
+ 116
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/oZBKxf8RmY",
+ "expanded_url": "https://x.com/vademocrats/status/1842680413405221291/photo/1",
+ "id_str": "1842680408871194624",
+ "indices": [
+ 130,
+ 153
+ ],
+ "media_key": "3_1842680408871194624",
+ "media_url_https": "https://pbs.twimg.com/media/GZKEEaVW0AA_cvR.jpg",
+ "type": "photo",
+ "url": "https://t.co/oZBKxf8RmY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 878,
+ "y": 370,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 675,
+ "y": 385,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 206,
+ "y": 393,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 468,
+ "y": 404,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 531,
+ "y": 425,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 1184,
+ "y": 435,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 643,
+ "y": 440,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 898,
+ "y": 473,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 692,
+ "y": 590,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 1082,
+ "y": 471,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 237,
+ "y": 554,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 903,
+ "y": 564,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 179,
+ "y": 475,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1268,
+ "y": 490,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 448,
+ "y": 557,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 217,
+ "y": 528,
+ "h": 103,
+ "w": 103
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 658,
+ "y": 277,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 506,
+ "y": 288,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 154,
+ "y": 294,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 351,
+ "y": 303,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 398,
+ "y": 318,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 888,
+ "y": 326,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 482,
+ "y": 330,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 673,
+ "y": 354,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 519,
+ "y": 442,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 811,
+ "y": 353,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 177,
+ "y": 415,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 677,
+ "y": 423,
+ "h": 50,
+ "w": 50
+ },
+ {
+ "x": 134,
+ "y": 356,
+ "h": 58,
+ "w": 58
+ },
+ {
+ "x": 951,
+ "y": 367,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 336,
+ "y": 417,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 162,
+ "y": 396,
+ "h": 77,
+ "w": 77
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 373,
+ "y": 157,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 286,
+ "y": 163,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 87,
+ "y": 167,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 198,
+ "y": 171,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 225,
+ "y": 180,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 503,
+ "y": 184,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 273,
+ "y": 187,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 381,
+ "y": 201,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 294,
+ "y": 250,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 459,
+ "y": 200,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 100,
+ "y": 235,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 383,
+ "y": 239,
+ "h": 28,
+ "w": 28
+ },
+ {
+ "x": 76,
+ "y": 201,
+ "h": 33,
+ "w": 33
+ },
+ {
+ "x": 538,
+ "y": 208,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 190,
+ "y": 236,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 92,
+ "y": 224,
+ "h": 43,
+ "w": 43
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 878,
+ "y": 370,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 675,
+ "y": 385,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 206,
+ "y": 393,
+ "h": 57,
+ "w": 57
+ },
+ {
+ "x": 468,
+ "y": 404,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 531,
+ "y": 425,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 1184,
+ "y": 435,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 643,
+ "y": 440,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 898,
+ "y": 473,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 692,
+ "y": 590,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 1082,
+ "y": 471,
+ "h": 82,
+ "w": 82
+ },
+ {
+ "x": 237,
+ "y": 554,
+ "h": 59,
+ "w": 59
+ },
+ {
+ "x": 903,
+ "y": 564,
+ "h": 67,
+ "w": 67
+ },
+ {
+ "x": 179,
+ "y": 475,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1268,
+ "y": 490,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 448,
+ "y": 557,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 217,
+ "y": 528,
+ "h": 103,
+ "w": 103
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1200,
+ "w": 1600,
+ "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": 1200,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 152,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1053,
+ "h": 1200
+ },
+ {
+ "x": 220,
+ "y": 0,
+ "w": 600,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1200
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842680408871194624"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/oZBKxf8RmY",
+ "expanded_url": "https://x.com/vademocrats/status/1842680413405221291/photo/1",
+ "id_str": "1842680408875442176",
+ "indices": [
+ 130,
+ 153
+ ],
+ "media_key": "3_1842680408875442176",
+ "media_url_https": "https://pbs.twimg.com/media/GZKEEaWXoAA5PEV.jpg",
+ "type": "photo",
+ "url": "https://t.co/oZBKxf8RmY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1218,
+ "y": 252,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 1496,
+ "y": 316,
+ "h": 74,
+ "w": 74
+ },
+ {
+ "x": 884,
+ "y": 350,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1424,
+ "y": 356,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 606,
+ "y": 410,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 1230,
+ "y": 460,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1324,
+ "y": 484,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 324,
+ "y": 784,
+ "h": 396,
+ "w": 396
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 713,
+ "y": 147,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 876,
+ "y": 185,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 517,
+ "y": 205,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 834,
+ "y": 208,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 355,
+ "y": 240,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 720,
+ "y": 269,
+ "h": 45,
+ "w": 45
+ },
+ {
+ "x": 775,
+ "y": 283,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 189,
+ "y": 459,
+ "h": 232,
+ "w": 232
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 404,
+ "y": 83,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 496,
+ "y": 104,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 293,
+ "y": 116,
+ "h": 21,
+ "w": 21
+ },
+ {
+ "x": 472,
+ "y": 118,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 201,
+ "y": 136,
+ "h": 23,
+ "w": 23
+ },
+ {
+ "x": 408,
+ "y": 152,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 439,
+ "y": 160,
+ "h": 25,
+ "w": 25
+ },
+ {
+ "x": 107,
+ "y": 260,
+ "h": 131,
+ "w": 131
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1218,
+ "y": 252,
+ "h": 70,
+ "w": 70
+ },
+ {
+ "x": 1496,
+ "y": 316,
+ "h": 74,
+ "w": 74
+ },
+ {
+ "x": 884,
+ "y": 350,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1424,
+ "y": 356,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 606,
+ "y": 410,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 1230,
+ "y": 460,
+ "h": 78,
+ "w": 78
+ },
+ {
+ "x": 1324,
+ "y": 484,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 324,
+ "y": 784,
+ "h": 396,
+ "w": 396
+ }
+ ]
+ }
+ },
+ "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": 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
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842680408875442176"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 374,
+ "favorited": false,
+ "full_text": "Woodbridge is ready to hit the doors for @KamalaHarris, @Tim_Walz, @TimKaine, and @YVindman 📋👟\n\nThanks to @HalaAyala for hosting! https://t.co/oZBKxf8RmY",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 5,
+ "retweet_count": 66,
+ "retweeted": false,
+ "user_id_str": "29363230",
+ "id_str": "1842680413405221291"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842736169232241019",
+ "sortIndex": "1842759124685684727",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842736169232241019",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842736169232241019"
+ ],
+ "editable_until_msecs": "1728181113784",
+ "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": "Sun Oct 06 01:18:33 +0000 2024",
+ "conversation_id_str": "1842736169232241019",
+ "display_text_range": [
+ 0,
+ 27
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1268518472331526145",
+ "name": "Real Facebook Oversight Board",
+ "screen_name": "FBoversight",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @FBoversight: WHAT??? ⬇️",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842691617989271698",
+ "quoted_status_permalink": {
+ "url": "https://t.co/Ww0JlrOmox",
+ "expanded": "https://twitter.com/jason_kint/status/1842691617989271698",
+ "display": "x.com/jason_kint/sta…"
+ },
+ "reply_count": 0,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842736169232241019",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842734963814191338",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjY4NTE4NDcyMzMxNTI2MTQ1",
+ "rest_id": "1268518472331526145",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Jun 04 12:22:51 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Democracy is at risk. Join our group of global experts in the fight to hold Facebook to account. RFOB for short. Parent: @allthecitizens @fboversight@mas.to",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "the-citizens.com/campaign/real-…",
+ "expanded_url": "https://the-citizens.com/campaign/real-facebook-oversight-board/",
+ "url": "https://t.co/6FoAVd4YP5",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2379,
+ "followers_count": 35212,
+ "friends_count": 1504,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 471,
+ "location": "The World",
+ "media_count": 1698,
+ "name": "Real Facebook Oversight Board",
+ "normal_followers_count": 35212,
+ "pinned_tweet_ids_str": [
+ "1841413238983934068"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1268518472331526145/1699024682",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1720461057938837504/SCUTx4z6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "FBoversight",
+ "statuses_count": 12042,
+ "translator_type": "none",
+ "url": "https://t.co/6FoAVd4YP5",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1628977472191492103",
+ "rest_id": "1552369301570703362",
+ "professional_type": "Business",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842734963814191338"
+ ],
+ "editable_until_msecs": "1728180826000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "3420",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842691617989271698",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NTIwOTIzOQ==",
+ "rest_id": "75209239",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Sep 18 05:34:39 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "CEO DCN. Media strategy, streaming, antitrust, privacy. @wustl, Sporting News, CBS Sports alum. #HoldTheLine #PressFreedom Hear more at @dcnorg",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "digitalcontentnext.org",
+ "expanded_url": "https://www.digitalcontentnext.org",
+ "url": "https://t.co/L6wciSjvW0",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 50403,
+ "followers_count": 76307,
+ "friends_count": 3209,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1595,
+ "location": "DC, NYC",
+ "media_count": 19572,
+ "name": "Jason Kint",
+ "normal_followers_count": 76307,
+ "pinned_tweet_ids_str": [
+ "1324585864048136193"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/75209239/1621392869",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1775330530537443328/_LMyBKny_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jason_kint",
+ "statuses_count": 169464,
+ "translator_type": "none",
+ "url": "https://t.co/L6wciSjvW0",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1458199228627439616",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 688,
+ "name": "Non-Governmental & Nonprofit Organization ",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842691617989271698"
+ ],
+ "editable_until_msecs": "1728170491000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "52800",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 142,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:21:31 +0000 2024",
+ "conversation_id_str": "1842691617989271698",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/MSAb5PgY9E",
+ "expanded_url": "https://x.com/jason_kint/status/1842691617989271698/photo/1",
+ "id_str": "1842691613023141888",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842691613023141888",
+ "media_url_https": "https://pbs.twimg.com/media/GZKOQlDWAAAr_UW.jpg",
+ "type": "photo",
+ "url": "https://t.co/MSAb5PgY9E",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 358,
+ "width": 638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 638,
+ "h": 357
+ },
+ {
+ "x": 280,
+ "y": 0,
+ "w": 358,
+ "h": 358
+ },
+ {
+ "x": 324,
+ "y": 0,
+ "w": 314,
+ "h": 358
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 179,
+ "h": 358
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 638,
+ "h": 358
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842691613023141888"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/MSAb5PgY9E",
+ "expanded_url": "https://x.com/jason_kint/status/1842691617989271698/photo/1",
+ "id_str": "1842691613023141888",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842691613023141888",
+ "media_url_https": "https://pbs.twimg.com/media/GZKOQlDWAAAr_UW.jpg",
+ "type": "photo",
+ "url": "https://t.co/MSAb5PgY9E",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 358,
+ "w": 638,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 358,
+ "width": 638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 638,
+ "h": 357
+ },
+ {
+ "x": 280,
+ "y": 0,
+ "w": 358,
+ "h": 358
+ },
+ {
+ "x": 324,
+ "y": 0,
+ "w": 314,
+ "h": 358
+ },
+ {
+ "x": 436,
+ "y": 0,
+ "w": 179,
+ "h": 358
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 638,
+ "h": 358
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842691613023141888"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 907,
+ "favorited": false,
+ "full_text": "Woah. Lawsuit against Facebook for overpaying $5b+ to FTC and SEC to limit Zuckerberg’s exposure from its cover-up around Cambridge Analytica just took an interesting twist with allegations Sheryl Sandberg was using and purging a separate Gmail account for sensitive matters. /1 https://t.co/MSAb5PgY9E",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 30,
+ "reply_count": 11,
+ "retweet_count": 430,
+ "retweeted": false,
+ "user_id_str": "75209239",
+ "id_str": "1842691617989271698"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 01:13:46 +0000 2024",
+ "conversation_id_str": "1842734963814191338",
+ "display_text_range": [
+ 0,
+ 10
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 29,
+ "favorited": false,
+ "full_text": "WHAT??? ⬇️",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 1,
+ "quoted_status_id_str": "1842691617989271698",
+ "quoted_status_permalink": {
+ "url": "https://t.co/Ww0JlrOmox",
+ "expanded": "https://twitter.com/jason_kint/status/1842691617989271698",
+ "display": "x.com/jason_kint/sta…"
+ },
+ "reply_count": 4,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "1268518472331526145",
+ "id_str": "1842734963814191338"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842736046259277967",
+ "sortIndex": "1842759124685684726",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842736046259277967",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842736046259277967"
+ ],
+ "editable_until_msecs": "1728181084465",
+ "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": "Sun Oct 06 01:18:04 +0000 2024",
+ "conversation_id_str": "1842736046259277967",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "459872442",
+ "name": "Tom Nichols",
+ "screen_name": "RadioFreeTom",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RadioFreeTom: People ask me why I became a Republican back over 40 years ago. It's because back then the GOP was the party of adults, t…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 582,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842736046259277967",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842735113999704253",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTk4NzI0NDI=",
+ "rest_id": "459872442",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Jan 10 04:23:15 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Staff writer at @TheAtlantic. Curmudgeon. Cat guy. Democracy enthusiast, defender of experts. Legacy blue check who'd have paid more for a better Twitter.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "theatlantic.com/author/tom-nic…",
+ "expanded_url": "https://www.theatlantic.com/author/tom-nichols/",
+ "url": "https://t.co/93uPEUqQnX",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 155995,
+ "followers_count": 703218,
+ "friends_count": 1596,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7987,
+ "location": "Newport, RI",
+ "media_count": 20148,
+ "name": "Tom Nichols",
+ "normal_followers_count": 703218,
+ "pinned_tweet_ids_str": [
+ "1840929729760612859"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/459872442/1711326219",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638926746257960960/SHEJHX-X_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RadioFreeTom",
+ "statuses_count": 475536,
+ "translator_type": "none",
+ "url": "https://t.co/93uPEUqQnX",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842735113999704253"
+ ],
+ "editable_until_msecs": "1728180862000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "60074",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 45,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 01:14:22 +0000 2024",
+ "conversation_id_str": "1842735113999704253",
+ "display_text_range": [
+ 0,
+ 253
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3916,
+ "favorited": false,
+ "full_text": "People ask me why I became a Republican back over 40 years ago. It's because back then the GOP was the party of adults, the uncool dads and the boring old men in suits.\nNow it's a weird, juvenile cult full of the guys who creeped you out in high school.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 30,
+ "reply_count": 193,
+ "retweet_count": 582,
+ "retweeted": false,
+ "user_id_str": "459872442",
+ "id_str": "1842735113999704253"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842735856034963610",
+ "sortIndex": "1842759124685684725",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842735856034963610",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842735856034963610"
+ ],
+ "editable_until_msecs": "1728181039112",
+ "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": "Sun Oct 06 01:17:19 +0000 2024",
+ "conversation_id_str": "1842735856034963610",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/k0Ta3q3qyz",
+ "expanded_url": "https://x.com/jgmac1106/status/1842607315008229882/photo/1",
+ "id_str": "1842607312722079744",
+ "indices": [
+ 117,
+ 140
+ ],
+ "media_key": "3_1842607312722079744",
+ "media_url_https": "https://pbs.twimg.com/media/GZJBlp9WMAAmg5l.jpg",
+ "source_status_id_str": "1842607315008229882",
+ "source_user_id_str": "27620289",
+ "type": "photo",
+ "url": "https://t.co/k0Ta3q3qyz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 57,
+ "h": 58,
+ "w": 58
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 30,
+ "y": 32,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 626,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 585,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 332,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 626,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1118,
+ "h": 626
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 626,
+ "h": 626
+ },
+ {
+ "x": 79,
+ "y": 0,
+ "w": 549,
+ "h": 626
+ },
+ {
+ "x": 197,
+ "y": 0,
+ "w": 313,
+ "h": 626
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 626
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842607312722079744"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "27620289",
+ "name": "jgmac1106",
+ "screen_name": "jgmac1106",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/k0Ta3q3qyz",
+ "expanded_url": "https://x.com/jgmac1106/status/1842607315008229882/photo/1",
+ "id_str": "1842607312722079744",
+ "indices": [
+ 117,
+ 140
+ ],
+ "media_key": "3_1842607312722079744",
+ "media_url_https": "https://pbs.twimg.com/media/GZJBlp9WMAAmg5l.jpg",
+ "source_status_id_str": "1842607315008229882",
+ "source_user_id_str": "27620289",
+ "type": "photo",
+ "url": "https://t.co/k0Ta3q3qyz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 57,
+ "h": 58,
+ "w": 58
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 30,
+ "y": 32,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 626,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 585,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 332,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 626,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1118,
+ "h": 626
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 626,
+ "h": 626
+ },
+ {
+ "x": 79,
+ "y": 0,
+ "w": 549,
+ "h": 626
+ },
+ {
+ "x": 197,
+ "y": 0,
+ "w": 313,
+ "h": 626
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 626
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842607312722079744"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @jgmac1106: Why is a major Defense Contractor allowed to run disinformation campaigns against the National Guard? https://t.co/k0Ta3q3qyz",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 117,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842735856034963610",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842607315008229882",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzYyMDI4OQ==",
+ "rest_id": "27620289",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Mar 30 11:30:57 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Concepts of a Bio",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "nafo-ofan.org",
+ "expanded_url": "https://nafo-ofan.org/",
+ "url": "https://t.co/Em7UkNykHs",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 78738,
+ "followers_count": 8377,
+ "friends_count": 8753,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 320,
+ "location": "2430 E Street, N.W",
+ "media_count": 36600,
+ "name": "jgmac1106",
+ "normal_followers_count": 8377,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/27620289/1699761503",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1813616544238186496/moGW7U6E_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jgmac1106",
+ "statuses_count": 155061,
+ "translator_type": "none",
+ "url": "https://t.co/Em7UkNykHs",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1579450161608249345",
"professional_type": "Creator",
"category": [
{
- "id": 955,
- "name": "Journalist",
+ "id": 103,
+ "name": "Beauty, Cosmetic & Personal Care",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -10119,52 +7471,2344 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807043975670321155"
+ "1842607315008229882"
],
- "editable_until_msecs": "1719671431000",
+ "editable_until_msecs": "1728150392000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "27205",
+ "count": "4257",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 16:46:32 +0000 2024",
+ "conversation_id_str": "1842607315008229882",
+ "display_text_range": [
+ 0,
+ 101
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/k0Ta3q3qyz",
+ "expanded_url": "https://x.com/jgmac1106/status/1842607315008229882/photo/1",
+ "id_str": "1842607312722079744",
+ "indices": [
+ 102,
+ 125
+ ],
+ "media_key": "3_1842607312722079744",
+ "media_url_https": "https://pbs.twimg.com/media/GZJBlp9WMAAmg5l.jpg",
+ "type": "photo",
+ "url": "https://t.co/k0Ta3q3qyz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 57,
+ "h": 58,
+ "w": 58
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 30,
+ "y": 32,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 626,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 585,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 332,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 626,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1118,
+ "h": 626
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 626,
+ "h": 626
+ },
+ {
+ "x": 79,
+ "y": 0,
+ "w": 549,
+ "h": 626
+ },
+ {
+ "x": 197,
+ "y": 0,
+ "w": 313,
+ "h": 626
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 626
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842607312722079744"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/k0Ta3q3qyz",
+ "expanded_url": "https://x.com/jgmac1106/status/1842607315008229882/photo/1",
+ "id_str": "1842607312722079744",
+ "indices": [
+ 102,
+ 125
+ ],
+ "media_key": "3_1842607312722079744",
+ "media_url_https": "https://pbs.twimg.com/media/GZJBlp9WMAAmg5l.jpg",
+ "type": "photo",
+ "url": "https://t.co/k0Ta3q3qyz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 57,
+ "h": 58,
+ "w": 58
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 30,
+ "y": 32,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 58,
+ "y": 61,
+ "h": 63,
+ "w": 63
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 626,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 585,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 332,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 626,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1118,
+ "h": 626
+ },
+ {
+ "x": 40,
+ "y": 0,
+ "w": 626,
+ "h": 626
+ },
+ {
+ "x": 79,
+ "y": 0,
+ "w": 549,
+ "h": 626
+ },
+ {
+ "x": 197,
+ "y": 0,
+ "w": 313,
+ "h": 626
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 626
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842607312722079744"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 370,
+ "favorited": false,
+ "full_text": "Why is a major Defense Contractor allowed to run disinformation campaigns against the National Guard? https://t.co/k0Ta3q3qyz",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 6,
+ "reply_count": 21,
+ "retweet_count": 117,
+ "retweeted": false,
+ "user_id_str": "27620289",
+ "id_str": "1842607315008229882"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842734427970949490",
+ "sortIndex": "1842759124685684724",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842734427970949490",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842734427970949490"
+ ],
+ "editable_until_msecs": "1728180698635",
+ "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": "Sun Oct 06 01:11:38 +0000 2024",
+ "conversation_id_str": "1842734427970949490",
+ "display_text_range": [
+ 0,
+ 144
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "26550418",
+ "name": "Benjamin Tallis 🇺🇦",
+ "screen_name": "bctallis",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @bctallis: Many Greens have been major drivers of 🇩🇪 support for Ukraine, incl. weapons,\n& for stronger 🇩🇪 defence.\n\nThis combines value…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 268,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842734427970949490",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842482963931378161",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNjU1MDQxOA==",
+ "rest_id": "26550418",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 25 17:59:36 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Intl Politics & Security | #NeoIdealism | Democratic Strategy Initiative | Assoc @liberalemoderne |🇺🇦🇪🇺🇩🇪🇨🇿🇬🇧 | #BerlinsideOut | #NAFO |T=personal.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "berlinsideout.podigee.io",
+ "expanded_url": "https://berlinsideout.podigee.io/",
+ "url": "https://t.co/9wLIRIC31m",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 126762,
+ "followers_count": 39753,
+ "friends_count": 7563,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 691,
+ "location": "Berlin, Deutschland",
+ "media_count": 3611,
+ "name": "Benjamin Tallis 🇺🇦",
+ "normal_followers_count": 39753,
+ "pinned_tweet_ids_str": [
+ "1612105940441915395"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/26550418/1695063741",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679247193696346112/7Dopo4TE_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "bctallis",
+ "statuses_count": 67324,
+ "translator_type": "none",
+ "url": "https://t.co/9wLIRIC31m",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1509080322012557316",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842482963931378161"
+ ],
+ "editable_until_msecs": "1728120744000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "145033",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI0ODI5NjM2Nzk3MDcxMzY=",
+ "text": "Many Greens have been major drivers of 🇩🇪 support for Ukraine, incl. weapons,\n& for stronger 🇩🇪 defence.\n\nThis combines values-based foreign policy + clear understanding that\n-🇺🇦 victory is key for European security \n-defence is vital to🇩🇪national Interest.\n\nNow, they face pressure -from inside the party!- to throw this away, capitulate & ‘stop talking about weapons’ in the face of the supposed electoral threat from false ‘peace’ parties like the \nKremlin-friendly Wagenknecht BSW. \n\nThis would be a huge mistake for the Greens. It would harm Ukraine & European security, let down key European allies (who would clearly understand they are also being thrown under the bus) & undermine Greens reputation for understanding national security - including as a necessary foundation for delivering their other agendas on climate, growth & social justice.\n\nIt would also be unlikely to deliver electoral gain and would look like a cheap, unprincipled & opportunistic move to a position in which greens cannot be convincing. \nExactly the kind of mixed messaging that has unsurprisingly failed so badly for Olaf Scholz.\n\nInstead, the Green leadership needs to recover its strategic moorings, realise its strength, and put it to the principled purpose of national interest & national renewal (which 🇩🇪 so badly needs).\n\nUsing the ongoing changes in the party as a springboard, the Greens can renew their commitment to real security in Europe - to a lasting, genuine & just peace through strength.\n\nThis will only come about by backing Ukraine & ensuring that we can defend ourselves and our allies. And yes, that means weapons - thoughts, prayers & cowardly weakness have proven grossly ineffective at deterring Putin & have only emboldened deadly Russian imperial aggression.\n\nThe Greens should get on the front foot & explain tirelessly to voters why Germany & Ukraine need weapons to defend themselves & how this fits into their bigger vision for a positive German future.\n\nThey must do the hard work of explaining why rewarding Putin’s aggression would not lead to sustainable or just ‘peace’ - & would, rather, invite authoritarian coercion & make it more difficult to deliver that secure, prosperous, green future. \n\nIf Ukraine decides to negotiate, the Greens should, In line with European allies, back Ukraine’s NATO membership as a key condition for any negotiated end to the war - an arrangement of the kind that West Germany benefitted from in the Cold War - and make sure that Germany and Europe, including Ukraine, are armed to defend our people, our interests & our values from dictatorial aggression & imperial coercion.\n\nThis is how the Greens can play to their strengths, serve the national interest & European security by sticking to their principles.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 40,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 08:32:24 +0000 2024",
+ "conversation_id_str": "1842482963931378161",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955387539456",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955387539456",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGyWEAAVbXY.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 192,
+ "width": 170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 44,
+ "w": 170,
+ "h": 95
+ },
+ {
+ "x": 0,
+ "y": 6,
+ "w": 170,
+ "h": 170
+ },
+ {
+ "x": 2,
+ "y": 0,
+ "w": 168,
+ "h": 192
+ },
+ {
+ "x": 52,
+ "y": 0,
+ "w": 96,
+ "h": 192
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 170,
+ "h": 192
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955387539456"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955395923968",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955395923968",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfG0WAAA5iSl.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 172,
+ "y": 64,
+ "h": 194,
+ "w": 194
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 900,
+ "h": 900
+ },
+ {
+ "x": 56,
+ "y": 0,
+ "w": 789,
+ "h": 900
+ },
+ {
+ "x": 225,
+ "y": 0,
+ "w": 450,
+ "h": 900
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 900
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955395923968"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955383377920",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955383377920",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGxWkAA_pGk.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2047,
+ "w": 1856,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 617,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2047,
+ "width": 1856,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 1039
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 1856
+ },
+ {
+ "x": 60,
+ "y": 0,
+ "w": 1796,
+ "h": 2047
+ },
+ {
+ "x": 665,
+ "y": 0,
+ "w": 1024,
+ "h": 2047
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 2047
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955383377920"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955354075136",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955354075136",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGqXcAAueu4.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 600,
+ "width": 600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 117,
+ "w": 600,
+ "h": 336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 600,
+ "h": 600
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 526,
+ "h": 600
+ },
+ {
+ "x": 135,
+ "y": 0,
+ "w": 300,
+ "h": 600
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 600,
+ "h": 600
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955354075136"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955387539456",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955387539456",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGyWEAAVbXY.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 39,
+ "y": 58,
+ "h": 81,
+ "w": 81
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 192,
+ "w": 170,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 192,
+ "width": 170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 44,
+ "w": 170,
+ "h": 95
+ },
+ {
+ "x": 0,
+ "y": 6,
+ "w": 170,
+ "h": 170
+ },
+ {
+ "x": 2,
+ "y": 0,
+ "w": 168,
+ "h": 192
+ },
+ {
+ "x": 52,
+ "y": 0,
+ "w": 96,
+ "h": 192
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 170,
+ "h": 192
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955387539456"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955395923968",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955395923968",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfG0WAAA5iSl.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 172,
+ "y": 64,
+ "h": 194,
+ "w": 194
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 305,
+ "y": 113,
+ "h": 343,
+ "w": 343
+ }
+ ]
+ }
+ },
+ "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": 0,
+ "y": 0,
+ "w": 900,
+ "h": 900
+ },
+ {
+ "x": 56,
+ "y": 0,
+ "w": 789,
+ "h": 900
+ },
+ {
+ "x": 225,
+ "y": 0,
+ "w": 450,
+ "h": 900
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 900
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955395923968"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955383377920",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955383377920",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGxWkAA_pGk.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2047,
+ "w": 1856,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 617,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2047,
+ "width": 1856,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 1039
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 1856
+ },
+ {
+ "x": 60,
+ "y": 0,
+ "w": 1796,
+ "h": 2047
+ },
+ {
+ "x": 665,
+ "y": 0,
+ "w": 1024,
+ "h": 2047
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1856,
+ "h": 2047
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955383377920"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/2KA5LEORlS",
+ "expanded_url": "https://x.com/bctallis/status/1842482963931378161/photo/1",
+ "id_str": "1842482955354075136",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842482955354075136",
+ "media_url_https": "https://pbs.twimg.com/media/GZHQfGqXcAAueu4.jpg",
+ "type": "photo",
+ "url": "https://t.co/2KA5LEORlS",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 154,
+ "y": 122,
+ "h": 250,
+ "w": 250
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 600,
+ "w": 600,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 600,
+ "width": 600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 117,
+ "w": 600,
+ "h": 336
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 600,
+ "h": 600
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 526,
+ "h": 600
+ },
+ {
+ "x": 135,
+ "y": 0,
+ "w": 300,
+ "h": 600
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 600,
+ "h": 600
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842482955354075136"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 952,
+ "favorited": false,
+ "full_text": "Many Greens have been major drivers of 🇩🇪 support for Ukraine, incl. weapons,\n& for stronger 🇩🇪 defence.\n\nThis combines values-based foreign policy + clear understanding that\n-🇺🇦 victory is key for European security \n-defence is vital to🇩🇪national Interest.\n\nNow, they face https://t.co/2KA5LEORlS",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 30,
+ "reply_count": 64,
+ "retweet_count": 268,
+ "retweeted": false,
+ "user_id_str": "26550418",
+ "id_str": "1842482963931378161"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842734138920485145",
+ "sortIndex": "1842759124685684723",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842734138920485145",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842734138920485145"
+ ],
+ "editable_until_msecs": "1728180629720",
+ "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": "Sun Oct 06 01:10:29 +0000 2024",
+ "conversation_id_str": "1842734138920485145",
+ "display_text_range": [
+ 0,
+ 65
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "471677441",
+ "name": "George Conway",
+ "screen_name": "gtconway3d",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "1221462414744596483",
+ "name": "Republicans against Trump",
+ "screen_name": "RpsAgainstTrump",
+ "indices": [
+ 16,
+ 32
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @gtconway3d: @RpsAgainstTrump Is that bad? ‘Cause it seems bad",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 424,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842734138920485145",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842663849268560227",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzE2Nzc0NDE=",
+ "rest_id": "471677441",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Jan 23 04:23:10 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "President and Executive Director of @PsychoPAC24, the Anti-Psychopath Political Action Committee. President, @chkbal. Contributor, @TheAtlantic.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "psychoPAC.org",
+ "expanded_url": "http://psychoPAC.org",
+ "url": "https://t.co/lkG6jZWO3U",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 128071,
+ "followers_count": 2394164,
+ "friends_count": 2578,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11037,
+ "location": "Bethesda, MD",
+ "media_count": 4494,
+ "name": "George Conway",
+ "normal_followers_count": 2394164,
+ "pinned_tweet_ids_str": [
+ "1842312369516823007"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/471677441/1723871584",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837499166676619264/24Fi1z24_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "gtconway3d",
+ "statuses_count": 160961,
+ "translator_type": "none",
+ "url": "https://t.co/lkG6jZWO3U",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842663849268560227"
+ ],
+ "editable_until_msecs": "1728163871000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "52988",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 20:31:11 +0000 2024",
+ "conversation_id_str": "1842581419933192262",
+ "display_text_range": [
+ 17,
+ 49
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1221462414744596483",
+ "name": "Republicans against Trump",
+ "screen_name": "RpsAgainstTrump",
+ "indices": [
+ 0,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 5613,
+ "favorited": false,
+ "full_text": "@RpsAgainstTrump Is that bad? ‘Cause it seems bad",
+ "in_reply_to_screen_name": "RpsAgainstTrump",
+ "in_reply_to_status_id_str": "1842581419933192262",
+ "in_reply_to_user_id_str": "1221462414744596483",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 3,
+ "reply_count": 129,
+ "retweet_count": 424,
+ "retweeted": false,
+ "user_id_str": "471677441",
+ "id_str": "1842663849268560227"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842733962260586649",
+ "sortIndex": "1842759124685684722",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842733962260586649",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842733962260586649"
+ ],
+ "editable_until_msecs": "1728180587601",
+ "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": "Sun Oct 06 01:09:47 +0000 2024",
+ "conversation_id_str": "1842733962260586649",
+ "display_text_range": [
+ 0,
+ 48
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/HiyndyEee7",
+ "expanded_url": "https://x.com/RpsAgainstTrump/status/1842581419933192262/photo/1",
+ "id_str": "1842581413356322816",
+ "indices": [
+ 25,
+ 48
+ ],
+ "media_key": "3_1842581413356322816",
+ "media_url_https": "https://pbs.twimg.com/media/GZIqCHTXQAAGs--.jpg",
+ "source_status_id_str": "1842581419933192262",
+ "source_user_id_str": "1221462414744596483",
+ "type": "photo",
+ "url": "https://t.co/HiyndyEee7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 225,
+ "y": 419,
+ "h": 66,
+ "w": 66
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 547,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1029,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 50,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 828
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 944
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 515,
+ "h": 1029
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 1029
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842581413356322816"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1221462414744596483",
+ "name": "Republicans against Trump",
+ "screen_name": "RpsAgainstTrump",
+ "indices": [
+ 3,
+ 19
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/HiyndyEee7",
+ "expanded_url": "https://x.com/RpsAgainstTrump/status/1842581419933192262/photo/1",
+ "id_str": "1842581413356322816",
+ "indices": [
+ 25,
+ 48
+ ],
+ "media_key": "3_1842581413356322816",
+ "media_url_https": "https://pbs.twimg.com/media/GZIqCHTXQAAGs--.jpg",
+ "source_status_id_str": "1842581419933192262",
+ "source_user_id_str": "1221462414744596483",
+ "type": "photo",
+ "url": "https://t.co/HiyndyEee7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 225,
+ "y": 419,
+ "h": 66,
+ "w": 66
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 547,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1029,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 50,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 828
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 944
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 515,
+ "h": 1029
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 1029
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842581413356322816"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RpsAgainstTrump: Umm https://t.co/HiyndyEee7",
+ "is_quote_status": true,
+ "lang": "und",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1842312369516823007",
+ "quoted_status_permalink": {
+ "url": "https://t.co/OH8k9TMMlK",
+ "expanded": "https://twitter.com/gtconway3d/status/1842312369516823007",
+ "display": "x.com/gtconway3d/sta…"
+ },
+ "reply_count": 0,
+ "retweet_count": 1981,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842733962260586649",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842581419933192262",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjIxNDYyNDE0NzQ0NTk2NDgz",
+ "rest_id": "1221462414744596483",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun Jan 26 15:58:45 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Pro-democracy conservatives Republicans fighting Trump & Trumpism. Please support our work: https://t.co/FkmisNic4X",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/RFJBIDENj",
+ "expanded_url": "http://buymeacoffee.com/RFJBIDENj",
+ "url": "https://t.co/FkmisNic4X",
+ "indices": [
+ 92,
+ 115
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "instagram.com/republicansaga…",
+ "expanded_url": "https://www.instagram.com/republicansagainsttrump?igsh=OGQ5ZDc2ODk2ZA==",
+ "url": "https://t.co/lIZGZQBXTW",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 114002,
+ "followers_count": 808225,
+ "friends_count": 5445,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4149,
+ "location": "United States",
+ "media_count": 19902,
+ "name": "Republicans against Trump",
+ "normal_followers_count": 808225,
+ "pinned_tweet_ids_str": [
+ "1841969892846694669"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1221462414744596483/1675139829",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1552023520347099136/tIGoFfQt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RpsAgainstTrump",
+ "statuses_count": 111953,
+ "translator_type": "none",
+ "url": "https://t.co/lIZGZQBXTW",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1465381396369842180",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false,
+ "venmo_handle": "Rfjbiden"
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842581419933192262"
+ ],
+ "editable_until_msecs": "1728144218000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "256951",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806826684479361489",
+ "rest_id": "1842312369516823007",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0Mjk1ODgyOQ==",
- "rest_id": "42958829",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/CBSNews",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1617634745348661249/6YmPYpNd_bigger.jpg"
- },
- "description": "CBS News",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
+ "id": "VXNlcjo0NzE2Nzc0NDE=",
+ "rest_id": "471677441",
+ "affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
- "profile_image_shape": "Square",
+ "profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Wed May 27 20:08:03 +0000 2009",
- "default_profile": false,
+ "created_at": "Mon Jan 23 04:23:10 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "The official account of The CBS Evening News with @NorahODonnell, the longest-running evening newscast.\n\nText Norah: (202) 217-1107",
+ "description": "President and Executive Director of @PsychoPAC24, the Anti-Psychopath Political Action Committee. President, @chkbal. Contributor, @TheAtlantic.",
"entities": {
"description": {
"urls": []
@@ -10172,9 +9816,9 @@
"url": {
"urls": [
{
- "display_url": "cbsnews.com/evening-news/",
- "expanded_url": "https://www.cbsnews.com/evening-news/",
- "url": "https://t.co/f9XLkbjkyo",
+ "display_url": "psychoPAC.org",
+ "expanded_url": "http://psychoPAC.org",
+ "url": "https://t.co/lkG6jZWO3U",
"indices": [
0,
23
@@ -10184,29 +9828,28 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2636,
- "followers_count": 428143,
- "friends_count": 1606,
+ "favourites_count": 128071,
+ "followers_count": 2394164,
+ "friends_count": 2578,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4684,
- "location": "📺 6:30 p.m. ET",
- "media_count": 92437,
- "name": "CBS Evening News",
- "normal_followers_count": 428143,
+ "listed_count": 11037,
+ "location": "Bethesda, MD",
+ "media_count": 4494,
+ "name": "George Conway",
+ "normal_followers_count": 2394164,
"pinned_tweet_ids_str": [
- "1803928571867443361"
+ "1842312369516823007"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/42958829/1661807385",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1564353025245958147/3HhdTHUz_normal.png",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/471677441/1723871584",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837499166676619264/24Fi1z24_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "CBSEveningNews",
- "statuses_count": 163535,
+ "screen_name": "gtconway3d",
+ "statuses_count": 160961,
"translator_type": "none",
- "url": "https://t.co/f9XLkbjkyo",
+ "url": "https://t.co/lkG6jZWO3U",
"verified": false,
- "verified_type": "Business",
"want_retweets": false,
"withheld_in_countries": []
},
@@ -10217,15 +9860,1932 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806826684479361489"
+ "1842312369516823007"
],
- "editable_until_msecs": "1719619625000",
+ "editable_until_msecs": "1728080072000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "102372",
+ "count": "1257796",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIzMTIzNjk0MTYxNTEwNDA=",
+ "text": "So @BillOReilly calls me “despicable” in this clip because, through @PsychoPAC24, I created, funded, and aired two ads featuring women whom @realDonaldTrump assaulted. \n\nI’m not the bragging type, but I must admit I consider this a tremendous honor. I wish to thank Bill, as well as my team at @PsychoPAC24 and all of you who contributed to the PAC, for making this honor possible. I hope to live up to it by producing more such ads in the very near future.\n\nBy the way—I’m struggling to remember, so maybe all of you could remind me—how and why did O’Reilly lose his gig at @FoxNews?",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 68,
+ 80
+ ]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 140,
+ 156
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 295,
+ 307
+ ]
+ },
+ {
+ "id_str": "1367531",
+ "name": "Fox News",
+ "screen_name": "FoxNews",
+ "indices": [
+ 577,
+ 585
+ ]
+ }
+ ]
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 26,
+ "to_index": 36,
+ "richtext_types": [
+ "Italic"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842289834586481075"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 368,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 21:14:32 +0000 2024",
+ "conversation_id_str": "1842312369516823007",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 68,
+ 80
+ ]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 140,
+ 156
+ ]
+ }
+ ]
+ },
+ "favorite_count": 27183,
+ "favorited": false,
+ "full_text": "So @BillOReilly calls me “despicable” in this clip because, through @PsychoPAC24, I created, funded, and aired two ads featuring women whom @realDonaldTrump assaulted. \n\nI’m not the bragging type, but I must admit I consider this a tremendous honor. I wish to thank Bill, as well",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 312,
+ "quoted_status_id_str": "1842289834586481075",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iNndmKilSl",
+ "expanded": "https://twitter.com/psychopac24/status/1842289834586481075",
+ "display": "x.com/psychopac24/st…"
+ },
+ "reply_count": 2505,
+ "retweet_count": 6452,
+ "retweeted": false,
+ "user_id_str": "471677441",
+ "id_str": "1842312369516823007"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 71,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 15:03:38 +0000 2024",
+ "conversation_id_str": "1842581419933192262",
+ "display_text_range": [
+ 0,
+ 3
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/HiyndyEee7",
+ "expanded_url": "https://x.com/RpsAgainstTrump/status/1842581419933192262/photo/1",
+ "id_str": "1842581413356322816",
+ "indices": [
+ 4,
+ 27
+ ],
+ "media_key": "3_1842581413356322816",
+ "media_url_https": "https://pbs.twimg.com/media/GZIqCHTXQAAGs--.jpg",
+ "type": "photo",
+ "url": "https://t.co/HiyndyEee7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 225,
+ "y": 419,
+ "h": 66,
+ "w": 66
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 547,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1029,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 50,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 828
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 944
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 515,
+ "h": 1029
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 1029
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842581413356322816"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/HiyndyEee7",
+ "expanded_url": "https://x.com/RpsAgainstTrump/status/1842581419933192262/photo/1",
+ "id_str": "1842581413356322816",
+ "indices": [
+ 4,
+ 27
+ ],
+ "media_key": "3_1842581413356322816",
+ "media_url_https": "https://pbs.twimg.com/media/GZIqCHTXQAAGs--.jpg",
+ "type": "photo",
+ "url": "https://t.co/HiyndyEee7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 225,
+ "y": 419,
+ "h": 66,
+ "w": 66
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 341,
+ "y": 635,
+ "h": 101,
+ "w": 101
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1029,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 547,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1029,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 50,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 828
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 944
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 515,
+ "h": 1029
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 1029
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842581413356322816"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 8081,
+ "favorited": false,
+ "full_text": "Umm https://t.co/HiyndyEee7",
+ "is_quote_status": true,
+ "lang": "und",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 47,
+ "quoted_status_id_str": "1842312369516823007",
+ "quoted_status_permalink": {
+ "url": "https://t.co/OH8k9TMMlK",
+ "expanded": "https://twitter.com/gtconway3d/status/1842312369516823007",
+ "display": "x.com/gtconway3d/sta…"
+ },
+ "reply_count": 110,
+ "retweet_count": 1981,
+ "retweeted": false,
+ "user_id_str": "1221462414744596483",
+ "id_str": "1842581419933192262"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842733906249875500",
+ "sortIndex": "1842759124685684721",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842733906249875500",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842733906249875500"
+ ],
+ "editable_until_msecs": "1728180574247",
+ "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": "Sun Oct 06 01:09:34 +0000 2024",
+ "conversation_id_str": "1842733906249875500",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1377744972246568965",
+ "name": "Marika Mikiashvili 🇬🇪🇺🇦🇪🇺",
+ "screen_name": "Mikiashvili_M",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Mikiashvili_M: Three largest Georgian critical TV outlets refuse to air GD's \"No to war, choose peace\" anti-Ukrainian propaganda electi…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 116,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842733906249875500",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842502721468805353",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzc3NzQ0OTcyMjQ2NTY4OTY1",
+ "rest_id": "1377744972246568965",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Apr 01 22:09:42 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "@DroaParty Foreign Affairs. Lecturer, PhD student. CEE Europe & Central Asia governance, identity, hybrid threats. @uniofstandrews alumna. NAFO - KartFella",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 23899,
+ "followers_count": 14815,
+ "friends_count": 1247,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 177,
+ "location": "Tbilisi, Georgia",
+ "media_count": 891,
+ "name": "Marika Mikiashvili 🇬🇪🇺🇦🇪🇺",
+ "normal_followers_count": 14815,
+ "pinned_tweet_ids_str": [
+ "1794711991837143451"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1377744972246568965/1725560251",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1781472479560536064/-KkxumdB_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Mikiashvili_M",
+ "statuses_count": 13844,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842502721468805353"
+ ],
+ "editable_until_msecs": "1728125455000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "8397",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI1MDI3MjEzMjIwNTM2MzI=",
+ "text": "Three largest Georgian critical TV outlets refuse to air GD's \"No to war, choose peace\" anti-Ukrainian propaganda election ads, risking potentially paralyzing fines as the result. They thus ask international partners to support them in these decisive times.\n\nJoint Statement of Mtavari Channel, TV Pirveli and TV Formula \n\n\"Continuing to exploit the tragedy of the Ukrainian people for its own political campaign, Georgian Dream is now demanding that TV channels broadcast the immoral banners displayed on billboards across the streets. The Ivanishvili-controlled government is putting us in a dilemma—either we broadcast these videos or face heavy fines, which could lead to the suspension of our channels' operations.\n\nDespite the heavy burden of endless fines imposed by the authorities on critical channels, we have no intention of supporting, even indirectly, the Russian propaganda of the Georgian Dream or the mockery of the Ukrainian people. We fully share the EU Ambassador's assessment that this campaign is \"outrageous, disgraceful, and appalling,\" and, therefore, we refuse to broadcast these videos.\"\n\nWe call on the international community, Western diplomatic missions, civil organisations and the Public Defender to respond appropriately to the actions of the Georgian Dream and to support independent channels in this crucial issue that transcends political tastes and is a matter of national dignity.\"\n\nSource: Mtavari Channel Facebook page.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 16,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 09:50:55 +0000 2024",
+ "conversation_id_str": "1842502721468805353",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 279,
+ "favorited": false,
+ "full_text": "Three largest Georgian critical TV outlets refuse to air GD's \"No to war, choose peace\" anti-Ukrainian propaganda election ads, risking potentially paralyzing fines as the result. They thus ask international partners to support them in these decisive times.\n\nJoint Statement of",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 3,
+ "reply_count": 8,
+ "retweet_count": 116,
+ "retweeted": false,
+ "user_id_str": "1377744972246568965",
+ "id_str": "1842502721468805353"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842732563648926067",
+ "sortIndex": "1842759124685684720",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842732563648926067",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842732563648926067"
+ ],
+ "editable_until_msecs": "1728180254146",
+ "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": "Sun Oct 06 01:04:14 +0000 2024",
+ "conversation_id_str": "1842732563648926067",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "459872442",
+ "name": "Tom Nichols",
+ "screen_name": "RadioFreeTom",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RadioFreeTom: I remember those days, when people were very concerned that the powers behind social media might have an agenda https://t…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 920,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842732563648926067",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842730316328210774",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTk4NzI0NDI=",
+ "rest_id": "459872442",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Jan 10 04:23:15 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Staff writer at @TheAtlantic. Curmudgeon. Cat guy. Democracy enthusiast, defender of experts. Legacy blue check who'd have paid more for a better Twitter.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "theatlantic.com/author/tom-nic…",
+ "expanded_url": "https://www.theatlantic.com/author/tom-nichols/",
+ "url": "https://t.co/93uPEUqQnX",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 155995,
+ "followers_count": 703218,
+ "friends_count": 1596,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7987,
+ "location": "Newport, RI",
+ "media_count": 20148,
+ "name": "Tom Nichols",
+ "normal_followers_count": 703218,
+ "pinned_tweet_ids_str": [
+ "1840929729760612859"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/459872442/1711326219",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638926746257960960/SHEJHX-X_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RadioFreeTom",
+ "statuses_count": 475536,
+ "translator_type": "none",
+ "url": "https://t.co/93uPEUqQnX",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "initial_tweet_id": "1842730249651380304",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1842730249651380304",
+ "1842730316328210774"
+ ],
+ "editable_until_msecs": "1728179702000",
+ "is_edit_eligible": true,
+ "edits_remaining": "4"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 0,
+ "favorite_count": 9,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "115507",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 85,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 00:55:18 +0000 2024",
+ "conversation_id_str": "1842730316328210774",
+ "display_text_range": [
+ 0,
+ 111
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/5bIFjGWCif",
+ "expanded_url": "https://x.com/RadioFreeTom/status/1842730316328210774/photo/1",
+ "id_str": "1842730304416415744",
+ "indices": [
+ 112,
+ 135
+ ],
+ "media_key": "3_1842730304416415744",
+ "media_url_https": "https://pbs.twimg.com/media/GZKxctuWgAAbK6l.jpg",
+ "type": "photo",
+ "url": "https://t.co/5bIFjGWCif",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 640,
+ "w": 959,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 640,
+ "w": 959,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 454,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 640,
+ "width": 959,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 959,
+ "h": 537
+ },
+ {
+ "x": 182,
+ "y": 0,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "x": 222,
+ "y": 0,
+ "w": 561,
+ "h": 640
+ },
+ {
+ "x": 342,
+ "y": 0,
+ "w": 320,
+ "h": 640
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 959,
+ "h": 640
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842730304416415744"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/5bIFjGWCif",
+ "expanded_url": "https://x.com/RadioFreeTom/status/1842730316328210774/photo/1",
+ "id_str": "1842730304416415744",
+ "indices": [
+ 112,
+ 135
+ ],
+ "media_key": "3_1842730304416415744",
+ "media_url_https": "https://pbs.twimg.com/media/GZKxctuWgAAbK6l.jpg",
+ "type": "photo",
+ "url": "https://t.co/5bIFjGWCif",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 640,
+ "w": 959,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 640,
+ "w": 959,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 454,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 640,
+ "width": 959,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 959,
+ "h": 537
+ },
+ {
+ "x": 182,
+ "y": 0,
+ "w": 640,
+ "h": 640
+ },
+ {
+ "x": 222,
+ "y": 0,
+ "w": 561,
+ "h": 640
+ },
+ {
+ "x": 342,
+ "y": 0,
+ "w": 320,
+ "h": 640
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 959,
+ "h": 640
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842730304416415744"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 5140,
+ "favorited": false,
+ "full_text": "I remember those days, when people were very concerned that the powers behind social media might have an agenda https://t.co/5bIFjGWCif",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 23,
+ "reply_count": 175,
+ "retweet_count": 920,
+ "retweeted": false,
+ "user_id_str": "459872442",
+ "id_str": "1842730316328210774"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842732453665849845",
+ "sortIndex": "1842759124685684719",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842732453665849845",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842732453665849845"
+ ],
+ "editable_until_msecs": "1728180227924",
+ "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": "Sun Oct 06 01:03:47 +0000 2024",
+ "conversation_id_str": "1842732453665849845",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1647181516139552768",
+ "name": "Beautiful Russia",
+ "screen_name": "BeRuzzia",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @BeRuzzia: Novosibirsk 🇷🇺public pages write, on October 1, a former prisoner and fighter of the Wagner PMC beat a woman into a coma. He…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 62,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842732453665849845",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842433710018220212",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjQ3MTgxNTE2MTM5NTUyNzY4",
+ "rest_id": "1647181516139552768",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat Apr 15 10:14:24 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Not from Russia, just posting about it.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/FckRussia",
+ "expanded_url": "http://buymeacoffee.com/FckRussia",
+ "url": "https://t.co/DlD59zJI2V",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 47219,
+ "followers_count": 20093,
+ "friends_count": 84,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 145,
+ "location": "",
+ "media_count": 13010,
+ "name": "Beautiful Russia",
+ "normal_followers_count": 20093,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1647181516139552768/1723602819",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840790716722667521/KAYsX6B__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BeRuzzia",
+ "statuses_count": 17534,
+ "translator_type": "none",
+ "url": "https://t.co/DlD59zJI2V",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842433710018220212"
+ ],
+ "editable_until_msecs": "1728109001000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "13220",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI0MzM3MDk5MTMyNzY0MTY=",
+ "text": "Novosibirsk 🇷🇺public pages write, on October 1, a former prisoner and fighter of the Wagner PMC beat a woman into a coma. He filmed the process.\nAround 5 o'clock in the evening, my mother bought groceries and went to visit someone. Towards the late evening, they could not reach her. At about one o'clock in the morning they sent us a video of him beating her. He is a former prisoner, imprisoned for murder (he stabbed a woman to death ), signed a contract with PMC Wagner from the camp and left for the Northern Military District.\nAfter the beating, he dragged her unconscious into the street and left her on the asphalt. Russian hero was detained. A criminal case was opened under the article of the Criminal Code of the Russian Federation \"Attempted murder\"",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 17,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 05:16:41 +0000 2024",
+ "conversation_id_str": "1842433710018220212",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/PMBvGknBCO",
+ "expanded_url": "https://x.com/BeRuzzia/status/1842433710018220212/video/1",
+ "id_str": "1842433382254280704",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "7_1842433382254280704",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842433382254280704/pu/img/Mywxbu8f1X1EI59S.jpg",
+ "type": "video",
+ "url": "https://t.co/PMBvGknBCO",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 464,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 464,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 372,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 464,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 29,
+ 53
+ ],
+ "duration_millis": 67900,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/pl/Dfoef5X5kaeJXaB1.m3u8?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/vid/avc1/320x584/nO0xtu6CONyZZazQ.mp4?tag=12"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/vid/avc1/464x848/jHpRJs9lQNUc4lZ9.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842433382254280704"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/PMBvGknBCO",
+ "expanded_url": "https://x.com/BeRuzzia/status/1842433710018220212/video/1",
+ "id_str": "1842433382254280704",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "7_1842433382254280704",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842433382254280704/pu/img/Mywxbu8f1X1EI59S.jpg",
+ "type": "video",
+ "url": "https://t.co/PMBvGknBCO",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 848,
+ "w": 464,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 848,
+ "w": 464,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 372,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 848,
+ "width": 464,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 29,
+ 53
+ ],
+ "duration_millis": 67900,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/pl/Dfoef5X5kaeJXaB1.m3u8?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/vid/avc1/320x584/nO0xtu6CONyZZazQ.mp4?tag=12"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842433382254280704/pu/vid/avc1/464x848/jHpRJs9lQNUc4lZ9.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842433382254280704"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 255,
+ "favorited": false,
+ "full_text": "Novosibirsk 🇷🇺public pages write, on October 1, a former prisoner and fighter of the Wagner PMC beat a woman into a coma. He filmed the process.\nAround 5 o'clock in the evening, my mother bought groceries and went to visit someone. Towards the late evening, they could not reach https://t.co/PMBvGknBCO",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": true,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 16,
+ "retweet_count": 62,
+ "retweeted": false,
+ "user_id_str": "1647181516139552768",
+ "id_str": "1842433710018220212"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842731776793317642",
+ "sortIndex": "1842759124685684718",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842731776793317642",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842731776793317642"
+ ],
+ "editable_until_msecs": "1728180066545",
+ "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": "Sun Oct 06 01:01:06 +0000 2024",
+ "conversation_id_str": "1842731776793317642",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1523428882048765954",
+ "name": "John Jackson",
+ "screen_name": "hissgoescobra",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @hissgoescobra: To anyone who lies or is simply too ignorant to know: here’s the proof, one of many pieces of evidence, of the vast inte…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842597919658303572",
+ "quoted_status_permalink": {
+ "url": "https://t.co/eDZPGfTHfS",
+ "expanded": "https://twitter.com/11knuk123/status/1842597919658303572",
+ "display": "x.com/11knuk123/stat…"
+ },
+ "reply_count": 0,
+ "retweet_count": 58,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842731776793317642",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842635847381942721",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTIzNDI4ODgyMDQ4NzY1OTU0",
+ "rest_id": "1523428882048765954",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun May 08 22:25:43 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Inaction is complicity. Prosperity is a call to action, not an excuse for isolation. Former GOP. American veteran of the Ukrainian Armed Forces. 🦅🇺🇸🇺🇦",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "youtube.com/@JJUkraine",
+ "expanded_url": "http://www.youtube.com/@JJUkraine",
+ "url": "https://t.co/9VIue7xHfN",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 56463,
+ "followers_count": 18087,
+ "friends_count": 2657,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 233,
+ "location": "Моє серце: Ізюм Моє тіло: Земл",
+ "media_count": 1945,
+ "name": "John Jackson",
+ "normal_followers_count": 18087,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1523428882048765954/1718570041",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737607762236866560/89A1NjYP_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "hissgoescobra",
+ "statuses_count": 41954,
+ "translator_type": "none",
+ "url": "https://t.co/9VIue7xHfN",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842635847381942721"
+ ],
+ "editable_until_msecs": "1728157195000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "6157",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842597919658303572",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4Mjg4NTkyMjkyMTM0OTEz",
+ "rest_id": "1498288592292134913",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Feb 28 13:27:11 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Israel - IDF reservist\nUkraine - Ex Volunteer in Ukraine Feb 22 - Oct 23. \nNever forget Ukraine \nAm Israel Chai",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19528,
+ "followers_count": 39995,
+ "friends_count": 744,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 310,
+ "location": "",
+ "media_count": 1869,
+ "name": "🇮🇱 🇺🇦 Knukli",
+ "normal_followers_count": 39995,
+ "pinned_tweet_ids_str": [
+ "1785709880185139684"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498288592292134913/1698500192",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1664571315985035265/yGNoWTc__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "11Knuk123",
+ "statuses_count": 8023,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842597919658303572"
+ ],
+ "editable_until_msecs": "1728148152000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "40796",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -10233,12 +11793,11 @@
"is_expandable": true,
"note_tweet_results": {
"result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY4MjY2ODQzNzQ0ODI5NDQ=",
- "text": "Veteran CBS News correspondent David Martin was honored at the Pentagon for his 40 years of dedicated reporting on America's military and national security. Since 1983, his extensive experience and robust network of sources have garnered him multiple awards and recognition of journalistic excellence.",
+ "id": "Tm90ZVR3ZWV0OjE4NDI1OTc5MTk1NjU5NTUwNzI=",
+ "text": "Ruzzian🇷🇺 soldiers in Ukraine with Hezbollah patches, many of them fought with Hezbo at Syria. \nThey trained them for years even now i can't talk about a lot of things but Hezbollah using many methods from the war in Ukraine that similar to ruzzian \"DRG\" units. \nSame war different fronts, unfortunately Israeli government still far from recognize it from fear of Soviet Union days but even for them its already hard to ignore so many signs from the last year.\n🇮🇱🇺🇦",
"entity_set": {
"hashtags": [],
"symbols": [],
- "timestamps": [],
"urls": [],
"user_mentions": []
},
@@ -10252,49 +11811,60 @@
}
},
"legacy": {
- "bookmark_count": 19,
+ "bookmark_count": 73,
"bookmarked": false,
- "created_at": "Fri Jun 28 23:07:05 +0000 2024",
- "conversation_id_str": "1806826684479361489",
+ "created_at": "Sat Oct 05 16:09:12 +0000 2024",
+ "conversation_id_str": "1842597919658303572",
"display_text_range": [
0,
- 276
+ 271
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/omepjcdgba",
- "expanded_url": "https://twitter.com/CBSEveningNews/status/1806826684479361489/video/1",
- "id_str": "1806826450168782849",
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596786570956800",
"indices": [
- 277,
- 300
+ 272,
+ 295
],
- "media_key": "7_1806826450168782849",
- "media_url_https": "https://pbs.twimg.com/media/GRMkAgKXoAA-x6S.jpg",
- "type": "video",
- "url": "https://t.co/OMEpJCdGbA",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842596786570956800",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4A8_WkAAYOZd.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 360,
- "w": 640,
+ "h": 960,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 360,
- "w": 640,
+ "h": 900,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 360,
- "w": 640,
+ "h": 510,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10304,44 +11874,291 @@
}
},
"original_info": {
- "height": 360,
- "width": 640,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": false
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 94562,
- "variants": [
+ "height": 960,
+ "width": 1280,
+ "focus_rects": [
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/pl/9rN-n-OAI6_UywVb.m3u8?tag=12"
+ "x": 0,
+ "y": 58,
+ "w": 1280,
+ "h": 717
},
{
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/480x270/ynCcHizrt51hqy9E.mp4?tag=12"
+ "x": 320,
+ "y": 0,
+ "w": 960,
+ "h": 960
},
{
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/640x360/54kLylNcjhHCJ7sV.mp4?tag=12"
+ "x": 438,
+ "y": 0,
+ "w": 842,
+ "h": 960
},
{
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/1280x720/uj4dreFDcVkTBMAe.mp4?tag=12"
+ "x": 624,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "7_1806826450168782849"
+ "media_key": "3_1842596786570956800"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596794963746816",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "3_1842596794963746816",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4BcQWYAAW5L_.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1040,
+ "y": 366,
+ "h": 87,
+ "w": 87
+ },
+ {
+ "x": 220,
+ "y": 656,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 975,
+ "y": 343,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 206,
+ "y": 615,
+ "h": 93,
+ "w": 93
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 552,
+ "y": 194,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 116,
+ "y": 348,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1040,
+ "y": 366,
+ "h": 87,
+ "w": 87
+ },
+ {
+ "x": 220,
+ "y": 656,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ }
+ },
+ "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": 58,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 128,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 187,
+ "y": 0,
+ "w": 842,
+ "h": 960
+ },
+ {
+ "x": 368,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596794963746816"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596813477445632",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "3_1842596813477445632",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4ChOXAAAvszc.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": 243,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 128,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 187,
+ "y": 0,
+ "w": 842,
+ "h": 960
+ },
+ {
+ "x": 368,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596813477445632"
}
}
}
@@ -10354,37 +12171,48 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/OMEpJCdGbA",
- "expanded_url": "https://twitter.com/CBSEveningNews/status/1806826684479361489/video/1",
- "id_str": "1806826450168782849",
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596786570956800",
"indices": [
- 277,
- 300
+ 272,
+ 295
],
- "media_key": "7_1806826450168782849",
- "media_url_https": "https://pbs.twimg.com/media/GRMkAgKXoAA-x6S.jpg",
- "type": "video",
- "url": "https://t.co/OMEpJCdGbA",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842596786570956800",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4A8_WkAAYOZd.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 360,
- "w": 640,
+ "h": 960,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 360,
- "w": 640,
+ "h": 900,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 360,
- "w": 640,
+ "h": 510,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10394,73 +12222,320 @@
}
},
"original_info": {
- "height": 360,
- "width": 640,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": false
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 94562,
- "variants": [
+ "height": 960,
+ "width": 1280,
+ "focus_rects": [
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/pl/9rN-n-OAI6_UywVb.m3u8?tag=12"
+ "x": 0,
+ "y": 58,
+ "w": 1280,
+ "h": 717
},
{
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/480x270/ynCcHizrt51hqy9E.mp4?tag=12"
+ "x": 320,
+ "y": 0,
+ "w": 960,
+ "h": 960
},
{
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/640x360/54kLylNcjhHCJ7sV.mp4?tag=12"
+ "x": 438,
+ "y": 0,
+ "w": 842,
+ "h": 960
},
{
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/1280x720/uj4dreFDcVkTBMAe.mp4?tag=12"
+ "x": 624,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "7_1806826450168782849"
+ "media_key": "3_1842596786570956800"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596794963746816",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "3_1842596794963746816",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4BcQWYAAW5L_.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1040,
+ "y": 366,
+ "h": 87,
+ "w": 87
+ },
+ {
+ "x": 220,
+ "y": 656,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 975,
+ "y": 343,
+ "h": 81,
+ "w": 81
+ },
+ {
+ "x": 206,
+ "y": 615,
+ "h": 93,
+ "w": 93
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 552,
+ "y": 194,
+ "h": 46,
+ "w": 46
+ },
+ {
+ "x": 116,
+ "y": 348,
+ "h": 53,
+ "w": 53
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1040,
+ "y": 366,
+ "h": 87,
+ "w": 87
+ },
+ {
+ "x": 220,
+ "y": 656,
+ "h": 100,
+ "w": 100
+ }
+ ]
+ }
+ },
+ "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": 58,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 128,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 187,
+ "y": 0,
+ "w": 842,
+ "h": 960
+ },
+ {
+ "x": 368,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596794963746816"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/XqvBpMrNye",
+ "expanded_url": "https://x.com/11Knuk123/status/1842597919658303572/photo/1",
+ "id_str": "1842596813477445632",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "3_1842596813477445632",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4ChOXAAAvszc.jpg",
+ "type": "photo",
+ "url": "https://t.co/XqvBpMrNye",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": 243,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 128,
+ "y": 0,
+ "w": 960,
+ "h": 960
+ },
+ {
+ "x": 187,
+ "y": 0,
+ "w": 842,
+ "h": 960
+ },
+ {
+ "x": 368,
+ "y": 0,
+ "w": 480,
+ "h": 960
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 960
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596813477445632"
}
}
}
]
},
- "favorite_count": 397,
+ "favorite_count": 1070,
"favorited": false,
- "full_text": "Veteran CBS News correspondent David Martin was honored at the Pentagon for his 40 years of dedicated reporting on America's military and national security. Since 1983, his extensive experience and robust network of sources have garnered him multiple awards and recognition of https://t.co/OMEpJCdGbA",
+ "full_text": "Ruzzian🇷🇺 soldiers in Ukraine with Hezbollah patches, many of them fought with Hezbo at Syria. \nThey trained them for years even now i can't talk about a lot of things but Hezbollah using many methods from the war in Ukraine that similar to ruzzian \"DRG\" units. \nSame war https://t.co/XqvBpMrNye",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 14,
- "reply_count": 16,
- "retweet_count": 110,
+ "quote_count": 15,
+ "reply_count": 25,
+ "retweet_count": 418,
"retweeted": false,
- "user_id_str": "42958829",
- "id_str": "1806826684479361489"
+ "user_id_str": "1498288592292134913",
+ "id_str": "1842597919658303572"
}
}
},
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 7,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:30:31 +0000 2024",
- "conversation_id_str": "1807043975670321155",
+ "created_at": "Sat Oct 05 18:39:55 +0000 2024",
+ "conversation_id_str": "1842635847381942721",
"display_text_range": [
0,
- 116
+ 220
],
"entities": {
"hashtags": [],
@@ -10469,23 +12544,23 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 125,
+ "favorite_count": 157,
"favorited": false,
- "full_text": "This was a great sendoff for a man who has quietly and diligently put in hard work decades. A role model for us all:",
+ "full_text": "To anyone who lies or is simply too ignorant to know: here’s the proof, one of many pieces of evidence, of the vast interconnection between Russia, Hezbollah, Iran, and the struggle facing both Israel and Ukraine. 🇺🇦 🇮🇱.",
"is_quote_status": true,
"lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806826684479361489",
+ "quote_count": 3,
+ "quoted_status_id_str": "1842597919658303572",
"quoted_status_permalink": {
- "url": "https://t.co/9oLp9ByBRB",
- "expanded": "https://twitter.com/CBSEveningNews/status/1806826684479361489",
- "display": "x.com/CBSEveningNews…"
+ "url": "https://t.co/eDZPGfTHfS",
+ "expanded": "https://twitter.com/11knuk123/status/1842597919658303572",
+ "display": "x.com/11knuk123/stat…"
},
- "reply_count": 2,
- "retweet_count": 15,
+ "reply_count": 3,
+ "retweet_count": 58,
"retweeted": false,
- "user_id_str": "68498034",
- "id_str": "1807043975670321155"
+ "user_id_str": "1523428882048765954",
+ "id_str": "1842635847381942721"
}
}
}
@@ -10506,8 +12581,8 @@
}
},
{
- "entryId": "tweet-1807060982327292317",
- "sortIndex": "1807077696136544238",
+ "entryId": "tweet-1842731084888371558",
+ "sortIndex": "1842759124685684717",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -10517,24 +12592,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807060982327292317",
+ "rest_id": "1842731084888371558",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": false,
- "created_at": "Wed Apr 27 12:18:25 +0000 2011",
+ "can_media_tag": true,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"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.",
+ "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": []
@@ -10542,9 +12618,9 @@
"url": {
"urls": [
{
- "display_url": "bellingcat.com",
- "expanded_url": "http://www.bellingcat.com",
- "url": "https://t.co/ZoOPpVAJcd",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -10554,27 +12630,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1802683550614860002"
+ "1827251612743532904"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_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": "EliotHiggins",
- "statuses_count": 300348,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -10586,9 +12662,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807060982327292317"
+ "1842731084888371558"
],
- "editable_until_msecs": "1719675486413",
+ "editable_until_msecs": "1728179901582",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -10596,12 +12672,717 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:38:06 +0000 2024",
- "conversation_id_str": "1807060982327292317",
+ "created_at": "Sun Oct 06 00:58:21 +0000 2024",
+ "conversation_id_str": "1842731084888371558",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 28,
+ 38
+ ],
+ "text": "Hizbollah"
+ },
+ {
+ "indices": [
+ 77,
+ 85
+ ],
+ "text": "Russian"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "162063442",
+ "name": "Sergej Sumlenny, LL.M",
+ "screen_name": "sumlenny",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @sumlenny: Why does this #Hizbollah fighter have a patch with his name in #Russian? Asking for Netanyahu who licked Putin’s boots so int…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 949,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842731084888371558",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842196266148606013",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjIwNjM0NDI=",
+ "rest_id": "162063442",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jul 02 14:44:03 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🇩🇪Eastern Europe expert. Founder of https://t.co/QCc7kxHLK0. Ex @ua_boell director. Speak🇩🇪🇺🇸🇺🇦🇷🇺 https://t.co/uswTaIlh2T",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "european-resilience.org",
+ "expanded_url": "https://european-resilience.org",
+ "url": "https://t.co/QCc7kxHLK0",
+ "indices": [
+ 36,
+ 59
+ ]
+ },
+ {
+ "display_url": "buymeacoffee.com/EuroResilience",
+ "expanded_url": "https://www.buymeacoffee.com/EuroResilience",
+ "url": "https://t.co/uswTaIlh2T",
+ "indices": [
+ 98,
+ 121
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "youtube.com/@euroresilience",
+ "expanded_url": "http://youtube.com/@euroresilience",
+ "url": "https://t.co/PwuoHtvx8V",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 54890,
+ "followers_count": 168032,
+ "friends_count": 1708,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3555,
+ "location": "Berlin, Deutschland",
+ "media_count": 6997,
+ "name": "Sergej Sumlenny, LL.M",
+ "normal_followers_count": 168032,
+ "pinned_tweet_ids_str": [
+ "1835271217156153623"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/162063442/1683760021",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1441505980949274625/r2MRsL7m_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "sumlenny",
+ "statuses_count": 41105,
+ "translator_type": "none",
+ "url": "https://t.co/PwuoHtvx8V",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842196266148606013"
+ ],
+ "editable_until_msecs": "1728052390000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "112761",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 94,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 13:33:10 +0000 2024",
+ "conversation_id_str": "1842196266148606013",
+ "display_text_range": [
+ 0,
+ 227
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 14,
+ 24
+ ],
+ "text": "Hizbollah"
+ },
+ {
+ "indices": [
+ 63,
+ 71
+ ],
+ "text": "Russian"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/UMN3JANqRM",
+ "expanded_url": "https://x.com/sumlenny/status/1842196266148606013/photo/1",
+ "id_str": "1842196256220712960",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842196256220712960",
+ "media_url_https": "https://pbs.twimg.com/media/GZDLvBKXEAAu0yl.jpg",
+ "type": "photo",
+ "url": "https://t.co/UMN3JANqRM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1334,
+ "w": 750,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 675,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 382,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1334,
+ "width": 750,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 756,
+ "w": 750,
+ "h": 420
+ },
+ {
+ "x": 0,
+ "y": 584,
+ "w": 750,
+ "h": 750
+ },
+ {
+ "x": 0,
+ "y": 479,
+ "w": 750,
+ "h": 855
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 667,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 1334
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842196256220712960"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/UMN3JANqRM",
+ "expanded_url": "https://x.com/sumlenny/status/1842196266148606013/photo/1",
+ "id_str": "1842196256170315776",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842196256170315776",
+ "media_url_https": "https://pbs.twimg.com/media/GZDLvA-WEAASqn8.jpg",
+ "type": "photo",
+ "url": "https://t.co/UMN3JANqRM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1334,
+ "w": 750,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 675,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 382,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1334,
+ "width": 750,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 420
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 750
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 855
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 667,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 1334
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842196256170315776"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/UMN3JANqRM",
+ "expanded_url": "https://x.com/sumlenny/status/1842196266148606013/photo/1",
+ "id_str": "1842196256220712960",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842196256220712960",
+ "media_url_https": "https://pbs.twimg.com/media/GZDLvBKXEAAu0yl.jpg",
+ "type": "photo",
+ "url": "https://t.co/UMN3JANqRM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1334,
+ "w": 750,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 675,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 382,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1334,
+ "width": 750,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 756,
+ "w": 750,
+ "h": 420
+ },
+ {
+ "x": 0,
+ "y": 584,
+ "w": 750,
+ "h": 750
+ },
+ {
+ "x": 0,
+ "y": 479,
+ "w": 750,
+ "h": 855
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 667,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 1334
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842196256220712960"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/UMN3JANqRM",
+ "expanded_url": "https://x.com/sumlenny/status/1842196266148606013/photo/1",
+ "id_str": "1842196256170315776",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842196256170315776",
+ "media_url_https": "https://pbs.twimg.com/media/GZDLvA-WEAASqn8.jpg",
+ "type": "photo",
+ "url": "https://t.co/UMN3JANqRM",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1334,
+ "w": 750,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 675,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 382,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1334,
+ "width": 750,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 420
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 750
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 855
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 667,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 750,
+ "h": 1334
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842196256170315776"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 4098,
+ "favorited": false,
+ "full_text": "Why does this #Hizbollah fighter have a patch with his name in #Russian? Asking for Netanyahu who licked Putin’s boots so intensely for years, and for Scholz who needs to know what language terror commandos will use in Germany. https://t.co/UMN3JANqRM",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 37,
+ "reply_count": 117,
+ "retweet_count": 949,
+ "retweeted": false,
+ "user_id_str": "162063442",
+ "id_str": "1842196266148606013"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842730854071607779",
+ "sortIndex": "1842759124685684716",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842730854071607779",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842730854071607779"
+ ],
+ "editable_until_msecs": "1728179846551",
+ "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": "Sun Oct 06 00:57:26 +0000 2024",
+ "conversation_id_str": "1842730854071607779",
"display_text_range": [
0,
140
@@ -10613,48 +13394,49 @@
"urls": [],
"user_mentions": [
{
- "id_str": "41915360",
- "name": "Richard Bartholomew",
- "screen_name": "Barthsnotes",
+ "id_str": "1498679647432810500",
+ "name": "Maria Drutska 🇺🇦",
+ "screen_name": "maria_drutska",
"indices": [
3,
- 15
+ 17
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @Barthsnotes: Richard Tice falsely accuses Channel 4 of \"fibbbing\" based on a misinterpretation of IMDb. Andrew Parker is \"known for Cha…",
+ "full_text": "RT @maria_drutska: 💿Russia is banning the child-free lifestyle, compressing school curriculums due to severe labor shortages, and encouragi…",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 27,
+ "retweet_count": 149,
"retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1807060982327292317",
+ "user_id_str": "579747564",
+ "id_str": "1842730854071607779",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807060253978083576",
+ "rest_id": "1842606258098225537",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo0MTkxNTM2MA==",
- "rest_id": "41915360",
+ "id": "VXNlcjoxNDk4Njc5NjQ3NDMyODEwNTAw",
+ "rest_id": "1498679647432810500",
"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": "Fri May 22 22:23:56 +0000 2009",
- "default_profile": false,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Mar 01 15:21:04 +0000 2022",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Notes on media, culture, conspiracy theories, religion. Anti-grift.",
+ "description": "Work in UA foreign affairs sector, ex-UA defence sector. Thoughts on Rus-Ukr war updates. I speak fluent sarcasm. Personal account. RT ≠ endorsement",
"entities": {
"description": {
"urls": []
@@ -10662,9 +13444,9 @@
"url": {
"urls": [
{
- "display_url": "barthsnotes.com",
- "expanded_url": "http://barthsnotes.com/",
- "url": "https://t.co/yCwQfI1ZFb",
+ "display_url": "linktr.ee/maria.drutska",
+ "expanded_url": "https://linktr.ee/maria.drutska",
+ "url": "https://t.co/tW2Rd4fPSN",
"indices": [
0,
23
@@ -10674,29 +13456,40 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17782,
- "followers_count": 3198,
- "friends_count": 2835,
+ "favourites_count": 15817,
+ "followers_count": 144770,
+ "friends_count": 104,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 102,
- "location": "UK",
- "media_count": 4846,
- "name": "Richard Bartholomew",
- "normal_followers_count": 3198,
+ "listed_count": 1781,
+ "location": "Ukraine, Kyiv",
+ "media_count": 3807,
+ "name": "Maria Drutska 🇺🇦",
+ "normal_followers_count": 144770,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/41915360/1695155476",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1495160619259072515/ghIBBSBZ_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498679647432810500/1692375242",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1555811775651762178/Rds66rIu_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Barthsnotes",
- "statuses_count": 38687,
+ "screen_name": "maria_drutska",
+ "statuses_count": 18465,
"translator_type": "none",
- "url": "https://t.co/yCwQfI1ZFb",
+ "url": "https://t.co/tW2Rd4fPSN",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1498732860097900550",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 695,
+ "name": "Public & Social Services",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
"tipjar_settings": {}
}
}
@@ -10704,73 +13497,62 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807060253978083576"
+ "1842606258098225537"
],
- "editable_until_msecs": "1719675312000",
+ "editable_until_msecs": "1728150140000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "19586",
+ "count": "31590",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 3,
+ "bookmark_count": 31,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:35:12 +0000 2024",
- "conversation_id_str": "1807060253978083576",
+ "created_at": "Sat Oct 05 16:42:20 +0000 2024",
+ "conversation_id_str": "1842606258098225537",
"display_text_range": [
0,
- 271
+ 266
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/exilend7n0",
- "expanded_url": "https://twitter.com/Barthsnotes/status/1807060253978083576/photo/1",
- "id_str": "1807059377670488064",
+ "display_url": "pic.x.com/0x6479aIq2",
+ "expanded_url": "https://x.com/maria_drutska/status/1842606258098225537/video/1",
+ "id_str": "1842606016849932288",
"indices": [
- 272,
- 295
+ 267,
+ 290
],
- "media_key": "3_1807059377670488064",
- "media_url_https": "https://pbs.twimg.com/media/GRP27gYWgAA4XCv.png",
- "type": "photo",
- "url": "https://t.co/exILENd7n0",
+ "media_key": "13_1842606016849932288",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842606016849932288/img/389cCgPziVIciCDf.jpg",
+ "type": "video",
+ "url": "https://t.co/0x6479aIq2",
+ "additional_media_info": {
+ "monetizable": false
+ },
"ext_media_availability": {
"status": "Available"
},
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
"sizes": {
"large": {
- "h": 547,
- "w": 591,
+ "h": 1080,
+ "w": 1920,
"resize": "fit"
},
"medium": {
- "h": 547,
- "w": 591,
+ "h": 675,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 547,
- "w": 591,
+ "h": 383,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10780,111 +13562,89 @@
}
},
"original_info": {
- "height": 547,
- "width": 591,
- "focus_rects": [
+ "height": 1080,
+ "width": 1920,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 249133,
+ "variants": [
{
- "x": 0,
- "y": 0,
- "w": 591,
- "h": 331
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/pl/BV8EJ85SQUb-XH3G.m3u8?tag=16"
},
{
- "x": 22,
- "y": 0,
- "w": 547,
- "h": 547
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/480x270/Kv8nai35OUGyOhnr.mp4?tag=16"
},
{
- "x": 55,
- "y": 0,
- "w": 480,
- "h": 547
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/640x360/zdMcUfFemwU2ZHmS.mp4?tag=16"
},
{
- "x": 158,
- "y": 0,
- "w": 274,
- "h": 547
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/1280x720/dOg9EbvVCmfsEcbY.mp4?tag=16"
},
{
- "x": 0,
- "y": 0,
- "w": 591,
- "h": 547
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/1920x1080/Or2LrHxPf7lpKbPD.mp4?tag=16"
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807059377670488064"
+ "media_key": "13_1842606016849932288"
}
}
}
],
"symbols": [],
"timestamps": [],
- "urls": [
- {
- "display_url": "imdb.com/title/tt327685…",
- "expanded_url": "https://www.imdb.com/title/tt32768518/?ref_=nm_knf_eps_tt_1",
- "url": "https://t.co/tyQgdfvJIq",
- "indices": [
- 196,
- 219
- ]
- }
- ],
+ "urls": [],
"user_mentions": []
},
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/exILENd7n0",
- "expanded_url": "https://twitter.com/Barthsnotes/status/1807060253978083576/photo/1",
- "id_str": "1807059377670488064",
+ "display_url": "pic.x.com/0x6479aIq2",
+ "expanded_url": "https://x.com/maria_drutska/status/1842606258098225537/video/1",
+ "id_str": "1842606016849932288",
"indices": [
- 272,
- 295
+ 267,
+ 290
],
- "media_key": "3_1807059377670488064",
- "media_url_https": "https://pbs.twimg.com/media/GRP27gYWgAA4XCv.png",
- "type": "photo",
- "url": "https://t.co/exILENd7n0",
+ "media_key": "13_1842606016849932288",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842606016849932288/img/389cCgPziVIciCDf.jpg",
+ "type": "video",
+ "url": "https://t.co/0x6479aIq2",
+ "additional_media_info": {
+ "monetizable": false
+ },
"ext_media_availability": {
"status": "Available"
},
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
"sizes": {
"large": {
- "h": 547,
- "w": 591,
+ "h": 1080,
+ "w": 1920,
"resize": "fit"
},
"medium": {
- "h": 547,
- "w": 591,
+ "h": 675,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 547,
- "w": 591,
+ "h": 383,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -10894,65 +13654,64 @@
}
},
"original_info": {
- "height": 547,
- "width": 591,
- "focus_rects": [
+ "height": 1080,
+ "width": 1920,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 249133,
+ "variants": [
{
- "x": 0,
- "y": 0,
- "w": 591,
- "h": 331
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/pl/BV8EJ85SQUb-XH3G.m3u8?tag=16"
},
{
- "x": 22,
- "y": 0,
- "w": 547,
- "h": 547
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/480x270/Kv8nai35OUGyOhnr.mp4?tag=16"
},
{
- "x": 55,
- "y": 0,
- "w": 480,
- "h": 547
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/640x360/zdMcUfFemwU2ZHmS.mp4?tag=16"
},
{
- "x": 158,
- "y": 0,
- "w": 274,
- "h": 547
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/1280x720/dOg9EbvVCmfsEcbY.mp4?tag=16"
},
{
- "x": 0,
- "y": 0,
- "w": 591,
- "h": 547
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842606016849932288/vid/avc1/1920x1080/Or2LrHxPf7lpKbPD.mp4?tag=16"
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807059377670488064"
+ "media_key": "13_1842606016849932288"
}
}
}
]
},
- "favorite_count": 83,
+ "favorite_count": 967,
"favorited": false,
- "full_text": "Richard Tice falsely accuses Channel 4 of \"fibbbing\" based on a misinterpretation of IMDb. Andrew Parker is \"known for Channel 4 News\" because IMDb has logged his appearance as \"Self\" on 27 June. https://t.co/tyQgdfvJIq\n\n\"1982\" refers only when Channel 4 News was founded https://t.co/exILENd7n0",
+ "full_text": "💿Russia is banning the child-free lifestyle, compressing school curriculums due to severe labor shortages, and encouraging schoolgirls to give birth earlier and avoid abortions.\n\nHere’s about the not-at-all degraded sense of family in a not-at-all degraded society⬇️ https://t.co/0x6479aIq2",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 7,
- "reply_count": 8,
- "retweet_count": 27,
+ "quote_count": 11,
+ "reply_count": 35,
+ "retweet_count": 149,
"retweeted": false,
- "user_id_str": "41915360",
- "id_str": "1807060253978083576"
+ "user_id_str": "1498679647432810500",
+ "id_str": "1842606258098225537"
}
}
}
@@ -10973,8 +13732,8 @@
}
},
{
- "entryId": "tweet-1807058407813185710",
- "sortIndex": "1807077696136544237",
+ "entryId": "tweet-1842730664115724435",
+ "sortIndex": "1842759124685684715",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -10984,24 +13743,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807058407813185710",
+ "rest_id": "1842730664115724435",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": false,
- "created_at": "Wed Apr 27 12:18:25 +0000 2011",
+ "can_media_tag": true,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"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.",
+ "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": []
@@ -11009,9 +13769,9 @@
"url": {
"urls": [
{
- "display_url": "bellingcat.com",
- "expanded_url": "http://www.bellingcat.com",
- "url": "https://t.co/ZoOPpVAJcd",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -11021,27 +13781,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1802683550614860002"
+ "1827251612743532904"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_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": "EliotHiggins",
- "statuses_count": 300348,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -11053,308 +13813,457 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807058407813185710"
+ "1842730664115724435"
],
- "editable_until_msecs": "1719674872000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728179801262",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "9700",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807024727283675211",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxOTAxNzY3NQ==",
- "rest_id": "19017675",
- "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 Jan 15 10:37:07 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Leader of Reform UK. Candidate for Clacton. 🇬🇧",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "reformparty.uk",
- "expanded_url": "http://reformparty.uk",
- "url": "https://t.co/K4MYBkkqB1",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 380,
- "followers_count": 1969900,
- "friends_count": 537,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6866,
- "location": "United Kingdom",
- "media_count": 4492,
- "name": "Nigel Farage",
- "normal_followers_count": 1969900,
- "pinned_tweet_ids_str": [
- "1806367143564280056"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/19017675/1718546878",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1737127580740816896/RUtuim6n_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Nigel_Farage",
- "statuses_count": 21376,
- "translator_type": "none",
- "url": "https://t.co/K4MYBkkqB1",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1797884506357027268",
- "professional_type": "Creator",
- "category": [
- {
- "id": 933,
- "name": "Media Personality",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807024727283675211"
- ],
- "editable_until_msecs": "1719666842000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1032721",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 142,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:14:02 +0000 2024",
- "conversation_id_str": "1807024727283675211",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 20918,
- "favorited": false,
- "full_text": "I have just been invited to appear on Laura Kuenssberg.\n\nI’m refusing until the BBC apologises for their dishonest QT audience.\n\nOur state broadcaster has behaved like a political actor throughout this election.\n\nReform will be campaigning vigorously to abolish the license fee.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 711,
- "reply_count": 4251,
- "retweet_count": 4008,
- "retweeted": false,
- "user_id_str": "19017675",
- "id_str": "1807024727283675211"
- }
- }
+ "state": "Enabled"
},
+ "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:27:52 +0000 2024",
- "conversation_id_str": "1807058407813185710",
+ "created_at": "Sun Oct 06 00:56:41 +0000 2024",
+ "conversation_id_str": "1842730664115724435",
"display_text_range": [
0,
- 0
+ 139
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/aqmjh1e0id",
- "expanded_url": "https://twitter.com/EliotHiggins/status/1807058407813185710/photo/1",
- "ext_alt_text": "Monty Python Runaway GIF",
- "id_str": "1807058400846487552",
- "indices": [
- 0,
- 23
- ],
- "media_key": "16_1807058400846487552",
- "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GRP2CpbXIAATaKr.jpg",
- "type": "animated_gif",
- "url": "https://t.co/AqMjH1E0Id",
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "medium": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "small": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 498,
- "width": 498,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "variants": [
- {
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/GRP2CpbXIAATaKr.mp4"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "16_1807058400846487552"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
+ "user_mentions": [
{
- "display_url": "pic.twitter.com/AqMjH1E0Id",
- "expanded_url": "https://twitter.com/EliotHiggins/status/1807058407813185710/photo/1",
- "ext_alt_text": "Monty Python Runaway GIF",
- "id_str": "1807058400846487552",
+ "id_str": "3988805686",
+ "name": "Andrew Chakhoyan 🇺🇦",
+ "screen_name": "ChakhoyanAndrew",
"indices": [
- 0,
- 23
- ],
- "media_key": "16_1807058400846487552",
- "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GRP2CpbXIAATaKr.jpg",
- "type": "animated_gif",
- "url": "https://t.co/AqMjH1E0Id",
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "medium": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "small": {
- "h": 498,
- "w": 498,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 498,
- "width": 498,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "variants": [
- {
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/GRP2CpbXIAATaKr.mp4"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "16_1807058400846487552"
- }
- }
+ 3,
+ 19
+ ]
}
]
},
- "favorite_count": 69,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "https://t.co/AqMjH1E0Id",
- "is_quote_status": true,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
+ "full_text": "RT @ChakhoyanAndrew: Storm shadows that feature US components cannot be used to strike military targets in the russia… \n\nmeanwhile russian…",
+ "is_quote_status": false,
+ "lang": "en",
"quote_count": 0,
- "quoted_status_id_str": "1807024727283675211",
- "quoted_status_permalink": {
- "url": "https://t.co/2C57p82scl",
- "expanded": "https://twitter.com/Nigel_Farage/status/1807024727283675211",
- "display": "x.com/Nigel_Farage/s…"
- },
- "reply_count": 2,
- "retweet_count": 10,
+ "reply_count": 0,
+ "retweet_count": 128,
"retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1807058407813185710"
+ "user_id_str": "579747564",
+ "id_str": "1842730664115724435",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842562866844450988",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozOTg4ODA1Njg2",
+ "rest_id": "3988805686",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 18 18:10:23 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "🇺🇦-American in NL🇳🇱 @Kennedy_School alum. “We must always take sides. Neutrality helps the oppressor, never the victim” - Elie Wiesel #StandWithUkraine",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "standforukraine.com",
+ "expanded_url": "https://standforukraine.com/",
+ "url": "https://t.co/DUF5Sz1uYV",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 61992,
+ "followers_count": 15589,
+ "friends_count": 4100,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 213,
+ "location": "Amsterdam, The Netherlands",
+ "media_count": 7820,
+ "name": "Andrew Chakhoyan 🇺🇦",
+ "normal_followers_count": 15589,
+ "pinned_tweet_ids_str": [
+ "1826860146296836344"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3988805686/1662279384",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1557002146314424320/pRFYxJzk_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ChakhoyanAndrew",
+ "statuses_count": 34145,
+ "translator_type": "none",
+ "url": "https://t.co/DUF5Sz1uYV",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1580664574390460417",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "initial_tweet_id": "1842560892870734133",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1842560892870734133",
+ "1842562866844450988"
+ ],
+ "editable_until_msecs": "1728139324000",
+ "is_edit_eligible": true,
+ "edits_remaining": "4"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 0,
+ "favorite_count": 2,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "3674",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI1NjI4NjY3MzU0NTIxNjA=",
+ "text": "Storm shadows that feature US components cannot be used to strike military targets in the russia… \n\nmeanwhile russian rockets featuring US components are striking civilian targets in 🇺🇦\n\nSomething is massively wrong with our red lines\n\nPS I understand that it might be impossible to ensure that some US components don't end up in Russian rockets. What I don't get is why we demand that 🇺🇦 defends itself with hands tied behind its back.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 10,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 13:49:55 +0000 2024",
+ "conversation_id_str": "1842562866844450988",
+ "display_text_range": [
+ 0,
+ 279
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/KSp2XhTr4c",
+ "expanded_url": "https://x.com/ChakhoyanAndrew/status/1842562866844450988/photo/1",
+ "id_str": "1842560887455965184",
+ "indices": [
+ 280,
+ 303
+ ],
+ "media_key": "3_1842560887455965184",
+ "media_url_https": "https://pbs.twimg.com/media/GZIXXWXXYAAgB9m.jpg",
+ "type": "photo",
+ "url": "https://t.co/KSp2XhTr4c",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 41,
+ "y": 164,
+ "h": 31,
+ "w": 31
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1166,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1166,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 678,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1166,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1166,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1023,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 583,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1166
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842560887455965184"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/KSp2XhTr4c",
+ "expanded_url": "https://x.com/ChakhoyanAndrew/status/1842562866844450988/photo/1",
+ "id_str": "1842560887455965184",
+ "indices": [
+ 280,
+ 303
+ ],
+ "media_key": "3_1842560887455965184",
+ "media_url_https": "https://pbs.twimg.com/media/GZIXXWXXYAAgB9m.jpg",
+ "type": "photo",
+ "url": "https://t.co/KSp2XhTr4c",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 41,
+ "y": 164,
+ "h": 31,
+ "w": 31
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 71,
+ "y": 283,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1166,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1166,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 678,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1166,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1166,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1023,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 583,
+ "h": 1166
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1166
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842560887455965184"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 249,
+ "favorited": false,
+ "full_text": "Storm shadows that feature US components cannot be used to strike military targets in the russia… \n\nmeanwhile russian rockets featuring US components are striking civilian targets in 🇺🇦\n\nSomething is massively wrong with our red lines\n\nPS I understand that it might be impossible https://t.co/KSp2XhTr4c",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 12,
+ "reply_count": 8,
+ "retweet_count": 128,
+ "retweeted": false,
+ "user_id_str": "3988805686",
+ "id_str": "1842562866844450988"
+ }
+ }
+ }
}
}
},
@@ -11372,8 +14281,8 @@
}
},
{
- "entryId": "tweet-1807057897983017234",
- "sortIndex": "1807077696136544236",
+ "entryId": "tweet-1842730054641471976",
+ "sortIndex": "1842759124685684714",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -11383,7 +14292,9862 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807057897983017234",
+ "rest_id": "1842730054641471976",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842730054641471976"
+ ],
+ "editable_until_msecs": "1728179655952",
+ "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": "Sun Oct 06 00:54:15 +0000 2024",
+ "conversation_id_str": "1842730054641471976",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1193550648815620097",
+ "name": "Formula NEWS | English",
+ "screen_name": "FormulaGe",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @FormulaGe: Lasha Odisharia, 22 son of Georgian Dream MP Beka Odisharia is seen threatening police officers in Hamburg. Do you want prob…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 35,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842730054641471976",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842501788928266583",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTkzNTUwNjQ4ODE1NjIwMDk3",
+ "rest_id": "1193550648815620097",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun Nov 10 15:28:06 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Breaking news & commentary from #Georgia",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "formulanews.ge",
+ "expanded_url": "http://formulanews.ge",
+ "url": "https://t.co/DmUHkfWRF2",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 62,
+ "followers_count": 18382,
+ "friends_count": 119,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 136,
+ "location": "Georgia",
+ "media_count": 5319,
+ "name": "Formula NEWS | English",
+ "normal_followers_count": 18382,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1193550648815620097/1678697011",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1502279767420198912/8fH_9g4p_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "FormulaGe",
+ "statuses_count": 5864,
+ "translator_type": "none",
+ "url": "https://t.co/DmUHkfWRF2",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1502260177411715077",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842501788928266583"
+ ],
+ "editable_until_msecs": "1728125233000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "13246",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 19,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 09:47:13 +0000 2024",
+ "conversation_id_str": "1842501788928266583",
+ "display_text_range": [
+ 0,
+ 234
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/2vFnNu0Zi1",
+ "expanded_url": "https://x.com/FormulaGe/status/1842501788928266583/video/1",
+ "id_str": "1842501534761848832",
+ "indices": [
+ 235,
+ 258
+ ],
+ "media_key": "7_1842501534761848832",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842501534761848832/pu/img/JnAX7w0OD5sZ_3Jh.jpg",
+ "type": "video",
+ "url": "https://t.co/2vFnNu0Zi1",
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 97040,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/pl/aryP6AKtcmTqAKqa.m3u8?tag=12&v=ebe"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/320x320/WrHCpX2RuhgoNxjH.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/540x540/u9zCGQEg-UQVTGBM.mp4?tag=12"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/720x720/lM2EmpJskyCVcr2S.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842501534761848832"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/2vFnNu0Zi1",
+ "expanded_url": "https://x.com/FormulaGe/status/1842501788928266583/video/1",
+ "id_str": "1842501534761848832",
+ "indices": [
+ 235,
+ 258
+ ],
+ "media_key": "7_1842501534761848832",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842501534761848832/pu/img/JnAX7w0OD5sZ_3Jh.jpg",
+ "type": "video",
+ "url": "https://t.co/2vFnNu0Zi1",
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 97040,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/pl/aryP6AKtcmTqAKqa.m3u8?tag=12&v=ebe"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/320x320/WrHCpX2RuhgoNxjH.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/540x540/u9zCGQEg-UQVTGBM.mp4?tag=12"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842501534761848832/pu/vid/avc1/720x720/lM2EmpJskyCVcr2S.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842501534761848832"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 122,
+ "favorited": false,
+ "full_text": "Lasha Odisharia, 22 son of Georgian Dream MP Beka Odisharia is seen threatening police officers in Hamburg. Do you want problems, guys? I am not an ordinary tourist, Mr Odisharia says. He is also heard mentioning Georgian Parliament. https://t.co/2vFnNu0Zi1",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 12,
+ "reply_count": 11,
+ "retweet_count": 35,
+ "retweeted": false,
+ "user_id_str": "1193550648815620097",
+ "id_str": "1842501788928266583"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842729675879006223",
+ "sortIndex": "1842759124685684713",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842729675879006223",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842729675879006223"
+ ],
+ "editable_until_msecs": "1728179565648",
+ "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": "Sun Oct 06 00:52:45 +0000 2024",
+ "conversation_id_str": "1842729675879006223",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "471677441",
+ "name": "George Conway",
+ "screen_name": "gtconway3d",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 19,
+ 31
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 84,
+ 96
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @gtconway3d: So @BillOReilly calls me “despicable” in this clip because, through @PsychoPAC24, I created, funded, and aired two ads feat…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842289834586481075",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iNndmKilSl",
+ "expanded": "https://twitter.com/psychopac24/status/1842289834586481075",
+ "display": "x.com/psychopac24/st…"
+ },
+ "reply_count": 0,
+ "retweet_count": 6452,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842729675879006223",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842312369516823007",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzE2Nzc0NDE=",
+ "rest_id": "471677441",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Jan 23 04:23:10 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "President and Executive Director of @PsychoPAC24, the Anti-Psychopath Political Action Committee. President, @chkbal. Contributor, @TheAtlantic.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "psychoPAC.org",
+ "expanded_url": "http://psychoPAC.org",
+ "url": "https://t.co/lkG6jZWO3U",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 128071,
+ "followers_count": 2394164,
+ "friends_count": 2578,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11037,
+ "location": "Bethesda, MD",
+ "media_count": 4494,
+ "name": "George Conway",
+ "normal_followers_count": 2394164,
+ "pinned_tweet_ids_str": [
+ "1842312369516823007"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/471677441/1723871584",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837499166676619264/24Fi1z24_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "gtconway3d",
+ "statuses_count": 160961,
+ "translator_type": "none",
+ "url": "https://t.co/lkG6jZWO3U",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842312369516823007"
+ ],
+ "editable_until_msecs": "1728080072000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1257796",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIzMTIzNjk0MTYxNTEwNDA=",
+ "text": "So @BillOReilly calls me “despicable” in this clip because, through @PsychoPAC24, I created, funded, and aired two ads featuring women whom @realDonaldTrump assaulted. \n\nI’m not the bragging type, but I must admit I consider this a tremendous honor. I wish to thank Bill, as well as my team at @PsychoPAC24 and all of you who contributed to the PAC, for making this honor possible. I hope to live up to it by producing more such ads in the very near future.\n\nBy the way—I’m struggling to remember, so maybe all of you could remind me—how and why did O’Reilly lose his gig at @FoxNews?",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 68,
+ 80
+ ]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 140,
+ 156
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 295,
+ 307
+ ]
+ },
+ {
+ "id_str": "1367531",
+ "name": "Fox News",
+ "screen_name": "FoxNews",
+ "indices": [
+ 577,
+ 585
+ ]
+ }
+ ]
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 26,
+ "to_index": 36,
+ "richtext_types": [
+ "Italic"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842289834586481075",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODExNzYzOTg2MDAzNTc0Nzg0",
+ "rest_id": "1811763986003574784",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jul 12 14:07:25 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Anti-Psychopath PAC is dedicated to highlighting Donald Trump’s mental instability and defeating him in November.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "psychopac.org",
+ "expanded_url": "https://www.psychopac.org",
+ "url": "https://t.co/YgPSTaahrc",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 122,
+ "followers_count": 124233,
+ "friends_count": 51,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 368,
+ "location": "United States of America",
+ "media_count": 63,
+ "name": "Anti-Psychopath PAC",
+ "normal_followers_count": 124233,
+ "pinned_tweet_ids_str": [
+ "1838914864850342014"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1811763986003574784/1721250907",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1813615141507809280/RrF4Ct6m_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PsychoPAC24",
+ "statuses_count": 313,
+ "translator_type": "none",
+ "url": "https://t.co/YgPSTaahrc",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1811765156738748575",
+ "professional_type": "Business",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842289834586481075"
+ ],
+ "editable_until_msecs": "1728074699000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2386168",
+ "state": "EnabledWithCount"
+ },
+ "source": "Hootsuite Inc.",
+ "legacy": {
+ "bookmark_count": 573,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 19:44:59 +0000 2024",
+ "conversation_id_str": "1842289834586481075",
+ "display_text_range": [
+ 0,
+ 45
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/qKeNuaHaRm",
+ "expanded_url": "https://x.com/PsychoPAC24/status/1842289834586481075/video/1",
+ "id_str": "1842289765208453120",
+ "indices": [
+ 46,
+ 69
+ ],
+ "media_key": "7_1842289765208453120",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842289765208453120/pu/img/Mana72kPw-KacXD3.jpg",
+ "type": "video",
+ "url": "https://t.co/qKeNuaHaRm",
+ "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": 98139,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/pl/iCpBWV0d7QxRNYBy.m3u8?tag=12&v=b5e"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/480x270/iTvYy4fWvF4bFGfT.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/640x360/XZue3ZHbcg1DbxPv.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/1280x720/qETxqZf-WX0nlJyU.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842289765208453120"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 1,
+ 13
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/qKeNuaHaRm",
+ "expanded_url": "https://x.com/PsychoPAC24/status/1842289834586481075/video/1",
+ "id_str": "1842289765208453120",
+ "indices": [
+ 46,
+ 69
+ ],
+ "media_key": "7_1842289765208453120",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842289765208453120/pu/img/Mana72kPw-KacXD3.jpg",
+ "type": "video",
+ "url": "https://t.co/qKeNuaHaRm",
+ "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": 98139,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/pl/iCpBWV0d7QxRNYBy.m3u8?tag=12&v=b5e"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/480x270/iTvYy4fWvF4bFGfT.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/640x360/XZue3ZHbcg1DbxPv.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842289765208453120/pu/vid/avc1/1280x720/qETxqZf-WX0nlJyU.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842289765208453120"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 13183,
+ "favorited": false,
+ "full_text": ".@BillOReilly was not a fan of our newest ad. https://t.co/qKeNuaHaRm",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 529,
+ "reply_count": 2926,
+ "retweet_count": 2213,
+ "retweeted": false,
+ "user_id_str": "1811763986003574784",
+ "id_str": "1842289834586481075"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 368,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 21:14:32 +0000 2024",
+ "conversation_id_str": "1842312369516823007",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23970102",
+ "name": "Bill O'Reilly",
+ "screen_name": "BillOReilly",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "1811763986003574784",
+ "name": "Anti-Psychopath PAC",
+ "screen_name": "PsychoPAC24",
+ "indices": [
+ 68,
+ 80
+ ]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 140,
+ 156
+ ]
+ }
+ ]
+ },
+ "favorite_count": 27183,
+ "favorited": false,
+ "full_text": "So @BillOReilly calls me “despicable” in this clip because, through @PsychoPAC24, I created, funded, and aired two ads featuring women whom @realDonaldTrump assaulted. \n\nI’m not the bragging type, but I must admit I consider this a tremendous honor. I wish to thank Bill, as well",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 312,
+ "quoted_status_id_str": "1842289834586481075",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iNndmKilSl",
+ "expanded": "https://twitter.com/psychopac24/status/1842289834586481075",
+ "display": "x.com/psychopac24/st…"
+ },
+ "reply_count": 2505,
+ "retweet_count": 6452,
+ "retweeted": false,
+ "user_id_str": "471677441",
+ "id_str": "1842312369516823007"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842729593100243072",
+ "sortIndex": "1842759124685684712",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842729593100243072",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/lrPLdY9Pee",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Eliot Cohen and Phillips O'Brien examine analytic failures leading up to the full-scale Russian invasion of Ukraine, their policy implications, and ways to improve future military analysis.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.csis.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "272019676",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "csis.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "The Russia-Ukraine War: A Study in Analytic Failure | CSIS",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/lrPLdY9Pee",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/lrPLdY9Pee",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzIwMTk2NzY=",
+ "rest_id": "272019676",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Mar 25 17:09:55 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "A bipartisan institution, CSIS is the top national security think tank in the world. Follows ≠ endorsements.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "csis.org",
+ "expanded_url": "http://csis.org",
+ "url": "https://t.co/ci5efvAu0S",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1674,
+ "followers_count": 416243,
+ "friends_count": 603,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6430,
+ "location": "Washington, DC",
+ "media_count": 29614,
+ "name": "CSIS",
+ "normal_followers_count": 416243,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/272019676/1398267587",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689001653805125632/JvJkKJ4A_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CSIS",
+ "statuses_count": 88808,
+ "translator_type": "none",
+ "url": "https://t.co/ci5efvAu0S",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1522225429897228288",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 688,
+ "name": "Non-Governmental & Nonprofit Organization ",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842729593100243072"
+ ],
+ "editable_until_msecs": "1728179545912",
+ "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": "Sun Oct 06 00:52:25 +0000 2024",
+ "conversation_id_str": "1842729593100243072",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "3129968261",
+ "name": "Timothy Snyder",
+ "screen_name": "TimothyDSnyder",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @TimothyDSnyder: Everyone interested in US foreign policy should read this report – a needed first step towards self-reflection and self…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 373,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842729593100243072",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842702768114397274",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMTI5OTY4MjYx",
+ "rest_id": "3129968261",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Mar 30 21:25:57 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Levin Professor of History at Yale. Author of \"On Freedom,\" \"On Tyranny,\" \"Our Malady,\" \"Road to Unfreedom,\" \"Black Earth,\" and \"Bloodlands\"",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "snyder.substack.com",
+ "expanded_url": "http://snyder.substack.com",
+ "url": "https://t.co/K08VDpoT1T",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9,
+ "followers_count": 575974,
+ "friends_count": 71,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 6472,
+ "location": "",
+ "media_count": 518,
+ "name": "Timothy Snyder",
+ "normal_followers_count": 575974,
+ "pinned_tweet_ids_str": [
+ "1326319545427107840"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3129968261/1726583817",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/582655768471552000/8Ad5TU8L_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TimothyDSnyder",
+ "statuses_count": 5379,
+ "translator_type": "none",
+ "url": "https://t.co/K08VDpoT1T",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/lrPLdY9Pee",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Eliot Cohen and Phillips O'Brien examine analytic failures leading up to the full-scale Russian invasion of Ukraine, their policy implications, and ways to improve future military analysis.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.csis.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "272019676",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "csis.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "The Russia-Ukraine War: A Study in Analytic Failure | CSIS",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/1839334579788013568/JOTDsrUs?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 55,
+ "green": 64,
+ "red": 75
+ },
+ "percentage": 59.28
+ },
+ {
+ "rgb": {
+ "blue": 111,
+ "green": 106,
+ "red": 110
+ },
+ "percentage": 39.5
+ },
+ {
+ "rgb": {
+ "blue": 79,
+ "green": 92,
+ "red": 112
+ },
+ "percentage": 1.18
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 1152,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/lrPLdY9Pee",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 2340,
+ "width": 4160,
+ "url": "https://pbs.twimg.com/card_img/1839334579788013568/JOTDsrUs?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/lrPLdY9Pee",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzIwMTk2NzY=",
+ "rest_id": "272019676",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Mar 25 17:09:55 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "A bipartisan institution, CSIS is the top national security think tank in the world. Follows ≠ endorsements.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "csis.org",
+ "expanded_url": "http://csis.org",
+ "url": "https://t.co/ci5efvAu0S",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1674,
+ "followers_count": 416243,
+ "friends_count": 603,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6430,
+ "location": "Washington, DC",
+ "media_count": 29614,
+ "name": "CSIS",
+ "normal_followers_count": 416243,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/272019676/1398267587",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689001653805125632/JvJkKJ4A_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CSIS",
+ "statuses_count": 88808,
+ "translator_type": "none",
+ "url": "https://t.co/ci5efvAu0S",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1522225429897228288",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 688,
+ "name": "Non-Governmental & Nonprofit Organization ",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842702768114397274"
+ ],
+ "editable_until_msecs": "1728173150000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "47949",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 176,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 23:05:50 +0000 2024",
+ "conversation_id_str": "1842702768114397274",
+ "display_text_range": [
+ 0,
+ 189
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "csis.org/analysis/russi…",
+ "expanded_url": "https://www.csis.org/analysis/russia-ukraine-war-study-analytic-failure",
+ "url": "https://t.co/lrPLdY9Pee",
+ "indices": [
+ 166,
+ 189
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "3244305970",
+ "name": "Eliot A Cohen",
+ "screen_name": "EliotACohen",
+ "indices": [
+ 135,
+ 147
+ ]
+ },
+ {
+ "id_str": "3061796219",
+ "name": "Phillips P. OBrien",
+ "screen_name": "PhillipsPOBrien",
+ "indices": [
+ 148,
+ 164
+ ]
+ }
+ ]
+ },
+ "favorite_count": 780,
+ "favorited": false,
+ "full_text": "Everyone interested in US foreign policy should read this report – a needed first step towards self-reflection and self-correction.\nBy @EliotACohen @PhillipsPOBrien \nhttps://t.co/lrPLdY9Pee",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 35,
+ "retweet_count": 373,
+ "retweeted": false,
+ "user_id_str": "3129968261",
+ "id_str": "1842702768114397274"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842729536460624246",
+ "sortIndex": "1842759124685684711",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842729536460624246",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842729536460624246"
+ ],
+ "editable_until_msecs": "1728179532408",
+ "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": "Sun Oct 06 00:52:12 +0000 2024",
+ "conversation_id_str": "1842729536460624246",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1610794991957188613",
+ "name": "AZOV.ONE",
+ "screen_name": "Azov_one",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Azov_one: \"This is what the russians do. It's killing the life where they pass\", says callsign \"Tuga\", a Portuguese🇵🇹 volunteer fightin…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 692,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842729536460624246",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842221012030574780",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjEwNzk0OTkxOTU3MTg4NjEz",
+ "rest_id": "1610794991957188613",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Jan 05 00:27:24 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "The official fundraising unit of the Azov Brigade @azov_media. \nThe one and only. \nTo support: https://t.co/JRYE5Kfasz",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "go.azov.one/en",
+ "expanded_url": "http://go.azov.one/en",
+ "url": "https://t.co/JRYE5Kfasz",
+ "indices": [
+ 95,
+ 118
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "AZOV.ONE",
+ "expanded_url": "http://AZOV.ONE",
+ "url": "https://t.co/R5vBPB3cJO",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 20,
+ "followers_count": 5186,
+ "friends_count": 1,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 35,
+ "location": "Ukraine",
+ "media_count": 87,
+ "name": "AZOV.ONE",
+ "normal_followers_count": 5186,
+ "pinned_tweet_ids_str": [
+ "1840739893934227624"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1610794991957188613/1718961228",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1793584397985120257/y6WpwHJc_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Azov_one",
+ "statuses_count": 183,
+ "translator_type": "none",
+ "url": "https://t.co/R5vBPB3cJO",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842221012030574780"
+ ],
+ "editable_until_msecs": "1728058290000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "59220",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 84,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 15:11:30 +0000 2024",
+ "conversation_id_str": "1842221012030574780",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 266,
+ 280
+ ],
+ "text": "StandWithAzov"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/2xGK77dBMP",
+ "expanded_url": "https://x.com/Azov_one/status/1842221012030574780/video/1",
+ "id_str": "1842219369327140864",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "7_1842219369327140864",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842219369327140864/pu/img/8gu2EJgYFj_vHRw4.jpg",
+ "type": "video",
+ "url": "https://t.co/2xGK77dBMP",
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 70514,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/pl/VpNaMeNjadIam4FC.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/480x270/3x3YzXuoNFVD69Nu.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/640x360/zo-6QEQILkgpRKg6.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/1280x720/2_tmsYVi4xwyt4X-.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842219369327140864"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/2xGK77dBMP",
+ "expanded_url": "https://x.com/Azov_one/status/1842221012030574780/video/1",
+ "id_str": "1842219369327140864",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "7_1842219369327140864",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842219369327140864/pu/img/8gu2EJgYFj_vHRw4.jpg",
+ "type": "video",
+ "url": "https://t.co/2xGK77dBMP",
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 70514,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/pl/VpNaMeNjadIam4FC.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/480x270/3x3YzXuoNFVD69Nu.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/640x360/zo-6QEQILkgpRKg6.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842219369327140864/pu/vid/avc1/1280x720/2_tmsYVi4xwyt4X-.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842219369327140864"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 2440,
+ "favorited": false,
+ "full_text": "\"This is what the russians do. It's killing the life where they pass\", says callsign \"Tuga\", a Portuguese🇵🇹 volunteer fighting in Azov🇺🇦 ranks.\n\n\"Europeans, think about what can happen to your children, to your friends, to your family -- if we let this go through\".\n#StandWithAzov https://t.co/2xGK77dBMP",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 19,
+ "reply_count": 60,
+ "retweet_count": 692,
+ "retweeted": false,
+ "user_id_str": "1610794991957188613",
+ "id_str": "1842221012030574780"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842729478587392140",
+ "sortIndex": "1842759124685684710",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842729478587392140",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842729478587392140"
+ ],
+ "editable_until_msecs": "1728179518610",
+ "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": "Sun Oct 06 00:51:58 +0000 2024",
+ "conversation_id_str": "1842729478587392140",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "349803020",
+ "name": "Bill Madden",
+ "screen_name": "maddenifico",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @maddenifico: 'Dark MAGA': The utter desperation in Elon Musk's voice is palpable. He knows the likelihood of getting millions of dollar…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2482,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842729478587392140",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842706773154680884",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNDk4MDMwMjA=",
+ "rest_id": "349803020",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 06 18:34:39 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Singer-songwriter/musician: Here for social/climate justice, fintwit and preventing a Trump dictatorship. Spotify https://t.co/sNSO5ATqRP Buy https://t.co/oLxzwnZc73",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "rb.gy/jm7b2",
+ "expanded_url": "http://rb.gy/jm7b2",
+ "url": "https://t.co/sNSO5ATqRP",
+ "indices": [
+ 114,
+ 137
+ ]
+ },
+ {
+ "display_url": "bit.ly/2kJwUoL",
+ "expanded_url": "http://bit.ly/2kJwUoL",
+ "url": "https://t.co/oLxzwnZc73",
+ "indices": [
+ 142,
+ 165
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "about.me/bill.madden",
+ "expanded_url": "http://about.me/bill.madden",
+ "url": "https://t.co/2VhIVMu7IL",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4500,
+ "followers_count": 255076,
+ "friends_count": 56681,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1920,
+ "location": "Lower East Side/Chinatown, NYC",
+ "media_count": 3836,
+ "name": "Bill Madden",
+ "normal_followers_count": 255076,
+ "pinned_tweet_ids_str": [
+ "1802401009026715870"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/349803020/1446148252",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1527075304887525377/5_myTcv8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "maddenifico",
+ "statuses_count": 63951,
+ "translator_type": "none",
+ "url": "https://t.co/2VhIVMu7IL",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842706773154680884"
+ ],
+ "editable_until_msecs": "1728174105000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "424353",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 789,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 23:21:45 +0000 2024",
+ "conversation_id_str": "1842706773154680884",
+ "display_text_range": [
+ 0,
+ 279
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/vM9kNNVIrj",
+ "expanded_url": "https://x.com/jimstewartson/status/1842699606385422553/video/1",
+ "id_str": "1842699462164316160",
+ "indices": [
+ 256,
+ 279
+ ],
+ "media_key": "13_1842699462164316160",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842699462164316160/img/9E0vlsyvQTOZZdjU.jpg",
+ "source_status_id_str": "1842699606385422553",
+ "source_user_id_str": "256154569",
+ "type": "video",
+ "url": "https://t.co/vM9kNNVIrj",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTYxNTQ1Njk=",
+ "rest_id": "256154569",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Feb 22 19:34:37 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Emmy-winning creative technologist, @RadicalizedPod co-host, Journalist: https://t.co/QvvP9wRDg2. This is not politics. This is a coup. #ArrestMikeFlynn",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://mind-war.com",
+ "url": "https://t.co/QvvP9wRDg2",
+ "indices": [
+ 73,
+ 96
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://www.mind-war.com",
+ "url": "https://t.co/lsp0U7CiLt",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63987,
+ "followers_count": 129779,
+ "friends_count": 4957,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1372,
+ "location": "Los Angeles, CA",
+ "media_count": 22069,
+ "name": "Jim Stewartson, Counterinsurgent 🇺🇸🇺🇦💙🎈",
+ "normal_followers_count": 129779,
+ "pinned_tweet_ids_str": [
+ "1841132932297343249"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/256154569/1703965816",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801359582117134337/wmHN-DXv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jimstewartson",
+ "statuses_count": 100929,
+ "translator_type": "none",
+ "url": "https://t.co/lsp0U7CiLt",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 57790,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/pl/SmFEB5Ogrb4S68Lc.m3u8?tag=16&v=14c"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/480x270/uTmIyQe4APpFGTnz.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/640x360/lEee09IuXZ91KJc5.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/1280x720/PRTBLc80ce9RyECZ.mp4?tag=16"
+ },
+ {
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/1920x1080/CnHG5tsUMAqTe1fE.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842699462164316160"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/vM9kNNVIrj",
+ "expanded_url": "https://x.com/jimstewartson/status/1842699606385422553/video/1",
+ "id_str": "1842699462164316160",
+ "indices": [
+ 256,
+ 279
+ ],
+ "media_key": "13_1842699462164316160",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842699462164316160/img/9E0vlsyvQTOZZdjU.jpg",
+ "source_status_id_str": "1842699606385422553",
+ "source_user_id_str": "256154569",
+ "type": "video",
+ "url": "https://t.co/vM9kNNVIrj",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTYxNTQ1Njk=",
+ "rest_id": "256154569",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Feb 22 19:34:37 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Emmy-winning creative technologist, @RadicalizedPod co-host, Journalist: https://t.co/QvvP9wRDg2. This is not politics. This is a coup. #ArrestMikeFlynn",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://mind-war.com",
+ "url": "https://t.co/QvvP9wRDg2",
+ "indices": [
+ 73,
+ 96
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://www.mind-war.com",
+ "url": "https://t.co/lsp0U7CiLt",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63987,
+ "followers_count": 129779,
+ "friends_count": 4957,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1372,
+ "location": "Los Angeles, CA",
+ "media_count": 22069,
+ "name": "Jim Stewartson, Counterinsurgent 🇺🇸🇺🇦💙🎈",
+ "normal_followers_count": 129779,
+ "pinned_tweet_ids_str": [
+ "1841132932297343249"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/256154569/1703965816",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801359582117134337/wmHN-DXv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jimstewartson",
+ "statuses_count": 100929,
+ "translator_type": "none",
+ "url": "https://t.co/lsp0U7CiLt",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 57790,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/pl/SmFEB5Ogrb4S68Lc.m3u8?tag=16&v=14c"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/480x270/uTmIyQe4APpFGTnz.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/640x360/lEee09IuXZ91KJc5.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/1280x720/PRTBLc80ce9RyECZ.mp4?tag=16"
+ },
+ {
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842699462164316160/vid/avc1/1920x1080/CnHG5tsUMAqTe1fE.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842699462164316160"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 9589,
+ "favorited": false,
+ "full_text": "'Dark MAGA': The utter desperation in Elon Musk's voice is palpable. He knows the likelihood of getting millions of dollars in tax cuts is diminishing. Anybody who thinks the greed-driven billionaire is not all in on a Trump dictatorship — listen to this. https://t.co/vM9kNNVIrj",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 249,
+ "reply_count": 1204,
+ "retweet_count": 2482,
+ "retweeted": false,
+ "user_id_str": "349803020",
+ "id_str": "1842706773154680884"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842729119848472916",
+ "sortIndex": "1842759124685684709",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842729119848472916",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842729119848472916"
+ ],
+ "editable_until_msecs": "1728179433080",
+ "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": "Sun Oct 06 00:50:33 +0000 2024",
+ "conversation_id_str": "1842729119848472916",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "3044772544",
+ "name": "Roman Sheremeta 🇺🇦",
+ "screen_name": "rshereme",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @rshereme: Ukraine 1941 and 2024.\n\nUkraine 1941: German 𝐍𝐚𝐳𝐢𝐬 𝐞𝐱𝐞𝐜𝐮𝐭𝐢𝐧𝐠 local population, proudly photograph it. \n\nUkraine 2024: Russian…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 155,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842729119848472916",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842712168187228480",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMDQ0NzcyNTQ0",
+ "rest_id": "3044772544",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Feb 18 21:48:19 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Professor of Economics, Board Member, Founding Rector of American University Kyiv",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "sites.google.com/site/romansher…",
+ "expanded_url": "http://sites.google.com/site/romansheremeta",
+ "url": "https://t.co/DQT1QeGCyl",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 8015,
+ "followers_count": 42042,
+ "friends_count": 818,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 976,
+ "location": "Cleveland, OH",
+ "media_count": 3360,
+ "name": "Roman Sheremeta 🇺🇦",
+ "normal_followers_count": 42042,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3044772544/1717109792",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796314780711473152/2vIkQO0F_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "rshereme",
+ "statuses_count": 7446,
+ "translator_type": "none",
+ "url": "https://t.co/DQT1QeGCyl",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842712168187228480"
+ ],
+ "editable_until_msecs": "1728175391000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "7198",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 24,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 23:43:11 +0000 2024",
+ "conversation_id_str": "1842712168187228480",
+ "display_text_range": [
+ 0,
+ 189
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/4j4BKrOqic",
+ "expanded_url": "https://x.com/rshereme/status/1842712168187228480/photo/1",
+ "id_str": "1842712160343896064",
+ "indices": [
+ 190,
+ 213
+ ],
+ "media_key": "3_1842712160343896064",
+ "media_url_https": "https://pbs.twimg.com/media/GZKg8lyXMAAy8EQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/4j4BKrOqic",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 388,
+ "w": 800,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 388,
+ "w": 800,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 330,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 388,
+ "width": 800,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 693,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 388,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 340,
+ "h": 388
+ },
+ {
+ "x": 3,
+ "y": 0,
+ "w": 194,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 800,
+ "h": 388
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842712160343896064"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/4j4BKrOqic",
+ "expanded_url": "https://x.com/rshereme/status/1842712168187228480/photo/1",
+ "id_str": "1842712160343896064",
+ "indices": [
+ 190,
+ 213
+ ],
+ "media_key": "3_1842712160343896064",
+ "media_url_https": "https://pbs.twimg.com/media/GZKg8lyXMAAy8EQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/4j4BKrOqic",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 388,
+ "w": 800,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 388,
+ "w": 800,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 330,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 388,
+ "width": 800,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 693,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 388,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 340,
+ "h": 388
+ },
+ {
+ "x": 3,
+ "y": 0,
+ "w": 194,
+ "h": 388
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 800,
+ "h": 388
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842712160343896064"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 404,
+ "favorited": false,
+ "full_text": "Ukraine 1941 and 2024.\n\nUkraine 1941: German 𝐍𝐚𝐳𝐢𝐬 𝐞𝐱𝐞𝐜𝐮𝐭𝐢𝐧𝐠 local population, proudly photograph it. \n\nUkraine 2024: Russian 𝐍𝐚𝐳𝐢𝐬 𝐞𝐱𝐞𝐜𝐮𝐭𝐢𝐧𝐠 local population, proudly video-record it.\n\n1/n https://t.co/4j4BKrOqic",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 5,
+ "reply_count": 6,
+ "retweet_count": 155,
+ "retweeted": false,
+ "user_id_str": "3044772544",
+ "id_str": "1842712168187228480"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842728940449738974",
+ "sortIndex": "1842759124685684708",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842728940449738974",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842728940449738974"
+ ],
+ "editable_until_msecs": "1728179390308",
+ "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": "Sun Oct 06 00:49:50 +0000 2024",
+ "conversation_id_str": "1842728940449738974",
+ "display_text_range": [
+ 0,
+ 45
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/M2F9eAZtxk",
+ "expanded_url": "https://x.com/davidsirota/status/1842651320110797305/photo/1",
+ "id_str": "1842651313068249094",
+ "indices": [
+ 22,
+ 45
+ ],
+ "media_key": "3_1842651313068249094",
+ "media_url_https": "https://pbs.twimg.com/media/GZJpm0BXEAYU6me.jpg",
+ "source_status_id_str": "1842651320110797305",
+ "source_user_id_str": "14855994",
+ "type": "photo",
+ "url": "https://t.co/M2F9eAZtxk",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 462,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 578,
+ "width": 850,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 476
+ },
+ {
+ "x": 114,
+ "y": 0,
+ "w": 578,
+ "h": 578
+ },
+ {
+ "x": 150,
+ "y": 0,
+ "w": 507,
+ "h": 578
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 289,
+ "h": 578
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 578
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842651313068249094"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "14855994",
+ "name": "David Sirota",
+ "screen_name": "davidsirota",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/M2F9eAZtxk",
+ "expanded_url": "https://x.com/davidsirota/status/1842651320110797305/photo/1",
+ "id_str": "1842651313068249094",
+ "indices": [
+ 22,
+ 45
+ ],
+ "media_key": "3_1842651313068249094",
+ "media_url_https": "https://pbs.twimg.com/media/GZJpm0BXEAYU6me.jpg",
+ "source_status_id_str": "1842651320110797305",
+ "source_user_id_str": "14855994",
+ "type": "photo",
+ "url": "https://t.co/M2F9eAZtxk",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 462,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 578,
+ "width": 850,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 476
+ },
+ {
+ "x": 114,
+ "y": 0,
+ "w": 578,
+ "h": 578
+ },
+ {
+ "x": 150,
+ "y": 0,
+ "w": 507,
+ "h": 578
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 289,
+ "h": 578
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 578
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842651313068249094"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @davidsirota: bro… https://t.co/M2F9eAZtxk",
+ "is_quote_status": true,
+ "lang": "und",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1842620590961958930",
+ "quoted_status_permalink": {
+ "url": "https://t.co/Mw46TKvGZI",
+ "expanded": "https://twitter.com/elonmusk/status/1842620590961958930",
+ "display": "x.com/elonmusk/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 1370,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842728940449738974",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842651320110797305",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg1NTk5NA==",
+ "rest_id": "14855994",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed May 21 12:59:37 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Founder, @LeverNews; Host, https://t.co/SQJre1meSD; WGA winner/Oscar nominee for #DontLookUp; spouse of @EmilyforCO; Denverite, dad, member of Nuggets Nation.",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "MasterPlanPodcast.com",
+ "expanded_url": "http://MasterPlanPodcast.com",
+ "url": "https://t.co/SQJre1meSD",
+ "indices": [
+ 27,
+ 50
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "davidsirota.com",
+ "expanded_url": "https://www.davidsirota.com",
+ "url": "https://t.co/Dp4VDTM379",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 10663,
+ "followers_count": 336201,
+ "friends_count": 3468,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4011,
+ "location": "Denver, CO",
+ "media_count": 3313,
+ "name": "David Sirota",
+ "normal_followers_count": 336201,
+ "pinned_tweet_ids_str": [
+ "1823059680517587312"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14855994/1623650884",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1821192914338222081/F2gHqxPU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "davidsirota",
+ "statuses_count": 17526,
+ "translator_type": "none",
+ "url": "https://t.co/Dp4VDTM379",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842651320110797305"
+ ],
+ "editable_until_msecs": "1728160884000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "241992",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842620590961958930",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NDE5NjM5Nw==",
+ "rest_id": "44196397",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Jun 02 20:12:29 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Read @America to understand why I’m supporting Trump for President",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "TheAmericaPAC.org",
+ "expanded_url": "http://TheAmericaPAC.org",
+ "url": "https://t.co/DjyKIO6ePx",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 79199,
+ "followers_count": 200296755,
+ "friends_count": 777,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 152175,
+ "location": "",
+ "media_count": 2561,
+ "name": "Elon Musk",
+ "normal_followers_count": 200296755,
+ "pinned_tweet_ids_str": [
+ "1842664269143552201"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1726163678",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842733820941905921/9Gk8hbKx_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "elonmusk",
+ "statuses_count": 53647,
+ "translator_type": "none",
+ "url": "https://t.co/DjyKIO6ePx",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1679729435447275522",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842620590961958930"
+ ],
+ "editable_until_msecs": "1728153557000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4619131",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842397453209026698"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 1660,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 17:39:17 +0000 2024",
+ "conversation_id_str": "1842620590961958930",
+ "display_text_range": [
+ 0,
+ 157
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 55519,
+ "favorited": false,
+ "full_text": "To paraphrase Milton Friedman: the worst results come from people spending other people’s money on a different group of other people. That is the government!",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 484,
+ "quoted_status_id_str": "1842397453209026698",
+ "quoted_status_permalink": {
+ "url": "https://t.co/mnedgVCEpe",
+ "expanded": "https://twitter.com/charliekirk11/status/1842397453209026698",
+ "display": "x.com/charliekirk11/…"
+ },
+ "reply_count": 3127,
+ "retweet_count": 16012,
+ "retweeted": false,
+ "user_id_str": "44196397",
+ "id_str": "1842620590961958930"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 247,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:41:24 +0000 2024",
+ "conversation_id_str": "1842651320110797305",
+ "display_text_range": [
+ 0,
+ 4
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/M2F9eAZtxk",
+ "expanded_url": "https://x.com/davidsirota/status/1842651320110797305/photo/1",
+ "id_str": "1842651313068249094",
+ "indices": [
+ 5,
+ 28
+ ],
+ "media_key": "3_1842651313068249094",
+ "media_url_https": "https://pbs.twimg.com/media/GZJpm0BXEAYU6me.jpg",
+ "type": "photo",
+ "url": "https://t.co/M2F9eAZtxk",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 462,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 578,
+ "width": 850,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 476
+ },
+ {
+ "x": 114,
+ "y": 0,
+ "w": 578,
+ "h": 578
+ },
+ {
+ "x": 150,
+ "y": 0,
+ "w": 507,
+ "h": 578
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 289,
+ "h": 578
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 578
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842651313068249094"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/M2F9eAZtxk",
+ "expanded_url": "https://x.com/davidsirota/status/1842651320110797305/photo/1",
+ "id_str": "1842651313068249094",
+ "indices": [
+ 5,
+ 28
+ ],
+ "media_key": "3_1842651313068249094",
+ "media_url_https": "https://pbs.twimg.com/media/GZJpm0BXEAYU6me.jpg",
+ "type": "photo",
+ "url": "https://t.co/M2F9eAZtxk",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 578,
+ "w": 850,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 462,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 578,
+ "width": 850,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 476
+ },
+ {
+ "x": 114,
+ "y": 0,
+ "w": 578,
+ "h": 578
+ },
+ {
+ "x": 150,
+ "y": 0,
+ "w": 507,
+ "h": 578
+ },
+ {
+ "x": 259,
+ "y": 0,
+ "w": 289,
+ "h": 578
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 850,
+ "h": 578
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842651313068249094"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 6890,
+ "favorited": false,
+ "full_text": "bro… https://t.co/M2F9eAZtxk",
+ "is_quote_status": true,
+ "lang": "und",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 35,
+ "quoted_status_id_str": "1842620590961958930",
+ "quoted_status_permalink": {
+ "url": "https://t.co/Mw46TKvGZI",
+ "expanded": "https://twitter.com/elonmusk/status/1842620590961958930",
+ "display": "x.com/elonmusk/statu…"
+ },
+ "reply_count": 102,
+ "retweet_count": 1370,
+ "retweeted": false,
+ "user_id_str": "14855994",
+ "id_str": "1842651320110797305"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842728801622519993",
+ "sortIndex": "1842759124685684707",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842728801622519993",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842728801622519993"
+ ],
+ "editable_until_msecs": "1728179357209",
+ "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": "Sun Oct 06 00:49:17 +0000 2024",
+ "conversation_id_str": "1842728801622519993",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "989910768",
+ "name": "Azamat Junisbai 🇰🇿🇺🇦",
+ "screen_name": "azamatistan",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @azamatistan: Mistaking the 1991 disintegration of the USSR for a genuine abandonment of imperial ambitions by Russia is dangerously sho…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 31,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842728801622519993",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842727722100920728",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5ODk5MTA3Njg=",
+ "rest_id": "989910768",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Dec 05 01:11:15 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "almaty native, california transplant @pitzercollege sociology professor RT≠E",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "pitzer.edu/academics/facu…",
+ "expanded_url": "https://www.pitzer.edu/academics/faculty/azamat-junisbai/",
+ "url": "https://t.co/KIOhblmaGs",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14495,
+ "followers_count": 14022,
+ "friends_count": 146,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 204,
+ "location": "Los Angeles",
+ "media_count": 143,
+ "name": "Azamat Junisbai 🇰🇿🇺🇦",
+ "normal_followers_count": 14022,
+ "pinned_tweet_ids_str": [
+ "1667523001565282304"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1599329769044078593/3HHjjU1d_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "azamatistan",
+ "statuses_count": 4885,
+ "translator_type": "none",
+ "url": "https://t.co/KIOhblmaGs",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842727722100920728"
+ ],
+ "editable_until_msecs": "1728179099000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "3335",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 11,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 00:44:59 +0000 2024",
+ "conversation_id_str": "1842727722100920728",
+ "display_text_range": [
+ 0,
+ 266
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/DSeyy0BqWJ",
+ "expanded_url": "https://x.com/azamatistan/status/1842727722100920728/photo/1",
+ "id_str": "1842727717449375744",
+ "indices": [
+ 267,
+ 290
+ ],
+ "media_key": "3_1842727717449375744",
+ "media_url_https": "https://pbs.twimg.com/media/GZKvGIhWIAAiwFQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/DSeyy0BqWJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 344,
+ "y": 195,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 308,
+ "y": 174,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 174,
+ "y": 99,
+ "h": 35,
+ "w": 35
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 344,
+ "y": 195,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 968,
+ "w": 1338,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 868,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 492,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 968,
+ "width": 1338,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1338,
+ "h": 749
+ },
+ {
+ "x": 370,
+ "y": 0,
+ "w": 968,
+ "h": 968
+ },
+ {
+ "x": 489,
+ "y": 0,
+ "w": 849,
+ "h": 968
+ },
+ {
+ "x": 792,
+ "y": 0,
+ "w": 484,
+ "h": 968
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1338,
+ "h": 968
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842727717449375744"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/DSeyy0BqWJ",
+ "expanded_url": "https://x.com/azamatistan/status/1842727722100920728/photo/1",
+ "id_str": "1842727717449375744",
+ "indices": [
+ 267,
+ 290
+ ],
+ "media_key": "3_1842727717449375744",
+ "media_url_https": "https://pbs.twimg.com/media/GZKvGIhWIAAiwFQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/DSeyy0BqWJ",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 344,
+ "y": 195,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 308,
+ "y": 174,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 174,
+ "y": 99,
+ "h": 35,
+ "w": 35
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 344,
+ "y": 195,
+ "h": 69,
+ "w": 69
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 968,
+ "w": 1338,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 868,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 492,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 968,
+ "width": 1338,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1338,
+ "h": 749
+ },
+ {
+ "x": 370,
+ "y": 0,
+ "w": 968,
+ "h": 968
+ },
+ {
+ "x": 489,
+ "y": 0,
+ "w": 849,
+ "h": 968
+ },
+ {
+ "x": 792,
+ "y": 0,
+ "w": 484,
+ "h": 968
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1338,
+ "h": 968
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842727717449375744"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 106,
+ "favorited": false,
+ "full_text": "Mistaking the 1991 disintegration of the USSR for a genuine abandonment of imperial ambitions by Russia is dangerously shortsighted. And yet, this deeply ahistorical take had become prevalent in Washington and many Western European capitals prior to February 2022. 🧵 https://t.co/DSeyy0BqWJ",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 6,
+ "retweet_count": 31,
+ "retweeted": false,
+ "user_id_str": "989910768",
+ "id_str": "1842727722100920728"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842728424609038461",
+ "sortIndex": "1842759124685684706",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842728424609038461",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzU5OTYwNTU=",
+ "rest_id": "335996055",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Jul 15 15:46:40 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Press Secretary for the @DeptofDefense",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "defense.gov",
+ "expanded_url": "https://www.defense.gov/",
+ "url": "https://t.co/ByvBosF1UI",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 427,
+ "followers_count": 224682,
+ "friends_count": 794,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 3239,
+ "location": "The Pentagon",
+ "media_count": 121,
+ "name": "Maj. Gen. Patrick Ryder",
+ "normal_followers_count": 224682,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/335996055/1661206563",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1780276082307981312/WmBDKZPv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PentagonPresSec",
+ "statuses_count": 2995,
+ "translator_type": "none",
+ "url": "https://t.co/ByvBosF1UI",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842728424609038461"
+ ],
+ "editable_until_msecs": "1728179267322",
+ "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": "Sun Oct 06 00:47:47 +0000 2024",
+ "conversation_id_str": "1842728424609038461",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "18144581",
+ "name": "U.S. Northern Command",
+ "screen_name": "USNorthernCmd",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @USNorthernCmd: USNORTHCOM has been fully engaged from the beginning with FEMA and the whole-of-government relief efforts related to Hur…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 78,
+ "retweeted": false,
+ "user_id_str": "335996055",
+ "id_str": "1842728424609038461",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842674823790772713",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODE0NDU4MQ==",
+ "rest_id": "18144581",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Dec 15 19:50:31 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official profile of U.S. Northern Command. RTs/Follows/Favs ≠ endorsement",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "northcom.mil",
+ "expanded_url": "http://www.northcom.mil",
+ "url": "https://t.co/QeStvVsVMF",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1946,
+ "followers_count": 152077,
+ "friends_count": 386,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2025,
+ "location": "Peterson Space Force Base, CO",
+ "media_count": 1239,
+ "name": "U.S. Northern Command",
+ "normal_followers_count": 152077,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18144581/1651172676",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1094992299312918529/xX3lLSy2_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "USNorthernCmd",
+ "statuses_count": 7253,
+ "translator_type": "none",
+ "url": "https://t.co/QeStvVsVMF",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842674823790772713"
+ ],
+ "editable_until_msecs": "1728166487000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "14863",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 10,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 21:14:47 +0000 2024",
+ "conversation_id_str": "1842674823790772713",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674495317839872",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674495317839872",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-sMoXkAAnkvl.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1171,
+ "w": 2048,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 686,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 389,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2341,
+ "width": 4096,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 4096,
+ "h": 2294
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2341,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2054,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1171,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 4096,
+ "h": 2341
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674495317839872"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674563303301121",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674563303301121",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-wJ5XYAEeW6A.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1475,
+ "y": 650,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1106,
+ "y": 487,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 626,
+ "y": 276,
+ "h": 24,
+ "w": 24
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1475,
+ "y": 650,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1066,
+ "w": 1600,
+ "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": 1066,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1066,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 935,
+ "h": 1066
+ },
+ {
+ "x": 174,
+ "y": 0,
+ "w": 533,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1066
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674563303301121"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674638653935616",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674638653935616",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-0imW0AATSbq.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 686,
+ "h": 117,
+ "w": 117
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1075,
+ "y": 501,
+ "h": 85,
+ "w": 85
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 609,
+ "y": 284,
+ "h": 48,
+ "w": 48
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 686,
+ "h": 117,
+ "w": 117
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1174,
+ "w": 1642,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 858,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 486,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1174,
+ "width": 1642,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1642,
+ "h": 920
+ },
+ {
+ "x": 468,
+ "y": 0,
+ "w": 1174,
+ "h": 1174
+ },
+ {
+ "x": 592,
+ "y": 0,
+ "w": 1030,
+ "h": 1174
+ },
+ {
+ "x": 814,
+ "y": 0,
+ "w": 587,
+ "h": 1174
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1642,
+ "h": 1174
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674638653935616"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674709353164800",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674709353164800",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-4p-XcAA5Yp_.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1066,
+ "w": 1600,
+ "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": 1066,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 534,
+ "y": 0,
+ "w": 1066,
+ "h": 1066
+ },
+ {
+ "x": 665,
+ "y": 0,
+ "w": 935,
+ "h": 1066
+ },
+ {
+ "x": 1067,
+ "y": 0,
+ "w": 533,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1066
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674709353164800"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674495317839872",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674495317839872",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-sMoXkAAnkvl.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1171,
+ "w": 2048,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 686,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 389,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2341,
+ "width": 4096,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 4096,
+ "h": 2294
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2341,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2054,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1171,
+ "h": 2341
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 4096,
+ "h": 2341
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674495317839872"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674563303301121",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674563303301121",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-wJ5XYAEeW6A.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1475,
+ "y": 650,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1106,
+ "y": 487,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 626,
+ "y": 276,
+ "h": 24,
+ "w": 24
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1475,
+ "y": 650,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1066,
+ "w": 1600,
+ "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": 1066,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1066,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 935,
+ "h": 1066
+ },
+ {
+ "x": 174,
+ "y": 0,
+ "w": 533,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1066
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674563303301121"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674638653935616",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674638653935616",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-0imW0AATSbq.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 686,
+ "h": 117,
+ "w": 117
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1075,
+ "y": 501,
+ "h": 85,
+ "w": 85
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 609,
+ "y": 284,
+ "h": 48,
+ "w": 48
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 686,
+ "h": 117,
+ "w": 117
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1174,
+ "w": 1642,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 858,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 486,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1174,
+ "width": 1642,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1642,
+ "h": 920
+ },
+ {
+ "x": 468,
+ "y": 0,
+ "w": 1174,
+ "h": 1174
+ },
+ {
+ "x": 592,
+ "y": 0,
+ "w": 1030,
+ "h": 1174
+ },
+ {
+ "x": 814,
+ "y": 0,
+ "w": 587,
+ "h": 1174
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1642,
+ "h": 1174
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674638653935616"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/GVEECowzuC",
+ "expanded_url": "https://x.com/USNorthernCmd/status/1842674823790772713/photo/1",
+ "id_str": "1842674709353164800",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "3_1842674709353164800",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ-4p-XcAA5Yp_.jpg",
+ "type": "photo",
+ "url": "https://t.co/GVEECowzuC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1066,
+ "w": 1600,
+ "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": 1066,
+ "width": 1600,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 896
+ },
+ {
+ "x": 534,
+ "y": 0,
+ "w": 1066,
+ "h": 1066
+ },
+ {
+ "x": 665,
+ "y": 0,
+ "w": 935,
+ "h": 1066
+ },
+ {
+ "x": 1067,
+ "y": 0,
+ "w": 533,
+ "h": 1066
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1600,
+ "h": 1066
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842674709353164800"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 182,
+ "favorited": false,
+ "full_text": "USNORTHCOM has been fully engaged from the beginning with FEMA and the whole-of-government relief efforts related to Hurricane Helene, and will continue to work with our federal, state, and local partners to ensure we are supporting and coordinating response efforts. https://t.co/GVEECowzuC",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 5,
+ "reply_count": 5,
+ "retweet_count": 78,
+ "retweeted": false,
+ "user_id_str": "18144581",
+ "id_str": "1842674823790772713"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842724691896574291",
+ "sortIndex": "1842759124685684705",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842724691896574291",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842724691896574291"
+ ],
+ "editable_until_msecs": "1728178377374",
+ "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": "Sun Oct 06 00:32:57 +0000 2024",
+ "conversation_id_str": "1842724691896574291",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1593189890388332544",
+ "name": "Shaun Pinner",
+ "screen_name": "olddog100ua",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @olddog100ua: Just this week Russia executed 17 Ukrainian soldiers that we know about. \n\nmurdered them. \n\nAll Filmed \n\nLet that sink in.…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2090,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842724691896574291",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842300933398724659",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTkzMTg5ODkwMzg4MzMyNTQ0",
+ "rest_id": "1593189890388332544",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Nov 17 10:31:42 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Former British Soldier🇬🇧Ukrainian Marine & National Guard Instructor🇺🇦author of Live.Fight.Survive, Public Speaker, Husband, Father & massive Cricket lover!",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/old_dog_ua",
+ "expanded_url": "https://linktr.ee/old_dog_ua",
+ "url": "https://t.co/lWsuhuEjpD",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 60078,
+ "followers_count": 27297,
+ "friends_count": 3939,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 308,
+ "location": "Ukraine",
+ "media_count": 3502,
+ "name": "Shaun Pinner",
+ "normal_followers_count": 27297,
+ "pinned_tweet_ids_str": [
+ "1817489446356300091"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1593189890388332544/1695845583",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1760336599429140483/cvN3CFH5_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "olddog100ua",
+ "statuses_count": 34174,
+ "translator_type": "none",
+ "url": "https://t.co/lWsuhuEjpD",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1665253513394257926",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 957,
+ "name": "Author",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842300933398724659"
+ ],
+ "editable_until_msecs": "1728077345000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "128226",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 97,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 20:29:05 +0000 2024",
+ "conversation_id_str": "1842300933398724659",
+ "display_text_range": [
+ 0,
+ 122
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/LldfbXc0Kb",
+ "expanded_url": "https://x.com/olddog100ua/status/1842300933398724659/photo/1",
+ "id_str": "1842300928881299456",
+ "indices": [
+ 123,
+ 146
+ ],
+ "media_key": "3_1842300928881299456",
+ "media_url_https": "https://pbs.twimg.com/media/GZEq7xNXkAABynF.jpg",
+ "type": "photo",
+ "url": "https://t.co/LldfbXc0Kb",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 908,
+ "w": 529,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 908,
+ "w": 529,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 396,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 908,
+ "width": 529,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 237,
+ "w": 529,
+ "h": 296
+ },
+ {
+ "x": 0,
+ "y": 121,
+ "w": 529,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 84,
+ "w": 529,
+ "h": 603
+ },
+ {
+ "x": 37,
+ "y": 0,
+ "w": 454,
+ "h": 908
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 529,
+ "h": 908
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842300928881299456"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/LldfbXc0Kb",
+ "expanded_url": "https://x.com/olddog100ua/status/1842300933398724659/photo/1",
+ "id_str": "1842300928881299456",
+ "indices": [
+ 123,
+ 146
+ ],
+ "media_key": "3_1842300928881299456",
+ "media_url_https": "https://pbs.twimg.com/media/GZEq7xNXkAABynF.jpg",
+ "type": "photo",
+ "url": "https://t.co/LldfbXc0Kb",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 908,
+ "w": 529,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 908,
+ "w": 529,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 396,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 908,
+ "width": 529,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 237,
+ "w": 529,
+ "h": 296
+ },
+ {
+ "x": 0,
+ "y": 121,
+ "w": 529,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 84,
+ "w": 529,
+ "h": 603
+ },
+ {
+ "x": 37,
+ "y": 0,
+ "w": 454,
+ "h": 908
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 529,
+ "h": 908
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842300928881299456"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 5957,
+ "favorited": false,
+ "full_text": "Just this week Russia executed 17 Ukrainian soldiers that we know about. \n\nmurdered them. \n\nAll Filmed \n\nLet that sink in. https://t.co/LldfbXc0Kb",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 87,
+ "reply_count": 354,
+ "retweet_count": 2090,
+ "retweeted": false,
+ "user_id_str": "1593189890388332544",
+ "id_str": "1842300933398724659"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842724500674334939",
+ "sortIndex": "1842759124685684704",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842724500674334939",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842724500674334939"
+ ],
+ "editable_until_msecs": "1728178331783",
+ "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": "Sun Oct 06 00:32:11 +0000 2024",
+ "conversation_id_str": "1842724500674334939",
+ "display_text_range": [
+ 0,
+ 34
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "3949525095",
+ "name": "Gen Michael Hayden",
+ "screen_name": "GenMhayden",
+ "indices": [
+ 3,
+ 14
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @GenMhayden: That’s about right",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842385793240776886",
+ "quoted_status_permalink": {
+ "url": "https://t.co/qxQ7qKv4Ed",
+ "expanded": "https://twitter.com/mjfree/status/1842385793240776886",
+ "display": "x.com/mjfree/status/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 474,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842724500674334939",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842520886152217071",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozOTQ5NTI1MDk1",
+ "rest_id": "3949525095",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Oct 13 20:31:43 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Personal account. Retired USAF, former Director of CIA & NSA, author, husband, father, granddad. Views are my own. Retweets are not endorsements",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4107,
+ "followers_count": 355118,
+ "friends_count": 391,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2942,
+ "location": "United States",
+ "media_count": 76,
+ "name": "Gen Michael Hayden",
+ "normal_followers_count": 355118,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3949525095/1524044611",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/965585435966787584/5oT2mP1u_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GenMhayden",
+ "statuses_count": 22623,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842520886152217071"
+ ],
+ "editable_until_msecs": "1728129786000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "91132",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": false,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI1MjA4ODYxMTQ0MzUwNzI=",
+ "text": "That’s about right",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 0,
+ "to_index": 18,
+ "richtext_types": [
+ "Bold"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842385793240776886",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDExMzEzNw==",
+ "rest_id": "24113137",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Mar 13 02:55:30 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Proud Girl Dad, TV Producer, Filmmaker, Vedic Meditation Practitioner, Human Rights & Racial Justice Advocate, Abolitionist. And I don't act! 😆",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "instagram.com/mjfre",
+ "expanded_url": "http://www.instagram.com/mjfre",
+ "url": "https://t.co/U0qZ7hqHUr",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 20988,
+ "followers_count": 399889,
+ "friends_count": 878,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1828,
+ "location": "Brooklyn",
+ "media_count": 8920,
+ "name": "Morgan J. Freeman",
+ "normal_followers_count": 399889,
+ "pinned_tweet_ids_str": [
+ "1765535873389432861"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/24113137/1722954032",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1841827477749952512/QzIk_6Md_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "mjfree",
+ "statuses_count": 50980,
+ "translator_type": "none",
+ "url": "https://t.co/U0qZ7hqHUr",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842385793240776886"
+ ],
+ "editable_until_msecs": "1728097577000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "777299",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": false,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIzODU3OTMxMjMzMDM0MjQ=",
+ "text": "HOLY FUCK!!! Trump just gave himself a Purple Heart!\n\nWhat a little treasonous shit weasel!!!\n\n https://t.co/lBG91uQyuF",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [
+ {
+ "display_url": "x.com/jimstewartson/…",
+ "expanded_url": "https://x.com/jimstewartson/status/1842343987677634793/video/1",
+ "url": "https://t.co/lBG91uQyuF",
+ "indices": [
+ 96,
+ 119
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 0,
+ "to_index": 29,
+ "richtext_types": [
+ "Bold"
+ ]
+ },
+ {
+ "from_index": 29,
+ "to_index": 36,
+ "richtext_types": [
+ "Bold",
+ "Italic"
+ ]
+ },
+ {
+ "from_index": 36,
+ "to_index": 96,
+ "richtext_types": [
+ "Bold"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 546,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 02:06:17 +0000 2024",
+ "conversation_id_str": "1842385793240776886",
+ "display_text_range": [
+ 0,
+ 119
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/ssPeDCIu9w",
+ "expanded_url": "https://x.com/jimstewartson/status/1842343987677634793/video/1",
+ "id_str": "1842343890072047616",
+ "indices": [
+ 96,
+ 119
+ ],
+ "media_key": "13_1842343890072047616",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842343890072047616/img/6BxF1hmq2SJtRAVk.jpg",
+ "source_status_id_str": "1842343987677634793",
+ "source_user_id_str": "256154569",
+ "type": "video",
+ "url": "https://t.co/ssPeDCIu9w",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTYxNTQ1Njk=",
+ "rest_id": "256154569",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Feb 22 19:34:37 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Emmy-winning creative technologist, @RadicalizedPod co-host, Journalist: https://t.co/QvvP9wRDg2. This is not politics. This is a coup. #ArrestMikeFlynn",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://mind-war.com",
+ "url": "https://t.co/QvvP9wRDg2",
+ "indices": [
+ 73,
+ 96
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://www.mind-war.com",
+ "url": "https://t.co/lsp0U7CiLt",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63987,
+ "followers_count": 129779,
+ "friends_count": 4957,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1372,
+ "location": "Los Angeles, CA",
+ "media_count": 22069,
+ "name": "Jim Stewartson, Counterinsurgent 🇺🇸🇺🇦💙🎈",
+ "normal_followers_count": 129779,
+ "pinned_tweet_ids_str": [
+ "1841132932297343249"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/256154569/1703965816",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801359582117134337/wmHN-DXv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jimstewartson",
+ "statuses_count": 100929,
+ "translator_type": "none",
+ "url": "https://t.co/lsp0U7CiLt",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 25291,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/pl/XiqAgEahBevNWFT5.m3u8?tag=16&v=8d9"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/480x270/2uA9lh4fIk5HAolT.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/640x360/vjOZxwT0P5dkya2z.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/1280x720/Sc9qBxra28n3LhDs.mp4?tag=16"
+ },
+ {
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/1920x1080/O5d-Mosj_xvIS_cg.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842343890072047616"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/ssPeDCIu9w",
+ "expanded_url": "https://x.com/jimstewartson/status/1842343987677634793/video/1",
+ "id_str": "1842343890072047616",
+ "indices": [
+ 96,
+ 119
+ ],
+ "media_key": "13_1842343890072047616",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842343890072047616/img/6BxF1hmq2SJtRAVk.jpg",
+ "source_status_id_str": "1842343987677634793",
+ "source_user_id_str": "256154569",
+ "type": "video",
+ "url": "https://t.co/ssPeDCIu9w",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTYxNTQ1Njk=",
+ "rest_id": "256154569",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Feb 22 19:34:37 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Emmy-winning creative technologist, @RadicalizedPod co-host, Journalist: https://t.co/QvvP9wRDg2. This is not politics. This is a coup. #ArrestMikeFlynn",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://mind-war.com",
+ "url": "https://t.co/QvvP9wRDg2",
+ "indices": [
+ 73,
+ 96
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "mind-war.com",
+ "expanded_url": "http://www.mind-war.com",
+ "url": "https://t.co/lsp0U7CiLt",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 63987,
+ "followers_count": 129779,
+ "friends_count": 4957,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1372,
+ "location": "Los Angeles, CA",
+ "media_count": 22069,
+ "name": "Jim Stewartson, Counterinsurgent 🇺🇸🇺🇦💙🎈",
+ "normal_followers_count": 129779,
+ "pinned_tweet_ids_str": [
+ "1841132932297343249"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/256154569/1703965816",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801359582117134337/wmHN-DXv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jimstewartson",
+ "statuses_count": 100929,
+ "translator_type": "none",
+ "url": "https://t.co/lsp0U7CiLt",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 25291,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/pl/XiqAgEahBevNWFT5.m3u8?tag=16&v=8d9"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/480x270/2uA9lh4fIk5HAolT.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/640x360/vjOZxwT0P5dkya2z.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/1280x720/Sc9qBxra28n3LhDs.mp4?tag=16"
+ },
+ {
+ "bitrate": 10368000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842343890072047616/vid/avc1/1920x1080/O5d-Mosj_xvIS_cg.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842343890072047616"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 15216,
+ "favorited": false,
+ "full_text": "HOLY FUCK!!! Trump just gave himself a Purple Heart!\n\nWhat a little treasonous shit weasel!!!\n\n https://t.co/ssPeDCIu9w",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 544,
+ "reply_count": 2886,
+ "retweet_count": 3531,
+ "retweeted": false,
+ "user_id_str": "24113137",
+ "id_str": "1842385793240776886"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 38,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 11:03:06 +0000 2024",
+ "conversation_id_str": "1842520886152217071",
+ "display_text_range": [
+ 0,
+ 18
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 2421,
+ "favorited": false,
+ "full_text": "That’s about right",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 21,
+ "quoted_status_id_str": "1842385793240776886",
+ "quoted_status_permalink": {
+ "url": "https://t.co/qxQ7qKv4Ed",
+ "expanded": "https://twitter.com/mjfree/status/1842385793240776886",
+ "display": "x.com/mjfree/status/…"
+ },
+ "reply_count": 209,
+ "retweet_count": 474,
+ "retweeted": false,
+ "user_id_str": "3949525095",
+ "id_str": "1842520886152217071"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842724042421490057",
+ "sortIndex": "1842759124685684703",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842724042421490057",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842724042421490057"
+ ],
+ "editable_until_msecs": "1728178222527",
+ "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": "Sun Oct 06 00:30:22 +0000 2024",
+ "conversation_id_str": "1842724042421490057",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1611087712982818843",
+ "name": "Jürgen Nauditt 🇩🇪🇺🇦",
+ "screen_name": "jurgen_nauditt",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @jurgen_nauditt: North Korea supplies russia with half of the shells for the war against Ukraine, - The Times\n\nWestern intelligence agen…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 179,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842724042421490057",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842442936161612035",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjExMDg3NzEyOTgyODE4ODQz",
+ "rest_id": "1611087712982818843",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Jan 05 19:51:45 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I stand with Ukraine. Love destroyed russian tanks. NAFO. Managing Director, Franchisor international education company.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 115363,
+ "followers_count": 48429,
+ "friends_count": 8552,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 629,
+ "location": "Germany",
+ "media_count": 8664,
+ "name": "Jürgen Nauditt 🇩🇪🇺🇦",
+ "normal_followers_count": 48429,
+ "pinned_tweet_ids_str": [
+ "1678849657881997314"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1611087712982818843/1695022199",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1710298882951815168/w01OIvTp_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jurgen_nauditt",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842442936161612035"
+ ],
+ "editable_until_msecs": "1728111201000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "6425",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 05:53:21 +0000 2024",
+ "conversation_id_str": "1842442936161612035",
+ "display_text_range": [
+ 0,
+ 228
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/nKcAGcG3s9",
+ "expanded_url": "https://x.com/jurgen_nauditt/status/1842442936161612035/photo/1",
+ "id_str": "1842442930906132480",
+ "indices": [
+ 229,
+ 252
+ ],
+ "media_key": "3_1842442930906132480",
+ "media_url_https": "https://pbs.twimg.com/media/GZGsFX-W8AADeHY.jpg",
+ "type": "photo",
+ "url": "https://t.co/nKcAGcG3s9",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 501,
+ "width": 583,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 175,
+ "w": 583,
+ "h": 326
+ },
+ {
+ "x": 26,
+ "y": 0,
+ "w": 501,
+ "h": 501
+ },
+ {
+ "x": 57,
+ "y": 0,
+ "w": 439,
+ "h": 501
+ },
+ {
+ "x": 151,
+ "y": 0,
+ "w": 251,
+ "h": 501
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 583,
+ "h": 501
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842442930906132480"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/nKcAGcG3s9",
+ "expanded_url": "https://x.com/jurgen_nauditt/status/1842442936161612035/photo/1",
+ "id_str": "1842442930906132480",
+ "indices": [
+ 229,
+ 252
+ ],
+ "media_key": "3_1842442930906132480",
+ "media_url_https": "https://pbs.twimg.com/media/GZGsFX-W8AADeHY.jpg",
+ "type": "photo",
+ "url": "https://t.co/nKcAGcG3s9",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 501,
+ "w": 583,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 501,
+ "width": 583,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 175,
+ "w": 583,
+ "h": 326
+ },
+ {
+ "x": 26,
+ "y": 0,
+ "w": 501,
+ "h": 501
+ },
+ {
+ "x": 57,
+ "y": 0,
+ "w": 439,
+ "h": 501
+ },
+ {
+ "x": 151,
+ "y": 0,
+ "w": 251,
+ "h": 501
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 583,
+ "h": 501
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842442930906132480"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 333,
+ "favorited": false,
+ "full_text": "North Korea supplies russia with half of the shells for the war against Ukraine, - The Times\n\nWestern intelligence agencies point out that the shells are of low quality, but their large number enables success on the battlefield. https://t.co/nKcAGcG3s9",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 6,
+ "reply_count": 13,
+ "retweet_count": 179,
+ "retweeted": false,
+ "user_id_str": "1611087712982818843",
+ "id_str": "1842442936161612035"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842722849271808471",
+ "sortIndex": "1842759124685684702",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842722849271808471",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx",
+ "rest_id": "1005846500583321601",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun Jun 10 16:17:48 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Dad. w/ @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Director Think Tank -IIAL. Dr. & Senior Fellow FPI, SAIS, JHU.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "alexandervindman.substack.com",
+ "expanded_url": "https://alexandervindman.substack.com",
+ "url": "https://t.co/vyo9QsGg22",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21647,
+ "followers_count": 991401,
+ "friends_count": 1822,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6021,
+ "location": "Florida, USA",
+ "media_count": 433,
+ "name": "Alexander S. Vindman 🇺🇸",
+ "normal_followers_count": 991401,
+ "pinned_tweet_ids_str": [
+ "1838885195828604993"
+ ],
+ "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": 8245,
+ "translator_type": "none",
+ "url": "https://t.co/vyo9QsGg22",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1469829466885132297",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 956,
+ "name": "Writer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842722849271808471"
+ ],
+ "editable_until_msecs": "1728177938058",
+ "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": "Sun Oct 06 00:25:38 +0000 2024",
+ "conversation_id_str": "1842722849271808471",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @YVindman: While Derrick Anderson was dodging questions about his fake family and if he'll protect abortion rights, I was proud to artic…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 232,
+ "retweeted": false,
+ "user_id_str": "1005846500583321601",
+ "id_str": "1842722849271808471",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842686681859661914",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjI1OTI5MjIyODM5MDQ2MTQ0",
+ "rest_id": "1225929222839046144",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Feb 07 23:48:16 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Father. Husband. Iraq War Veteran | Democratic Nominee for VA07 | On a mission to restore our rights, defend our democracy, and protect the American Dream",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "vindmanforcongress.com",
+ "expanded_url": "http://vindmanforcongress.com/",
+ "url": "https://t.co/rqF2iwFkEx",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2891,
+ "followers_count": 125769,
+ "friends_count": 422,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1129,
+ "location": "Virginia 7th Cong. Dist.",
+ "media_count": 600,
+ "name": "Eugene Vindman",
+ "normal_followers_count": 125769,
+ "pinned_tweet_ids_str": [
+ "1838242289736429741"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1225929222839046144/1722804999",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725122238674882560/7XYq6Xpv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "YVindman",
+ "statuses_count": 3335,
+ "translator_type": "none",
+ "url": "https://t.co/rqF2iwFkEx",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842686681859661914"
+ ],
+ "editable_until_msecs": "1728169315000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "40102",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:01:55 +0000 2024",
+ "conversation_id_str": "1842686681859661914",
+ "display_text_range": [
+ 0,
+ 275
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/7EiiVPFRMi",
+ "expanded_url": "https://x.com/YVindman/status/1842686681859661914/photo/1",
+ "id_str": "1842686677506019328",
+ "indices": [
+ 276,
+ 299
+ ],
+ "media_key": "3_1842686677506019328",
+ "media_url_https": "https://pbs.twimg.com/media/GZKJxS0XUAAQn5Q.jpg",
+ "type": "photo",
+ "url": "https://t.co/7EiiVPFRMi",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 848,
+ "y": 1105,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 208,
+ "y": 760,
+ "h": 253,
+ "w": 253
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 678,
+ "y": 884,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 166,
+ "y": 608,
+ "h": 202,
+ "w": 202
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 384,
+ "y": 500,
+ "h": 84,
+ "w": 84
+ },
+ {
+ "x": 94,
+ "y": 344,
+ "h": 114,
+ "w": 114
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 848,
+ "y": 1105,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 208,
+ "y": 760,
+ "h": 253,
+ "w": 253
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1500,
+ "w": 1200,
+ "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": 1500,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 1,
+ "w": 1200,
+ "h": 672
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1368
+ },
+ {
+ "x": 262,
+ "y": 0,
+ "w": 750,
+ "h": 1500
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1500
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842686677506019328"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/7EiiVPFRMi",
+ "expanded_url": "https://x.com/YVindman/status/1842686681859661914/photo/1",
+ "id_str": "1842686677506019328",
+ "indices": [
+ 276,
+ 299
+ ],
+ "media_key": "3_1842686677506019328",
+ "media_url_https": "https://pbs.twimg.com/media/GZKJxS0XUAAQn5Q.jpg",
+ "type": "photo",
+ "url": "https://t.co/7EiiVPFRMi",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 848,
+ "y": 1105,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 208,
+ "y": 760,
+ "h": 253,
+ "w": 253
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 678,
+ "y": 884,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 166,
+ "y": 608,
+ "h": 202,
+ "w": 202
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 384,
+ "y": 500,
+ "h": 84,
+ "w": 84
+ },
+ {
+ "x": 94,
+ "y": 344,
+ "h": 114,
+ "w": 114
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 848,
+ "y": 1105,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 208,
+ "y": 760,
+ "h": 253,
+ "w": 253
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1500,
+ "w": 1200,
+ "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": 1500,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 1,
+ "w": 1200,
+ "h": 672
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1200
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1368
+ },
+ {
+ "x": 262,
+ "y": 0,
+ "w": 750,
+ "h": 1500
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 1500
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842686677506019328"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 794,
+ "favorited": false,
+ "full_text": "While Derrick Anderson was dodging questions about his fake family and if he'll protect abortion rights, I was proud to articulate a vision for our district's future where our rights are protected, costs are lowered, and every family could thrive. I'm glad the voters agreed. https://t.co/7EiiVPFRMi",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 43,
+ "retweet_count": 232,
+ "retweeted": false,
+ "user_id_str": "1225929222839046144",
+ "id_str": "1842686681859661914"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842721731498188890",
+ "sortIndex": "1842759124685684701",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842721731498188890",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842721731498188890"
+ ],
+ "editable_until_msecs": "1728177671560",
+ "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": "Sun Oct 06 00:21:11 +0000 2024",
+ "conversation_id_str": "1842721731498188890",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1660902743106633728",
+ "name": "Ron (Fan)🇺🇸",
+ "screen_name": "Ronxyz00",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Ronxyz00: Jesse Watters: I don't see why any man would vote Democrat. To be a man voting for a woman is childish. Scientists say when a…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 676,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842721731498188890",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842610982931304594",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjYwOTAyNzQzMTA2NjMzNzI4",
+ "rest_id": "1660902743106633728",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue May 23 06:57:42 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Proud Democrat from a blue state💙💙💙. Professional MAGA hunter.\n#KamalaHarris2024 #VoteBlue",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/Ronxyz00",
+ "expanded_url": "https://www.buymeacoffee.com/Ronxyz00",
+ "url": "https://t.co/io3jQCpeqp",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4587,
+ "followers_count": 17160,
+ "friends_count": 10197,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 9,
+ "location": "Jersey City, NJ",
+ "media_count": 1025,
+ "name": "Ron (Fan)🇺🇸",
+ "normal_followers_count": 17160,
+ "pinned_tweet_ids_str": [
+ "1816066239648915741"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1660902743106633728/1715425877",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1793597514119020544/-TS2SVB4_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Ronxyz00",
+ "statuses_count": 10268,
+ "translator_type": "none",
+ "url": "https://t.co/io3jQCpeqp",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842610982931304594"
+ ],
+ "editable_until_msecs": "1728151267000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "311186",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 401,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 17:01:07 +0000 2024",
+ "conversation_id_str": "1842610982931304594",
+ "display_text_range": [
+ 0,
+ 177
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/1MijC3GcOJ",
+ "expanded_url": "https://x.com/Ronxyz00/status/1842610982931304594/video/1",
+ "id_str": "1842610888144003072",
+ "indices": [
+ 178,
+ 201
+ ],
+ "media_key": "7_1842610888144003072",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842610888144003072/pu/img/e_05kTMXyZEQ_b72.jpg",
+ "type": "video",
+ "url": "https://t.co/1MijC3GcOJ",
+ "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": 29821,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/pl/iNHNg2do9EeLWH6U.m3u8?tag=12&v=fd0"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/480x270/F9GU6CIdgJb_BtJU.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/640x360/paMCTGVYUTFGnwxt.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/1280x720/rD66P5gha98lO_xi.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842610888144003072"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/1MijC3GcOJ",
+ "expanded_url": "https://x.com/Ronxyz00/status/1842610982931304594/video/1",
+ "id_str": "1842610888144003072",
+ "indices": [
+ 178,
+ 201
+ ],
+ "media_key": "7_1842610888144003072",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842610888144003072/pu/img/e_05kTMXyZEQ_b72.jpg",
+ "type": "video",
+ "url": "https://t.co/1MijC3GcOJ",
+ "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": 29821,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/pl/iNHNg2do9EeLWH6U.m3u8?tag=12&v=fd0"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/480x270/F9GU6CIdgJb_BtJU.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/640x360/paMCTGVYUTFGnwxt.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842610888144003072/pu/vid/avc1/1280x720/rD66P5gha98lO_xi.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842610888144003072"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 2199,
+ "favorited": false,
+ "full_text": "Jesse Watters: I don't see why any man would vote Democrat. To be a man voting for a woman is childish. Scientists say when a man votes for a woman, he transitions into a woman. https://t.co/1MijC3GcOJ",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 580,
+ "reply_count": 2770,
+ "retweet_count": 676,
+ "retweeted": false,
+ "user_id_str": "1660902743106633728",
+ "id_str": "1842610982931304594"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842720837666791792",
+ "sortIndex": "1842759124685684700",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842720837666791792",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=",
+ "rest_id": "884578187392544769",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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. @SpycraftEnt, #NAFO, Atlantic Council, Cipher Brief. Sometimes writes. Host of \"Mission Implausible\" podcast. Friend of dogs.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 326479,
+ "followers_count": 253523,
+ "friends_count": 2654,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2451,
+ "location": "Washington, DC",
+ "media_count": 2673,
+ "name": "John Sipher",
+ "normal_followers_count": 253523,
+ "pinned_tweet_ids_str": [
+ "1756059508671922639"
+ ],
+ "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": 91682,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/gMdbb7vjeN",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "New details emerge of Israel’s elaborate plan to sabotage Hezbollah communications devices to kill or main thousands of its operatives.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.washingtonpost.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?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/1842686315449708544/FdWyrp5o?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "2467791",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?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/1842686315449708544/FdWyrp5o?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "washingtonpost.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Mossad’s pager operation: Inside Israel’s penetration of Hezbollah",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?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/1842686315449708544/FdWyrp5o?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/gMdbb7vjeN",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842686315449708544/FdWyrp5o?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/gMdbb7vjeN",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDY3Nzkx",
+ "rest_id": "2467791",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Mar 27 11:19:39 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Democracy Dies in Darkness",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "washingtonpost.com",
+ "expanded_url": "http://washingtonpost.com",
+ "url": "https://t.co/1KN78z0bbe",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3939,
+ "followers_count": 20057125,
+ "friends_count": 1679,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 108375,
+ "location": "Washington, DC",
+ "media_count": 20961,
+ "name": "The Washington Post",
+ "normal_followers_count": 20057125,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2467791/1469484132",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1060271522319925257/fJKwJ0r2_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "washingtonpost",
+ "statuses_count": 500261,
+ "translator_type": "regular",
+ "url": "https://t.co/1KN78z0bbe",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842720837666791792"
+ ],
+ "editable_until_msecs": "1728177458000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4688",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 00:17:38 +0000 2024",
+ "conversation_id_str": "1842720837666791792",
+ "display_text_range": [
+ 0,
+ 147
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "washingtonpost.com/world/2024/10/…",
+ "expanded_url": "https://www.washingtonpost.com/world/2024/10/05/israel-mossad-hezbollah-pagers-nasrallah/",
+ "url": "https://t.co/gMdbb7vjeN",
+ "indices": [
+ 124,
+ 147
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 25,
+ "favorited": false,
+ "full_text": "“Hezbollah would end up indirectly paying the Israelis for the tiny bombs that would kill or wound many of its operatives.” https://t.co/gMdbb7vjeN",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "884578187392544769",
+ "id_str": "1842720837666791792"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842720304340062483",
+ "sortIndex": "1842759124685684699",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842720304340062483",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTAxMDcxMA==",
+ "rest_id": "29010710",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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": 21896,
+ "followers_count": 72471,
+ "friends_count": 4557,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2100,
+ "location": "",
+ "media_count": 6212,
+ "name": "Leonid Ragozin",
+ "normal_followers_count": 72471,
+ "pinned_tweet_ids_str": [
+ "1839212982598783375"
+ ],
+ "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": 65837,
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842720304340062483"
+ ],
+ "editable_until_msecs": "1728177331000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5701",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 8,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 00:15:31 +0000 2024",
+ "conversation_id_str": "1842720304340062483",
+ "display_text_range": [
+ 0,
+ 162
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/jeudtKyrgr",
+ "expanded_url": "https://x.com/leonidragozin/status/1842720304340062483/photo/1",
+ "id_str": "1842720294047215616",
+ "indices": [
+ 163,
+ 186
+ ],
+ "media_key": "3_1842720294047215616",
+ "media_url_https": "https://pbs.twimg.com/media/GZKoWCMWcAA2mWq.jpg",
+ "type": "photo",
+ "url": "https://t.co/jeudtKyrgr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 743,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 694,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 393,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 743,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 24,
+ "w": 1284,
+ "h": 719
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 743,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 652,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 372,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 743
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842720294047215616"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/open-letter-pr…",
+ "expanded_url": "https://kyivindependent.com/open-letter-president-biden-this-is-how-you-can-uphold-your-legacy-by-supporting-ukraine/",
+ "url": "https://t.co/ogVoMPlg7e",
+ "indices": [
+ 139,
+ 162
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/jeudtKyrgr",
+ "expanded_url": "https://x.com/leonidragozin/status/1842720304340062483/photo/1",
+ "id_str": "1842720294047215616",
+ "indices": [
+ 163,
+ 186
+ ],
+ "media_key": "3_1842720294047215616",
+ "media_url_https": "https://pbs.twimg.com/media/GZKoWCMWcAA2mWq.jpg",
+ "type": "photo",
+ "url": "https://t.co/jeudtKyrgr",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 743,
+ "w": 1284,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 694,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 393,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 743,
+ "width": 1284,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 24,
+ "w": 1284,
+ "h": 719
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 743,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 652,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 372,
+ "h": 743
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1284,
+ "h": 743
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842720294047215616"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 63,
+ "favorited": false,
+ "full_text": "An impressive number of tenured academics and some senior politicians sign a letter to Biden which suggests that Manchuria is near Poland. https://t.co/ogVoMPlg7e https://t.co/jeudtKyrgr",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 6,
+ "reply_count": 8,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "29010710",
+ "id_str": "1842720304340062483"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842720174375346583",
+ "sortIndex": "1842759124685684698",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842720174375346583",
"core": {
"user_results": {
"result": {
@@ -11408,6 +24172,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Thu Oct 17 16:56:51 +0000 2013",
@@ -11433,23 +24198,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 65,
- "followers_count": 621225,
+ "favourites_count": 66,
+ "followers_count": 627303,
"friends_count": 33,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 4411,
+ "listed_count": 4442,
"location": "Dept. of State, Washington, DC",
- "media_count": 2459,
+ "media_count": 2506,
"name": "Matthew Miller",
- "normal_followers_count": 621225,
+ "normal_followers_count": 627303,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"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": "StateDeptSpox",
- "statuses_count": 14430,
+ "statuses_count": 14642,
"translator_type": "none",
"url": "https://t.co/uYwa4Ko0Is",
"verified": false,
@@ -11464,45 +24229,64 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807057897983017234"
+ "1842720174375346583"
],
- "editable_until_msecs": "1719674751000",
+ "editable_until_msecs": "1728177300000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "4702",
+ "count": "12951",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 2,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:25:51 +0000 2024",
- "conversation_id_str": "1807057897983017234",
+ "created_at": "Sun Oct 06 00:15:00 +0000 2024",
+ "conversation_id_str": "1842720174375346583",
"display_text_range": [
0,
- 192
+ 184
],
"entities": {
"hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [],
- "user_mentions": []
+ "user_mentions": [
+ {
+ "id_str": "1350150750966603777",
+ "name": "Secretary Antony Blinken",
+ "screen_name": "SecBlinken",
+ "indices": [
+ 1,
+ 12
+ ]
+ },
+ {
+ "id_str": "364425413",
+ "name": "فيصل بن فرحان",
+ "screen_name": "FaisalbinFarhan",
+ "indices": [
+ 54,
+ 70
+ ]
+ }
+ ]
},
- "favorite_count": 52,
+ "favorite_count": 59,
"favorited": false,
- "full_text": "The United States congratulates the people of Mongolia on participating in parliamentary elections and successfully continuing the proud tradition of exercising their democratic right to vote.",
+ "full_text": ".@SecBlinken spoke with Saudi Foreign Minister Prince @faisalbinfarhan about efforts to address urgent needs in Lebanon, achieve a ceasefire in Gaza, and de-escalate regional tensions.",
"is_quote_status": false,
"lang": "en",
- "quote_count": 1,
- "reply_count": 18,
- "retweet_count": 18,
+ "quote_count": 8,
+ "reply_count": 63,
+ "retweet_count": 14,
"retweeted": false,
"user_id_str": "1967216306",
- "id_str": "1807057897983017234"
+ "id_str": "1842720174375346583"
}
}
},
@@ -11520,8 +24304,8 @@
}
},
{
- "entryId": "tweet-1807056398485729579",
- "sortIndex": "1807077696136544235",
+ "entryId": "tweet-1842719941784416719",
+ "sortIndex": "1842759124685684697",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -11531,24 +24315,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807056398485729579",
+ "rest_id": "1842719941784416719",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozMTQ1ODcxODU=",
- "rest_id": "314587185",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Fri Jun 10 14:04:48 +0000 2011",
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "Geopolitics/NatSec, Russia, China, Cyber. Chairman @SilveradoPolicy; Author WorldOnTheBrink; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
+ "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": []
@@ -11556,9 +24341,9 @@
"url": {
"urls": [
{
- "display_url": "worldonthebrink.com",
- "expanded_url": "https://worldonthebrink.com",
- "url": "https://t.co/ohAozDNOal",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -11568,27 +24353,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17865,
- "followers_count": 204130,
- "friends_count": 2228,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 5889,
- "location": "USA",
- "media_count": 263,
- "name": "Dmitri Alperovitch",
- "normal_followers_count": 204130,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1776666518685712752"
+ "1827251612743532904"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1714602340",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_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": "DAlperovitch",
- "statuses_count": 5292,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/ohAozDNOal",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -11600,72 +24385,25 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807056398485729579"
+ "1842719941784416719"
],
- "editable_until_msecs": "1719674393000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728177244859",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "8647",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNTYzOTgzOTM0NDIzMDQ=",
- "text": "Xi Jinping quoted in PLA textbook: “Our struggle and contest with Western countries is irreconcilable, so it will inevitably be long, complicated, and sometimes very sharp” (from @Ian_M_Easton book)\n\nSoviet Red army doctrine (1921): “Between our proletarian state and the rest of the bourgeois world there can be only one state of long, stubborn, desperate war not for peaceful life, but to their death\"\n\n#ColdWarII #WorldOnTheBrink",
- "entity_set": {
- "hashtags": [
- {
- "indices": [
- 405,
- 415
- ],
- "text": "ColdWarII"
- },
- {
- "indices": [
- 416,
- 432
- ],
- "text": "WorldOnTheBrink"
- }
- ],
- "symbols": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "941709973943455744",
- "name": "Ian Easton",
- "screen_name": "Ian_M_Easton",
- "indices": [
- 179,
- 192
- ]
- }
- ]
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
"legacy": {
- "bookmark_count": 8,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:19:53 +0000 2024",
- "conversation_id_str": "1807056398485729579",
+ "created_at": "Sun Oct 06 00:14:04 +0000 2024",
+ "conversation_id_str": "1842719941784416719",
"display_text_range": [
0,
- 279
+ 139
],
"entities": {
"hashtags": [],
@@ -11674,106 +24412,59 @@
"urls": [],
"user_mentions": [
{
- "id_str": "941709973943455744",
- "name": "Ian Easton",
- "screen_name": "Ian_M_Easton",
+ "id_str": "11744152",
+ "name": "Yashar Ali 🐘",
+ "screen_name": "yashar",
"indices": [
- 179,
- 192
+ 3,
+ 10
]
}
]
},
- "favorite_count": 47,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "Xi Jinping quoted in PLA textbook: “Our struggle and contest with Western countries is irreconcilable, so it will inevitably be long, complicated, and sometimes very sharp” (from @Ian_M_Easton book)\n\nSoviet Red army doctrine (1921): “Between our proletarian state and the rest of",
+ "full_text": "RT @yashar: NEW\n\nThe Washington Post is out with new reporting on how the Mossad got those pagers into the hands of Hezbollah. \n\nHezbollah…",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
- "reply_count": 2,
- "retweet_count": 19,
+ "reply_count": 0,
+ "retweet_count": 844,
"retweeted": false,
- "user_id_str": "314587185",
- "id_str": "1807056398485729579"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544278",
- "sortIndex": "1807077696136544234",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544278-tweet-1807055725564244204",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
+ "user_id_str": "579747564",
+ "id_str": "1842719941784416719",
+ "retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807055725564244204",
+ "rest_id": "1842705112931934245",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
- "rest_id": "1462548977367359490",
+ "id": "VXNlcjoxMTc0NDE1Mg==",
+ "rest_id": "11744152",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Sun Nov 21 22:30:41 +0000 2021",
- "default_profile": true,
+ "created_at": "Wed Jan 02 06:55:39 +0000 2008",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
+ "description": "HuffPost/NY Mag currentyashar@gmail.com Direct Messages Open Text/Call/Signal/Confide/WhatsApp: 310-795-2497. AGENTS: UTA",
"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
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "kyivindependent.com",
- "expanded_url": "http://kyivindependent.com",
- "url": "https://t.co/WZvsaFpT20",
+ "display_url": "linktr.ee/yashar",
+ "expanded_url": "https://linktr.ee/yashar",
+ "url": "https://t.co/QhzOlEJxdx",
"indices": [
0,
23
@@ -11783,79 +24474,118 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 202336,
+ "followers_count": 745767,
+ "friends_count": 39131,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "listed_count": 5912,
+ "location": "🐘🐘🐘🐘",
+ "media_count": 23510,
+ "name": "Yashar Ali 🐘",
+ "normal_followers_count": 745767,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1151213150223720448"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/11744152/1726979286",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815976872192401408/3UVnTUc5_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "KyivIndependent",
- "statuses_count": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
+ "screen_name": "yashar",
+ "statuses_count": 241154,
+ "translator_type": "regular",
+ "url": "https://t.co/QhzOlEJxdx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
+ "rest_id": "1496712377273778178",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
},
- "tipjar_settings": {}
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "352s51XzhoZE72JHA5YXnbuGSJUEMUJNHT",
+ "cash_app_handle": "yasharali2020",
+ "ethereum_handle": "0x906625AF4b641FaF34b7509b751f630C51E08026",
+ "venmo_handle": "yasharali"
+ },
+ "super_follow_eligible": true
}
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807055725564244204"
+ "1842705112931934245"
],
- "editable_until_msecs": "1719674233000",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1728173709000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "41192",
+ "count": "450906",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPad",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI3MDUxMTI3NTE2MjAwOTY=",
+ "text": "NEW\n\nThe Washington Post is out with new reporting on how the Mossad got those pagers into the hands of Hezbollah. \n\nHezbollah operatives were enticed by the bulky, rugged pagers that were pitched to them because they felt they could survive battlefield conditions. \n\nThey were waterproof and had an oversized battery that could operate for MONTHS without charging. \n\nThe pagers also allowed encrypted messages to be sent but there was a catch. \n\nIn order for the encrypted message to be read, the user had to press two buttons at the same time. \n\nThat’s how the Mossad insured that most Hezbollah members had the pagers in their hands when they exploded. \n\nThe pagers contained such a tiny amount of the explosive PETN that even if Hezbollah broke open the pagers, they wouldn’t be able to detect its presence. \n\nSo where did the idea come from? \n\nThe Mossad already got walkie talkies in the hands of Hezbollah back in 2015. The walkie talkies contained an extra large battery and also gave the ability of Mossad to eavesdrop on ALL Hezbollah communications, which it did for nine years. \n\nGift Link: https://t.co/akYU4vB62x",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "bit.ly/3NgJDNu",
+ "expanded_url": "https://bit.ly/3NgJDNu",
+ "url": "https://t.co/akYU4vB62x",
+ "indices": [
+ 1103,
+ 1126
+ ]
+ }
+ ],
+ "user_mentions": []
+ }
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 1139,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:17:13 +0000 2024",
- "conversation_id_str": "1807055725564244204",
+ "created_at": "Sat Oct 05 23:15:09 +0000 2024",
+ "conversation_id_str": "1842705112931934245",
"display_text_range": [
0,
- 231
+ 277
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/k7vvfgj65f",
- "expanded_url": "https://twitter.com/KyivIndependent/status/1807055725564244204/photo/1",
- "id_str": "1807054853467709440",
+ "display_url": "pic.x.com/umDVSLzWBo",
+ "expanded_url": "https://x.com/yashar/status/1842705112931934245/photo/1",
+ "id_str": "1842705109073219584",
"indices": [
- 232,
- 255
+ 278,
+ 301
],
- "media_key": "3_1807054853467709440",
- "media_url_https": "https://pbs.twimg.com/media/GRPy0KaWoAAckRS.jpg",
+ "media_key": "3_1842705109073219584",
+ "media_url_https": "https://pbs.twimg.com/media/GZKaiJwbUAAr_uA.jpg",
"type": "photo",
- "url": "https://t.co/k7VVFgj65f",
+ "url": "https://t.co/umDVSLzWBo",
"ext_media_availability": {
"status": "Available"
},
@@ -11863,81 +24593,57 @@
"large": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 172,
+ "y": 35,
+ "h": 129,
+ "w": 129
}
]
},
"medium": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 159,
+ "y": 32,
+ "h": 119,
+ "w": 119
}
]
},
"small": {
"faces": [
{
- "x": 235,
- "y": 31,
- "h": 143,
- "w": 143
- },
- {
- "x": 336,
- "y": 104,
- "h": 180,
- "w": 180
+ "x": 90,
+ "y": 18,
+ "h": 67,
+ "w": 67
}
]
},
"orig": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 172,
+ "y": 35,
+ "h": 129,
+ "w": 129
}
]
}
},
"sizes": {
"large": {
- "h": 1080,
- "w": 1080,
+ "h": 829,
+ "w": 1291,
"resize": "fit"
},
"medium": {
- "h": 1080,
- "w": 1080,
+ "h": 771,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
+ "h": 437,
"w": 680,
"resize": "fit"
},
@@ -11948,47 +24654,44 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1080,
+ "height": 829,
+ "width": 1291,
"focus_rects": [
{
"x": 0,
- "y": 475,
- "w": 1080,
- "h": 605
+ "y": 106,
+ "w": 1291,
+ "h": 723
+ },
+ {
+ "x": 462,
+ "y": 0,
+ "w": 829,
+ "h": 829
+ },
+ {
+ "x": 564,
+ "y": 0,
+ "w": 727,
+ "h": 829
+ },
+ {
+ "x": 876,
+ "y": 0,
+ "w": 415,
+ "h": 829
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 133,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 405,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
+ "w": 1291,
+ "h": 829
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807054853467709440"
+ "media_key": "3_1842705109073219584"
}
}
}
@@ -12001,17 +24704,17 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/k7VVFgj65f",
- "expanded_url": "https://twitter.com/KyivIndependent/status/1807055725564244204/photo/1",
- "id_str": "1807054853467709440",
+ "display_url": "pic.x.com/umDVSLzWBo",
+ "expanded_url": "https://x.com/yashar/status/1842705112931934245/photo/1",
+ "id_str": "1842705109073219584",
"indices": [
- 232,
- 255
+ 278,
+ 301
],
- "media_key": "3_1807054853467709440",
- "media_url_https": "https://pbs.twimg.com/media/GRPy0KaWoAAckRS.jpg",
+ "media_key": "3_1842705109073219584",
+ "media_url_https": "https://pbs.twimg.com/media/GZKaiJwbUAAr_uA.jpg",
"type": "photo",
- "url": "https://t.co/k7VVFgj65f",
+ "url": "https://t.co/umDVSLzWBo",
"ext_media_availability": {
"status": "Available"
},
@@ -12019,81 +24722,57 @@
"large": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 172,
+ "y": 35,
+ "h": 129,
+ "w": 129
}
]
},
"medium": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 159,
+ "y": 32,
+ "h": 119,
+ "w": 119
}
]
},
"small": {
"faces": [
{
- "x": 235,
- "y": 31,
- "h": 143,
- "w": 143
- },
- {
- "x": 336,
- "y": 104,
- "h": 180,
- "w": 180
+ "x": 90,
+ "y": 18,
+ "h": 67,
+ "w": 67
}
]
},
"orig": {
"faces": [
{
- "x": 374,
- "y": 50,
- "h": 228,
- "w": 228
- },
- {
- "x": 534,
- "y": 166,
- "h": 286,
- "w": 286
+ "x": 172,
+ "y": 35,
+ "h": 129,
+ "w": 129
}
]
}
},
"sizes": {
"large": {
- "h": 1080,
- "w": 1080,
+ "h": 829,
+ "w": 1291,
"resize": "fit"
},
"medium": {
- "h": 1080,
- "w": 1080,
+ "h": 771,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
+ "h": 437,
"w": 680,
"resize": "fit"
},
@@ -12104,137 +24783,243 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1080,
+ "height": 829,
+ "width": 1291,
"focus_rects": [
{
"x": 0,
- "y": 475,
- "w": 1080,
- "h": 605
+ "y": 106,
+ "w": 1291,
+ "h": 723
+ },
+ {
+ "x": 462,
+ "y": 0,
+ "w": 829,
+ "h": 829
+ },
+ {
+ "x": 564,
+ "y": 0,
+ "w": 727,
+ "h": 829
+ },
+ {
+ "x": 876,
+ "y": 0,
+ "w": 415,
+ "h": 829
},
{
"x": 0,
"y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 133,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 405,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
+ "w": 1291,
+ "h": 829
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807054853467709440"
+ "media_key": "3_1842705109073219584"
}
}
}
]
},
- "favorite_count": 154,
+ "favorite_count": 3992,
"favorited": false,
- "full_text": "Although the Kyiv Independent is a digital publication, our work occasionally appears in print thanks to one of our members, Malcolm Barraclough.\n\nSuch initiatives help us reach new readers, and we are incredibly grateful for them. https://t.co/k7VVFgj65f",
+ "full_text": "NEW\n\nThe Washington Post is out with new reporting on how the Mossad got those pagers into the hands of Hezbollah. \n\nHezbollah operatives were enticed by the bulky, rugged pagers that were pitched to them because they felt they could survive battlefield conditions. \n\nThey were https://t.co/umDVSLzWBo",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 5,
- "retweet_count": 21,
+ "quote_count": 162,
+ "reply_count": 169,
+ "retweet_count": 844,
"retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807055725564244204"
+ "user_id_str": "11744152",
+ "id_str": "1842705112931934245"
}
}
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
}
}
}
},
- {
- "entryId": "list-conversation-1807077696136544278-tweet-1807055728114307295",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842719350991585330",
+ "sortIndex": "1842759124685684696",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842719350991585330",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842719350991585330"
+ ],
+ "editable_until_msecs": "1728177104003",
+ "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": "Sun Oct 06 00:11:44 +0000 2024",
+ "conversation_id_str": "1842719350991585330",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @DarthPutinKGB: Development of BRICS global currency to replace $ and € is ahead of schedule. \n\nI remain a master strategist. https://t.…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1198,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842719350991585330",
+ "retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807055728114307295",
+ "rest_id": "1842109657923440663",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
- "rest_id": "1462548977367359490",
+ "id": "VXNlcjo5NTczMDY5MjA=",
+ "rest_id": "957306920",
"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,
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Nov 19 12:09:43 +0000 2012",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
+ "description": "Czar for life of all Russians. Master Strategist. Thought leader. Wellness coach. Tea connoisseur. Author. Wanted in 123 countries. Parody, apparently.",
"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
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "kyivindependent.com",
- "expanded_url": "http://kyivindependent.com",
- "url": "https://t.co/WZvsaFpT20",
+ "display_url": "linktr.ee/darthputinkgb",
+ "expanded_url": "https://linktr.ee/darthputinkgb",
+ "url": "https://t.co/b7PZbSrXNK",
"indices": [
0,
23
@@ -12244,916 +25029,964 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 105,
+ "followers_count": 617785,
+ "friends_count": 212,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "listed_count": 3937,
+ "location": "Russia, Ukraine, Syria",
+ "media_count": 5899,
+ "name": "Darth Putin",
+ "normal_followers_count": 617785,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1763490500147900564"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/957306920/1390828521",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/771597667403038720/Y57U3bvY_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "KyivIndependent",
- "statuses_count": 45051,
+ "screen_name": "DarthPutinKGB",
+ "statuses_count": 60563,
"translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
+ "url": "https://t.co/b7PZbSrXNK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
"tipjar_settings": {}
}
}
},
- "card": {
- "rest_id": "https://t.co/ESIhShfWcj",
- "legacy": {
- "binding_values": [
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842109657923440663"
+ ],
+ "editable_until_msecs": "1728031741000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "239981",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 158,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 07:49:01 +0000 2024",
+ "conversation_id_str": "1842109657923440663",
+ "display_text_range": [
+ 0,
+ 109
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
{
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 144,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1803348822216810498/-6DSDfWA?format=png&name=144x144_2"
+ "display_url": "pic.x.com/ZhRHtHGrAn",
+ "expanded_url": "https://x.com/DarthPutinKGB/status/1842109657923440663/photo/1",
+ "id_str": "1842109649480224768",
+ "indices": [
+ 110,
+ 133
+ ],
+ "media_key": "3_1842109649480224768",
+ "media_url_https": "https://pbs.twimg.com/media/GZB8916WkAAGm6a.jpg",
+ "type": "photo",
+ "url": "https://t.co/ZhRHtHGrAn",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
},
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Your support allows us to bring independent, locally-sourced news about Ukraine to the world",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "kyivindependent.com",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 420,
- "width": 420,
- "url": "https://pbs.twimg.com/card_img/1803348822216810498/-6DSDfWA?format=png&name=420x420_2"
+ "medium": {
+ "faces": []
},
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 688,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1803348822216810498/-6DSDfWA?format=png&name=orig"
+ "small": {
+ "faces": []
},
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "1462548977367359490",
- "path": []
+ "orig": {
+ "faces": []
}
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 100,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1803348822216810498/-6DSDfWA?format=png&name=100x100_2"
+ },
+ "sizes": {
+ "large": {
+ "h": 1457,
+ "w": 2048,
+ "resize": "fit"
},
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 688,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1803348822216810498/-6DSDfWA?format=png&name=2048x2048_2_exp"
+ "medium": {
+ "h": 854,
+ "w": 1200,
+ "resize": "fit"
},
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "kyivindependent.com",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 234,
- "green": 60,
- "red": 11
- },
- "percentage": 89.67
- },
- {
- "rgb": {
- "blue": 240,
- "green": 121,
- "red": 87
- },
- "percentage": 5.3
- },
- {
- "rgb": {
- "blue": 246,
- "green": 174,
- "red": 154
- },
- "percentage": 2.17
- },
- {
- "rgb": {
- "blue": 252,
- "green": 230,
- "red": 224
- },
- "percentage": 2.13
- },
- {
- "rgb": {
- "blue": 238,
- "green": 97,
- "red": 57
- },
- "percentage": 0.73
- }
- ]
+ "small": {
+ "h": 484,
+ "w": 680,
+ "resize": "fit"
},
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "The Kyiv Independent",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/ESIhShfWcj",
- "type": "STRING"
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1457,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 591,
+ "y": 0,
+ "w": 1457,
+ "h": 1457
+ },
+ {
+ "x": 770,
+ "y": 0,
+ "w": 1278,
+ "h": 1457
+ },
+ {
+ "x": 1220,
+ "y": 0,
+ "w": 729,
+ "h": 1457
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1457
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842109649480224768"
+ }
}
}
],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "summary",
- "url": "https://t.co/ESIhShfWcj",
- "user_refs_results": [
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
{
- "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
- ]
- }
- ]
- }
+ "display_url": "pic.x.com/ZhRHtHGrAn",
+ "expanded_url": "https://x.com/DarthPutinKGB/status/1842109657923440663/photo/1",
+ "id_str": "1842109649480224768",
+ "indices": [
+ 110,
+ 133
+ ],
+ "media_key": "3_1842109649480224768",
+ "media_url_https": "https://pbs.twimg.com/media/GZB8916WkAAGm6a.jpg",
+ "type": "photo",
+ "url": "https://t.co/ZhRHtHGrAn",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1457,
+ "w": 2048,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 854,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 484,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1457,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1147
},
- "fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
- "pinned_tweet_ids_str": [
- "1799095538886840698"
- ],
- "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": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
+ {
+ "x": 591,
+ "y": 0,
+ "w": 1457,
+ "h": 1457
+ },
+ {
+ "x": 770,
+ "y": 0,
+ "w": 1278,
+ "h": 1457
+ },
+ {
+ "x": 1220,
+ "y": 0,
+ "w": 729,
+ "h": 1457
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 1457
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842109649480224768"
+ }
}
}
]
+ },
+ "favorite_count": 9100,
+ "favorited": false,
+ "full_text": "Development of BRICS global currency to replace $ and € is ahead of schedule. \n\nI remain a master strategist. https://t.co/ZhRHtHGrAn",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 81,
+ "reply_count": 175,
+ "retweet_count": 1198,
+ "retweeted": false,
+ "user_id_str": "957306920",
+ "id_str": "1842109657923440663"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842719268988723230",
+ "sortIndex": "1842759124685684695",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842719268988723230",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842719268988723230"
+ ],
+ "editable_until_msecs": "1728177084452",
+ "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": "Sun Oct 06 00:11:24 +0000 2024",
+ "conversation_id_str": "1842719268988723230",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 28,
+ 36
+ ],
+ "text": "Ukraine"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2758100418",
+ "name": "Glasnost Gone",
+ "screen_name": "GlasnostGone",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @GlasnostGone: Goodnight #Ukraine. Putin wont stop, until he's stopped. You get it. I get it. So please stay the course and keep making…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1097,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842719268988723230",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842286119330959440",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzU4MTAwNDE4",
+ "rest_id": "2758100418",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 23 08:08:17 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "I don't like little Putin. YouTube: https://t.co/mWxQQY3T8J Donations: https://t.co/ETfJ5ahOqk",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "youtube.com/@RussiaInvaded…",
+ "expanded_url": "https://www.youtube.com/@RussiaInvadedUkraine",
+ "url": "https://t.co/mWxQQY3T8J",
+ "indices": [
+ 36,
+ 59
+ ]
+ },
+ {
+ "display_url": "paypal.com/donate/?hosted…",
+ "expanded_url": "https://www.paypal.com/donate/?hosted_button_id=9P5ZKWG6GYPFY",
+ "url": "https://t.co/ETfJ5ahOqk",
+ "indices": [
+ 71,
+ 94
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 255617,
+ "followers_count": 151168,
+ "friends_count": 2268,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2253,
+ "location": "London",
+ "media_count": 42607,
+ "name": "Glasnost Gone",
+ "normal_followers_count": 151168,
+ "pinned_tweet_ids_str": [
+ "1841095980411740605"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2758100418/1480500499",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/877204602881540096/EB8Gdn25_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "GlasnostGone",
+ "statuses_count": 168757,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807055728114307295"
+ "1842286119330959440"
],
- "editable_until_msecs": "1719674233000",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1728073813000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "36069",
+ "count": "55055",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 0,
+ "bookmark_count": 57,
"bookmarked": false,
- "created_at": "Sat Jun 29 14:17:13 +0000 2024",
- "conversation_id_str": "1807055725564244204",
+ "created_at": "Fri Oct 04 19:30:13 +0000 2024",
+ "conversation_id_str": "1842286119330959440",
"display_text_range": [
0,
- 178
+ 144
],
"entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
+ "hashtags": [
{
- "display_url": "bit.ly/4crhrT9",
- "expanded_url": "https://bit.ly/4crhrT9",
- "url": "https://t.co/ESIhShfWcj",
"indices": [
- 155,
- 178
- ]
+ 10,
+ 18
+ ],
+ "text": "Ukraine"
}
],
+ "media": [
+ {
+ "display_url": "pic.x.com/5gfNAy9Sns",
+ "expanded_url": "https://x.com/GlasnostGone/status/1842286119330959440/photo/1",
+ "id_str": "1842285285645697024",
+ "indices": [
+ 145,
+ 168
+ ],
+ "media_key": "3_1842285285645697024",
+ "media_url_https": "https://pbs.twimg.com/media/GZEctNnXQAApD9E.jpg",
+ "type": "photo",
+ "url": "https://t.co/5gfNAy9Sns",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 366,
+ "y": 280,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 50,
+ "y": 175,
+ "h": 55,
+ "w": 55
+ },
+ {
+ "x": 15,
+ "y": 68,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 3,
+ "y": 351,
+ "h": 70,
+ "w": 70
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 917,
+ "w": 1085,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 917,
+ "w": 1085,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 575,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 917,
+ "width": 1085,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1085,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 917,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 804,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 459,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1085,
+ "h": 917
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842285285645697024"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
"user_mentions": []
},
- "favorite_count": 41,
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/5gfNAy9Sns",
+ "expanded_url": "https://x.com/GlasnostGone/status/1842286119330959440/photo/1",
+ "id_str": "1842285285645697024",
+ "indices": [
+ 145,
+ 168
+ ],
+ "media_key": "3_1842285285645697024",
+ "media_url_https": "https://pbs.twimg.com/media/GZEctNnXQAApD9E.jpg",
+ "type": "photo",
+ "url": "https://t.co/5gfNAy9Sns",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 366,
+ "y": 280,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 50,
+ "y": 175,
+ "h": 55,
+ "w": 55
+ },
+ {
+ "x": 15,
+ "y": 68,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 3,
+ "y": 351,
+ "h": 70,
+ "w": 70
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 585,
+ "y": 447,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 81,
+ "y": 280,
+ "h": 89,
+ "w": 89
+ },
+ {
+ "x": 24,
+ "y": 110,
+ "h": 109,
+ "w": 109
+ },
+ {
+ "x": 5,
+ "y": 561,
+ "h": 112,
+ "w": 112
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 917,
+ "w": 1085,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 917,
+ "w": 1085,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 575,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 917,
+ "width": 1085,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1085,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 917,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 804,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 459,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1085,
+ "h": 917
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842285285645697024"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 3967,
"favorited": false,
- "full_text": "You can also join our community and support the Kyiv Independent. Every contribution goes a long way in keeping the Kyiv Independent going.\n\nJoin us here: https://t.co/ESIhShfWcj",
- "in_reply_to_screen_name": "KyivIndependent",
- "in_reply_to_status_id_str": "1807055725564244204",
- "in_reply_to_user_id_str": "1462548977367359490",
+ "full_text": "Goodnight #Ukraine. Putin wont stop, until he's stopped. You get it. I get it. So please stay the course and keep making some noise for Ukraine. https://t.co/5gfNAy9Sns",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 10,
+ "quote_count": 23,
+ "reply_count": 61,
+ "retweet_count": 1097,
"retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807055728114307295"
+ "user_id_str": "2758100418",
+ "id_str": "1842286119330959440"
}
}
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
}
}
}
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807055725564244204",
- "1807055728114307295"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807051408929128957",
- "sortIndex": "1807077696136544233",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807051408929128957",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/sfw4AYrKjU",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 367,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 266,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Harald Jähner’s vivid history depicts Germany’s dizzying era of change — and its catastrophic finale",
- "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/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 44,
- "green": 44,
- "red": 44
- },
- "percentage": 56.89
- },
- {
- "rgb": {
- "blue": 194,
- "green": 194,
- "red": 194
- },
- "percentage": 25.05
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Vertigo — fashion, fast cars and life in the Weimar whirlwind",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 44,
- "green": 44,
- "red": 44
- },
- "percentage": 56.89
- },
- {
- "rgb": {
- "blue": 194,
- "green": 194,
- "red": 194
- },
- "percentage": 25.05
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?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/1807051193455173632/WG-iNoij?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 44,
- "green": 44,
- "red": 44
- },
- "percentage": 56.89
- },
- {
- "rgb": {
- "blue": 194,
- "green": 194,
- "red": 194
- },
- "percentage": 25.05
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/sfw4AYrKjU",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1807051193455173632/WG-iNoij?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/sfw4AYrKjU",
- "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": 7519055,
- "friends_count": 1029,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 48151,
- "location": "London / New York / Hong Kong",
- "media_count": 24308,
- "name": "Financial Times",
- "normal_followers_count": 7519055,
- "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": 337049,
- "translator_type": "none",
- "url": "https://t.co/XKMxG94Z9c",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807051408929128957"
- ],
- "editable_until_msecs": "1719673203000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3508",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 6,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:00:03 +0000 2024",
- "conversation_id_str": "1807051408929128957",
- "display_text_range": [
- 0,
- 270
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "on.ft.com/3VN9nF6",
- "expanded_url": "https://on.ft.com/3VN9nF6",
- "url": "https://t.co/sfw4AYrKjU",
- "indices": [
- 247,
- 270
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 44,
- "favorited": false,
- "full_text": "“Nothing about the totalitarian takeover was preordained: ‘People had a choice . . . including in the polling booth’. Indeed, the Nazi vote slid just as the state’s reckless patrician elite invited Hitler into office as a ‘containment strategy.’” https://t.co/sfw4AYrKjU",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 28,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1807051408929128957"
- }
- }
},
"tweetDisplayType": "Tweet"
},
@@ -13169,8 +26002,8 @@
}
},
{
- "entryId": "tweet-1807051078464159883",
- "sortIndex": "1807077696136544232",
+ "entryId": "tweet-1842718331880530319",
+ "sortIndex": "1842759124685684694",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -13180,486 +26013,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807051078464159883",
+ "rest_id": "1842718331880530319",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxOTAzODc2OA==",
- "rest_id": "19038768",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Thu Jan 15 20:59:03 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Dad | Editorial Director, @POLITICOLive, @POLITICO | Former Defense One, NBC/MSNBC, FP, Natl Journal, Stars & Stripes, Boston Globe, Public Integrity | FLA 🌴⛷️",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "politico.com",
- "expanded_url": "https://www.politico.com",
- "url": "https://t.co/qEdxnpRfys",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 30787,
- "followers_count": 66016,
- "friends_count": 6872,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1771,
- "location": "Washington, DC",
- "media_count": 10113,
- "name": "Kevin Baron",
- "normal_followers_count": 66016,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/19038768/1644526621",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801773905482235904/T-4taQCy_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DefenseBaron",
- "statuses_count": 114892,
- "translator_type": "none",
- "url": "https://t.co/qEdxnpRfys",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807051078464159883"
- ],
- "editable_until_msecs": "1719673125000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1188",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806826684479361489",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0Mjk1ODgyOQ==",
- "rest_id": "42958829",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/CBSNews",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1617634745348661249/6YmPYpNd_bigger.jpg"
- },
- "description": "CBS News",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Wed May 27 20:08:03 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The official account of The CBS Evening News with @NorahODonnell, the longest-running evening newscast.\n\nText Norah: (202) 217-1107",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "cbsnews.com/evening-news/",
- "expanded_url": "https://www.cbsnews.com/evening-news/",
- "url": "https://t.co/f9XLkbjkyo",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2636,
- "followers_count": 428143,
- "friends_count": 1606,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4684,
- "location": "📺 6:30 p.m. ET",
- "media_count": 92437,
- "name": "CBS Evening News",
- "normal_followers_count": 428143,
- "pinned_tweet_ids_str": [
- "1803928571867443361"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/42958829/1661807385",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1564353025245958147/3HhdTHUz_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "CBSEveningNews",
- "statuses_count": 163535,
- "translator_type": "none",
- "url": "https://t.co/f9XLkbjkyo",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806826684479361489"
- ],
- "editable_until_msecs": "1719619625000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "102372",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY4MjY2ODQzNzQ0ODI5NDQ=",
- "text": "Veteran CBS News correspondent David Martin was honored at the Pentagon for his 40 years of dedicated reporting on America's military and national security. Since 1983, his extensive experience and robust network of sources have garnered him multiple awards and recognition of journalistic excellence.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 19,
- "bookmarked": false,
- "created_at": "Fri Jun 28 23:07:05 +0000 2024",
- "conversation_id_str": "1806826684479361489",
- "display_text_range": [
- 0,
- 276
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/omepjcdgba",
- "expanded_url": "https://twitter.com/CBSEveningNews/status/1806826684479361489/video/1",
- "id_str": "1806826450168782849",
- "indices": [
- 277,
- 300
- ],
- "media_key": "7_1806826450168782849",
- "media_url_https": "https://pbs.twimg.com/media/GRMkAgKXoAA-x6S.jpg",
- "type": "video",
- "url": "https://t.co/OMEpJCdGbA",
- "additional_media_info": {
- "monetizable": false
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "medium": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "small": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 360,
- "width": 640,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": false
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 94562,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/pl/9rN-n-OAI6_UywVb.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/480x270/ynCcHizrt51hqy9E.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/640x360/54kLylNcjhHCJ7sV.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/1280x720/uj4dreFDcVkTBMAe.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806826450168782849"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/OMEpJCdGbA",
- "expanded_url": "https://twitter.com/CBSEveningNews/status/1806826684479361489/video/1",
- "id_str": "1806826450168782849",
- "indices": [
- 277,
- 300
- ],
- "media_key": "7_1806826450168782849",
- "media_url_https": "https://pbs.twimg.com/media/GRMkAgKXoAA-x6S.jpg",
- "type": "video",
- "url": "https://t.co/OMEpJCdGbA",
- "additional_media_info": {
- "monetizable": false
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "medium": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "small": {
- "h": 360,
- "w": 640,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 360,
- "width": 640,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": false
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 94562,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/pl/9rN-n-OAI6_UywVb.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/480x270/ynCcHizrt51hqy9E.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/640x360/54kLylNcjhHCJ7sV.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806826450168782849/pu/vid/avc1/1280x720/uj4dreFDcVkTBMAe.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806826450168782849"
- }
- }
- }
- ]
- },
- "favorite_count": 397,
- "favorited": false,
- "full_text": "Veteran CBS News correspondent David Martin was honored at the Pentagon for his 40 years of dedicated reporting on America's military and national security. Since 1983, his extensive experience and robust network of sources have garnered him multiple awards and recognition of https://t.co/OMEpJCdGbA",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 14,
- "reply_count": 16,
- "retweet_count": 110,
- "retweeted": false,
- "user_id_str": "42958829",
- "id_str": "1806826684479361489"
- }
- }
- },
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:58:45 +0000 2024",
- "conversation_id_str": "1807051078464159883",
- "display_text_range": [
- 0,
- 251
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 3,
- "favorited": false,
- "full_text": "David Martin has no equal. It was an honor to come up in the Pentagon press corps and learn this craft alongside greats like David. Always a cut above, professionally and personally. A unique storyteller, questioner, and journalism legend. Fair winds…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806826684479361489",
- "quoted_status_permalink": {
- "url": "https://t.co/wqH0pjR2fP",
- "expanded": "https://twitter.com/cbseveningnews/status/1806826684479361489",
- "display": "x.com/cbseveningnews…"
- },
- "reply_count": 0,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "19038768",
- "id_str": "1807051078464159883"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807049415963644042",
- "sortIndex": "1807077696136544231",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807049415963644042",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg1NDkzNTE5",
- "rest_id": "2885493519",
- "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 Nov 20 11:38:47 +0000 2014",
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "Minister of Foreign Affairs of Ukraine 🇺🇦 Міністр закордонних справ України",
+ "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": []
@@ -13667,9 +26039,9 @@
"url": {
"urls": [
{
- "display_url": "uk.m.wikipedia.org/wiki/Кулеба_Дм…",
- "expanded_url": "https://uk.m.wikipedia.org/wiki/Кулеба_Дмитро_Іванович",
- "url": "https://t.co/UqqVspzRtj",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -13679,27 +26051,28 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2443,
- "followers_count": 1170015,
- "friends_count": 243,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 8248,
- "location": "Київ",
- "media_count": 1883,
- "name": "Dmytro Kuleba",
- "normal_followers_count": 1170015,
- "pinned_tweet_ids_str": [],
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2885493519/1670528669",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589329247235182592/jXOx7Fvz_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": "DmytroKuleba",
- "statuses_count": 8420,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/UqqVspzRtj",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
@@ -13710,68 +26083,43 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807049415963644042"
+ "1842718331880530319"
],
- "editable_until_msecs": "1719672728000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728176861028",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "10391",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNDk0MTU4NDIwNTAwNDg=",
- "text": "In Dubrovnik, I met with U.S. Assistant Secretary of State @StateEUR Jim O’Brien to thank the United States for its firm support for Ukraine.\n\nWe appreciate the latest critical U.S. decisions to support Ukrainian strikes on military targets in Russia, to prioritize Ukraine in air defense ammunition supplies, and its work with third countries to strengthen Ukraine's defense capabilities.\n\nDelivering additional Patriot air defense systems to Ukraine was the main focus of our conversation. We positively assessed progress made and coordinated next steps to this end. We also discussed joint efforts to provide Ukraine with additional weapons and ammunition.\n\nUpcoming NATO summit in Washington and its expected outcomes were on the agenda, too.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "889118168",
- "name": "Assistant Secretary Jim O'Brien",
- "screen_name": "StateEUR",
- "indices": [
- 59,
- 68
- ]
- }
- ]
- }
- }
- }
+ "state": "Enabled"
},
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:52:08 +0000 2024",
- "conversation_id_str": "1807049415963644042",
+ "created_at": "Sun Oct 06 00:07:41 +0000 2024",
+ "conversation_id_str": "1842718331880530319",
"display_text_range": [
0,
- 280
+ 102
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/kq2fgxmnf8",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807049415963644042/photo/1",
- "id_str": "1807049404324474881",
+ "display_url": "pic.x.com/vZtpLZ2fY4",
+ "expanded_url": "https://x.com/avalaina/status/1842457424998920337/photo/1",
+ "id_str": "1842457408947232768",
"indices": [
- 281,
- 304
+ 79,
+ 102
],
- "media_key": "3_1807049404324474881",
- "media_url_https": "https://pbs.twimg.com/media/GRPt2-xXcAEaVt0.jpg",
+ "media_key": "3_1842457408947232768",
+ "media_url_https": "https://pbs.twimg.com/media/GZG5QG4WIAAE8LN.jpg",
+ "source_status_id_str": "1842457424998920337",
+ "source_user_id_str": "67934675",
"type": "photo",
- "url": "https://t.co/kQ2FGXmNF8",
+ "url": "https://t.co/vZtpLZ2fY4",
"ext_media_availability": {
"status": "Available"
},
@@ -13779,58 +26127,106 @@
"large": {
"faces": [
{
- "x": 326,
- "y": 376,
- "h": 95,
- "w": 95
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
}
]
},
"medium": {
"faces": [
{
- "x": 283,
- "y": 326,
- "h": 82,
- "w": 82
+ "x": 419,
+ "y": 51,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 568,
+ "y": 789,
+ "h": 90,
+ "w": 90
+ },
+ {
+ "x": 307,
+ "y": 647,
+ "h": 347,
+ "w": 347
}
]
},
"small": {
"faces": [
{
- "x": 160,
- "y": 185,
- "h": 46,
- "w": 46
+ "x": 237,
+ "y": 29,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 322,
+ "y": 447,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 174,
+ "y": 367,
+ "h": 197,
+ "w": 197
}
]
},
"orig": {
"faces": [
{
- "x": 326,
- "y": 376,
- "h": 95,
- "w": 95
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
}
]
}
},
"sizes": {
"large": {
- "h": 1266,
- "w": 1381,
+ "h": 1280,
+ "w": 1027,
"resize": "fit"
},
"medium": {
- "h": 1100,
- "w": 1200,
+ "h": 1200,
+ "w": 963,
"resize": "fit"
},
"small": {
- "h": 623,
- "w": 680,
+ "h": 680,
+ "w": 546,
"resize": "fit"
},
"thumb": {
@@ -13840,47 +26236,44 @@
}
},
"original_info": {
- "height": 1266,
- "width": 1381,
+ "height": 1280,
+ "width": 1027,
"focus_rects": [
{
"x": 0,
- "y": 131,
- "w": 1381,
- "h": 773
+ "y": 705,
+ "w": 1027,
+ "h": 575
+ },
+ {
+ "x": 0,
+ "y": 253,
+ "w": 1027,
+ "h": 1027
+ },
+ {
+ "x": 0,
+ "y": 109,
+ "w": 1027,
+ "h": 1171
+ },
+ {
+ "x": 223,
+ "y": 0,
+ "w": 640,
+ "h": 1280
},
{
"x": 0,
"y": 0,
- "w": 1266,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 1111,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 633,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 1381,
- "h": 1266
+ "w": 1027,
+ "h": 1280
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807049404324474881"
+ "media_key": "3_1842457408947232768"
}
}
}
@@ -13890,12 +26283,12 @@
"urls": [],
"user_mentions": [
{
- "id_str": "889118168",
- "name": "Assistant Secretary Jim O'Brien",
- "screen_name": "StateEUR",
+ "id_str": "67934675",
+ "name": "Oleksandra Matviichuk",
+ "screen_name": "avalaina",
"indices": [
- 59,
- 68
+ 3,
+ 12
]
}
]
@@ -13903,17 +26296,19 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/kQ2FGXmNF8",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807049415963644042/photo/1",
- "id_str": "1807049404324474881",
+ "display_url": "pic.x.com/vZtpLZ2fY4",
+ "expanded_url": "https://x.com/avalaina/status/1842457424998920337/photo/1",
+ "id_str": "1842457408947232768",
"indices": [
- 281,
- 304
+ 79,
+ 102
],
- "media_key": "3_1807049404324474881",
- "media_url_https": "https://pbs.twimg.com/media/GRPt2-xXcAEaVt0.jpg",
+ "media_key": "3_1842457408947232768",
+ "media_url_https": "https://pbs.twimg.com/media/GZG5QG4WIAAE8LN.jpg",
+ "source_status_id_str": "1842457424998920337",
+ "source_user_id_str": "67934675",
"type": "photo",
- "url": "https://t.co/kQ2FGXmNF8",
+ "url": "https://t.co/vZtpLZ2fY4",
"ext_media_availability": {
"status": "Available"
},
@@ -13921,58 +26316,106 @@
"large": {
"faces": [
{
- "x": 326,
- "y": 376,
- "h": 95,
- "w": 95
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
}
]
},
"medium": {
"faces": [
{
- "x": 283,
- "y": 326,
- "h": 82,
- "w": 82
+ "x": 419,
+ "y": 51,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 568,
+ "y": 789,
+ "h": 90,
+ "w": 90
+ },
+ {
+ "x": 307,
+ "y": 647,
+ "h": 347,
+ "w": 347
}
]
},
"small": {
"faces": [
{
- "x": 160,
- "y": 185,
- "h": 46,
- "w": 46
+ "x": 237,
+ "y": 29,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 322,
+ "y": 447,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 174,
+ "y": 367,
+ "h": 197,
+ "w": 197
}
]
},
"orig": {
"faces": [
{
- "x": 326,
- "y": 376,
- "h": 95,
- "w": 95
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
}
]
}
},
"sizes": {
"large": {
- "h": 1266,
- "w": 1381,
+ "h": 1280,
+ "w": 1027,
"resize": "fit"
},
"medium": {
- "h": 1100,
- "w": 1200,
+ "h": 1200,
+ "w": 963,
"resize": "fit"
},
"small": {
- "h": 623,
- "w": 680,
+ "h": 680,
+ "w": 546,
"resize": "fit"
},
"thumb": {
@@ -13982,65 +26425,509 @@
}
},
"original_info": {
- "height": 1266,
- "width": 1381,
+ "height": 1280,
+ "width": 1027,
"focus_rects": [
{
"x": 0,
- "y": 131,
- "w": 1381,
- "h": 773
+ "y": 705,
+ "w": 1027,
+ "h": 575
+ },
+ {
+ "x": 0,
+ "y": 253,
+ "w": 1027,
+ "h": 1027
+ },
+ {
+ "x": 0,
+ "y": 109,
+ "w": 1027,
+ "h": 1171
+ },
+ {
+ "x": 223,
+ "y": 0,
+ "w": 640,
+ "h": 1280
},
{
"x": 0,
"y": 0,
- "w": 1266,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 1111,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 633,
- "h": 1266
- },
- {
- "x": 0,
- "y": 0,
- "w": 1381,
- "h": 1266
+ "w": 1027,
+ "h": 1280
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1807049404324474881"
+ "media_key": "3_1842457408947232768"
}
}
}
]
},
- "favorite_count": 203,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "In Dubrovnik, I met with U.S. Assistant Secretary of State @StateEUR Jim O’Brien to thank the United States for its firm support for Ukraine.\n\nWe appreciate the latest critical U.S. decisions to support Ukrainian strikes on military targets in Russia, to prioritize Ukraine in air https://t.co/kQ2FGXmNF8",
+ "full_text": "RT @avalaina: Russian “liberators”.\nCenturies change, the essence is the same. https://t.co/vZtpLZ2fY4",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 7,
- "retweet_count": 23,
+ "reply_count": 0,
+ "retweet_count": 2023,
"retweeted": false,
- "user_id_str": "2885493519",
- "id_str": "1807049415963644042"
+ "user_id_str": "579747564",
+ "id_str": "1842718331880530319",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842457424998920337",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2NzkzNDY3NQ==",
+ "rest_id": "67934675",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 22 17:19:08 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "head of the Center for Civil Liberties (Ukraine)/ Nobel Peace Prize 2022/ Democracy Defender Award of OSCE 2016",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3287,
+ "followers_count": 206819,
+ "friends_count": 123,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2621,
+ "location": "Kyiv, Ukraine",
+ "media_count": 1839,
+ "name": "Oleksandra Matviichuk",
+ "normal_followers_count": 206819,
+ "pinned_tweet_ids_str": [
+ "1838533666751885676"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/67934675/1525066535",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1839984117196177408/hUDTFV_J_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "avalaina",
+ "statuses_count": 5309,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842457424998920337"
+ ],
+ "editable_until_msecs": "1728114655000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "173393",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 229,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 06:50:55 +0000 2024",
+ "conversation_id_str": "1842457424998920337",
+ "display_text_range": [
+ 0,
+ 64
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/vZtpLZ2fY4",
+ "expanded_url": "https://x.com/avalaina/status/1842457424998920337/photo/1",
+ "id_str": "1842457408947232768",
+ "indices": [
+ 65,
+ 88
+ ],
+ "media_key": "3_1842457408947232768",
+ "media_url_https": "https://pbs.twimg.com/media/GZG5QG4WIAAE8LN.jpg",
+ "type": "photo",
+ "url": "https://t.co/vZtpLZ2fY4",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 419,
+ "y": 51,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 568,
+ "y": 789,
+ "h": 90,
+ "w": 90
+ },
+ {
+ "x": 307,
+ "y": 647,
+ "h": 347,
+ "w": 347
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 237,
+ "y": 29,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 322,
+ "y": 447,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 174,
+ "y": 367,
+ "h": 197,
+ "w": 197
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1280,
+ "w": 1027,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 963,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 546,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1280,
+ "width": 1027,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 705,
+ "w": 1027,
+ "h": 575
+ },
+ {
+ "x": 0,
+ "y": 253,
+ "w": 1027,
+ "h": 1027
+ },
+ {
+ "x": 0,
+ "y": 109,
+ "w": 1027,
+ "h": 1171
+ },
+ {
+ "x": 223,
+ "y": 0,
+ "w": 640,
+ "h": 1280
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1027,
+ "h": 1280
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842457408947232768"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/vZtpLZ2fY4",
+ "expanded_url": "https://x.com/avalaina/status/1842457424998920337/photo/1",
+ "id_str": "1842457408947232768",
+ "indices": [
+ 65,
+ 88
+ ],
+ "media_key": "3_1842457408947232768",
+ "media_url_https": "https://pbs.twimg.com/media/GZG5QG4WIAAE8LN.jpg",
+ "type": "photo",
+ "url": "https://t.co/vZtpLZ2fY4",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 419,
+ "y": 51,
+ "h": 44,
+ "w": 44
+ },
+ {
+ "x": 568,
+ "y": 789,
+ "h": 90,
+ "w": 90
+ },
+ {
+ "x": 307,
+ "y": 647,
+ "h": 347,
+ "w": 347
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 237,
+ "y": 29,
+ "h": 24,
+ "w": 24
+ },
+ {
+ "x": 322,
+ "y": 447,
+ "h": 51,
+ "w": 51
+ },
+ {
+ "x": 174,
+ "y": 367,
+ "h": 197,
+ "w": 197
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 447,
+ "y": 55,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 606,
+ "y": 842,
+ "h": 97,
+ "w": 97
+ },
+ {
+ "x": 328,
+ "y": 691,
+ "h": 371,
+ "w": 371
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1280,
+ "w": 1027,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 963,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 546,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1280,
+ "width": 1027,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 705,
+ "w": 1027,
+ "h": 575
+ },
+ {
+ "x": 0,
+ "y": 253,
+ "w": 1027,
+ "h": 1027
+ },
+ {
+ "x": 0,
+ "y": 109,
+ "w": 1027,
+ "h": 1171
+ },
+ {
+ "x": 223,
+ "y": 0,
+ "w": 640,
+ "h": 1280
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1027,
+ "h": 1280
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842457408947232768"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 5255,
+ "favorited": false,
+ "full_text": "Russian “liberators”.\nCenturies change, the essence is the same. https://t.co/vZtpLZ2fY4",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 84,
+ "reply_count": 286,
+ "retweet_count": 2023,
+ "retweeted": false,
+ "user_id_str": "67934675",
+ "id_str": "1842457424998920337"
+ }
+ }
+ }
}
}
},
@@ -14058,8 +26945,8 @@
}
},
{
- "entryId": "tweet-1807049363874554038",
- "sortIndex": "1807077696136544230",
+ "entryId": "tweet-1842717820830044265",
+ "sortIndex": "1842759124685684693",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -14069,7 +26956,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807049363874554038",
+ "rest_id": "1842717820830044265",
"core": {
"user_results": {
"result": {
@@ -14081,31 +26968,23 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"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",
+ "description": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
"entities": {
"description": {
"urls": [
{
"display_url": "kyivindependent.com/membership/",
- "expanded_url": "http://kyivindependent.com/membership/",
- "url": "https://t.co/jsQiFkoveH",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
"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
+ 71,
+ 94
]
}
]
@@ -14125,25 +27004,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
+ "listed_count": 19759,
"location": "Kyiv",
- "media_count": 4423,
+ "media_count": 4637,
"name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "normal_followers_count": 2039225,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1840001359656943631"
],
"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": 45051,
+ "statuses_count": 49209,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -14162,756 +27041,45 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807049363874554038"
+ "1842717820830044265"
],
- "editable_until_msecs": "1719672716000",
+ "editable_until_msecs": "1728176739000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "38573",
+ "count": "44837",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 2,
+ "bookmark_count": 3,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:51:56 +0000 2024",
- "conversation_id_str": "1807049363874554038",
- "display_text_range": [
- 0,
- 270
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 122,
- "favorited": false,
- "full_text": "⚡️Law enforcement agency to investigate general accused of heavy losses, media reports.\n\nThe State Bureau of Investigation will assess Lieutenant General Yurii Sodol's command of Ukrainian troops during the Russian offensive in Kharkiv Oblast, Ukrainska Pravda reported.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807049363874554038"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807048057244061749",
- "sortIndex": "1807077696136544229",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807048057244061749",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "initial_tweet_id": "1807047671653241259",
- "edit_control_initial": {
- "edit_tweet_ids": [
- "1807047671653241259",
- "1807048057244061749"
- ],
- "editable_until_msecs": "1719672312000",
- "is_edit_eligible": true,
- "edits_remaining": "4"
- }
- },
- "previous_counts": {
- "bookmark_count": 1,
- "favorite_count": 9,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 4
- },
- "is_translatable": false,
- "views": {
- "count": "4338",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 6,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:46:44 +0000 2024",
- "conversation_id_str": "1807048057244061749",
+ "created_at": "Sun Oct 06 00:05:39 +0000 2024",
+ "conversation_id_str": "1842717820830044265",
"display_text_range": [
0,
251
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 210,
- 227
- ],
- "text": "StandWithUkraine"
- },
- {
- "indices": [
- 228,
- 251
- ],
- "text": "OppressionOfChristians"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/rivu8vdbgg",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807048057244061749/photo/1",
- "id_str": "1807047666846601216",
- "indices": [
- 252,
- 275
- ],
- "media_key": "3_1807047666846601216",
- "media_url_https": "https://pbs.twimg.com/media/GRPsR2KXEAACFc1.jpg",
- "type": "photo",
- "url": "https://t.co/RivU8vdbgG",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 370,
- "y": 64,
- "h": 49,
- "w": 49
- },
- {
- "x": 213,
- "y": 65,
- "h": 51,
- "w": 51
- },
- {
- "x": 448,
- "y": 29,
- "h": 46,
- "w": 46
- },
- {
- "x": 306,
- "y": 79,
- "h": 63,
- "w": 63
- },
- {
- "x": 497,
- "y": 82,
- "h": 65,
- "w": 65
- },
- {
- "x": 121,
- "y": 27,
- "h": 80,
- "w": 80
- },
- {
- "x": 421,
- "y": 134,
- "h": 60,
- "w": 60
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 420,
- "w": 900,
- "resize": "fit"
- },
- "medium": {
- "h": 420,
- "w": 900,
- "resize": "fit"
- },
- "small": {
- "h": 317,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 420,
- "width": 900,
- "focus_rects": [
- {
- "x": 142,
- "y": 0,
- "w": 750,
- "h": 420
- },
- {
- "x": 307,
- "y": 0,
- "w": 420,
- "h": 420
- },
- {
- "x": 333,
- "y": 0,
- "w": 368,
- "h": 420
- },
- {
- "x": 412,
- "y": 0,
- "w": 210,
- "h": 420
- },
- {
- "x": 0,
- "y": 0,
- "w": 900,
- "h": 420
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807047666846601216"
- }
- }
- }
- ],
+ "hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": []
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/RivU8vdbgG",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807048057244061749/photo/1",
- "id_str": "1807047666846601216",
- "indices": [
- 252,
- 275
- ],
- "media_key": "3_1807047666846601216",
- "media_url_https": "https://pbs.twimg.com/media/GRPsR2KXEAACFc1.jpg",
- "type": "photo",
- "url": "https://t.co/RivU8vdbgG",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 370,
- "y": 64,
- "h": 49,
- "w": 49
- },
- {
- "x": 213,
- "y": 65,
- "h": 51,
- "w": 51
- },
- {
- "x": 448,
- "y": 29,
- "h": 46,
- "w": 46
- },
- {
- "x": 306,
- "y": 79,
- "h": 63,
- "w": 63
- },
- {
- "x": 497,
- "y": 82,
- "h": 65,
- "w": 65
- },
- {
- "x": 121,
- "y": 27,
- "h": 80,
- "w": 80
- },
- {
- "x": 421,
- "y": 134,
- "h": 60,
- "w": 60
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 491,
- "y": 86,
- "h": 65,
- "w": 65
- },
- {
- "x": 283,
- "y": 87,
- "h": 68,
- "w": 68
- },
- {
- "x": 593,
- "y": 39,
- "h": 62,
- "w": 62
- },
- {
- "x": 406,
- "y": 105,
- "h": 84,
- "w": 84
- },
- {
- "x": 659,
- "y": 109,
- "h": 87,
- "w": 87
- },
- {
- "x": 161,
- "y": 36,
- "h": 107,
- "w": 107
- },
- {
- "x": 558,
- "y": 178,
- "h": 80,
- "w": 80
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 420,
- "w": 900,
- "resize": "fit"
- },
- "medium": {
- "h": 420,
- "w": 900,
- "resize": "fit"
- },
- "small": {
- "h": 317,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 420,
- "width": 900,
- "focus_rects": [
- {
- "x": 142,
- "y": 0,
- "w": 750,
- "h": 420
- },
- {
- "x": 307,
- "y": 0,
- "w": 420,
- "h": 420
- },
- {
- "x": 333,
- "y": 0,
- "w": 368,
- "h": 420
- },
- {
- "x": 412,
- "y": 0,
- "w": 210,
- "h": 420
- },
- {
- "x": 0,
- "y": 0,
- "w": 900,
- "h": 420
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807047666846601216"
- }
- }
- }
- ]
- },
- "favorite_count": 129,
+ "favorite_count": 217,
"favorited": false,
- "full_text": "Two of Ukrainian PoWs released yesterday were priests who spent in russian captivity two years. Arresting priests who wouldn’t kiss putin’s ring, was one of the first things russia did when occupying Ukraine.\n\n#StandWithUkraine #OppressionOfChristians https://t.co/RivU8vdbgG",
+ "full_text": "⚡️Explosions heard in Kyiv.\n\nSeveral explosions were heard in the city of Kyiv overnight on Oct. 6.\n\nAir defense is active in the capital. Ukraine's Air Force warned earlier of the threat of Russian drone attacks across various regions of the country.",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 7,
- "retweet_count": 41,
+ "quote_count": 3,
+ "reply_count": 8,
+ "retweet_count": 70,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807048057244061749"
+ "user_id_str": "1462548977367359490",
+ "id_str": "1842717820830044265"
}
}
},
@@ -14929,368 +27097,8 @@
}
},
{
- "entryId": "list-conversation-1807077696136544284",
- "sortIndex": "1807077696136544228",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544284-tweet-1807045711864750113",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807045711864750113",
- "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": 317,
- "followers_count": 2061770,
- "friends_count": 37,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
- "pinned_tweet_ids_str": [
- "1799095538886840698"
- ],
- "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": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807045711864750113"
- ],
- "editable_until_msecs": "1719671845000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "48321",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNDU3MTE3ODkyMzIxMjg=",
- "text": "⚡️'Tension rises' at border with Belarus, Minsk accuses Kyiv of deploying troops.\n\nThe Ukrainian Security and Defense Council's Center for Countering Disinformation said in May that Russia may opt to conduct a new psychological operation aimed at \"stirring up mass panic\" in Ukraine.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 8,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:37:25 +0000 2024",
- "conversation_id_str": "1807045711864750113",
- "display_text_range": [
- 0,
- 274
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 237,
- "favorited": false,
- "full_text": "⚡️'Tension rises' at border with Belarus, Minsk accuses Kyiv of deploying troops.\n\nThe Ukrainian Security and Defense Council's Center for Countering Disinformation said in May that Russia may opt to conduct a new psychological operation aimed at \"stirring up mass panic\" in",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 2,
- "reply_count": 5,
- "retweet_count": 51,
- "retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807045711864750113"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544284-tweet-1807045714746171704",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807045714746171704",
- "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": 317,
- "followers_count": 2061770,
- "friends_count": 37,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
- "pinned_tweet_ids_str": [
- "1799095538886840698"
- ],
- "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": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807045714746171704"
- ],
- "editable_until_msecs": "1719671846000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "42559",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:37:26 +0000 2024",
- "conversation_id_str": "1807045711864750113",
- "display_text_range": [
- 0,
- 126
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "The plan was to force Kyiv to believe that Belarusian troops would join Russia's war against Ukraine, according to the center.",
- "in_reply_to_screen_name": "KyivIndependent",
- "in_reply_to_status_id_str": "1807045711864750113",
- "in_reply_to_user_id_str": "1462548977367359490",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 12,
- "retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807045714746171704"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807045711864750113",
- "1807045714746171704"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807044710910857591",
- "sortIndex": "1807077696136544227",
+ "entryId": "tweet-1842715665305899456",
+ "sortIndex": "1842759124685684692",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -15300,1157 +27108,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807044710910857591",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/9VvceD3998",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 147,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "In the summer of 2023, a poet by the name of Gennady Rakitin began publishing his “patriotic” works on VKontakte, Russia’s version of Facebook. He wrote about war, mercenaries killed in action, the...",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "meduza.io",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 315,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "2803786405",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 76,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "meduza.io",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Anti-war activists dupe Russian officials with translations of Nazi poetry — Meduza",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/9VvceD3998",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/9VvceD3998",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODAzNzg2NDA1",
- "rest_id": "2803786405",
- "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 Sep 11 14:10:18 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Это «Медуза». Только самые важные новости и тексты https://t.co/aZhLoWjejp https://t.co/7vi4IjdGlQ https://t.co/dhWfPZwBSz",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "t.me/meduzalive",
- "expanded_url": "http://t.me/meduzalive",
- "url": "https://t.co/aZhLoWjejp",
- "indices": [
- 51,
- 74
- ]
- },
- {
- "display_url": "instagram.com/meduzapro/",
- "expanded_url": "https://www.instagram.com/meduzapro/",
- "url": "https://t.co/7vi4IjdGlQ",
- "indices": [
- 75,
- 98
- ]
- },
- {
- "display_url": "facebook.com/themeduza",
- "expanded_url": "http://facebook.com/themeduza",
- "url": "https://t.co/dhWfPZwBSz",
- "indices": [
- 99,
- 122
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "meduza.io",
- "expanded_url": "https://meduza.io",
- "url": "https://t.co/f25w30nt0O",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 134,
- "followers_count": 1612860,
- "friends_count": 25,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3489,
- "location": "",
- "media_count": 7018,
- "name": "Meduza",
- "normal_followers_count": 1612860,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2803786405/1602505763",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1731941422800977920/TW8Qkpa7_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "meduzaproject",
- "statuses_count": 137274,
- "translator_type": "none",
- "url": "https://t.co/f25w30nt0O",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1531324740434071553",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807044710910857591"
- ],
- "editable_until_msecs": "1719671607005",
- "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": "Sat Jun 29 13:33:27 +0000 2024",
- "conversation_id_str": "1807044710910857591",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "3129968261",
- "name": "Timothy Snyder",
- "screen_name": "TimothyDSnyder",
- "indices": [
- 3,
- 18
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @TimothyDSnyder: Anti-war activists published Russian translations of Nazi poetry over the name of an invented Russian writer. The Russi…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 521,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807044710910857591",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807042321227170023",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTI5OTY4MjYx",
- "rest_id": "3129968261",
- "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 Mar 30 21:25:57 +0000 2015",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Levin Professor of History at Yale. Author of \"On Freedom,\" \"On Tyranny,\" \"Our Malady,\" \"Road to Unfreedom,\" \"Black Earth,\" and \"Bloodlands\"",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "snyder.substack.com",
- "expanded_url": "http://snyder.substack.com",
- "url": "https://t.co/K08VDpolcl",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4,
- "followers_count": 563445,
- "friends_count": 60,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 6353,
- "location": "",
- "media_count": 501,
- "name": "Timothy Snyder",
- "normal_followers_count": 563445,
- "pinned_tweet_ids_str": [
- "1326319545427107840"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/3129968261/1663344988",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/582655768471552000/8Ad5TU8L_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TimothyDSnyder",
- "statuses_count": 4976,
- "translator_type": "none",
- "url": "https://t.co/K08VDpolcl",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/9VvceD3998",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 147,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "In the summer of 2023, a poet by the name of Gennady Rakitin began publishing his “patriotic” works on VKontakte, Russia’s version of Facebook. He wrote about war, mercenaries killed in action, the...",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "meduza.io",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 315,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "2803786405",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 76,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "meduza.io",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Anti-war activists dupe Russian officials with translations of Nazi poetry — Meduza",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/1806963175339794432/aU53wue0?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 23,
- "green": 21,
- "red": 23
- },
- "percentage": 93.76
- },
- {
- "rgb": {
- "blue": 146,
- "green": 147,
- "red": 145
- },
- "percentage": 4.65
- },
- {
- "rgb": {
- "blue": 63,
- "green": 91,
- "red": 116
- },
- "percentage": 0.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/9VvceD3998",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 630,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806963175339794432/aU53wue0?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/9VvceD3998",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODAzNzg2NDA1",
- "rest_id": "2803786405",
- "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 Sep 11 14:10:18 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Это «Медуза». Только самые важные новости и тексты https://t.co/aZhLoWjejp https://t.co/7vi4IjdGlQ https://t.co/dhWfPZwBSz",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "t.me/meduzalive",
- "expanded_url": "http://t.me/meduzalive",
- "url": "https://t.co/aZhLoWjejp",
- "indices": [
- 51,
- 74
- ]
- },
- {
- "display_url": "instagram.com/meduzapro/",
- "expanded_url": "https://www.instagram.com/meduzapro/",
- "url": "https://t.co/7vi4IjdGlQ",
- "indices": [
- 75,
- 98
- ]
- },
- {
- "display_url": "facebook.com/themeduza",
- "expanded_url": "http://facebook.com/themeduza",
- "url": "https://t.co/dhWfPZwBSz",
- "indices": [
- 99,
- 122
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "meduza.io",
- "expanded_url": "https://meduza.io",
- "url": "https://t.co/f25w30nt0O",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 134,
- "followers_count": 1612860,
- "friends_count": 25,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3489,
- "location": "",
- "media_count": 7018,
- "name": "Meduza",
- "normal_followers_count": 1612860,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2803786405/1602505763",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1731941422800977920/TW8Qkpa7_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "meduzaproject",
- "statuses_count": 137274,
- "translator_type": "none",
- "url": "https://t.co/f25w30nt0O",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1531324740434071553",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807042321227170023"
- ],
- "editable_until_msecs": "1719671037000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "50861",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 77,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:23:57 +0000 2024",
- "conversation_id_str": "1807042321227170023",
- "display_text_range": [
- 0,
- 218
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "meduza.io/en/feature/202…",
- "expanded_url": "https://meduza.io/en/feature/2024/06/28/anti-war-activists-dupe-russian-officials-with-translations-of-nazi-poetry",
- "url": "https://t.co/9VvceD3998",
- "indices": [
- 195,
- 218
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 1508,
- "favorited": false,
- "full_text": "Anti-war activists published Russian translations of Nazi poetry over the name of an invented Russian writer. The Russian elite celebrated the Nazi poetry and gave the non-existent man an award.\nhttps://t.co/9VvceD3998",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 43,
- "reply_count": 42,
- "retweet_count": 521,
- "retweeted": false,
- "user_id_str": "3129968261",
- "id_str": "1807042321227170023"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807044680942538983",
- "sortIndex": "1807077696136544226",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807044680942538983",
+ "rest_id": "1842715665305899456",
"core": {
"user_results": {
"result": {
@@ -16462,6 +27120,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Wed Oct 21 13:42:34 +0000 2009",
@@ -16487,16 +27146,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 48517,
- "followers_count": 216114,
- "friends_count": 11787,
+ "favourites_count": 49166,
+ "followers_count": 219116,
+ "friends_count": 11831,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3410,
+ "listed_count": 3472,
"location": "Kyiv, Ukraine",
- "media_count": 6881,
+ "media_count": 7156,
"name": "Oz Katerji",
- "normal_followers_count": 216114,
+ "normal_followers_count": 219116,
"pinned_tweet_ids_str": [
"1761330347885703279"
],
@@ -16505,7 +27164,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1713181637574275072/gUp8KMF4_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "OzKaterji",
- "statuses_count": 179594,
+ "statuses_count": 183040,
"translator_type": "none",
"url": "https://t.co/FC9pQbgXa4",
"verified": false,
@@ -16519,9 +27178,146 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807044680942538983"
+ "1842715665305899456"
],
- "editable_until_msecs": "1719671599860",
+ "editable_until_msecs": "1728176225000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "9107",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 23:57:05 +0000 2024",
+ "conversation_id_str": "1842715665305899456",
+ "display_text_range": [
+ 0,
+ 66
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 137,
+ "favorited": false,
+ "full_text": "Loud explosions from air defence interceptions audible now in Kyiv",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 30,
+ "retweeted": false,
+ "user_id_str": "84083187",
+ "id_str": "1842715665305899456"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842708069282902163",
+ "sortIndex": "1842759124685684691",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842708069282902163",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMTQ1ODcxODU=",
+ "rest_id": "314587185",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Fri Jun 10 14:04:48 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Geopolitics/NatSec, Russia, China, Cyber. Chairman @SilveradoPolicy; Author WorldOnTheBrink; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "worldonthebrink.com",
+ "expanded_url": "https://worldonthebrink.com",
+ "url": "https://t.co/ohAozDNOal",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18306,
+ "followers_count": 205161,
+ "friends_count": 2260,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 5890,
+ "location": "USA",
+ "media_count": 270,
+ "name": "Dmitri Alperovitch",
+ "normal_followers_count": 205161,
+ "pinned_tweet_ids_str": [
+ "1776666518685712752"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1714602340",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DAlperovitch",
+ "statuses_count": 5789,
+ "translator_type": "none",
+ "url": "https://t.co/ohAozDNOal",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842708069282902163"
+ ],
+ "editable_until_msecs": "1728174414234",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -16533,469 +27329,81 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:33:19 +0000 2024",
- "conversation_id_str": "1807044680942538983",
+ "created_at": "Sat Oct 05 23:26:54 +0000 2024",
+ "conversation_id_str": "1842708069282902163",
"display_text_range": [
0,
- 40
+ 140
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/4e5jlhd03r",
- "expanded_url": "https://twitter.com/beetlemoses/status/1605602613520732165/photo/1",
- "id_str": "1605602608533704704",
- "indices": [
- 17,
- 40
- ],
- "media_key": "3_1605602608533704704",
- "media_url_https": "https://pbs.twimg.com/media/Fkg_EMwXkAAJfTL.jpg",
- "source_status_id_str": "1605602613520732165",
- "source_user_id_str": "1461371731545890826",
- "type": "photo",
- "url": "https://t.co/4E5jLHD03r",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 163,
- "y": 498,
- "h": 135,
- "w": 135
- },
- {
- "x": 521,
- "y": 825,
- "h": 142,
- "w": 142
- },
- {
- "x": 521,
- "y": 504,
- "h": 157,
- "w": 157
- },
- {
- "x": 708,
- "y": 457,
- "h": 154,
- "w": 154
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 92,
- "y": 282,
- "h": 76,
- "w": 76
- },
- {
- "x": 295,
- "y": 467,
- "h": 80,
- "w": 80
- },
- {
- "x": 295,
- "y": 286,
- "h": 89,
- "w": 89
- },
- {
- "x": 401,
- "y": 259,
- "h": 87,
- "w": 87
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1600,
- "w": 1280,
- "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": 1600,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 883,
- "w": 1280,
- "h": 717
- },
- {
- "x": 0,
- "y": 320,
- "w": 1280,
- "h": 1280
- },
- {
- "x": 0,
- "y": 141,
- "w": 1280,
- "h": 1459
- },
- {
- "x": 0,
- "y": 0,
- "w": 800,
- "h": 1600
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 1600
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1605602608533704704"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": [
{
- "id_str": "1461371731545890826",
- "name": "beetle moses",
- "screen_name": "beetlemoses",
+ "id_str": "20357508",
+ "name": "Roy Ngerng 鄞義林 Khûn Gī-lîm",
+ "screen_name": "royngerng",
"indices": [
3,
- 15
+ 13
]
- }
- ]
- },
- "extended_entities": {
- "media": [
+ },
{
- "display_url": "pic.twitter.com/4E5jLHD03r",
- "expanded_url": "https://twitter.com/beetlemoses/status/1605602613520732165/photo/1",
- "id_str": "1605602608533704704",
+ "id_str": "1224953820716945408",
+ "name": "賴清德Lai Ching-te",
+ "screen_name": "ChingteLai",
"indices": [
- 17,
- 40
- ],
- "media_key": "3_1605602608533704704",
- "media_url_https": "https://pbs.twimg.com/media/Fkg_EMwXkAAJfTL.jpg",
- "source_status_id_str": "1605602613520732165",
- "source_user_id_str": "1461371731545890826",
- "type": "photo",
- "url": "https://t.co/4E5jLHD03r",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 163,
- "y": 498,
- "h": 135,
- "w": 135
- },
- {
- "x": 521,
- "y": 825,
- "h": 142,
- "w": 142
- },
- {
- "x": 521,
- "y": 504,
- "h": 157,
- "w": 157
- },
- {
- "x": 708,
- "y": 457,
- "h": 154,
- "w": 154
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 92,
- "y": 282,
- "h": 76,
- "w": 76
- },
- {
- "x": 295,
- "y": 467,
- "h": 80,
- "w": 80
- },
- {
- "x": 295,
- "y": 286,
- "h": 89,
- "w": 89
- },
- {
- "x": 401,
- "y": 259,
- "h": 87,
- "w": 87
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1600,
- "w": 1280,
- "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": 1600,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 883,
- "w": 1280,
- "h": 717
- },
- {
- "x": 0,
- "y": 320,
- "w": 1280,
- "h": 1280
- },
- {
- "x": 0,
- "y": 141,
- "w": 1280,
- "h": 1459
- },
- {
- "x": 0,
- "y": 0,
- "w": 800,
- "h": 1600
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 1600
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1605602608533704704"
- }
- }
+ 32,
+ 43
+ ]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @beetlemoses: https://t.co/4E5jLHD03r",
+ "full_text": "RT @royngerng: Taiwan President @ChingteLai said today that the People's Republic of China (PRC) just celebrated its 75th birthday, but the…",
"is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
+ "lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 13163,
+ "retweet_count": 338,
"retweeted": false,
- "user_id_str": "84083187",
- "id_str": "1807044680942538983",
+ "user_id_str": "314587185",
+ "id_str": "1842708069282902163",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1605602613520732165",
+ "rest_id": "1842561572042146289",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDYxMzcxNzMxNTQ1ODkwODI2",
- "rest_id": "1461371731545890826",
+ "id": "VXNlcjoyMDM1NzUwOA==",
+ "rest_id": "20357508",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": true,
- "created_at": "Thu Nov 18 16:32:58 +0000 2021",
- "default_profile": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 08 09:31:11 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "more comics yes: https://t.co/t7tdsNhNzn\ncontact: beetlemoses@gmail.com",
+ "description": "Wage advocate/journalist using data. Sued by Singapore's prime minister.\nThreads: @royngerng\nhttps://t.co/RELlv2nXUi",
"entities": {
"description": {
"urls": [
{
- "display_url": "comicskingdom.com/beetle-moses",
- "expanded_url": "http://comicskingdom.com/beetle-moses",
- "url": "https://t.co/t7tdsNhNzn",
+ "display_url": "international.thenewslens.com/author/roynger…",
+ "expanded_url": "https://international.thenewslens.com/author/royngerng",
+ "url": "https://t.co/RELlv2nXUi",
"indices": [
- 17,
- 40
+ 93,
+ 116
]
}
]
@@ -17003,9 +27411,9 @@
"url": {
"urls": [
{
- "display_url": "beetlemoses.bigcartel.com",
- "expanded_url": "http://beetlemoses.bigcartel.com",
- "url": "https://t.co/xnQOjuL84x",
+ "display_url": "facebook.com/share/p/L9KdzQ…",
+ "expanded_url": "https://www.facebook.com/share/p/L9KdzQLwzNvv8gpt/?mibextid=oFDknk",
+ "url": "https://t.co/F5sUl1DoKZ",
"indices": [
0,
23
@@ -17015,219 +27423,94 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 26049,
- "followers_count": 124866,
- "friends_count": 524,
+ "favourites_count": 153885,
+ "followers_count": 11681,
+ "friends_count": 5590,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 412,
- "location": "",
- "media_count": 1241,
- "name": "beetle moses",
- "normal_followers_count": 124866,
+ "listed_count": 154,
+ "location": "Taiwan",
+ "media_count": 3715,
+ "name": "Roy Ngerng 鄞義林 Khûn Gī-lîm",
+ "normal_followers_count": 11681,
"pinned_tweet_ids_str": [
- "1690107341075591168"
+ "1511294855292473349"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1461371731545890826/1713124811",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1779600471495196673/AqlZxEnm_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/20357508/1660781996",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1528800384344784896/Yy_es9lG_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "beetlemoses",
- "statuses_count": 4147,
+ "screen_name": "royngerng",
+ "statuses_count": 39315,
"translator_type": "none",
- "url": "https://t.co/xnQOjuL84x",
+ "url": "https://t.co/F5sUl1DoKZ",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1679573651459325953",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1017,
- "name": "Artist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": false,
- "venmo_handle": "harris-fishman"
- }
+ "tipjar_settings": {}
}
}
},
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1605602613520732165"
+ "1842561572042146289"
],
- "editable_until_msecs": "1671642268000",
+ "editable_until_msecs": "1728139486000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "9897211",
+ "count": "100440",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter for Android",
"legacy": {
- "bookmark_count": 2882,
+ "bookmark_count": 124,
"bookmarked": false,
- "created_at": "Wed Dec 21 16:34:28 +0000 2022",
- "conversation_id_str": "1605602613520732165",
+ "created_at": "Sat Oct 05 13:44:46 +0000 2024",
+ "conversation_id_str": "1842561572042146289",
"display_text_range": [
0,
- 0
+ 280
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/4e5jlhd03r",
- "expanded_url": "https://twitter.com/beetlemoses/status/1605602613520732165/photo/1",
- "id_str": "1605602608533704704",
+ "display_url": "pic.x.com/tvJpD3pplT",
+ "expanded_url": "https://x.com/royngerng/status/1842561572042146289/video/1",
+ "id_str": "1842560270188883968",
"indices": [
- 0,
- 23
+ 281,
+ 304
],
- "media_key": "3_1605602608533704704",
- "media_url_https": "https://pbs.twimg.com/media/Fkg_EMwXkAAJfTL.jpg",
- "type": "photo",
- "url": "https://t.co/4E5jLHD03r",
+ "media_key": "7_1842560270188883968",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842560270188883968/pu/img/yBjqqAzmo1jva1wv.jpg",
+ "type": "video",
+ "url": "https://t.co/tvJpD3pplT",
+ "additional_media_info": {
+ "monetizable": false
+ },
"ext_media_availability": {
"status": "Available"
},
- "features": {
- "large": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 163,
- "y": 498,
- "h": 135,
- "w": 135
- },
- {
- "x": 521,
- "y": 825,
- "h": 142,
- "w": 142
- },
- {
- "x": 521,
- "y": 504,
- "h": 157,
- "w": 157
- },
- {
- "x": 708,
- "y": 457,
- "h": 154,
- "w": 154
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 92,
- "y": 282,
- "h": 76,
- "w": 76
- },
- {
- "x": 295,
- "y": 467,
- "h": 80,
- "w": 80
- },
- {
- "x": 295,
- "y": 286,
- "h": 89,
- "w": 89
- },
- {
- "x": 401,
- "y": 259,
- "h": 87,
- "w": 87
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
- }
- ]
- }
- },
"sizes": {
"large": {
- "h": 1600,
- "w": 1280,
+ "h": 654,
+ "w": 368,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 960,
+ "h": 654,
+ "w": 368,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 544,
+ "h": 654,
+ "w": 368,
"resize": "fit"
},
"thumb": {
@@ -17237,44 +27520,1918 @@
}
},
"original_info": {
- "height": 1600,
- "width": 1280,
- "focus_rects": [
+ "height": 654,
+ "width": 368,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 184,
+ 327
+ ],
+ "duration_millis": 74533,
+ "variants": [
{
- "x": 0,
- "y": 883,
- "w": 1280,
- "h": 717
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/pl/VN3WlduDcqisnjGN.m3u8?tag=12"
},
{
- "x": 0,
- "y": 320,
- "w": 1280,
- "h": 1280
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/vid/avc1/320x568/wwyNupwJqu7mPhpo.mp4?tag=12"
},
{
- "x": 0,
- "y": 141,
- "w": 1280,
- "h": 1459
- },
- {
- "x": 0,
- "y": 0,
- "w": 800,
- "h": 1600
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 1600
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/vid/avc1/368x654/ZCRS_-cLREGS7Zca.mp4?tag=12"
}
]
},
"media_results": {
"result": {
- "media_key": "3_1605602608533704704"
+ "media_key": "7_1842560270188883968"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1224953820716945408",
+ "name": "賴清德Lai Ching-te",
+ "screen_name": "ChingteLai",
+ "indices": [
+ 17,
+ 28
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/tvJpD3pplT",
+ "expanded_url": "https://x.com/royngerng/status/1842561572042146289/video/1",
+ "id_str": "1842560270188883968",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "7_1842560270188883968",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842560270188883968/pu/img/yBjqqAzmo1jva1wv.jpg",
+ "type": "video",
+ "url": "https://t.co/tvJpD3pplT",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 654,
+ "w": 368,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 654,
+ "w": 368,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 654,
+ "w": 368,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 654,
+ "width": 368,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 184,
+ 327
+ ],
+ "duration_millis": 74533,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/pl/VN3WlduDcqisnjGN.m3u8?tag=12"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/vid/avc1/320x568/wwyNupwJqu7mPhpo.mp4?tag=12"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842560270188883968/pu/vid/avc1/368x654/ZCRS_-cLREGS7Zca.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842560270188883968"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 1793,
+ "favorited": false,
+ "full_text": "Taiwan President @ChingteLai said today that the People's Republic of China (PRC) just celebrated its 75th birthday, but the Republic of China (ROC) is celebrating its 113th birthday, so it is not possible for the PRC to be the motherland of ROC. Instead, it is more likely that.. https://t.co/tvJpD3pplT",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 37,
+ "reply_count": 99,
+ "retweet_count": 338,
+ "retweeted": false,
+ "user_id_str": "20357508",
+ "id_str": "1842561572042146289"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842700414728409496",
+ "sortIndex": "1842759124685684690",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842700414728409496",
+ "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": {
+ "following": false,
+ "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, author of a book \"In Their Own Words.\"\n\nI watch Russian state TV, so you don't have to.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "amazon.com/Their-Own-Word…",
+ "expanded_url": "https://www.amazon.com/Their-Own-Words-Propagandists-Intentions/dp/3838219090",
+ "url": "https://t.co/twAq8cDLQk",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 176026,
+ "followers_count": 460656,
+ "friends_count": 1611,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7049,
+ "location": "United States",
+ "media_count": 22395,
+ "name": "Julia Davis",
+ "normal_followers_count": 460656,
+ "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": 124453,
+ "translator_type": "none",
+ "url": "https://t.co/twAq8cDLQk",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842700414728409496"
+ ],
+ "editable_until_msecs": "1728172589246",
+ "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": "Sat Oct 05 22:56:29 +0000 2024",
+ "conversation_id_str": "1842700414728409496",
+ "display_text_range": [
+ 0,
+ 27
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "390377012",
+ "name": "Ellen Barkin",
+ "screen_name": "EllenBarkin",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @EllenBarkin: WATCH THIS",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1841944304115147222",
+ "quoted_status_permalink": {
+ "url": "https://t.co/3sAoXX7iCb",
+ "expanded": "https://twitter.com/realmaalouf/status/1841944304115147222",
+ "display": "x.com/realmaalouf/st…"
+ },
+ "reply_count": 0,
+ "retweet_count": 2173,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1842700414728409496",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842315493245399159",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozOTAzNzcwMTI=",
+ "rest_id": "390377012",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Oct 13 21:53:33 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Bronx girl.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 40735,
+ "followers_count": 270754,
+ "friends_count": 1759,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1949,
+ "location": "New York, always",
+ "media_count": 150,
+ "name": "Ellen Barkin",
+ "normal_followers_count": 270754,
+ "pinned_tweet_ids_str": [
+ "1274466625400508424"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1609859040/EB1_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "EllenBarkin",
+ "statuses_count": 56900,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842315493245399159"
+ ],
+ "editable_until_msecs": "1728080816000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "106940",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841944304115147222",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzE2OTk1ODU3MjQyMzc4MjQw",
+ "rest_id": "1316995857242378240",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Oct 16 06:54:23 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Geopolitical commentator. Specialist in ancient history and ethnoreligious groups. Genetics enthusiast. Data & demographic analyst. Expert in indigenous rights.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "ko-fi.com/drmaalouf",
+ "expanded_url": "http://ko-fi.com/drmaalouf",
+ "url": "https://t.co/euOXAEKI4W",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 20302,
+ "followers_count": 114432,
+ "friends_count": 877,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 580,
+ "location": "",
+ "media_count": 1489,
+ "name": "Dr. Maalouf ",
+ "normal_followers_count": 114432,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1316995857242378240/1696822558",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771658176200318976/zppeMEGD_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "realMaalouf",
+ "statuses_count": 6427,
+ "translator_type": "none",
+ "url": "https://t.co/euOXAEKI4W",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1726513164957692129",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 579,
+ "name": "Media & News",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "cash_app_handle": "$dmaalouf"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841944304115147222"
+ ],
+ "editable_until_msecs": "1727992318000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4336771",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 10637,
+ "bookmarked": false,
+ "created_at": "Thu Oct 03 20:51:58 +0000 2024",
+ "conversation_id_str": "1841944304115147222",
+ "display_text_range": [
+ 0,
+ 29
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/758dbJxCoI",
+ "expanded_url": "https://x.com/realMaalouf/status/1841944304115147222/video/1",
+ "id_str": "1841944238839218176",
+ "indices": [
+ 30,
+ 53
+ ],
+ "media_key": "13_1841944238839218176",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1841944238839218176/img/jtmLwDoa8iM7fgXg.jpg",
+ "type": "video",
+ "url": "https://t.co/758dbJxCoI",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 720,
+ "w": 720,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 720,
+ "w": 720,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 720,
+ "width": 720,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 28303,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/pl/DxDY1yi33tYVT4Oi.m3u8?tag=16&v=bb2"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/320x320/LPeHw_PqmEilo897.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/540x540/oy4bZX-bvdPVkCkb.mp4?tag=16"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/720x720/hvNwd4iM_rYUXZ2i.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1841944238839218176"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/758dbJxCoI",
+ "expanded_url": "https://x.com/realMaalouf/status/1841944304115147222/video/1",
+ "id_str": "1841944238839218176",
+ "indices": [
+ 30,
+ 53
+ ],
+ "media_key": "13_1841944238839218176",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1841944238839218176/img/jtmLwDoa8iM7fgXg.jpg",
+ "type": "video",
+ "url": "https://t.co/758dbJxCoI",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 720,
+ "w": 720,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 720,
+ "w": 720,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 720,
+ "width": 720,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 28303,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/pl/DxDY1yi33tYVT4Oi.m3u8?tag=16&v=bb2"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/320x320/LPeHw_PqmEilo897.mp4?tag=16"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/540x540/oy4bZX-bvdPVkCkb.mp4?tag=16"
+ },
+ {
+ "bitrate": 1280000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1841944238839218176/vid/avc1/720x720/hvNwd4iM_rYUXZ2i.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1841944238839218176"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 78921,
+ "favorited": false,
+ "full_text": "Every woman should fear this! https://t.co/758dbJxCoI",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1709,
+ "reply_count": 2632,
+ "retweet_count": 29177,
+ "retweeted": false,
+ "user_id_str": "1316995857242378240",
+ "id_str": "1841944304115147222"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 259,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 21:26:56 +0000 2024",
+ "conversation_id_str": "1842315493245399159",
+ "display_text_range": [
+ 0,
+ 10
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3282,
+ "favorited": false,
+ "full_text": "WATCH THIS",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 72,
+ "quoted_status_id_str": "1841944304115147222",
+ "quoted_status_permalink": {
+ "url": "https://t.co/3sAoXX7iCb",
+ "expanded": "https://twitter.com/realmaalouf/status/1841944304115147222",
+ "display": "x.com/realmaalouf/st…"
+ },
+ "reply_count": 112,
+ "retweet_count": 2173,
+ "retweeted": false,
+ "user_id_str": "390377012",
+ "id_str": "1842315493245399159"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842698730950013296",
+ "sortIndex": "1842759124685684689",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842698730950013296",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/UfleABJPLG",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 200,
+ "width": 400,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=jpg&name=400x400"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "The underpinnings of the old order are giving way. It's unclear what replaces them.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.persuasion.community",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 300,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?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/1842612524320956416/FXMI9ikF?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?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/1842612524320956416/FXMI9ikF?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/1842612524320956416/FXMI9ikF?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 72,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "persuasion.community",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 120,
+ "red": 120
+ },
+ "percentage": 60.24
+ },
+ {
+ "rgb": {
+ "blue": 69,
+ "green": 69,
+ "red": 69
+ },
+ "percentage": 37.88
+ },
+ {
+ "rgb": {
+ "blue": 187,
+ "green": 187,
+ "red": 187
+ },
+ "percentage": 1.88
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "After Bretton Woods?",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 120,
+ "red": 120
+ },
+ "percentage": 60.24
+ },
+ {
+ "rgb": {
+ "blue": 69,
+ "green": 69,
+ "red": 69
+ },
+ "percentage": 37.88
+ },
+ {
+ "rgb": {
+ "blue": 187,
+ "green": 187,
+ "red": 187
+ },
+ "percentage": 1.88
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?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/1842612524320956416/FXMI9ikF?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 120,
+ "green": 120,
+ "red": 120
+ },
+ "percentage": 60.24
+ },
+ {
+ "rgb": {
+ "blue": 69,
+ "green": 69,
+ "red": 69
+ },
+ "percentage": 37.88
+ },
+ {
+ "rgb": {
+ "blue": 187,
+ "green": 187,
+ "red": 187
+ },
+ "percentage": 1.88
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/UfleABJPLG",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 800,
+ "width": 1600,
+ "url": "https://pbs.twimg.com/card_img/1842612524320956416/FXMI9ikF?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/UfleABJPLG",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842698730950013296"
+ ],
+ "editable_until_msecs": "1728172187000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2752",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842683219830825352",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842683219830825352"
+ ],
+ "editable_until_msecs": "1728168489000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "5122",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI2ODMyMTk2NTg4MjE2MzI=",
+ "text": "No ma ei tea. Ei hakka paluma inimestel lugeda elementaarset majandusteadust. Ent just täna potsatas mu postkasti (N.B! paremtsentristliku) Frank Fukuyama essee Bretton Woods Institutsioonidest, kus ta seletab kuidas pärast 1. Ilmasõda saadi USAs aru, et turumajandus ei saa lahendada kõiki riigi majandusküsimusi. (vt. all)\n\nOlgu see üleuputuste reguleerimist riigi ehitatud tammidega USAs 1930ndail või elektri ja interneti ühendusi Lõuna Eestis, on täiesti normaalne, et riik tegeleb nende asjadega, millega erasektor ei taha. Kui @elektrilevi juht arvab, et firmad on ise lollid kui need üritavad viletsa elektrivarustusega Lõuna Eestis midagi toota, siis (riigi omanduses) ettevõte on tõesti nii turumajandusest kui ka Eesti iseseivuse ideest valesti aru saanud. \n\nLaiemalt, seni kuni ei saada aru, et elu ja majandus väljaspool Tallinnat ja Tartut lihtsalt kängub toetudes sellisele \"turumajandusele\" koosneb Eesti tulevikus vaid nendest kahest linnast, ja neid ümbritsevatest magalatest. Ülejäänud koosneb vaid suvilatest ja aina rohkem kiretsevatest depressiivsetest väikeasulatest. Ja miks sellega piirduda? Turumajandus ütleks, et loobugem oma keelest nagu iirlased, inglise keel on palju rentaablem kui dialekt, mida kõneleb alla miljon inimest.\n\nLäänemetsa sõnade poisilikult primitiivne väänamine, et lihtsalt ära panna ja olematut tõestada on pigem märk sellest, et ajakirjanduse tõsiseltvõetavus ja usaldusväärsus on Eestis tõsisest kriisis.\n\nMida paraku ei tunnistata. cc @poimkama",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "860494693146255360",
+ "name": "Elektrilevi",
+ "screen_name": "elektrilevi",
+ "indices": [
+ 534,
+ 546
+ ]
+ },
+ {
+ "id_str": "1563842699131756544",
+ "name": "Põim Kama",
+ "screen_name": "poimkama",
+ "indices": [
+ 1488,
+ 1497
+ ]
+ }
+ ]
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 21:48:09 +0000 2024",
+ "conversation_id_str": "1842683219830825352",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/hwLFza3VVE",
+ "expanded_url": "https://x.com/IlvesToomas/status/1842683219830825352/photo/1",
+ "id_str": "1842679502360440833",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1842679502360440833",
+ "media_url_https": "https://pbs.twimg.com/media/GZKDPpUWcAE3c8u.jpg",
+ "type": "photo",
+ "url": "https://t.co/hwLFza3VVE",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 904,
+ "w": 1220,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 889,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 504,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 904,
+ "width": 1220,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 683
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 904,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 793,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 452,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 904
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842679502360440833"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/hwLFza3VVE",
+ "expanded_url": "https://x.com/IlvesToomas/status/1842683219830825352/photo/1",
+ "id_str": "1842679502360440833",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1842679502360440833",
+ "media_url_https": "https://pbs.twimg.com/media/GZKDPpUWcAE3c8u.jpg",
+ "type": "photo",
+ "url": "https://t.co/hwLFza3VVE",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 904,
+ "w": 1220,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 889,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 504,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 904,
+ "width": 1220,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 683
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 904,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 793,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 452,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 904
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842679502360440833"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 6,
+ "favorited": false,
+ "full_text": "No ma ei tea. Ei hakka paluma inimestel lugeda elementaarset majandusteadust. Ent just täna potsatas mu postkasti (N.B! paremtsentristliku) Frank Fukuyama essee Bretton Woods Institutsioonidest, kus ta seletab kuidas pärast 1. Ilmasõda saadi USAs aru, et turumajandus ei saa https://t.co/hwLFza3VVE",
+ "is_quote_status": false,
+ "lang": "et",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 2,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842683219830825352"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:49:47 +0000 2024",
+ "conversation_id_str": "1842698730950013296",
+ "display_text_range": [
+ 0,
+ 43
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "persuasion.community/p/after-bretto…",
+ "expanded_url": "https://www.persuasion.community/p/after-bretton-woods",
+ "url": "https://t.co/UfleABJPLG",
+ "indices": [
+ 20,
+ 43
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "Kogu essee on siin: https://t.co/UfleABJPLG",
+ "is_quote_status": true,
+ "lang": "et",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1842683219830825352",
+ "quoted_status_permalink": {
+ "url": "https://t.co/snkHzWICoC",
+ "expanded": "https://twitter.com/IlvesToomas/status/1842683219830825352",
+ "display": "x.com/IlvesToomas/st…"
+ },
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842698730950013296"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842697510353285122",
+ "sortIndex": "1842759124685684688",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842697510353285122",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842697510353285122"
+ ],
+ "editable_until_msecs": "1728171896789",
+ "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": "Sat Oct 05 22:44:56 +0000 2024",
+ "conversation_id_str": "1842697510353285122",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "261775468",
+ "name": "Kevin Gaughen 🇺🇸",
+ "screen_name": "gaughen",
+ "indices": [
+ 3,
+ 11
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @gaughen: I’m reading about the Tina Peters case and, wow, was she malfeasant.\n\nShe turned off the security cameras where the voting mac…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 3325,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842697510353285122",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842475227797725551",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNjE3NzU0Njg=",
+ "rest_id": "261775468",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun Mar 06 17:43:25 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Sci-fi author (https://t.co/uaoY6twDcZ), cofounder of the US Liberal Party (@LiberalParty_). I support freedom. #NAFO 🇺🇦🇬🇪🇹🇼 Opinions are my own.",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "amzn.com/dp/B079VWYZNF",
+ "expanded_url": "http://amzn.com/dp/B079VWYZNF",
+ "url": "https://t.co/uaoY6twDcZ",
+ "indices": [
+ 15,
+ 38
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 79286,
+ "followers_count": 18883,
+ "friends_count": 5203,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 82,
+ "location": "Pennsylvania, USA",
+ "media_count": 5383,
+ "name": "Kevin Gaughen 🇺🇸",
+ "normal_followers_count": 18883,
+ "pinned_tweet_ids_str": [
+ "1832672348652122471"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/261775468/1540587166",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592740941969899521/UBNPZPc5_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "gaughen",
+ "statuses_count": 26954,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842475227797725551"
+ ],
+ "editable_until_msecs": "1728118900000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "195570",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI0NzUyMjc3MDEyMzk4MDg=",
+ "text": "I’m reading about the Tina Peters case and, wow, was she malfeasant.\n\nShe turned off the security cameras where the voting machines were stored, let unknown people use an employee’s security badge to access them, and the machines’ BIOS passwords were later posted to Telegram!\n\nThis isn’t stated anywhere, but I suspect she let bad actors access the voting machines for the purpose of compromising (hacking) them. \n\nIt’s interesting how many of these “stolen election” paranoids are themselves willing to commit election fraud.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 252,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 08:01:40 +0000 2024",
+ "conversation_id_str": "1842475227797725551",
+ "display_text_range": [
+ 0,
+ 276
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/7vwdB4rNdl",
+ "expanded_url": "https://x.com/gaughen/status/1842475227797725551/photo/1",
+ "id_str": "1842475224362635264",
+ "indices": [
+ 277,
+ 300
+ ],
+ "media_key": "3_1842475224362635264",
+ "media_url_https": "https://pbs.twimg.com/media/GZHJdGeX0AAsnRb.jpg",
+ "type": "photo",
+ "url": "https://t.co/7vwdB4rNdl",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 248,
+ "width": 400,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 400,
+ "h": 224
+ },
+ {
+ "x": 106,
+ "y": 0,
+ "w": 248,
+ "h": 248
+ },
+ {
+ "x": 121,
+ "y": 0,
+ "w": 218,
+ "h": 248
+ },
+ {
+ "x": 168,
+ "y": 0,
+ "w": 124,
+ "h": 248
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 400,
+ "h": 248
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842475224362635264"
}
}
}
@@ -17287,17 +29444,17 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/4E5jLHD03r",
- "expanded_url": "https://twitter.com/beetlemoses/status/1605602613520732165/photo/1",
- "id_str": "1605602608533704704",
+ "display_url": "pic.x.com/7vwdB4rNdl",
+ "expanded_url": "https://x.com/gaughen/status/1842475227797725551/photo/1",
+ "id_str": "1842475224362635264",
"indices": [
- 0,
- 23
+ 277,
+ 300
],
- "media_key": "3_1605602608533704704",
- "media_url_https": "https://pbs.twimg.com/media/Fkg_EMwXkAAJfTL.jpg",
+ "media_key": "3_1842475224362635264",
+ "media_url_https": "https://pbs.twimg.com/media/GZHJdGeX0AAsnRb.jpg",
"type": "photo",
- "url": "https://t.co/4E5jLHD03r",
+ "url": "https://t.co/7vwdB4rNdl",
"ext_media_availability": {
"status": "Available"
},
@@ -17305,122 +29462,5630 @@
"large": {
"faces": [
{
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
}
]
},
"medium": {
"faces": [
{
- "x": 163,
- "y": 498,
- "h": 135,
- "w": 135
- },
- {
- "x": 521,
- "y": 825,
- "h": 142,
- "w": 142
- },
- {
- "x": 521,
- "y": 504,
- "h": 157,
- "w": 157
- },
- {
- "x": 708,
- "y": 457,
- "h": 154,
- "w": 154
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
}
]
},
"small": {
"faces": [
{
- "x": 92,
- "y": 282,
- "h": 76,
- "w": 76
- },
- {
- "x": 295,
- "y": 467,
- "h": 80,
- "w": 80
- },
- {
- "x": 295,
- "y": 286,
- "h": 89,
- "w": 89
- },
- {
- "x": 401,
- "y": 259,
- "h": 87,
- "w": 87
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
}
]
},
"orig": {
"faces": [
{
- "x": 218,
- "y": 664,
- "h": 181,
- "w": 181
- },
- {
- "x": 695,
- "y": 1100,
- "h": 190,
- "w": 190
- },
- {
- "x": 695,
- "y": 673,
- "h": 210,
- "w": 210
- },
- {
- "x": 945,
- "y": 610,
- "h": 206,
- "w": 206
+ "x": 179,
+ "y": 27,
+ "h": 113,
+ "w": 113
}
]
}
},
"sizes": {
"large": {
- "h": 1600,
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 248,
+ "w": 400,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 248,
+ "width": 400,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 400,
+ "h": 224
+ },
+ {
+ "x": 106,
+ "y": 0,
+ "w": 248,
+ "h": 248
+ },
+ {
+ "x": 121,
+ "y": 0,
+ "w": 218,
+ "h": 248
+ },
+ {
+ "x": 168,
+ "y": 0,
+ "w": 124,
+ "h": 248
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 400,
+ "h": 248
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842475224362635264"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 9836,
+ "favorited": false,
+ "full_text": "I’m reading about the Tina Peters case and, wow, was she malfeasant.\n\nShe turned off the security cameras where the voting machines were stored, let unknown people use an employee’s security badge to access them, and the machines’ BIOS passwords were later posted to Telegram! https://t.co/7vwdB4rNdl",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 136,
+ "reply_count": 450,
+ "retweet_count": 3325,
+ "retweeted": false,
+ "user_id_str": "261775468",
+ "id_str": "1842475227797725551"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842696796327317752",
+ "sortIndex": "1842759124685684687",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842696796327317752",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842696796327317752"
+ ],
+ "editable_until_msecs": "1728171726552",
+ "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": "Sat Oct 05 22:42:06 +0000 2024",
+ "conversation_id_str": "1842696796327317752",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "471677441",
+ "name": "George Conway",
+ "screen_name": "gtconway3d",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "59226213",
+ "name": "Yale Law School",
+ "screen_name": "YaleLawSch",
+ "indices": [
+ 20,
+ 31
+ ]
+ },
+ {
+ "id_str": "1542228578",
+ "name": "JD Vance",
+ "screen_name": "JDVance",
+ "indices": [
+ 46,
+ 54
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @gtconway3d: The @YaleLawSch class of 2013–@JDVance’s class—has raised $10,000 for the Springfield Unity Fund to help the Ohio city’s Ha…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 4889,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842696796327317752",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842530189458210829",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzE2Nzc0NDE=",
+ "rest_id": "471677441",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Jan 23 04:23:10 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "President and Executive Director of @PsychoPAC24, the Anti-Psychopath Political Action Committee. President, @chkbal. Contributor, @TheAtlantic.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "psychoPAC.org",
+ "expanded_url": "http://psychoPAC.org",
+ "url": "https://t.co/lkG6jZWO3U",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 128071,
+ "followers_count": 2394164,
+ "friends_count": 2578,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11037,
+ "location": "Bethesda, MD",
+ "media_count": 4494,
+ "name": "George Conway",
+ "normal_followers_count": 2394164,
+ "pinned_tweet_ids_str": [
+ "1842312369516823007"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/471677441/1723871584",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837499166676619264/24Fi1z24_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "gtconway3d",
+ "statuses_count": 160961,
+ "translator_type": "none",
+ "url": "https://t.co/lkG6jZWO3U",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842530189458210829"
+ ],
+ "editable_until_msecs": "1728132004000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "365188",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI1MzAxODkzMDcxNzQ5MTI=",
+ "text": "The @YaleLawSch class of 2013–@JDVance’s class—has raised $10,000 for the Springfield Unity Fund to help the Ohio city’s Haitian community at a time when it is being victimized by “scapegoating and demagoguery drawn straight from the playbooks of fascism.” Donation link here: \nhttps://t.co/rtZAj8AxER",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [
+ {
+ "display_url": "givebutter.com/SpringfieldUni…",
+ "expanded_url": "https://givebutter.com/SpringfieldUnityFund",
+ "url": "https://t.co/rtZAj8AxER",
+ "indices": [
+ 279,
+ 302
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "59226213",
+ "name": "Yale Law School",
+ "screen_name": "YaleLawSch",
+ "indices": [
+ 4,
+ 15
+ ]
+ },
+ {
+ "id_str": "1542228578",
+ "name": "JD Vance",
+ "screen_name": "JDVance",
+ "indices": [
+ 30,
+ 38
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 183,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 11:40:04 +0000 2024",
+ "conversation_id_str": "1842530189458210829",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "59226213",
+ "name": "Yale Law School",
+ "screen_name": "YaleLawSch",
+ "indices": [
+ 4,
+ 15
+ ]
+ },
+ {
+ "id_str": "1542228578",
+ "name": "JD Vance",
+ "screen_name": "JDVance",
+ "indices": [
+ 30,
+ 38
+ ]
+ }
+ ]
+ },
+ "favorite_count": 15017,
+ "favorited": false,
+ "full_text": "The @YaleLawSch class of 2013–@JDVance’s class—has raised $10,000 for the Springfield Unity Fund to help the Ohio city’s Haitian community at a time when it is being victimized by “scapegoating and demagoguery drawn straight from the playbooks of fascism.” Donation link here:",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 84,
+ "reply_count": 362,
+ "retweet_count": 4889,
+ "retweeted": false,
+ "user_id_str": "471677441",
+ "id_str": "1842530189458210829"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842696719693123930",
+ "sortIndex": "1842759124685684686",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842696719693123930",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842696719693123930"
+ ],
+ "editable_until_msecs": "1728171708281",
+ "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": "Sat Oct 05 22:41:48 +0000 2024",
+ "conversation_id_str": "1842696719693123930",
+ "display_text_range": [
+ 0,
+ 68
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/JpdwZy0TIt",
+ "expanded_url": "https://x.com/acnewsitics/status/1842574670257885227/photo/1",
+ "id_str": "1842574629530918912",
+ "indices": [
+ 45,
+ 68
+ ],
+ "media_key": "3_1842574629530918912",
+ "media_url_https": "https://pbs.twimg.com/media/GZIj3PlWYAA3FSV.jpg",
+ "source_status_id_str": "1842574670257885227",
+ "source_user_id_str": "1080188052365029376",
+ "type": "photo",
+ "url": "https://t.co/JpdwZy0TIt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 31,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 679,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 827,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 36,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 827,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 725,
+ "h": 827
+ },
+ {
+ "x": 144,
+ "y": 0,
+ "w": 414,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 827
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842574629530918912"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1080188052365029376",
+ "name": "Alex Cole",
+ "screen_name": "acnewsitics",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/JpdwZy0TIt",
+ "expanded_url": "https://x.com/acnewsitics/status/1842574670257885227/photo/1",
+ "id_str": "1842574629530918912",
+ "indices": [
+ 45,
+ 68
+ ],
+ "media_key": "3_1842574629530918912",
+ "media_url_https": "https://pbs.twimg.com/media/GZIj3PlWYAA3FSV.jpg",
+ "source_status_id_str": "1842574670257885227",
+ "source_user_id_str": "1080188052365029376",
+ "type": "photo",
+ "url": "https://t.co/JpdwZy0TIt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 31,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 679,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 827,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 36,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 827,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 725,
+ "h": 827
+ },
+ {
+ "x": 144,
+ "y": 0,
+ "w": 414,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 827
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842574629530918912"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @acnewsitics: This is Trump's own people. https://t.co/JpdwZy0TIt",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 16199,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842696719693123930",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842574670257885227",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDgwMTg4MDUyMzY1MDI5Mzc2",
+ "rest_id": "1080188052365029376",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 01 19:44:35 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Software Engineer & Pilot | Progressive\nFollow 👉🏾 @newsitics & https://t.co/Retehye9rD 🇺🇸",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "instagram.com/justalexcole",
+ "expanded_url": "https://instagram.com/justalexcole",
+ "url": "https://t.co/Retehye9rD",
+ "indices": [
+ 63,
+ 86
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "resistbay.etsy.com",
+ "expanded_url": "http://resistbay.etsy.com",
+ "url": "https://t.co/FRz6vDdPMe",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 35429,
+ "followers_count": 282908,
+ "friends_count": 36021,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2239,
+ "location": "Los Angeles, California",
+ "media_count": 6639,
+ "name": "Alex Cole",
+ "normal_followers_count": 282908,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1080188052365029376/1692602026",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1798536844428103680/_z_-gkii_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "acnewsitics",
+ "statuses_count": 37975,
+ "translator_type": "none",
+ "url": "https://t.co/FRz6vDdPMe",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842574670257885227"
+ ],
+ "editable_until_msecs": "1728142609000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "595596",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 1015,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 14:36:49 +0000 2024",
+ "conversation_id_str": "1842574670257885227",
+ "display_text_range": [
+ 0,
+ 27
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/JpdwZy0TIt",
+ "expanded_url": "https://x.com/acnewsitics/status/1842574670257885227/photo/1",
+ "id_str": "1842574629530918912",
+ "indices": [
+ 28,
+ 51
+ ],
+ "media_key": "3_1842574629530918912",
+ "media_url_https": "https://pbs.twimg.com/media/GZIj3PlWYAA3FSV.jpg",
+ "type": "photo",
+ "url": "https://t.co/JpdwZy0TIt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 31,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 679,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 827,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 36,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 827,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 725,
+ "h": 827
+ },
+ {
+ "x": 144,
+ "y": 0,
+ "w": 414,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 827
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842574629530918912"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/JpdwZy0TIt",
+ "expanded_url": "https://x.com/acnewsitics/status/1842574670257885227/photo/1",
+ "id_str": "1842574629530918912",
+ "indices": [
+ 28,
+ 51
+ ],
+ "media_key": "3_1842574629530918912",
+ "media_url_https": "https://pbs.twimg.com/media/GZIj3PlWYAA3FSV.jpg",
+ "type": "photo",
+ "url": "https://t.co/JpdwZy0TIt",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 54,
+ "y": 31,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 66,
+ "y": 38,
+ "h": 36,
+ "w": 36
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 827,
+ "w": 828,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 679,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 827,
+ "width": 828,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 36,
+ "w": 828,
+ "h": 464
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 827,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 725,
+ "h": 827
+ },
+ {
+ "x": 144,
+ "y": 0,
+ "w": 414,
+ "h": 827
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 828,
+ "h": 827
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842574629530918912"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 42483,
+ "favorited": false,
+ "full_text": "This is Trump's own people. https://t.co/JpdwZy0TIt",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 348,
+ "reply_count": 946,
+ "retweet_count": 16199,
+ "retweeted": false,
+ "user_id_str": "1080188052365029376",
+ "id_str": "1842574670257885227"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842696351802364165",
+ "sortIndex": "1842759124685684685",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842696351802364165",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842696351802364165"
+ ],
+ "editable_until_msecs": "1728171620569",
+ "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": "Sat Oct 05 22:40:20 +0000 2024",
+ "conversation_id_str": "1842696351802364165",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1514502401486639110",
+ "name": "Pekka Kallioniemi",
+ "screen_name": "P_Kallioniemi",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @P_Kallioniemi: This first half of (unofficial?) Harris/Walz campaign video is one of the most powerful political ads I've ever seen. ht…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 481,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842696351802364165",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842431329171914956",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTE0NTAyNDAxNDg2NjM5MTEw",
+ "rest_id": "1514502401486639110",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Apr 14 07:14:55 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Creator of #vatniksoup\n\nBuy my book: https://t.co/RtTrLVGYOj\n\nInquiries to pekka@thesoupcentral.com",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "amazon.com/Vatnik-Soup-Ul…",
+ "expanded_url": "https://www.amazon.com/Vatnik-Soup-Ultimate-Russian-Disinformation/dp/8792750400",
+ "url": "https://t.co/RtTrLVGYOj",
+ "indices": [
+ 37,
+ 60
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/thesoupcentral",
+ "expanded_url": "https://linktr.ee/thesoupcentral",
+ "url": "https://t.co/4OxhHQuYBh",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 41597,
+ "followers_count": 163511,
+ "friends_count": 2331,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1855,
+ "location": "Langley, Virginia",
+ "media_count": 6493,
+ "name": "Pekka Kallioniemi",
+ "normal_followers_count": 163511,
+ "pinned_tweet_ids_str": [
+ "1837066807494021551"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1514502401486639110/1726820609",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1678305940481753089/g751T5c__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "P_Kallioniemi",
+ "statuses_count": 12363,
+ "translator_type": "none",
+ "url": "https://t.co/4OxhHQuYBh",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842431329171914956"
+ ],
+ "editable_until_msecs": "1728108434000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "64307",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 110,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 05:07:14 +0000 2024",
+ "conversation_id_str": "1842431329171914956",
+ "display_text_range": [
+ 0,
+ 117
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/msdDY4kNyC",
+ "expanded_url": "https://x.com/P_Kallioniemi/status/1842431329171914956/video/1",
+ "id_str": "1842431235991261184",
+ "indices": [
+ 118,
+ 141
+ ],
+ "media_key": "7_1842431235991261184",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842431235991261184/pu/img/pu5gQJe1PWNaUiPp.jpg",
+ "type": "video",
+ "url": "https://t.co/msdDY4kNyC",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 576,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 576,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 576,
+ "width": 1024,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 38033,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/pl/29rm53VdDCE4D_AM.m3u8?tag=12&v=f60"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/480x270/Ccqpr8y8-CwuGOmo.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/640x360/RQXC1-25oJ2Kq37T.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/1024x576/gQR0sRJQB5yFceYV.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842431235991261184"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/msdDY4kNyC",
+ "expanded_url": "https://x.com/P_Kallioniemi/status/1842431329171914956/video/1",
+ "id_str": "1842431235991261184",
+ "indices": [
+ 118,
+ 141
+ ],
+ "media_key": "7_1842431235991261184",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842431235991261184/pu/img/pu5gQJe1PWNaUiPp.jpg",
+ "type": "video",
+ "url": "https://t.co/msdDY4kNyC",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 576,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 576,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 576,
+ "width": 1024,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 38033,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/pl/29rm53VdDCE4D_AM.m3u8?tag=12&v=f60"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/480x270/Ccqpr8y8-CwuGOmo.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/640x360/RQXC1-25oJ2Kq37T.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842431235991261184/pu/vid/avc1/1024x576/gQR0sRJQB5yFceYV.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842431235991261184"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 1920,
+ "favorited": false,
+ "full_text": "This first half of (unofficial?) Harris/Walz campaign video is one of the most powerful political ads I've ever seen. https://t.co/msdDY4kNyC",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 16,
+ "reply_count": 50,
+ "retweet_count": 481,
+ "retweeted": false,
+ "user_id_str": "1514502401486639110",
+ "id_str": "1842431329171914956"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842695722426048551",
+ "sortIndex": "1842759124685684684",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842695722426048551",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/6eGl6bfFWS",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "New details emerge of Israel’s elaborate plan to sabotage Hezbollah communications devices to kill or main thousands of its operatives.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.washingtonpost.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?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/1842689239676305408/i_jLZ_V8?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "2467791",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?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/1842689239676305408/i_jLZ_V8?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "washingtonpost.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Mossad’s pager operation: Inside Israel’s penetration of Hezbollah",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?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/1842689239676305408/i_jLZ_V8?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 16,
+ "green": 19,
+ "red": 25
+ },
+ "percentage": 40.89
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 116,
+ "red": 138
+ },
+ "percentage": 20.01
+ },
+ {
+ "rgb": {
+ "blue": 41,
+ "green": 71,
+ "red": 47
+ },
+ "percentage": 6.76
+ },
+ {
+ "rgb": {
+ "blue": 145,
+ "green": 219,
+ "red": 225
+ },
+ "percentage": 6.29
+ },
+ {
+ "rgb": {
+ "blue": 156,
+ "green": 169,
+ "red": 173
+ },
+ "percentage": 4.59
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/6eGl6bfFWS",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 960,
+ "width": 1440,
+ "url": "https://pbs.twimg.com/card_img/1842689239676305408/i_jLZ_V8?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/6eGl6bfFWS",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNDY3Nzkx",
+ "rest_id": "2467791",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Mar 27 11:19:39 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Democracy Dies in Darkness",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "washingtonpost.com",
+ "expanded_url": "http://washingtonpost.com",
+ "url": "https://t.co/1KN78z0bbe",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3939,
+ "followers_count": 20057125,
+ "friends_count": 1679,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 108375,
+ "location": "Washington, DC",
+ "media_count": 20961,
+ "name": "The Washington Post",
+ "normal_followers_count": 20057125,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2467791/1469484132",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1060271522319925257/fJKwJ0r2_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "washingtonpost",
+ "statuses_count": 500261,
+ "translator_type": "regular",
+ "url": "https://t.co/1KN78z0bbe",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842695722426048551"
+ ],
+ "editable_until_msecs": "1728171470000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1682",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:37:50 +0000 2024",
+ "conversation_id_str": "1842695722426048551",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "wapo.st/3NfkRNV",
+ "expanded_url": "https://wapo.st/3NfkRNV",
+ "url": "https://t.co/6eGl6bfFWS",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 7,
+ "favorited": false,
+ "full_text": "https://t.co/6eGl6bfFWS",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842695722426048551"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842694734269067574",
+ "sortIndex": "1842759124685684683",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842694734269067574",
+ "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": {
+ "following": false,
+ "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": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "state.gov/newsroom",
+ "expanded_url": "https://state.gov/newsroom",
+ "url": "https://t.co/uYwa4Ko0Is",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 66,
+ "followers_count": 627303,
+ "friends_count": 33,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4442,
+ "location": "Dept. of State, Washington, DC",
+ "media_count": 2506,
+ "name": "Matthew Miller",
+ "normal_followers_count": 627303,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "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": "StateDeptSpox",
+ "statuses_count": 14642,
+ "translator_type": "none",
+ "url": "https://t.co/uYwa4Ko0Is",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842694734269067574"
+ ],
+ "editable_until_msecs": "1728171234000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "11783",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:33:54 +0000 2024",
+ "conversation_id_str": "1842694734269067574",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1350150750966603777",
+ "name": "Secretary Antony Blinken",
+ "screen_name": "SecBlinken",
+ "indices": [
+ 1,
+ 12
+ ]
+ },
+ {
+ "id_str": "712217980264947712",
+ "name": "محمد بن عبدالرحمن",
+ "screen_name": "MBA_AlThani_",
+ "indices": [
+ 67,
+ 80
+ ]
+ }
+ ]
+ },
+ "favorite_count": 42,
+ "favorited": false,
+ "full_text": ".@SecBlinken spoke with Qatari Prime Minister and Foreign Minister @MBA_AlThani_ about the importance of implementing UN Security Council Resolution 1701 to allow civilians to return to their homes in Lebanon and Israel as well as continued efforts to reach a ceasefire in Gaza.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 7,
+ "reply_count": 72,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "1967216306",
+ "id_str": "1842694734269067574"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842692177635279009",
+ "sortIndex": "1842759124685684682",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842692177635279009",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzQ1NTExMg==",
+ "rest_id": "47455112",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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": 1935,
+ "followers_count": 179499,
+ "friends_count": 10752,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4595,
+ "location": "Washington, D.C.",
+ "media_count": 7329,
+ "name": "Laura Rozen",
+ "normal_followers_count": 179499,
+ "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": 570759,
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842692177635279009"
+ ],
+ "editable_until_msecs": "1728170625370",
+ "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": "Sat Oct 05 22:23:45 +0000 2024",
+ "conversation_id_str": "1842692177635279009",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "14749971",
+ "name": "Ali Hashem علي هاشم",
+ "screen_name": "alihashem_tv",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @alihashem_tv: Relentless airstrikes on Beirut southern suburb, near the airport, on airport main road near Rasul Azam hospital, and sev…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 191,
+ "retweeted": false,
+ "user_id_str": "47455112",
+ "id_str": "1842692177635279009",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842692082667766009",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDc0OTk3MQ==",
+ "rest_id": "14749971",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon May 12 21:14:52 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "🇱🇧|🇸🇱 @AJEnglish | Founder @JadehIran | Fellow @ProjectSepad | bylines @Jadehiran @AlMonitor @AmwajMedia | MA Politics & IR (#Iran) @RoyalHolloway",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "instagram.com/alihashem/",
+ "expanded_url": "https://www.instagram.com/alihashem/",
+ "url": "https://t.co/MJemWdmDzr",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 10442,
+ "followers_count": 91184,
+ "friends_count": 5281,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1334,
+ "location": "GB-LBN-QAT-IRQ-IRN",
+ "media_count": 4777,
+ "name": "Ali Hashem علي هاشم",
+ "normal_followers_count": 91184,
+ "pinned_tweet_ids_str": [
+ "1061002586994679808"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14749971/1707125475",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1754437470421196800/E6oh3bQ6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "alihashem_tv",
+ "statuses_count": 53265,
+ "translator_type": "regular",
+ "url": "https://t.co/MJemWdmDzr",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1469103857657647109",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842692082667766009"
+ ],
+ "editable_until_msecs": "1728170602000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "53229",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 29,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 22:23:22 +0000 2024",
+ "conversation_id_str": "1842692082667766009",
+ "display_text_range": [
+ 0,
+ 242
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/Az2noTjtzg",
+ "expanded_url": "https://x.com/alihashem_tv/status/1842692082667766009/video/1",
+ "id_str": "1842692020642488320",
+ "indices": [
+ 243,
+ 266
+ ],
+ "media_key": "13_1842692020642488320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842692020642488320/img/eEO8k0hFM_V72SDs.jpg",
+ "type": "video",
+ "url": "https://t.co/Az2noTjtzg",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 828,
+ "w": 704,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 828,
+ "w": 704,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 578,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 828,
+ "width": 704,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 176,
+ 207
+ ],
+ "duration_millis": 13976,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/pl/HSKwQWI4WDh1PcA1.m3u8?tag=16"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/320x376/dqmJGQmnIu0H9Ww-.mp4?tag=16"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/480x564/7K-OVC4QRATKnIjH.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/704x828/4aZKhAzM8GVwJWpj.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842692020642488320"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/Az2noTjtzg",
+ "expanded_url": "https://x.com/alihashem_tv/status/1842692082667766009/video/1",
+ "id_str": "1842692020642488320",
+ "indices": [
+ 243,
+ 266
+ ],
+ "media_key": "13_1842692020642488320",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842692020642488320/img/eEO8k0hFM_V72SDs.jpg",
+ "type": "video",
+ "url": "https://t.co/Az2noTjtzg",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 828,
+ "w": 704,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 828,
+ "w": 704,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 578,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 828,
+ "width": 704,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 176,
+ 207
+ ],
+ "duration_millis": 13976,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/pl/HSKwQWI4WDh1PcA1.m3u8?tag=16"
+ },
+ {
+ "bitrate": 632000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/320x376/dqmJGQmnIu0H9Ww-.mp4?tag=16"
+ },
+ {
+ "bitrate": 950000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/480x564/7K-OVC4QRATKnIjH.mp4?tag=16"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842692020642488320/vid/avc1/704x828/4aZKhAzM8GVwJWpj.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842692020642488320"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 369,
+ "favorited": false,
+ "full_text": "Relentless airstrikes on Beirut southern suburb, near the airport, on airport main road near Rasul Azam hospital, and several other areas. The sky lit up brightly and can be seen from afar as Israeli warplanes dropped their bombs on the area. https://t.co/Az2noTjtzg",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 16,
+ "reply_count": 19,
+ "retweet_count": 191,
+ "retweeted": false,
+ "user_id_str": "14749971",
+ "id_str": "1842692082667766009"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842691212353982510",
+ "sortIndex": "1842759124685684681",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842691212353982510",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842691212353982510"
+ ],
+ "editable_until_msecs": "1728170395229",
+ "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": "Sat Oct 05 22:19:55 +0000 2024",
+ "conversation_id_str": "1842691212353982510",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "235515824",
+ "name": "Anna Gvarishvili",
+ "screen_name": "AnnaGvarishvili",
+ "indices": [
+ 3,
+ 19
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @AnnaGvarishvili: The police in Hamburg stopped a group of Georgian youngsters in the city, and it turned out that one of them was Lasha…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 268,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842691212353982510",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842329979721327063",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzU1MTU4MjQ=",
+ "rest_id": "235515824",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat Jan 08 11:32:26 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Journalist and editor, providing news and analysis on the drastic reversal of liberal democratic values in Georgia 🇬🇪 Head of Investigative Media Lab (IML)",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "tabula.ge/ge/profiles/54…",
+ "expanded_url": "https://tabula.ge/ge/profiles/540023",
+ "url": "https://t.co/lAv2mygbzD",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 8569,
+ "followers_count": 5818,
+ "friends_count": 1347,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 65,
+ "location": "Tbilisi, Georgia",
+ "media_count": 457,
+ "name": "Anna Gvarishvili",
+ "normal_followers_count": 5818,
+ "pinned_tweet_ids_str": [
+ "1823814244204470566"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/235515824/1614250929",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837049173813653505/4UjKCdhu_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AnnaGvarishvili",
+ "statuses_count": 2449,
+ "translator_type": "none",
+ "url": "https://t.co/lAv2mygbzD",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1841878712259653874",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842329979721327063"
+ ],
+ "editable_until_msecs": "1728084270000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "83103",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIzMjk5Nzk2MzMyNDIxMTM=",
+ "text": "The police in Hamburg stopped a group of Georgian youngsters in the city, and it turned out that one of them was Lasha Odisharia, the son of one of the most notorious GD MPs, Beka Odisharia. In a video, he mentions “the Georgian Parliament” and says they aren’t “ordinary tourists,” threatening the police officers by stating that he will make a call and they will get into a lot of trouble for this.\n\nBoy, your father’s influence is strictly limited within the Georgian borders.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 84,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 22:24:30 +0000 2024",
+ "conversation_id_str": "1842329979721327063",
+ "display_text_range": [
+ 0,
+ 271
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/ZAPW6mxnEq",
+ "expanded_url": "https://x.com/AnnaGvarishvili/status/1842329979721327063/video/1",
+ "id_str": "1842329918983528448",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "13_1842329918983528448",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842329918983528448/img/jlPQnjW_GfaeGUxr.jpg",
+ "type": "video",
+ "url": "https://t.co/ZAPW6mxnEq",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 360,
+ "width": 360,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 95186,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842329918983528448/pl/opdrXEgqfkbZrJG8.m3u8?tag=16"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842329918983528448/vid/avc1/360x360/vYlntKovdhG84cd8.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842329918983528448"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/ZAPW6mxnEq",
+ "expanded_url": "https://x.com/AnnaGvarishvili/status/1842329979721327063/video/1",
+ "id_str": "1842329918983528448",
+ "indices": [
+ 272,
+ 295
+ ],
+ "media_key": "13_1842329918983528448",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842329918983528448/img/jlPQnjW_GfaeGUxr.jpg",
+ "type": "video",
+ "url": "https://t.co/ZAPW6mxnEq",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 360,
+ "width": 360,
+ "focus_rects": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 95186,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842329918983528448/pl/opdrXEgqfkbZrJG8.m3u8?tag=16"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842329918983528448/vid/avc1/360x360/vYlntKovdhG84cd8.mp4?tag=16"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842329918983528448"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 1668,
+ "favorited": false,
+ "full_text": "The police in Hamburg stopped a group of Georgian youngsters in the city, and it turned out that one of them was Lasha Odisharia, the son of one of the most notorious GD MPs, Beka Odisharia. In a video, he mentions “the Georgian Parliament” and says they aren’t “ordinary https://t.co/ZAPW6mxnEq",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 25,
+ "reply_count": 73,
+ "retweet_count": 268,
+ "retweeted": false,
+ "user_id_str": "235515824",
+ "id_str": "1842329979721327063"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842690488496685249",
+ "sortIndex": "1842759124685684680",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842690488496685249",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842690488496685249"
+ ],
+ "editable_until_msecs": "1728170222648",
+ "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": "Sat Oct 05 22:17:02 +0000 2024",
+ "conversation_id_str": "1842690488496685249",
+ "display_text_range": [
+ 0,
+ 144
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "522298732",
+ "name": "Hans Gutbrod",
+ "screen_name": "HansGutbrod",
+ "indices": [
+ 3,
+ 15
+ ]
+ },
+ {
+ "id_str": "1237741741115047936",
+ "name": "Georgian Dream",
+ "screen_name": "GeorgianDream41",
+ "indices": [
+ 76,
+ 92
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @HansGutbrod: Video doing rounds & showing the insane entitlement of @GeorgianDream41 youngsters, son of odious MP, here threatening pol…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 17,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842690488496685249",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842450191380586831",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1MjIyOTg3MzI=",
+ "rest_id": "522298732",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Mar 12 14:32:57 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Research, policy research (& @findpolicy). Transparency. Think tanks. Caucasus (@IliaStateUni). Book on Ethics of Political Commemoration. #dogs",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "link.springer.com/book/978303131…",
+ "expanded_url": "https://link.springer.com/book/9783031315930",
+ "url": "https://t.co/ZaSVFbWfNb",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 79892,
+ "followers_count": 9426,
+ "friends_count": 5107,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 178,
+ "location": "mostly Georgia",
+ "media_count": 3628,
+ "name": "Hans Gutbrod",
+ "normal_followers_count": 9426,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/522298732/1474012549",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1570124631616507904/nnsdrNyT_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "HansGutbrod",
+ "statuses_count": 22266,
+ "translator_type": "none",
+ "url": "https://t.co/ZaSVFbWfNb",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842450191380586831"
+ ],
+ "editable_until_msecs": "1728112931000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "6113",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI0NTAxOTEyNzU2NTUxNjg=",
+ "text": "Video doing rounds & showing the insane entitlement of @GeorgianDream41 youngsters, son of odious MP, here threatening police officers in Hamburg (\"do you want problems, guys?!?\"), proclaiming he's \"not an ordinary tourist\" & mentioning \"Georgian parliament\". \nBI hates this kind of behavior, but these are the people he's now left with.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1237741741115047936",
+ "name": "Georgian Dream",
+ "screen_name": "GeorgianDream41",
+ "indices": [
+ 55,
+ 71
+ ]
+ }
+ ]
+ },
+ "richtext": {
+ "richtext_tags": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 11,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 06:22:11 +0000 2024",
+ "conversation_id_str": "1842450191380586831",
+ "display_text_range": [
+ 0,
+ 287
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/lMdU3aiHwb",
+ "expanded_url": "https://x.com/HansGutbrod/status/1842450191380586831/video/1",
+ "id_str": "1842450162838360064",
+ "indices": [
+ 288,
+ 311
+ ],
+ "media_key": "7_1842450162838360064",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842450162838360064/pu/img/9ubiEegv-UPKjG6y.jpg",
+ "type": "video",
+ "url": "https://t.co/lMdU3aiHwb",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 360,
+ "width": 360,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 95248,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842450162838360064/pu/pl/qDjaz1a6vjQIzMy4.m3u8?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842450162838360064/pu/vid/avc1/360x360/HQA8aQtqWh6joN7A.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842450162838360064"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1237741741115047936",
+ "name": "Georgian Dream",
+ "screen_name": "GeorgianDream41",
+ "indices": [
+ 59,
+ 75
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/lMdU3aiHwb",
+ "expanded_url": "https://x.com/HansGutbrod/status/1842450191380586831/video/1",
+ "id_str": "1842450162838360064",
+ "indices": [
+ 288,
+ 311
+ ],
+ "media_key": "7_1842450162838360064",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842450162838360064/pu/img/9ubiEegv-UPKjG6y.jpg",
+ "type": "video",
+ "url": "https://t.co/lMdU3aiHwb",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 360,
+ "w": 360,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 360,
+ "width": 360,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "duration_millis": 95248,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842450162838360064/pu/pl/qDjaz1a6vjQIzMy4.m3u8?tag=12"
+ },
+ {
+ "bitrate": 432000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842450162838360064/pu/vid/avc1/360x360/HQA8aQtqWh6joN7A.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842450162838360064"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 78,
+ "favorited": false,
+ "full_text": "Video doing rounds & showing the insane entitlement of @GeorgianDream41 youngsters, son of odious MP, here threatening police officers in Hamburg (\"do you want problems, guys?!?\"), proclaiming he's \"not an ordinary tourist\" & mentioning \"Georgian parliament\". \nBI hates this kind https://t.co/lMdU3aiHwb",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 3,
+ "retweet_count": 17,
+ "retweeted": false,
+ "user_id_str": "522298732",
+ "id_str": "1842450191380586831"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842690258166563301",
+ "sortIndex": "1842759124685684679",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842690258166563301",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842690258166563301"
+ ],
+ "editable_until_msecs": "1728170167733",
+ "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": "Sat Oct 05 22:16:07 +0000 2024",
+ "conversation_id_str": "1842690258166563301",
+ "display_text_range": [
+ 0,
+ 86
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/olex_scherba/s…",
+ "expanded_url": "https://x.com/olex_scherba/status/1842636367160832221",
+ "url": "https://t.co/kC6mCaxqxR",
+ "indices": [
+ 63,
+ 86
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @JuliaDavisNews: If you order Leonardo DiCaprio on Temu ⤵️ \nhttps://t.co/kC6mCaxqxR",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1842636367160832221",
+ "quoted_status_permalink": {
+ "url": "https://t.co/kC6mCaxqxR",
+ "expanded": "https://x.com/olex_scherba/status/1842636367160832221",
+ "display": "x.com/olex_scherba/s…"
+ },
+ "reply_count": 0,
+ "retweet_count": 89,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842690258166563301",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842637444807606706",
+ "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": {
+ "following": false,
+ "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, author of a book \"In Their Own Words.\"\n\nI watch Russian state TV, so you don't have to.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "amazon.com/Their-Own-Word…",
+ "expanded_url": "https://www.amazon.com/Their-Own-Words-Propagandists-Intentions/dp/3838219090",
+ "url": "https://t.co/twAq8cDLQk",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 176026,
+ "followers_count": 460656,
+ "friends_count": 1611,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7049,
+ "location": "United States",
+ "media_count": 22395,
+ "name": "Julia Davis",
+ "normal_followers_count": 460656,
+ "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": 124453,
+ "translator_type": "none",
+ "url": "https://t.co/twAq8cDLQk",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842637444807606706"
+ ],
+ "editable_until_msecs": "1728157576000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "36053",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842636367160832221",
+ "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": {
+ "following": false,
+ "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/dp/383821501X?…",
+ "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
+ "url": "https://t.co/NVdnrlOZMd",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 33682,
+ "followers_count": 264069,
+ "friends_count": 1337,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4323,
+ "location": "Kyiv",
+ "media_count": 7258,
+ "name": "olexander scherba🇺🇦",
+ "normal_followers_count": 264069,
+ "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": 43144,
+ "translator_type": "none",
+ "url": "https://t.co/NVdnrlOZMd",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1696586841602834861",
+ "professional_type": "Business",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842636367160832221"
+ ],
+ "editable_until_msecs": "1728157319000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "62605",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 14,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 18:41:59 +0000 2024",
+ "conversation_id_str": "1842636367160832221",
+ "display_text_range": [
+ 0,
+ 157
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 109,
+ 121
+ ],
+ "text": "RussianArmy"
+ },
+ {
+ "indices": [
+ 122,
+ 139
+ ],
+ "text": "RussiaUkraineWar"
+ },
+ {
+ "indices": [
+ 140,
+ 157
+ ],
+ "text": "StandWithUkraine"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/ZowIzwrbSH",
+ "expanded_url": "https://x.com/olex_scherba/status/1842636367160832221/photo/1",
+ "id_str": "1842636362333184000",
+ "indices": [
+ 158,
+ 181
+ ],
+ "media_key": "3_1842636362333184000",
+ "media_url_https": "https://pbs.twimg.com/media/GZJcAkMWYAAuJze.jpg",
+ "type": "photo",
+ "url": "https://t.co/ZowIzwrbSH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 852,
+ "y": 87,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 202,
+ "y": 100,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 890,
+ "y": 545,
+ "h": 255,
+ "w": 255
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 798,
+ "y": 81,
+ "h": 161,
+ "w": 161
+ },
+ {
+ "x": 189,
+ "y": 93,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 834,
+ "y": 510,
+ "h": 239,
+ "w": 239
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 46,
+ "h": 91,
+ "w": 91
+ },
+ {
+ "x": 107,
+ "y": 53,
+ "h": 98,
+ "w": 98
+ },
+ {
+ "x": 472,
+ "y": 289,
+ "h": 135,
+ "w": 135
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 852,
+ "y": 87,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 202,
+ "y": 100,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 890,
+ "y": 545,
+ "h": 255,
+ "w": 255
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 956,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 896,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 508,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 956,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 956,
+ "h": 956
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 839,
+ "h": 956
+ },
+ {
+ "x": 49,
+ "y": 0,
+ "w": 478,
+ "h": 956
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 956
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842636362333184000"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/ZowIzwrbSH",
+ "expanded_url": "https://x.com/olex_scherba/status/1842636367160832221/photo/1",
+ "id_str": "1842636362333184000",
+ "indices": [
+ 158,
+ 181
+ ],
+ "media_key": "3_1842636362333184000",
+ "media_url_https": "https://pbs.twimg.com/media/GZJcAkMWYAAuJze.jpg",
+ "type": "photo",
+ "url": "https://t.co/ZowIzwrbSH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 852,
+ "y": 87,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 202,
+ "y": 100,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 890,
+ "y": 545,
+ "h": 255,
+ "w": 255
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 798,
+ "y": 81,
+ "h": 161,
+ "w": 161
+ },
+ {
+ "x": 189,
+ "y": 93,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 834,
+ "y": 510,
+ "h": 239,
+ "w": 239
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 452,
+ "y": 46,
+ "h": 91,
+ "w": 91
+ },
+ {
+ "x": 107,
+ "y": 53,
+ "h": 98,
+ "w": 98
+ },
+ {
+ "x": 472,
+ "y": 289,
+ "h": 135,
+ "w": 135
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 852,
+ "y": 87,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 202,
+ "y": 100,
+ "h": 186,
+ "w": 186
+ },
+ {
+ "x": 890,
+ "y": 545,
+ "h": 255,
+ "w": 255
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 956,
+ "w": 1280,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 896,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 508,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 956,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 956,
+ "h": 956
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 839,
+ "h": 956
+ },
+ {
+ "x": 49,
+ "y": 0,
+ "w": 478,
+ "h": 956
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 956
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842636362333184000"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 450,
+ "favorited": false,
+ "full_text": "Terrible news. The man known in Russia as “Russian Leonardo DiCaprio” volunteered to fight against Ukraine.\n\n#RussianArmy #RussiaUkraineWar #StandWithUkraine https://t.co/ZowIzwrbSH",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 16,
+ "reply_count": 67,
+ "retweet_count": 57,
+ "retweeted": false,
+ "user_id_str": "163018653",
+ "id_str": "1842636367160832221"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 18:46:16 +0000 2024",
+ "conversation_id_str": "1842637444807606706",
+ "display_text_range": [
+ 0,
+ 66
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/olex_scherba/s…",
+ "expanded_url": "https://x.com/olex_scherba/status/1842636367160832221",
+ "url": "https://t.co/kC6mCaxqxR",
+ "indices": [
+ 43,
+ 66
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 619,
+ "favorited": false,
+ "full_text": "If you order Leonardo DiCaprio on Temu ⤵️ \nhttps://t.co/kC6mCaxqxR",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "quoted_status_id_str": "1842636367160832221",
+ "quoted_status_permalink": {
+ "url": "https://t.co/kC6mCaxqxR",
+ "expanded": "https://x.com/olex_scherba/status/1842636367160832221",
+ "display": "x.com/olex_scherba/s…"
+ },
+ "reply_count": 35,
+ "retweet_count": 89,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1842637444807606706"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842689358358315024",
+ "sortIndex": "1842759124685684678",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842689358358315024",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842689358358315024"
+ ],
+ "editable_until_msecs": "1728169953202",
+ "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": "Sat Oct 05 22:12:33 +0000 2024",
+ "conversation_id_str": "1842689358358315024",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1486069441259397125",
+ "name": "Kamala’s Wins",
+ "screen_name": "harris_wins",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @harris_wins: BREAKING: Republican Senator Susan Collins just slammed Donald Trump for his lies surrounding FEMA cutting funds for illeg…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 15400,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842689358358315024",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842382519871713304",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg2MDY5NDQxMjU5Mzk3MTI1",
+ "rest_id": "1486069441259397125",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 25 20:12:28 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Keeping Score of Kamala Harris’ wins. The largest online community supporting soon to be President Kamala Harris",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5663,
+ "followers_count": 767516,
+ "friends_count": 692,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2754,
+ "location": "",
+ "media_count": 1262,
+ "name": "Kamala’s Wins",
+ "normal_followers_count": 767516,
+ "pinned_tweet_ids_str": [
+ "1815195658271273104"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1486069441259397125/1722872374",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815195327957286912/kYtX4v8d_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "harris_wins",
+ "statuses_count": 7694,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1540164764864749568",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842382519871713304"
+ ],
+ "editable_until_msecs": "1728096797000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "860741",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 895,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 01:53:17 +0000 2024",
+ "conversation_id_str": "1842382519871713304",
+ "display_text_range": [
+ 0,
+ 257
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/nrOi1ObVpo",
+ "expanded_url": "https://x.com/Acyn/status/1842371271906169204/video/1",
+ "id_str": "1842371228994260992",
+ "indices": [
+ 234,
+ 257
+ ],
+ "media_key": "13_1842371228994260992",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842371228994260992/img/tACw-qtVgXbbOfCV.jpg",
+ "source_status_id_str": "1842371271906169204",
+ "source_user_id_str": "16635277",
+ "type": "video",
+ "url": "https://t.co/nrOi1ObVpo",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjYzNTI3Nw==",
+ "rest_id": "16635277",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 07 19:37:09 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Senior Digital Editor for https://t.co/ok280opPL9 Clips made with @SnapStream Internet Hooligan…",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "MeidasTouch.com",
+ "expanded_url": "http://MeidasTouch.com",
+ "url": "https://t.co/ok280opPL9",
+ "indices": [
+ 26,
+ 49
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "bit.ly/acyn-snapstrea…",
+ "expanded_url": "https://bit.ly/acyn-snapstream-twitter-2023a",
+ "url": "https://t.co/6SPj6LVBVO",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 610261,
+ "followers_count": 592379,
+ "friends_count": 6214,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4486,
+ "location": "Los Angeles, California",
+ "media_count": 42057,
+ "name": "Acyn",
+ "normal_followers_count": 592379,
+ "pinned_tweet_ids_str": [
+ "1644545528628379652"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/16635277/1678250349",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1332231334761119745/wMzlpuHi_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Acyn",
+ "statuses_count": 156094,
+ "translator_type": "none",
+ "url": "https://t.co/6SPj6LVBVO",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "venmo_handle": "acyntwitter"
+ }
+ }
+ }
+ }
+ },
+ "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": 57090,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/pl/Z-CbPJQ69rc6ghO1.m3u8?tag=14&v=0c2"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/480x270/5r960eLa8kX2Iisq.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/640x360/zz_TBScD896v6OnF.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/1280x720/MmG2Z0dzi6Rwc8OI.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842371228994260992"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/nrOi1ObVpo",
+ "expanded_url": "https://x.com/Acyn/status/1842371271906169204/video/1",
+ "id_str": "1842371228994260992",
+ "indices": [
+ 234,
+ 257
+ ],
+ "media_key": "13_1842371228994260992",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1842371228994260992/img/tACw-qtVgXbbOfCV.jpg",
+ "source_status_id_str": "1842371271906169204",
+ "source_user_id_str": "16635277",
+ "type": "video",
+ "url": "https://t.co/nrOi1ObVpo",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjYzNTI3Nw==",
+ "rest_id": "16635277",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 07 19:37:09 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Senior Digital Editor for https://t.co/ok280opPL9 Clips made with @SnapStream Internet Hooligan…",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "MeidasTouch.com",
+ "expanded_url": "http://MeidasTouch.com",
+ "url": "https://t.co/ok280opPL9",
+ "indices": [
+ 26,
+ 49
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "bit.ly/acyn-snapstrea…",
+ "expanded_url": "https://bit.ly/acyn-snapstream-twitter-2023a",
+ "url": "https://t.co/6SPj6LVBVO",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 610261,
+ "followers_count": 592379,
+ "friends_count": 6214,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4486,
+ "location": "Los Angeles, California",
+ "media_count": 42057,
+ "name": "Acyn",
+ "normal_followers_count": 592379,
+ "pinned_tweet_ids_str": [
+ "1644545528628379652"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/16635277/1678250349",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1332231334761119745/wMzlpuHi_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Acyn",
+ "statuses_count": 156094,
+ "translator_type": "none",
+ "url": "https://t.co/6SPj6LVBVO",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "venmo_handle": "acyntwitter"
+ }
+ }
+ }
+ }
+ },
+ "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": 57090,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/pl/Z-CbPJQ69rc6ghO1.m3u8?tag=14&v=0c2"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/480x270/5r960eLa8kX2Iisq.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/640x360/zz_TBScD896v6OnF.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842371228994260992/vid/avc1/1280x720/MmG2Z0dzi6Rwc8OI.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842371228994260992"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 29738,
+ "favorited": false,
+ "full_text": "BREAKING: Republican Senator Susan Collins just slammed Donald Trump for his lies surrounding FEMA cutting funds for illegal immigrants. Retweet to make sure all Americans know that even Republicans are calling BS on Trump’s claims. https://t.co/nrOi1ObVpo",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 599,
+ "reply_count": 2025,
+ "retweet_count": 15400,
+ "retweeted": false,
+ "user_id_str": "1486069441259397125",
+ "id_str": "1842382519871713304"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842686554445140358",
+ "sortIndex": "1842759124685684677",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842686554445140358",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDA1ODQ2NTAwNTgzMzIxNjAx",
+ "rest_id": "1005846500583321601",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun Jun 10 16:17:48 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Dad. w/ @natsechobbyist. Vet. NYT Best-selling Author. Ex NSC/WH Staff. Senior Advisor @votevets. Director Think Tank -IIAL. Dr. & Senior Fellow FPI, SAIS, JHU.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "alexandervindman.substack.com",
+ "expanded_url": "https://alexandervindman.substack.com",
+ "url": "https://t.co/vyo9QsGg22",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21647,
+ "followers_count": 991401,
+ "friends_count": 1822,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6021,
+ "location": "Florida, USA",
+ "media_count": 433,
+ "name": "Alexander S. Vindman 🇺🇸",
+ "normal_followers_count": 991401,
+ "pinned_tweet_ids_str": [
+ "1838885195828604993"
+ ],
+ "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": 8245,
+ "translator_type": "none",
+ "url": "https://t.co/vyo9QsGg22",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1469829466885132297",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 956,
+ "name": "Writer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842686554445140358"
+ ],
+ "editable_until_msecs": "1728169284697",
+ "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": "Sat Oct 05 22:01:24 +0000 2024",
+ "conversation_id_str": "1842686554445140358",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1225929222839046144",
+ "name": "Eugene Vindman",
+ "screen_name": "YVindman",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @YVindman: So great to join Del. Briana Sewell, Supervisor Kenny Boddye, and Senator Jennifer Carroll Foy at this morning's Kamala loves…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 87,
+ "retweeted": false,
+ "user_id_str": "1005846500583321601",
+ "id_str": "1842686554445140358",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842644695513756024",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjI1OTI5MjIyODM5MDQ2MTQ0",
+ "rest_id": "1225929222839046144",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Feb 07 23:48:16 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Father. Husband. Iraq War Veteran | Democratic Nominee for VA07 | On a mission to restore our rights, defend our democracy, and protect the American Dream",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "vindmanforcongress.com",
+ "expanded_url": "http://vindmanforcongress.com/",
+ "url": "https://t.co/rqF2iwFkEx",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2891,
+ "followers_count": 125769,
+ "friends_count": 422,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1129,
+ "location": "Virginia 7th Cong. Dist.",
+ "media_count": 600,
+ "name": "Eugene Vindman",
+ "normal_followers_count": 125769,
+ "pinned_tweet_ids_str": [
+ "1838242289736429741"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1225929222839046144/1722804999",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1725122238674882560/7XYq6Xpv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "YVindman",
+ "statuses_count": 3335,
+ "translator_type": "none",
+ "url": "https://t.co/rqF2iwFkEx",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "initial_tweet_id": "1842644296278700185",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1842644296278700185",
+ "1842644396061163527",
+ "1842644695513756024"
+ ],
+ "editable_until_msecs": "1728159209000",
+ "is_edit_eligible": true,
+ "edits_remaining": "3"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 0,
+ "favorite_count": 4,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "33079",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI2NDQ2OTU0MzQwNzIwNjQ=",
+ "text": "So great to join Del. Briana Sewell, Supervisor Kenny Boddye, and Senator Jennifer Carroll Foy at this morning's Kamala loves public schools appreciation breakfast. \n\nVirginians know what's on the line this year, and with 31 days until Election Day, we are fired up and ready to win up and down the ballot.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:15:04 +0000 2024",
+ "conversation_id_str": "1842644695513756024",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281770606592",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281770606592",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiZXgAAGY5d.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 586,
+ "y": 1132,
+ "h": 96,
+ "w": 96
+ },
+ {
+ "x": 1350,
+ "y": 1110,
+ "h": 104,
+ "w": 104
+ },
+ {
+ "x": 876,
+ "y": 1590,
+ "h": 116,
+ "w": 116
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 343,
+ "y": 663,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 791,
+ "y": 650,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 513,
+ "y": 931,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 194,
+ "y": 375,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 448,
+ "y": 368,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 290,
+ "y": 528,
+ "h": 38,
+ "w": 38
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 586,
+ "y": 1132,
+ "h": 96,
+ "w": 96
+ },
+ {
+ "x": 1350,
+ "y": 1110,
+ "h": 104,
+ "w": 104
+ },
+ {
+ "x": 876,
+ "y": 1590,
+ "h": 116,
+ "w": 116
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "resize": "fit"
+ },
"medium": {
"h": 1200,
"w": 960,
@@ -17438,62 +35103,1785 @@
}
},
"original_info": {
- "height": 1600,
- "width": 1280,
+ "height": 2048,
+ "width": 1638,
"focus_rects": [
{
"x": 0,
- "y": 883,
- "w": 1280,
- "h": 717
+ "y": 821,
+ "w": 1638,
+ "h": 917
},
{
"x": 0,
- "y": 320,
- "w": 1280,
- "h": 1280
+ "y": 410,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 181,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 614,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281770606592"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281787367425",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281787367425",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNidXQAEY686.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 34,
+ "h": 126,
+ "w": 126
+ },
+ {
+ "x": 1094,
+ "y": 834,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 1348,
+ "y": 906,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 794,
+ "y": 834,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 498,
+ "y": 934,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 210,
+ "y": 970,
+ "h": 184,
+ "w": 184
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 320,
+ "y": 19,
+ "h": 73,
+ "w": 73
+ },
+ {
+ "x": 641,
+ "y": 488,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 790,
+ "y": 530,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 465,
+ "y": 488,
+ "h": 86,
+ "w": 86
+ },
+ {
+ "x": 291,
+ "y": 547,
+ "h": 84,
+ "w": 84
+ },
+ {
+ "x": 123,
+ "y": 568,
+ "h": 107,
+ "w": 107
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 181,
+ "y": 11,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 363,
+ "y": 276,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 447,
+ "y": 300,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 263,
+ "y": 276,
+ "h": 49,
+ "w": 49
+ },
+ {
+ "x": 165,
+ "y": 310,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 69,
+ "y": 322,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 34,
+ "h": 126,
+ "w": 126
+ },
+ {
+ "x": 1094,
+ "y": 834,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 1348,
+ "y": 906,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 794,
+ "y": 834,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 498,
+ "y": 934,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 210,
+ "y": 970,
+ "h": 184,
+ "w": 184
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 616,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 255,
+ "w": 1638,
+ "h": 1638
},
{
"x": 0,
"y": 141,
- "w": 1280,
- "h": 1459
+ "w": 1638,
+ "h": 1867
},
{
"x": 0,
"y": 0,
- "w": 800,
- "h": 1600
+ "w": 1024,
+ "h": 2048
},
{
"x": 0,
"y": 0,
- "w": 1280,
- "h": 1600
+ "w": 1638,
+ "h": 2048
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "3_1605602608533704704"
+ "media_key": "3_1842644281787367425"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281766395904",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281766395904",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiYXQAAoLhR.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 2,
+ "y": 1044,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1378,
+ "y": 578,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1,
+ "y": 611,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 807,
+ "y": 338,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 0,
+ "y": 346,
+ "h": 21,
+ "w": 21
+ },
+ {
+ "x": 457,
+ "y": 191,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 2,
+ "y": 1044,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1378,
+ "y": 578,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 719,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 358,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 181,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281766395904"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281762205697",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281762205697",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiXXUAEzqkS.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 796,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 798,
+ "y": 1144,
+ "h": 118,
+ "w": 118
+ },
+ {
+ "x": 700,
+ "y": 640,
+ "h": 176,
+ "w": 176
+ },
+ {
+ "x": 220,
+ "y": 464,
+ "h": 234,
+ "w": 234
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 862,
+ "y": 466,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 467,
+ "y": 670,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 410,
+ "y": 375,
+ "h": 103,
+ "w": 103
+ },
+ {
+ "x": 128,
+ "y": 271,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 488,
+ "y": 264,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 265,
+ "y": 379,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 232,
+ "y": 212,
+ "h": 58,
+ "w": 58
+ },
+ {
+ "x": 73,
+ "y": 154,
+ "h": 77,
+ "w": 77
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 796,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 798,
+ "y": 1144,
+ "h": 118,
+ "w": 118
+ },
+ {
+ "x": 700,
+ "y": 640,
+ "h": 176,
+ "w": 176
+ },
+ {
+ "x": 220,
+ "y": 464,
+ "h": 234,
+ "w": 234
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 207,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281762205697"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281770606592",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281770606592",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiZXgAAGY5d.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 586,
+ "y": 1132,
+ "h": 96,
+ "w": 96
+ },
+ {
+ "x": 1350,
+ "y": 1110,
+ "h": 104,
+ "w": 104
+ },
+ {
+ "x": 876,
+ "y": 1590,
+ "h": 116,
+ "w": 116
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 343,
+ "y": 663,
+ "h": 56,
+ "w": 56
+ },
+ {
+ "x": 791,
+ "y": 650,
+ "h": 60,
+ "w": 60
+ },
+ {
+ "x": 513,
+ "y": 931,
+ "h": 67,
+ "w": 67
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 194,
+ "y": 375,
+ "h": 31,
+ "w": 31
+ },
+ {
+ "x": 448,
+ "y": 368,
+ "h": 34,
+ "w": 34
+ },
+ {
+ "x": 290,
+ "y": 528,
+ "h": 38,
+ "w": 38
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 586,
+ "y": 1132,
+ "h": 96,
+ "w": 96
+ },
+ {
+ "x": 1350,
+ "y": 1110,
+ "h": 104,
+ "w": 104
+ },
+ {
+ "x": 876,
+ "y": 1590,
+ "h": 116,
+ "w": 116
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 821,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 410,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 181,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 614,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281770606592"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281787367425",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281787367425",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNidXQAEY686.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 34,
+ "h": 126,
+ "w": 126
+ },
+ {
+ "x": 1094,
+ "y": 834,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 1348,
+ "y": 906,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 794,
+ "y": 834,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 498,
+ "y": 934,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 210,
+ "y": 970,
+ "h": 184,
+ "w": 184
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 320,
+ "y": 19,
+ "h": 73,
+ "w": 73
+ },
+ {
+ "x": 641,
+ "y": 488,
+ "h": 75,
+ "w": 75
+ },
+ {
+ "x": 790,
+ "y": 530,
+ "h": 83,
+ "w": 83
+ },
+ {
+ "x": 465,
+ "y": 488,
+ "h": 86,
+ "w": 86
+ },
+ {
+ "x": 291,
+ "y": 547,
+ "h": 84,
+ "w": 84
+ },
+ {
+ "x": 123,
+ "y": 568,
+ "h": 107,
+ "w": 107
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 181,
+ "y": 11,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 363,
+ "y": 276,
+ "h": 42,
+ "w": 42
+ },
+ {
+ "x": 447,
+ "y": 300,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 263,
+ "y": 276,
+ "h": 49,
+ "w": 49
+ },
+ {
+ "x": 165,
+ "y": 310,
+ "h": 47,
+ "w": 47
+ },
+ {
+ "x": 69,
+ "y": 322,
+ "h": 61,
+ "w": 61
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 546,
+ "y": 34,
+ "h": 126,
+ "w": 126
+ },
+ {
+ "x": 1094,
+ "y": 834,
+ "h": 128,
+ "w": 128
+ },
+ {
+ "x": 1348,
+ "y": 906,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 794,
+ "y": 834,
+ "h": 148,
+ "w": 148
+ },
+ {
+ "x": 498,
+ "y": 934,
+ "h": 144,
+ "w": 144
+ },
+ {
+ "x": 210,
+ "y": 970,
+ "h": 184,
+ "w": 184
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 616,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 255,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 141,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281787367425"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281766395904",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281766395904",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiYXQAAoLhR.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 2,
+ "y": 1044,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1378,
+ "y": 578,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 1,
+ "y": 611,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 807,
+ "y": 338,
+ "h": 96,
+ "w": 96
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 0,
+ "y": 346,
+ "h": 21,
+ "w": 21
+ },
+ {
+ "x": 457,
+ "y": 191,
+ "h": 54,
+ "w": 54
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 2,
+ "y": 1044,
+ "h": 66,
+ "w": 66
+ },
+ {
+ "x": 1378,
+ "y": 578,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 719,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 358,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 181,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281766395904"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/ayJJYvgmbA",
+ "expanded_url": "https://x.com/YVindman/status/1842644695513756024/photo/1",
+ "id_str": "1842644281762205697",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1842644281762205697",
+ "media_url_https": "https://pbs.twimg.com/media/GZJjNiXXUAEzqkS.jpg",
+ "type": "photo",
+ "url": "https://t.co/ayJJYvgmbA",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ },
+ {
+ "user_id": "787329495908880384",
+ "name": "Kenny A. Boddye",
+ "screen_name": "KennyBoddye",
+ "type": "user"
+ },
+ {
+ "user_id": "833159137554989056",
+ "name": "Sen. Jennifer Carroll Foy",
+ "screen_name": "JCarrollFoy",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 796,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 798,
+ "y": 1144,
+ "h": 118,
+ "w": 118
+ },
+ {
+ "x": 700,
+ "y": 640,
+ "h": 176,
+ "w": 176
+ },
+ {
+ "x": 220,
+ "y": 464,
+ "h": 234,
+ "w": 234
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 862,
+ "y": 466,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 467,
+ "y": 670,
+ "h": 69,
+ "w": 69
+ },
+ {
+ "x": 410,
+ "y": 375,
+ "h": 103,
+ "w": 103
+ },
+ {
+ "x": 128,
+ "y": 271,
+ "h": 137,
+ "w": 137
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 488,
+ "y": 264,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 265,
+ "y": 379,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 232,
+ "y": 212,
+ "h": 58,
+ "w": 58
+ },
+ {
+ "x": 73,
+ "y": 154,
+ "h": 77,
+ "w": 77
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 1472,
+ "y": 796,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 798,
+ "y": 1144,
+ "h": 118,
+ "w": 118
+ },
+ {
+ "x": 700,
+ "y": 640,
+ "h": 176,
+ "w": 176
+ },
+ {
+ "x": 220,
+ "y": 464,
+ "h": 234,
+ "w": 234
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 1638,
+ "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": 2048,
+ "width": 1638,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 207,
+ "w": 1638,
+ "h": 917
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 1638
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 1867
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 2048
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1638,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842644281762205697"
}
}
}
]
},
- "favorite_count": 141087,
+ "favorite_count": 318,
"favorited": false,
- "full_text": "https://t.co/4E5jLHD03r",
+ "full_text": "So great to join Del. Briana Sewell, Supervisor Kenny Boddye, and Senator Jennifer Carroll Foy at this morning's Kamala loves public schools appreciation breakfast. \n\nVirginians know what's on the line this year, and with 31 days until Election Day, we are fired up and ready to https://t.co/ayJJYvgmbA",
"is_quote_status": false,
- "lang": "zxx",
+ "lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 486,
- "reply_count": 279,
- "retweet_count": 13163,
+ "quote_count": 1,
+ "reply_count": 9,
+ "retweet_count": 87,
"retweeted": false,
- "user_id_str": "1461371731545890826",
- "id_str": "1605602613520732165"
+ "user_id_str": "1225929222839046144",
+ "id_str": "1842644695513756024"
}
}
}
@@ -17514,8 +36902,8 @@
}
},
{
- "entryId": "tweet-1807044633647521931",
- "sortIndex": "1807077696136544225",
+ "entryId": "tweet-1842685724111389034",
+ "sortIndex": "1842759124685684676",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -17525,24 +36913,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807044633647521931",
+ "rest_id": "1842685724111389034",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNjMwMTg2NTM=",
- "rest_id": "163018653",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jul 05 09:44:27 +0000 2010",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Ambassador-at-large @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.",
+ "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": []
@@ -17550,9 +36939,9 @@
"url": {
"urls": [
{
- "display_url": "amazon.com/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -17562,36 +36951,31 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1396956590713020416"
+ "1827251612743532904"
],
"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_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": "olex_scherba",
- "statuses_count": 41953,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
"tipjar_settings": {}
}
}
@@ -17599,165 +36983,936 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807044633647521931"
+ "1842685724111389034"
],
- "editable_until_msecs": "1719671588000",
+ "editable_until_msecs": "1728169086000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "7544",
+ "count": "3392",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPad",
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842418562100539551",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzE2Nzc0NDE=",
+ "rest_id": "471677441",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Jan 23 04:23:10 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "President and Executive Director of @PsychoPAC24, the Anti-Psychopath Political Action Committee. President, @chkbal. Contributor, @TheAtlantic.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "psychoPAC.org",
+ "expanded_url": "http://psychoPAC.org",
+ "url": "https://t.co/lkG6jZWO3U",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 128071,
+ "followers_count": 2394164,
+ "friends_count": 2578,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 11037,
+ "location": "Bethesda, MD",
+ "media_count": 4494,
+ "name": "George Conway",
+ "normal_followers_count": 2394164,
+ "pinned_tweet_ids_str": [
+ "1842312369516823007"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/471677441/1723871584",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1837499166676619264/24Fi1z24_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "gtconway3d",
+ "statuses_count": 160961,
+ "translator_type": "none",
+ "url": "https://t.co/lkG6jZWO3U",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842418562100539551"
+ ],
+ "editable_until_msecs": "1728105390000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1285543",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842287396336873800"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 866,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 04:16:30 +0000 2024",
+ "conversation_id_str": "1842418562100539551",
+ "display_text_range": [
+ 0,
+ 86
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 52603,
+ "favorited": false,
+ "full_text": "Trump is a moron. One of the stupidest we’ve ever seen from the standpoint of stupid.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 259,
+ "quoted_status_id_str": "1842287396336873800",
+ "quoted_status_permalink": {
+ "url": "https://t.co/S2JsQ94iOw",
+ "expanded": "https://twitter.com/kamalahq/status/1842287396336873800",
+ "display": "x.com/kamalahq/statu…"
+ },
+ "reply_count": 1758,
+ "retweet_count": 9249,
+ "retweeted": false,
+ "user_id_str": "471677441",
+ "id_str": "1842418562100539551"
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 14,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:33:08 +0000 2024",
- "conversation_id_str": "1807044633647521931",
+ "created_at": "Sat Oct 05 21:58:06 +0000 2024",
+ "conversation_id_str": "1842685724111389034",
"display_text_range": [
0,
- 276
+ 63
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 214,
- 233
- ],
- "text": "RussiaIsANaziState"
- },
- {
- "indices": [
- 234,
- 251
- ],
- "text": "StandWithUkraine"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/f1fso1erxo",
- "expanded_url": "https://twitter.com/Gerashchenko_en/status/1807030931594563845/video/1",
- "id_str": "1807030861537169408",
- "indices": [
- 253,
- 276
- ],
- "media_key": "13_1807030861537169408",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1807030861537169408/img/NfmqnN8c9IvhHWRs.jpg",
- "source_status_id_str": "1807030931594563845",
- "source_user_id_str": "1505481949854502915",
- "type": "video",
- "url": "https://t.co/f1fSo1erxO",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "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 Internal Affairs Minister (2021-2023). Institute of the Future founder. Support volunteer translators https://t.co/nWSASMUo29",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "patreon.com/TwitterAG",
- "expanded_url": "http://patreon.com/TwitterAG",
- "url": "https://t.co/nWSASMUo29",
- "indices": [
- 132,
- 155
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "patreon.com/TwitterAG",
- "expanded_url": "http://patreon.com/TwitterAG",
- "url": "https://t.co/nWSASMUo29",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 5047,
- "followers_count": 601616,
- "friends_count": 1146,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5955,
- "location": "Ukraine",
- "media_count": 15025,
- "name": "Anton Gerashchenko",
- "normal_followers_count": 601616,
- "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": 18831,
- "translator_type": "none",
- "url": "https://t.co/nWSASMUo29",
- "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"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- },
- "super_follow_eligible": true
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 22,
+ "favorited": false,
+ "full_text": "Water was not available to explain its standpoint on the issue.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842418562100539551",
+ "quoted_status_permalink": {
+ "url": "https://t.co/glBJqKWzpo",
+ "expanded": "https://twitter.com/gtconway3d/status/1842418562100539551",
+ "display": "x.com/gtconway3d/sta…"
+ },
+ "reply_count": 0,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842685724111389034"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842683570911130069",
+ "sortIndex": "1842759124685684675",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842683570911130069",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842683570911130069"
+ ],
+ "editable_until_msecs": "1728168573367",
+ "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": "Sat Oct 05 21:49:33 +0000 2024",
+ "conversation_id_str": "1842683570911130069",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1486069441259397125",
+ "name": "Kamala’s Wins",
+ "screen_name": "harris_wins",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @harris_wins: BREAKING: In a stunning announcement, Senate Minority Leader Mitch McConnell has ripped Donald Trump to shreds for prevent…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 10001,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842683570911130069",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842644194180952537",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg2MDY5NDQxMjU5Mzk3MTI1",
+ "rest_id": "1486069441259397125",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 25 20:12:28 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Keeping Score of Kamala Harris’ wins. The largest online community supporting soon to be President Kamala Harris",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5663,
+ "followers_count": 767516,
+ "friends_count": 692,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2754,
+ "location": "",
+ "media_count": 1262,
+ "name": "Kamala’s Wins",
+ "normal_followers_count": 767516,
+ "pinned_tweet_ids_str": [
+ "1815195658271273104"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1486069441259397125/1722872374",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815195327957286912/kYtX4v8d_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "harris_wins",
+ "statuses_count": 7694,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1540164764864749568",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842644194180952537"
+ ],
+ "editable_until_msecs": "1728159185000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "668589",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 782,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:13:05 +0000 2024",
+ "conversation_id_str": "1842644194180952537",
+ "display_text_range": [
+ 0,
+ 261
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/nzJT74ZAWd",
+ "expanded_url": "https://x.com/KamalaHQ/status/1819065900529545685/video/1",
+ "id_str": "1819065815167111168",
+ "indices": [
+ 238,
+ 261
+ ],
+ "media_key": "13_1819065815167111168",
+ "media_url_https": "https://pbs.twimg.com/media/GT6exzMXQAEqKH4.jpg",
+ "source_status_id_str": "1819065900529545685",
+ "source_user_id_str": "3315264553",
+ "type": "video",
+ "url": "https://t.co/nzJT74ZAWd",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzE1MjY0NTUz",
+ "rest_id": "3315264553",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Aug 14 16:21:06 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Providing context.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "KamalaHarris.com",
+ "expanded_url": "http://KamalaHarris.com",
+ "url": "https://t.co/iUgsrCkCLm",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1395484,
+ "friends_count": 6,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4052,
+ "location": "",
+ "media_count": 7885,
+ "name": "Kamala HQ",
+ "normal_followers_count": 1395484,
+ "pinned_tweet_ids_str": [
+ "1815212766912803099"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3315264553/1725376700",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815212079986401280/ZBFIVvno_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KamalaHQ",
+ "statuses_count": 8989,
+ "translator_type": "none",
+ "url": "https://t.co/iUgsrCkCLm",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 63786,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/pl/27d83YFs6RSQ_g5M.m3u8?tag=14&v=087"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/480x270/CvglsnNq6gH7c1c9.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/640x360/aEDKUyScjy972eFY.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/1280x720/wq0tf64v26YbhrVD.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1819065815167111168"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/nzJT74ZAWd",
+ "expanded_url": "https://x.com/KamalaHQ/status/1819065900529545685/video/1",
+ "id_str": "1819065815167111168",
+ "indices": [
+ 238,
+ 261
+ ],
+ "media_key": "13_1819065815167111168",
+ "media_url_https": "https://pbs.twimg.com/media/GT6exzMXQAEqKH4.jpg",
+ "source_status_id_str": "1819065900529545685",
+ "source_user_id_str": "3315264553",
+ "type": "video",
+ "url": "https://t.co/nzJT74ZAWd",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzE1MjY0NTUz",
+ "rest_id": "3315264553",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Aug 14 16:21:06 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Providing context.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "KamalaHarris.com",
+ "expanded_url": "http://KamalaHarris.com",
+ "url": "https://t.co/iUgsrCkCLm",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1395484,
+ "friends_count": 6,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4052,
+ "location": "",
+ "media_count": 7885,
+ "name": "Kamala HQ",
+ "normal_followers_count": 1395484,
+ "pinned_tweet_ids_str": [
+ "1815212766912803099"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3315264553/1725376700",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815212079986401280/ZBFIVvno_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KamalaHQ",
+ "statuses_count": 8989,
+ "translator_type": "none",
+ "url": "https://t.co/iUgsrCkCLm",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": 63786,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/pl/27d83YFs6RSQ_g5M.m3u8?tag=14&v=087"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/480x270/CvglsnNq6gH7c1c9.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/640x360/aEDKUyScjy972eFY.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1819065815167111168/vid/avc1/1280x720/wq0tf64v26YbhrVD.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1819065815167111168"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 21862,
+ "favorited": false,
+ "full_text": "BREAKING: In a stunning announcement, Senate Minority Leader Mitch McConnell has ripped Donald Trump to shreds for preventing the strongest border security legislation in decades from passing. Retweet to make sure all Americans see this. https://t.co/nzJT74ZAWd",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 283,
+ "reply_count": 1727,
+ "retweet_count": 10001,
+ "retweeted": false,
+ "user_id_str": "1486069441259397125",
+ "id_str": "1842644194180952537"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842683219830825352",
+ "sortIndex": "1842759124685684674",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842683219830825352",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842683219830825352"
+ ],
+ "editable_until_msecs": "1728168489000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "5122",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI2ODMyMTk2NTg4MjE2MzI=",
+ "text": "No ma ei tea. Ei hakka paluma inimestel lugeda elementaarset majandusteadust. Ent just täna potsatas mu postkasti (N.B! paremtsentristliku) Frank Fukuyama essee Bretton Woods Institutsioonidest, kus ta seletab kuidas pärast 1. Ilmasõda saadi USAs aru, et turumajandus ei saa lahendada kõiki riigi majandusküsimusi. (vt. all)\n\nOlgu see üleuputuste reguleerimist riigi ehitatud tammidega USAs 1930ndail või elektri ja interneti ühendusi Lõuna Eestis, on täiesti normaalne, et riik tegeleb nende asjadega, millega erasektor ei taha. Kui @elektrilevi juht arvab, et firmad on ise lollid kui need üritavad viletsa elektrivarustusega Lõuna Eestis midagi toota, siis (riigi omanduses) ettevõte on tõesti nii turumajandusest kui ka Eesti iseseivuse ideest valesti aru saanud. \n\nLaiemalt, seni kuni ei saada aru, et elu ja majandus väljaspool Tallinnat ja Tartut lihtsalt kängub toetudes sellisele \"turumajandusele\" koosneb Eesti tulevikus vaid nendest kahest linnast, ja neid ümbritsevatest magalatest. Ülejäänud koosneb vaid suvilatest ja aina rohkem kiretsevatest depressiivsetest väikeasulatest. Ja miks sellega piirduda? Turumajandus ütleks, et loobugem oma keelest nagu iirlased, inglise keel on palju rentaablem kui dialekt, mida kõneleb alla miljon inimest.\n\nLäänemetsa sõnade poisilikult primitiivne väänamine, et lihtsalt ära panna ja olematut tõestada on pigem märk sellest, et ajakirjanduse tõsiseltvõetavus ja usaldusväärsus on Eestis tõsisest kriisis.\n\nMida paraku ei tunnistata. cc @poimkama",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "860494693146255360",
+ "name": "Elektrilevi",
+ "screen_name": "elektrilevi",
+ "indices": [
+ 534,
+ 546
+ ]
+ },
+ {
+ "id_str": "1563842699131756544",
+ "name": "Põim Kama",
+ "screen_name": "poimkama",
+ "indices": [
+ 1488,
+ 1497
+ ]
+ }
+ ]
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 21:48:09 +0000 2024",
+ "conversation_id_str": "1842683219830825352",
+ "display_text_range": [
+ 0,
+ 274
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/hwLFza3VVE",
+ "expanded_url": "https://x.com/IlvesToomas/status/1842683219830825352/photo/1",
+ "id_str": "1842679502360440833",
+ "indices": [
+ 275,
+ 298
+ ],
+ "media_key": "3_1842679502360440833",
+ "media_url_https": "https://pbs.twimg.com/media/GZKDPpUWcAE3c8u.jpg",
+ "type": "photo",
+ "url": "https://t.co/hwLFza3VVE",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 720,
- "w": 720,
+ "h": 904,
+ "w": 1220,
"resize": "fit"
},
"medium": {
- "h": 720,
- "w": 720,
+ "h": 889,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
+ "h": 504,
"w": 680,
"resize": "fit"
},
@@ -17768,44 +37923,47 @@
}
},
"original_info": {
- "height": 720,
- "width": 720,
- "focus_rects": []
+ "height": 904,
+ "width": 1220,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 683
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 904,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 793,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 452,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 904
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 25433,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/pl/Vz4iqGJHBeE9zLfF.m3u8?tag=16"
- },
- {
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/320x320/ehxkFlKTBOXjyJpg.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/540x540/Wvd6AfaQPEJvqU5w.mp4?tag=16"
- },
- {
- "bitrate": 1280000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/720x720/rnCUUpeC4hAbishq.mp4?tag=16"
- }
- ]
- },
"media_results": {
"result": {
- "media_key": "13_1807030861537169408"
+ "media_key": "3_1842679502360440833"
}
}
}
@@ -17818,125 +37976,47 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/f1fSo1erxO",
- "expanded_url": "https://twitter.com/Gerashchenko_en/status/1807030931594563845/video/1",
- "id_str": "1807030861537169408",
+ "display_url": "pic.x.com/hwLFza3VVE",
+ "expanded_url": "https://x.com/IlvesToomas/status/1842683219830825352/photo/1",
+ "id_str": "1842679502360440833",
"indices": [
- 253,
- 276
+ 275,
+ 298
],
- "media_key": "13_1807030861537169408",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1807030861537169408/img/NfmqnN8c9IvhHWRs.jpg",
- "source_status_id_str": "1807030931594563845",
- "source_user_id_str": "1505481949854502915",
- "type": "video",
- "url": "https://t.co/f1fSo1erxO",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "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 Internal Affairs Minister (2021-2023). Institute of the Future founder. Support volunteer translators https://t.co/nWSASMUo29",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "patreon.com/TwitterAG",
- "expanded_url": "http://patreon.com/TwitterAG",
- "url": "https://t.co/nWSASMUo29",
- "indices": [
- 132,
- 155
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "patreon.com/TwitterAG",
- "expanded_url": "http://patreon.com/TwitterAG",
- "url": "https://t.co/nWSASMUo29",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 5047,
- "followers_count": 601616,
- "friends_count": 1146,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5955,
- "location": "Ukraine",
- "media_count": 15025,
- "name": "Anton Gerashchenko",
- "normal_followers_count": 601616,
- "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": 18831,
- "translator_type": "none",
- "url": "https://t.co/nWSASMUo29",
- "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"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- },
- "super_follow_eligible": true
- }
- }
- }
- },
+ "media_key": "3_1842679502360440833",
+ "media_url_https": "https://pbs.twimg.com/media/GZKDPpUWcAE3c8u.jpg",
+ "type": "photo",
+ "url": "https://t.co/hwLFza3VVE",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 720,
- "w": 720,
+ "h": 904,
+ "w": 1220,
"resize": "fit"
},
"medium": {
- "h": 720,
- "w": 720,
+ "h": 889,
+ "w": 1200,
"resize": "fit"
},
"small": {
- "h": 680,
+ "h": 504,
"w": 680,
"resize": "fit"
},
@@ -17947,62 +38027,65 @@
}
},
"original_info": {
- "height": 720,
- "width": 720,
- "focus_rects": []
+ "height": 904,
+ "width": 1220,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 683
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 904,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 793,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 452,
+ "h": 904
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1220,
+ "h": 904
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 25433,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/pl/Vz4iqGJHBeE9zLfF.m3u8?tag=16"
- },
- {
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/320x320/ehxkFlKTBOXjyJpg.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/540x540/Wvd6AfaQPEJvqU5w.mp4?tag=16"
- },
- {
- "bitrate": 1280000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807030861537169408/vid/avc1/720x720/rnCUUpeC4hAbishq.mp4?tag=16"
- }
- ]
- },
"media_results": {
"result": {
- "media_key": "13_1807030861537169408"
+ "media_key": "3_1842679502360440833"
}
}
}
]
},
- "favorite_count": 266,
+ "favorite_count": 6,
"favorited": false,
- "full_text": "Russian actress (once widely admired in Ukraine):\n\n“What I like about this war: it doesn’t kill us but makes our lives better”.\n\nFFS, what is wrong with these people? Where do they breed them so conscience-free? \n\n#RussiaIsANaziState #StandWithUkraine \nhttps://t.co/f1fSo1erxO",
+ "full_text": "No ma ei tea. Ei hakka paluma inimestel lugeda elementaarset majandusteadust. Ent just täna potsatas mu postkasti (N.B! paremtsentristliku) Frank Fukuyama essee Bretton Woods Institutsioonidest, kus ta seletab kuidas pärast 1. Ilmasõda saadi USAs aru, et turumajandus ei saa https://t.co/hwLFza3VVE",
"is_quote_status": false,
- "lang": "en",
+ "lang": "et",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 3,
- "reply_count": 27,
- "retweet_count": 83,
+ "quote_count": 1,
+ "reply_count": 2,
+ "retweet_count": 2,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807044633647521931"
+ "user_id_str": "579747564",
+ "id_str": "1842683219830825352"
}
}
},
@@ -18020,8 +38103,8 @@
}
},
{
- "entryId": "tweet-1807042922094715122",
- "sortIndex": "1807077696136544224",
+ "entryId": "tweet-1842671622039454046",
+ "sortIndex": "1842759124685684673",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -18031,7 +38114,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807042922094715122",
+ "rest_id": "1842671622039454046",
"core": {
"user_results": {
"result": {
@@ -18043,6 +38126,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Mon Jul 06 21:51:39 +0000 2009",
@@ -18068,16 +38152,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 25625,
- "followers_count": 12271,
- "friends_count": 1512,
+ "favourites_count": 25854,
+ "followers_count": 12785,
+ "friends_count": 1539,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 359,
+ "listed_count": 360,
"location": "Washington, DC",
- "media_count": 399,
+ "media_count": 427,
"name": "Dr. Liana Fix",
- "normal_followers_count": 12271,
+ "normal_followers_count": 12785,
"pinned_tweet_ids_str": [
"1721961204443193506"
],
@@ -18086,7 +38170,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1573991186603425792/g-ltQdRG_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "LianaFix",
- "statuses_count": 19427,
+ "statuses_count": 20036,
"translator_type": "none",
"url": "https://t.co/kNfe79pLBh",
"verified": false,
@@ -18100,1104 +38184,22 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807042922094715122"
+ "1842671622039454046"
],
- "editable_until_msecs": "1719671180000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "758",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807039199670948071",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzQ2OTQ5Mg==",
- "rest_id": "17469492",
- "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 Nov 18 19:55:35 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Foreign policy news and analysis. CFR takes no institutional positions on policy. Follows, RT ≠ endorsements. \n\n✉️ Subscribe for more: https://t.co/ehd5lKGQmS",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "cfr.org/newsletters",
- "expanded_url": "http://cfr.org/newsletters",
- "url": "https://t.co/ehd5lKGQmS",
- "indices": [
- 135,
- 158
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "cfr.org",
- "expanded_url": "http://www.cfr.org",
- "url": "https://t.co/8YT4IpZMQm",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1713,
- "followers_count": 550917,
- "friends_count": 179,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8866,
- "location": "New York, NY",
- "media_count": 11628,
- "name": "Council on Foreign Relations",
- "normal_followers_count": 550917,
- "pinned_tweet_ids_str": [
- "1805220184778510488"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/17469492/1666120503",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1478033308290367488/0-Chy3gD_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "CFR_org",
- "statuses_count": 78908,
- "translator_type": "none",
- "url": "https://t.co/8YT4IpZMQm",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1648314951432282112",
- "professional_type": "Business",
- "category": [
- {
- "id": 688,
- "name": "Non-Governmental & Nonprofit Organization ",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/d0AugvMsXR",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 267,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "The transatlantic alliance has passed a remarkable milestone after years of most members not spending enough on defense. But what if more is needed?",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.cfr.org",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?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/1806993792962113537/odv9U5fP?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "17469492",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?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/1806993792962113537/odv9U5fP?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_original",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "cfr.org",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 234,
- "green": 184,
- "red": 148
- },
- "percentage": 40.58
- },
- {
- "rgb": {
- "blue": 207,
- "green": 199,
- "red": 190
- },
- "percentage": 11.9
- },
- {
- "rgb": {
- "blue": 59,
- "green": 41,
- "red": 29
- },
- "percentage": 11.85
- },
- {
- "rgb": {
- "blue": 189,
- "green": 97,
- "red": 38
- },
- "percentage": 8.52
- },
- {
- "rgb": {
- "blue": 135,
- "green": 89,
- "red": 57
- },
- "percentage": 8.38
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "As NATO Countries Reach Spending Milestone, Is 2 Percent Enough?",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 234,
- "green": 184,
- "red": 148
- },
- "percentage": 40.58
- },
- {
- "rgb": {
- "blue": 207,
- "green": 199,
- "red": 190
- },
- "percentage": 11.9
- },
- {
- "rgb": {
- "blue": 59,
- "green": 41,
- "red": 29
- },
- "percentage": 11.85
- },
- {
- "rgb": {
- "blue": 189,
- "green": 97,
- "red": 38
- },
- "percentage": 8.52
- },
- {
- "rgb": {
- "blue": 135,
- "green": 89,
- "red": 57
- },
- "percentage": 8.38
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?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/1806993792962113537/odv9U5fP?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 234,
- "green": 184,
- "red": 148
- },
- "percentage": 40.58
- },
- {
- "rgb": {
- "blue": 207,
- "green": 199,
- "red": 190
- },
- "percentage": 11.9
- },
- {
- "rgb": {
- "blue": 59,
- "green": 41,
- "red": 29
- },
- "percentage": 11.85
- },
- {
- "rgb": {
- "blue": 189,
- "green": 97,
- "red": 38
- },
- "percentage": 8.52
- },
- {
- "rgb": {
- "blue": 135,
- "green": 89,
- "red": 57
- },
- "percentage": 8.38
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/d0AugvMsXR",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 900,
- "width": 1600,
- "url": "https://pbs.twimg.com/card_img/1806993792962113537/odv9U5fP?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/d0AugvMsXR",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzQ2OTQ5Mg==",
- "rest_id": "17469492",
- "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 Nov 18 19:55:35 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Foreign policy news and analysis. CFR takes no institutional positions on policy. Follows, RT ≠ endorsements. \n\n✉️ Subscribe for more: https://t.co/ehd5lKGQmS",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "cfr.org/newsletters",
- "expanded_url": "http://cfr.org/newsletters",
- "url": "https://t.co/ehd5lKGQmS",
- "indices": [
- 135,
- 158
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "cfr.org",
- "expanded_url": "http://www.cfr.org",
- "url": "https://t.co/8YT4IpZMQm",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1713,
- "followers_count": 550917,
- "friends_count": 179,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8866,
- "location": "New York, NY",
- "media_count": 11628,
- "name": "Council on Foreign Relations",
- "normal_followers_count": 550917,
- "pinned_tweet_ids_str": [
- "1805220184778510488"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/17469492/1666120503",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1478033308290367488/0-Chy3gD_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "CFR_org",
- "statuses_count": 78908,
- "translator_type": "none",
- "url": "https://t.co/8YT4IpZMQm",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1648314951432282112",
- "professional_type": "Business",
- "category": [
- {
- "id": 688,
- "name": "Non-Governmental & Nonprofit Organization ",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807039199670948071"
- ],
- "editable_until_msecs": "1719670293000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3870",
- "state": "EnabledWithCount"
- },
- "source": "SocialFlow",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:11:33 +0000 2024",
- "conversation_id_str": "1807039199670948071",
- "display_text_range": [
- 0,
- 170
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "on.cfr.org/3RJTX3i",
- "expanded_url": "https://on.cfr.org/3RJTX3i",
- "url": "https://t.co/d0AugvMsXR",
- "indices": [
- 147,
- 170
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "54345317",
- "name": "Dr. Liana Fix",
- "screen_name": "LianaFix",
- "indices": [
- 118,
- 127
- ]
- }
- ]
- },
- "favorite_count": 8,
- "favorited": false,
- "full_text": "The defense spending challenge varies from country to country, however, some of the major factors are the same, write @LianaFix and Caroline Kapp. https://t.co/d0AugvMsXR",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 0,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "17469492",
- "id_str": "1807039199670948071"
- }
- }
- },
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:26:20 +0000 2024",
- "conversation_id_str": "1807042922094715122",
- "display_text_range": [
- 0,
- 57
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 1,
- "favorited": false,
- "full_text": "How can NATO allies move beyond 2%? Read our piece here 👇",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1807039199670948071",
- "quoted_status_permalink": {
- "url": "https://t.co/P53JDmncOx",
- "expanded": "https://twitter.com/cfr_org/status/1807039199670948071",
- "display": "x.com/cfr_org/status…"
- },
- "reply_count": 0,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "54345317",
- "id_str": "1807042922094715122"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807042103777665167",
- "sortIndex": "1807077696136544223",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807042103777665167",
- "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": 37539,
- "followers_count": 200522,
- "friends_count": 1807,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5970,
- "location": "London",
- "media_count": 4681,
- "name": "Shashank Joshi",
- "normal_followers_count": 200522,
- "pinned_tweet_ids_str": [
- "1803799181259133205"
- ],
- "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": 54864,
- "translator_type": "none",
- "url": "https://t.co/euRjbnk3WT",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807042103777665167"
- ],
- "editable_until_msecs": "1719670985000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "9340",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:23:05 +0000 2024",
- "conversation_id_str": "1807042103777665167",
- "display_text_range": [
- 0,
- 28
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/gjzny997x0",
- "expanded_url": "https://twitter.com/shashj/status/1807042103777665167/photo/1",
- "id_str": "1807042093598015488",
- "indices": [
- 29,
- 52
- ],
- "media_key": "3_1807042093598015488",
- "media_url_https": "https://pbs.twimg.com/media/GRPnNcMWgAA6aYR.jpg",
- "type": "photo",
- "url": "https://t.co/gJznY997x0",
- "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": 307,
- "y": 0,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 402,
- "y": 0,
- "w": 1347,
- "h": 1536
- },
- {
- "x": 691,
- "y": 0,
- "w": 768,
- "h": 1536
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1536
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807042093598015488"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/gJznY997x0",
- "expanded_url": "https://twitter.com/shashj/status/1807042103777665167/photo/1",
- "id_str": "1807042093598015488",
- "indices": [
- 29,
- 52
- ],
- "media_key": "3_1807042093598015488",
- "media_url_https": "https://pbs.twimg.com/media/GRPnNcMWgAA6aYR.jpg",
- "type": "photo",
- "url": "https://t.co/gJznY997x0",
- "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": 307,
- "y": 0,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 402,
- "y": 0,
- "w": 1347,
- "h": 1536
- },
- {
- "x": 691,
- "y": 0,
- "w": 768,
- "h": 1536
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1536
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807042093598015488"
- }
- }
- }
- ]
- },
- "favorite_count": 50,
- "favorited": false,
- "full_text": "Punting down to Grantchester https://t.co/gJznY997x0",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 5,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "17175213",
- "id_str": "1807042103777665167"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807041989784781130",
- "sortIndex": "1807077696136544222",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807041989784781130",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMjE1ODk0Mjc=",
- "rest_id": "321589427",
- "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 Jun 21 20:27:06 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Professor of International Affairs, Harvard Kennedy School. \r\nIn a time of universal deceit, telling the truth is a revolutionary act.-- George Orwell",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 6034,
- "followers_count": 114552,
- "friends_count": 611,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1779,
- "location": "Brookline, MA",
- "media_count": 55,
- "name": "Stephen Walt",
- "normal_followers_count": 114552,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/321589427/1481811056",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/971770587201748992/DBQovFMh_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "stephenWalt",
- "statuses_count": 10873,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807041989784781130"
- ],
- "editable_until_msecs": "1719670958238",
+ "editable_until_msecs": "1728165724534",
"is_edit_eligible": false,
"edits_remaining": "5"
},
- "is_translatable": false,
+ "is_translatable": true,
"views": {
"state": "Enabled"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 13:22:38 +0000 2024",
- "conversation_id_str": "1807041989784781130",
+ "created_at": "Sat Oct 05 21:02:04 +0000 2024",
+ "conversation_id_str": "1842671622039454046",
"display_text_range": [
0,
140
@@ -19209,57 +38211,49 @@
"urls": [],
"user_mentions": [
{
- "id_str": "17654763",
- "name": "Sarah Leah Whitson",
- "screen_name": "sarahleah1",
+ "id_str": "393885518",
+ "name": "Constanze Stelzenmüller",
+ "screen_name": "ConStelz",
"indices": [
3,
- 14
- ]
- },
- {
- "id_str": "43061739",
- "name": "Arnaud Bertrand",
- "screen_name": "RnaudBertrand",
- "indices": [
- 16,
- 30
+ 12
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @sarahleah1: @RnaudBertrand Biden has his excuse. So the real question is why Biden’s senior advisers who are actually running these fai…",
+ "full_text": "RT @ConStelz: Heute vor sieben Jahren haben wir Sylke Tempel verloren — viel zu früh. Sie war eine strahlende Intellektuelle und eine wunde…",
"is_quote_status": false,
- "lang": "en",
+ "lang": "de",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 19,
+ "retweet_count": 67,
"retweeted": false,
- "user_id_str": "321589427",
- "id_str": "1807041989784781130",
+ "user_id_str": "54345317",
+ "id_str": "1842671622039454046",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807012268506259650",
+ "rest_id": "1842453292267229266",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNzY1NDc2Mw==",
- "rest_id": "17654763",
+ "id": "VXNlcjozOTM4ODU1MTg=",
+ "rest_id": "393885518",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Wed Nov 26 17:36:09 +0000 2008",
- "default_profile": false,
+ "can_media_tag": false,
+ "created_at": "Wed Oct 19 07:21:03 +0000 2011",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Executive Director of DAWN @dawnmenaorg Formerly ED of MENA Division at Human Rights Watch",
+ "description": "Director CUSE Germany explainer etc. @ Brookings; FT contributing columnist. Wizards fan. (I know.) pic: Marc Darchinger. Views my own, people.",
"entities": {
"description": {
"urls": []
@@ -19267,9 +38261,9 @@
"url": {
"urls": [
{
- "display_url": "dawnmena.org",
- "expanded_url": "http://www.dawnmena.org",
- "url": "https://t.co/KkXNhc0ySl",
+ "display_url": "brookings.edu/people/constan…",
+ "expanded_url": "https://www.brookings.edu/people/constanze-stelzenmuller/",
+ "url": "https://t.co/OlokIbyQ2c",
"indices": [
0,
23
@@ -19279,217 +38273,31 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 59587,
- "followers_count": 103431,
- "friends_count": 10389,
+ "favourites_count": 78446,
+ "followers_count": 49531,
+ "friends_count": 3286,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1255,
- "location": "New York, NY",
- "media_count": 1926,
- "name": "Sarah Leah Whitson",
- "normal_followers_count": 103431,
+ "listed_count": 754,
+ "location": "Brookings Institution",
+ "media_count": 1536,
+ "name": "Constanze Stelzenmüller",
+ "normal_followers_count": 49531,
"pinned_tweet_ids_str": [
- "1708973768134332842"
+ "1275884891834646528"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/17654763/1466970265",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1548341958065524736/IxljjvR__normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/393885518/1648332522",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1585403982914195457/7sxza-Or_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "sarahleah1",
- "statuses_count": 107981,
+ "screen_name": "ConStelz",
+ "statuses_count": 58260,
"translator_type": "none",
- "url": "https://t.co/KkXNhc0ySl",
+ "url": "https://t.co/OlokIbyQ2c",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1547213260566446081",
- "professional_type": "Business",
- "category": [
- {
- "id": 688,
- "name": "Non-Governmental & Nonprofit Organization ",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807012268506259650"
- ],
- "editable_until_msecs": "1719663872000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4160",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:24:32 +0000 2024",
- "conversation_id_str": "1807000190878175544",
- "display_text_range": [
- 15,
- 206
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "43061739",
- "name": "Arnaud Bertrand",
- "screen_name": "RnaudBertrand",
- "indices": [
- 0,
- 14
- ]
- },
- {
- "id_str": "1350150750966603777",
- "name": "Secretary Antony Blinken",
- "screen_name": "SecBlinken",
- "indices": [
- 148,
- 159
- ]
- },
- {
- "id_str": "1356782857549676544",
- "name": "Jake Sullivan",
- "screen_name": "JakeSullivan46",
- "indices": [
- 160,
- 175
- ]
- }
- ]
- },
- "favorite_count": 63,
- "favorited": false,
- "full_text": "@RnaudBertrand Biden has his excuse. So the real question is why Biden’s senior advisers who are actually running these failed policies - including @SecBlinken @JakeSullivan46 - are knowingly pursuing them.",
- "in_reply_to_screen_name": "RnaudBertrand",
- "in_reply_to_status_id_str": "1807000190878175544",
- "in_reply_to_user_id_str": "43061739",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 1,
- "reply_count": 6,
- "retweet_count": 19,
- "retweeted": false,
- "user_id_str": "17654763",
- "id_str": "1807012268506259650"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544291",
- "sortIndex": "1807077696136544221",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544291-tweet-1807041838857031987",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807041838857031987",
- "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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "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": 7131,
- "translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
"tipjar_settings": {}
}
}
@@ -19497,4375 +38305,295 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807041838857031987"
+ "1842453292267229266"
],
- "editable_until_msecs": "1719670922000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "107650",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNDE4Mzg3NTIxMjA4MzI=",
- "text": "Today, I met with First Deputy Chairman of the Mejlis of the Crimean Tatar People Nariman Dzhelyal, whom we successfully brought home from Russian captivity.\n\nThe occupiers detained him in Crimea in 2021 and have held him captive ever since. During his captivity, Nariman has been sending letters, and in one of them he wrote: “We are fighting not only for the integrity of our territories but also for the unity of our society, our beautiful, strong nation.” \n\nThese powerful words remind us that through unity, we can achieve even the most difficult goals. We will bring security to all our people and peace to Ukraine. I thank everyone who is helping. I thank Nariman for this meeting and for his strength.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 25,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:22:02 +0000 2024",
- "conversation_id_str": "1807041838857031987",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/ahdx0zzmqh",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807041838857031987/photo/1",
- "id_str": "1807041831399464960",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807041831399464960",
- "media_url_https": "https://pbs.twimg.com/media/GRPm-LbWIAAkG7T.jpg",
- "type": "photo",
- "url": "https://t.co/aHDX0zZMQh",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 800,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2001,
- "width": 3000,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2001,
- "h": 2001
- },
- {
- "x": 98,
- "y": 0,
- "w": 1755,
- "h": 2001
- },
- {
- "x": 475,
- "y": 0,
- "w": 1001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2001
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807041831399464960"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/aHDX0zZMQh",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807041838857031987/photo/1",
- "id_str": "1807041831399464960",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807041831399464960",
- "media_url_https": "https://pbs.twimg.com/media/GRPm-LbWIAAkG7T.jpg",
- "type": "photo",
- "url": "https://t.co/aHDX0zZMQh",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 800,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2001,
- "width": 3000,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2001,
- "h": 2001
- },
- {
- "x": 98,
- "y": 0,
- "w": 1755,
- "h": 2001
- },
- {
- "x": 475,
- "y": 0,
- "w": 1001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2001
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807041831399464960"
- }
- }
- }
- ]
- },
- "favorite_count": 2088,
- "favorited": false,
- "full_text": "Today, I met with First Deputy Chairman of the Mejlis of the Crimean Tatar People Nariman Dzhelyal, whom we successfully brought home from Russian captivity.\n\nThe occupiers detained him in Crimea in 2021 and have held him captive ever since. During his captivity, Nariman has been https://t.co/aHDX0zZMQh",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 14,
- "reply_count": 218,
- "retweet_count": 424,
- "retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807041838857031987"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544291-tweet-1807041917244293403",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807041917244293403",
- "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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "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": 7131,
- "translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807041917244293403"
- ],
- "editable_until_msecs": "1719670940000",
+ "editable_until_msecs": "1728113670000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": true,
"views": {
- "count": "83196",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwNDE5MTcwOTc1MzM0NDE=",
- "text": "Сьогодні зустрівся з Наріманом Джелялом, якого вдалося повернути додому з російського полону. Окупанти захопили його у 2021 році в Криму й відтоді утримували в неволі.\n\nЗ полону Наріман надсилав листи, і в одному з них він написав: «Ми боремося не тільки за цілісність територій, але й за єдність нашого суспільства, нашої прекрасної, сильної нації». \n\nВажливі слова, які нагадують, що в єдності, усі разом ми можемо досягти навіть найскладніших результатів та обов’язково повернемо безпеку всім нашим людям і мир Україні. Дякую кожному, хто допомагає. Дякую Наріману за цю зустріч! Дякую за силу!",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 3,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:22:20 +0000 2024",
- "conversation_id_str": "1807041838857031987",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/tocpzbavau",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807041917244293403/photo/1",
- "id_str": "1807041908033654784",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1807041908033654784",
- "media_url_https": "https://pbs.twimg.com/media/GRPnCo6XEAAJpfF.jpg",
- "type": "photo",
- "url": "https://t.co/ToCpZbAVAU",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 495,
- "y": 267,
- "h": 355,
- "w": 355
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 290,
- "y": 156,
- "h": 208,
- "w": 208
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 164,
- "y": 88,
- "h": 118,
- "w": 118
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 726,
- "y": 392,
- "h": 521,
- "w": 521
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 800,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2001,
- "width": 3000,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 1755,
- "h": 2001
- },
- {
- "x": 325,
- "y": 0,
- "w": 1001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2001
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807041908033654784"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/ToCpZbAVAU",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807041917244293403/photo/1",
- "id_str": "1807041908033654784",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1807041908033654784",
- "media_url_https": "https://pbs.twimg.com/media/GRPnCo6XEAAJpfF.jpg",
- "type": "photo",
- "url": "https://t.co/ToCpZbAVAU",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 495,
- "y": 267,
- "h": 355,
- "w": 355
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 290,
- "y": 156,
- "h": 208,
- "w": 208
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 164,
- "y": 88,
- "h": 118,
- "w": 118
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 726,
- "y": 392,
- "h": 521,
- "w": 521
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1366,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 800,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 2001,
- "width": 3000,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 1755,
- "h": 2001
- },
- {
- "x": 325,
- "y": 0,
- "w": 1001,
- "h": 2001
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2001
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807041908033654784"
- }
- }
- }
- ]
- },
- "favorite_count": 370,
- "favorited": false,
- "full_text": "Сьогодні зустрівся з Наріманом Джелялом, якого вдалося повернути додому з російського полону. Окупанти захопили його у 2021 році в Криму й відтоді утримували в неволі.\n\nЗ полону Наріман надсилав листи, і в одному з них він написав: «Ми боремося не тільки за цілісність територій, https://t.co/ToCpZbAVAU",
- "in_reply_to_screen_name": "ZelenskyyUa",
- "in_reply_to_status_id_str": "1807041838857031987",
- "in_reply_to_user_id_str": "1120633726478823425",
- "is_quote_status": false,
- "lang": "uk",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 19,
- "retweet_count": 45,
- "retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807041917244293403"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807041838857031987",
- "1807041917244293403"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807039694129041514",
- "sortIndex": "1807077696136544220",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807039694129041514",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg1NDkzNTE5",
- "rest_id": "2885493519",
- "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 Nov 20 11:38:47 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Minister of Foreign Affairs of Ukraine 🇺🇦 Міністр закордонних справ України",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "uk.m.wikipedia.org/wiki/Кулеба_Дм…",
- "expanded_url": "https://uk.m.wikipedia.org/wiki/Кулеба_Дмитро_Іванович",
- "url": "https://t.co/UqqVspzRtj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2443,
- "followers_count": 1170015,
- "friends_count": 243,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8248,
- "location": "Київ",
- "media_count": 1883,
- "name": "Dmytro Kuleba",
- "normal_followers_count": 1170015,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2885493519/1670528669",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589329247235182592/jXOx7Fvz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DmytroKuleba",
- "statuses_count": 8420,
- "translator_type": "none",
- "url": "https://t.co/UqqVspzRtj",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807039694129041514"
- ],
- "editable_until_msecs": "1719670410000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "12709",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMzk2OTQwMjgzOTA0MDA=",
- "text": "I was pleased to meet with North Macedonia’s newly appointed Foreign Minister @TimcoMucunski.\n\nWe discussed ways to expand our bilateral cooperation and advance our countries’ EU accession process. We also focused on the preparation of our bilateral security agreement.\n\nI thanked North Macedonia for attending the inaugural Peace Summit. We discussed further joint steps to restore international security and long-term peace in accordance with the UN Charter and the Peace Formula.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "4556886435",
- "name": "Timco Mucunski",
- "screen_name": "TimcoMucunski",
- "indices": [
- 78,
- 92
- ]
- }
- ]
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:13:30 +0000 2024",
- "conversation_id_str": "1807039694129041514",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/vavhkn2u34",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807039694129041514/photo/1",
- "id_str": "1807039684674990080",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807039684674990080",
- "media_url_https": "https://pbs.twimg.com/media/GRPlBOQWMAAI6Is.jpg",
- "type": "photo",
- "url": "https://t.co/VaVHKN2u34",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1189,
- "w": 1433,
- "resize": "fit"
- },
- "medium": {
- "h": 996,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 564,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1189,
- "width": 1433,
- "focus_rects": [
- {
- "x": 0,
- "y": 206,
- "w": 1433,
- "h": 802
- },
- {
- "x": 228,
- "y": 0,
- "w": 1189,
- "h": 1189
- },
- {
- "x": 301,
- "y": 0,
- "w": 1043,
- "h": 1189
- },
- {
- "x": 525,
- "y": 0,
- "w": 595,
- "h": 1189
- },
- {
- "x": 0,
- "y": 0,
- "w": 1433,
- "h": 1189
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807039684674990080"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "4556886435",
- "name": "Timco Mucunski",
- "screen_name": "TimcoMucunski",
- "indices": [
- 78,
- 92
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/VaVHKN2u34",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807039694129041514/photo/1",
- "id_str": "1807039684674990080",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807039684674990080",
- "media_url_https": "https://pbs.twimg.com/media/GRPlBOQWMAAI6Is.jpg",
- "type": "photo",
- "url": "https://t.co/VaVHKN2u34",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1189,
- "w": 1433,
- "resize": "fit"
- },
- "medium": {
- "h": 996,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 564,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1189,
- "width": 1433,
- "focus_rects": [
- {
- "x": 0,
- "y": 206,
- "w": 1433,
- "h": 802
- },
- {
- "x": 228,
- "y": 0,
- "w": 1189,
- "h": 1189
- },
- {
- "x": 301,
- "y": 0,
- "w": 1043,
- "h": 1189
- },
- {
- "x": 525,
- "y": 0,
- "w": 595,
- "h": 1189
- },
- {
- "x": 0,
- "y": 0,
- "w": 1433,
- "h": 1189
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807039684674990080"
- }
- }
- }
- ]
- },
- "favorite_count": 237,
- "favorited": false,
- "full_text": "I was pleased to meet with North Macedonia’s newly appointed Foreign Minister @TimcoMucunski.\n\nWe discussed ways to expand our bilateral cooperation and advance our countries’ EU accession process. We also focused on the preparation of our bilateral security agreement.\n\nI thanked https://t.co/VaVHKN2u34",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 5,
- "retweet_count": 44,
- "retweeted": false,
- "user_id_str": "2885493519",
- "id_str": "1807039694129041514"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807036810440151517",
- "sortIndex": "1807077696136544219",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807036810440151517",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807036810440151517"
- ],
- "editable_until_msecs": "1719669723386",
- "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": "Sat Jun 29 13:02:03 +0000 2024",
- "conversation_id_str": "1807036810440151517",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2528195210",
- "name": "Maksym Borodin",
- "screen_name": "adnashmyash",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 97,
- 106
- ]
- },
- {
- "id_str": "1137701",
- "name": "David Sacks",
- "screen_name": "DavidSacks",
- "indices": [
- 111,
- 122
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @adnashmyash: Every day Putin sends \"Russian boys\" on a death FOR NOTHING in Ukraine!\nWe need @elonmusk and @DavidSacks strong voices to…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 199,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807036810440151517",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806996442747228405",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNTI4MTk1MjEw",
- "rest_id": "2528195210",
- "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 May 27 20:18:21 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "StandWithUKRAINE!",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "facebook.com/borodin.max/",
- "expanded_url": "https://www.facebook.com/borodin.max/",
- "url": "https://t.co/nVCybkAR8h",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 366427,
- "followers_count": 11163,
- "friends_count": 1804,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 291,
- "location": "Ukraine, Mariupol",
- "media_count": 15711,
- "name": "Maksym Borodin",
- "normal_followers_count": 11163,
- "pinned_tweet_ids_str": [
- "1757417020843327506"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2528195210/1667041106",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1676380833848909824/_4QW8Oiq_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "adnashmyash",
- "statuses_count": 38425,
- "translator_type": "none",
- "url": "https://t.co/nVCybkAR8h",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1573356004435234816",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": false
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806996442747228405"
- ],
- "editable_until_msecs": "1719660098000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "63359",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 70,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:21:38 +0000 2024",
- "conversation_id_str": "1806996442747228405",
- "display_text_range": [
- 0,
- 186
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/3mswymdshg",
- "expanded_url": "https://x.com/UkraineNewsLive/status/1806913374782923187/video/1",
- "id_str": "1806913268767657984",
- "indices": [
- 163,
- 186
- ],
- "media_key": "7_1806913268767657984",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806913268767657984/pu/img/nYzP9jw5fRE46wuQ.jpg",
- "source_status_id_str": "1806913374782923187",
- "source_user_id_str": "1497162777944862746",
- "type": "video",
- "url": "https://t.co/3msWyMdsHG",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDk3MTYyNzc3OTQ0ODYyNzQ2",
- "rest_id": "1497162777944862746",
- "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 25 10:53:33 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇺🇦Glory to Ukraine🇺🇦\n🇺🇦Glory to the Heroes🇺🇦",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 13766,
- "followers_count": 45361,
- "friends_count": 13,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 467,
- "location": "Украина",
- "media_count": 22268,
- "name": "🇺🇦 UkraineNewsLive🇺🇦",
- "normal_followers_count": 45361,
- "pinned_tweet_ids_str": [
- "1773241960435736768"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497162777944862746/1703671074",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739959386938785792/fu2ffGAB_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "UkraineNewsLive",
- "statuses_count": 25416,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- }
- },
- "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": 139969,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/pl/PBTLNRX-WGA3pkC1.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/480x270/imBxAde7mwcSuFfo.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/640x360/QDa5ouwXZWtDMuDT.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/1280x720/aNCa4Y9WKJR6CKL8.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806913268767657984"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 80,
- 89
- ]
- },
- {
- "id_str": "1137701",
- "name": "David Sacks",
- "screen_name": "DavidSacks",
- "indices": [
- 94,
- 105
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/3msWyMdsHG",
- "expanded_url": "https://x.com/UkraineNewsLive/status/1806913374782923187/video/1",
- "id_str": "1806913268767657984",
- "indices": [
- 163,
- 186
- ],
- "media_key": "7_1806913268767657984",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806913268767657984/pu/img/nYzP9jw5fRE46wuQ.jpg",
- "source_status_id_str": "1806913374782923187",
- "source_user_id_str": "1497162777944862746",
- "type": "video",
- "url": "https://t.co/3msWyMdsHG",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDk3MTYyNzc3OTQ0ODYyNzQ2",
- "rest_id": "1497162777944862746",
- "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 25 10:53:33 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇺🇦Glory to Ukraine🇺🇦\n🇺🇦Glory to the Heroes🇺🇦",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 13766,
- "followers_count": 45361,
- "friends_count": 13,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 467,
- "location": "Украина",
- "media_count": 22268,
- "name": "🇺🇦 UkraineNewsLive🇺🇦",
- "normal_followers_count": 45361,
- "pinned_tweet_ids_str": [
- "1773241960435736768"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1497162777944862746/1703671074",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739959386938785792/fu2ffGAB_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "UkraineNewsLive",
- "statuses_count": 25416,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- }
- },
- "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": 139969,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/pl/PBTLNRX-WGA3pkC1.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/480x270/imBxAde7mwcSuFfo.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/640x360/QDa5ouwXZWtDMuDT.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806913268767657984/pu/vid/avc1/1280x720/aNCa4Y9WKJR6CKL8.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806913268767657984"
- }
- }
- }
- ]
- },
- "favorite_count": 1274,
- "favorited": false,
- "full_text": "Every day Putin sends \"Russian boys\" on a death FOR NOTHING in Ukraine!\nWe need @elonmusk and @DavidSacks strong voices to call for Putin stop this barbaric war!\n\nhttps://t.co/3msWyMdsHG",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 17,
- "reply_count": 111,
- "retweet_count": 199,
- "retweeted": false,
- "user_id_str": "2528195210",
- "id_str": "1806996442747228405"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807036300018790529",
- "sortIndex": "1807077696136544218",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807036300018790529",
- "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! @MFA_UA_arabic @MAE_Ukraine @MAE_Ucrania @MNE_Ucrania. 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": 5870,
- "followers_count": 473518,
- "friends_count": 1207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6944,
- "location": "Kyiv, Ukraine",
- "media_count": 12036,
- "name": "MFA of Ukraine 🇺🇦",
- "normal_followers_count": 473518,
- "pinned_tweet_ids_str": [
- "1806716966121423251"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1715241721",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806682860671156224/O8EQm6k4_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MFA_Ukraine",
- "statuses_count": 70065,
- "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": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807036300018790529"
- ],
- "editable_until_msecs": "1719669601000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "7269",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 13:00:01 +0000 2024",
- "conversation_id_str": "1807036300018790529",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/fwks1zgccm",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807036300018790529/video/1",
- "id_str": "1806964912863817728",
- "indices": [
- 280,
- 303
- ],
- "media_key": "7_1806964912863817728",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806964912863817728/pu/img/xbt-GNWoveqnnYpH.jpg",
- "type": "video",
- "url": "https://t.co/fWkS1ZGcCm",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 59000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/pl/hgUvxXGJn-NJ34wI.m3u8?tag=12"
- },
- {
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/320x320/YizS405Sflhqpg2V.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/540x540/jb1lwh_4lvMgbfRD.mp4?tag=12"
- },
- {
- "bitrate": 1280000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/720x720/2M9CJfN1yX5QxBLt.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806964912863817728"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1550895583476449280",
- "name": "UNITED24 Media",
- "screen_name": "United24media",
- "indices": [
- 265,
- 279
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/fWkS1ZGcCm",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807036300018790529/video/1",
- "id_str": "1806964912863817728",
- "indices": [
- 280,
- 303
- ],
- "media_key": "7_1806964912863817728",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806964912863817728/pu/img/xbt-GNWoveqnnYpH.jpg",
- "type": "video",
- "url": "https://t.co/fWkS1ZGcCm",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 1,
- 1
- ],
- "duration_millis": 59000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/pl/hgUvxXGJn-NJ34wI.m3u8?tag=12"
- },
- {
- "bitrate": 432000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/320x320/YizS405Sflhqpg2V.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/540x540/jb1lwh_4lvMgbfRD.mp4?tag=12"
- },
- {
- "bitrate": 1280000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806964912863817728/pu/vid/avc1/720x720/2M9CJfN1yX5QxBLt.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806964912863817728"
- }
- }
- }
- ]
- },
- "favorite_count": 136,
- "favorited": false,
- "full_text": "Today, the UK celebrates Armed Forces Day, honoring those who have served or are serving in the military 🇬🇧\n\nThis day underscores the tough job of protecting freedom. This is why they support Ukrainians in their current fight, and we are beyond grateful for it!\n\n📹 @United24media https://t.co/fWkS1ZGcCm",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 3,
- "reply_count": 8,
- "retweet_count": 46,
- "retweeted": false,
- "user_id_str": "143427448",
- "id_str": "1807036300018790529"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807034722599465367",
- "sortIndex": "1807077696136544217",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807034722599465367",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1Nzk3NDc1NjQ=",
- "rest_id": "579747564",
- "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 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": 22021,
- "followers_count": 197887,
- "friends_count": 1938,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2131,
- "location": "Estonia",
- "media_count": 1165,
- "name": "toomas ilves, ex-verif",
- "normal_followers_count": 197887,
- "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": 217608,
- "translator_type": "none",
- "url": "https://t.co/lnQ9ajxxvK",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/c2vLVPTuH0",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 225,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Having grown up under the Soviet occupation of Estonia, Kaja Kallas was urging EU leaders to take the Russian threat seriously long before the invasion of Ukraine",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.bloomberg.com",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 480,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?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/1806960628130578432/LG5eLhV8?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?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/1806960628130578432/LG5eLhV8?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image_small",
- "value": {
- "image_value": {
- "alt": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "height": 100,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=100x100_2"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 222,
- "green": 216,
- "red": 200
- },
- "percentage": 47.3
- },
- {
- "rgb": {
- "blue": 73,
- "green": 53,
- "red": 36
- },
- "percentage": 16.45
- },
- {
- "rgb": {
- "blue": 68,
- "green": 128,
- "red": 151
- },
- "percentage": 12.55
- },
- {
- "rgb": {
- "blue": 167,
- "green": 193,
- "red": 197
- },
- "percentage": 7.6
- },
- {
- "rgb": {
- "blue": 92,
- "green": 122,
- "red": 128
- },
- "percentage": 7.06
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 67,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=100x100"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?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/1806960628130578432/LG5eLhV8?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image",
- "value": {
- "image_value": {
- "alt": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "height": 144,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=144x144_2"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "bloomberg.com",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image_original",
- "value": {
- "image_value": {
- "alt": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image_x_large",
- "value": {
- "image_value": {
- "alt": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 222,
- "green": 216,
- "red": 200
- },
- "percentage": 47.3
- },
- {
- "rgb": {
- "blue": 73,
- "green": 53,
- "red": 36
- },
- "percentage": 16.45
- },
- {
- "rgb": {
- "blue": 68,
- "green": 128,
- "red": 151
- },
- "percentage": 12.55
- },
- {
- "rgb": {
- "blue": 167,
- "green": 193,
- "red": 197
- },
- "percentage": 7.6
- },
- {
- "rgb": {
- "blue": 92,
- "green": 122,
- "red": 128
- },
- "percentage": 7.06
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 222,
- "green": 216,
- "red": 200
- },
- "percentage": 47.3
- },
- {
- "rgb": {
- "blue": 73,
- "green": 53,
- "red": 36
- },
- "percentage": 16.45
- },
- {
- "rgb": {
- "blue": 68,
- "green": 128,
- "red": 151
- },
- "percentage": 12.55
- },
- {
- "rgb": {
- "blue": 167,
- "green": 193,
- "red": 197
- },
- "percentage": 7.6
- },
- {
- "rgb": {
- "blue": 92,
- "green": 122,
- "red": 128
- },
- "percentage": 7.06
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?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/1806960628130578432/LG5eLhV8?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 222,
- "green": 216,
- "red": 200
- },
- "percentage": 47.3
- },
- {
- "rgb": {
- "blue": 73,
- "green": 53,
- "red": 36
- },
- "percentage": 16.45
- },
- {
- "rgb": {
- "blue": 68,
- "green": 128,
- "red": 151
- },
- "percentage": 12.55
- },
- {
- "rgb": {
- "blue": 167,
- "green": 193,
- "red": 197
- },
- "percentage": 7.6
- },
- {
- "rgb": {
- "blue": 92,
- "green": 122,
- "red": 128
- },
- "percentage": 7.06
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "tile_image_large",
- "value": {
- "image_value": {
- "alt": "A Lifetime Fighting Putin’s Aggression Drives the EU’s Next Diplomatic Chief",
- "height": 420,
- "width": 420,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?format=jpg&name=420x420_2"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/c2vLVPTuH0",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 800,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806960628130578432/LG5eLhV8?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/c2vLVPTuH0",
- "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": 968,
- "followers_count": 365899,
- "friends_count": 1028,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5697,
- "location": "",
- "media_count": 100615,
- "name": "Bloomberg Politics",
- "normal_followers_count": 365899,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/564111558/1719583334",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1631727062451986457/pV88X_8k_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "bpolitics",
- "statuses_count": 272273,
- "translator_type": "none",
- "url": "https://t.co/a89k2qjH1x",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807034722599465367"
- ],
- "editable_until_msecs": "1719669225000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3464",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 7,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:53:45 +0000 2024",
- "conversation_id_str": "1807034722599465367",
- "display_text_range": [
- 0,
- 23
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "bloomberg.com/news/features/…",
- "expanded_url": "https://www.bloomberg.com/news/features/2024-06-29/russian-ukraine-war-shapes-worldview-of-eu-s-new-chief-diplomat",
- "url": "https://t.co/c2vLVPTuH0",
- "indices": [
- 0,
- 23
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 103,
- "favorited": false,
- "full_text": "https://t.co/c2vLVPTuH0",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 15,
- "retweeted": false,
- "user_id_str": "579747564",
- "id_str": "1807034722599465367"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807034544870097218",
- "sortIndex": "1807077696136544216",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807034544870097218",
- "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! @MFA_UA_arabic @MAE_Ukraine @MAE_Ucrania @MNE_Ucrania. 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": 5870,
- "followers_count": 473518,
- "friends_count": 1207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6944,
- "location": "Kyiv, Ukraine",
- "media_count": 12036,
- "name": "MFA of Ukraine 🇺🇦",
- "normal_followers_count": 473518,
- "pinned_tweet_ids_str": [
- "1806716966121423251"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1715241721",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806682860671156224/O8EQm6k4_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MFA_Ukraine",
- "statuses_count": 70065,
- "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": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807034544870097218"
- ],
- "editable_until_msecs": "1719669183000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "8887",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:53:03 +0000 2024",
- "conversation_id_str": "1807034544870097218",
- "display_text_range": [
- 0,
- 272
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/pgbg6gr5sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538138259456",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538138259456",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVp6X0AAHm4-.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 222,
- "y": 634,
- "h": 80,
- "w": 80
- },
- {
- "x": 1720,
- "y": 728,
- "h": 68,
- "w": 68
- },
- {
- "x": 1802,
- "y": 780,
- "h": 222,
- "w": 222
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 130,
- "y": 371,
- "h": 46,
- "w": 46
- },
- {
- "x": 1007,
- "y": 426,
- "h": 39,
- "w": 39
- },
- {
- "x": 1055,
- "y": 457,
- "h": 130,
- "w": 130
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 73,
- "y": 210,
- "h": 26,
- "w": 26
- },
- {
- "x": 571,
- "y": 241,
- "h": 22,
- "w": 22
- },
- {
- "x": 598,
- "y": 258,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 222,
- "y": 634,
- "h": 80,
- "w": 80
- },
- {
- "x": 1720,
- "y": 728,
- "h": 68,
- "w": 68
- },
- {
- "x": 1802,
- "y": 780,
- "h": 222,
- "w": 222
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 58,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 275,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538138259456"
- }
- }
- },
- {
- "display_url": "pic.x.com/pgbg6gr5sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538167595008",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538167595008",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVqBXcAAS4Zl.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "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": 601,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 672,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 889,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538167595008"
- }
- }
- },
- {
- "display_url": "pic.x.com/pgbg6gr5sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538159153152",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538159153152",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVp_WoAA_ITT.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 782,
- "y": 504,
- "h": 74,
- "w": 74
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 458,
- "y": 295,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 259,
- "y": 167,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 782,
- "y": 504,
- "h": 74,
- "w": 74
- }
- ]
- }
- },
- "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": 601,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 672,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 889,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538159153152"
- }
- }
- },
- {
- "display_url": "pic.x.com/pgbg6gr5sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538171809793",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538171809793",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVqCXwAEN0sj.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1554,
- "y": 614,
- "h": 90,
- "w": 90
- },
- {
- "x": 1632,
- "y": 644,
- "h": 78,
- "w": 78
- },
- {
- "x": 384,
- "y": 446,
- "h": 102,
- "w": 102
- },
- {
- "x": 774,
- "y": 416,
- "h": 130,
- "w": 130
- },
- {
- "x": 1702,
- "y": 514,
- "h": 102,
- "w": 102
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 910,
- "y": 359,
- "h": 52,
- "w": 52
- },
- {
- "x": 956,
- "y": 377,
- "h": 45,
- "w": 45
- },
- {
- "x": 225,
- "y": 261,
- "h": 59,
- "w": 59
- },
- {
- "x": 453,
- "y": 243,
- "h": 76,
- "w": 76
- },
- {
- "x": 997,
- "y": 301,
- "h": 59,
- "w": 59
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 515,
- "y": 203,
- "h": 29,
- "w": 29
- },
- {
- "x": 541,
- "y": 213,
- "h": 25,
- "w": 25
- },
- {
- "x": 127,
- "y": 148,
- "h": 33,
- "w": 33
- },
- {
- "x": 256,
- "y": 138,
- "h": 43,
- "w": 43
- },
- {
- "x": 565,
- "y": 170,
- "h": 33,
- "w": 33
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1554,
- "y": 614,
- "h": 90,
- "w": 90
- },
- {
- "x": 1632,
- "y": 644,
- "h": 78,
- "w": 78
- },
- {
- "x": 384,
- "y": 446,
- "h": 102,
- "w": 102
- },
- {
- "x": 774,
- "y": 416,
- "h": 130,
- "w": 130
- },
- {
- "x": 1702,
- "y": 514,
- "h": 102,
- "w": 102
- }
- ]
- }
- },
- "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": 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
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538171809793"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/PGBg6GR5Sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538138259456",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538138259456",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVp6X0AAHm4-.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 222,
- "y": 634,
- "h": 80,
- "w": 80
- },
- {
- "x": 1720,
- "y": 728,
- "h": 68,
- "w": 68
- },
- {
- "x": 1802,
- "y": 780,
- "h": 222,
- "w": 222
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 130,
- "y": 371,
- "h": 46,
- "w": 46
- },
- {
- "x": 1007,
- "y": 426,
- "h": 39,
- "w": 39
- },
- {
- "x": 1055,
- "y": 457,
- "h": 130,
- "w": 130
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 73,
- "y": 210,
- "h": 26,
- "w": 26
- },
- {
- "x": 571,
- "y": 241,
- "h": 22,
- "w": 22
- },
- {
- "x": 598,
- "y": 258,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 222,
- "y": 634,
- "h": 80,
- "w": 80
- },
- {
- "x": 1720,
- "y": 728,
- "h": 68,
- "w": 68
- },
- {
- "x": 1802,
- "y": 780,
- "h": 222,
- "w": 222
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 58,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 275,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538138259456"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/PGBg6GR5Sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538167595008",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538167595008",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVqBXcAAS4Zl.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "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": 601,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 672,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 889,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538167595008"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/PGBg6GR5Sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538159153152",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538159153152",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVp_WoAA_ITT.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 782,
- "y": 504,
- "h": 74,
- "w": 74
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 458,
- "y": 295,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 259,
- "y": 167,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 782,
- "y": 504,
- "h": 74,
- "w": 74
- }
- ]
- }
- },
- "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": 601,
- "y": 0,
- "w": 1152,
- "h": 1152
- },
- {
- "x": 672,
- "y": 0,
- "w": 1011,
- "h": 1152
- },
- {
- "x": 889,
- "y": 0,
- "w": 576,
- "h": 1152
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1152
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538159153152"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/PGBg6GR5Sj",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1807034544870097218/photo/1",
- "id_str": "1807034538171809793",
- "indices": [
- 273,
- 296
- ],
- "media_key": "3_1807034538171809793",
- "media_url_https": "https://pbs.twimg.com/media/GRPgVqCXwAEN0sj.jpg",
- "type": "photo",
- "url": "https://t.co/PGBg6GR5Sj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1554,
- "y": 614,
- "h": 90,
- "w": 90
- },
- {
- "x": 1632,
- "y": 644,
- "h": 78,
- "w": 78
- },
- {
- "x": 384,
- "y": 446,
- "h": 102,
- "w": 102
- },
- {
- "x": 774,
- "y": 416,
- "h": 130,
- "w": 130
- },
- {
- "x": 1702,
- "y": 514,
- "h": 102,
- "w": 102
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 910,
- "y": 359,
- "h": 52,
- "w": 52
- },
- {
- "x": 956,
- "y": 377,
- "h": 45,
- "w": 45
- },
- {
- "x": 225,
- "y": 261,
- "h": 59,
- "w": 59
- },
- {
- "x": 453,
- "y": 243,
- "h": 76,
- "w": 76
- },
- {
- "x": 997,
- "y": 301,
- "h": 59,
- "w": 59
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 515,
- "y": 203,
- "h": 29,
- "w": 29
- },
- {
- "x": 541,
- "y": 213,
- "h": 25,
- "w": 25
- },
- {
- "x": 127,
- "y": 148,
- "h": 33,
- "w": 33
- },
- {
- "x": 256,
- "y": 138,
- "h": 43,
- "w": 43
- },
- {
- "x": 565,
- "y": 170,
- "h": 33,
- "w": 33
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1554,
- "y": 614,
- "h": 90,
- "w": 90
- },
- {
- "x": 1632,
- "y": 644,
- "h": 78,
- "w": 78
- },
- {
- "x": 384,
- "y": 446,
- "h": 102,
- "w": 102
- },
- {
- "x": 774,
- "y": 416,
- "h": 130,
- "w": 130
- },
- {
- "x": 1702,
- "y": 514,
- "h": 102,
- "w": 102
- }
- ]
- }
- },
- "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": 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
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807034538171809793"
- }
- }
- }
- ]
- },
- "favorite_count": 132,
- "favorited": false,
- "full_text": "Today, Ukraine held its first National Prayer Breakfast, gathering representatives from around the world.\n\nThe prayers for Ukraine's victory in this fight for good over evil are truly essential. May all of them be heard.\n\nOnly in unity is our strength. Glory to Ukraine!🇺🇦 https://t.co/PGBg6GR5Sj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 6,
- "retweet_count": 33,
- "retweeted": false,
- "user_id_str": "143427448",
- "id_str": "1807034544870097218"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807033074242187297",
- "sortIndex": "1807077696136544215",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807033074242187297",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTQ1ODcxODU=",
- "rest_id": "314587185",
- "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 Jun 10 14:04:48 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Geopolitics/NatSec, Russia, China, Cyber. Chairman @SilveradoPolicy; Author WorldOnTheBrink; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "worldonthebrink.com",
- "expanded_url": "https://worldonthebrink.com",
- "url": "https://t.co/ohAozDNOal",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 17865,
- "followers_count": 204130,
- "friends_count": 2228,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5889,
- "location": "USA",
- "media_count": 263,
- "name": "Dmitri Alperovitch",
- "normal_followers_count": 204130,
- "pinned_tweet_ids_str": [
- "1776666518685712752"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1714602340",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DAlperovitch",
- "statuses_count": 5292,
- "translator_type": "none",
- "url": "https://t.co/ohAozDNOal",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807033074242187297"
- ],
- "editable_until_msecs": "1719668832607",
- "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": "Sat Jun 29 12:47:12 +0000 2024",
- "conversation_id_str": "1807033074242187297",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1135341205",
- "name": "Sari Arho Havrén",
- "screen_name": "SariArhoHavren",
- "indices": [
- 3,
- 18
- ]
- },
- {
- "id_str": "264304885",
- "name": "Russell Hsiao",
- "screen_name": "lcrhsiao",
- "indices": [
- 91,
- 100
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @SariArhoHavren: China presses Global South leaders to support Taiwan 'reunification': \n@lcrhsiao : “Beijing is no longer simply seeking…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 14,
- "retweeted": false,
- "user_id_str": "314587185",
- "id_str": "1807033074242187297",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807032863268717030",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTM1MzQxMjA1",
- "rest_id": "1135341205",
- "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 Jan 30 22:09:56 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Geopol., China analyst. Futurist. Geopolitical foresight. History, International Relations PhD. RUSI Associate Fellow. Opinions mine.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 159327,
- "followers_count": 51553,
- "friends_count": 4481,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 674,
- "location": "Europe Hong Kong China",
- "media_count": 569,
- "name": "Sari Arho Havrén",
- "normal_followers_count": 51553,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1135341205/1635061318",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1179550580227760128/3UJQkNGT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SariArhoHavren",
- "statuses_count": 27169,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807032863268717030"
- ],
- "editable_until_msecs": "1719668782000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "9859",
+ "count": "56251",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMzI4NjMxMTc2ODA2NDA=",
- "text": "China presses Global South leaders to support Taiwan 'reunification': \n@lcrhsiao : “Beijing is no longer simply seeking political endorsement from other countries of its ‘One China principle,’ but for them to take action that actively supports its position on ‘reunification.’”\n\nhttps://t.co/tsMQEAnghA",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [
- {
- "display_url": "asia.nikkei.com/Politics/Inter…",
- "expanded_url": "https://asia.nikkei.com/Politics/International-relations/China-presses-Global-South-leaders-to-support-Taiwan-reunification",
- "url": "https://t.co/tsMQEAnghA",
- "indices": [
- 279,
- 302
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "264304885",
- "name": "Russell Hsiao",
- "screen_name": "lcrhsiao",
- "indices": [
- 71,
- 80
- ]
- }
- ]
- }
- }
- }
- },
"legacy": {
- "bookmark_count": 12,
+ "bookmark_count": 8,
"bookmarked": false,
- "created_at": "Sat Jun 29 12:46:22 +0000 2024",
- "conversation_id_str": "1807032863268717030",
+ "created_at": "Sat Oct 05 06:34:30 +0000 2024",
+ "conversation_id_str": "1842453292267229266",
"display_text_range": [
0,
277
],
"entities": {
"hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/k89OKXYOqI",
+ "expanded_url": "https://x.com/ConStelz/status/1842453292267229266/photo/1",
+ "id_str": "1842453288291020800",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842453288291020800",
+ "media_url_https": "https://pbs.twimg.com/media/GZG1gQPWMAATDw5.jpg",
+ "type": "photo",
+ "url": "https://t.co/k89OKXYOqI",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 220,
+ "y": 68,
+ "h": 163,
+ "w": 163
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 454,
+ "w": 681,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 454,
+ "w": 681,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 453,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 454,
+ "width": 681,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 681,
+ "h": 381
+ },
+ {
+ "x": 96,
+ "y": 0,
+ "w": 454,
+ "h": 454
+ },
+ {
+ "x": 124,
+ "y": 0,
+ "w": 398,
+ "h": 454
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 227,
+ "h": 454
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 681,
+ "h": 454
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842453288291020800"
+ }
+ }
+ }
+ ],
"symbols": [],
"timestamps": [],
"urls": [],
- "user_mentions": [
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
{
- "id_str": "264304885",
- "name": "Russell Hsiao",
- "screen_name": "lcrhsiao",
+ "display_url": "pic.x.com/k89OKXYOqI",
+ "expanded_url": "https://x.com/ConStelz/status/1842453292267229266/photo/1",
+ "id_str": "1842453288291020800",
"indices": [
- 71,
- 80
- ]
+ 278,
+ 301
+ ],
+ "media_key": "3_1842453288291020800",
+ "media_url_https": "https://pbs.twimg.com/media/GZG1gQPWMAATDw5.jpg",
+ "type": "photo",
+ "url": "https://t.co/k89OKXYOqI",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 220,
+ "y": 68,
+ "h": 163,
+ "w": 163
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 221,
+ "y": 69,
+ "h": 164,
+ "w": 164
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 454,
+ "w": 681,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 454,
+ "w": 681,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 453,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 454,
+ "width": 681,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 681,
+ "h": 381
+ },
+ {
+ "x": 96,
+ "y": 0,
+ "w": 454,
+ "h": 454
+ },
+ {
+ "x": 124,
+ "y": 0,
+ "w": 398,
+ "h": 454
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 227,
+ "h": 454
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 681,
+ "h": 454
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842453288291020800"
+ }
+ }
}
]
},
- "favorite_count": 41,
+ "favorite_count": 569,
"favorited": false,
- "full_text": "China presses Global South leaders to support Taiwan 'reunification': \n@lcrhsiao : “Beijing is no longer simply seeking political endorsement from other countries of its ‘One China principle,’ but for them to take action that actively supports its position on ‘reunification.’”",
+ "full_text": "Heute vor sieben Jahren haben wir Sylke Tempel verloren — viel zu früh. Sie war eine strahlende Intellektuelle und eine wunderbare Mentorin und Freundin. Furchtlosigkeit, Optimismus und Lebensfreude zeichneten sie aus. \n\nIhre Stimme fehlt, gerade in diesen Zeiten. RIP, Sylke. https://t.co/k89OKXYOqI",
"is_quote_status": false,
- "lang": "en",
- "quote_count": 1,
- "reply_count": 7,
- "retweet_count": 14,
+ "lang": "de",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 21,
+ "retweet_count": 67,
"retweeted": false,
- "user_id_str": "1135341205",
- "id_str": "1807032863268717030"
+ "user_id_str": "393885518",
+ "id_str": "1842453292267229266"
}
}
}
@@ -23886,1976 +38614,40 @@
}
},
{
- "entryId": "tweet-1807032571009679834",
- "sortIndex": "1807077696136544214",
+ "entryId": "list-conversation-1842759124685684800",
+ "sortIndex": "1842759124685684672",
"content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807032571009679834",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg1NDkzNTE5",
- "rest_id": "2885493519",
- "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 Nov 20 11:38:47 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Minister of Foreign Affairs of Ukraine 🇺🇦 Міністр закордонних справ України",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "uk.m.wikipedia.org/wiki/Кулеба_Дм…",
- "expanded_url": "https://uk.m.wikipedia.org/wiki/Кулеба_Дмитро_Іванович",
- "url": "https://t.co/UqqVspzRtj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2443,
- "followers_count": 1170015,
- "friends_count": 243,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8248,
- "location": "Київ",
- "media_count": 1883,
- "name": "Dmytro Kuleba",
- "normal_followers_count": 1170015,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2885493519/1670528669",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589329247235182592/jXOx7Fvz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DmytroKuleba",
- "statuses_count": 8420,
- "translator_type": "none",
- "url": "https://t.co/UqqVspzRtj",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807032571009679834"
- ],
- "editable_until_msecs": "1719668712000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "12438",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMzI1NzA5MDQ3NjAzMjA=",
- "text": "During our meeting, Armenia’s Foreign Minister @AraratMirzoyan and I discussed the security situation in Europe and the South Caucasus.\n\nI thanked Armenia for attending the first Peace Summit in Switzerland and informed my counterpart about further work on implementing the Peace Formula on the path to a just and sustainable peace in Ukraine. \n\nWe also focused on ways to deepen our bilateral ties and international cooperation, particularly in light of Ukraine’s future EU membership.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1150754412660441090",
- "name": "Ararat Mirzoyan",
- "screen_name": "AraratMirzoyan",
- "indices": [
- 47,
- 62
- ]
- }
- ]
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 3,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:45:12 +0000 2024",
- "conversation_id_str": "1807032571009679834",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/yejk52oa3e",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807032571009679834/photo/1",
- "id_str": "1807032564554563584",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1807032564554563584",
- "media_url_https": "https://pbs.twimg.com/media/GRPeixvWgAA2LFR.jpg",
- "type": "photo",
- "url": "https://t.co/yEJk52oa3e",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 663,
- "y": 388,
- "h": 102,
- "w": 102
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 544,
- "y": 318,
- "h": 83,
- "w": 83
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 308,
- "y": 180,
- "h": 47,
- "w": 47
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 663,
- "y": 388,
- "h": 102,
- "w": 102
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1073,
- "w": 1461,
- "resize": "fit"
- },
- "medium": {
- "h": 881,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 499,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1073,
- "width": 1461,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1461,
- "h": 818
- },
- {
- "x": 0,
- "y": 0,
- "w": 1073,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 941,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 537,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 1461,
- "h": 1073
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807032564554563584"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1150754412660441090",
- "name": "Ararat Mirzoyan",
- "screen_name": "AraratMirzoyan",
- "indices": [
- 47,
- 62
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/yEJk52oa3e",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807032571009679834/photo/1",
- "id_str": "1807032564554563584",
- "indices": [
- 280,
- 303
- ],
- "media_key": "3_1807032564554563584",
- "media_url_https": "https://pbs.twimg.com/media/GRPeixvWgAA2LFR.jpg",
- "type": "photo",
- "url": "https://t.co/yEJk52oa3e",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 663,
- "y": 388,
- "h": 102,
- "w": 102
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 544,
- "y": 318,
- "h": 83,
- "w": 83
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 308,
- "y": 180,
- "h": 47,
- "w": 47
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 663,
- "y": 388,
- "h": 102,
- "w": 102
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1073,
- "w": 1461,
- "resize": "fit"
- },
- "medium": {
- "h": 881,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 499,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1073,
- "width": 1461,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 1461,
- "h": 818
- },
- {
- "x": 0,
- "y": 0,
- "w": 1073,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 941,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 537,
- "h": 1073
- },
- {
- "x": 0,
- "y": 0,
- "w": 1461,
- "h": 1073
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807032564554563584"
- }
- }
- }
- ]
- },
- "favorite_count": 264,
- "favorited": false,
- "full_text": "During our meeting, Armenia’s Foreign Minister @AraratMirzoyan and I discussed the security situation in Europe and the South Caucasus.\n\nI thanked Armenia for attending the first Peace Summit in Switzerland and informed my counterpart about further work on implementing the Peace https://t.co/yEJk52oa3e",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 8,
- "retweet_count": 44,
- "retweeted": false,
- "user_id_str": "2885493519",
- "id_str": "1807032571009679834"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807031492075213025",
- "sortIndex": "1807077696136544213",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807031492075213025",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1ODM4NTE0NTY=",
- "rest_id": "583851456",
- "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 18 12:38:56 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Former Director, @theeln and Former Deputy Director, @ippr Tweeting in a personal capacity.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4245,
- "followers_count": 6282,
- "friends_count": 402,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 157,
- "location": "UK",
- "media_count": 39,
- "name": "Ian Kearns",
- "normal_followers_count": 6282,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/583851456/1649778513",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1454115186072244231/GV_f8i2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IanKearns_",
- "statuses_count": 1177,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807031492075213025"
- ],
- "editable_until_msecs": "1719668455000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "330",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806978676266877434",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODk0NjMyMzA3",
- "rest_id": "1894632307",
- "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 Sep 22 18:09:54 +0000 2013",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Senior Fellow @ecfr. #Drone politics PhD @UniofOxford, previously @sciencespo. Writes about #Germany #Defence. Diskutiert bei @SicherheitsPod & Le Collimateur",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "ecfr.eu/profile/C389",
- "expanded_url": "http://www.ecfr.eu/profile/C389",
- "url": "https://t.co/UCDvw4oTYY",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 25309,
- "followers_count": 77475,
- "friends_count": 10098,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1356,
- "location": "",
- "media_count": 5412,
- "name": "Ulrike Franke",
- "normal_followers_count": 77475,
- "pinned_tweet_ids_str": [
- "1552580888139030529"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1894632307/1621265829",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1743717823824756736/tfXJB7zB_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "RikeFranke",
- "statuses_count": 40484,
- "translator_type": "none",
- "url": "https://t.co/UCDvw4oTYY",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/z0r3Cfzn8U",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 146,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Die EU-Staats- und -Regierungschefs stritten wieder einmal über gemeinsame EU-Schulden, diesmal zur Finanzierung gemeinsamer Verteidigungsprojekte. Der Kanzler lehnt sie kategorisch ab.",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.faz.net",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?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/1806978620558053377/CGYYAelw?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 627,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "18047862",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?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/1806978620558053377/CGYYAelw?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 75,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "creator",
- "value": {
- "type": "USER",
- "user_value": {
- "id_str": "399404500",
- "path": []
- }
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 627,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?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/1806978620558053377/CGYYAelw?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "faz.net",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 200,
- "green": 119,
- "red": 54
- },
- "percentage": 69.71
- },
- {
- "rgb": {
- "blue": 120,
- "green": 155,
- "red": 199
- },
- "percentage": 12.95
- },
- {
- "rgb": {
- "blue": 66,
- "green": 57,
- "red": 44
- },
- "percentage": 10.33
- },
- {
- "rgb": {
- "blue": 223,
- "green": 211,
- "red": 203
- },
- "percentage": 2.22
- },
- {
- "rgb": {
- "blue": 60,
- "green": 83,
- "red": 103
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Scholz schließt Rüstungsfinanzierung durch die EU aus",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 200,
- "green": 119,
- "red": 54
- },
- "percentage": 69.71
- },
- {
- "rgb": {
- "blue": 120,
- "green": 155,
- "red": 199
- },
- "percentage": 12.95
- },
- {
- "rgb": {
- "blue": 66,
- "green": 57,
- "red": 44
- },
- "percentage": 10.33
- },
- {
- "rgb": {
- "blue": 223,
- "green": 211,
- "red": 203
- },
- "percentage": 2.22
- },
- {
- "rgb": {
- "blue": 60,
- "green": 83,
- "red": 103
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 627,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?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/1806978620558053377/CGYYAelw?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 200,
- "green": 119,
- "red": 54
- },
- "percentage": 69.71
- },
- {
- "rgb": {
- "blue": 120,
- "green": 155,
- "red": 199
- },
- "percentage": 12.95
- },
- {
- "rgb": {
- "blue": 66,
- "green": 57,
- "red": 44
- },
- "percentage": 10.33
- },
- {
- "rgb": {
- "blue": 223,
- "green": 211,
- "red": 203
- },
- "percentage": 2.22
- },
- {
- "rgb": {
- "blue": 60,
- "green": 83,
- "red": 103
- },
- "percentage": 1.97
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 627,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/z0r3Cfzn8U",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 627,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806978620558053377/CGYYAelw?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/z0r3Cfzn8U",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozOTk0MDQ1MDA=",
- "rest_id": "399404500",
- "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 Oct 27 13:05:27 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "EU Correspondent for @FAZ - Frankfurter Allgemeine Zeitung, RT no endorsement",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "faz.net",
- "expanded_url": "http://faz.net",
- "url": "https://t.co/b8t5cuHsqa",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 276,
- "followers_count": 2481,
- "friends_count": 93,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 0,
- "location": "Brüssel, Belgien",
- "media_count": 107,
- "name": "Hendrik Kafsack",
- "normal_followers_count": 2481,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/399404500/1472841754",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1141278541683855360/JC-XVUOX_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "HendrikKafsack",
- "statuses_count": 3710,
- "translator_type": "none",
- "url": "https://t.co/b8t5cuHsqa",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxODA0Nzg2Mg==",
- "rest_id": "18047862",
- "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": "Thu Dec 11 14:14:57 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Die wichtigsten Nachrichten, die besten Artikel und Empfehlungen der Redaktion.\nImpressum: https://t.co/Tk9o3k3vlE\nDatenschutz: https://t.co/QvvHRLktKT",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "faz.net/impressum",
- "expanded_url": "http://faz.net/impressum",
- "url": "https://t.co/Tk9o3k3vlE",
- "indices": [
- 91,
- 114
- ]
- },
- {
- "display_url": "faz.net/datenschutz",
- "expanded_url": "http://faz.net/datenschutz",
- "url": "https://t.co/QvvHRLktKT",
- "indices": [
- 128,
- 151
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "faz.net",
- "expanded_url": "https://www.faz.net",
- "url": "https://t.co/CFXkBiU5VR",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2040,
- "followers_count": 863040,
- "friends_count": 334,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6374,
- "location": "Frankfurt am Main",
- "media_count": 16661,
- "name": "Frankfurter Allgemeine",
- "normal_followers_count": 863040,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/18047862/1709212553",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1206956128682332162/HPVzEVk8_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "faznet",
- "statuses_count": 281209,
- "translator_type": "none",
- "url": "https://t.co/CFXkBiU5VR",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806978676266877434"
- ],
- "editable_until_msecs": "1719655863000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "47979",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 30,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:11:03 +0000 2024",
- "conversation_id_str": "1806978676266877434",
- "display_text_range": [
- 0,
- 224
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "faz.net/aktuell/wirtsc…",
- "expanded_url": "https://www.faz.net/aktuell/wirtschaft/scholz-schliesst-ruestungsfinanzierung-durch-die-eu-aus-19821965.html",
- "url": "https://t.co/z0r3Cfzn8U",
- "indices": [
- 201,
- 224
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 175,
- "favorited": false,
- "full_text": "No more common EU defence with Scholz.\n\"Should the EU take on joint debt to finance armaments? Answer: no. Should national defense spending be refinanced from the EU budget? Answer: no.\" Scholz said.\n\nhttps://t.co/z0r3Cfzn8U",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 28,
- "reply_count": 46,
- "retweet_count": 51,
- "retweeted": false,
- "user_id_str": "1894632307",
- "id_str": "1806978676266877434"
- }
- }
- },
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:40:55 +0000 2024",
- "conversation_id_str": "1807031492075213025",
- "display_text_range": [
- 0,
- 169
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 5,
- 12
- ],
- "text": "Scholz"
- },
- {
- "indices": [
- 41,
- 48
- ],
- "text": "Macron"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "What #Scholz says is frankly irrelevant. #Macron has killed the idea with his early election. Neither a far right majority nor hung parliament will go for it. It’s dead.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806978676266877434",
- "quoted_status_permalink": {
- "url": "https://t.co/vk2dvYakwJ",
- "expanded": "https://twitter.com/rikefranke/status/1806978676266877434",
- "display": "x.com/rikefranke/sta…"
- },
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "583851456",
- "id_str": "1807031492075213025"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807024604059160850",
- "sortIndex": "1807077696136544212",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807024604059160850",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozNDk4MTY5OTc=",
- "rest_id": "349816997",
- "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 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": 11423,
- "followers_count": 380483,
- "friends_count": 4344,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10817,
- "location": "",
- "media_count": 4241,
- "name": "max seddon",
- "normal_followers_count": 380483,
- "pinned_tweet_ids_str": [
- "1723724698582937908"
- ],
- "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": 31672,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/i1WUZaFPEs",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 367,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 266,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "The party leader anointed her youthful protégé as prime minister in waiting but office may come sooner than either expected",
- "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/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 168,
- "green": 194,
- "red": 240
- },
- "percentage": 28.2
- },
- {
- "rgb": {
- "blue": 105,
- "green": 136,
- "red": 198
- },
- "percentage": 19.04
- },
- {
- "rgb": {
- "blue": 28,
- "green": 28,
- "red": 32
- },
- "percentage": 11.96
- },
- {
- "rgb": {
- "blue": 231,
- "green": 225,
- "red": 222
- },
- "percentage": 11.27
- },
- {
- "rgb": {
- "blue": 102,
- "green": 53,
- "red": 29
- },
- "percentage": 6.56
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Marine Le Pen and Jordan Bardella — the French far right’s dream ticket?",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 168,
- "green": 194,
- "red": 240
- },
- "percentage": 28.2
- },
- {
- "rgb": {
- "blue": 105,
- "green": 136,
- "red": 198
- },
- "percentage": 19.04
- },
- {
- "rgb": {
- "blue": 28,
- "green": 28,
- "red": 32
- },
- "percentage": 11.96
- },
- {
- "rgb": {
- "blue": 231,
- "green": 225,
- "red": 222
- },
- "percentage": 11.27
- },
- {
- "rgb": {
- "blue": 102,
- "green": 53,
- "red": 29
- },
- "percentage": 6.56
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?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/1806969721348116480/qGLs9--K?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 168,
- "green": 194,
- "red": 240
- },
- "percentage": 28.2
- },
- {
- "rgb": {
- "blue": 105,
- "green": 136,
- "red": 198
- },
- "percentage": 19.04
- },
- {
- "rgb": {
- "blue": 28,
- "green": 28,
- "red": 32
- },
- "percentage": 11.96
- },
- {
- "rgb": {
- "blue": 231,
- "green": 225,
- "red": 222
- },
- "percentage": 11.27
- },
- {
- "rgb": {
- "blue": 102,
- "green": 53,
- "red": 29
- },
- "percentage": 6.56
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/i1WUZaFPEs",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 394,
- "width": 700,
- "url": "https://pbs.twimg.com/card_img/1806969721348116480/qGLs9--K?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/i1WUZaFPEs",
- "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": 7519055,
- "friends_count": 1029,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 48151,
- "location": "London / New York / Hong Kong",
- "media_count": 24308,
- "name": "Financial Times",
- "normal_followers_count": 7519055,
- "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": 337049,
- "translator_type": "none",
- "url": "https://t.co/XKMxG94Z9c",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807024604059160850"
- ],
- "editable_until_msecs": "1719666813000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "16926",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Sat Jun 29 12:13:33 +0000 2024",
- "conversation_id_str": "1807024604059160850",
- "display_text_range": [
- 0,
- 98
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "on.ft.com/4eGeqQv",
- "expanded_url": "https://on.ft.com/4eGeqQv",
- "url": "https://t.co/i1WUZaFPEs",
- "indices": [
- 75,
- 98
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 29,
- "favorited": false,
- "full_text": "Marine Le Pen and Jordan Bardella — the French far right’s dream ‘ticket’? https://t.co/i1WUZaFPEs",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 11,
- "retweeted": false,
- "user_id_str": "349816997",
- "id_str": "1807024604059160850"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807019563420144098",
- "sortIndex": "1807077696136544211",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807019563420144098",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1Nzk3NDc1NjQ=",
- "rest_id": "579747564",
- "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 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": 22021,
- "followers_count": 197887,
- "friends_count": 1938,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2131,
- "location": "Estonia",
- "media_count": 1165,
- "name": "toomas ilves, ex-verif",
- "normal_followers_count": 197887,
- "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": 217608,
- "translator_type": "none",
- "url": "https://t.co/lnQ9ajxxvK",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807019563420144098"
- ],
- "editable_until_msecs": "1719665611376",
- "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": "Sat Jun 29 11:53:31 +0000 2024",
- "conversation_id_str": "1807019563420144098",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "114313619",
- "name": "DrLeoStrauss - same handle @bsky.social",
- "screen_name": "DrLeoStrauss",
- "indices": [
- 3,
- 16
- ]
- },
- {
- "id_str": "579747564",
- "name": "toomas ilves, ex-verif",
- "screen_name": "IlvesToomas",
- "indices": [
- 18,
- 30
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @DrLeoStrauss: @IlvesToomas Besides formidable intellectual and political skills, wonder a bit how many outside Eastern Flank get how Eu…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 6,
- "retweeted": false,
- "user_id_str": "579747564",
- "id_str": "1807019563420144098",
- "retweeted_status_result": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "list-conversation-1842759124685684800-tweet-1842671551126327391",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807011301425578029",
+ "rest_id": "1842671551126327391",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTQzMTM2MTk=",
- "rest_id": "114313619",
+ "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": true,
- "can_media_tag": false,
- "created_at": "Mon Feb 15 00:03:21 +0000 2010",
+ "following": false,
+ "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": "Russia, Asia political, econ, military & intel focus. Applied transnational legal, commercial, policy & natsec experience. RTs = interesting.\nПо Русски 日本語",
+ "description": "Welcome to 🇺🇦 MFA Twitter account! @MFA_UA_arabic @MAE_Ukraine @MAE_Ucrania @MNE_Ucrania. Our Foreign Minister – @andrii_sybiha",
"entities": {
"description": {
"urls": []
@@ -25863,9 +38655,9 @@
"url": {
"urls": [
{
- "display_url": "stiftungleostrauss.com",
- "expanded_url": "http://www.stiftungleostrauss.com",
- "url": "https://t.co/5WLVmr3CmZ",
+ "display_url": "mfa.gov.ua",
+ "expanded_url": "http://www.mfa.gov.ua",
+ "url": "https://t.co/WK7H0wB3YC",
"indices": [
0,
23
@@ -25875,186 +38667,37 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 13727,
- "followers_count": 3343,
- "friends_count": 2167,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 117,
- "location": "Washington, D.C.",
- "media_count": 2840,
- "name": "DrLeoStrauss - same handle @bsky.social",
- "normal_followers_count": 3343,
- "pinned_tweet_ids_str": [
- "1711906113329709343"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/114313619/1505851980",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1251329811886280705/VttNB8Ov_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DrLeoStrauss",
- "statuses_count": 35268,
- "translator_type": "none",
- "url": "https://t.co/5WLVmr3CmZ",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807011301425578029"
- ],
- "editable_until_msecs": "1719663641000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3382",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:20:41 +0000 2024",
- "conversation_id_str": "1806930318605107642",
- "display_text_range": [
- 13,
- 293
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "579747564",
- "name": "toomas ilves, ex-verif",
- "screen_name": "IlvesToomas",
- "indices": [
- 0,
- 12
- ]
- }
- ]
- },
- "favorite_count": 26,
- "favorited": false,
- "full_text": "@IlvesToomas Besides formidable intellectual and political skills, wonder a bit how many outside Eastern Flank get how Europe’s new top diplomat a uniquely powerful rejection of Russian/Soviet imperial idea. \n\nBeyond big symbolics. Day to day duties alone will ignite aneurysms. Just glorious.",
- "in_reply_to_screen_name": "IlvesToomas",
- "in_reply_to_status_id_str": "1806930318605107642",
- "in_reply_to_user_id_str": "579747564",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 6,
- "retweeted": false,
- "user_id_str": "114313619",
- "id_str": "1807011301425578029"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544302",
- "sortIndex": "1807077696136544210",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544302-tweet-1807017628826812645",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807017628826812645",
- "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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
+ "favourites_count": 6017,
+ "followers_count": 475739,
+ "friends_count": 1244,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "pinned_tweet_ids_str": [],
+ "listed_count": 6928,
+ "location": "Kyiv, Ukraine",
+ "media_count": 12469,
+ "name": "MFA of Ukraine 🇺🇦",
+ "normal_followers_count": 475739,
+ "pinned_tweet_ids_str": [
+ "1837121477604217075"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1727863645",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806682860671156224/O8EQm6k4_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ZelenskyyUa",
- "statuses_count": 7131,
+ "screen_name": "MFA_Ukraine",
+ "statuses_count": 70841,
"translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
+ "url": "https://t.co/WK7H0wB3YC",
"verified": false,
"verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1505218857501343748",
+ "professional_type": "Business",
+ "category": []
+ },
"tipjar_settings": {}
}
}
@@ -26062,83 +38705,90 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807017628826812645"
+ "1842671551126327391"
],
- "editable_until_msecs": "1719665150000",
+ "editable_until_msecs": "1728165707000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "121869",
+ "count": "10125",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMTc2Mjg2ODQxODU2MDA=",
- "text": "These days we were able to accomplish a task that seemed almost impossible to many. We have returned from Russian captivity 90 of our warriors and 10 civilians.\n\nAnd among them are Christian priests, Bohdan Heleta and Ivan Levitsky. They are here with us now. They both preached the Word of God in Berdyansk, in the Ukrainian Greek Catholic Church parish of the Nativity of the Blessed Virgin Mary. \n\nOn November 16, 2022, the occupiers abducted them and have kept them in captivity since. Thanks to the efforts of our team and the mediation of the Holy See, to which I am especially grateful, we were able to bring them back to freedom. We believed it was possible. We worked for it.\n\nAnd in the same way, all of us must not give up but fight to bring home all our people who are still in Russian captivity, all Ukrainian children who were abducted in the occupied territories and forcibly deported to Russia. \n\nWe must fight to restore normal life and security to every city and every Ukrainian community—to all those who are suffering from Russian evil, from Russian attacks, and who are under Russian occupation.\n\nWe must act together to fully implement the Peace Formula and ensure that the Russian occupier does not prevail over life in any way.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
"legacy": {
- "bookmark_count": 32,
+ "bookmark_count": 5,
"bookmarked": false,
- "created_at": "Sat Jun 29 11:45:50 +0000 2024",
- "conversation_id_str": "1807017628826812645",
+ "created_at": "Sat Oct 05 21:01:47 +0000 2024",
+ "conversation_id_str": "1842671551126327391",
"display_text_range": [
0,
- 278
+ 248
],
"entities": {
- "hashtags": [],
+ "hashtags": [
+ {
+ "indices": [
+ 85,
+ 91
+ ],
+ "text": "Hroza"
+ }
+ ],
"media": [
{
- "display_url": "pic.x.com/irvc7adifq",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807017628826812645/video/1",
- "id_str": "1807016853065093121",
+ "display_url": "pic.x.com/N5lKFbvzkU",
+ "expanded_url": "https://x.com/MFA_Ukraine/status/1842671551126327391/photo/1",
+ "id_str": "1842665506999824384",
"indices": [
- 279,
- 302
+ 249,
+ 272
],
- "media_key": "7_1807016853065093121",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807016853065093121/pu/img/CQkH80uDQIcTmCFw.jpg",
- "type": "video",
- "url": "https://t.co/irvC7adifQ",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842665506999824384",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ2hAiW8AAuruT.jpg",
+ "type": "photo",
+ "url": "https://t.co/N5lKFbvzkU",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "1400027741861330947",
+ "name": "Frontliner",
+ "screen_name": "frontliner_ua",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 1080,
- "w": 1920,
+ "h": 745,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 675,
+ "h": 698,
"w": 1200,
"resize": "fit"
},
"small": {
- "h": 383,
+ "h": 396,
"w": 680,
"resize": "fit"
},
@@ -26149,44 +38799,47 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1920,
- "focus_rects": []
+ "height": 745,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 108,
+ "y": 0,
+ "w": 745,
+ "h": 745
+ },
+ {
+ "x": 153,
+ "y": 0,
+ "w": 654,
+ "h": 745
+ },
+ {
+ "x": 294,
+ "y": 0,
+ "w": 373,
+ "h": 745
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 745
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 463000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/pl/SY4M2O4rXyPJt6C7.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/480x270/hw3QjcPMMgAuyivi.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/640x360/BhvrjoJvT1dlajFH.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/1280x720/sWkuCAQqV06AVxIc.mp4?tag=12"
- }
- ]
- },
"media_results": {
"result": {
- "media_key": "7_1807016853065093121"
+ "media_key": "3_1842665506999824384"
}
}
}
@@ -26199,36 +38852,57 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/irvC7adifQ",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807017628826812645/video/1",
- "id_str": "1807016853065093121",
+ "display_url": "pic.x.com/N5lKFbvzkU",
+ "expanded_url": "https://x.com/MFA_Ukraine/status/1842671551126327391/photo/1",
+ "id_str": "1842665506999824384",
"indices": [
- 279,
- 302
+ 249,
+ 272
],
- "media_key": "7_1807016853065093121",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807016853065093121/pu/img/CQkH80uDQIcTmCFw.jpg",
- "type": "video",
- "url": "https://t.co/irvC7adifQ",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842665506999824384",
+ "media_url_https": "https://pbs.twimg.com/media/GZJ2hAiW8AAuruT.jpg",
+ "type": "photo",
+ "url": "https://t.co/N5lKFbvzkU",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "all": {
+ "tags": [
+ {
+ "user_id": "1400027741861330947",
+ "name": "Frontliner",
+ "screen_name": "frontliner_ua",
+ "type": "user"
+ }
+ ]
+ },
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 1080,
- "w": 1920,
+ "h": 745,
+ "w": 1280,
"resize": "fit"
},
"medium": {
- "h": 675,
+ "h": 698,
"w": 1200,
"resize": "fit"
},
"small": {
- "h": 383,
+ "h": 396,
"w": 680,
"resize": "fit"
},
@@ -26239,62 +38913,65 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1920,
- "focus_rects": []
+ "height": 745,
+ "width": 1280,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 717
+ },
+ {
+ "x": 108,
+ "y": 0,
+ "w": 745,
+ "h": 745
+ },
+ {
+ "x": 153,
+ "y": 0,
+ "w": 654,
+ "h": 745
+ },
+ {
+ "x": 294,
+ "y": 0,
+ "w": 373,
+ "h": 745
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1280,
+ "h": 745
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 463000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/pl/SY4M2O4rXyPJt6C7.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/480x270/hw3QjcPMMgAuyivi.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/640x360/BhvrjoJvT1dlajFH.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807016853065093121/pu/vid/avc1/1280x720/sWkuCAQqV06AVxIc.mp4?tag=12"
- }
- ]
- },
"media_results": {
"result": {
- "media_key": "7_1807016853065093121"
+ "media_key": "3_1842665506999824384"
}
}
}
]
},
- "favorite_count": 2761,
+ "favorite_count": 272,
"favorited": false,
- "full_text": "These days we were able to accomplish a task that seemed almost impossible to many. We have returned from Russian captivity 90 of our warriors and 10 civilians.\n\nAnd among them are Christian priests, Bohdan Heleta and Ivan Levitsky. They are here with us now. They both preached https://t.co/irvC7adifQ",
+ "full_text": "On October 5, 2023, Russia committed a heinous war crime by targeting the village of #Hroza in the Kharkiv region. A missile strike killed 59 people – 1/5 of the village's population.\n\nRussians at war did this.\n\n📷 Nikoletta Stoyanova for Frontliner https://t.co/N5lKFbvzkU",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 13,
- "reply_count": 133,
- "retweet_count": 593,
+ "quote_count": 7,
+ "reply_count": 15,
+ "retweet_count": 186,
"retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807017628826812645"
+ "user_id_str": "143427448",
+ "id_str": "1842671551126327391"
}
}
},
@@ -26312,7 +38989,7 @@
}
},
{
- "entryId": "list-conversation-1807077696136544302-tweet-1807017685693153470",
+ "entryId": "list-conversation-1842759124685684800-tweet-1842671553999261909",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -26320,963 +38997,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807017685693153470",
+ "rest_id": "1842671553999261909",
"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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "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": 7131,
- "translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807017685693153470"
- ],
- "editable_until_msecs": "1719665163000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": true,
- "views": {
- "count": "91898",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMTc2ODU1MTI3OTQxMTI=",
- "text": "Цими днями ми змогли виконати завдання, яке здавалося багатьом майже нездійсненним. Ми повернули з російського полону і 90 наших воїнів, і 10 цивільних людей. \n\nСеред них – християнських священників Богдана Гелету та Івана Левицького. Вони зараз тут, із нами. Обидва несли слово Боже в Бердянську, у парафії Різдва Пресвятої Богородиці Української греко-католицької церкви. 16 листопада 22-го року окупанти схопили їх і з того часу утримували в неволі. Завдяки зусиллям нашої команди та посередництву Ватикану, за яке я особливо вдячний, вдалося повернути їх на свободу. Ми вірили, що це вдасться. Ми працювали заради цього. \n\nІ так само ми з вами повинні не здаватися та боротися за те, щоб повернути додому всіх наших людей, які ще досі в російському полоні, усіх українських дітей, які були викрадені на окупованій території та депортовані в Росію. \n\nМи повинні боротися, щоб повернути нормальне життя й безпеку кожному місту і кожній українській громаді – усім, хто страждає від російських ударів і хто в російській окупації. \n\nМи повинні діяти разом, щоб повністю реалізувати Формулу миру та щоб російський окупант ні в чому не переміг життя.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 6,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:46:03 +0000 2024",
- "conversation_id_str": "1807017628826812645",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 357,
- "favorited": false,
- "full_text": "Цими днями ми змогли виконати завдання, яке здавалося багатьом майже нездійсненним. Ми повернули з російського полону і 90 наших воїнів, і 10 цивільних людей. \n\nСеред них – християнських священників Богдана Гелету та Івана Левицького. Вони зараз тут, із нами. Обидва несли слово",
- "in_reply_to_screen_name": "ZelenskyyUa",
- "in_reply_to_status_id_str": "1807017628826812645",
- "in_reply_to_user_id_str": "1120633726478823425",
- "is_quote_status": false,
- "lang": "uk",
- "quote_count": 0,
- "reply_count": 19,
- "retweet_count": 48,
- "retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807017685693153470"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1807017628826812645",
- "1807017685693153470"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807017070254596125",
- "sortIndex": "1807077696136544209",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807017070254596125",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTQ1ODcxODU=",
- "rest_id": "314587185",
- "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 Jun 10 14:04:48 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Geopolitics/NatSec, Russia, China, Cyber. Chairman @SilveradoPolicy; Author WorldOnTheBrink; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "worldonthebrink.com",
- "expanded_url": "https://worldonthebrink.com",
- "url": "https://t.co/ohAozDNOal",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 17865,
- "followers_count": 204130,
- "friends_count": 2228,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5889,
- "location": "USA",
- "media_count": 263,
- "name": "Dmitri Alperovitch",
- "normal_followers_count": 204130,
- "pinned_tweet_ids_str": [
- "1776666518685712752"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1714602340",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DAlperovitch",
- "statuses_count": 5292,
- "translator_type": "none",
- "url": "https://t.co/ohAozDNOal",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807017070254596125"
- ],
- "editable_until_msecs": "1719665016959",
- "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": "Sat Jun 29 11:43:36 +0000 2024",
- "conversation_id_str": "1807017070254596125",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "4107939250",
- "name": "Rob Lee",
- "screen_name": "RALee85",
- "indices": [
- 3,
- 11
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @RALee85: “But despite its losses, Russia is recruiting 25,000 to 30,000 new soldiers a month — roughly as many as are exiting the battl…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 224,
- "retweeted": false,
- "user_id_str": "314587185",
- "id_str": "1807017070254596125",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806976378132185486",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0MTA3OTM5MjUw",
- "rest_id": "4107939250",
- "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 Nov 03 23:15:13 +0000 2015",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Senior Fellow @FPRI. Previously @USMC, @ColumbiaSIPA, @CentreAST. Focused on Russian defense policy.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 12306,
- "followers_count": 689130,
- "friends_count": 4024,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 15319,
- "location": "",
- "media_count": 29846,
- "name": "Rob Lee",
- "normal_followers_count": 689130,
- "pinned_tweet_ids_str": [
- "1656346267797028876"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/4107939250/1518789625",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/964497068424249345/Y6ce6atF_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "RALee85",
- "statuses_count": 69350,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806976378132185486"
- ],
- "editable_until_msecs": "1719655315000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "210647",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 98,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:01:55 +0000 2024",
- "conversation_id_str": "1806976378132185486",
- "display_text_range": [
- 0,
- 201
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/afdjqhngkl",
- "expanded_url": "https://twitter.com/RALee85/status/1806976378132185486/photo/1",
- "id_str": "1806976373891723266",
- "indices": [
- 202,
- 225
- ],
- "media_key": "3_1806976373891723266",
- "media_url_https": "https://pbs.twimg.com/media/GROrcDNW8AI0s6T.jpg",
- "type": "photo",
- "url": "https://t.co/AFDjqHNGkl",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 688,
- "w": 1179,
- "resize": "fit"
- },
- "medium": {
- "h": 688,
- "w": 1179,
- "resize": "fit"
- },
- "small": {
- "h": 397,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 688,
- "width": 1179,
- "focus_rects": [
- {
- "x": 0,
- "y": 28,
- "w": 1179,
- "h": 660
- },
- {
- "x": 0,
- "y": 0,
- "w": 688,
- "h": 688
- },
- {
- "x": 0,
- "y": 0,
- "w": 604,
- "h": 688
- },
- {
- "x": 34,
- "y": 0,
- "w": 344,
- "h": 688
- },
- {
- "x": 0,
- "y": 0,
- "w": 1179,
- "h": 688
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806976373891723266"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "50406326",
- "name": "Julian E. Barnes",
- "screen_name": "julianbarnes",
- "indices": [
- 156,
- 169
- ]
- },
- {
- "id_str": "341118458",
- "name": "Eric Schmitt",
- "screen_name": "EricSchmittNYT",
- "indices": [
- 170,
- 185
- ]
- },
- {
- "id_str": "106768353",
- "name": "Marc Santora",
- "screen_name": "MarcSantoraNYT",
- "indices": [
- 186,
- 201
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/AFDjqHNGkl",
- "expanded_url": "https://twitter.com/RALee85/status/1806976378132185486/photo/1",
- "id_str": "1806976373891723266",
- "indices": [
- 202,
- 225
- ],
- "media_key": "3_1806976373891723266",
- "media_url_https": "https://pbs.twimg.com/media/GROrcDNW8AI0s6T.jpg",
- "type": "photo",
- "url": "https://t.co/AFDjqHNGkl",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 688,
- "w": 1179,
- "resize": "fit"
- },
- "medium": {
- "h": 688,
- "w": 1179,
- "resize": "fit"
- },
- "small": {
- "h": 397,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 688,
- "width": 1179,
- "focus_rects": [
- {
- "x": 0,
- "y": 28,
- "w": 1179,
- "h": 660
- },
- {
- "x": 0,
- "y": 0,
- "w": 688,
- "h": 688
- },
- {
- "x": 0,
- "y": 0,
- "w": 604,
- "h": 688
- },
- {
- "x": 34,
- "y": 0,
- "w": 344,
- "h": 688
- },
- {
- "x": 0,
- "y": 0,
- "w": 1179,
- "h": 688
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806976373891723266"
- }
- }
- }
- ]
- },
- "favorite_count": 1015,
- "favorited": false,
- "full_text": "“But despite its losses, Russia is recruiting 25,000 to 30,000 new soldiers a month — roughly as many as are exiting the battlefield, U.S. officials said.”\n@julianbarnes @EricSchmittNYT @MarcSantoraNYT https://t.co/AFDjqHNGkl",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 36,
- "reply_count": 108,
- "retweet_count": 224,
- "retweeted": false,
- "user_id_str": "4107939250",
- "id_str": "1806976378132185486"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807016305523912932",
- "sortIndex": "1807077696136544208",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807016305523912932",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTQ1ODcxODU=",
- "rest_id": "314587185",
- "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 Jun 10 14:04:48 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Geopolitics/NatSec, Russia, China, Cyber. Chairman @SilveradoPolicy; Author WorldOnTheBrink; Host @GeopolDecanted; Founder @alperovitch; Co-Founder @CrowdStrike",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "worldonthebrink.com",
- "expanded_url": "https://worldonthebrink.com",
- "url": "https://t.co/ohAozDNOal",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 17865,
- "followers_count": 204130,
- "friends_count": 2228,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5889,
- "location": "USA",
- "media_count": 263,
- "name": "Dmitri Alperovitch",
- "normal_followers_count": 204130,
- "pinned_tweet_ids_str": [
- "1776666518685712752"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/314587185/1714602340",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1496573476504842243/FjEsibnw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DAlperovitch",
- "statuses_count": 5292,
- "translator_type": "none",
- "url": "https://t.co/ohAozDNOal",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807016305523912932"
- ],
- "editable_until_msecs": "1719664834633",
- "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": "Sat Jun 29 11:40:34 +0000 2024",
- "conversation_id_str": "1807016305523912932",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "626226409",
- "name": "The Podcast Browser",
- "screen_name": "PodcastBrowser",
- "indices": [
- 3,
- 18
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @PodcastBrowser: Podcast with Dmitri Alperovitch about his book World on the Brink. Discusses lessons from Cold War crises and what a pr…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 3,
- "retweeted": false,
- "user_id_str": "314587185",
- "id_str": "1807016305523912932",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806920138689798333",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MjYyMjY0MDk=",
- "rest_id": "626226409",
+ "id": "VXNlcjoxNDM0Mjc0NDg=",
+ "rest_id": "143427448",
"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 04 06:37:16 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Curated author interviews on psychology, economics, science, history and culture",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "thepodcastbrowser.com",
- "expanded_url": "http://www.thepodcastbrowser.com",
- "url": "https://t.co/xEx9SR0Lhn",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7527,
- "followers_count": 285,
- "friends_count": 337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5,
- "location": "Cambridge, New Zealand",
- "media_count": 3,
- "name": "The Podcast Browser",
- "normal_followers_count": 285,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/953835936655196160/W8e1S-vL_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "PodcastBrowser",
- "statuses_count": 2373,
- "translator_type": "none",
- "url": "https://t.co/xEx9SR0Lhn",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806920138689798333"
- ],
- "editable_until_msecs": "1719641906000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "7828",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 05:18:26 +0000 2024",
- "conversation_id_str": "1806920138689798333",
- "display_text_range": [
- 0,
- 262
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "thepodcastbrowser.com/a-grand-strate…",
- "expanded_url": "https://www.thepodcastbrowser.com/a-grand-strategy-for-cold-war-ii/",
- "url": "https://t.co/QvjkVvXF2g",
- "indices": [
- 239,
- 262
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "47504804",
- "name": "Jordan Schneider",
- "screen_name": "jordanschnyc",
- "indices": [
- 211,
- 224
- ]
- },
- {
- "id_str": "314587185",
- "name": "Dmitri Alperovitch",
- "screen_name": "DAlperovitch",
- "indices": [
- 225,
- 238
- ]
- }
- ]
- },
- "favorite_count": 6,
- "favorited": false,
- "full_text": "Podcast with Dmitri Alperovitch about his book World on the Brink. Discusses lessons from Cold War crises and what a productive economic relationship with China would look like given national security concerns.\n@jordanschnyc\n@DAlperovitch https://t.co/QvjkVvXF2g",
- "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": "626226409",
- "id_str": "1806920138689798333"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544305",
- "sortIndex": "1807077696136544207",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544305-tweet-1807013377706717313",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807013377706717313",
- "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",
+ "profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": false,
- "created_at": "Tue Apr 23 10:21:15 +0000 2019",
- "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": "President of Ukraine / Президент України",
+ "description": "Welcome to 🇺🇦 MFA Twitter account! @MFA_UA_arabic @MAE_Ukraine @MAE_Ucrania @MNE_Ucrania. Our Foreign Minister – @andrii_sybiha",
"entities": {
"description": {
"urls": []
@@ -27284,9 +39023,9 @@
"url": {
"urls": [
{
- "display_url": "president.gov.ua",
- "expanded_url": "https://www.president.gov.ua",
- "url": "https://t.co/ctVL0atMBQ",
+ "display_url": "mfa.gov.ua",
+ "expanded_url": "http://www.mfa.gov.ua",
+ "url": "https://t.co/WK7H0wB3YC",
"indices": [
0,
23
@@ -27296,30 +39035,37 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 198,
- "followers_count": 7395609,
- "friends_count": 1,
+ "favourites_count": 6017,
+ "followers_count": 475739,
+ "friends_count": 1244,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "pinned_tweet_ids_str": [],
+ "listed_count": 6928,
+ "location": "Kyiv, Ukraine",
+ "media_count": 12469,
+ "name": "MFA of Ukraine 🇺🇦",
+ "normal_followers_count": 475739,
+ "pinned_tweet_ids_str": [
+ "1837121477604217075"
+ ],
"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_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1727863645",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806682860671156224/O8EQm6k4_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ZelenskyyUa",
- "statuses_count": 7131,
+ "screen_name": "MFA_Ukraine",
+ "statuses_count": 70841,
"translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
+ "url": "https://t.co/WK7H0wB3YC",
"verified": false,
"verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1505218857501343748",
+ "professional_type": "Business",
+ "category": []
+ },
"tipjar_settings": {}
}
}
@@ -27327,3318 +39073,48 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807013377706717313"
+ "1842671553999261909"
],
- "editable_until_msecs": "1719664136000",
+ "editable_until_msecs": "1728165708000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "121972",
+ "count": "4786",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMTMzNzc1NTk5MDgzNTI=",
- "text": "Ukraine held its first National Prayer Breakfast today, attended by different people, representatives from various countries and communities.\n\nWe may be different and have come from different paths, but we are all united in our desire to preserve the best in people and our country, to withstand the terrible times of war.\n\nWe all want to ensure that Ukraine achieves a real and tangible victory in the fight for good over evil, a victory that will have an impact on international security and prevent aggressors from attacking their neighbors. \n\nThere have been many wars throughout human history, but not all of them have been as clear-cut as this one. Where it is obvious which side is good and which brings evil. Where it is clear why Ukraine's victory will benefit all people on Earth, and what exactly humanity will lose if Russia prevails.\n\nIn this war, Ukrainians are defending values that are dear to every normal person, everyone who respects life, values family, and delights in seeing children happy and able to live their dreams with their families, in their homes, and in safety. \n\nWe can achieve all of this together. And only together, no matter how different we are. As Ecclesiastes 4:9-12 states, \"Though one may be overpowered, two can defend themselves. A cord of three strands is not quickly broken”.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
"legacy": {
- "bookmark_count": 29,
+ "bookmark_count": 2,
"bookmarked": false,
- "created_at": "Sat Jun 29 11:28:56 +0000 2024",
- "conversation_id_str": "1807013377706717313",
+ "created_at": "Sat Oct 05 21:01:48 +0000 2024",
+ "conversation_id_str": "1842671551126327391",
"display_text_range": [
0,
273
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/dhihwjtard",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013285411110913",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013285411110913",
- "media_url_https": "https://pbs.twimg.com/media/GRPNAlVXQAE8INe.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1213,
- "y": 797,
- "h": 167,
- "w": 167
- },
- {
- "x": 1853,
- "y": 715,
- "h": 175,
- "w": 175
- },
- {
- "x": 403,
- "y": 837,
- "h": 209,
- "w": 209
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 711,
- "y": 467,
- "h": 98,
- "w": 98
- },
- {
- "x": 1086,
- "y": 419,
- "h": 102,
- "w": 102
- },
- {
- "x": 236,
- "y": 490,
- "h": 122,
- "w": 122
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 403,
- "y": 264,
- "h": 55,
- "w": 55
- },
- {
- "x": 615,
- "y": 237,
- "h": 58,
- "w": 58
- },
- {
- "x": 133,
- "y": 278,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1778,
- "y": 1168,
- "h": 246,
- "w": 246
- },
- {
- "x": 2715,
- "y": 1048,
- "h": 257,
- "w": 257
- },
- {
- "x": 591,
- "y": 1227,
- "h": 307,
- "w": 307
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013285411110913"
- }
- }
- },
- {
- "display_url": "pic.x.com/dhihwjtard",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013299273240576",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013299273240576",
- "media_url_https": "https://pbs.twimg.com/media/GRPNBY-WkAAoncf.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 779,
- "y": 607,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 456,
- "y": 356,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 258,
- "y": 201,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1142,
- "y": 890,
- "h": 108,
- "w": 108
- }
- ]
- }
- },
- "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": 320,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 575,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 698,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1075,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013299273240576"
- }
- }
- },
- {
- "display_url": "pic.x.com/dhihwjtard",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013329229021184",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013329229021184",
- "media_url_https": "https://pbs.twimg.com/media/GRPNDIkXgAAdjHZ.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1095,
- "y": 631,
- "h": 79,
- "w": 79
- },
- {
- "x": 527,
- "y": 629,
- "h": 97,
- "w": 97
- },
- {
- "x": 1311,
- "y": 677,
- "h": 83,
- "w": 83
- },
- {
- "x": 1,
- "y": 707,
- "h": 73,
- "w": 73
- },
- {
- "x": 1603,
- "y": 755,
- "h": 71,
- "w": 71
- },
- {
- "x": 799,
- "y": 645,
- "h": 95,
- "w": 95
- },
- {
- "x": 1389,
- "y": 649,
- "h": 113,
- "w": 113
- },
- {
- "x": 1757,
- "y": 615,
- "h": 131,
- "w": 131
- },
- {
- "x": 329,
- "y": 367,
- "h": 161,
- "w": 161
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 642,
- "y": 370,
- "h": 46,
- "w": 46
- },
- {
- "x": 309,
- "y": 368,
- "h": 57,
- "w": 57
- },
- {
- "x": 768,
- "y": 397,
- "h": 49,
- "w": 49
- },
- {
- "x": 0,
- "y": 414,
- "h": 43,
- "w": 43
- },
- {
- "x": 939,
- "y": 442,
- "h": 42,
- "w": 42
- },
- {
- "x": 468,
- "y": 378,
- "h": 56,
- "w": 56
- },
- {
- "x": 814,
- "y": 380,
- "h": 66,
- "w": 66
- },
- {
- "x": 1030,
- "y": 360,
- "h": 77,
- "w": 77
- },
- {
- "x": 193,
- "y": 215,
- "h": 94,
- "w": 94
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 363,
- "y": 209,
- "h": 26,
- "w": 26
- },
- {
- "x": 175,
- "y": 208,
- "h": 32,
- "w": 32
- },
- {
- "x": 435,
- "y": 225,
- "h": 27,
- "w": 27
- },
- {
- "x": 0,
- "y": 235,
- "h": 24,
- "w": 24
- },
- {
- "x": 532,
- "y": 250,
- "h": 23,
- "w": 23
- },
- {
- "x": 265,
- "y": 214,
- "h": 31,
- "w": 31
- },
- {
- "x": 461,
- "y": 215,
- "h": 37,
- "w": 37
- },
- {
- "x": 583,
- "y": 204,
- "h": 43,
- "w": 43
- },
- {
- "x": 109,
- "y": 122,
- "h": 53,
- "w": 53
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1605,
- "y": 925,
- "h": 117,
- "w": 117
- },
- {
- "x": 773,
- "y": 922,
- "h": 143,
- "w": 143
- },
- {
- "x": 1921,
- "y": 993,
- "h": 123,
- "w": 123
- },
- {
- "x": 2,
- "y": 1037,
- "h": 108,
- "w": 108
- },
- {
- "x": 2349,
- "y": 1107,
- "h": 105,
- "w": 105
- },
- {
- "x": 1171,
- "y": 946,
- "h": 140,
- "w": 140
- },
- {
- "x": 2036,
- "y": 952,
- "h": 166,
- "w": 166
- },
- {
- "x": 2575,
- "y": 902,
- "h": 193,
- "w": 193
- },
- {
- "x": 483,
- "y": 539,
- "h": 237,
- "w": 237
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 25,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013329229021184"
- }
- }
- },
- {
- "display_url": "pic.x.com/dhihwjtard",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013353929224192",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013353929224192",
- "media_url_https": "https://pbs.twimg.com/media/GRPNEklWsAAnFxM.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 587,
- "y": 567,
- "h": 91,
- "w": 91
- },
- {
- "x": 1615,
- "y": 713,
- "h": 77,
- "w": 77
- },
- {
- "x": 1679,
- "y": 737,
- "h": 77,
- "w": 77
- },
- {
- "x": 931,
- "y": 541,
- "h": 113,
- "w": 113
- },
- {
- "x": 97,
- "y": 545,
- "h": 115,
- "w": 115
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 344,
- "y": 332,
- "h": 53,
- "w": 53
- },
- {
- "x": 946,
- "y": 418,
- "h": 45,
- "w": 45
- },
- {
- "x": 984,
- "y": 432,
- "h": 45,
- "w": 45
- },
- {
- "x": 546,
- "y": 317,
- "h": 66,
- "w": 66
- },
- {
- "x": 57,
- "y": 319,
- "h": 67,
- "w": 67
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 195,
- "y": 188,
- "h": 30,
- "w": 30
- },
- {
- "x": 536,
- "y": 236,
- "h": 25,
- "w": 25
- },
- {
- "x": 557,
- "y": 245,
- "h": 25,
- "w": 25
- },
- {
- "x": 309,
- "y": 179,
- "h": 37,
- "w": 37
- },
- {
- "x": 32,
- "y": 181,
- "h": 38,
- "w": 38
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 861,
- "y": 832,
- "h": 134,
- "w": 134
- },
- {
- "x": 2367,
- "y": 1045,
- "h": 114,
- "w": 114
- },
- {
- "x": 2460,
- "y": 1081,
- "h": 114,
- "w": 114
- },
- {
- "x": 1365,
- "y": 793,
- "h": 166,
- "w": 166
- },
- {
- "x": 143,
- "y": 799,
- "h": 169,
- "w": 169
- }
- ]
- }
- },
- "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": 135,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013353929224192"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": []
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/dhiHwjTaRd",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013285411110913",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013285411110913",
- "media_url_https": "https://pbs.twimg.com/media/GRPNAlVXQAE8INe.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1213,
- "y": 797,
- "h": 167,
- "w": 167
- },
- {
- "x": 1853,
- "y": 715,
- "h": 175,
- "w": 175
- },
- {
- "x": 403,
- "y": 837,
- "h": 209,
- "w": 209
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 711,
- "y": 467,
- "h": 98,
- "w": 98
- },
- {
- "x": 1086,
- "y": 419,
- "h": 102,
- "w": 102
- },
- {
- "x": 236,
- "y": 490,
- "h": 122,
- "w": 122
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 403,
- "y": 264,
- "h": 55,
- "w": 55
- },
- {
- "x": 615,
- "y": 237,
- "h": 58,
- "w": 58
- },
- {
- "x": 133,
- "y": 278,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1778,
- "y": 1168,
- "h": 246,
- "w": 246
- },
- {
- "x": 2715,
- "y": 1048,
- "h": 257,
- "w": 257
- },
- {
- "x": 591,
- "y": 1227,
- "h": 307,
- "w": 307
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013285411110913"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/dhiHwjTaRd",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013299273240576",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013299273240576",
- "media_url_https": "https://pbs.twimg.com/media/GRPNBY-WkAAoncf.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 779,
- "y": 607,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 456,
- "y": 356,
- "h": 43,
- "w": 43
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 258,
- "y": 201,
- "h": 24,
- "w": 24
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1142,
- "y": 890,
- "h": 108,
- "w": 108
- }
- ]
- }
- },
- "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": 320,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 575,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 698,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1075,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013299273240576"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/dhiHwjTaRd",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013329229021184",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013329229021184",
- "media_url_https": "https://pbs.twimg.com/media/GRPNDIkXgAAdjHZ.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1095,
- "y": 631,
- "h": 79,
- "w": 79
- },
- {
- "x": 527,
- "y": 629,
- "h": 97,
- "w": 97
- },
- {
- "x": 1311,
- "y": 677,
- "h": 83,
- "w": 83
- },
- {
- "x": 1,
- "y": 707,
- "h": 73,
- "w": 73
- },
- {
- "x": 1603,
- "y": 755,
- "h": 71,
- "w": 71
- },
- {
- "x": 799,
- "y": 645,
- "h": 95,
- "w": 95
- },
- {
- "x": 1389,
- "y": 649,
- "h": 113,
- "w": 113
- },
- {
- "x": 1757,
- "y": 615,
- "h": 131,
- "w": 131
- },
- {
- "x": 329,
- "y": 367,
- "h": 161,
- "w": 161
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 642,
- "y": 370,
- "h": 46,
- "w": 46
- },
- {
- "x": 309,
- "y": 368,
- "h": 57,
- "w": 57
- },
- {
- "x": 768,
- "y": 397,
- "h": 49,
- "w": 49
- },
- {
- "x": 0,
- "y": 414,
- "h": 43,
- "w": 43
- },
- {
- "x": 939,
- "y": 442,
- "h": 42,
- "w": 42
- },
- {
- "x": 468,
- "y": 378,
- "h": 56,
- "w": 56
- },
- {
- "x": 814,
- "y": 380,
- "h": 66,
- "w": 66
- },
- {
- "x": 1030,
- "y": 360,
- "h": 77,
- "w": 77
- },
- {
- "x": 193,
- "y": 215,
- "h": 94,
- "w": 94
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 363,
- "y": 209,
- "h": 26,
- "w": 26
- },
- {
- "x": 175,
- "y": 208,
- "h": 32,
- "w": 32
- },
- {
- "x": 435,
- "y": 225,
- "h": 27,
- "w": 27
- },
- {
- "x": 0,
- "y": 235,
- "h": 24,
- "w": 24
- },
- {
- "x": 532,
- "y": 250,
- "h": 23,
- "w": 23
- },
- {
- "x": 265,
- "y": 214,
- "h": 31,
- "w": 31
- },
- {
- "x": 461,
- "y": 215,
- "h": 37,
- "w": 37
- },
- {
- "x": 583,
- "y": 204,
- "h": 43,
- "w": 43
- },
- {
- "x": 109,
- "y": 122,
- "h": 53,
- "w": 53
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1605,
- "y": 925,
- "h": 117,
- "w": 117
- },
- {
- "x": 773,
- "y": 922,
- "h": 143,
- "w": 143
- },
- {
- "x": 1921,
- "y": 993,
- "h": 123,
- "w": 123
- },
- {
- "x": 2,
- "y": 1037,
- "h": 108,
- "w": 108
- },
- {
- "x": 2349,
- "y": 1107,
- "h": 105,
- "w": 105
- },
- {
- "x": 1171,
- "y": 946,
- "h": 140,
- "w": 140
- },
- {
- "x": 2036,
- "y": 952,
- "h": 166,
- "w": 166
- },
- {
- "x": 2575,
- "y": 902,
- "h": 193,
- "w": 193
- },
- {
- "x": 483,
- "y": 539,
- "h": 237,
- "w": 237
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 25,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013329229021184"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/dhiHwjTaRd",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013377706717313/photo/1",
- "id_str": "1807013353929224192",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1807013353929224192",
- "media_url_https": "https://pbs.twimg.com/media/GRPNEklWsAAnFxM.jpg",
- "type": "photo",
- "url": "https://t.co/dhiHwjTaRd",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 587,
- "y": 567,
- "h": 91,
- "w": 91
- },
- {
- "x": 1615,
- "y": 713,
- "h": 77,
- "w": 77
- },
- {
- "x": 1679,
- "y": 737,
- "h": 77,
- "w": 77
- },
- {
- "x": 931,
- "y": 541,
- "h": 113,
- "w": 113
- },
- {
- "x": 97,
- "y": 545,
- "h": 115,
- "w": 115
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 344,
- "y": 332,
- "h": 53,
- "w": 53
- },
- {
- "x": 946,
- "y": 418,
- "h": 45,
- "w": 45
- },
- {
- "x": 984,
- "y": 432,
- "h": 45,
- "w": 45
- },
- {
- "x": 546,
- "y": 317,
- "h": 66,
- "w": 66
- },
- {
- "x": 57,
- "y": 319,
- "h": 67,
- "w": 67
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 195,
- "y": 188,
- "h": 30,
- "w": 30
- },
- {
- "x": 536,
- "y": 236,
- "h": 25,
- "w": 25
- },
- {
- "x": 557,
- "y": 245,
- "h": 25,
- "w": 25
- },
- {
- "x": 309,
- "y": 179,
- "h": 37,
- "w": 37
- },
- {
- "x": 32,
- "y": 181,
- "h": 38,
- "w": 38
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 861,
- "y": 832,
- "h": 134,
- "w": 134
- },
- {
- "x": 2367,
- "y": 1045,
- "h": 114,
- "w": 114
- },
- {
- "x": 2460,
- "y": 1081,
- "h": 114,
- "w": 114
- },
- {
- "x": 1365,
- "y": 793,
- "h": 166,
- "w": 166
- },
- {
- "x": 143,
- "y": 799,
- "h": 169,
- "w": 169
- }
- ]
- }
- },
- "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": 135,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013353929224192"
- }
- }
- }
- ]
- },
- "favorite_count": 2621,
+ "favorite_count": 46,
"favorited": false,
- "full_text": "Ukraine held its first National Prayer Breakfast today, attended by different people, representatives from various countries and communities.\n\nWe may be different and have come from different paths, but we are all united in our desire to preserve the best in people and our https://t.co/dhiHwjTaRd",
+ "full_text": "To date, Russia's military has committed over 144,000 crimes of aggression and war crimes against Ukraine.\n\nAs Russia's genocidal war continues, we don't even know the exact number of civilians killed by its troops. But we must ensure accountability for each and every one.",
+ "in_reply_to_screen_name": "MFA_Ukraine",
+ "in_reply_to_status_id_str": "1842671551126327391",
+ "in_reply_to_user_id_str": "143427448",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 15,
- "reply_count": 136,
- "retweet_count": 509,
- "retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807013377706717313"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544305-tweet-1807013601892241699",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807013601892241699",
- "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": 198,
- "followers_count": 7395609,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
- "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": 7131,
- "translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807013601892241699"
- ],
- "editable_until_msecs": "1719664190000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": true,
- "views": {
- "count": "91138",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMTM2MDE3Mjg3NDEzNzc=",
- "text": "Сьогодні в Україні відбувся перший Національний молитовний сніданок, на який зібралися різні учасники, представники різних країн і спільнот.\n\nМи можемо бути різними, і ми йшли різними шляхами, але ми всі поєднані нашим прагненням зберегти найсвітліше в людях і в нашій країні – вистояти у страшний час війни.\n\nМи хочемо забезпечити Україні реальну, відчутну перемогу в битві добра зі злом, перемогу добра над злом, перемогу, яка вплине на міжнародну безпеку, щоб інші агресори не нападали на своїх сусідів.\n\nВ історії людей було багато війн, і не всі вони були настільки прозорими, як ця. Коли одразу видно, з якої сторони добро і яка несе зло. Коли видно, чому перемога України піде на користь усім людям на Землі і що саме все людство програє, якщо Росія візьме гору.\n\nУ цій війні українці захищають цінності, які близькі кожній нормальній людині – усім, хто поважає життя, хто цінує сім’ю й радіє, коли бачить, як діти радіють, і коли діти можуть жити, як вони про це мріють – зі своїми рідними, у своєму домі й у безпеці.\n\nРазом ми можемо все це забезпечити. І тільки разом – хоч би якими різними ми були. Як сказано у книзі Екклезіаста 4:9-12: «І якби хтось напав на одного, то удвох вони зможуть протистояти йому: навіть нитка, скручена втричі, не скоро порветься».",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:29:50 +0000 2024",
- "conversation_id_str": "1807013377706717313",
- "display_text_range": [
- 0,
- 277
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/fmksxjqsmw",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013475866009600",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013475866009600",
- "media_url_https": "https://pbs.twimg.com/media/GRPNLq1WYAAyV4L.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 333,
- "y": 477,
- "h": 71,
- "w": 71
- },
- {
- "x": 689,
- "y": 573,
- "h": 73,
- "w": 73
- },
- {
- "x": 1251,
- "y": 571,
- "h": 87,
- "w": 87
- },
- {
- "x": 335,
- "y": 581,
- "h": 75,
- "w": 75
- },
- {
- "x": 593,
- "y": 597,
- "h": 81,
- "w": 81
- },
- {
- "x": 256,
- "y": 575,
- "h": 85,
- "w": 85
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 195,
- "y": 280,
- "h": 42,
- "w": 42
- },
- {
- "x": 404,
- "y": 336,
- "h": 43,
- "w": 43
- },
- {
- "x": 733,
- "y": 334,
- "h": 51,
- "w": 51
- },
- {
- "x": 196,
- "y": 340,
- "h": 44,
- "w": 44
- },
- {
- "x": 348,
- "y": 350,
- "h": 48,
- "w": 48
- },
- {
- "x": 150,
- "y": 337,
- "h": 50,
- "w": 50
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 110,
- "y": 158,
- "h": 23,
- "w": 23
- },
- {
- "x": 228,
- "y": 190,
- "h": 24,
- "w": 24
- },
- {
- "x": 415,
- "y": 189,
- "h": 29,
- "w": 29
- },
- {
- "x": 111,
- "y": 193,
- "h": 25,
- "w": 25
- },
- {
- "x": 197,
- "y": 198,
- "h": 27,
- "w": 27
- },
- {
- "x": 85,
- "y": 191,
- "h": 28,
- "w": 28
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 489,
- "y": 700,
- "h": 105,
- "w": 105
- },
- {
- "x": 1010,
- "y": 840,
- "h": 108,
- "w": 108
- },
- {
- "x": 1833,
- "y": 837,
- "h": 128,
- "w": 128
- },
- {
- "x": 492,
- "y": 852,
- "h": 111,
- "w": 111
- },
- {
- "x": 870,
- "y": 875,
- "h": 120,
- "w": 120
- },
- {
- "x": 375,
- "y": 843,
- "h": 125,
- "w": 125
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013475866009600"
- }
- }
- },
- {
- "display_url": "pic.x.com/fmksxjqsmw",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013550730223616",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013550730223616",
- "media_url_https": "https://pbs.twimg.com/media/GRPNQBuXoAA7ZI8.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 135,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 725,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 848,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1225,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013550730223616"
- }
- }
- },
- {
- "display_url": "pic.x.com/fmksxjqsmw",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013565649371136",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013565649371136",
- "media_url_https": "https://pbs.twimg.com/media/GRPNQ5TXwAA9302.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1481,
- "y": 773,
- "h": 105,
- "w": 105
- },
- {
- "x": 423,
- "y": 759,
- "h": 109,
- "w": 109
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 868,
- "y": 453,
- "h": 62,
- "w": 62
- },
- {
- "x": 248,
- "y": 445,
- "h": 64,
- "w": 64
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 491,
- "y": 256,
- "h": 35,
- "w": 35
- },
- {
- "x": 140,
- "y": 252,
- "h": 36,
- "w": 36
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 2170,
- "y": 1133,
- "h": 155,
- "w": 155
- },
- {
- "x": 621,
- "y": 1113,
- "h": 161,
- "w": 161
- }
- ]
- }
- },
- "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": 285,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 500,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 623,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1000,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013565649371136"
- }
- }
- },
- {
- "display_url": "pic.x.com/fmksxjqsmw",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013586205540352",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013586205540352",
- "media_url_https": "https://pbs.twimg.com/media/GRPNSF4WAAA70Yq.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1197,
- "y": 917,
- "h": 69,
- "w": 69
- },
- {
- "x": 1001,
- "y": 499,
- "h": 171,
- "w": 171
- },
- {
- "x": 15,
- "y": 335,
- "h": 207,
- "w": 207
- },
- {
- "x": 435,
- "y": 333,
- "h": 295,
- "w": 295
- },
- {
- "x": 1573,
- "y": 311,
- "h": 345,
- "w": 345
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 701,
- "y": 537,
- "h": 40,
- "w": 40
- },
- {
- "x": 586,
- "y": 292,
- "h": 100,
- "w": 100
- },
- {
- "x": 9,
- "y": 196,
- "h": 121,
- "w": 121
- },
- {
- "x": 255,
- "y": 195,
- "h": 173,
- "w": 173
- },
- {
- "x": 922,
- "y": 182,
- "h": 202,
- "w": 202
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 397,
- "y": 304,
- "h": 23,
- "w": 23
- },
- {
- "x": 332,
- "y": 165,
- "h": 56,
- "w": 56
- },
- {
- "x": 5,
- "y": 111,
- "h": 68,
- "w": 68
- },
- {
- "x": 144,
- "y": 110,
- "h": 98,
- "w": 98
- },
- {
- "x": 522,
- "y": 103,
- "h": 114,
- "w": 114
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1754,
- "y": 1344,
- "h": 102,
- "w": 102
- },
- {
- "x": 1467,
- "y": 732,
- "h": 251,
- "w": 251
- },
- {
- "x": 23,
- "y": 492,
- "h": 304,
- "w": 304
- },
- {
- "x": 638,
- "y": 489,
- "h": 433,
- "w": 433
- },
- {
- "x": 2305,
- "y": 457,
- "h": 506,
- "w": 506
- }
- ]
- }
- },
- "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": 1246,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 2000,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013586205540352"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/FMkSxjQsmW",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013475866009600",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013475866009600",
- "media_url_https": "https://pbs.twimg.com/media/GRPNLq1WYAAyV4L.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 333,
- "y": 477,
- "h": 71,
- "w": 71
- },
- {
- "x": 689,
- "y": 573,
- "h": 73,
- "w": 73
- },
- {
- "x": 1251,
- "y": 571,
- "h": 87,
- "w": 87
- },
- {
- "x": 335,
- "y": 581,
- "h": 75,
- "w": 75
- },
- {
- "x": 593,
- "y": 597,
- "h": 81,
- "w": 81
- },
- {
- "x": 256,
- "y": 575,
- "h": 85,
- "w": 85
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 195,
- "y": 280,
- "h": 42,
- "w": 42
- },
- {
- "x": 404,
- "y": 336,
- "h": 43,
- "w": 43
- },
- {
- "x": 733,
- "y": 334,
- "h": 51,
- "w": 51
- },
- {
- "x": 196,
- "y": 340,
- "h": 44,
- "w": 44
- },
- {
- "x": 348,
- "y": 350,
- "h": 48,
- "w": 48
- },
- {
- "x": 150,
- "y": 337,
- "h": 50,
- "w": 50
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 110,
- "y": 158,
- "h": 23,
- "w": 23
- },
- {
- "x": 228,
- "y": 190,
- "h": 24,
- "w": 24
- },
- {
- "x": 415,
- "y": 189,
- "h": 29,
- "w": 29
- },
- {
- "x": 111,
- "y": 193,
- "h": 25,
- "w": 25
- },
- {
- "x": 197,
- "y": 198,
- "h": 27,
- "w": 27
- },
- {
- "x": 85,
- "y": 191,
- "h": 28,
- "w": 28
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 489,
- "y": 700,
- "h": 105,
- "w": 105
- },
- {
- "x": 1010,
- "y": 840,
- "h": 108,
- "w": 108
- },
- {
- "x": 1833,
- "y": 837,
- "h": 128,
- "w": 128
- },
- {
- "x": 492,
- "y": 852,
- "h": 111,
- "w": 111
- },
- {
- "x": 870,
- "y": 875,
- "h": 120,
- "w": 120
- },
- {
- "x": 375,
- "y": 843,
- "h": 125,
- "w": 125
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013475866009600"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/FMkSxjQsmW",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013550730223616",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013550730223616",
- "media_url_https": "https://pbs.twimg.com/media/GRPNQBuXoAA7ZI8.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 135,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 725,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 848,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1225,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013550730223616"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/FMkSxjQsmW",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013565649371136",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013565649371136",
- "media_url_https": "https://pbs.twimg.com/media/GRPNQ5TXwAA9302.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1481,
- "y": 773,
- "h": 105,
- "w": 105
- },
- {
- "x": 423,
- "y": 759,
- "h": 109,
- "w": 109
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 868,
- "y": 453,
- "h": 62,
- "w": 62
- },
- {
- "x": 248,
- "y": 445,
- "h": 64,
- "w": 64
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 491,
- "y": 256,
- "h": 35,
- "w": 35
- },
- {
- "x": 140,
- "y": 252,
- "h": 36,
- "w": 36
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 2170,
- "y": 1133,
- "h": 155,
- "w": 155
- },
- {
- "x": 621,
- "y": 1113,
- "h": 161,
- "w": 161
- }
- ]
- }
- },
- "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": 285,
- "w": 3000,
- "h": 1680
- },
- {
- "x": 500,
- "y": 0,
- "w": 2000,
- "h": 2000
- },
- {
- "x": 623,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 1000,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013565649371136"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/FMkSxjQsmW",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1807013601892241699/photo/1",
- "id_str": "1807013586205540352",
- "indices": [
- 278,
- 301
- ],
- "media_key": "3_1807013586205540352",
- "media_url_https": "https://pbs.twimg.com/media/GRPNSF4WAAA70Yq.jpg",
- "type": "photo",
- "url": "https://t.co/FMkSxjQsmW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1197,
- "y": 917,
- "h": 69,
- "w": 69
- },
- {
- "x": 1001,
- "y": 499,
- "h": 171,
- "w": 171
- },
- {
- "x": 15,
- "y": 335,
- "h": 207,
- "w": 207
- },
- {
- "x": 435,
- "y": 333,
- "h": 295,
- "w": 295
- },
- {
- "x": 1573,
- "y": 311,
- "h": 345,
- "w": 345
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 701,
- "y": 537,
- "h": 40,
- "w": 40
- },
- {
- "x": 586,
- "y": 292,
- "h": 100,
- "w": 100
- },
- {
- "x": 9,
- "y": 196,
- "h": 121,
- "w": 121
- },
- {
- "x": 255,
- "y": 195,
- "h": 173,
- "w": 173
- },
- {
- "x": 922,
- "y": 182,
- "h": 202,
- "w": 202
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 397,
- "y": 304,
- "h": 23,
- "w": 23
- },
- {
- "x": 332,
- "y": 165,
- "h": 56,
- "w": 56
- },
- {
- "x": 5,
- "y": 111,
- "h": 68,
- "w": 68
- },
- {
- "x": 144,
- "y": 110,
- "h": 98,
- "w": 98
- },
- {
- "x": 522,
- "y": 103,
- "h": 114,
- "w": 114
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1754,
- "y": 1344,
- "h": 102,
- "w": 102
- },
- {
- "x": 1467,
- "y": 732,
- "h": 251,
- "w": 251
- },
- {
- "x": 23,
- "y": 492,
- "h": 304,
- "w": 304
- },
- {
- "x": 638,
- "y": 489,
- "h": 433,
- "w": 433
- },
- {
- "x": 2305,
- "y": 457,
- "h": 506,
- "w": 506
- }
- ]
- }
- },
- "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": 1246,
- "y": 0,
- "w": 1754,
- "h": 2000
- },
- {
- "x": 2000,
- "y": 0,
- "w": 1000,
- "h": 2000
- },
- {
- "x": 0,
- "y": 0,
- "w": 3000,
- "h": 2000
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807013586205540352"
- }
- }
- }
- ]
- },
- "favorite_count": 379,
- "favorited": false,
- "full_text": "Сьогодні в Україні відбувся перший Національний молитовний сніданок, на який зібралися різні учасники, представники різних країн і спільнот.\n\nМи можемо бути різними, і ми йшли різними шляхами, але ми всі поєднані нашим прагненням зберегти найсвітліше в людях і в нашій країні – https://t.co/FMkSxjQsmW",
- "in_reply_to_screen_name": "ZelenskyyUa",
- "in_reply_to_status_id_str": "1807013377706717313",
- "in_reply_to_user_id_str": "1120633726478823425",
- "is_quote_status": false,
- "lang": "uk",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 15,
- "retweet_count": 55,
+ "reply_count": 2,
+ "retweet_count": 17,
"retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1807013601892241699"
+ "user_id_str": "143427448",
+ "id_str": "1842671553999261909"
}
}
},
@@ -30659,8 +39135,8 @@
"metadata": {
"conversationMetadata": {
"allTweetIds": [
- "1807013377706717313",
- "1807013601892241699"
+ "1842671551126327391",
+ "1842671553999261909"
],
"enableDeduplication": true
}
@@ -30677,8 +39153,8 @@
}
},
{
- "entryId": "tweet-1807010567724421207",
- "sortIndex": "1807077696136544206",
+ "entryId": "tweet-1842671103438942543",
+ "sortIndex": "1842759124685684671",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -30688,24 +39164,38 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807010567724421207",
+ "rest_id": "1842671103438942543",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo1Nzk3NDc1NjQ=",
- "rest_id": "579747564",
- "affiliates_highlighted_label": {},
+ "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": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Mon May 14 08:03:59 +0000 2012",
- "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": "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",
+ "description": "The official account of @StateDept’s Spokesperson serving under the leadership of the 71st Secretary of State @SecBlinken.",
"entities": {
"description": {
"urls": []
@@ -30713,9 +39203,9 @@
"url": {
"urls": [
{
- "display_url": "presidentilves.ee",
- "expanded_url": "http://www.presidentilves.ee",
- "url": "https://t.co/lnQ9ajxxvK",
+ "display_url": "state.gov/newsroom",
+ "expanded_url": "https://state.gov/newsroom",
+ "url": "https://t.co/uYwa4Ko0Is",
"indices": [
0,
23
@@ -30725,835 +39215,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 22021,
- "followers_count": 197887,
- "friends_count": 1938,
- "has_custom_timelines": true,
+ "favourites_count": 66,
+ "followers_count": 627303,
+ "friends_count": 33,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 2131,
- "location": "Estonia",
- "media_count": 1165,
- "name": "toomas ilves, ex-verif",
- "normal_followers_count": 197887,
- "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": 217608,
- "translator_type": "none",
- "url": "https://t.co/lnQ9ajxxvK",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807010567724421207"
- ],
- "editable_until_msecs": "1719663466635",
- "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": "Sat Jun 29 11:17:46 +0000 2024",
- "conversation_id_str": "1807010567724421207",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1464160197828657153",
- "name": "Dr. M.F. Khan",
- "screen_name": "Dr_TheHistories",
- "indices": [
- 3,
- 19
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @Dr_TheHistories: In ancient Greece, women were forbidden to study medicine for several years until someone broke the law. Born in 300 B…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 8476,
- "retweeted": false,
- "user_id_str": "579747564",
- "id_str": "1807010567724421207",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806720878799114442",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDY0MTYwMTk3ODI4NjU3MTUz",
- "rest_id": "1464160197828657153",
- "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 Nov 26 09:13:07 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Researcher and Author, with profound interest in ancient history. Holds the doctorate (PhD.) degree in History and specialisation in Archaeology. (24)",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 22433,
- "followers_count": 85801,
- "friends_count": 98,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 600,
- "location": "",
- "media_count": 4607,
- "name": "Dr. M.F. Khan",
- "normal_followers_count": 85801,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1464160197828657153/1638186008",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1486051209572061185/JhVPRW1c_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Dr_TheHistories",
- "statuses_count": 19378,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": false
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806720878799114442"
- ],
- "editable_until_msecs": "1719594399000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1502353",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Android",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY3MjA4Nzg1ODUyNDk3OTI=",
- "text": "In ancient Greece, women were forbidden to study medicine for several years until someone broke the law. Born in 300 BC, Agnodice cut her hair and entered Alexandria medical school dressed as a man. While walking the streets of Athens after completing her medical education, she heard the cries of a woman in labour. However, the woman did not want Agnodice to touch her although she was in severe pain, because she thought Agnodice was a man. Agnodice proved that she was a woman by removing her clothes without anyone seeing and helped the woman deliver her baby.\n\nThe story would soon spread among the women and all the women who were sick began to go to Agnodice. The male doctors grew envious and accused Agnodice, whom they thought was male, of seducing female patients. At her trial, Agnodice, stood before the court and proved that she was a woman but this time, she was sentenced to death for studying medicine and practicing medicine as a woman.\n\nWomen revolted at the sentence, especially the wives of the judges who had given the death penalty. Some said that if Agnodice was killed, they would go to their deaths with her. Unable to withstand the pressures of their wives and other women, the judges lifted Agnodice's sentence, and from then on, women were allowed to practice medicine, provided they only looked after women.\n\nThus, Agnodice made her mark in history as the first Greek female doctor, physician and gynecologist. This plaque depicting Agnodice at work was excavated at Ostia, Italy.\n\n#drthehistories",
- "entity_set": {
- "hashtags": [
- {
- "indices": [
- 1513,
- 1528
- ],
- "text": "drthehistories"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 4612,
- "bookmarked": false,
- "created_at": "Fri Jun 28 16:06:39 +0000 2024",
- "conversation_id_str": "1806720878799114442",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/cqemioi5g7",
- "expanded_url": "https://twitter.com/Dr_TheHistories/status/1806720878799114442/photo/1",
- "id_str": "1806720875976347648",
- "indices": [
- 279,
- 302
- ],
- "media_key": "3_1806720875976347648",
- "media_url_https": "https://pbs.twimg.com/media/GRLDEHTaUAAmPs_.jpg",
- "type": "photo",
- "url": "https://t.co/CqemioI5G7",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "medium": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "small": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 476,
- "width": 645,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 645,
- "h": 361
- },
- {
- "x": 0,
- "y": 0,
- "w": 476,
- "h": 476
- },
- {
- "x": 0,
- "y": 0,
- "w": 418,
- "h": 476
- },
- {
- "x": 90,
- "y": 0,
- "w": 238,
- "h": 476
- },
- {
- "x": 0,
- "y": 0,
- "w": 645,
- "h": 476
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806720875976347648"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/CqemioI5G7",
- "expanded_url": "https://twitter.com/Dr_TheHistories/status/1806720878799114442/photo/1",
- "id_str": "1806720875976347648",
- "indices": [
- 279,
- 302
- ],
- "media_key": "3_1806720875976347648",
- "media_url_https": "https://pbs.twimg.com/media/GRLDEHTaUAAmPs_.jpg",
- "type": "photo",
- "url": "https://t.co/CqemioI5G7",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 65,
- "y": 102,
- "h": 48,
- "w": 48
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "medium": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "small": {
- "h": 476,
- "w": 645,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 476,
- "width": 645,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 645,
- "h": 361
- },
- {
- "x": 0,
- "y": 0,
- "w": 476,
- "h": 476
- },
- {
- "x": 0,
- "y": 0,
- "w": 418,
- "h": 476
- },
- {
- "x": 90,
- "y": 0,
- "w": 238,
- "h": 476
- },
- {
- "x": 0,
- "y": 0,
- "w": 645,
- "h": 476
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806720875976347648"
- }
- }
- }
- ]
- },
- "favorite_count": 37190,
- "favorited": false,
- "full_text": "In ancient Greece, women were forbidden to study medicine for several years until someone broke the law. Born in 300 BC, Agnodice cut her hair and entered Alexandria medical school dressed as a man. While walking the streets of Athens after completing her medical education, she https://t.co/CqemioI5G7",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 595,
- "reply_count": 347,
- "retweet_count": 8476,
- "retweeted": false,
- "user_id_str": "1464160197828657153",
- "id_str": "1806720878799114442"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807009816490934701",
- "sortIndex": "1807077696136544205",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807009816490934701",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1Nzk3NDc1NjQ=",
- "rest_id": "579747564",
- "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 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": 22021,
- "followers_count": 197887,
- "friends_count": 1938,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2131,
- "location": "Estonia",
- "media_count": 1165,
- "name": "toomas ilves, ex-verif",
- "normal_followers_count": 197887,
- "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": 217608,
- "translator_type": "none",
- "url": "https://t.co/lnQ9ajxxvK",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807009816490934701"
- ],
- "editable_until_msecs": "1719663287527",
- "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": "Sat Jun 29 11:14:47 +0000 2024",
- "conversation_id_str": "1807009816490934701",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "351401862",
- "name": "Jaanika Merilo",
- "screen_name": "jaanikamerilo",
- "indices": [
- 3,
- 17
- ]
- },
- {
- "id_str": "579747564",
- "name": "toomas ilves, ex-verif",
- "screen_name": "IlvesToomas",
- "indices": [
- 19,
- 31
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @jaanikamerilo: @IlvesToomas Christo Grozev even said that with all due respect, he wouldn´t even travel to Austria because \"it is leaki…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 9,
- "retweeted": false,
- "user_id_str": "579747564",
- "id_str": "1807009816490934701",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806991999557382620",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozNTE0MDE4NjI=",
- "rest_id": "351401862",
- "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 09 05:58:24 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Tech innovation, eHealth, AI, OSINT, geopolitics, charity https://t.co/756HxKMJ6R, Masters Kings College London, Lecturer at Academy of Security Sciences in Estonia",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "Heroiamslava.org",
- "expanded_url": "http://Heroiamslava.org",
- "url": "https://t.co/756HxKMJ6R",
- "indices": [
- 58,
- 81
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "linkedin.com/in/jaanikameri…",
- "expanded_url": "https://www.linkedin.com/in/jaanikamerilo/",
- "url": "https://t.co/7hGuUmY0d3",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2922,
- "followers_count": 8625,
- "friends_count": 1459,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 120,
- "location": "Tallinn, Estonia",
- "media_count": 2940,
- "name": "Jaanika Merilo",
- "normal_followers_count": 8625,
- "pinned_tweet_ids_str": [
- "1692219404321239155"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/351401862/1670669503",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1794799617176981504/EOcCLQRz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "jaanikamerilo",
- "statuses_count": 5287,
- "translator_type": "none",
- "url": "https://t.co/7hGuUmY0d3",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806991999557382620"
- ],
- "editable_until_msecs": "1719659039000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3379",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:03:59 +0000 2024",
- "conversation_id_str": "1806926081233977745",
- "display_text_range": [
- 13,
- 177
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "579747564",
- "name": "toomas ilves, ex-verif",
- "screen_name": "IlvesToomas",
- "indices": [
- 0,
- 12
- ]
- }
- ]
- },
- "favorite_count": 50,
- "favorited": false,
- "full_text": "@IlvesToomas Christo Grozev even said that with all due respect, he wouldn´t even travel to Austria because \"it is leaking and just overwhelmed by spied and Russian influencers\"",
- "in_reply_to_screen_name": "IlvesToomas",
- "in_reply_to_status_id_str": "1806926081233977745",
- "in_reply_to_user_id_str": "579747564",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 9,
- "retweeted": false,
- "user_id_str": "351401862",
- "id_str": "1806991999557382620"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807008152245977437",
- "sortIndex": "1807077696136544204",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807008152245977437",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg1NDkzNTE5",
- "rest_id": "2885493519",
- "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 Nov 20 11:38:47 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Minister of Foreign Affairs of Ukraine 🇺🇦 Міністр закордонних справ України",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "uk.m.wikipedia.org/wiki/Кулеба_Дм…",
- "expanded_url": "https://uk.m.wikipedia.org/wiki/Кулеба_Дмитро_Іванович",
- "url": "https://t.co/UqqVspzRtj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2443,
- "followers_count": 1170015,
- "friends_count": 243,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8248,
- "location": "Київ",
- "media_count": 1883,
- "name": "Dmytro Kuleba",
- "normal_followers_count": 1170015,
+ "listed_count": 4442,
+ "location": "Dept. of State, Washington, DC",
+ "media_count": 2506,
+ "name": "Matthew Miller",
+ "normal_followers_count": 627303,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2885493519/1670528669",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589329247235182592/jXOx7Fvz_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": "DmytroKuleba",
- "statuses_count": 8420,
+ "screen_name": "StateDeptSpox",
+ "statuses_count": 14642,
"translator_type": "none",
- "url": "https://t.co/UqqVspzRtj",
+ "url": "https://t.co/uYwa4Ko0Is",
"verified": false,
"verified_type": "Government",
"want_retweets": false,
@@ -31566,731 +39246,64 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807008152245977437"
+ "1842671103438942543"
],
- "editable_until_msecs": "1719662890000",
+ "editable_until_msecs": "1728165600000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "24907",
+ "count": "101295",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDcwMDgxNTIxNTc4NTk4NDA=",
- "text": "On the sidelines of the Dubrovnik Forum in Croatia, I met Special Representative of the Chinese Government on European Affairs Wu Hongbo.\n\nI informed him about the first Peace Summit, which was held in Switzerland. We exchanged views on further efforts to restore just and lasting peace in Ukraine based on respect to the UN Charter and international law.\n\nUkraine and China will continue dialogue on peace and development. I emphasized the importance of strategically viewing our relationship both from a bilateral perspective and through the lens of Ukraine’s future membership in the European Union.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- }
- }
- }
- },
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 23,
"bookmarked": false,
- "created_at": "Sat Jun 29 11:08:10 +0000 2024",
- "conversation_id_str": "1807008152245977437",
+ "created_at": "Sat Oct 05 21:00:00 +0000 2024",
+ "conversation_id_str": "1842671103438942543",
"display_text_range": [
0,
- 280
+ 255
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/j7dbvmnrny",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807008152245977437/photo/1",
- "id_str": "1807008146935726080",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807008146935726080",
- "media_url_https": "https://pbs.twimg.com/media/GRPIVfBXQAAYKSd.jpg",
- "type": "photo",
- "url": "https://t.co/J7dBVmnrNy",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "medium": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "small": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 654,
- "width": 582,
- "focus_rects": [
- {
- "x": 0,
- "y": 49,
- "w": 582,
- "h": 326
- },
- {
- "x": 0,
- "y": 0,
- "w": 582,
- "h": 582
- },
- {
- "x": 8,
- "y": 0,
- "w": 574,
- "h": 654
- },
- {
- "x": 245,
- "y": 0,
- "w": 327,
- "h": 654
- },
- {
- "x": 0,
- "y": 0,
- "w": 582,
- "h": 654
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807008146935726080"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/J7dBVmnrNy",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1807008152245977437/photo/1",
- "id_str": "1807008146935726080",
- "indices": [
- 281,
- 304
- ],
- "media_key": "3_1807008146935726080",
- "media_url_https": "https://pbs.twimg.com/media/GRPIVfBXQAAYKSd.jpg",
- "type": "photo",
- "url": "https://t.co/J7dBVmnrNy",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 111,
- "y": 93,
- "h": 95,
- "w": 95
- },
- {
- "x": 357,
- "y": 134,
- "h": 112,
- "w": 112
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "medium": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "small": {
- "h": 654,
- "w": 582,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 654,
- "width": 582,
- "focus_rects": [
- {
- "x": 0,
- "y": 49,
- "w": 582,
- "h": 326
- },
- {
- "x": 0,
- "y": 0,
- "w": 582,
- "h": 582
- },
- {
- "x": 8,
- "y": 0,
- "w": 574,
- "h": 654
- },
- {
- "x": 245,
- "y": 0,
- "w": 327,
- "h": 654
- },
- {
- "x": 0,
- "y": 0,
- "w": 582,
- "h": 654
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807008146935726080"
- }
- }
- }
- ]
- },
- "favorite_count": 306,
- "favorited": false,
- "full_text": "On the sidelines of the Dubrovnik Forum in Croatia, I met Special Representative of the Chinese Government on European Affairs Wu Hongbo.\n\nI informed him about the first Peace Summit, which was held in Switzerland. We exchanged views on further efforts to restore just and lasting https://t.co/J7dBVmnrNy",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 30,
- "retweet_count": 60,
- "retweeted": false,
- "user_id_str": "2885493519",
- "id_str": "1807008152245977437"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807007513478373397",
- "sortIndex": "1807077696136544203",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807007513478373397",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807007513478373397"
- ],
- "editable_until_msecs": "1719662738000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "8252",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 5,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:05:38 +0000 2024",
- "conversation_id_str": "1807007513478373397",
- "display_text_range": [
- 0,
- 182
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 150,
- 164
- ],
- "text": "RussiaIsAJoke"
- },
- {
- "indices": [
- 165,
- 182
- ],
- "text": "StandWithUkraine"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/surxmnp0r5",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807007513478373397/photo/1",
- "id_str": "1807007508596183043",
- "indices": [
- 183,
- 206
- ],
- "media_key": "3_1807007508596183043",
- "media_url_https": "https://pbs.twimg.com/media/GRPHwVBW0AM6LB6.jpg",
- "type": "photo",
- "url": "https://t.co/SurxMnP0r5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1280,
- "w": 845,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 792,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 449,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1280,
- "width": 845,
- "focus_rects": [
- {
- "x": 0,
- "y": 372,
- "w": 845,
- "h": 473
- },
- {
- "x": 0,
- "y": 186,
- "w": 845,
- "h": 845
- },
- {
- "x": 0,
- "y": 127,
- "w": 845,
- "h": 963
- },
- {
- "x": 0,
- "y": 0,
- "w": 640,
- "h": 1280
- },
- {
- "x": 0,
- "y": 0,
- "w": 845,
- "h": 1280
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807007508596183043"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": [
{
- "id_str": "3131144855",
- "name": "Boris Johnson",
- "screen_name": "BorisJohnson",
+ "id_str": "1350150750966603777",
+ "name": "Secretary Antony Blinken",
+ "screen_name": "SecBlinken",
"indices": [
- 123,
- 136
+ 1,
+ 12
+ ]
+ },
+ {
+ "id_str": "865482011523166209",
+ "name": "Jean-Noël Barrot",
+ "screen_name": "jnbarrot",
+ "indices": [
+ 67,
+ 76
]
}
]
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/SurxMnP0r5",
- "expanded_url": "https://twitter.com/olex_scherba/status/1807007513478373397/photo/1",
- "id_str": "1807007508596183043",
- "indices": [
- 183,
- 206
- ],
- "media_key": "3_1807007508596183043",
- "media_url_https": "https://pbs.twimg.com/media/GRPHwVBW0AM6LB6.jpg",
- "type": "photo",
- "url": "https://t.co/SurxMnP0r5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1280,
- "w": 845,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 792,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 449,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1280,
- "width": 845,
- "focus_rects": [
- {
- "x": 0,
- "y": 372,
- "w": 845,
- "h": 473
- },
- {
- "x": 0,
- "y": 186,
- "w": 845,
- "h": 845
- },
- {
- "x": 0,
- "y": 127,
- "w": 845,
- "h": 963
- },
- {
- "x": 0,
- "y": 0,
- "w": 640,
- "h": 1280
- },
- {
- "x": 0,
- "y": 0,
- "w": 845,
- "h": 1280
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807007508596183043"
- }
- }
- }
- ]
- },
- "favorite_count": 143,
+ "favorite_count": 102,
"favorited": false,
- "full_text": "Some russian TG channels report Ukraine is getting ready to invade Belarus. “Boris Johnson himself approved of the plan”.\n\n@BorisJohnson, did you? 😂\n\n#RussiaIsAJoke #StandWithUkraine https://t.co/SurxMnP0r5",
+ "full_text": ".@SecBlinken spoke on the phone today with French Foreign Minister @jnbarrot about Israel, Gaza, and Lebanon and the importance of diplomacy to address the conflict. The United States is grateful for France’s partnership on Middle East peace and security.",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 23,
- "retweet_count": 33,
+ "quote_count": 39,
+ "reply_count": 209,
+ "retweet_count": 32,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1807007513478373397"
+ "user_id_str": "1967216306",
+ "id_str": "1842671103438942543"
}
}
},
@@ -32308,8 +39321,8 @@
}
},
{
- "entryId": "tweet-1807007044198699410",
- "sortIndex": "1807077696136544202",
+ "entryId": "tweet-1842661970870149432",
+ "sortIndex": "1842759124685684670",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -32319,24 +39332,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807007044198699410",
+ "rest_id": "1842661970870149432",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
+ "id": "VXNlcjo3MTA0ODcyNg==",
+ "rest_id": "71048726",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
- "created_at": "Wed Apr 27 12:18:25 +0000 2011",
- "default_profile": true,
+ "created_at": "Wed Sep 02 19:16:44 +0000 2009",
+ "default_profile": false,
"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.",
+ "description": "Founding Partner and Washington Correspondent, @PuckNews. All views my own. Void where prohibited.",
"entities": {
"description": {
"urls": []
@@ -32344,9 +39358,9 @@
"url": {
"urls": [
{
- "display_url": "bellingcat.com",
- "expanded_url": "http://www.bellingcat.com",
- "url": "https://t.co/ZoOPpVAJcd",
+ "display_url": "puck.news/author/julia-i…",
+ "expanded_url": "https://puck.news/author/julia-ioffe/",
+ "url": "https://t.co/gHu7d24p51",
"indices": [
0,
23
@@ -32356,27 +39370,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
+ "favourites_count": 38862,
+ "followers_count": 404968,
+ "friends_count": 3389,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
+ "listed_count": 6807,
+ "location": "Washington, DC",
+ "media_count": 2744,
+ "name": "Julia Ioffe",
+ "normal_followers_count": 404968,
"pinned_tweet_ids_str": [
- "1802683550614860002"
+ "1841537615511642410"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
+ "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": "EliotHiggins",
- "statuses_count": 300348,
+ "screen_name": "juliaioffe",
+ "statuses_count": 54733,
"translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
+ "url": "https://t.co/gHu7d24p51",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -32386,7 +39400,7 @@
}
},
"card": {
- "rest_id": "https://t.co/hsMoaSRXyL",
+ "rest_id": "https://t.co/KQ1OVw3DOG",
"legacy": {
"binding_values": [
{
@@ -32395,7 +39409,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -32406,7 +39420,7 @@
"image_value": {
"height": 150,
"width": 267,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=280x150"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -32414,14 +39428,14 @@
{
"key": "description",
"value": {
- "string_value": "The controversial billionaire has been at the centre of multiple litigations in NZ.",
+ "string_value": "Matt Olsen, head of the Justice Department’s national security division, on Russia ramping up their U.S. election meddling and Iran’s aggressive hacking of the Trump campaign.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.nzherald.co.nz",
+ "string_value": "puck.news",
"type": "STRING"
}
},
@@ -32431,7 +39445,7 @@
"image_value": {
"height": 320,
"width": 569,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=800x320_1"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -32442,7 +39456,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -32451,9 +39465,9 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -32464,7 +39478,7 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "14765253",
+ "id_str": "1402444870464200704",
"path": []
}
}
@@ -32475,7 +39489,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -32486,7 +39500,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -32497,28 +39511,18 @@
"image_value": {
"height": 81,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=144x144"
},
"type": "IMAGE"
}
},
- {
- "key": "creator",
- "value": {
- "type": "USER",
- "user_value": {
- "id_str": "14765253",
- "path": []
- }
- }
- },
{
"key": "thumbnail_image_x_large",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -32527,25 +39531,18 @@
"key": "photo_image_full_size_original",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
},
- {
- "key": "photo_image_full_size_alt_text",
- "value": {
- "string_value": "Kim Dotcom's appeal against a 2022 High Court ruling allowing seized electronic devices to be sent to the FBI has failed. Photo / Greg Bowker",
- "type": "STRING"
- }
- },
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "nzherald.co.nz",
+ "string_value": "puck.news",
"type": "STRING"
}
},
@@ -32555,62 +39552,55 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=600x314"
},
"type": "IMAGE"
}
},
- {
- "key": "summary_photo_image_alt_text",
- "value": {
- "string_value": "Kim Dotcom's appeal against a 2022 High Court ruling allowing seized electronic devices to be sent to the FBI has failed. Photo / Greg Bowker",
- "type": "STRING"
- }
- },
{
"key": "thumbnail_image_color",
"value": {
"image_color_value": {
"palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
{
"rgb": {
"blue": 38,
- "green": 35,
- "red": 30
+ "green": 25,
+ "red": 17
},
- "percentage": 27.62
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
+ "blue": 107,
"green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
"red": 164
},
- "percentage": 2.51
+ "percentage": 8.31
+ },
+ {
+ "rgb": {
+ "blue": 23,
+ "green": 36,
+ "red": 62
+ },
+ "percentage": 4.74
+ },
+ {
+ "rgb": {
+ "blue": 175,
+ "green": 162,
+ "red": 148
+ },
+ "percentage": 3.05
+ },
+ {
+ "rgb": {
+ "blue": 85,
+ "green": 160,
+ "red": 198
+ },
+ "percentage": 1.13
}
]
},
@@ -32620,7 +39610,7 @@
{
"key": "title",
"value": {
- "string_value": "Court gives go-ahead for Kim Dotcom’s hard drives to be passed to FBI - NZ Herald",
+ "string_value": "Biden’s Election Cop Tells All",
"type": "STRING"
}
},
@@ -32629,45 +39619,45 @@
"value": {
"image_color_value": {
"palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
{
"rgb": {
"blue": 38,
- "green": 35,
- "red": 30
+ "green": 25,
+ "red": 17
},
- "percentage": 27.62
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
+ "blue": 107,
"green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
"red": 164
},
- "percentage": 2.51
+ "percentage": 8.31
+ },
+ {
+ "rgb": {
+ "blue": 23,
+ "green": 36,
+ "red": 62
+ },
+ "percentage": 4.74
+ },
+ {
+ "rgb": {
+ "blue": 175,
+ "green": 162,
+ "red": 148
+ },
+ "percentage": 3.05
+ },
+ {
+ "rgb": {
+ "blue": 85,
+ "green": 160,
+ "red": 198
+ },
+ "percentage": 1.13
}
]
},
@@ -32678,9 +39668,9 @@
"key": "summary_photo_image_x_large",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -32691,7 +39681,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -32701,45 +39691,45 @@
"value": {
"image_color_value": {
"palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
{
"rgb": {
"blue": 38,
- "green": 35,
- "red": 30
+ "green": 25,
+ "red": 17
},
- "percentage": 27.62
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
+ "blue": 107,
"green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
"red": 164
},
- "percentage": 2.51
+ "percentage": 8.31
+ },
+ {
+ "rgb": {
+ "blue": 23,
+ "green": 36,
+ "red": 62
+ },
+ "percentage": 4.74
+ },
+ {
+ "rgb": {
+ "blue": 175,
+ "green": 162,
+ "red": 148
+ },
+ "percentage": 3.05
+ },
+ {
+ "rgb": {
+ "blue": 85,
+ "green": 160,
+ "red": 198
+ },
+ "percentage": 1.13
}
]
},
@@ -32750,9 +39740,9 @@
"key": "photo_image_full_size_x_large",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -32761,7 +39751,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/hsMoaSRXyL",
+ "string_value": "https://t.co/KQ1OVw3DOG",
"type": "STRING"
}
},
@@ -32769,9 +39759,9 @@
"key": "summary_photo_image_original",
"value": {
"image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -32789,4739 +39779,25 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/hsMoaSRXyL",
+ "url": "https://t.co/KQ1OVw3DOG",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDc2NTI1Mw==",
- "rest_id": "14765253",
+ "id": "VXNlcjoxNDAyNDQ0ODcwNDY0MjAwNzA0",
+ "rest_id": "1402444870464200704",
"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 May 13 21:54:59 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "New Zealand’s Herald.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "nzherald.co.nz",
- "expanded_url": "http://www.nzherald.co.nz",
- "url": "https://t.co/WG10G2RKAr",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 777,
- "followers_count": 448457,
- "friends_count": 2774,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2967,
- "location": "New Zealand",
- "media_count": 92988,
- "name": "nzherald",
- "normal_followers_count": 448457,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14765253/1669177800",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724515876215623680/SK8H4yFK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nzherald",
- "statuses_count": 195927,
- "translator_type": "none",
- "url": "https://t.co/WG10G2RKAr",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDc2NTI1Mw==",
- "rest_id": "14765253",
- "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 May 13 21:54:59 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "New Zealand’s Herald.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "nzherald.co.nz",
- "expanded_url": "http://www.nzherald.co.nz",
- "url": "https://t.co/WG10G2RKAr",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 777,
- "followers_count": 448457,
- "friends_count": 2774,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2967,
- "location": "New Zealand",
- "media_count": 92988,
- "name": "nzherald",
- "normal_followers_count": 448457,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14765253/1669177800",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724515876215623680/SK8H4yFK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nzherald",
- "statuses_count": 195927,
- "translator_type": "none",
- "url": "https://t.co/WG10G2RKAr",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807007044198699410"
- ],
- "editable_until_msecs": "1719662626561",
- "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": "Sat Jun 29 11:03:46 +0000 2024",
- "conversation_id_str": "1807007044198699410",
- "display_text_range": [
- 0,
- 139
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "970452819319902208",
- "name": "Beefeater",
- "screen_name": "Beefeater_Fella",
- "indices": [
- 3,
- 19
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @Beefeater_Fella: Court gives go-ahead for Kim Dotcom’s hard drives to be passed to FBI - a time of reckoning has come for this muppet.…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 231,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1807007044198699410",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806995975363330554",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo5NzA0NTI4MTkzMTk5MDIyMDg=",
- "rest_id": "970452819319902208",
- "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 Mar 05 00:15:57 +0000 2018",
- "default_profile": false,
- "default_profile_image": false,
- "description": "🇬🇧 Beefeater 🇬🇧 #NAFO #Fella 🇺🇦 The Guardian of Facts 🫶 plɹoM uʍop ǝpısdn uɐ uı uoıʇɐɯɹoɟuısıp ɹǝʇunoɔ puɐ sʍǝıΛ 'sʍǝN 👁️",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "patreon.com/Beefeater_Fella",
- "expanded_url": "https://patreon.com/Beefeater_Fella",
- "url": "https://t.co/Pnov9YvTn1",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 28780,
- "followers_count": 24494,
- "friends_count": 8859,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 303,
- "location": "Bletchley Park",
- "media_count": 12984,
- "name": "Beefeater",
- "normal_followers_count": 24494,
- "pinned_tweet_ids_str": [
- "1791270360928661967"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/970452819319902208/1673805876",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679774524210806784/N7l0jjOy_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Beefeater_Fella",
- "statuses_count": 42938,
- "translator_type": "none",
- "url": "https://t.co/Pnov9YvTn1",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/hsMoaSRXyL",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 267,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "The controversial billionaire has been at the centre of multiple litigations in NZ.",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.nzherald.co.nz",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?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/1806227790770905088/Y4rAyXyp?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "14765253",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?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/1806227790770905088/Y4rAyXyp?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "creator",
- "value": {
- "type": "USER",
- "user_value": {
- "id_str": "14765253",
- "path": []
- }
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?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/1806227790770905088/Y4rAyXyp?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_alt_text",
- "value": {
- "string_value": "Kim Dotcom's appeal against a 2022 High Court ruling allowing seized electronic devices to be sent to the FBI has failed. Photo / Greg Bowker",
- "type": "STRING"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "nzherald.co.nz",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "summary_photo_image_alt_text",
- "value": {
- "string_value": "Kim Dotcom's appeal against a 2022 High Court ruling allowing seized electronic devices to be sent to the FBI has failed. Photo / Greg Bowker",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
- {
- "rgb": {
- "blue": 38,
- "green": 35,
- "red": 30
- },
- "percentage": 27.62
- },
- {
- "rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
- "green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
- "red": 164
- },
- "percentage": 2.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Court gives go-ahead for Kim Dotcom’s hard drives to be passed to FBI - NZ Herald",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
- {
- "rgb": {
- "blue": 38,
- "green": 35,
- "red": 30
- },
- "percentage": 27.62
- },
- {
- "rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
- "green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
- "red": 164
- },
- "percentage": 2.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?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/1806227790770905088/Y4rAyXyp?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 231,
- "green": 229,
- "red": 227
- },
- "percentage": 55.23
- },
- {
- "rgb": {
- "blue": 38,
- "green": 35,
- "red": 30
- },
- "percentage": 27.62
- },
- {
- "rgb": {
- "blue": 117,
- "green": 124,
- "red": 153
- },
- "percentage": 7.05
- },
- {
- "rgb": {
- "blue": 117,
- "green": 126,
- "red": 123
- },
- "percentage": 2.7
- },
- {
- "rgb": {
- "blue": 204,
- "green": 189,
- "red": 164
- },
- "percentage": 2.51
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/hsMoaSRXyL",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 675,
- "width": 1200,
- "url": "https://pbs.twimg.com/card_img/1806227790770905088/Y4rAyXyp?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/hsMoaSRXyL",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDc2NTI1Mw==",
- "rest_id": "14765253",
- "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 May 13 21:54:59 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "New Zealand’s Herald.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "nzherald.co.nz",
- "expanded_url": "http://www.nzherald.co.nz",
- "url": "https://t.co/WG10G2RKAr",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 777,
- "followers_count": 448457,
- "friends_count": 2774,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2967,
- "location": "New Zealand",
- "media_count": 92988,
- "name": "nzherald",
- "normal_followers_count": 448457,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14765253/1669177800",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724515876215623680/SK8H4yFK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nzherald",
- "statuses_count": 195927,
- "translator_type": "none",
- "url": "https://t.co/WG10G2RKAr",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDc2NTI1Mw==",
- "rest_id": "14765253",
- "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 May 13 21:54:59 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "New Zealand’s Herald.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "nzherald.co.nz",
- "expanded_url": "http://www.nzherald.co.nz",
- "url": "https://t.co/WG10G2RKAr",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 777,
- "followers_count": 448457,
- "friends_count": 2774,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2967,
- "location": "New Zealand",
- "media_count": 92988,
- "name": "nzherald",
- "normal_followers_count": 448457,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14765253/1669177800",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724515876215623680/SK8H4yFK_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nzherald",
- "statuses_count": 195927,
- "translator_type": "none",
- "url": "https://t.co/WG10G2RKAr",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806995975363330554"
- ],
- "editable_until_msecs": "1719659987000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "30438",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 18,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:19:47 +0000 2024",
- "conversation_id_str": "1806995975363330554",
- "display_text_range": [
- 0,
- 163
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "nzherald.co.nz/nz/court-gives…",
- "expanded_url": "https://www.nzherald.co.nz/nz/court-gives-go-ahead-for-kim-dotcoms-hard-drives-to-be-passed-to-fbi/WDSLTNNFCJEKBL4AU3Q6NNY6FM/",
- "url": "https://t.co/hsMoaSRXyL",
- "indices": [
- 140,
- 163
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 1150,
- "favorited": false,
- "full_text": "Court gives go-ahead for Kim Dotcom’s hard drives to be passed to FBI - a time of reckoning has come for this muppet. \n\nFAFO sunshine, FAFO https://t.co/hsMoaSRXyL",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 14,
- "reply_count": 65,
- "retweet_count": 231,
- "retweeted": false,
- "user_id_str": "970452819319902208",
- "id_str": "1806995975363330554"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807006479477559433",
- "sortIndex": "1807077696136544201",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807006479477559433",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807006479477559433"
- ],
- "editable_until_msecs": "1719662491921",
- "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": "Sat Jun 29 11:01:31 +0000 2024",
- "conversation_id_str": "1807006479477559433",
- "display_text_range": [
- 0,
- 38
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/nabpsktgro",
- "expanded_url": "https://twitter.com/Hootsbudy/status/1807005751627366423/photo/1",
- "id_str": "1807005737823997952",
- "indices": [
- 15,
- 38
- ],
- "media_key": "3_1807005737823997952",
- "media_url_https": "https://pbs.twimg.com/media/GRPGJQYXkAAcTCh.png",
- "source_status_id_str": "1807005751627366423",
- "source_user_id_str": "74142766",
- "type": "photo",
- "url": "https://t.co/nabpSkTGro",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "medium": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "small": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 559,
- "width": 536,
- "focus_rects": [
- {
- "x": 0,
- "y": 227,
- "w": 536,
- "h": 300
- },
- {
- "x": 0,
- "y": 23,
- "w": 536,
- "h": 536
- },
- {
- "x": 46,
- "y": 0,
- "w": 490,
- "h": 559
- },
- {
- "x": 209,
- "y": 0,
- "w": 280,
- "h": 559
- },
- {
- "x": 0,
- "y": 0,
- "w": 536,
- "h": 559
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807005737823997952"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "74142766",
- "name": "John Ballard 🟧",
- "screen_name": "Hootsbudy",
- "indices": [
- 3,
- 13
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/nabpSkTGro",
- "expanded_url": "https://twitter.com/Hootsbudy/status/1807005751627366423/photo/1",
- "id_str": "1807005737823997952",
- "indices": [
- 15,
- 38
- ],
- "media_key": "3_1807005737823997952",
- "media_url_https": "https://pbs.twimg.com/media/GRPGJQYXkAAcTCh.png",
- "source_status_id_str": "1807005751627366423",
- "source_user_id_str": "74142766",
- "type": "photo",
- "url": "https://t.co/nabpSkTGro",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "medium": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "small": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 559,
- "width": 536,
- "focus_rects": [
- {
- "x": 0,
- "y": 227,
- "w": 536,
- "h": 300
- },
- {
- "x": 0,
- "y": 23,
- "w": 536,
- "h": 536
- },
- {
- "x": 46,
- "y": 0,
- "w": 490,
- "h": 559
- },
- {
- "x": 209,
- "y": 0,
- "w": 280,
- "h": 559
- },
- {
- "x": 0,
- "y": 0,
- "w": 536,
- "h": 559
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807005737823997952"
- }
- }
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @Hootsbudy: https://t.co/nabpSkTGro",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 48,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1807006479477559433",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807005751627366423",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3NDE0Mjc2Ng==",
- "rest_id": "74142766",
- "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 14 12:22:37 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Retired cafeteria manager, blogging at https://t.co/tikCc7EqFr",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "hootsnewplace.blogspot.com",
- "expanded_url": "http://hootsnewplace.blogspot.com",
- "url": "https://t.co/tikCc7EqFr",
- "indices": [
- 39,
- 62
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "hootsnewplace.blogspot.com",
- "expanded_url": "http://hootsnewplace.blogspot.com/",
- "url": "https://t.co/wa6qo2cN1M",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 29367,
- "followers_count": 629,
- "friends_count": 531,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 39,
- "location": "Canton, GA",
- "media_count": 4914,
- "name": "John Ballard 🟧",
- "normal_followers_count": 629,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1268552506650562560/h18U4dFX_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Hootsbudy",
- "statuses_count": 84885,
- "translator_type": "none",
- "url": "https://t.co/wa6qo2cN1M",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807005751627366423"
- ],
- "editable_until_msecs": "1719662318000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4650",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:58:38 +0000 2024",
- "conversation_id_str": "1807005751627366423",
- "display_text_range": [
- 0,
- 0
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/nabpsktgro",
- "expanded_url": "https://twitter.com/Hootsbudy/status/1807005751627366423/photo/1",
- "id_str": "1807005737823997952",
- "indices": [
- 0,
- 23
- ],
- "media_key": "3_1807005737823997952",
- "media_url_https": "https://pbs.twimg.com/media/GRPGJQYXkAAcTCh.png",
- "type": "photo",
- "url": "https://t.co/nabpSkTGro",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "medium": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "small": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 559,
- "width": 536,
- "focus_rects": [
- {
- "x": 0,
- "y": 227,
- "w": 536,
- "h": 300
- },
- {
- "x": 0,
- "y": 23,
- "w": 536,
- "h": 536
- },
- {
- "x": 46,
- "y": 0,
- "w": 490,
- "h": 559
- },
- {
- "x": 209,
- "y": 0,
- "w": 280,
- "h": 559
- },
- {
- "x": 0,
- "y": 0,
- "w": 536,
- "h": 559
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807005737823997952"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/nabpSkTGro",
- "expanded_url": "https://twitter.com/Hootsbudy/status/1807005751627366423/photo/1",
- "id_str": "1807005737823997952",
- "indices": [
- 0,
- 23
- ],
- "media_key": "3_1807005737823997952",
- "media_url_https": "https://pbs.twimg.com/media/GRPGJQYXkAAcTCh.png",
- "type": "photo",
- "url": "https://t.co/nabpSkTGro",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 10,
- "y": 92,
- "h": 73,
- "w": 73
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "medium": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "small": {
- "h": 559,
- "w": 536,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 559,
- "width": 536,
- "focus_rects": [
- {
- "x": 0,
- "y": 227,
- "w": 536,
- "h": 300
- },
- {
- "x": 0,
- "y": 23,
- "w": 536,
- "h": 536
- },
- {
- "x": 46,
- "y": 0,
- "w": 490,
- "h": 559
- },
- {
- "x": 209,
- "y": 0,
- "w": 280,
- "h": 559
- },
- {
- "x": 0,
- "y": 0,
- "w": 536,
- "h": 559
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1807005737823997952"
- }
- }
- }
- ]
- },
- "favorite_count": 74,
- "favorited": false,
- "full_text": "https://t.co/nabpSkTGro",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 4,
- "retweet_count": 48,
- "retweeted": false,
- "user_id_str": "74142766",
- "id_str": "1807005751627366423"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807006267241541848",
- "sortIndex": "1807077696136544200",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807006267241541848",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807006267241541848"
- ],
- "editable_until_msecs": "1719662441000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "2627",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 11:00:41 +0000 2024",
- "conversation_id_str": "1807006267241541848",
- "display_text_range": [
- 0,
- 23
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "heathercoxrichardson.substack.com/p/june-28-2024…",
- "expanded_url": "https://heathercoxrichardson.substack.com/p/june-28-2024?utm_source=substack&utm_medium=email&utm_campaign=email-restack-comment&r=3tv9q&triedRedirect=true",
- "url": "https://t.co/eMd4fXevTm",
- "indices": [
- 0,
- 23
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 8,
- "favorited": false,
- "full_text": "https://t.co/eMd4fXevTm",
- "is_quote_status": false,
- "lang": "zxx",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1807006267241541848"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807003476515291394",
- "sortIndex": "1807077696136544199",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807003476515291394",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyOTAxMDcxMA==",
- "rest_id": "29010710",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Sun Apr 05 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": 21575,
- "followers_count": 71556,
- "friends_count": 4554,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2095,
- "location": "",
- "media_count": 6062,
- "name": "Leonid Ragozin",
- "normal_followers_count": 71556,
- "pinned_tweet_ids_str": [
- "1804880692062409056"
- ],
- "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": 65188,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807003476515291394"
- ],
- "editable_until_msecs": "1719661775000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "8793",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806677104106607074",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0MTA4MDUwMDY=",
- "rest_id": "410805006",
- "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": "Sat Nov 12 15:59:03 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "foreign affairs writer @newleftreview @newstatesman, associate @alamedainst, co-founder/eic @balkanist, californian. email: lynch.lily@gmail.com",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "lilylynch.substack.com",
- "expanded_url": "https://lilylynch.substack.com/",
- "url": "https://t.co/EQxHyixxKD",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 104554,
- "followers_count": 32389,
- "friends_count": 2925,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 399,
- "location": "",
- "media_count": 508,
- "name": "Lily Lynch",
- "normal_followers_count": 32389,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/410805006/1719585842",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1741153125879119872/8HkyqtSi_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "lilyslynch",
- "statuses_count": 11124,
- "translator_type": "none",
- "url": "https://t.co/EQxHyixxKD",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806677104106607074"
- ],
- "editable_until_msecs": "1719583962000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "36592",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 22,
- "bookmarked": false,
- "created_at": "Fri Jun 28 13:12:42 +0000 2024",
- "conversation_id_str": "1806677104106607074",
- "display_text_range": [
- 0,
- 275
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 516,
- "favorited": false,
- "full_text": "The speed and totality with which the entire DNC media and political class has turned on Biden is staggering. Had they really convinced themselves that this was just conservative \"disinformation\" until last night? Makes you wonder what else they're in collective denial about",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 15,
- "reply_count": 27,
- "retweet_count": 114,
- "retweeted": false,
- "user_id_str": "410805006",
- "id_str": "1806677104106607074"
- }
- }
- },
- "legacy": {
- "bookmark_count": 7,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:49:35 +0000 2024",
- "conversation_id_str": "1807003476515291394",
- "display_text_range": [
- 0,
- 50
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 94,
- "favorited": false,
- "full_text": "They’ll do the same with Ukraine when they need to",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 3,
- "quoted_status_id_str": "1806677104106607074",
- "quoted_status_permalink": {
- "url": "https://t.co/kFEfTfeJy3",
- "expanded": "https://twitter.com/lilyslynch/status/1806677104106607074",
- "display": "x.com/lilyslynch/sta…"
- },
- "reply_count": 8,
- "retweet_count": 18,
- "retweeted": false,
- "user_id_str": "29010710",
- "id_str": "1807003476515291394"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807002045913739453",
- "sortIndex": "1807077696136544198",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807002045913739453",
- "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": 4941,
- "followers_count": 393889,
- "friends_count": 1638,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6657,
- "location": "#Kyiv, #Ukraine",
- "media_count": 33579,
- "name": "KyivPost",
- "normal_followers_count": 393889,
- "pinned_tweet_ids_str": [
- "1800154519663456263"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1716706837",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "KyivPost",
- "statuses_count": 78254,
- "translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807002045913739453"
- ],
- "editable_until_msecs": "1719661434000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "5698",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:43:54 +0000 2024",
- "conversation_id_str": "1807002045913739453",
- "display_text_range": [
- 0,
- 256
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 61,
- 68
- ],
- "text": "Dnipro"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/64uozqzcrw",
- "expanded_url": "https://twitter.com/KyivPost/status/1807002045913739453/video/1",
- "id_str": "1807001878271606784",
- "indices": [
- 257,
- 280
- ],
- "media_key": "13_1807001878271606784",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1807001878271606784/img/vSVyWEPlECUQELMt.jpg",
- "type": "video",
- "url": "https://t.co/64UOzqzcrW",
- "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": 15120,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/pl/VIRgK0h9lSsFFIRb.m3u8?tag=16"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/320x568/-Wwng1L2MQl6aDLv.mp4?tag=16"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/480x852/pnmsY2eGw2gXJisK.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/720x1280/EmF6sD9lfbc1Jixg.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1807001878271606784"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/64UOzqzcrW",
- "expanded_url": "https://twitter.com/KyivPost/status/1807002045913739453/video/1",
- "id_str": "1807001878271606784",
- "indices": [
- 257,
- 280
- ],
- "media_key": "13_1807001878271606784",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1807001878271606784/img/vSVyWEPlECUQELMt.jpg",
- "type": "video",
- "url": "https://t.co/64UOzqzcrW",
- "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": 15120,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/pl/VIRgK0h9lSsFFIRb.m3u8?tag=16"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/320x568/-Wwng1L2MQl6aDLv.mp4?tag=16"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/480x852/pnmsY2eGw2gXJisK.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1807001878271606784/vid/avc1/720x1280/EmF6sD9lfbc1Jixg.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1807001878271606784"
- }
- }
- }
- ]
- },
- "favorite_count": 38,
- "favorited": false,
- "full_text": "❗️The moment a Russian missile hit a residential building in #Dnipro.\n\nRussia shelled Dnipro in the evening of June 28. One person was killed, and another 13 people were injured.\n\n5 people are considered missing. The rescue and search operation is ongoing. https://t.co/64UOzqzcrW",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 20,
- "retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1807002045913739453"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807000218698748002",
- "sortIndex": "1807077696136544197",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807000218698748002",
- "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": 317,
- "followers_count": 2061770,
- "friends_count": 37,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
- "pinned_tweet_ids_str": [
- "1799095538886840698"
- ],
- "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": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/A76JrRZSGW",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 205,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "\"Thank you to Google for this crucial initiative, which demonstrates that the rich linguistic & cultural heritage of Ukraine's indigenous people is valuable to the global community,\" Ukraine's...",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "kyivindependent.com",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 293,
- "width": 400,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?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/1807000138205847553/rLzJor4c?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?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/1807000138205847553/rLzJor4c?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/1807000138205847553/rLzJor4c?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 73,
- "width": 100,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?format=jpg&name=100x100"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_original",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?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/1807000138205847553/rLzJor4c?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 67,
- "green": 57,
- "red": 49
- },
- "percentage": 32.66
- },
- {
- "rgb": {
- "blue": 227,
- "green": 203,
- "red": 167
- },
- "percentage": 22.61
- },
- {
- "rgb": {
- "blue": 117,
- "green": 113,
- "red": 118
- },
- "percentage": 21.37
- },
- {
- "rgb": {
- "blue": 192,
- "green": 147,
- "red": 56
- },
- "percentage": 8.71
- },
- {
- "rgb": {
- "blue": 65,
- "green": 68,
- "red": 76
- },
- "percentage": 3.12
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Foreign Ministry hails Google Translate's addition of Crimean Tatar language",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 67,
- "green": 57,
- "red": 49
- },
- "percentage": 32.66
- },
- {
- "rgb": {
- "blue": 227,
- "green": 203,
- "red": 167
- },
- "percentage": 22.61
- },
- {
- "rgb": {
- "blue": 117,
- "green": 113,
- "red": 118
- },
- "percentage": 21.37
- },
- {
- "rgb": {
- "blue": 192,
- "green": 147,
- "red": 56
- },
- "percentage": 8.71
- },
- {
- "rgb": {
- "blue": 65,
- "green": 68,
- "red": 76
- },
- "percentage": 3.12
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?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/1807000138205847553/rLzJor4c?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 67,
- "green": 57,
- "red": 49
- },
- "percentage": 32.66
- },
- {
- "rgb": {
- "blue": 227,
- "green": 203,
- "red": 167
- },
- "percentage": 22.61
- },
- {
- "rgb": {
- "blue": 117,
- "green": 113,
- "red": 118
- },
- "percentage": 21.37
- },
- {
- "rgb": {
- "blue": 192,
- "green": 147,
- "red": 56
- },
- "percentage": 8.71
- },
- {
- "rgb": {
- "blue": 65,
- "green": 68,
- "red": 76
- },
- "percentage": 3.12
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/A76JrRZSGW",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 909,
- "width": 1240,
- "url": "https://pbs.twimg.com/card_img/1807000138205847553/rLzJor4c?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/A76JrRZSGW",
- "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": 317,
- "followers_count": 2061770,
- "friends_count": 37,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
- "pinned_tweet_ids_str": [
- "1799095538886840698"
- ],
- "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": 45051,
- "translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807000218698748002"
- ],
- "editable_until_msecs": "1719660999000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "63307",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 8,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:36:39 +0000 2024",
- "conversation_id_str": "1807000218698748002",
- "display_text_range": [
- 0,
- 263
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "kyivindependent.com/foreign-minist…",
- "expanded_url": "https://kyivindependent.com/foreign-ministry-hails-google-translates-addition-of-crimean-tatar-language/",
- "url": "https://t.co/A76JrRZSGW",
- "indices": [
- 240,
- 263
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 578,
- "favorited": false,
- "full_text": "⚡️Ukraine's Foreign Ministry hailed Google Translate's addition of the Crimean Tatar language.\n\nThe statement comes a few days after Google announced its \"largest expansion\" of Google Translate, which saw the addition of 110 new languages. https://t.co/A76JrRZSGW",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 5,
- "retweet_count": 130,
- "retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1807000218698748002"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806999926691221888",
- "sortIndex": "1807077696136544196",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806999926691221888",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyOTAxMDcxMA==",
- "rest_id": "29010710",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Sun Apr 05 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": 21575,
- "followers_count": 71556,
- "friends_count": 4554,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2095,
- "location": "",
- "media_count": 6062,
- "name": "Leonid Ragozin",
- "normal_followers_count": 71556,
- "pinned_tweet_ids_str": [
- "1804880692062409056"
- ],
- "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": 65188,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806999926691221888"
- ],
- "editable_until_msecs": "1719660929000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "2471",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:35:29 +0000 2024",
- "conversation_id_str": "1806999926691221888",
- "display_text_range": [
- 0,
- 209
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/k74zsw2osa",
- "expanded_url": "https://twitter.com/leonidragozin/status/1806999926691221888/photo/1",
- "id_str": "1806999917451182081",
- "indices": [
- 210,
- 233
- ],
- "media_key": "3_1806999917451182081",
- "media_url_https": "https://pbs.twimg.com/media/GRPA2dzWgAEuf8w.jpg",
- "type": "photo",
- "url": "https://t.co/K74ZSw2OsA",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 468,
- "w": 1284,
- "resize": "fit"
- },
- "medium": {
- "h": 437,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 248,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 468,
- "width": 1284,
- "focus_rects": [
- {
- "x": 126,
- "y": 0,
- "w": 836,
- "h": 468
- },
- {
- "x": 310,
- "y": 0,
- "w": 468,
- "h": 468
- },
- {
- "x": 339,
- "y": 0,
- "w": 411,
- "h": 468
- },
- {
- "x": 427,
- "y": 0,
- "w": 234,
- "h": 468
- },
- {
- "x": 0,
- "y": 0,
- "w": 1284,
- "h": 468
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806999917451182081"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/K74ZSw2OsA",
- "expanded_url": "https://twitter.com/leonidragozin/status/1806999926691221888/photo/1",
- "id_str": "1806999917451182081",
- "indices": [
- 210,
- 233
- ],
- "media_key": "3_1806999917451182081",
- "media_url_https": "https://pbs.twimg.com/media/GRPA2dzWgAEuf8w.jpg",
- "type": "photo",
- "url": "https://t.co/K74ZSw2OsA",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 468,
- "w": 1284,
- "resize": "fit"
- },
- "medium": {
- "h": 437,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 248,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 468,
- "width": 1284,
- "focus_rects": [
- {
- "x": 126,
- "y": 0,
- "w": 836,
- "h": 468
- },
- {
- "x": 310,
- "y": 0,
- "w": 468,
- "h": 468
- },
- {
- "x": 339,
- "y": 0,
- "w": 411,
- "h": 468
- },
- {
- "x": 427,
- "y": 0,
- "w": 234,
- "h": 468
- },
- {
- "x": 0,
- "y": 0,
- "w": 1284,
- "h": 468
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806999917451182081"
- }
- }
- }
- ]
- },
- "favorite_count": 22,
- "favorited": false,
- "full_text": "A WaPo headline that goes so far beyond Biden and his entourage or their imminent election defeat. It’s the culture of chronic delusion, deception and self-deception, especially with regards to foreign policy. https://t.co/K74ZSw2OsA",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 3,
- "retweeted": false,
- "user_id_str": "29010710",
- "id_str": "1806999926691221888"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806999435559289050",
- "sortIndex": "1807077696136544195",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806999435559289050",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg1NDkzNTE5",
- "rest_id": "2885493519",
- "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 Nov 20 11:38:47 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Minister of Foreign Affairs of Ukraine 🇺🇦 Міністр закордонних справ України",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "uk.m.wikipedia.org/wiki/Кулеба_Дм…",
- "expanded_url": "https://uk.m.wikipedia.org/wiki/Кулеба_Дмитро_Іванович",
- "url": "https://t.co/UqqVspzRtj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2443,
- "followers_count": 1170015,
- "friends_count": 243,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 8248,
- "location": "Київ",
- "media_count": 1883,
- "name": "Dmytro Kuleba",
- "normal_followers_count": 1170015,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2885493519/1670528669",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1589329247235182592/jXOx7Fvz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DmytroKuleba",
- "statuses_count": 8420,
- "translator_type": "none",
- "url": "https://t.co/UqqVspzRtj",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806999435559289050"
- ],
- "editable_until_msecs": "1719660812000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "23391",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY5OTk0MzU0MjA4NzY4MDA=",
- "text": "During our today’s discussion at @DubrovnikForum in Croatia, I stressed that Ukraine's victory will be the creation of a reality in which a new Russian attack will be impossible.\n\nAs we know from our own recent history, as well as from the history of other regions, peace without justice leads to a new war. Therefore, the goal is not just to end the war, but to create a reality in which peace is just and lasting, and a new war becomes impossible.\n\nIn this context, the Peace Summit in Switzerland was key. It brought together countries from all over the world—north, south, east, and west—and demonstrated that they all share adherence to the he UN Charter, the principles of international law and the need to respect the sovereignty and territorial integrity of countries. \n\nWhen we see that all these countries are ready to stand together and act together, it certainly gives us confidence that a just and lasting peace is possible.\n\n#DubrovnikForum2024",
- "entity_set": {
- "hashtags": [
- {
- "indices": [
- 939,
- 958
- ],
- "text": "DubrovnikForum2024"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1409425495796727809",
- "name": "Dubrovnik Forum 2024",
- "screen_name": "DubrovnikForum",
- "indices": [
- 33,
- 48
- ]
- }
- ]
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Sat Jun 29 10:33:32 +0000 2024",
- "conversation_id_str": "1806999435559289050",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/eezsgkc7os",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1806999435559289050/video/1",
- "id_str": "1806999221876166656",
- "indices": [
- 280,
- 303
- ],
- "media_key": "13_1806999221876166656",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1806999221876166656/img/uD3PHytiJG6nPvpE.jpg",
- "type": "video",
- "url": "https://t.co/eEZSgKc7os",
- "additional_media_info": {
- "monetizable": false
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 720,
- "w": 1258,
- "resize": "fit"
- },
- "medium": {
- "h": 687,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 389,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 720,
- "width": 1258,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 629,
- 360
- ],
- "duration_millis": 220381,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/pl/uIbtLcXtfCAJlPth.m3u8?tag=16"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/470x270/UD6hH-5P1U1IwBmU.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/628x360/fFDhbxtY5ut26k_q.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/1258x720/e5O8PWH-rhKmo5ff.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1806999221876166656"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1409425495796727809",
- "name": "Dubrovnik Forum 2024",
- "screen_name": "DubrovnikForum",
- "indices": [
- 33,
- 48
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/eEZSgKc7os",
- "expanded_url": "https://twitter.com/DmytroKuleba/status/1806999435559289050/video/1",
- "id_str": "1806999221876166656",
- "indices": [
- 280,
- 303
- ],
- "media_key": "13_1806999221876166656",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1806999221876166656/img/uD3PHytiJG6nPvpE.jpg",
- "type": "video",
- "url": "https://t.co/eEZSgKc7os",
- "additional_media_info": {
- "monetizable": false
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 720,
- "w": 1258,
- "resize": "fit"
- },
- "medium": {
- "h": 687,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 389,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 720,
- "width": 1258,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 629,
- 360
- ],
- "duration_millis": 220381,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/pl/uIbtLcXtfCAJlPth.m3u8?tag=16"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/470x270/UD6hH-5P1U1IwBmU.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/628x360/fFDhbxtY5ut26k_q.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806999221876166656/vid/avc1/1258x720/e5O8PWH-rhKmo5ff.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1806999221876166656"
- }
- }
- }
- ]
- },
- "favorite_count": 459,
- "favorited": false,
- "full_text": "During our today’s discussion at @DubrovnikForum in Croatia, I stressed that Ukraine's victory will be the creation of a reality in which a new Russian attack will be impossible.\n\nAs we know from our own recent history, as well as from the history of other regions, peace without https://t.co/eEZSgKc7os",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 6,
- "reply_count": 32,
- "retweet_count": 108,
- "retweeted": false,
- "user_id_str": "2885493519",
- "id_str": "1806999435559289050"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806998797639159871",
- "sortIndex": "1807077696136544194",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806998797639159871",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjgyNzE0OA==",
- "rest_id": "16827148",
- "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 Oct 17 16:55:19 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "@FT’s man in Kyiv. 14+ years reporting from Ukraine. Author of 📖 THE WAR CAME TO US 📖, published @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": [
- 124,
- 147
- ]
- }
- ]
- },
- "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": 55793,
- "followers_count": 409440,
- "friends_count": 4458,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 10715,
- "location": "Kyiv via Bakhmut; also NYC",
- "media_count": 8398,
- "name": "Christopher Miller",
- "normal_followers_count": 409440,
- "pinned_tweet_ids_str": [
- "1681278741144633344"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/16827148/1709125558",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771228379280195584/o_9a_gl2_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ChristopherJM",
- "statuses_count": 75192,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806998797639159871"
- ],
- "editable_until_msecs": "1719660660428",
- "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": "Sat Jun 29 10:31:00 +0000 2024",
- "conversation_id_str": "1806998797639159871",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "62213337",
- "name": "Andrei Kurkov",
- "screen_name": "AKurkov",
- "indices": [
- 3,
- 11
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @AKurkov: It's happening everyday in Ukraine. Yesterday Russian missile killed civilians in Dnipro. And not only in Dnipro. https://t.co…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 171,
- "retweeted": false,
- "user_id_str": "16827148",
- "id_str": "1806998797639159871",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806938630415421504",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MjIxMzMzNw==",
- "rest_id": "62213337",
- "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 Aug 02 06:37:26 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1652,
- "followers_count": 18895,
- "friends_count": 257,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 330,
- "location": "",
- "media_count": 338,
- "name": "Andrei Kurkov",
- "normal_followers_count": 18895,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1430339448/_________________2011_108_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "AKurkov",
- "statuses_count": 2538,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806938630415421504"
- ],
- "editable_until_msecs": "1719646315000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "34010",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 20,
- "bookmarked": false,
- "created_at": "Sat Jun 29 06:31:55 +0000 2024",
- "conversation_id_str": "1806938630415421504",
- "display_text_range": [
- 0,
- 113
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/pqknptpgd6",
- "expanded_url": "https://twitter.com/AKurkov/status/1806938630415421504/photo/1",
- "id_str": "1806938364181975040",
- "indices": [
- 114,
- 137
- ],
- "media_key": "3_1806938364181975040",
- "media_url_https": "https://pbs.twimg.com/media/GROI3mAXkAAo7M3.jpg",
- "type": "photo",
- "url": "https://t.co/PqkNPTpgd6",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 854,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 137,
- "w": 1280,
- "h": 717
- },
- {
- "x": 426,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 531,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 853,
- "y": 0,
- "w": 427,
- "h": 854
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 854
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806938364181975040"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/PqkNPTpgd6",
- "expanded_url": "https://twitter.com/AKurkov/status/1806938630415421504/photo/1",
- "id_str": "1806938364181975040",
- "indices": [
- 114,
- 137
- ],
- "media_key": "3_1806938364181975040",
- "media_url_https": "https://pbs.twimg.com/media/GROI3mAXkAAo7M3.jpg",
- "type": "photo",
- "url": "https://t.co/PqkNPTpgd6",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 854,
- "w": 1280,
- "resize": "fit"
- },
- "medium": {
- "h": 801,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 454,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 854,
- "width": 1280,
- "focus_rects": [
- {
- "x": 0,
- "y": 137,
- "w": 1280,
- "h": 717
- },
- {
- "x": 426,
- "y": 0,
- "w": 854,
- "h": 854
- },
- {
- "x": 531,
- "y": 0,
- "w": 749,
- "h": 854
- },
- {
- "x": 853,
- "y": 0,
- "w": 427,
- "h": 854
- },
- {
- "x": 0,
- "y": 0,
- "w": 1280,
- "h": 854
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806938364181975040"
- }
- }
- }
- ]
- },
- "favorite_count": 363,
- "favorited": false,
- "full_text": "It's happening everyday in Ukraine. Yesterday Russian missile killed civilians in Dnipro. And not only in Dnipro. https://t.co/PqkNPTpgd6",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 15,
- "reply_count": 8,
- "retweet_count": 171,
- "retweeted": false,
- "user_id_str": "62213337",
- "id_str": "1806938630415421504"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806990432934486228",
- "sortIndex": "1807077696136544193",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806990432934486228",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806990432934486228"
- ],
- "editable_until_msecs": "1719658666127",
- "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": "Sat Jun 29 09:57:46 +0000 2024",
- "conversation_id_str": "1806990432934486228",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1492948205704646657",
- "name": "Saeed Azimi",
- "screen_name": "SaeedAzimi1772",
- "indices": [
- 3,
- 18
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @SaeedAzimi1772: Qalibaf issues a statement in support of Jalili, says he maintains \"respect\" for Pezeshkian, but he is \"worried about h…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 15,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1806990432934486228",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806990196430225627",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDkyOTQ4MjA1NzA0NjQ2NjU3",
- "rest_id": "1492948205704646657",
- "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 Feb 13 19:46:17 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Freelance journalist and producer, contributing to reports for La Repubblica, PBS NewsHour\n\nBylines @BourseBazaar, @StimsonCenter\n\nViews personal!",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43362,
- "followers_count": 3925,
- "friends_count": 1585,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 77,
- "location": "Tehran",
- "media_count": 220,
- "name": "Saeed Azimi",
- "normal_followers_count": 3925,
- "pinned_tweet_ids_str": [
- "1679503067308228609"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1492948205704646657/1716227831",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1792615351181516801/532th5WQ_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SaeedAzimi1772",
- "statuses_count": 9601,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1586296525814120448",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806990196430225627"
- ],
- "editable_until_msecs": "1719658609000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "7780",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Android",
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:56:49 +0000 2024",
- "conversation_id_str": "1806990196430225627",
- "display_text_range": [
- 0,
- 273
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 19,
- "favorited": false,
- "full_text": "Qalibaf issues a statement in support of Jalili, says he maintains \"respect\" for Pezeshkian, but he is \"worried about his companions.\"\n\"All of us should try so that Dr. Jalili, as the candidate of the Revolution Front, would become the next president,\" the statement reads.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 4,
- "reply_count": 2,
- "retweet_count": 15,
- "retweeted": false,
- "user_id_str": "1492948205704646657",
- "id_str": "1806990196430225627"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806988562362978386",
- "sortIndex": "1807077696136544192",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806988562362978386",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/uJzYxzlNxP",
- "legacy": {
- "binding_values": [
- {
- "key": "player_url",
- "value": {
- "string_value": "https://www.youtube.com/embed/K9XxU5ocaTA",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?format=jpg&name=800x320_1"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "player_image",
- "value": {
- "image_value": {
- "height": 158,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?format=jpg&name=280x280"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "app_star_rating",
- "value": {
- "string_value": "4.67734",
- "type": "STRING"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "\"Ukraine is fighting for the free world,\" says Congressman Ritchie Torres of New York, arguing that \"the greatest threat to democracy and freedom - the value...",
- "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/1806731568666263552/KwEJDFPr?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "app_num_ratings",
- "value": {
- "string_value": "36,778,444",
- "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/1806731568666263552/KwEJDFPr?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "We must prevent Russia, China, Iran, & North Korea from winning",
- "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/uJzYxzlNxP",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 37,
- "green": 33,
- "red": 35
- },
- "percentage": 43.65
- },
- {
- "rgb": {
- "blue": 179,
- "green": 174,
- "red": 171
- },
- "percentage": 18.53
- },
- {
- "rgb": {
- "blue": 61,
- "green": 30,
- "red": 180
- },
- "percentage": 8.77
- },
- {
- "rgb": {
- "blue": 33,
- "green": 47,
- "red": 86
- },
- "percentage": 6.41
- },
- {
- "rgb": {
- "blue": 151,
- "green": 135,
- "red": 211
- },
- "percentage": 3.16
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "player_image_x_large",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?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/uJzYxzlNxP",
- "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,
+ "following": false,
+ "can_dm": true,
"can_media_tag": true,
- "created_at": "Tue Nov 13 21:43:46 +0000 2007",
- "default_profile": false,
+ "created_at": "Wed Jun 09 01:58:19 +0000 2021",
+ "default_profile": true,
"default_profile_image": false,
- "description": "like and subscribe.",
+ "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": []
@@ -37529,9 +39805,9 @@
"url": {
"urls": [
{
- "display_url": "youtube.com",
- "expanded_url": "http://youtube.com",
- "url": "https://t.co/bUisN3Y1A6",
+ "display_url": "puck.news",
+ "expanded_url": "http://puck.news",
+ "url": "https://t.co/XHfUCd4GM9",
"indices": [
0,
23
@@ -37541,30 +39817,43 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6224,
- "followers_count": 79781863,
- "friends_count": 1170,
+ "favourites_count": 1724,
+ "followers_count": 75409,
+ "friends_count": 646,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 79459,
- "location": "San Bruno, CA",
- "media_count": 15886,
- "name": "YouTube",
- "normal_followers_count": 79781863,
- "pinned_tweet_ids_str": [],
+ "listed_count": 900,
+ "location": "New York",
+ "media_count": 329,
+ "name": "Puck",
+ "normal_followers_count": 75409,
+ "pinned_tweet_ids_str": [
+ "1841589638760108059"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1717249269",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg",
+ "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": "YouTube",
- "statuses_count": 58960,
- "translator_type": "regular",
- "url": "https://t.co/bUisN3Y1A6",
+ "screen_name": "PuckNews",
+ "statuses_count": 4973,
+ "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"
+ }
+ ]
+ },
"tipjar_settings": {}
}
}
@@ -37574,9 +39863,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806988562362978386"
+ "1842661970870149432"
],
- "editable_until_msecs": "1719658220148",
+ "editable_until_msecs": "1728163423516",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -37584,23 +39873,12 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 09:50:20 +0000 2024",
- "conversation_control": {
- "policy": "Community",
- "conversation_owner_results": {
- "result": {
- "__typename": "User",
- "legacy": {
- "screen_name": "JayinKyiv"
- }
- }
- }
- },
- "conversation_id_str": "1806988562362978386",
+ "created_at": "Sat Oct 05 20:23:43 +0000 2024",
+ "conversation_id_str": "1842661970870149432",
"display_text_range": [
0,
140
@@ -37612,1614 +39890,31 @@
"urls": [],
"user_mentions": [
{
- "id_str": "1537130875296563200",
- "name": "Jay in Kyiv",
- "screen_name": "JayinKyiv",
+ "id_str": "71048726",
+ "name": "Julia Ioffe",
+ "screen_name": "juliaioffe",
"indices": [
3,
- 13
- ]
- },
- {
- "id_str": "1247612029",
- "name": "Ritchie Torres",
- "screen_name": "RitchieTorres",
- "indices": [
- 62,
- 76
+ 14
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @JayinKyiv: You have to watch this interview.\n\nCongressman @RitchieTorres absolutely nails it.\n\n\"Allowing Ukraine to fail would be the d…",
+ "full_text": "RT @juliaioffe: Matt Olsen, the man heading the DOJ's national security division and going after foreign election interference, explains wh…",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 344,
+ "retweet_count": 69,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806988562362978386",
+ "user_id_str": "71048726",
+ "id_str": "1842661970870149432",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806732693503184920",
- "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": "American in Ukraine",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 42921,
- "followers_count": 110404,
- "friends_count": 1622,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1993,
- "location": "Kyiv",
- "media_count": 11087,
- "name": "Jay in Kyiv",
- "normal_followers_count": 110404,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803814183118557184/V4jlh9YN_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JayinKyiv",
- "statuses_count": 31735,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/uJzYxzlNxP",
- "legacy": {
- "binding_values": [
- {
- "key": "player_url",
- "value": {
- "string_value": "https://www.youtube.com/embed/K9XxU5ocaTA",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?format=jpg&name=800x320_1"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "player_image",
- "value": {
- "image_value": {
- "height": 158,
- "width": 280,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?format=jpg&name=280x280"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "app_star_rating",
- "value": {
- "string_value": "4.67734",
- "type": "STRING"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "\"Ukraine is fighting for the free world,\" says Congressman Ritchie Torres of New York, arguing that \"the greatest threat to democracy and freedom - the value...",
- "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/1806731568666263552/KwEJDFPr?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "app_num_ratings",
- "value": {
- "string_value": "36,778,444",
- "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/1806731568666263552/KwEJDFPr?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "We must prevent Russia, China, Iran, & North Korea from winning",
- "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/uJzYxzlNxP",
- "type": "STRING"
- }
- },
- {
- "key": "player_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 37,
- "green": 33,
- "red": 35
- },
- "percentage": 43.65
- },
- {
- "rgb": {
- "blue": 179,
- "green": 174,
- "red": 171
- },
- "percentage": 18.53
- },
- {
- "rgb": {
- "blue": 61,
- "green": 30,
- "red": 180
- },
- "percentage": 8.77
- },
- {
- "rgb": {
- "blue": 33,
- "green": 47,
- "red": 86
- },
- "percentage": 6.41
- },
- {
- "rgb": {
- "blue": 151,
- "green": 135,
- "red": 211
- },
- "percentage": 3.16
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "player_image_x_large",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1806731568666263552/KwEJDFPr?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/uJzYxzlNxP",
- "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": 6224,
- "followers_count": 79781863,
- "friends_count": 1170,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 79459,
- "location": "San Bruno, CA",
- "media_count": 15886,
- "name": "YouTube",
- "normal_followers_count": 79781863,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1717249269",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427292844612595720/RC1YSvuT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "YouTube",
- "statuses_count": 58960,
- "translator_type": "regular",
- "url": "https://t.co/bUisN3Y1A6",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806732693503184920"
- ],
- "editable_until_msecs": "1719597216000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "45892",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Android",
- "legacy": {
- "bookmark_count": 24,
- "bookmarked": false,
- "created_at": "Fri Jun 28 16:53:36 +0000 2024",
- "conversation_control": {
- "policy": "Community",
- "conversation_owner_results": {
- "result": {
- "__typename": "User",
- "legacy": {
- "screen_name": "JayinKyiv"
- }
- }
- }
- },
- "conversation_id_str": "1806732693503184920",
- "display_text_range": [
- 0,
- 232
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "youtu.be/K9XxU5ocaTA?si…",
- "expanded_url": "https://youtu.be/K9XxU5ocaTA?si=TANcINFT3OL2qucR",
- "url": "https://t.co/uJzYxzlNxP",
- "indices": [
- 209,
- 232
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "1247612029",
- "name": "Ritchie Torres",
- "screen_name": "RitchieTorres",
- "indices": [
- 47,
- 61
- ]
- }
- ]
- },
- "favorite_count": 1057,
- "favorited": false,
- "full_text": "You have to watch this interview.\n\nCongressman @RitchieTorres absolutely nails it.\n\n\"Allowing Ukraine to fail would be the death of American leadership in the world\"\n\n\"Ukraine is fighting for the free world\"\n\nhttps://t.co/uJzYxzlNxP",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 9,
- "reply_count": 24,
- "retweet_count": 344,
- "retweeted": false,
- "user_id_str": "1537130875296563200",
- "id_str": "1806732693503184920"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806988147508551813",
- "sortIndex": "1807077696136544191",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806988147508551813",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806988147508551813"
- ],
- "editable_until_msecs": "1719658121239",
- "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": "Sat Jun 29 09:48:41 +0000 2024",
- "conversation_id_str": "1806988147508551813",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "131247137",
- "name": "Serhii Rieznik 🇺🇦",
- "screen_name": "serhii_rieznik",
- "indices": [
- 3,
- 18
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @serhii_rieznik: To perform combat tasks more effectively, our fighters require equipment for drones. Thanks to this equipment, they wil…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 41,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806988147508551813",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1801578636824166734",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzEyNDcxMzc=",
- "rest_id": "131247137",
- "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 Apr 09 18:25:50 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Donations for Kraken Special Unit 👇",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "kraken-volunteer.github.io",
- "expanded_url": "https://kraken-volunteer.github.io/",
- "url": "https://t.co/6Mt6MOJJ2E",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 217502,
- "followers_count": 5217,
- "friends_count": 993,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 51,
- "location": "Berlin, Germany",
- "media_count": 5038,
- "name": "Serhii Rieznik 🇺🇦",
- "normal_followers_count": 5217,
- "pinned_tweet_ids_str": [
- "1801578636824166734"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/131247137/1664722857",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1674497427783467008/l3uhkKNe_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "serhii_rieznik",
- "statuses_count": 26510,
- "translator_type": "none",
- "url": "https://t.co/6Mt6MOJJ2E",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1461973480170270727",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1801578636824166734"
- ],
- "editable_until_msecs": "1718368393000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "17066",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDE1Nzg2MzY3MzE5NDA4NjQ=",
- "text": "To perform combat tasks more effectively, our fighters require equipment for drones. Thanks to this equipment, they will be able to reach the enemy further than the enemy expects.\n\nTotal amount to collect: 300.000₴ or ~7000€\n\nWe rely on your support!\n\nPayPal:\nhttps://t.co/gy5HAROPMu\nMonobank:\nhttps://t.co/FqfL6rhwmR\nEverything else:\nhttps://t.co/6Mt6MOJJ2E",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [
- {
- "display_url": "paypal.me/serhiirieznik",
- "expanded_url": "https://www.paypal.me/serhiirieznik",
- "url": "https://t.co/gy5HAROPMu",
- "indices": [
- 260,
- 283
- ]
- },
- {
- "display_url": "send.monobank.ua/jar/7iRdML6ah8",
- "expanded_url": "https://send.monobank.ua/jar/7iRdML6ah8",
- "url": "https://t.co/FqfL6rhwmR",
- "indices": [
- 294,
- 317
- ]
- },
- {
- "display_url": "kraken-volunteer.github.io",
- "expanded_url": "https://kraken-volunteer.github.io/",
- "url": "https://t.co/6Mt6MOJJ2E",
- "indices": [
- 335,
- 358
- ]
- }
- ],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Fri Jun 14 11:33:13 +0000 2024",
- "conversation_id_str": "1801578636824166734",
- "display_text_range": [
- 0,
- 259
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/pvwu8ujqgs",
- "expanded_url": "https://twitter.com/serhii_rieznik/status/1801578636824166734/photo/1",
- "id_str": "1801577575614910464",
- "indices": [
- 260,
- 283
- ],
- "media_key": "3_1801577575614910464",
- "media_url_https": "https://pbs.twimg.com/media/GQB9QoXWEAA4vhS.jpg",
- "type": "photo",
- "url": "https://t.co/pvwU8UJqgS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 567,
- "y": 419,
- "h": 40,
- "w": 40
- },
- {
- "x": 367,
- "y": 557,
- "h": 32,
- "w": 32
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1024,
- "w": 1024,
- "resize": "fit"
- },
- "medium": {
- "h": 1024,
- "w": 1024,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1024,
- "width": 1024,
- "focus_rects": [
- {
- "x": 0,
- "y": 302,
- "w": 1024,
- "h": 573
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 1024
- },
- {
- "x": 126,
- "y": 0,
- "w": 898,
- "h": 1024
- },
- {
- "x": 512,
- "y": 0,
- "w": 512,
- "h": 1024
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 1024
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1801577575614910464"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/pvwU8UJqgS",
- "expanded_url": "https://twitter.com/serhii_rieznik/status/1801578636824166734/photo/1",
- "id_str": "1801577575614910464",
- "indices": [
- 260,
- 283
- ],
- "media_key": "3_1801577575614910464",
- "media_url_https": "https://pbs.twimg.com/media/GQB9QoXWEAA4vhS.jpg",
- "type": "photo",
- "url": "https://t.co/pvwU8UJqgS",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 567,
- "y": 419,
- "h": 40,
- "w": 40
- },
- {
- "x": 367,
- "y": 557,
- "h": 32,
- "w": 32
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 855,
- "y": 631,
- "h": 61,
- "w": 61
- },
- {
- "x": 554,
- "y": 839,
- "h": 49,
- "w": 49
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1024,
- "w": 1024,
- "resize": "fit"
- },
- "medium": {
- "h": 1024,
- "w": 1024,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1024,
- "width": 1024,
- "focus_rects": [
- {
- "x": 0,
- "y": 302,
- "w": 1024,
- "h": 573
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 1024
- },
- {
- "x": 126,
- "y": 0,
- "w": 898,
- "h": 1024
- },
- {
- "x": 512,
- "y": 0,
- "w": 512,
- "h": 1024
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 1024
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1801577575614910464"
- }
- }
- }
- ]
- },
- "favorite_count": 68,
- "favorited": false,
- "full_text": "To perform combat tasks more effectively, our fighters require equipment for drones. Thanks to this equipment, they will be able to reach the enemy further than the enemy expects.\n\nTotal amount to collect: 300.000₴ or ~7000€\n\nWe rely on your support!\n\nPayPal: https://t.co/pvwU8UJqgS",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 8,
- "reply_count": 9,
- "retweet_count": 41,
- "retweeted": false,
- "user_id_str": "131247137",
- "id_str": "1801578636824166734"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544322",
- "sortIndex": "1807077696136544190",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544322-tweet-1806690677402566669",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806690677402566669",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMDAxMTEwMA==",
- "rest_id": "30011100",
- "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 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. 📕Our Enemies Will Vanish📕is my latest book. Instagram/Threads @yarotrof",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "yarotrof.com",
- "expanded_url": "http://www.yarotrof.com",
- "url": "https://t.co/ExAi4dkh18",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3833,
- "followers_count": 142862,
- "friends_count": 4015,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4205,
- "location": "",
- "media_count": 1249,
- "name": "Yaroslav Trofimov",
- "normal_followers_count": 142862,
- "pinned_tweet_ids_str": [
- "1805607690254581777"
- ],
- "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": 26601,
- "translator_type": "none",
- "url": "https://t.co/ExAi4dkh18",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1467865587615473671",
- "professional_type": "Creator",
- "category": [
- {
- "id": 957,
- "name": "Author",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806690677402566669"
- ],
- "editable_until_msecs": "1719587198000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "26535",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806680161967812947",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0Nzk1NDY0Mg==",
- "rest_id": "47954642",
- "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 Jun 17 13:11:22 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The World's Leading Professional Organization for Journalists™, Communicators & Newsmakers •Est 1908•@NPCInstitute•@4thEstate•#NPCLive",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "press.org",
- "expanded_url": "http://www.press.org",
- "url": "https://t.co/ij7A2BZC0u",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 11848,
- "followers_count": 27728,
- "friends_count": 5351,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 783,
- "location": "529 14th St NW, Washington, DC",
- "media_count": 3733,
- "name": "National Press Club",
- "normal_followers_count": 27728,
- "pinned_tweet_ids_str": [
- "1806675845483802758"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/47954642/1704209248",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1773409995603705857/tOaAopJW_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "PressClubDC",
- "statuses_count": 26342,
- "translator_type": "none",
- "url": "https://t.co/ij7A2BZC0u",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806680161967812947"
- ],
- "editable_until_msecs": "1719584691000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "26944",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri Jun 28 13:24:51 +0000 2024",
- "conversation_id_str": "1806680161967812947",
- "display_text_range": [
- 0,
- 141
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 124,
- 141
- ],
- "text": "journalismawards"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/twbkblpazc",
- "expanded_url": "https://twitter.com/PressClubDC/status/1806680161967812947/photo/1",
- "id_str": "1806680067335995392",
- "indices": [
- 142,
- 165
- ],
- "media_key": "3_1806680067335995392",
- "media_url_https": "https://pbs.twimg.com/media/GRKd8vRXQAA0Fh0.jpg",
- "type": "photo",
- "url": "https://t.co/TWbkBlPAZc",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 900,
- "w": 1600,
- "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": 900,
- "width": 1600,
- "focus_rects": [
- {
- "x": 0,
- "y": 4,
- "w": 1600,
- "h": 896
- },
- {
- "x": 550,
- "y": 0,
- "w": 900,
- "h": 900
- },
- {
- "x": 606,
- "y": 0,
- "w": 789,
- "h": 900
- },
- {
- "x": 775,
- "y": 0,
- "w": 450,
- "h": 900
- },
- {
- "x": 0,
- "y": 0,
- "w": 1600,
- "h": 900
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806680067335995392"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "30011100",
- "name": "Yaroslav Trofimov",
- "screen_name": "yarotrof",
- "indices": [
- 38,
- 47
- ]
- },
- {
- "id_str": "3108351",
- "name": "The Wall Street Journal",
- "screen_name": "WSJ",
- "indices": [
- 56,
- 60
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/TWbkBlPAZc",
- "expanded_url": "https://twitter.com/PressClubDC/status/1806680161967812947/photo/1",
- "id_str": "1806680067335995392",
- "indices": [
- 142,
- 165
- ],
- "media_key": "3_1806680067335995392",
- "media_url_https": "https://pbs.twimg.com/media/GRKd8vRXQAA0Fh0.jpg",
- "type": "photo",
- "url": "https://t.co/TWbkBlPAZc",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 900,
- "w": 1600,
- "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": 900,
- "width": 1600,
- "focus_rects": [
- {
- "x": 0,
- "y": 4,
- "w": 1600,
- "h": 896
- },
- {
- "x": 550,
- "y": 0,
- "w": 900,
- "h": 900
- },
- {
- "x": 606,
- "y": 0,
- "w": 789,
- "h": 900
- },
- {
- "x": 775,
- "y": 0,
- "w": 450,
- "h": 900
- },
- {
- "x": 0,
- "y": 0,
- "w": 1600,
- "h": 900
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806680067335995392"
- }
- }
- }
- ]
- },
- "favorite_count": 20,
- "favorited": false,
- "full_text": "Congratulations to Yaroslav Trofimov (@yarotrof) of the @WSJ for winning the 2024 Lee Walczak Award for Political Analysis! #journalismawards https://t.co/TWbkBlPAZc",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1,
- "reply_count": 0,
- "retweet_count": 11,
- "retweeted": false,
- "user_id_str": "47954642",
- "id_str": "1806680161967812947"
- }
- }
- },
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Fri Jun 28 14:06:38 +0000 2024",
- "conversation_id_str": "1806690677402566669",
- "display_text_range": [
- 0,
- 45
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 311,
- "favorited": false,
- "full_text": "Honored to win the National Press Club award.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 6,
- "quoted_status_id_str": "1806680161967812947",
- "quoted_status_permalink": {
- "url": "https://t.co/lfQ20Op37S",
- "expanded": "https://twitter.com/pressclubdc/status/1806680161967812947",
- "display": "x.com/pressclubdc/st…"
- },
- "reply_count": 22,
- "retweet_count": 33,
- "retweeted": false,
- "user_id_str": "30011100",
- "id_str": "1806690677402566669"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544322-tweet-1806716619055321345",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806716619055321345",
+ "rest_id": "1841879866058363055",
"core": {
"user_results": {
"result": {
@@ -39231,6 +39926,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Sep 02 19:16:44 +0000 2009",
@@ -39256,25 +39952,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 38488,
- "followers_count": 405692,
- "friends_count": 3386,
+ "favourites_count": 38862,
+ "followers_count": 404968,
+ "friends_count": 3389,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6806,
+ "listed_count": 6807,
"location": "Washington, DC",
- "media_count": 2733,
+ "media_count": 2744,
"name": "Julia Ioffe",
- "normal_followers_count": 405692,
+ "normal_followers_count": 404968,
"pinned_tweet_ids_str": [
- "1803451318834524438"
+ "1841537615511642410"
],
"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": 54365,
+ "statuses_count": 54733,
"translator_type": "none",
"url": "https://t.co/gHu7d24p51",
"verified": false,
@@ -39285,3914 +39981,8 @@
}
}
},
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806716619055321345"
- ],
- "editable_until_msecs": "1719593383000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1866",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri Jun 28 15:49:43 +0000 2024",
- "conversation_id_str": "1806690677402566669",
- "display_text_range": [
- 10,
- 54
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "30011100",
- "name": "Yaroslav Trofimov",
- "screen_name": "yarotrof",
- "indices": [
- 0,
- 9
- ]
- }
- ]
- },
- "favorite_count": 7,
- "favorited": false,
- "full_text": "@yarotrof Congrats! Glad we drank to it ahead of time!",
- "in_reply_to_screen_name": "yarotrof",
- "in_reply_to_status_id_str": "1806690677402566669",
- "in_reply_to_user_id_str": "30011100",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "71048726",
- "id_str": "1806716619055321345"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544322-tweet-1806984193831821413",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806984193831821413",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMDAxMTEwMA==",
- "rest_id": "30011100",
- "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 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. 📕Our Enemies Will Vanish📕is my latest book. Instagram/Threads @yarotrof",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "yarotrof.com",
- "expanded_url": "http://www.yarotrof.com",
- "url": "https://t.co/ExAi4dkh18",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3833,
- "followers_count": 142862,
- "friends_count": 4015,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4205,
- "location": "",
- "media_count": 1249,
- "name": "Yaroslav Trofimov",
- "normal_followers_count": 142862,
- "pinned_tweet_ids_str": [
- "1805607690254581777"
- ],
- "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": 26601,
- "translator_type": "none",
- "url": "https://t.co/ExAi4dkh18",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1467865587615473671",
- "professional_type": "Creator",
- "category": [
- {
- "id": 957,
- "name": "Author",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806984193831821413"
- ],
- "editable_until_msecs": "1719657178000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "875",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:32:58 +0000 2024",
- "conversation_id_str": "1806690677402566669",
- "display_text_range": [
- 12,
- 42
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "71048726",
- "name": "Julia Ioffe",
- "screen_name": "juliaioffe",
- "indices": [
- 0,
- 11
- ]
- }
- ]
- },
- "favorite_count": 1,
- "favorited": false,
- "full_text": "@juliaioffe And ate! Offal kupaty forevah!",
- "in_reply_to_screen_name": "juliaioffe",
- "in_reply_to_status_id_str": "1806716619055321345",
- "in_reply_to_user_id_str": "71048726",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "30011100",
- "id_str": "1806984193831821413"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1806690677402566669",
- "1806716619055321345",
- "1806984193831821413"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806983629408505920",
- "sortIndex": "1807077696136544189",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806983629408505920",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMjI2MTEzMzcxNDgyODA4MzIx",
- "rest_id": "1226113371482808321",
- "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 08 12:00:26 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Sprecher des Auswärtigen Amts (@AuswaertigesAmt) / Spokesperson of the Federal Foreign Office (@GermanyDiplo) / All views are my own. RT ≠ endorsement. 🇩🇪🇪🇺",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "diplo.de",
- "expanded_url": "http://www.diplo.de",
- "url": "https://t.co/5TkOoKgTQG",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 19853,
- "followers_count": 13255,
- "friends_count": 2550,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 212,
- "location": "Berlin, Deutschland",
- "media_count": 673,
- "name": "Sebastian Fischer",
- "normal_followers_count": 13255,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1226113371482808321/1657659785",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1477691921988562952/Gl5efsml_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFischer_EU",
- "statuses_count": 7726,
- "translator_type": "none",
- "url": "https://t.co/5TkOoKgTQG",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "card://1806981217146818560",
- "legacy": {
- "binding_values": [
- {
- "key": "unified_card",
- "value": {
- "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"New sanctions against Belarus\",\"is_rtl\":false},\"subtitle\":{\"content\":\"europa.eu\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1806980090774904833\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://www.consilium.europa.eu/en/press/press-releases/2024/06/29/belarus-involvement-in-russia-s-war-of-aggression-against-ukraine-new-eu-restrictive-measures-target-trade-services-transport-and-anti-circumvention/?utm_source=x.com&utm_medium=social&utm_campaign=20240629-belarus-russia-sanctions&utm_content=visual-card\",\"vanity\":\"europa.eu\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1806980090774904833\":{\"id\":1806980090774904833,\"id_str\":\"1806980090774904833\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GROu0ZrXYAEw7xn.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":1080,\"height\":1080,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":605,\"w\":1080},{\"x\":0,\"y\":0,\"h\":1080,\"w\":1080},{\"x\":0,\"y\":0,\"h\":1080,\"w\":947},{\"x\":0,\"y\":0,\"h\":1080,\"w\":540},{\"x\":0,\"y\":0,\"h\":1080,\"w\":1080}]},\"sizes\":{\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":1080,\"h\":1080,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":1080,\"h\":1080,\"resize\":\"fit\"}},\"source_user_id\":206717989,\"source_user_id_str\":\"206717989\",\"media_key\":\"3_1806980090774904833\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":222,\"green\":222,\"blue\":222},\"percentage\":73.96},{\"rgb\":{\"red\":56,\"green\":56,\"blue\":56},\"percentage\":9.44},{\"rgb\":{\"red\":159,\"green\":178,\"blue\":225},\"percentage\":5.83},{\"rgb\":{\"red\":227,\"green\":98,\"blue\":98},\"percentage\":4.19},{\"rgb\":{\"red\":36,\"green\":79,\"blue\":164},\"percentage\":1.39}]}},\"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://1806981217146818560",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806983629408505920"
- ],
- "editable_until_msecs": "1719657044040",
- "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": "Sat Jun 29 09:30:44 +0000 2024",
- "conversation_id_str": "1806983629408505920",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "206717989",
- "name": "EU Council",
- "screen_name": "EUCouncil",
- "indices": [
- 3,
- 13
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @EUCouncil: 🚫 The EU has adopted new sanctions against the Belarusian regime in response to its involvement in Russia’s war of aggressio…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 54,
- "retweeted": false,
- "user_id_str": "1226113371482808321",
- "id_str": "1806983629408505920",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806981219357278349",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMDY3MTc5ODk=",
- "rest_id": "206717989",
- "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": "Sat Oct 23 15:22:50 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "27 EU governments making decisions together in the European Council & Council of the EU. Learn, participate, share. Latest news @eucouncilpress #eucouncil #euco",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "consilium.europa.eu",
- "expanded_url": "http://www.consilium.europa.eu",
- "url": "https://t.co/8Ex9xTQtiX",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 938,
- "followers_count": 771327,
- "friends_count": 560,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 5750,
- "location": "Brussels, Belgium",
- "media_count": 3505,
- "name": "EU Council",
- "normal_followers_count": 771327,
- "pinned_tweet_ids_str": [
- "1806494875640123713"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/206717989/1719560766",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806594762587164672/HjQ-0TKn_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "EUCouncil",
- "statuses_count": 9901,
- "translator_type": "none",
- "url": "https://t.co/8Ex9xTQtiX",
- "verified": false,
- "verified_type": "Government",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
"card": {
- "rest_id": "card://1806981217146818560",
- "legacy": {
- "binding_values": [
- {
- "key": "unified_card",
- "value": {
- "string_value": "{\"type\":\"image_website\",\"component_objects\":{\"details_1\":{\"type\":\"details\",\"data\":{\"title\":{\"content\":\"New sanctions against Belarus\",\"is_rtl\":false},\"subtitle\":{\"content\":\"europa.eu\",\"is_rtl\":false},\"destination\":\"browser_1\"}},\"media_1\":{\"type\":\"media\",\"data\":{\"id\":\"3_1806980090774904833\",\"destination\":\"browser_1\"}}},\"destination_objects\":{\"browser_1\":{\"type\":\"browser\",\"data\":{\"url_data\":{\"url\":\"https://www.consilium.europa.eu/en/press/press-releases/2024/06/29/belarus-involvement-in-russia-s-war-of-aggression-against-ukraine-new-eu-restrictive-measures-target-trade-services-transport-and-anti-circumvention/?utm_source=x.com&utm_medium=social&utm_campaign=20240629-belarus-russia-sanctions&utm_content=visual-card\",\"vanity\":\"europa.eu\"}}}},\"components\":[\"media_1\",\"details_1\"],\"media_entities\":{\"3_1806980090774904833\":{\"id\":1806980090774904833,\"id_str\":\"1806980090774904833\",\"indices\":[0,0],\"media_url\":\"\",\"media_url_https\":\"https://pbs.twimg.com/media/GROu0ZrXYAEw7xn.jpg\",\"url\":\"\",\"display_url\":\"\",\"expanded_url\":\"\",\"type\":\"photo\",\"original_info\":{\"width\":1080,\"height\":1080,\"focus_rects\":[{\"x\":0,\"y\":0,\"h\":605,\"w\":1080},{\"x\":0,\"y\":0,\"h\":1080,\"w\":1080},{\"x\":0,\"y\":0,\"h\":1080,\"w\":947},{\"x\":0,\"y\":0,\"h\":1080,\"w\":540},{\"x\":0,\"y\":0,\"h\":1080,\"w\":1080}]},\"sizes\":{\"small\":{\"w\":680,\"h\":680,\"resize\":\"fit\"},\"large\":{\"w\":1080,\"h\":1080,\"resize\":\"fit\"},\"thumb\":{\"w\":150,\"h\":150,\"resize\":\"crop\"},\"medium\":{\"w\":1080,\"h\":1080,\"resize\":\"fit\"}},\"source_user_id\":206717989,\"source_user_id_str\":\"206717989\",\"media_key\":\"3_1806980090774904833\",\"ext\":{\"mediaColor\":{\"r\":{\"ok\":{\"palette\":[{\"rgb\":{\"red\":222,\"green\":222,\"blue\":222},\"percentage\":73.96},{\"rgb\":{\"red\":56,\"green\":56,\"blue\":56},\"percentage\":9.44},{\"rgb\":{\"red\":159,\"green\":178,\"blue\":225},\"percentage\":5.83},{\"rgb\":{\"red\":227,\"green\":98,\"blue\":98},\"percentage\":4.19},{\"rgb\":{\"red\":36,\"green\":79,\"blue\":164},\"percentage\":1.39}]}},\"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://1806981217146818560",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806981219357278349"
- ],
- "editable_until_msecs": "1719656469000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "9335",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Advertisers",
- "legacy": {
- "bookmark_count": 3,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:21:09 +0000 2024",
- "conversation_id_str": "1806981219357278349",
- "display_text_range": [
- 0,
- 277
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 118,
- "favorited": false,
- "full_text": "🚫 The EU has adopted new sanctions against the Belarusian regime in response to its involvement in Russia’s war of aggression against Ukraine.\n\nThese measures target the trade, services and transport sectors and make sanctions circumvention more difficult.\n\nMore information ⤵️",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 7,
- "reply_count": 54,
- "retweet_count": 54,
- "retweeted": false,
- "user_id_str": "206717989",
- "id_str": "1806981219357278349"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806978121486238132",
- "sortIndex": "1807077696136544188",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806978121486238132",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806978121486238132"
- ],
- "editable_until_msecs": "1719655730000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4889",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806977862546698543",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNDM4MjQ2OA==",
- "rest_id": "24382468",
- "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 14 15:27:33 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Media professional. Senior Fellow at @AtlanticCouncil. DMs open for tips or questions. Sorry for typos.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/borzou",
- "expanded_url": "https://linktr.ee/borzou",
- "url": "https://t.co/PnfzpvbX9o",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4560,
- "followers_count": 88019,
- "friends_count": 1806,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2898,
- "location": "Agrabah",
- "media_count": 7878,
- "name": "Borzou Daragahi 🖊🗒",
- "normal_followers_count": 88019,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/24382468/1579158577",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640676303912292353/x-TxXSXl_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "borzou",
- "statuses_count": 57942,
- "translator_type": "regular",
- "url": "https://t.co/PnfzpvbX9o",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1485245744584011783",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806977862546698543"
- ],
- "editable_until_msecs": "1719655669000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "19690",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 7,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:07:49 +0000 2024",
- "conversation_id_str": "1806977862546698543",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 60,
- "favorited": false,
- "full_text": "Iran's 1st-round presidential election win for reformists and regime opponents\n\n* 40% turnout lowest in IRI's history\n* Despite boycott, reformist Pezeshkian came in 1st\n* Only 15% of electorate voted for hardliner Jalili. (matches my estimate of Khamenei true believers at 15%)",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 5,
- "reply_count": 4,
- "retweet_count": 35,
- "retweeted": false,
- "user_id_str": "24382468",
- "id_str": "1806977862546698543"
- }
- }
- },
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:08:50 +0000 2024",
- "conversation_id_str": "1806978121486238132",
- "display_text_range": [
- 0,
- 1
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 19,
- "favorited": false,
- "full_text": "🧵",
- "is_quote_status": true,
- "lang": "art",
- "quote_count": 0,
- "quoted_status_id_str": "1806977862546698543",
- "quoted_status_permalink": {
- "url": "https://t.co/gwJn5SlK00",
- "expanded": "https://twitter.com/borzou/status/1806977862546698543",
- "display": "x.com/borzou/status/…"
- },
- "reply_count": 0,
- "retweet_count": 11,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1806978121486238132"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806978019388444981",
- "sortIndex": "1807077696136544187",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806978019388444981",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NzQ1NTExMg==",
- "rest_id": "47455112",
- "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 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": 288,
- "followers_count": 177475,
- "friends_count": 10337,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 4606,
- "location": "Washington, D.C.",
- "media_count": 7159,
- "name": "Laura Rozen",
- "normal_followers_count": 177475,
- "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": 561170,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806978019388444981"
- ],
- "editable_until_msecs": "1719655706507",
- "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": "Sat Jun 29 09:08:26 +0000 2024",
- "conversation_id_str": "1806978019388444981",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "24382468",
- "name": "Borzou Daragahi 🖊🗒",
- "screen_name": "borzou",
- "indices": [
- 3,
- 10
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @borzou: Iran's 1st-round presidential election win for reformists and regime opponents\n\n* 40% turnout lowest in IRI's history\n* Despi…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 35,
- "retweeted": false,
- "user_id_str": "47455112",
- "id_str": "1806978019388444981",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806977862546698543",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNDM4MjQ2OA==",
- "rest_id": "24382468",
- "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 14 15:27:33 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Media professional. Senior Fellow at @AtlanticCouncil. DMs open for tips or questions. Sorry for typos.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/borzou",
- "expanded_url": "https://linktr.ee/borzou",
- "url": "https://t.co/PnfzpvbX9o",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4560,
- "followers_count": 88019,
- "friends_count": 1806,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2898,
- "location": "Agrabah",
- "media_count": 7878,
- "name": "Borzou Daragahi 🖊🗒",
- "normal_followers_count": 88019,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/24382468/1579158577",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640676303912292353/x-TxXSXl_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "borzou",
- "statuses_count": 57942,
- "translator_type": "regular",
- "url": "https://t.co/PnfzpvbX9o",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1485245744584011783",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806977862546698543"
- ],
- "editable_until_msecs": "1719655669000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "19690",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 7,
- "bookmarked": false,
- "created_at": "Sat Jun 29 09:07:49 +0000 2024",
- "conversation_id_str": "1806977862546698543",
- "display_text_range": [
- 0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 60,
- "favorited": false,
- "full_text": "Iran's 1st-round presidential election win for reformists and regime opponents\n\n* 40% turnout lowest in IRI's history\n* Despite boycott, reformist Pezeshkian came in 1st\n* Only 15% of electorate voted for hardliner Jalili. (matches my estimate of Khamenei true believers at 15%)",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 5,
- "reply_count": 4,
- "retweet_count": 35,
- "retweeted": false,
- "user_id_str": "24382468",
- "id_str": "1806977862546698543"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806976493483893035",
- "sortIndex": "1807077696136544186",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806976493483893035",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
- "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 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": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
- "pinned_tweet_ids_str": [
- "1802683550614860002"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "EliotHiggins",
- "statuses_count": 300348,
- "translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806976493483893035"
- ],
- "editable_until_msecs": "1719655342703",
- "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": "Sat Jun 29 09:02:22 +0000 2024",
- "conversation_id_str": "1806976493483893035",
- "display_text_range": [
- 0,
- 139
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "86101978",
- "name": "Mollie Goodfellow",
- "screen_name": "hansmollman",
- "indices": [
- 3,
- 15
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @hansmollman: Sorry but I think about the magic run of BBC Two 6pm when you were getting The Simpsons, The Fresh Prince, Malcolm in the…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806331423814484272",
- "quoted_status_permalink": {
- "url": "https://t.co/sgczlhtGOn",
- "expanded": "https://twitter.com/natalia_barbour/status/1806331423814484272",
- "display": "x.com/natalia_barbou…"
- },
- "reply_count": 0,
- "retweet_count": 978,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1806976493483893035",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806725759647510743",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NjEwMTk3OA==",
- "rest_id": "86101978",
- "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 Oct 29 16:13:14 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "a writer and professional person for many things. bafta connect member. it’s probably a joke. she/her. Co-host @historygap_pod Rep: @ITG_ltd",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "molliegoodfellow.co.uk",
- "expanded_url": "http://molliegoodfellow.co.uk",
- "url": "https://t.co/qFKl4ydBYd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 106330,
- "followers_count": 115058,
- "friends_count": 3058,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 420,
- "location": "mollie.goodfellow@gmail.com",
- "media_count": 7056,
- "name": "Mollie Goodfellow",
- "normal_followers_count": 115058,
- "pinned_tweet_ids_str": [
- "1745405024987947514"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/86101978/1655848277",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770415955937574913/c_9QMnYI_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "hansmollman",
- "statuses_count": 110731,
- "translator_type": "none",
- "url": "https://t.co/qFKl4ydBYd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806725759647510743"
- ],
- "editable_until_msecs": "1719595563000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "738570",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806331423814484272",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDA5MTg0NzU4",
- "rest_id": "1409184758",
- "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 May 07 01:55:38 +0000 2013",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Asst. Professor @UCF| transport 🚲 + sustainability| former asst. prof. @TUDelft and postdoc @MIT| reads books, writes tweets| she/her| 🇵🇱",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "nataliabarbour.com",
- "expanded_url": "http://www.nataliabarbour.com",
- "url": "https://t.co/batTGbClIU",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 12879,
- "followers_count": 12486,
- "friends_count": 2141,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 130,
- "location": "Orlando, FL",
- "media_count": 865,
- "name": "Natalia Barbour",
- "normal_followers_count": 12486,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1409184758/1696736386",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1564681461948715008/XkOIMzF0_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "natalia_barbour",
- "statuses_count": 5650,
- "translator_type": "none",
- "url": "https://t.co/batTGbClIU",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806331423814484272"
- ],
- "editable_until_msecs": "1719501546000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3394068",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 85,
- "bookmarked": false,
- "created_at": "Thu Jun 27 14:19:06 +0000 2024",
- "conversation_id_str": "1806331423814484272",
- "display_text_range": [
- 0,
- 51
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/tmmfjt7hgr",
- "expanded_url": "https://twitter.com/natalia_barbour/status/1806331423814484272/photo/1",
- "id_str": "1806331417426554880",
- "indices": [
- 52,
- 75
- ],
- "media_key": "3_1806331417426554880",
- "media_url_https": "https://pbs.twimg.com/media/GRFg2pJWcAA9Gzw.jpg",
- "type": "photo",
- "url": "https://t.co/TMmFJt7hGR",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1176,
- "y": 1396,
- "h": 86,
- "w": 86
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 689,
- "y": 817,
- "h": 50,
- "w": 50
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 390,
- "y": 463,
- "h": 28,
- "w": 28
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1176,
- "y": 1396,
- "h": 86,
- "w": 86
- }
- ]
- }
- },
- "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": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806331417426554880"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/TMmFJt7hGR",
- "expanded_url": "https://twitter.com/natalia_barbour/status/1806331423814484272/photo/1",
- "id_str": "1806331417426554880",
- "indices": [
- 52,
- 75
- ],
- "media_key": "3_1806331417426554880",
- "media_url_https": "https://pbs.twimg.com/media/GRFg2pJWcAA9Gzw.jpg",
- "type": "photo",
- "url": "https://t.co/TMmFJt7hGR",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1176,
- "y": 1396,
- "h": 86,
- "w": 86
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 689,
- "y": 817,
- "h": 50,
- "w": 50
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 390,
- "y": 463,
- "h": 28,
- "w": 28
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1176,
- "y": 1396,
- "h": 86,
- "w": 86
- }
- ]
- }
- },
- "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": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806331417426554880"
- }
- }
- }
- ]
- },
- "favorite_count": 623,
- "favorited": false,
- "full_text": "No kid remembers their best day in front of the TV. https://t.co/TMmFJt7hGR",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 1813,
- "reply_count": 399,
- "retweet_count": 103,
- "retweeted": false,
- "user_id_str": "1409184758",
- "id_str": "1806331423814484272"
- }
- }
- },
- "legacy": {
- "bookmark_count": 180,
- "bookmarked": false,
- "created_at": "Fri Jun 28 16:26:03 +0000 2024",
- "conversation_id_str": "1806725759647510743",
- "display_text_range": [
- 0,
- 179
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 16358,
- "favorited": false,
- "full_text": "Sorry but I think about the magic run of BBC Two 6pm when you were getting The Simpsons, The Fresh Prince, Malcolm in the Middle, Buffy the Vampire Slayer, Robot Wars all the time",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 65,
- "quoted_status_id_str": "1806331423814484272",
- "quoted_status_permalink": {
- "url": "https://t.co/sgczlhtGOn",
- "expanded": "https://twitter.com/natalia_barbour/status/1806331423814484272",
- "display": "x.com/natalia_barbou…"
- },
- "reply_count": 340,
- "retweet_count": 978,
- "retweeted": false,
- "user_id_str": "86101978",
- "id_str": "1806725759647510743"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806975674407625213",
- "sortIndex": "1807077696136544185",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806975674407625213",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806975674407625213"
- ],
- "editable_until_msecs": "1719655147420",
- "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": "Sat Jun 29 08:59:07 +0000 2024",
- "conversation_id_str": "1806975674407625213",
- "display_text_range": [
- 0,
- 92
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1498517571057954816",
- "name": "✜ AXL ✜",
- "screen_name": "axlprinze",
- "indices": [
- 3,
- 13
- ]
- },
- {
- "id_str": "163018653",
- "name": "olexander scherba🇺🇦",
- "screen_name": "olex_scherba",
- "indices": [
- 15,
- 28
- ]
- },
- {
- "id_str": "74580436",
- "name": "Apple Music",
- "screen_name": "AppleMusic",
- "indices": [
- 29,
- 40
- ]
- },
- {
- "id_str": "17230018",
- "name": "Spotify",
- "screen_name": "Spotify",
- "indices": [
- 41,
- 49
- ]
- },
- {
- "id_str": "1636590253",
- "name": "Tim Cook",
- "screen_name": "tim_cook",
- "indices": [
- 60,
- 69
- ]
- },
- {
- "id_str": "754500",
- "name": "Eddy Cue",
- "screen_name": "cue",
- "indices": [
- 84,
- 88
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @axlprinze: @olex_scherba @AppleMusic @Spotify Tim Cook (@tim_cook )❓\n\nEddy Cue (@cue ) ❓",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806975674407625213",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806974354971832326",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDk4NTE3NTcxMDU3OTU0ODE2",
- "rest_id": "1498517571057954816",
- "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": "Tue Mar 01 04:38:11 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "GLORY TO UKRAINE 🇺🇦, GLORY TO THE HEROES 🔱",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 86032,
- "followers_count": 2360,
- "friends_count": 605,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 34,
- "location": "",
- "media_count": 1530,
- "name": "✜ AXL ✜",
- "normal_followers_count": 2360,
- "pinned_tweet_ids_str": [
- "1731030908658946205"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498517571057954816/1648373436",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638477872233865216/LqAbRyBQ_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "axlprinze",
- "statuses_count": 18056,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806974354971832326"
- ],
- "editable_until_msecs": "1719654832000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4043",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:53:52 +0000 2024",
- "conversation_id_str": "1806963980251881572",
- "display_text_range": [
- 35,
- 77
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "163018653",
- "name": "olexander scherba🇺🇦",
- "screen_name": "olex_scherba",
- "indices": [
- 0,
- 13
- ]
- },
- {
- "id_str": "74580436",
- "name": "Apple Music",
- "screen_name": "AppleMusic",
- "indices": [
- 14,
- 25
- ]
- },
- {
- "id_str": "17230018",
- "name": "Spotify",
- "screen_name": "Spotify",
- "indices": [
- 26,
- 34
- ]
- },
- {
- "id_str": "1636590253",
- "name": "Tim Cook",
- "screen_name": "tim_cook",
- "indices": [
- 45,
- 54
- ]
- },
- {
- "id_str": "754500",
- "name": "Eddy Cue",
- "screen_name": "cue",
- "indices": [
- 69,
- 73
- ]
- }
- ]
- },
- "favorite_count": 19,
- "favorited": false,
- "full_text": "@olex_scherba @AppleMusic @Spotify Tim Cook (@tim_cook )❓\n\nEddy Cue (@cue ) ❓",
- "in_reply_to_screen_name": "olex_scherba",
- "in_reply_to_status_id_str": "1806963980251881572",
- "in_reply_to_user_id_str": "163018653",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 2,
- "retweeted": false,
- "user_id_str": "1498517571057954816",
- "id_str": "1806974354971832326"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806974807256322212",
- "sortIndex": "1807077696136544184",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806974807256322212",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
- "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 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": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
- "pinned_tweet_ids_str": [
- "1802683550614860002"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "EliotHiggins",
- "statuses_count": 300348,
- "translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806974807256322212"
- ],
- "editable_until_msecs": "1719654940675",
- "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": "Sat Jun 29 08:55:40 +0000 2024",
- "conversation_id_str": "1806974807256322212",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "395303368",
- "name": "Tal Hagin",
- "screen_name": "talhagin",
- "indices": [
- 3,
- 12
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @talhagin: Verifying evidence, especially by a government body, can be incredibly difficult since the public isn't always privy to the s…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 35,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1806974807256322212",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806972859304087737",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozOTUzMDMzNjg=",
- "rest_id": "395303368",
- "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 Oct 21 13:19:04 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "OSINT Analyst of Mis/Disinformation, specializing in the information warfare aspect of the Israeli-Palestinian Conflict. Research Fellow @FakeReporter",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "buymeacoffee.com/talhagin",
- "expanded_url": "https://buymeacoffee.com/talhagin",
- "url": "https://t.co/TbcfzpgGSy",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3309,
- "followers_count": 12767,
- "friends_count": 4917,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 184,
- "location": "https://t.me/factcheck101",
- "media_count": 2368,
- "name": "Tal Hagin",
- "normal_followers_count": 12767,
- "pinned_tweet_ids_str": [
- "1791039932879827012"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/395303368/1718694411",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1762456116787605504/YKuEpmJN_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "talhagin",
- "statuses_count": 8980,
- "translator_type": "none",
- "url": "https://t.co/TbcfzpgGSy",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1589549564255768576",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1067,
- "name": "Researcher",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806972859304087737"
- ],
- "editable_until_msecs": "1719654476000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "26256",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": false,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY5NzI4NTkyMTU5MDQ3Njg=",
- "text": "Verifying evidence, especially by a government body, can be incredibly difficult since the public isn't always privy to the sources on which claims are based.\nWhat can mitigate this? Precedent. \n\nA review of the claim that the IDF Found a War-Themed \"Snakes and Ladders\" Gaza.",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": [
- {
- "from_index": 183,
- "to_index": 193,
- "richtext_types": [
- "Bold"
- ]
- },
- {
- "from_index": 196,
- "to_index": 276,
- "richtext_types": [
- "Bold"
- ]
- }
- ]
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 45,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:47:56 +0000 2024",
- "conversation_id_str": "1806972859304087737",
- "display_text_range": [
- 0,
- 276
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/eehrlh7d2m",
- "expanded_url": "https://twitter.com/talhagin/status/1806972859304087737/photo/1",
- "id_str": "1806951440658665472",
- "indices": [
- 277,
- 300
- ],
- "media_key": "3_1806951440658665472",
- "media_url_https": "https://pbs.twimg.com/media/GROUwvrXEAAa0nm.png",
- "type": "photo",
- "url": "https://t.co/EehrLh7d2M",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 439,
- "w": 783,
- "resize": "fit"
- },
- "medium": {
- "h": 439,
- "w": 783,
- "resize": "fit"
- },
- "small": {
- "h": 381,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 439,
- "width": 783,
- "focus_rects": [
- {
- "x": 0,
- "y": 1,
- "w": 783,
- "h": 438
- },
- {
- "x": 74,
- "y": 0,
- "w": 439,
- "h": 439
- },
- {
- "x": 101,
- "y": 0,
- "w": 385,
- "h": 439
- },
- {
- "x": 183,
- "y": 0,
- "w": 220,
- "h": 439
- },
- {
- "x": 0,
- "y": 0,
- "w": 783,
- "h": 439
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806951440658665472"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/EehrLh7d2M",
- "expanded_url": "https://twitter.com/talhagin/status/1806972859304087737/photo/1",
- "id_str": "1806951440658665472",
- "indices": [
- 277,
- 300
- ],
- "media_key": "3_1806951440658665472",
- "media_url_https": "https://pbs.twimg.com/media/GROUwvrXEAAa0nm.png",
- "type": "photo",
- "url": "https://t.co/EehrLh7d2M",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 439,
- "w": 783,
- "resize": "fit"
- },
- "medium": {
- "h": 439,
- "w": 783,
- "resize": "fit"
- },
- "small": {
- "h": 381,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 439,
- "width": 783,
- "focus_rects": [
- {
- "x": 0,
- "y": 1,
- "w": 783,
- "h": 438
- },
- {
- "x": 74,
- "y": 0,
- "w": 439,
- "h": 439
- },
- {
- "x": 101,
- "y": 0,
- "w": 385,
- "h": 439
- },
- {
- "x": 183,
- "y": 0,
- "w": 220,
- "h": 439
- },
- {
- "x": 0,
- "y": 0,
- "w": 783,
- "h": 439
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806951440658665472"
- }
- }
- }
- ]
- },
- "favorite_count": 134,
- "favorited": false,
- "full_text": "Verifying evidence, especially by a government body, can be incredibly difficult since the public isn't always privy to the sources on which claims are based.\nWhat can mitigate this? Precedent. \n\nA review of the claim that the IDF Found a War-Themed \"Snakes and Ladders\" Gaza. https://t.co/EehrLh7d2M",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 11,
- "reply_count": 8,
- "retweet_count": 35,
- "retweeted": false,
- "user_id_str": "395303368",
- "id_str": "1806972859304087737"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806974092009968076",
- "sortIndex": "1807077696136544183",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806974092009968076",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
- "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 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": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
- "pinned_tweet_ids_str": [
- "1802683550614860002"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "EliotHiggins",
- "statuses_count": 300348,
- "translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806974092009968076"
- ],
- "editable_until_msecs": "1719654770147",
- "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": "Sat Jun 29 08:52:50 +0000 2024",
- "conversation_id_str": "1806974092009968076",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "t.co/sG7",
- "url": "https://t.co/sG7",
- "indices": [
- 123,
- 139
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "229266642",
- "name": "Jay Motty",
- "screen_name": "JayMotty",
- "indices": [
- 3,
- 12
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @JayMotty: Mel Brooks is 98 today. Seems like a great excuse to watch that time he summed up The One Show perfectly 😭\n\n https://t.co/sG7…",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 881,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1806974092009968076",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806777334894338251",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjkyNjY2NDI=",
- "rest_id": "229266642",
- "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 Dec 21 23:46:31 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "‘As he left the media briefing, a grinning Mourinho high-fived a bald journalist sitting on the front row.’",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 70529,
- "followers_count": 112983,
- "friends_count": 1859,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 487,
- "location": "",
- "media_count": 10222,
- "name": "Jay Motty",
- "normal_followers_count": 112983,
- "pinned_tweet_ids_str": [
- "1796601729045365165"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/229266642/1717454594",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1797760368288124928/3VVRWKBd_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JayMotty",
- "statuses_count": 84252,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1579457121128783874",
- "professional_type": "Creator",
- "category": [
- {
- "id": 933,
- "name": "Media Personality",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806777334894338251"
- ],
- "editable_until_msecs": "1719607859000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1058840",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 2821,
- "bookmarked": false,
- "created_at": "Fri Jun 28 19:50:59 +0000 2024",
- "conversation_id_str": "1806777334894338251",
- "display_text_range": [
- 0,
- 132
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/sg78zzsbd3",
- "expanded_url": "https://twitter.com/GraceP0WER/status/1563461743548182528/video/1",
- "id_str": "1563461340194148352",
- "indices": [
- 109,
- 132
- ],
- "media_key": "7_1563461340194148352",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1563461340194148352/pu/img/LUpkyJxeZrH0pQh4.jpg",
- "source_status_id_str": "1563461743548182528",
- "source_user_id_str": "84719393",
- "type": "video",
- "url": "https://t.co/sG78zzSBd3",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NDcxOTM5Mw==",
- "rest_id": "84719393",
- "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 23 23:41:34 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "16 margaritas",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 119226,
- "followers_count": 6619,
- "friends_count": 3892,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 20,
- "location": "London",
- "media_count": 9723,
- "name": "Grace",
- "normal_followers_count": 6619,
- "pinned_tweet_ids_str": [
- "1494682328861483017"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/84719393/1704229579",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1766495497169076224/zH49Yrhj_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "graceyldn",
- "statuses_count": 46073,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": false,
- "cash_app_handle": "graceyldn"
- }
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 484,
- "w": 888,
- "resize": "fit"
- },
- "medium": {
- "h": 484,
- "w": 888,
- "resize": "fit"
- },
- "small": {
- "h": 371,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 484,
- "width": 888,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 222,
- 121
- ],
- "duration_millis": 28876,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/pl/x22IPeTBzX03e5Ls.m3u8?tag=12&v=eb8"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/494x270/EVZuhHhMTpxeQOO6.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/660x360/kvVF8CkCrij4AFmt.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/888x484/HaIJI2kNqtMfIBIo.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1563461340194148352"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/sG78zzSBd3",
- "expanded_url": "https://twitter.com/GraceP0WER/status/1563461743548182528/video/1",
- "id_str": "1563461340194148352",
- "indices": [
- 109,
- 132
- ],
- "media_key": "7_1563461340194148352",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1563461340194148352/pu/img/LUpkyJxeZrH0pQh4.jpg",
- "source_status_id_str": "1563461743548182528",
- "source_user_id_str": "84719393",
- "type": "video",
- "url": "https://t.co/sG78zzSBd3",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NDcxOTM5Mw==",
- "rest_id": "84719393",
- "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 23 23:41:34 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "16 margaritas",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 119226,
- "followers_count": 6619,
- "friends_count": 3892,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 20,
- "location": "London",
- "media_count": 9723,
- "name": "Grace",
- "normal_followers_count": 6619,
- "pinned_tweet_ids_str": [
- "1494682328861483017"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/84719393/1704229579",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1766495497169076224/zH49Yrhj_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "graceyldn",
- "statuses_count": 46073,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": false,
- "cash_app_handle": "graceyldn"
- }
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 484,
- "w": 888,
- "resize": "fit"
- },
- "medium": {
- "h": 484,
- "w": 888,
- "resize": "fit"
- },
- "small": {
- "h": 371,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 484,
- "width": 888,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 222,
- 121
- ],
- "duration_millis": 28876,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/pl/x22IPeTBzX03e5Ls.m3u8?tag=12&v=eb8"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/494x270/EVZuhHhMTpxeQOO6.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/660x360/kvVF8CkCrij4AFmt.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1563461340194148352/pu/vid/888x484/HaIJI2kNqtMfIBIo.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1563461340194148352"
- }
- }
- }
- ]
- },
- "favorite_count": 10449,
- "favorited": false,
- "full_text": "Mel Brooks is 98 today. Seems like a great excuse to watch that time he summed up The One Show perfectly 😭\n\n https://t.co/sG78zzSBd3",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 48,
- "reply_count": 54,
- "retweet_count": 881,
- "retweeted": false,
- "user_id_str": "229266642",
- "id_str": "1806777334894338251"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806973746948792669",
- "sortIndex": "1807077696136544182",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806973746948792669",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODg3NTUyMzQ=",
- "rest_id": "288755234",
- "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 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": 17682,
- "followers_count": 310383,
- "friends_count": 3465,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6387,
- "location": "In front of a laptop.",
- "media_count": 11477,
- "name": "Eliot Higgins",
- "normal_followers_count": 310383,
- "pinned_tweet_ids_str": [
- "1802683550614860002"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/288755234/1703281459",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1785585825264128000/oly4DI2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "EliotHiggins",
- "statuses_count": 300348,
- "translator_type": "none",
- "url": "https://t.co/ZoOPpVAJcd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7spjSqWU2T",
- "legacy": {
- "binding_values": [
- {
- "key": "photo_image_full_size_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image",
- "value": {
- "image_value": {
- "height": 150,
- "width": 267,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=280x150"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "description",
- "value": {
- "string_value": "Twenty-seven people face money laundering charges in the long-delayed hearing at a courtroom in Panama’s Gil Ponce Palace of Justice.",
- "type": "STRING"
- }
- },
- {
- "key": "domain",
- "value": {
- "string_value": "www.icij.org",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_large",
- "value": {
- "image_value": {
- "height": 320,
- "width": 569,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?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/1805353662962601985/ZsvEKFNB?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_original",
- "value": {
- "image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "131935861",
- "path": []
- }
- }
- },
- {
- "key": "photo_image_full_size_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?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/1805353662962601985/ZsvEKFNB?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "thumbnail_image_small",
- "value": {
- "image_value": {
- "height": 81,
- "width": 144,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=144x144"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "creator",
- "value": {
- "type": "USER",
- "user_value": {
- "id_str": "599741024",
- "path": []
- }
- }
- },
- {
- "key": "thumbnail_image_x_large",
- "value": {
- "image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?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/1805353662962601985/ZsvEKFNB?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_alt_text",
- "value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé",
- "type": "STRING"
- }
- },
- {
- "key": "vanity_url",
- "value": {
- "scribe_key": "vanity_url",
- "string_value": "icij.org",
- "type": "STRING"
- }
- },
- {
- "key": "photo_image_full_size",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "summary_photo_image_alt_text",
- "value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé",
- "type": "STRING"
- }
- },
- {
- "key": "thumbnail_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
- },
- "percentage": 56.25
- },
- {
- "rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
- },
- "percentage": 11.88
- },
- {
- "rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
- },
- "percentage": 7.86
- },
- {
- "rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
- },
- "percentage": 7.5
- },
- {
- "rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
- },
- "percentage": 3.33
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "title",
- "value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé - ICIJ",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
- },
- "percentage": 56.25
- },
- {
- "rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
- },
- "percentage": 11.88
- },
- {
- "rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
- },
- "percentage": 7.86
- },
- {
- "rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
- },
- "percentage": 7.5
- },
- {
- "rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
- },
- "percentage": 3.33
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "summary_photo_image_x_large",
- "value": {
- "image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?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/1805353662962601985/ZsvEKFNB?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "photo_image_full_size_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
- },
- "percentage": 56.25
- },
- {
- "rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
- },
- "percentage": 11.88
- },
- {
- "rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
- },
- "percentage": 7.86
- },
- {
- "rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
- },
- "percentage": 7.5
- },
- {
- "rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
- },
- "percentage": 3.33
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "photo_image_full_size_x_large",
- "value": {
- "image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7spjSqWU2T",
- "type": "STRING"
- }
- },
- {
- "key": "summary_photo_image_original",
- "value": {
- "image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?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/7spjSqWU2T",
- "user_refs_results": [
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1OTk3NDEwMjQ=",
- "rest_id": "599741024",
- "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 05 02:11:29 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Digital editor @ICIJorg. Views my own. Formerly: @abcnews, @columbiajourn, @Broadsheet_Melb",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "jorobin.com",
- "expanded_url": "http://jorobin.com/",
- "url": "https://t.co/t2m6Qr9GOt",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 6759,
- "followers_count": 951,
- "friends_count": 2994,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 11,
- "location": "New York",
- "media_count": 207,
- "name": "Jo Robin",
- "normal_followers_count": 951,
- "pinned_tweet_ids_str": [
- "1724488589059162241"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/599741024/1626788925",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1417480020495319044/4BrOvsEB_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JoannaERobin",
- "statuses_count": 1802,
- "translator_type": "none",
- "url": "https://t.co/t2m6Qr9GOt",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzE5MzU4NjE=",
- "rest_id": "131935861",
- "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 Apr 11 20:09:13 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Stories that rock the world. We expose wrongdoing so the world can make it right. #CyprusConfidential #UberFiles #PandoraPapers #FinCENFiles #PanamaPapers",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "icij.org",
- "expanded_url": "http://www.icij.org",
- "url": "https://t.co/k0bgSE5iwp",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 8579,
- "followers_count": 297996,
- "friends_count": 1094,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4700,
- "location": "International",
- "media_count": 2085,
- "name": "ICIJ",
- "normal_followers_count": 297996,
- "pinned_tweet_ids_str": [
- "1780002618686754846"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/131935861/1713220292",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1545073570203705344/KPU9C_wT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ICIJorg",
- "statuses_count": 29181,
- "translator_type": "none",
- "url": "https://t.co/k0bgSE5iwp",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806973746948792669"
- ],
- "editable_until_msecs": "1719654687878",
- "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": "Sat Jun 29 08:51:27 +0000 2024",
- "conversation_id_str": "1806973746948792669",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 28,
- 41
- ],
- "text": "PanamaPapers"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "131935861",
- "name": "ICIJ",
- "screen_name": "ICIJorg",
- "indices": [
- 3,
- 11
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @ICIJorg: Breaking news: #PanamaPapers trial has come to a ruling. All of those tried have been absolved.\n\nCheck out our earlier story o…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 87,
- "retweeted": false,
- "user_id_str": "288755234",
- "id_str": "1806973746948792669",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806860009302573222",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzE5MzU4NjE=",
- "rest_id": "131935861",
- "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 Apr 11 20:09:13 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Stories that rock the world. We expose wrongdoing so the world can make it right. #CyprusConfidential #UberFiles #PandoraPapers #FinCENFiles #PanamaPapers",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "icij.org",
- "expanded_url": "http://www.icij.org",
- "url": "https://t.co/k0bgSE5iwp",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 8579,
- "followers_count": 297996,
- "friends_count": 1094,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4700,
- "location": "International",
- "media_count": 2085,
- "name": "ICIJ",
- "normal_followers_count": 297996,
- "pinned_tweet_ids_str": [
- "1780002618686754846"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/131935861/1713220292",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1545073570203705344/KPU9C_wT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ICIJorg",
- "statuses_count": 29181,
- "translator_type": "none",
- "url": "https://t.co/k0bgSE5iwp",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7spjSqWU2T",
+ "rest_id": "https://t.co/KQ1OVw3DOG",
"legacy": {
"binding_values": [
{
@@ -43201,7 +39991,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -43212,7 +40002,7 @@
"image_value": {
"height": 150,
"width": 267,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=280x150"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -43220,14 +40010,14 @@
{
"key": "description",
"value": {
- "string_value": "Twenty-seven people face money laundering charges in the long-delayed hearing at a courtroom in Panama’s Gil Ponce Palace of Justice.",
+ "string_value": "Matt Olsen, head of the Justice Department’s national security division, on Russia ramping up their U.S. election meddling and Iran’s aggressive hacking of the Trump campaign.",
"type": "STRING"
}
},
{
"key": "domain",
"value": {
- "string_value": "www.icij.org",
+ "string_value": "puck.news",
"type": "STRING"
}
},
@@ -43237,7 +40027,7 @@
"image_value": {
"height": 320,
"width": 569,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=800x320_1"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -43248,7 +40038,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -43257,9 +40047,9 @@
"key": "thumbnail_image_original",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -43270,7 +40060,7 @@
"scribe_key": "publisher_id",
"type": "USER",
"user_value": {
- "id_str": "131935861",
+ "id_str": "1402444870464200704",
"path": []
}
}
@@ -43281,7 +40071,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -43292,7 +40082,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -43303,28 +40093,18 @@
"image_value": {
"height": 81,
"width": 144,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=144x144"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=144x144"
},
"type": "IMAGE"
}
},
- {
- "key": "creator",
- "value": {
- "type": "USER",
- "user_value": {
- "id_str": "599741024",
- "path": []
- }
- }
- },
{
"key": "thumbnail_image_x_large",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -43333,25 +40113,18 @@
"key": "photo_image_full_size_original",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
},
- {
- "key": "photo_image_full_size_alt_text",
- "value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé",
- "type": "STRING"
- }
- },
{
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "icij.org",
+ "string_value": "puck.news",
"type": "STRING"
}
},
@@ -43361,18 +40134,11 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=600x314"
},
"type": "IMAGE"
}
},
- {
- "key": "summary_photo_image_alt_text",
- "value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé",
- "type": "STRING"
- }
- },
{
"key": "thumbnail_image_color",
"value": {
@@ -43380,43 +40146,43 @@
"palette": [
{
"rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
+ "blue": 38,
+ "green": 25,
+ "red": 17
},
- "percentage": 56.25
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
+ "blue": 107,
+ "green": 126,
+ "red": 164
},
- "percentage": 11.88
+ "percentage": 8.31
},
{
"rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
+ "blue": 23,
+ "green": 36,
+ "red": 62
},
- "percentage": 7.86
+ "percentage": 4.74
},
{
"rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
+ "blue": 175,
+ "green": 162,
+ "red": 148
},
- "percentage": 7.5
+ "percentage": 3.05
},
{
"rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
+ "blue": 85,
+ "green": 160,
+ "red": 198
},
- "percentage": 3.33
+ "percentage": 1.13
}
]
},
@@ -43426,7 +40192,7 @@
{
"key": "title",
"value": {
- "string_value": "Panama Papers trial begins with denials eight years after historic tax evasion exposé - ICIJ",
+ "string_value": "Biden’s Election Cop Tells All",
"type": "STRING"
}
},
@@ -43437,43 +40203,43 @@
"palette": [
{
"rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
+ "blue": 38,
+ "green": 25,
+ "red": 17
},
- "percentage": 56.25
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
+ "blue": 107,
+ "green": 126,
+ "red": 164
},
- "percentage": 11.88
+ "percentage": 8.31
},
{
"rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
+ "blue": 23,
+ "green": 36,
+ "red": 62
},
- "percentage": 7.86
+ "percentage": 4.74
},
{
"rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
+ "blue": 175,
+ "green": 162,
+ "red": 148
},
- "percentage": 7.5
+ "percentage": 3.05
},
{
"rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
+ "blue": 85,
+ "green": 160,
+ "red": 198
},
- "percentage": 3.33
+ "percentage": 1.13
}
]
},
@@ -43484,9 +40250,9 @@
"key": "summary_photo_image_x_large",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -43497,7 +40263,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -43509,43 +40275,43 @@
"palette": [
{
"rgb": {
- "blue": 14,
- "green": 15,
- "red": 16
+ "blue": 38,
+ "green": 25,
+ "red": 17
},
- "percentage": 56.25
+ "percentage": 79.89
},
{
"rgb": {
- "blue": 197,
- "green": 200,
- "red": 194
+ "blue": 107,
+ "green": 126,
+ "red": 164
},
- "percentage": 11.88
+ "percentage": 8.31
},
{
"rgb": {
- "blue": 42,
- "green": 57,
- "red": 96
+ "blue": 23,
+ "green": 36,
+ "red": 62
},
- "percentage": 7.86
+ "percentage": 4.74
},
{
"rgb": {
- "blue": 93,
- "green": 121,
- "red": 124
+ "blue": 175,
+ "green": 162,
+ "red": 148
},
- "percentage": 7.5
+ "percentage": 3.05
},
{
"rgb": {
- "blue": 44,
- "green": 17,
- "red": 11
+ "blue": 85,
+ "green": 160,
+ "red": 198
},
- "percentage": 3.33
+ "percentage": 1.13
}
]
},
@@ -43556,9 +40322,9 @@
"key": "photo_image_full_size_x_large",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=png&name=2048x2048_2_exp"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -43567,7 +40333,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/7spjSqWU2T",
+ "string_value": "https://t.co/KQ1OVw3DOG",
"type": "STRING"
}
},
@@ -43575,9 +40341,9 @@
"key": "summary_photo_image_original",
"value": {
"image_value": {
- "height": 1080,
- "width": 1920,
- "url": "https://pbs.twimg.com/card_img/1805353662962601985/ZsvEKFNB?format=jpg&name=orig"
+ "height": 576,
+ "width": 1024,
+ "url": "https://pbs.twimg.com/card_img/1841525394492547072/mFAL_bN0?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -43595,24 +40361,25 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/7spjSqWU2T",
+ "url": "https://t.co/KQ1OVw3DOG",
"user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjo1OTk3NDEwMjQ=",
- "rest_id": "599741024",
+ "id": "VXNlcjoxNDAyNDQ0ODcwNDY0MjAwNzA0",
+ "rest_id": "1402444870464200704",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
- "profile_image_shape": "Circle",
+ "profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": false,
- "created_at": "Tue Jun 05 02:11:29 +0000 2012",
+ "can_media_tag": true,
+ "created_at": "Wed Jun 09 01:58:19 +0000 2021",
"default_profile": true,
"default_profile_image": false,
- "description": "Digital editor @ICIJorg. Views my own. Formerly: @abcnews, @columbiajourn, @Broadsheet_Melb",
+ "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": []
@@ -43620,9 +40387,9 @@
"url": {
"urls": [
{
- "display_url": "jorobin.com",
- "expanded_url": "http://jorobin.com/",
- "url": "https://t.co/t2m6Qr9GOt",
+ "display_url": "puck.news",
+ "expanded_url": "http://puck.news",
+ "url": "https://t.co/XHfUCd4GM9",
"indices": [
0,
23
@@ -43632,60 +40399,1198 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6759,
- "followers_count": 951,
- "friends_count": 2994,
+ "favourites_count": 1724,
+ "followers_count": 75409,
+ "friends_count": 646,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 11,
+ "listed_count": 900,
"location": "New York",
- "media_count": 207,
- "name": "Jo Robin",
- "normal_followers_count": 951,
+ "media_count": 329,
+ "name": "Puck",
+ "normal_followers_count": 75409,
"pinned_tweet_ids_str": [
- "1724488589059162241"
+ "1841589638760108059"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/599741024/1626788925",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1417480020495319044/4BrOvsEB_normal.jpg",
+ "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": "JoannaERobin",
- "statuses_count": 1802,
+ "screen_name": "PuckNews",
+ "statuses_count": 4973,
"translator_type": "none",
- "url": "https://t.co/t2m6Qr9GOt",
+ "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"
+ }
+ ]
+ },
"tipjar_settings": {}
}
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841879866058363055"
+ ],
+ "editable_until_msecs": "1727976955000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "33520",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 14,
+ "bookmarked": false,
+ "created_at": "Thu Oct 03 16:35:55 +0000 2024",
+ "conversation_id_str": "1841879866058363055",
+ "display_text_range": [
+ 0,
+ 200
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "puck.news/can-the-justic…",
+ "expanded_url": "https://puck.news/can-the-justice-department-stop-foreign-election-interference-it-can-try/",
+ "url": "https://t.co/KQ1OVw3DOG",
+ "indices": [
+ 177,
+ 200
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 200,
+ "favorited": false,
+ "full_text": "Matt Olsen, the man heading the DOJ's national security division and going after foreign election interference, explains why the threat won't end on Election Day. \n\nMy latest.\n\nhttps://t.co/KQ1OVw3DOG",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 69,
+ "retweeted": false,
+ "user_id_str": "71048726",
+ "id_str": "1841879866058363055"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842660852731871435",
+ "sortIndex": "1842759124685684669",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842660852731871435",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1NDM0NTMxNw==",
+ "rest_id": "54345317",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Mon Jul 06 21:51:39 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Fellow for Europe @CFR_org | Historian & Political Scientist | #Germany #Europe #Russia #EasternEurope #Security | Views my own, RT ≠ endorsement",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "cfr.org/expert/liana-f…",
+ "expanded_url": "https://www.cfr.org/expert/liana-fix",
+ "url": "https://t.co/kNfe79pLBh",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 25854,
+ "followers_count": 12785,
+ "friends_count": 1539,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 360,
+ "location": "Washington, DC",
+ "media_count": 427,
+ "name": "Dr. Liana Fix",
+ "normal_followers_count": 12785,
+ "pinned_tweet_ids_str": [
+ "1721961204443193506"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/54345317/1654117548",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1573991186603425792/g-ltQdRG_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "LianaFix",
+ "statuses_count": 20036,
+ "translator_type": "none",
+ "url": "https://t.co/kNfe79pLBh",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/AqOvE8rV14",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 147,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Decision to slap duties of up to 35 per cent on mainland imports lays bare divisions in European leadership as complex negotiations continue.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.scmp.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 315,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "23922797",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 76,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "scmp.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Win in China EV tariffs vote leaves EU relieved yet wary of retaliation",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/AqOvE8rV14",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/AqOvE8rV14",
+ "user_refs_results": [
+ {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzkyMjc5Nw==",
+ "rest_id": "23922797",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Thu Mar 12 08:51:50 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The South China Morning Post brings you news and analysis about Hong Kong, China and the rest of Asia. Get our app: https://t.co/f15xfjosWQ",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "sc.mp/app_t",
+ "expanded_url": "http://sc.mp/app_t",
+ "url": "https://t.co/f15xfjosWQ",
+ "indices": [
+ 116,
+ 139
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "scmp.com",
+ "expanded_url": "https://www.scmp.com/",
+ "url": "https://t.co/nWwvNvAKdT",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 431,
+ "followers_count": 994468,
+ "friends_count": 300,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 9551,
+ "location": "Hong Kong",
+ "media_count": 79374,
+ "name": "South China Morning Post",
+ "normal_followers_count": 994468,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/23922797/1553562693",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1736577695524528128/qiUSUfjY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "SCMPNews",
+ "statuses_count": 409772,
+ "translator_type": "none",
+ "url": "https://t.co/nWwvNvAKdT",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842660852731871435"
+ ],
+ "editable_until_msecs": "1728163156931",
+ "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": "Sat Oct 05 20:19:16 +0000 2024",
+ "conversation_id_str": "1842660852731871435",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "29694955",
+ "name": "Finbarr Bermingham",
+ "screen_name": "fbermingham",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @fbermingham: EU officials breathed a sigh of relief yesterday, but are steeling for a bigger fight ahead. \n\nBeijing and Berlin's lobbyi…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 18,
+ "retweeted": false,
+ "user_id_str": "54345317",
+ "id_str": "1842660852731871435",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842470223200317532",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTY5NDk1NQ==",
+ "rest_id": "29694955",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Apr 08 11:30:33 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Irish journalist in Brussels. Europe Correspondent, @SCMPnews. Covering Europe's relationship with China. Fermanagh man.\n\nOwn views, likes = bookmarks.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "bsky.app/profile/fbermi…",
+ "expanded_url": "https://bsky.app/profile/fbermingham.bsky.social",
+ "url": "https://t.co/SdN3Pizs49",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9482,
+ "followers_count": 22117,
+ "friends_count": 2621,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 440,
+ "location": "Brussels",
+ "media_count": 2590,
+ "name": "Finbarr Bermingham",
+ "normal_followers_count": 22117,
+ "pinned_tweet_ids_str": [
+ "1840681368394551394"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/29694955/1726235284",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1813919918036795392/oNdUT0wW_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "fbermingham",
+ "statuses_count": 31995,
+ "translator_type": "regular",
+ "url": "https://t.co/SdN3Pizs49",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/AqOvE8rV14",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
},
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 147,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Decision to slap duties of up to 35 per cent on mainland imports lays bare divisions in European leadership as complex negotiations continue.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.scmp.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 315,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "site",
+ "value": {
+ "scribe_key": "publisher_id",
+ "type": "USER",
+ "user_value": {
+ "id_str": "23922797",
+ "path": []
+ }
+ }
+ },
+ {
+ "key": "photo_image_full_size_small",
+ "value": {
+ "image_value": {
+ "height": 202,
+ "width": 386,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 76,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "scmp.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Win in China EV tariffs vote leaves EU relieved yet wary of retaliation",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/1842448150931406848/JaK2frxz?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 180,
+ "green": 188,
+ "red": 190
+ },
+ "percentage": 40.35
+ },
+ {
+ "rgb": {
+ "blue": 102,
+ "green": 110,
+ "red": 113
+ },
+ "percentage": 34.76
+ },
+ {
+ "rgb": {
+ "blue": 91,
+ "green": 143,
+ "red": 154
+ },
+ "percentage": 10.42
+ },
+ {
+ "rgb": {
+ "blue": 76,
+ "green": 34,
+ "red": 19
+ },
+ "percentage": 4.71
+ },
+ {
+ "rgb": {
+ "blue": 61,
+ "green": 163,
+ "red": 184
+ },
+ "percentage": 2.8
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/AqOvE8rV14",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842448150931406848/JaK2frxz?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/AqOvE8rV14",
+ "user_refs_results": [
{
"result": {
"__typename": "User",
- "id": "VXNlcjoxMzE5MzU4NjE=",
- "rest_id": "131935861",
+ "id": "VXNlcjoyMzkyMjc5Nw==",
+ "rest_id": "23922797",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
- "created_at": "Sun Apr 11 20:09:13 +0000 2010",
+ "created_at": "Thu Mar 12 08:51:50 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "Stories that rock the world. We expose wrongdoing so the world can make it right. #CyprusConfidential #UberFiles #PandoraPapers #FinCENFiles #PanamaPapers",
+ "description": "The South China Morning Post brings you news and analysis about Hong Kong, China and the rest of Asia. Get our app: https://t.co/f15xfjosWQ",
"entities": {
"description": {
- "urls": []
+ "urls": [
+ {
+ "display_url": "sc.mp/app_t",
+ "expanded_url": "http://sc.mp/app_t",
+ "url": "https://t.co/f15xfjosWQ",
+ "indices": [
+ 116,
+ 139
+ ]
+ }
+ ]
},
"url": {
"urls": [
{
- "display_url": "icij.org",
- "expanded_url": "http://www.icij.org",
- "url": "https://t.co/k0bgSE5iwp",
+ "display_url": "scmp.com",
+ "expanded_url": "https://www.scmp.com/",
+ "url": "https://t.co/nWwvNvAKdT",
"indices": [
0,
23
@@ -43695,27 +41600,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 8579,
- "followers_count": 297996,
- "friends_count": 1094,
- "has_custom_timelines": false,
+ "favourites_count": 431,
+ "followers_count": 994468,
+ "friends_count": 300,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4700,
- "location": "International",
- "media_count": 2085,
- "name": "ICIJ",
- "normal_followers_count": 297996,
- "pinned_tweet_ids_str": [
- "1780002618686754846"
- ],
+ "listed_count": 9551,
+ "location": "Hong Kong",
+ "media_count": 79374,
+ "name": "South China Morning Post",
+ "normal_followers_count": 994468,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/131935861/1713220292",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1545073570203705344/KPU9C_wT_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/23922797/1553562693",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1736577695524528128/qiUSUfjY_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ICIJorg",
- "statuses_count": 29181,
+ "screen_name": "SCMPNews",
+ "statuses_count": 409772,
"translator_type": "none",
- "url": "https://t.co/k0bgSE5iwp",
+ "url": "https://t.co/nWwvNvAKdT",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -43728,77 +41631,58 @@
},
"unmention_data": {},
"edit_control": {
- "initial_tweet_id": "1806857595111571795",
- "edit_control_initial": {
- "edit_tweet_ids": [
- "1806857595111571795",
- "1806860009302573222"
- ],
- "editable_until_msecs": "1719626995000",
- "is_edit_eligible": true,
- "edits_remaining": "4"
- }
- },
- "previous_counts": {
- "bookmark_count": 3,
- "favorite_count": 16,
- "quote_count": 3,
- "reply_count": 1,
- "retweet_count": 7
+ "edit_tweet_ids": [
+ "1842470223200317532"
+ ],
+ "editable_until_msecs": "1728117707000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "16056",
+ "count": "9057",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"legacy": {
- "bookmark_count": 15,
+ "bookmark_count": 12,
"bookmarked": false,
- "created_at": "Sat Jun 29 01:19:30 +0000 2024",
- "conversation_id_str": "1806860009302573222",
+ "created_at": "Sat Oct 05 07:41:47 +0000 2024",
+ "conversation_id_str": "1842470223200317532",
"display_text_range": [
0,
- 162
+ 274
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 15,
- 28
- ],
- "text": "PanamaPapers"
- }
- ],
+ "hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [
{
- "display_url": "icij.org/investigations…",
- "expanded_url": "https://www.icij.org/investigations/panama-papers/panama-papers-trial-begins-with-denials-eight-years-after-historic-tax-evasion-expose/",
- "url": "https://t.co/7spjSqWU2T",
+ "display_url": "scmp.com/news/china/dip…",
+ "expanded_url": "https://www.scmp.com/news/china/diplomacy/article/3281178/win-china-ev-tariffs-vote-leaves-eu-relieved-yet-wary-over-beijings-likely-retaliation",
+ "url": "https://t.co/AqOvE8rV14",
"indices": [
- 139,
- 162
+ 251,
+ 274
]
}
],
"user_mentions": []
},
- "favorite_count": 105,
+ "favorite_count": 44,
"favorited": false,
- "full_text": "Breaking news: #PanamaPapers trial has come to a ruling. All of those tried have been absolved.\n\nCheck out our earlier story on the trial: https://t.co/7spjSqWU2T",
+ "full_text": "EU officials breathed a sigh of relief yesterday, but are steeling for a bigger fight ahead. \n\nBeijing and Berlin's lobbying came to nowt, but China's retaliation is expected in early November, when the tariffs will be in place\n\nWeekend read from me\n\nhttps://t.co/AqOvE8rV14",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 7,
- "reply_count": 8,
- "retweet_count": 87,
+ "quote_count": 2,
+ "reply_count": 3,
+ "retweet_count": 18,
"retweeted": false,
- "user_id_str": "131935861",
- "id_str": "1806860009302573222"
+ "user_id_str": "29694955",
+ "id_str": "1842470223200317532"
}
}
}
@@ -43819,8 +41703,8 @@
}
},
{
- "entryId": "tweet-1806973050321092692",
- "sortIndex": "1807077696136544181",
+ "entryId": "tweet-1842660810457301017",
+ "sortIndex": "1842759124685684668",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -43830,24 +41714,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806973050321092692",
+ "rest_id": "1842660810457301017",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMzc4OTQ3NzY5MTg0OTc2ODk2",
- "rest_id": "1378947769184976896",
+ "id": "VXNlcjo1NDM0NTMxNw==",
+ "rest_id": "54345317",
"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,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Mon Jul 06 21:51:39 +0000 2009",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Aiden Aslin\nBritish national. \nUkrainian marine 2018-2022\nPress Enquires Contact Humfrey@hunterprofiles.com\nOrder Putin's Prisoner Via link down below",
+ "description": "Fellow for Europe @CFR_org | Historian & Political Scientist | #Germany #Europe #Russia #EasternEurope #Security | Views my own, RT ≠ endorsement",
"entities": {
"description": {
"urls": []
@@ -43855,9 +41740,9 @@
"url": {
"urls": [
{
- "display_url": "buymeacoffee.com/Cossackgundi",
- "expanded_url": "https://www.buymeacoffee.com/Cossackgundi",
- "url": "https://t.co/IbDwSg3oTd",
+ "display_url": "cfr.org/expert/liana-f…",
+ "expanded_url": "https://www.cfr.org/expert/liana-fix",
+ "url": "https://t.co/kNfe79pLBh",
"indices": [
0,
23
@@ -43867,42 +41752,31 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4227,
- "followers_count": 124389,
- "friends_count": 288,
+ "favourites_count": 25854,
+ "followers_count": 12785,
+ "friends_count": 1539,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1831,
- "location": "Ukraine ",
- "media_count": 664,
- "name": "COSSACKGUNDI",
- "normal_followers_count": 124389,
+ "listed_count": 360,
+ "location": "Washington, DC",
+ "media_count": 427,
+ "name": "Dr. Liana Fix",
+ "normal_followers_count": 12785,
"pinned_tweet_ids_str": [
- "1666857718387290135"
+ "1721961204443193506"
],
"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_banner_url": "https://pbs.twimg.com/profile_banners/54345317/1654117548",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1573991186603425792/g-ltQdRG_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "cossackgundi",
- "statuses_count": 4750,
+ "screen_name": "LianaFix",
+ "statuses_count": 20036,
"translator_type": "none",
- "url": "https://t.co/IbDwSg3oTd",
+ "url": "https://t.co/kNfe79pLBh",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1692598619482862021",
- "professional_type": "Creator",
- "category": [
- {
- "id": 957,
- "name": "Author",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {}
}
}
@@ -43910,1026 +41784,396 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806973050321092692"
+ "1842660810457301017"
],
- "editable_until_msecs": "1719654521000",
- "is_edit_eligible": true,
+ "editable_until_msecs": "1728163146852",
+ "is_edit_eligible": false,
"edits_remaining": "5"
},
- "is_translatable": false,
+ "is_translatable": true,
"views": {
- "count": "5412",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Android",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806519980969636081",
- "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": "buymeacoffee.com/Cossackgundi",
- "expanded_url": "https://www.buymeacoffee.com/Cossackgundi",
- "url": "https://t.co/IbDwSg3oTd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4227,
- "followers_count": 124389,
- "friends_count": 288,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1831,
- "location": "Ukraine ",
- "media_count": 664,
- "name": "COSSACKGUNDI",
- "normal_followers_count": 124389,
- "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": 4750,
- "translator_type": "none",
- "url": "https://t.co/IbDwSg3oTd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1692598619482862021",
- "professional_type": "Creator",
- "category": [
- {
- "id": 957,
- "name": "Author",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806519980969636081"
- ],
- "editable_until_msecs": "1719546501000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "12780",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for Android",
- "quotedRefResult": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806081857777184892"
- }
- },
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri Jun 28 02:48:21 +0000 2024",
- "conversation_id_str": "1806519980969636081",
- "display_text_range": [
- 0,
- 122
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 45,
- "favorited": false,
- "full_text": "Another boost for the final day of the Raffle let's get the 30 raffle tickets sold and end the Raffle tonight at midnight!",
- "is_quote_status": true,
- "lang": "en",
- "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": 2,
- "quoted_status_id_str": "1806081857777184892",
- "quoted_status_permalink": {
- "url": "https://t.co/hsplUttEyk",
- "expanded": "https://twitter.com/cossackgundi/status/1806081857777184892",
- "display": "x.com/cossackgundi/s…"
- },
- "reply_count": 0,
- "retweet_count": 17,
- "retweeted": false,
- "user_id_str": "1378947769184976896",
- "id_str": "1806519980969636081"
- }
- }
+ "state": "Enabled"
},
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 1,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 08:48:41 +0000 2024",
- "conversation_id_str": "1806973050321092692",
+ "created_at": "Sat Oct 05 20:19:06 +0000 2024",
+ "conversation_id_str": "1842660810457301017",
"display_text_range": [
0,
- 94
+ 140
],
"entities": {
"hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [],
- "user_mentions": []
- },
- "favorite_count": 54,
- "favorited": false,
- "full_text": "Extending this for another day as we are still a few hundred dollers short of the repair costs",
- "is_quote_status": true,
- "lang": "en",
- "place": {
- "bounding_box": {
- "coordinates": [
- [
- [
- 22.1357201,
- 44.386383
- ],
- [
- 22.1357201,
- 52.379475
- ],
- [
- 40.227172,
- 52.379475
- ],
- [
- 40.227172,
- 44.386383
- ],
- [
- 22.1357201,
- 44.386383
- ]
+ "user_mentions": [
+ {
+ "id_str": "218653062",
+ "name": "Thorsten Benner",
+ "screen_name": "thorstenbenner",
+ "indices": [
+ 3,
+ 18
]
- ],
- "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": 0,
- "quoted_status_id_str": "1806519980969636081",
- "quoted_status_permalink": {
- "url": "https://t.co/1JtJJLhdyE",
- "expanded": "https://twitter.com/cossackgundi/status/1806519980969636081",
- "display": "x.com/cossackgundi/s…"
- },
- "reply_count": 1,
- "retweet_count": 23,
- "retweeted": false,
- "user_id_str": "1378947769184976896",
- "id_str": "1806973050321092692"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806968370492776670",
- "sortIndex": "1807077696136544180",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806968370492776670",
- "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": 4941,
- "followers_count": 393889,
- "friends_count": 1638,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6657,
- "location": "#Kyiv, #Ukraine",
- "media_count": 33579,
- "name": "KyivPost",
- "normal_followers_count": 393889,
- "pinned_tweet_ids_str": [
- "1800154519663456263"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1716706837",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "KyivPost",
- "statuses_count": 78254,
- "translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806968370492776670"
- ],
- "editable_until_msecs": "1719653406000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "6307",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:30:06 +0000 2024",
- "conversation_id_str": "1806968370492776670",
- "display_text_range": [
- 0,
- 243
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 9,
- 14
- ],
- "text": "Sumy"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/kdkh1asmi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366210453504",
- "indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366210453504",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8RXkAAri07.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 805,
- "w": 720,
- "resize": "fit"
- },
- "medium": {
- "h": 805,
- "w": 720,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 608,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 805,
- "width": 720,
- "focus_rects": [
- {
- "x": 0,
- "y": 221,
- "w": 720,
- "h": 403
- },
- {
- "x": 0,
- "y": 62,
- "w": 720,
- "h": 720
- },
- {
- "x": 14,
- "y": 0,
- "w": 706,
- "h": 805
- },
- {
- "x": 261,
- "y": 0,
- "w": 403,
- "h": 805
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 805
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366210453504"
- }
- }
},
{
- "display_url": "pic.x.com/kdkh1asmi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366252392448",
+ "id_str": "1059395748289232896",
+ "name": "Friedrich Merz",
+ "screen_name": "_FriedrichMerz",
"indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366252392448",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8bXgAAKrav.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 272,
- "y": 180,
- "h": 50,
- "w": 50
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 726,
- "w": 720,
- "resize": "fit"
- },
- "medium": {
- "h": 726,
- "w": 720,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 674,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 726,
- "width": 720,
- "focus_rects": [
- {
- "x": 0,
- "y": 143,
- "w": 720,
- "h": 403
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 720
- },
- {
- "x": 63,
- "y": 0,
- "w": 637,
- "h": 726
- },
- {
- "x": 200,
- "y": 0,
- "w": 363,
- "h": 726
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 726
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366252392448"
- }
- }
- },
- {
- "display_url": "pic.x.com/kdkh1asmi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366235611136",
- "indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366235611136",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8XXcAAzy6E.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1004,
- "w": 1198,
- "resize": "fit"
- },
- "medium": {
- "h": 1004,
- "w": 1198,
- "resize": "fit"
- },
- "small": {
- "h": 570,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1004,
- "width": 1198,
- "focus_rects": [
- {
- "x": 0,
- "y": 174,
- "w": 1198,
- "h": 671
- },
- {
- "x": 0,
- "y": 0,
- "w": 1004,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 881,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 502,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 1198,
- "h": 1004
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366235611136"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/kdKh1aSMi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366210453504",
- "indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366210453504",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8RXkAAri07.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 805,
- "w": 720,
- "resize": "fit"
- },
- "medium": {
- "h": 805,
- "w": 720,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 608,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 805,
- "width": 720,
- "focus_rects": [
- {
- "x": 0,
- "y": 221,
- "w": 720,
- "h": 403
- },
- {
- "x": 0,
- "y": 62,
- "w": 720,
- "h": 720
- },
- {
- "x": 14,
- "y": 0,
- "w": 706,
- "h": 805
- },
- {
- "x": 261,
- "y": 0,
- "w": 403,
- "h": 805
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 805
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366210453504"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/kdKh1aSMi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366252392448",
- "indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366252392448",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8bXgAAKrav.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 272,
- "y": 180,
- "h": 50,
- "w": 50
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 291,
- "y": 193,
- "h": 54,
- "w": 54
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 726,
- "w": 720,
- "resize": "fit"
- },
- "medium": {
- "h": 726,
- "w": 720,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 674,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 726,
- "width": 720,
- "focus_rects": [
- {
- "x": 0,
- "y": 143,
- "w": 720,
- "h": 403
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 720
- },
- {
- "x": 63,
- "y": 0,
- "w": 637,
- "h": 726
- },
- {
- "x": 200,
- "y": 0,
- "w": 363,
- "h": 726
- },
- {
- "x": 0,
- "y": 0,
- "w": 720,
- "h": 726
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366252392448"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/kdKh1aSMi5",
- "expanded_url": "https://twitter.com/KyivPost/status/1806968370492776670/photo/1",
- "id_str": "1806968366235611136",
- "indices": [
- 244,
- 267
- ],
- "media_key": "3_1806968366235611136",
- "media_url_https": "https://pbs.twimg.com/media/GROkJ8XXcAAzy6E.jpg",
- "type": "photo",
- "url": "https://t.co/kdKh1aSMi5",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1004,
- "w": 1198,
- "resize": "fit"
- },
- "medium": {
- "h": 1004,
- "w": 1198,
- "resize": "fit"
- },
- "small": {
- "h": 570,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1004,
- "width": 1198,
- "focus_rects": [
- {
- "x": 0,
- "y": 174,
- "w": 1198,
- "h": 671
- },
- {
- "x": 0,
- "y": 0,
- "w": 1004,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 881,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 502,
- "h": 1004
- },
- {
- "x": 0,
- "y": 0,
- "w": 1198,
- "h": 1004
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806968366235611136"
- }
- }
+ 39,
+ 54
+ ]
}
]
},
- "favorite_count": 46,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "❗️In the #Sumy region, the Russians attacked a police car with a drone, the National Police reported.\n\nFortunately, while performing their duties, the police officers managed to get out of the car and were nearby when they heard the explosion. https://t.co/kdKh1aSMi5",
+ "full_text": "RT @thorstenbenner: Bemerkenswertesvon @_FriedrichMerz. \n\nEr spricht ungeschönt Folgen US-Wahl an: mögliches abruptes Ende 🇺🇦-Unterstützung…",
"is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
+ "lang": "de",
+ "quote_count": 0,
"reply_count": 0,
- "retweet_count": 12,
+ "retweet_count": 4,
"retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1806968370492776670"
+ "user_id_str": "54345317",
+ "id_str": "1842660810457301017",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842645192731431013",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMTg2NTMwNjI=",
+ "rest_id": "218653062",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Nov 22 22:32:23 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Co-Founder & Director, Global Public Policy Institute (GPPi), Berlin.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "gppi.net/team/thorsten-…",
+ "expanded_url": "https://gppi.net/team/thorsten-benner",
+ "url": "https://t.co/KW24dgaUjq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 18318,
+ "followers_count": 37128,
+ "friends_count": 2363,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 596,
+ "location": "Berlin",
+ "media_count": 4615,
+ "name": "Thorsten Benner",
+ "normal_followers_count": 37128,
+ "pinned_tweet_ids_str": [
+ "1841932902847639595"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/218653062/1525205107",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1412317079542374401/1HW-g3rZ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "thorstenbenner",
+ "statuses_count": 25767,
+ "translator_type": "none",
+ "url": "https://t.co/KW24dgaUjq",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842645192731431013"
+ ],
+ "editable_until_msecs": "1728159423000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "5382",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:17:03 +0000 2024",
+ "conversation_id_str": "1842645192731431013",
+ "display_text_range": [
+ 0,
+ 286
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 277,
+ 286
+ ],
+ "text": "MerzMail"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/SYqEZeshzG",
+ "expanded_url": "https://x.com/thorstenbenner/status/1842645192731431013/photo/1",
+ "id_str": "1842645185945010176",
+ "indices": [
+ 287,
+ 310
+ ],
+ "media_key": "3_1842645185945010176",
+ "media_url_https": "https://pbs.twimg.com/media/GZJkCKtWAAAI5ay.jpg",
+ "type": "photo",
+ "url": "https://t.co/SYqEZeshzG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1682,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 835,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 473,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1682,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 1027,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 512,
+ "w": 1170,
+ "h": 1170
+ },
+ {
+ "x": 0,
+ "y": 348,
+ "w": 1170,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 841,
+ "h": 1682
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1682
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842645185945010176"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1059395748289232896",
+ "name": "Friedrich Merz",
+ "screen_name": "_FriedrichMerz",
+ "indices": [
+ 19,
+ 34
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/SYqEZeshzG",
+ "expanded_url": "https://x.com/thorstenbenner/status/1842645192731431013/photo/1",
+ "id_str": "1842645185945010176",
+ "indices": [
+ 287,
+ 310
+ ],
+ "media_key": "3_1842645185945010176",
+ "media_url_https": "https://pbs.twimg.com/media/GZJkCKtWAAAI5ay.jpg",
+ "type": "photo",
+ "url": "https://t.co/SYqEZeshzG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1682,
+ "w": 1170,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 835,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 473,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1682,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 1027,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 512,
+ "w": 1170,
+ "h": 1170
+ },
+ {
+ "x": 0,
+ "y": 348,
+ "w": 1170,
+ "h": 1334
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 841,
+ "h": 1682
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1682
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842645185945010176"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 40,
+ "favorited": false,
+ "full_text": "Bemerkenswertesvon @_FriedrichMerz. \n\nEr spricht ungeschönt Folgen US-Wahl an: mögliches abruptes Ende 🇺🇦-Unterstützung & auf jeden Fall mehr Lasten für🇪🇺.\n\nEr schlägt 🇵🇱🇫🇷🇬🇧🇩🇪-Kontaktgruppenquartett für Erarbeitung Friedensplan für 🇺🇦& Europa. \n\nSchritt nach vorn. \n\n #MerzMail https://t.co/SYqEZeshzG",
+ "is_quote_status": false,
+ "lang": "de",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 6,
+ "retweet_count": 4,
+ "retweeted": false,
+ "user_id_str": "218653062",
+ "id_str": "1842645192731431013"
+ }
+ }
+ }
}
}
},
@@ -44947,8 +42191,8 @@
}
},
{
- "entryId": "tweet-1806967959916535996",
- "sortIndex": "1807077696136544179",
+ "entryId": "tweet-1842660365017977079",
+ "sortIndex": "1842759124685684667",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -44958,24 +42202,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806967959916535996",
+ "rest_id": "1842660365017977079",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDEwNjQ3Ng==",
- "rest_id": "14106476",
+ "id": "VXNlcjo3MTA0ODcyNg==",
+ "rest_id": "71048726",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Sun Mar 09 08:15:00 +0000 2008",
+ "can_media_tag": false,
+ "created_at": "Wed Sep 02 19:16:44 +0000 2009",
"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": "Founding Partner and Washington Correspondent, @PuckNews. All views my own. Void where prohibited.",
"entities": {
"description": {
"urls": []
@@ -44983,9 +42228,9 @@
"url": {
"urls": [
{
- "display_url": "kyivpost.com",
- "expanded_url": "http://kyivpost.com/",
- "url": "https://t.co/lHlutZvoAu",
+ "display_url": "puck.news/author/julia-i…",
+ "expanded_url": "https://puck.news/author/julia-ioffe/",
+ "url": "https://t.co/gHu7d24p51",
"indices": [
0,
23
@@ -44995,27 +42240,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 4941,
- "followers_count": 393889,
- "friends_count": 1638,
+ "favourites_count": 38862,
+ "followers_count": 404968,
+ "friends_count": 3389,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6657,
- "location": "#Kyiv, #Ukraine",
- "media_count": 33579,
- "name": "KyivPost",
- "normal_followers_count": 393889,
+ "listed_count": 6807,
+ "location": "Washington, DC",
+ "media_count": 2744,
+ "name": "Julia Ioffe",
+ "normal_followers_count": 404968,
"pinned_tweet_ids_str": [
- "1800154519663456263"
+ "1841537615511642410"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1716706837",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
+ "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": "KyivPost",
- "statuses_count": 78254,
+ "screen_name": "juliaioffe",
+ "statuses_count": 54733,
"translator_type": "none",
- "url": "https://t.co/lHlutZvoAu",
+ "url": "https://t.co/gHu7d24p51",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -45027,79 +42272,75 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806967959916535996"
+ "1842660365017977079"
],
- "editable_until_msecs": "1719653308000",
+ "editable_until_msecs": "1728163040000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "8267",
+ "count": "147295",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
"quoted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806948626188378536",
+ "rest_id": "1842634378809380869",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMTIwNjMzNzI2NDc4ODIzNDI1",
- "rest_id": "1120633726478823425",
+ "id": "VXNlcjo2NDY1Nzg2Mw==",
+ "rest_id": "64657863",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
- "created_at": "Tue Apr 23 10:21:15 +0000 2019",
+ "created_at": "Tue Aug 11 07:50:45 +0000 2009",
"default_profile": true,
"default_profile_image": false,
- "description": "President of Ukraine / Президент України",
+ "description": "Private sector economic advisor. Author of the newly released book “Cleared for the Option: A Year Learning to Fly”. https://t.co/vhcQrJq9n3. #avgeek",
"entities": {
"description": {
- "urls": []
- },
- "url": {
"urls": [
{
- "display_url": "president.gov.ua",
- "expanded_url": "https://www.president.gov.ua",
- "url": "https://t.co/ctVL0atMBQ",
+ "display_url": "patrickchovanec.com",
+ "expanded_url": "http://patrickchovanec.com",
+ "url": "https://t.co/vhcQrJq9n3",
"indices": [
- 0,
- 23
+ 117,
+ 140
]
}
]
}
},
"fast_followers_count": 0,
- "favourites_count": 198,
- "followers_count": 7395609,
- "friends_count": 1,
+ "favourites_count": 43558,
+ "followers_count": 80002,
+ "friends_count": 3045,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 17999,
- "location": "Україна",
- "media_count": 3181,
- "name": "Volodymyr Zelenskyy / Володимир Зеленський",
- "normal_followers_count": 7395609,
+ "listed_count": 0,
+ "location": "New York, NY",
+ "media_count": 62442,
+ "name": "Patrick Chovanec",
+ "normal_followers_count": 80002,
"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_banner_url": "https://pbs.twimg.com/profile_banners/64657863/1699965461",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1594705332881817600/J5sorYxu_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ZelenskyyUa",
- "statuses_count": 7131,
+ "screen_name": "prchovanec",
+ "statuses_count": 316817,
"translator_type": "none",
- "url": "https://t.co/ctVL0atMBQ",
"verified": false,
- "verified_type": "Government",
"want_retweets": false,
"withheld_in_countries": []
},
@@ -45110,61 +42351,100 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806948626188378536"
+ "1842634378809380869"
],
- "editable_until_msecs": "1719648698000",
+ "editable_until_msecs": "1728156845000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "212857",
+ "count": "635492",
"state": "EnabledWithCount"
},
- "source": "Twitter Web App",
+ "source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 66,
+ "bookmark_count": 494,
"bookmarked": false,
- "created_at": "Sat Jun 29 07:11:38 +0000 2024",
- "conversation_id_str": "1806948626188378536",
+ "created_at": "Sat Oct 05 18:34:05 +0000 2024",
+ "conversation_id_str": "1842634378809380869",
"display_text_range": [
0,
- 33
+ 31
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/mazbqgjjwu",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1806948626188378536/video/1",
- "id_str": "1806947673263476736",
+ "display_url": "pic.x.com/qot76jA80i",
+ "expanded_url": "https://x.com/prchovanec/status/1842634378809380869/photo/1",
+ "id_str": "1842634374560276480",
"indices": [
- 34,
- 57
+ 32,
+ 55
],
- "media_key": "7_1806947673263476736",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806947673263476736/pu/img/IO_MDChDQS7824Km.jpg",
- "type": "video",
- "url": "https://t.co/mAzBQgjjWU",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842634374560276480",
+ "media_url_https": "https://pbs.twimg.com/media/GZJaM3KW4AA6cjf.jpg",
+ "type": "photo",
+ "url": "https://t.co/qot76jA80i",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 47,
+ "y": 48,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
"sizes": {
"large": {
- "h": 1080,
- "w": 1920,
+ "h": 1097,
+ "w": 1170,
"resize": "fit"
},
"medium": {
- "h": 675,
- "w": 1200,
+ "h": 1097,
+ "w": 1170,
"resize": "fit"
},
"small": {
- "h": 383,
+ "h": 638,
"w": 680,
"resize": "fit"
},
@@ -45175,44 +42455,47 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1920,
- "focus_rects": []
+ "height": 1097,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 442,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1097,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 962,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 549,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1097
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 69320,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/pl/JRb-myl7uvOSQHh0.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/480x270/YnqpC99LATRSQtEa.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/640x360/9fganqcLjNYh71Zy.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/1280x720/6J9-wxCh36TQFRsa.mp4?tag=12"
- }
- ]
- },
"media_results": {
"result": {
- "media_key": "7_1806947673263476736"
+ "media_key": "3_1842634374560276480"
}
}
}
@@ -45225,36 +42508,75 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/mAzBQgjjWU",
- "expanded_url": "https://twitter.com/ZelenskyyUa/status/1806948626188378536/video/1",
- "id_str": "1806947673263476736",
+ "display_url": "pic.x.com/qot76jA80i",
+ "expanded_url": "https://x.com/prchovanec/status/1842634378809380869/photo/1",
+ "id_str": "1842634374560276480",
"indices": [
- 34,
- 57
+ 32,
+ 55
],
- "media_key": "7_1806947673263476736",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806947673263476736/pu/img/IO_MDChDQS7824Km.jpg",
- "type": "video",
- "url": "https://t.co/mAzBQgjjWU",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842634374560276480",
+ "media_url_https": "https://pbs.twimg.com/media/GZJaM3KW4AA6cjf.jpg",
+ "type": "photo",
+ "url": "https://t.co/qot76jA80i",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 47,
+ "y": 48,
+ "h": 33,
+ "w": 33
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 81,
+ "y": 83,
+ "h": 57,
+ "w": 57
+ }
+ ]
+ }
+ },
"sizes": {
"large": {
- "h": 1080,
- "w": 1920,
+ "h": 1097,
+ "w": 1170,
"resize": "fit"
},
"medium": {
- "h": 675,
- "w": 1200,
+ "h": 1097,
+ "w": 1170,
"resize": "fit"
},
"small": {
- "h": 383,
+ "h": 638,
"w": 680,
"resize": "fit"
},
@@ -45265,998 +42587,678 @@
}
},
"original_info": {
- "height": 1080,
- "width": 1920,
- "focus_rects": []
+ "height": 1097,
+ "width": 1170,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 442,
+ "w": 1170,
+ "h": 655
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1097,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 962,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 549,
+ "h": 1097
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1170,
+ "h": 1097
+ }
+ ]
},
"allow_download_status": {
"allow_download": true
},
+ "media_results": {
+ "result": {
+ "media_key": "3_1842634374560276480"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 15684,
+ "favorited": false,
+ "full_text": "How it started. How it’s going. https://t.co/qot76jA80i",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 199,
+ "reply_count": 829,
+ "retweet_count": 3244,
+ "retweeted": false,
+ "user_id_str": "64657863",
+ "id_str": "1842634378809380869"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 41,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 20:17:20 +0000 2024",
+ "conversation_id_str": "1842660365017977079",
+ "display_text_range": [
+ 0,
+ 55
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 2709,
+ "favorited": false,
+ "full_text": "I keep missing the parts where he upsets the far right.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 8,
+ "quoted_status_id_str": "1842634378809380869",
+ "quoted_status_permalink": {
+ "url": "https://t.co/wjjVnNRrU3",
+ "expanded": "https://twitter.com/prchovanec/status/1842634378809380869",
+ "display": "x.com/prchovanec/sta…"
+ },
+ "reply_count": 111,
+ "retweet_count": 446,
+ "retweeted": false,
+ "user_id_str": "71048726",
+ "id_str": "1842660365017977079"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842660209522885101",
+ "sortIndex": "1842759124685684666",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842660209522885101",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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": 80717,
+ "followers_count": 38531,
+ "friends_count": 918,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1146,
+ "location": "Morgan Hill, CA",
+ "media_count": 1355,
+ "name": "Steven Pifer",
+ "normal_followers_count": 38531,
+ "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": 22260,
+ "translator_type": "none",
+ "url": "https://t.co/iPslu835Yn",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842660209522885101"
+ ],
+ "editable_until_msecs": "1728163003000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2363",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842595875207700787",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjIxNDYyNDE0NzQ0NTk2NDgz",
+ "rest_id": "1221462414744596483",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun Jan 26 15:58:45 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Pro-democracy conservatives Republicans fighting Trump & Trumpism. Please support our work: https://t.co/FkmisNic4X",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "buymeacoffee.com/RFJBIDENj",
+ "expanded_url": "http://buymeacoffee.com/RFJBIDENj",
+ "url": "https://t.co/FkmisNic4X",
+ "indices": [
+ 92,
+ 115
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "instagram.com/republicansaga…",
+ "expanded_url": "https://www.instagram.com/republicansagainsttrump?igsh=OGQ5ZDc2ODk2ZA==",
+ "url": "https://t.co/lIZGZQBXTW",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 114002,
+ "followers_count": 808225,
+ "friends_count": 5445,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4149,
+ "location": "United States",
+ "media_count": 19902,
+ "name": "Republicans against Trump",
+ "normal_followers_count": 808225,
+ "pinned_tweet_ids_str": [
+ "1841969892846694669"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1221462414744596483/1675139829",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1552023520347099136/tIGoFfQt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RpsAgainstTrump",
+ "statuses_count": 111953,
+ "translator_type": "none",
+ "url": "https://t.co/lIZGZQBXTW",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1465381396369842180",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false,
+ "venmo_handle": "Rfjbiden"
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842595875207700787"
+ ],
+ "editable_until_msecs": "1728147665000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1205689",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1204,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 16:01:05 +0000 2024",
+ "conversation_id_str": "1842595875207700787",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/xUljE8KxrV",
+ "expanded_url": "https://x.com/KamalaHQ/status/1842369952621252994/video/1",
+ "id_str": "1842369867229347840",
+ "indices": [
+ 244,
+ 267
+ ],
+ "media_key": "13_1842369867229347840",
+ "media_url_https": "https://pbs.twimg.com/media/GZFpsKSXAAAU1QL.jpg",
+ "source_status_id_str": "1842369952621252994",
+ "source_user_id_str": "3315264553",
+ "type": "video",
+ "url": "https://t.co/xUljE8KxrV",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzE1MjY0NTUz",
+ "rest_id": "3315264553",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Aug 14 16:21:06 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Providing context.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "KamalaHarris.com",
+ "expanded_url": "http://KamalaHarris.com",
+ "url": "https://t.co/iUgsrCkCLm",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1395484,
+ "friends_count": 6,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4052,
+ "location": "",
+ "media_count": 7885,
+ "name": "Kamala HQ",
+ "normal_followers_count": 1395484,
+ "pinned_tweet_ids_str": [
+ "1815212766912803099"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3315264553/1725376700",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815212079986401280/ZBFIVvno_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KamalaHQ",
+ "statuses_count": 8989,
+ "translator_type": "none",
+ "url": "https://t.co/iUgsrCkCLm",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 544,
+ "w": 1034,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 544,
+ "w": 1034,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 358,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 544,
+ "width": 1034,
+ "focus_rects": []
+ },
"video_info": {
"aspect_ratio": [
- 16,
- 9
+ 517,
+ 272
],
- "duration_millis": 69320,
+ "duration_millis": 89830,
"variants": [
{
"content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/pl/JRb-myl7uvOSQHh0.m3u8?tag=12"
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/pl/utmGN2UoRxLDz_uC.m3u8?tag=14&v=d15"
},
{
- "bitrate": 256000,
+ "bitrate": 288000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/480x270/YnqpC99LATRSQtEa.mp4?tag=12"
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/512x270/7UFJ_1f4Eejr2yLh.mp4?tag=14"
},
{
"bitrate": 832000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/640x360/9fganqcLjNYh71Zy.mp4?tag=12"
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/684x360/-2MVFLfJEkytkrmx.mp4?tag=14"
},
{
"bitrate": 2176000,
"content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806947673263476736/pu/vid/avc1/1280x720/6J9-wxCh36TQFRsa.mp4?tag=12"
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/1034x544/Djpy8U5gURw6nXHJ.mp4?tag=14"
}
]
},
"media_results": {
"result": {
- "media_key": "7_1806947673263476736"
+ "media_key": "13_1842369867229347840"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/xUljE8KxrV",
+ "expanded_url": "https://x.com/KamalaHQ/status/1842369952621252994/video/1",
+ "id_str": "1842369867229347840",
+ "indices": [
+ 244,
+ 267
+ ],
+ "media_key": "13_1842369867229347840",
+ "media_url_https": "https://pbs.twimg.com/media/GZFpsKSXAAAU1QL.jpg",
+ "source_status_id_str": "1842369952621252994",
+ "source_user_id_str": "3315264553",
+ "type": "video",
+ "url": "https://t.co/xUljE8KxrV",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMzE1MjY0NTUz",
+ "rest_id": "3315264553",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Aug 14 16:21:06 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Providing context.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "KamalaHarris.com",
+ "expanded_url": "http://KamalaHarris.com",
+ "url": "https://t.co/iUgsrCkCLm",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 0,
+ "followers_count": 1395484,
+ "friends_count": 6,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4052,
+ "location": "",
+ "media_count": 7885,
+ "name": "Kamala HQ",
+ "normal_followers_count": 1395484,
+ "pinned_tweet_ids_str": [
+ "1815212766912803099"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3315264553/1725376700",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815212079986401280/ZBFIVvno_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KamalaHQ",
+ "statuses_count": 8989,
+ "translator_type": "none",
+ "url": "https://t.co/iUgsrCkCLm",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 544,
+ "w": 1034,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 544,
+ "w": 1034,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 358,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 544,
+ "width": 1034,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 517,
+ 272
+ ],
+ "duration_millis": 89830,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/pl/utmGN2UoRxLDz_uC.m3u8?tag=14&v=d15"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/512x270/7UFJ_1f4Eejr2yLh.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/684x360/-2MVFLfJEkytkrmx.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1842369867229347840/vid/avc1/1034x544/Djpy8U5gURw6nXHJ.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1842369867229347840"
}
}
}
]
},
- "favorite_count": 7860,
+ "favorite_count": 40950,
"favorited": false,
- "full_text": "At home 🇺🇦🇺🇦🇺🇦\n____\n\nВдома 🇺🇦🇺🇦🇺🇦 https://t.co/mAzBQgjjWU",
+ "full_text": "Donald Trump: “People are rightfully disgusted with the WH response. Worst since Katrina.”\n\nNC Republican Senator Thom Tillis: I'm impressed. They're doing a great job. We're working together and I'm pretty proud of the effort that's been done https://t.co/xUljE8KxrV",
"is_quote_status": false,
- "lang": "und",
+ "lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 38,
- "reply_count": 243,
- "retweet_count": 988,
+ "quote_count": 361,
+ "reply_count": 631,
+ "retweet_count": 10552,
"retweeted": false,
- "user_id_str": "1120633726478823425",
- "id_str": "1806948626188378536"
+ "user_id_str": "1221462414744596483",
+ "id_str": "1842595875207700787"
}
}
},
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:28:28 +0000 2024",
- "conversation_id_str": "1806967959916535996",
- "display_text_range": [
- 0,
- 199
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 20,
- 29
- ],
- "text": "Zelensky"
- },
- {
- "indices": [
- 174,
- 182
- ],
- "text": "Ukraine"
- },
- {
- "indices": [
- 190,
- 198
- ],
- "text": "Belarus"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 76,
- "favorited": false,
- "full_text": "President Volodymyr #Zelensky published footage of the ten prisoners who returned to Ukraine\n\nThey are mostly civilians who were arrested both in the occupied territories of #Ukraine and in #Belarus.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1806948626188378536",
- "quoted_status_permalink": {
- "url": "https://t.co/W4NGszn3aH",
- "expanded": "https://twitter.com/zelenskyyua/status/1806948626188378536",
- "display": "x.com/zelenskyyua/st…"
- },
- "reply_count": 1,
- "retweet_count": 17,
- "retweeted": false,
- "user_id_str": "14106476",
- "id_str": "1806967959916535996"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806967775224578384",
- "sortIndex": "1807077696136544178",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806967775224578384",
- "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": 4211,
- "followers_count": 19796,
- "friends_count": 2273,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 955,
- "location": "",
- "media_count": 1285,
- "name": "Anna Nemtsova",
- "normal_followers_count": 19796,
- "pinned_tweet_ids_str": [
- "1758941290194960423"
- ],
- "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": 8038,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806967775224578384"
- ],
- "editable_until_msecs": "1719653264000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "817",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 08:27:44 +0000 2024",
- "conversation_id_str": "1806967775224578384",
+ "created_at": "Sat Oct 05 20:16:43 +0000 2024",
+ "conversation_id_str": "1842660209522885101",
"display_text_range": [
0,
- 218
+ 100
],
"entities": {
- "hashtags": [
- {
- "indices": [
- 125,
- 136
- ],
- "text": "Copenhagen"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/bubjpdqg53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742672560129",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742672560129",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpaWYAE1zVZ.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 645,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 307,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 200,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742672560129"
- }
- }
- },
- {
- "display_url": "pic.x.com/bubjpdqg53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742685130752",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742685130752",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpdWMAAFkK8.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "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": 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
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742685130752"
- }
- }
- },
- {
- "display_url": "pic.x.com/bubjpdqg53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742676783104",
- "indices": [
- 219,
- 242
- ],
- "media_key": "7_1806967742676783104",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806967742676783104/pu/img/XqtsVR8DbHFKMOPB.jpg",
- "type": "video",
- "url": "https://t.co/buBjPDQG53",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 6366,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/pl/pa6bVzC9aXZLy7G9.m3u8?tag=12"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/320x568/j15lsATH-GHruvAV.mp4?tag=12"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/480x852/TxMD_7mWk6FwBcNt.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/720x1280/s9rBOQI7dNfuJj5M.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806967742676783104"
- }
- }
- },
- {
- "display_url": "pic.x.com/bubjpdqg53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742689316864",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742689316864",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpeWEAAwhFP.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 1157,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742689316864"
- }
- }
- }
- ],
+ "hashtags": [],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": []
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/buBjPDQG53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742672560129",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742672560129",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpaWYAE1zVZ.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 645,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 307,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 200,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742672560129"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/buBjPDQG53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742685130752",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742685130752",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpdWMAAFkK8.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "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": 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
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742685130752"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/buBjPDQG53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742676783104",
- "indices": [
- 219,
- 242
- ],
- "media_key": "7_1806967742676783104",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806967742676783104/pu/img/XqtsVR8DbHFKMOPB.jpg",
- "type": "video",
- "url": "https://t.co/buBjPDQG53",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 6366,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/pl/pa6bVzC9aXZLy7G9.m3u8?tag=12"
- },
- {
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/320x568/j15lsATH-GHruvAV.mp4?tag=12"
- },
- {
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/480x852/TxMD_7mWk6FwBcNt.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806967742676783104/pu/vid/avc1/720x1280/s9rBOQI7dNfuJj5M.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1806967742676783104"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/buBjPDQG53",
- "expanded_url": "https://twitter.com/annanemtsova/status/1806967775224578384/video/1",
- "id_str": "1806967742689316864",
- "indices": [
- 219,
- 242
- ],
- "media_key": "3_1806967742689316864",
- "media_url_https": "https://pbs.twimg.com/media/GROjlpeWEAAwhFP.jpg",
- "type": "photo",
- "url": "https://t.co/buBjPDQG53",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 1157,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967742689316864"
- }
- }
- }
- ]
- },
- "favorite_count": 11,
+ "favorite_count": 17,
"favorited": false,
- "full_text": "This is a tradition that goes back to mid 19th century in Denmark: high school grads in sailor caps ride heavy trucks around #Copenhagen and the entire city celebrates them. I feel so lucky to witness this happy event! https://t.co/buBjPDQG53",
- "is_quote_status": false,
+ "full_text": "We all knew Trump was going to denigrate the response to Hurricane Helene no matter what, didn’t we?",
+ "is_quote_status": true,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
+ "quoted_status_id_str": "1842595875207700787",
+ "quoted_status_permalink": {
+ "url": "https://t.co/lx3RaKMSaP",
+ "expanded": "https://twitter.com/rpsagainsttrump/status/1842595875207700787",
+ "display": "x.com/rpsagainsttrum…"
+ },
+ "reply_count": 3,
+ "retweet_count": 3,
"retweeted": false,
- "user_id_str": "70664371",
- "id_str": "1806967775224578384"
+ "user_id_str": "1543664064",
+ "id_str": "1842660209522885101"
}
}
},
@@ -46274,8 +43276,8 @@
}
},
{
- "entryId": "tweet-1806967633209639069",
- "sortIndex": "1807077696136544177",
+ "entryId": "tweet-1842655092241010886",
+ "sortIndex": "1842759124685684665",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -46285,432 +43287,25 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806967633209639069",
+ "rest_id": "1842655092241010886",
"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! @MFA_UA_arabic @MAE_Ukraine @MAE_Ucrania @MNE_Ucrania. 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": 5870,
- "followers_count": 473518,
- "friends_count": 1207,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6944,
- "location": "Kyiv, Ukraine",
- "media_count": 12036,
- "name": "MFA of Ukraine 🇺🇦",
- "normal_followers_count": 473518,
- "pinned_tweet_ids_str": [
- "1806716966121423251"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/143427448/1715241721",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1806682860671156224/O8EQm6k4_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MFA_Ukraine",
- "statuses_count": 70065,
- "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": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806967633209639069"
- ],
- "editable_until_msecs": "1719653230000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "19210",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 12,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:27:10 +0000 2024",
- "conversation_id_str": "1806967633209639069",
- "display_text_range": [
- 0,
- 283
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/s1md3lozcw",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1806967633209639069/photo/1",
- "id_str": "1806967538498125824",
- "indices": [
- 284,
- 307
- ],
- "media_key": "3_1806967538498125824",
- "media_url_https": "https://pbs.twimg.com/media/GROjZwzXwAA50eZ.png",
- "type": "photo",
- "url": "https://t.co/s1MD3LOZcW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 603,
- "y": 1461,
- "h": 101,
- "w": 101
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 353,
- "y": 856,
- "h": 59,
- "w": 59
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 200,
- "y": 485,
- "h": 33,
- "w": 33
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 637,
- "y": 1541,
- "h": 107,
- "w": 107
- }
- ]
- }
- },
- "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": 2160,
- "width": 2160,
- "focus_rects": [
- {
- "x": 0,
- "y": 950,
- "w": 2160,
- "h": 1210
- },
- {
- "x": 0,
- "y": 0,
- "w": 2160,
- "h": 2160
- },
- {
- "x": 0,
- "y": 0,
- "w": 1895,
- "h": 2160
- },
- {
- "x": 54,
- "y": 0,
- "w": 1080,
- "h": 2160
- },
- {
- "x": 0,
- "y": 0,
- "w": 2160,
- "h": 2160
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967538498125824"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "20536157",
- "name": "Google",
- "screen_name": "Google",
- "indices": [
- 112,
- 119
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/s1MD3LOZcW",
- "expanded_url": "https://twitter.com/MFA_Ukraine/status/1806967633209639069/photo/1",
- "id_str": "1806967538498125824",
- "indices": [
- 284,
- 307
- ],
- "media_key": "3_1806967538498125824",
- "media_url_https": "https://pbs.twimg.com/media/GROjZwzXwAA50eZ.png",
- "type": "photo",
- "url": "https://t.co/s1MD3LOZcW",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 603,
- "y": 1461,
- "h": 101,
- "w": 101
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 353,
- "y": 856,
- "h": 59,
- "w": 59
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 200,
- "y": 485,
- "h": 33,
- "w": 33
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 637,
- "y": 1541,
- "h": 107,
- "w": 107
- }
- ]
- }
- },
- "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": 2160,
- "width": 2160,
- "focus_rects": [
- {
- "x": 0,
- "y": 950,
- "w": 2160,
- "h": 1210
- },
- {
- "x": 0,
- "y": 0,
- "w": 2160,
- "h": 2160
- },
- {
- "x": 0,
- "y": 0,
- "w": 1895,
- "h": 2160
- },
- {
- "x": 54,
- "y": 0,
- "w": 1080,
- "h": 2160
- },
- {
- "x": 0,
- "y": 0,
- "w": 2160,
- "h": 2160
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806967538498125824"
- }
- }
- }
- ]
- },
- "favorite_count": 769,
- "favorited": false,
- "full_text": "Google Translate has added the Crimean Tatar language to its list of available translations! 💙\n\n👏🏻 Thank you to @Google for this crucial initiative, which demonstrates that the rich linguistic & cultural heritage of Ukraine's indigenous people is valuable to the global community https://t.co/s1MD3LOZcW",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 7,
- "reply_count": 24,
- "retweet_count": 182,
- "retweeted": false,
- "user_id_str": "143427448",
- "id_str": "1806967633209639069"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806966155061469389",
- "sortIndex": "1807077696136544176",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806966155061469389",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjMwMTg2NTM=",
- "rest_id": "163018653",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Jul 05 09:44:27 +0000 2010",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Ambassador-at-large @MFA_Ukraine, Amb to Austria (2014-2021). Author of “Ukraine vs Darkness. Undiplomatic Thoughts”. Personal account.",
+ "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": []
@@ -46718,9 +43313,9 @@
"url": {
"urls": [
{
- "display_url": "amazon.com/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -46730,36 +43325,31 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1396956590713020416"
+ "1827251612743532904"
],
"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_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": "olex_scherba",
- "statuses_count": 41953,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
"tipjar_settings": {}
}
}
@@ -46767,9 +43357,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806966155061469389"
+ "1842655092241010886"
],
- "editable_until_msecs": "1719652877831",
+ "editable_until_msecs": "1728161783523",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -46777,12 +43367,12 @@
"views": {
"state": "Enabled"
},
- "source": "Twitter for iPad",
+ "source": "Twitter Web App",
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 08:21:17 +0000 2024",
- "conversation_id_str": "1806966155061469389",
+ "created_at": "Sat Oct 05 19:56:23 +0000 2024",
+ "conversation_id_str": "1842655092241010886",
"display_text_range": [
0,
140
@@ -46794,103 +43384,77 @@
"urls": [],
"user_mentions": [
{
- "id_str": "384407750",
- "name": "JP Lindsley | Journalist",
- "screen_name": "JPLindsley",
+ "id_str": "888118103095115780",
+ "name": "Robin Brooks",
+ "screen_name": "robin_j_brooks",
"indices": [
3,
- 14
+ 18
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @JPLindsley: This is weird: Some of the loudest American voices against child trafficking are eerily silent about what Russia's been doi…",
+ "full_text": "RT @robin_j_brooks: Every month, Russia gets $10 bn in tax revenues from oil exports, a gift from the EU, which allowed Greece and its ship…",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 169,
+ "retweet_count": 247,
"retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806966155061469389",
+ "user_id_str": "579747564",
+ "id_str": "1842655092241010886",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806814274473611734",
+ "rest_id": "1842555885966549208",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjozODQ0MDc3NTA=",
- "rest_id": "384407750",
+ "id": "VXNlcjo4ODgxMTgxMDMwOTUxMTU3ODA=",
+ "rest_id": "888118103095115780",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Oct 03 16:42:23 +0000 2011",
+ "created_at": "Thu Jul 20 19:27:11 +0000 2017",
"default_profile": true,
"default_profile_image": false,
- "description": "🇺🇦🇺🇸 War stories daily on Chicago's WGN Radio, the only U.S. channel broadcasting live from Ukraine every day. Truth to the world. Supplies for freedom 💪",
+ "description": "Senior Fellow @BrookingsInst, previously Chief Economist @IIF and Chief FX Strategist @GoldmanSachs. Opinions are my own. Email: RBrooks@brookings.edu.",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/ufnews",
- "expanded_url": "https://linktr.ee/ufnews",
- "url": "https://t.co/EJCB6ra1hx",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 9522,
- "followers_count": 7932,
- "friends_count": 2157,
- "has_custom_timelines": true,
+ "favourites_count": 31203,
+ "followers_count": 320627,
+ "friends_count": 223,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 123,
- "location": "Lviv, Ukraine",
- "media_count": 1408,
- "name": "JP Lindsley | Journalist",
- "normal_followers_count": 7932,
- "pinned_tweet_ids_str": [
- "1796319402284995000"
- ],
+ "listed_count": 4795,
+ "location": "Washington, DC",
+ "media_count": 14653,
+ "name": "Robin Brooks",
+ "normal_followers_count": 320627,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/384407750/1683640962",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1577353538761539596/JrDqENQm_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/888118103095115780/1522595929",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/931170812262010880/-X2Xdf_U_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "JPLindsley",
- "statuses_count": 4739,
+ "screen_name": "robin_j_brooks",
+ "statuses_count": 30524,
"translator_type": "none",
- "url": "https://t.co/EJCB6ra1hx",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1498896362745868292",
- "professional_type": "Creator",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {}
}
}
@@ -46898,62 +43462,73 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806814274473611734"
+ "1842555885966549208"
],
- "editable_until_msecs": "1719616666000",
+ "editable_until_msecs": "1728138130000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "12963",
+ "count": "40660",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 22,
+ "bookmark_count": 35,
"bookmarked": false,
- "created_at": "Fri Jun 28 22:17:46 +0000 2024",
- "conversation_id_str": "1806814274473611734",
+ "created_at": "Sat Oct 05 13:22:10 +0000 2024",
+ "conversation_id_str": "1842555885966549208",
"display_text_range": [
0,
- 187
+ 279
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/fgpscx14dc",
- "expanded_url": "https://twitter.com/JPLindsley/status/1806814274473611734/video/1",
- "id_str": "1806805035038171136",
+ "display_url": "pic.x.com/AP3t6480mo",
+ "expanded_url": "https://x.com/robin_j_brooks/status/1842555885966549208/photo/1",
+ "id_str": "1842554622998675456",
"indices": [
- 188,
- 211
+ 280,
+ 303
],
- "media_key": "7_1806805035038171136",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806805035038171136/pu/img/twsB-CffRhlVmOkh.jpg",
- "type": "video",
- "url": "https://t.co/fGpscX14dC",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842554622998675456",
+ "media_url_https": "https://pbs.twimg.com/media/GZIRqtcXAAAcDKu.png",
+ "type": "photo",
+ "url": "https://t.co/AP3t6480mo",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 1920,
- "w": 1080,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 675,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 383,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -46963,44 +43538,44 @@
}
},
"original_info": {
- "height": 1920,
- "width": 1080,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 82320,
- "variants": [
+ "height": 631,
+ "width": 680,
+ "focus_rects": [
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/pl/1tCRmwKG4rWRTqo6.m3u8?tag=12"
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
},
{
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/320x568/DHtjDMjmkEgRKA7W.mp4?tag=12"
+ "x": 49,
+ "y": 0,
+ "w": 631,
+ "h": 631
},
{
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/480x852/UFTp5qcD7l888KmB.mp4?tag=12"
+ "x": 113,
+ "y": 0,
+ "w": 554,
+ "h": 631
},
{
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/720x1280/EnSaW5c3WTKLjraB.mp4?tag=12"
+ "x": 232,
+ "y": 0,
+ "w": 316,
+ "h": 631
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 631
}
]
},
"media_results": {
"result": {
- "media_key": "7_1806805035038171136"
+ "media_key": "3_1842554622998675456"
}
}
}
@@ -47013,37 +43588,48 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/fGpscX14dC",
- "expanded_url": "https://twitter.com/JPLindsley/status/1806814274473611734/video/1",
- "id_str": "1806805035038171136",
+ "display_url": "pic.x.com/AP3t6480mo",
+ "expanded_url": "https://x.com/robin_j_brooks/status/1842555885966549208/photo/1",
+ "id_str": "1842554622998675456",
"indices": [
- 188,
- 211
+ 280,
+ 303
],
- "media_key": "7_1806805035038171136",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1806805035038171136/pu/img/twsB-CffRhlVmOkh.jpg",
- "type": "video",
- "url": "https://t.co/fGpscX14dC",
- "additional_media_info": {
- "monetizable": false
- },
+ "media_key": "3_1842554622998675456",
+ "media_url_https": "https://pbs.twimg.com/media/GZIRqtcXAAAcDKu.png",
+ "type": "photo",
+ "url": "https://t.co/AP3t6480mo",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
"sizes": {
"large": {
- "h": 1920,
- "w": 1080,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"medium": {
- "h": 1200,
- "w": 675,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"small": {
- "h": 680,
- "w": 383,
+ "h": 631,
+ "w": 680,
"resize": "fit"
},
"thumb": {
@@ -47053,62 +43639,62 @@
}
},
"original_info": {
- "height": 1920,
- "width": 1080,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 9,
- 16
- ],
- "duration_millis": 82320,
- "variants": [
+ "height": 631,
+ "width": 680,
+ "focus_rects": [
{
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/pl/1tCRmwKG4rWRTqo6.m3u8?tag=12"
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 381
},
{
- "bitrate": 632000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/320x568/DHtjDMjmkEgRKA7W.mp4?tag=12"
+ "x": 49,
+ "y": 0,
+ "w": 631,
+ "h": 631
},
{
- "bitrate": 950000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/480x852/UFTp5qcD7l888KmB.mp4?tag=12"
+ "x": 113,
+ "y": 0,
+ "w": 554,
+ "h": 631
},
{
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1806805035038171136/pu/vid/avc1/720x1280/EnSaW5c3WTKLjraB.mp4?tag=12"
+ "x": 232,
+ "y": 0,
+ "w": 316,
+ "h": 631
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 680,
+ "h": 631
}
]
},
"media_results": {
"result": {
- "media_key": "7_1806805035038171136"
+ "media_key": "3_1842554622998675456"
}
}
}
]
},
- "favorite_count": 431,
+ "favorite_count": 523,
"favorited": false,
- "full_text": "This is weird: Some of the loudest American voices against child trafficking are eerily silent about what Russia's been doing to Ukrainian kids. Why? \n\nWhat do you think the real deal is? https://t.co/fGpscX14dC",
+ "full_text": "Every month, Russia gets $10 bn in tax revenues from oil exports, a gift from the EU, which allowed Greece and its shipping oligarchs to undermine the G7 cap. Russia's invasion of Ukraine shines a light on poor EU governance. Special interests get what they want. Putin does too. https://t.co/AP3t6480mo",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 20,
- "retweet_count": 169,
+ "quote_count": 14,
+ "reply_count": 15,
+ "retweet_count": 247,
"retweeted": false,
- "user_id_str": "384407750",
- "id_str": "1806814274473611734"
+ "user_id_str": "888118103095115780",
+ "id_str": "1842555885966549208"
}
}
}
@@ -47129,90 +43715,201 @@
}
},
{
- "entryId": "list-conversation-1807077696136544337",
- "sortIndex": "1807077696136544175",
+ "entryId": "tweet-1842655051606847915",
+ "sortIndex": "1842759124685684664",
"content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "list-conversation-1807077696136544337-tweet-1806938549058523247",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842655051606847915",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842655051606847915"
+ ],
+ "editable_until_msecs": "1728161773835",
+ "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": "Sat Oct 05 19:56:13 +0000 2024",
+ "conversation_id_str": "1842655051606847915",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1731223328",
+ "name": "Scott Charles, MAPP, FCPP",
+ "screen_name": "TheScottCharles",
+ "indices": [
+ 3,
+ 19
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @TheScottCharles: When you spent your allowance sending immigrants from San Antonio to Martha’s Vineyard and you have to ask your Uncle…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 9819,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842655051606847915",
+ "retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806938549058523247",
+ "rest_id": "1842571696123048434",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNjIyMTkxNjg=",
- "rest_id": "262219168",
+ "id": "VXNlcjoxNzMxMjIzMzI4",
+ "rest_id": "1731223328",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": true,
+ "is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Mon Mar 07 16:23:56 +0000 2011",
+ "can_media_tag": false,
+ "created_at": "Thu Sep 05 08:02:56 +0000 2013",
"default_profile": false,
"default_profile_image": false,
- "description": "Live straight out of Bucha\nAuthor of 'I Will Show You How It Was. The Story of Wartime Kyiv\" \nhttps://t.co/xefS6FAxq6",
+ "description": "Trauma outreach manager • Victim advocate • Pusher of gun locks • @BusinessInsider's 100 People Transforming Business • Teaching the realities of firearm injury",
"entities": {
"description": {
+ "urls": []
+ },
+ "url": {
"urls": [
{
- "display_url": "amazon.com/Will-Show-You-…",
- "expanded_url": "https://www.amazon.com/Will-Show-You-How-Was-ebook/dp/B0CMM6VGXN/r",
- "url": "https://t.co/xefS6FAxq6",
+ "display_url": "templesafetynet.org/request-a-gun-…",
+ "expanded_url": "https://www.templesafetynet.org/request-a-gun-lock",
+ "url": "https://t.co/CXV7QcVLn3",
"indices": [
- 94,
- 117
+ 0,
+ 23
]
}
]
}
},
"fast_followers_count": 0,
- "favourites_count": 32429,
- "followers_count": 1256675,
- "friends_count": 1656,
+ "favourites_count": 108987,
+ "followers_count": 28397,
+ "friends_count": 2923,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 16855,
- "location": "Bucha, Ukraine",
- "media_count": 4029,
- "name": "Illia Ponomarenko 🇺🇦",
- "normal_followers_count": 1256675,
+ "listed_count": 142,
+ "location": "Philly",
+ "media_count": 7840,
+ "name": "Scott Charles, MAPP, FCPP",
+ "normal_followers_count": 28397,
"pinned_tweet_ids_str": [
- "1774172694465896934"
+ "1167169956095647744"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/262219168/1688741071",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739983483521372160/MU4SjC52_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1731223328/1519691015",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1430536064586952706/jK-bP0x8_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "IAPonomarenko",
- "statuses_count": 22890,
+ "screen_name": "TheScottCharles",
+ "statuses_count": 62866,
"translator_type": "none",
+ "url": "https://t.co/CXV7QcVLn3",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1473057187006234626",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {}
}
}
@@ -47220,15 +43917,510 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806938549058523247"
+ "1842571696123048434"
],
- "editable_until_msecs": "1719646296000",
- "is_edit_eligible": false,
+ "editable_until_msecs": "1728141900000",
+ "is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "221058",
+ "count": "1093758",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1249,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 14:25:00 +0000 2024",
+ "conversation_id_str": "1842571696123048434",
+ "display_text_range": [
+ 0,
+ 141
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/BRFdP3zRwz",
+ "expanded_url": "https://x.com/TheScottCharles/status/1842571696123048434/photo/1",
+ "id_str": "1842571693501362176",
+ "indices": [
+ 142,
+ 165
+ ],
+ "media_key": "3_1842571693501362176",
+ "media_url_https": "https://pbs.twimg.com/media/GZIhMWBWsAA5giM.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRFdP3zRwz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 484,
+ "y": 191,
+ "h": 108,
+ "w": 108
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1093,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1093,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 677,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1093,
+ "width": 1088,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 105,
+ "w": 1088,
+ "h": 609
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1088,
+ "h": 1088
+ },
+ {
+ "x": 129,
+ "y": 0,
+ "w": 959,
+ "h": 1093
+ },
+ {
+ "x": 541,
+ "y": 0,
+ "w": 547,
+ "h": 1093
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1088,
+ "h": 1093
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842571693501362176"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/BRFdP3zRwz",
+ "expanded_url": "https://x.com/TheScottCharles/status/1842571696123048434/photo/1",
+ "id_str": "1842571693501362176",
+ "indices": [
+ 142,
+ 165
+ ],
+ "media_key": "3_1842571693501362176",
+ "media_url_https": "https://pbs.twimg.com/media/GZIhMWBWsAA5giM.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRFdP3zRwz",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 484,
+ "y": 191,
+ "h": 108,
+ "w": 108
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 779,
+ "y": 307,
+ "h": 175,
+ "w": 175
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1093,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1093,
+ "w": 1088,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 677,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1093,
+ "width": 1088,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 105,
+ "w": 1088,
+ "h": 609
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1088,
+ "h": 1088
+ },
+ {
+ "x": 129,
+ "y": 0,
+ "w": 959,
+ "h": 1093
+ },
+ {
+ "x": 541,
+ "y": 0,
+ "w": 547,
+ "h": 1093
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1088,
+ "h": 1093
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842571693501362176"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 54468,
+ "favorited": false,
+ "full_text": "When you spent your allowance sending immigrants from San Antonio to Martha’s Vineyard and you have to ask your Uncle Joe for more socialism. https://t.co/BRFdP3zRwz",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 297,
+ "reply_count": 563,
+ "retweet_count": 9819,
+ "retweeted": false,
+ "user_id_str": "1731223328",
+ "id_str": "1842571696123048434"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842655023114629571",
+ "sortIndex": "1842759124685684663",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842655023114629571",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjYyODQ1NTc1MTQ3NDU4NTYw",
+ "rest_id": "1262845575147458560",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue May 19 20:40:40 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Senior Fellow, Carnegie Endowment. Defense analysis with a focus on the Russian and Ukrainian militaries.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "carnegieendowment.org/experts/2362",
+ "expanded_url": "https://carnegieendowment.org/experts/2362",
+ "url": "https://t.co/FzObMDSRjE",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1130,
+ "followers_count": 452905,
+ "friends_count": 342,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 12209,
+ "location": "Washington, D.C. area",
+ "media_count": 241,
+ "name": "Michael Kofman",
+ "normal_followers_count": 452905,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1262845575147458560/1700056990",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724790094589263872/F9JvyDbg_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KofmanMichael",
+ "statuses_count": 6058,
+ "translator_type": "none",
+ "url": "https://t.co/FzObMDSRjE",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842655023114629571"
+ ],
+ "editable_until_msecs": "1728161767042",
+ "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": "Sat Oct 05 19:56:07 +0000 2024",
+ "conversation_id_str": "1842655023114629571",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "4107939250",
+ "name": "Rob Lee",
+ "screen_name": "RALee85",
+ "indices": [
+ 3,
+ 11
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RALee85: \"The Russians are increasingly using unspecified types of drones, in addition to Shahed drones...\n\nIn particular, commenting o…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 90,
+ "retweeted": false,
+ "user_id_str": "1262845575147458560",
+ "id_str": "1842655023114629571",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842641207739998483",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0MTA3OTM5MjUw",
+ "rest_id": "4107939250",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Nov 03 23:15:13 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Senior Fellow @FPRI. Previously @USMC, @ColumbiaSIPA, @CentreAST. Focused on Russian defense policy.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12783,
+ "followers_count": 696279,
+ "friends_count": 3951,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 15348,
+ "location": "",
+ "media_count": 30979,
+ "name": "Rob Lee",
+ "normal_followers_count": 696279,
+ "pinned_tweet_ids_str": [
+ "1656346267797028876"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/4107939250/1518789625",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/964497068424249345/Y6ce6atF_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RALee85",
+ "statuses_count": 71247,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842641207739998483"
+ ],
+ "editable_until_msecs": "1728158473000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "72871",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -47236,12 +44428,22 @@
"is_expandable": true,
"note_tweet_results": {
"result": {
- "id": "Tm90ZVR3ZWV0OjE4MDY5Mzg1NDg5NjE5NTE3NDU=",
- "text": "Meanwhile in Russia.\n\nAnti-war internet activists created a fake personality of a Russian \"patriotic\" poet, Gennadiy Rakitin, who posted his \"war poetry\" about \"Russian blood & Russian soil\" on social media. \n\nAnd the newly discovered Z-talent became quite popular and widely shared among Russian \"members of parliament,\" war propagandists, and Putin-bootlicking \"celebrities.\"\n\nBut in reality, all those \"Z-poems\" were translations of propagandistic rhymes from Nazi Germany. Pieces that praised the Z-genius of Vladimir Putin in his war on Ukraine were originally dedicated to Adolf Hitler. \n\nAnd they loved that! Nazi-era \"poetry\" comes naturally with what Putin's Russia has turned into.",
+ "id": "Tm90ZVR3ZWV0OjE4NDI2NDEyMDc2MDE2MjMwNDE=",
+ "text": "\"The Russians are increasingly using unspecified types of drones, in addition to Shahed drones...\n\nIn particular, commenting on the results of the air battle on the night of 4-5 October, Ihnat said that three Shahed drones had been shot down, while the remaining ten UAVs were lost in the southern and northern regions. There is a high degree of certainty that these could have been drones of other types, the identification of which is conducted by specialists on the ground once they are detected.\"\nhttps://t.co/52VtPyjIx7",
"entity_set": {
"hashtags": [],
"symbols": [],
- "urls": [],
+ "urls": [
+ {
+ "display_url": "pravda.com.ua/eng/news/2024/…",
+ "expanded_url": "https://www.pravda.com.ua/eng/news/2024/10/5/7478265/",
+ "url": "https://t.co/52VtPyjIx7",
+ "indices": [
+ 501,
+ 524
+ ]
+ }
+ ],
"user_mentions": []
},
"richtext": {
@@ -47254,275 +44456,59 @@
}
},
"legacy": {
- "bookmark_count": 171,
+ "bookmark_count": 42,
"bookmarked": false,
- "created_at": "Sat Jun 29 06:31:36 +0000 2024",
- "conversation_id_str": "1806938549058523247",
+ "created_at": "Sat Oct 05 19:01:13 +0000 2024",
+ "conversation_id_str": "1842641207739998483",
"display_text_range": [
0,
- 280
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 3407,
- "favorited": false,
- "full_text": "Meanwhile in Russia.\n\nAnti-war internet activists created a fake personality of a Russian \"patriotic\" poet, Gennadiy Rakitin, who posted his \"war poetry\" about \"Russian blood & Russian soil\" on social media. \n\nAnd the newly discovered Z-talent became quite popular and widely",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 51,
- "reply_count": 59,
- "retweet_count": 806,
- "retweeted": false,
- "user_id_str": "262219168",
- "id_str": "1806938549058523247"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "list-conversation-1807077696136544337-tweet-1806965262584827940",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806965262584827940",
- "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\nAuthor of 'I Will Show You How It Was. The Story of Wartime Kyiv\" \nhttps://t.co/xefS6FAxq6",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "amazon.com/Will-Show-You-…",
- "expanded_url": "https://www.amazon.com/Will-Show-You-How-Was-ebook/dp/B0CMM6VGXN/r",
- "url": "https://t.co/xefS6FAxq6",
- "indices": [
- 94,
- 117
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 32429,
- "followers_count": 1256675,
- "friends_count": 1656,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16855,
- "location": "Bucha, Ukraine",
- "media_count": 4029,
- "name": "Illia Ponomarenko 🇺🇦",
- "normal_followers_count": 1256675,
- "pinned_tweet_ids_str": [
- "1774172694465896934"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/262219168/1688741071",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739983483521372160/MU4SjC52_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IAPonomarenko",
- "statuses_count": 22890,
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806965262584827940"
- ],
- "editable_until_msecs": "1719652665000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "55889",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:17:45 +0000 2024",
- "conversation_id_str": "1806938549058523247",
- "display_text_range": [
- 0,
- 8
+ 276
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/rrnu760l1l",
- "expanded_url": "https://twitter.com/IAPonomarenko/status/1806965262584827940/photo/1",
- "id_str": "1806965258617069568",
+ "display_url": "pic.x.com/4sykB842lu",
+ "expanded_url": "https://x.com/RALee85/status/1842641207739998483/photo/1",
+ "id_str": "1842640981180534785",
"indices": [
- 9,
- 32
+ 277,
+ 300
],
- "media_key": "3_1806965258617069568",
- "media_url_https": "https://pbs.twimg.com/media/GROhVDlXoAAcNBL.jpg",
+ "media_key": "3_1842640981180534785",
+ "media_url_https": "https://pbs.twimg.com/media/GZJgNavX0AE48te.png",
"type": "photo",
- "url": "https://t.co/RRNU760L1l",
+ "url": "https://t.co/4sykB842lu",
"ext_media_availability": {
"status": "Available"
},
"features": {
"large": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
},
"medium": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
},
"small": {
- "faces": [
- {
- "x": 134,
- "y": 40,
- "h": 85,
- "w": 85
- },
- {
- "x": 102,
- "y": 235,
- "h": 183,
- "w": 183
- },
- {
- "x": 451,
- "y": 52,
- "h": 210,
- "w": 210
- }
- ]
+ "faces": []
},
"orig": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
}
},
"sizes": {
"large": {
- "h": 480,
- "w": 745,
+ "h": 624,
+ "w": 727,
"resize": "fit"
},
"medium": {
- "h": 480,
- "w": 745,
+ "h": 624,
+ "w": 727,
"resize": "fit"
},
"small": {
- "h": 438,
+ "h": 584,
"w": 680,
"resize": "fit"
},
@@ -47533,47 +44519,44 @@
}
},
"original_info": {
- "height": 480,
- "width": 745,
+ "height": 624,
+ "width": 727,
"focus_rects": [
{
"x": 0,
- "y": 63,
- "w": 745,
- "h": 417
+ "y": 0,
+ "w": 727,
+ "h": 407
},
{
"x": 0,
"y": 0,
- "w": 480,
- "h": 480
+ "w": 624,
+ "h": 624
},
{
"x": 0,
"y": 0,
- "w": 421,
- "h": 480
- },
- {
- "x": 84,
- "y": 0,
- "w": 240,
- "h": 480
+ "w": 547,
+ "h": 624
},
{
"x": 0,
"y": 0,
- "w": 745,
- "h": 480
+ "w": 312,
+ "h": 624
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 727,
+ "h": 624
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1806965258617069568"
+ "media_key": "3_1842640981180534785"
}
}
}
@@ -47586,123 +44569,47 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/RRNU760L1l",
- "expanded_url": "https://twitter.com/IAPonomarenko/status/1806965262584827940/photo/1",
- "id_str": "1806965258617069568",
+ "display_url": "pic.x.com/4sykB842lu",
+ "expanded_url": "https://x.com/RALee85/status/1842641207739998483/photo/1",
+ "id_str": "1842640981180534785",
"indices": [
- 9,
- 32
+ 277,
+ 300
],
- "media_key": "3_1806965258617069568",
- "media_url_https": "https://pbs.twimg.com/media/GROhVDlXoAAcNBL.jpg",
+ "media_key": "3_1842640981180534785",
+ "media_url_https": "https://pbs.twimg.com/media/GZJgNavX0AE48te.png",
"type": "photo",
- "url": "https://t.co/RRNU760L1l",
+ "url": "https://t.co/4sykB842lu",
"ext_media_availability": {
"status": "Available"
},
"features": {
"large": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
},
"medium": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
},
"small": {
- "faces": [
- {
- "x": 134,
- "y": 40,
- "h": 85,
- "w": 85
- },
- {
- "x": 102,
- "y": 235,
- "h": 183,
- "w": 183
- },
- {
- "x": 451,
- "y": 52,
- "h": 210,
- "w": 210
- }
- ]
+ "faces": []
},
"orig": {
- "faces": [
- {
- "x": 147,
- "y": 44,
- "h": 94,
- "w": 94
- },
- {
- "x": 112,
- "y": 258,
- "h": 201,
- "w": 201
- },
- {
- "x": 495,
- "y": 58,
- "h": 231,
- "w": 231
- }
- ]
+ "faces": []
}
},
"sizes": {
"large": {
- "h": 480,
- "w": 745,
+ "h": 624,
+ "w": 727,
"resize": "fit"
},
"medium": {
- "h": 480,
- "w": 745,
+ "h": 624,
+ "w": 727,
"resize": "fit"
},
"small": {
- "h": 438,
+ "h": 584,
"w": 680,
"resize": "fit"
},
@@ -47713,1635 +44620,67 @@
}
},
"original_info": {
- "height": 480,
- "width": 745,
+ "height": 624,
+ "width": 727,
"focus_rects": [
{
"x": 0,
- "y": 63,
- "w": 745,
- "h": 417
+ "y": 0,
+ "w": 727,
+ "h": 407
},
{
"x": 0,
"y": 0,
- "w": 480,
- "h": 480
+ "w": 624,
+ "h": 624
},
{
"x": 0,
"y": 0,
- "w": 421,
- "h": 480
- },
- {
- "x": 84,
- "y": 0,
- "w": 240,
- "h": 480
+ "w": 547,
+ "h": 624
},
{
"x": 0,
"y": 0,
- "w": 745,
- "h": 480
+ "w": 312,
+ "h": 624
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 727,
+ "h": 624
}
]
},
- "allow_download_status": {
- "allow_download": true
- },
"media_results": {
"result": {
- "media_key": "3_1806965258617069568"
+ "media_key": "3_1842640981180534785"
}
}
}
]
},
- "favorite_count": 419,
+ "favorite_count": 372,
"favorited": false,
- "full_text": "I mean…. https://t.co/RRNU760L1l",
- "in_reply_to_screen_name": "IAPonomarenko",
- "in_reply_to_status_id_str": "1806938549058523247",
- "in_reply_to_user_id_str": "262219168",
+ "full_text": "\"The Russians are increasingly using unspecified types of drones, in addition to Shahed drones...\n\nIn particular, commenting on the results of the air battle on the night of 4-5 October, Ihnat said that three Shahed drones had been shot down, while the remaining ten UAVs were https://t.co/4sykB842lu",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 9,
+ "quote_count": 4,
+ "reply_count": 5,
+ "retweet_count": 90,
"retweeted": false,
- "user_id_str": "262219168",
- "id_str": "1806965262584827940"
+ "user_id_str": "4107939250",
+ "id_str": "1842641207739998483"
}
}
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
}
}
}
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1806938549058523247",
- "1806965262584827940"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806963980251881572",
- "sortIndex": "1807077696136544174",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806963980251881572",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806963980251881572"
- ],
- "editable_until_msecs": "1719652359000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "25755",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "legacy": {
- "bookmark_count": 14,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:12:39 +0000 2024",
- "conversation_id_str": "1806963980251881572",
- "display_text_range": [
- 0,
- 273
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 256,
- 273
- ],
- "text": "StandWithUkraine"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/awxzasu75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975235457024",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975235457024",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWnWUAAJEKF.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 941,
- "y": 1165,
- "h": 64,
- "w": 64
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 825,
- "y": 1022,
- "h": 56,
- "w": 56
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 468,
- "y": 580,
- "h": 31,
- "w": 31
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 941,
- "y": 1165,
- "h": 64,
- "w": 64
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1367,
- "w": 1169,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 1026,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 582,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1367,
- "width": 1169,
- "focus_rects": [
- {
- "x": 0,
- "y": 712,
- "w": 1169,
- "h": 655
- },
- {
- "x": 0,
- "y": 198,
- "w": 1169,
- "h": 1169
- },
- {
- "x": 0,
- "y": 34,
- "w": 1169,
- "h": 1333
- },
- {
- "x": 0,
- "y": 0,
- "w": 684,
- "h": 1367
- },
- {
- "x": 0,
- "y": 0,
- "w": 1169,
- "h": 1367
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975235457024"
- }
- }
- },
- {
- "display_url": "pic.x.com/awxzasu75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975269089280",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975269089280",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWvXgAAQjGp.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 946,
- "y": 1163,
- "h": 62,
- "w": 62
- },
- {
- "x": 178,
- "y": 848,
- "h": 119,
- "w": 119
- },
- {
- "x": 897,
- "y": 87,
- "h": 144,
- "w": 144
- },
- {
- "x": 390,
- "y": 109,
- "h": 127,
- "w": 127
- },
- {
- "x": 531,
- "y": 583,
- "h": 123,
- "w": 123
- },
- {
- "x": 658,
- "y": 864,
- "h": 141,
- "w": 141
- },
- {
- "x": 168,
- "y": 78,
- "h": 127,
- "w": 127
- },
- {
- "x": 393,
- "y": 856,
- "h": 137,
- "w": 137
- },
- {
- "x": 621,
- "y": 100,
- "h": 135,
- "w": 135
- },
- {
- "x": 850,
- "y": 308,
- "h": 177,
- "w": 177
- },
- {
- "x": 149,
- "y": 596,
- "h": 173,
- "w": 173
- },
- {
- "x": 871,
- "y": 862,
- "h": 159,
- "w": 159
- },
- {
- "x": 479,
- "y": 312,
- "h": 176,
- "w": 176
- },
- {
- "x": 144,
- "y": 316,
- "h": 201,
- "w": 201
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 836,
- "y": 1028,
- "h": 54,
- "w": 54
- },
- {
- "x": 157,
- "y": 749,
- "h": 105,
- "w": 105
- },
- {
- "x": 793,
- "y": 76,
- "h": 127,
- "w": 127
- },
- {
- "x": 344,
- "y": 96,
- "h": 112,
- "w": 112
- },
- {
- "x": 469,
- "y": 515,
- "h": 108,
- "w": 108
- },
- {
- "x": 581,
- "y": 764,
- "h": 124,
- "w": 124
- },
- {
- "x": 148,
- "y": 68,
- "h": 112,
- "w": 112
- },
- {
- "x": 347,
- "y": 757,
- "h": 121,
- "w": 121
- },
- {
- "x": 549,
- "y": 88,
- "h": 119,
- "w": 119
- },
- {
- "x": 751,
- "y": 272,
- "h": 156,
- "w": 156
- },
- {
- "x": 131,
- "y": 527,
- "h": 152,
- "w": 152
- },
- {
- "x": 770,
- "y": 762,
- "h": 140,
- "w": 140
- },
- {
- "x": 423,
- "y": 275,
- "h": 155,
- "w": 155
- },
- {
- "x": 127,
- "y": 279,
- "h": 177,
- "w": 177
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 474,
- "y": 583,
- "h": 31,
- "w": 31
- },
- {
- "x": 89,
- "y": 425,
- "h": 59,
- "w": 59
- },
- {
- "x": 449,
- "y": 43,
- "h": 72,
- "w": 72
- },
- {
- "x": 195,
- "y": 54,
- "h": 63,
- "w": 63
- },
- {
- "x": 266,
- "y": 292,
- "h": 61,
- "w": 61
- },
- {
- "x": 329,
- "y": 433,
- "h": 70,
- "w": 70
- },
- {
- "x": 84,
- "y": 39,
- "h": 63,
- "w": 63
- },
- {
- "x": 197,
- "y": 429,
- "h": 68,
- "w": 68
- },
- {
- "x": 311,
- "y": 50,
- "h": 67,
- "w": 67
- },
- {
- "x": 426,
- "y": 154,
- "h": 88,
- "w": 88
- },
- {
- "x": 74,
- "y": 298,
- "h": 86,
- "w": 86
- },
- {
- "x": 436,
- "y": 432,
- "h": 79,
- "w": 79
- },
- {
- "x": 240,
- "y": 156,
- "h": 88,
- "w": 88
- },
- {
- "x": 72,
- "y": 158,
- "h": 100,
- "w": 100
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 946,
- "y": 1163,
- "h": 62,
- "w": 62
- },
- {
- "x": 178,
- "y": 848,
- "h": 119,
- "w": 119
- },
- {
- "x": 897,
- "y": 87,
- "h": 144,
- "w": 144
- },
- {
- "x": 390,
- "y": 109,
- "h": 127,
- "w": 127
- },
- {
- "x": 531,
- "y": 583,
- "h": 123,
- "w": 123
- },
- {
- "x": 658,
- "y": 864,
- "h": 141,
- "w": 141
- },
- {
- "x": 168,
- "y": 78,
- "h": 127,
- "w": 127
- },
- {
- "x": 393,
- "y": 856,
- "h": 137,
- "w": 137
- },
- {
- "x": 621,
- "y": 100,
- "h": 135,
- "w": 135
- },
- {
- "x": 850,
- "y": 308,
- "h": 177,
- "w": 177
- },
- {
- "x": 149,
- "y": 596,
- "h": 173,
- "w": 173
- },
- {
- "x": 871,
- "y": 862,
- "h": 159,
- "w": 159
- },
- {
- "x": 479,
- "y": 312,
- "h": 176,
- "w": 176
- },
- {
- "x": 144,
- "y": 316,
- "h": 201,
- "w": 201
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1357,
- "w": 1159,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 1025,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 581,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1357,
- "width": 1159,
- "focus_rects": [
- {
- "x": 0,
- "y": 117,
- "w": 1159,
- "h": 649
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1159
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1321
- },
- {
- "x": 0,
- "y": 0,
- "w": 679,
- "h": 1357
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1357
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975269089280"
- }
- }
- },
- {
- "display_url": "pic.x.com/awxzasu75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975243874304",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975243874304",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWpWwAAq6Up.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 908,
- "y": 326,
- "h": 278,
- "w": 278
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 532,
- "y": 191,
- "h": 162,
- "w": 162
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 301,
- "y": 108,
- "h": 92,
- "w": 92
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 908,
- "y": 326,
- "h": 278,
- "w": 278
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1412,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 827,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 469,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1412,
- "width": 2048,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1147
- },
- {
- "x": 367,
- "y": 0,
- "w": 1412,
- "h": 1412
- },
- {
- "x": 454,
- "y": 0,
- "w": 1239,
- "h": 1412
- },
- {
- "x": 720,
- "y": 0,
- "w": 706,
- "h": 1412
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1412
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975243874304"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "74580436",
- "name": "Apple Music",
- "screen_name": "AppleMusic",
- "indices": [
- 5,
- 16
- ]
- },
- {
- "id_str": "17230018",
- "name": "Spotify",
- "screen_name": "Spotify",
- "indices": [
- 184,
- 192
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/AWXZaSU75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975235457024",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975235457024",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWnWUAAJEKF.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 941,
- "y": 1165,
- "h": 64,
- "w": 64
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 825,
- "y": 1022,
- "h": 56,
- "w": 56
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 468,
- "y": 580,
- "h": 31,
- "w": 31
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 941,
- "y": 1165,
- "h": 64,
- "w": 64
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1367,
- "w": 1169,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 1026,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 582,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1367,
- "width": 1169,
- "focus_rects": [
- {
- "x": 0,
- "y": 712,
- "w": 1169,
- "h": 655
- },
- {
- "x": 0,
- "y": 198,
- "w": 1169,
- "h": 1169
- },
- {
- "x": 0,
- "y": 34,
- "w": 1169,
- "h": 1333
- },
- {
- "x": 0,
- "y": 0,
- "w": 684,
- "h": 1367
- },
- {
- "x": 0,
- "y": 0,
- "w": 1169,
- "h": 1367
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975235457024"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/AWXZaSU75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975269089280",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975269089280",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWvXgAAQjGp.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 946,
- "y": 1163,
- "h": 62,
- "w": 62
- },
- {
- "x": 178,
- "y": 848,
- "h": 119,
- "w": 119
- },
- {
- "x": 897,
- "y": 87,
- "h": 144,
- "w": 144
- },
- {
- "x": 390,
- "y": 109,
- "h": 127,
- "w": 127
- },
- {
- "x": 531,
- "y": 583,
- "h": 123,
- "w": 123
- },
- {
- "x": 658,
- "y": 864,
- "h": 141,
- "w": 141
- },
- {
- "x": 168,
- "y": 78,
- "h": 127,
- "w": 127
- },
- {
- "x": 393,
- "y": 856,
- "h": 137,
- "w": 137
- },
- {
- "x": 621,
- "y": 100,
- "h": 135,
- "w": 135
- },
- {
- "x": 850,
- "y": 308,
- "h": 177,
- "w": 177
- },
- {
- "x": 149,
- "y": 596,
- "h": 173,
- "w": 173
- },
- {
- "x": 871,
- "y": 862,
- "h": 159,
- "w": 159
- },
- {
- "x": 479,
- "y": 312,
- "h": 176,
- "w": 176
- },
- {
- "x": 144,
- "y": 316,
- "h": 201,
- "w": 201
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 836,
- "y": 1028,
- "h": 54,
- "w": 54
- },
- {
- "x": 157,
- "y": 749,
- "h": 105,
- "w": 105
- },
- {
- "x": 793,
- "y": 76,
- "h": 127,
- "w": 127
- },
- {
- "x": 344,
- "y": 96,
- "h": 112,
- "w": 112
- },
- {
- "x": 469,
- "y": 515,
- "h": 108,
- "w": 108
- },
- {
- "x": 581,
- "y": 764,
- "h": 124,
- "w": 124
- },
- {
- "x": 148,
- "y": 68,
- "h": 112,
- "w": 112
- },
- {
- "x": 347,
- "y": 757,
- "h": 121,
- "w": 121
- },
- {
- "x": 549,
- "y": 88,
- "h": 119,
- "w": 119
- },
- {
- "x": 751,
- "y": 272,
- "h": 156,
- "w": 156
- },
- {
- "x": 131,
- "y": 527,
- "h": 152,
- "w": 152
- },
- {
- "x": 770,
- "y": 762,
- "h": 140,
- "w": 140
- },
- {
- "x": 423,
- "y": 275,
- "h": 155,
- "w": 155
- },
- {
- "x": 127,
- "y": 279,
- "h": 177,
- "w": 177
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 474,
- "y": 583,
- "h": 31,
- "w": 31
- },
- {
- "x": 89,
- "y": 425,
- "h": 59,
- "w": 59
- },
- {
- "x": 449,
- "y": 43,
- "h": 72,
- "w": 72
- },
- {
- "x": 195,
- "y": 54,
- "h": 63,
- "w": 63
- },
- {
- "x": 266,
- "y": 292,
- "h": 61,
- "w": 61
- },
- {
- "x": 329,
- "y": 433,
- "h": 70,
- "w": 70
- },
- {
- "x": 84,
- "y": 39,
- "h": 63,
- "w": 63
- },
- {
- "x": 197,
- "y": 429,
- "h": 68,
- "w": 68
- },
- {
- "x": 311,
- "y": 50,
- "h": 67,
- "w": 67
- },
- {
- "x": 426,
- "y": 154,
- "h": 88,
- "w": 88
- },
- {
- "x": 74,
- "y": 298,
- "h": 86,
- "w": 86
- },
- {
- "x": 436,
- "y": 432,
- "h": 79,
- "w": 79
- },
- {
- "x": 240,
- "y": 156,
- "h": 88,
- "w": 88
- },
- {
- "x": 72,
- "y": 158,
- "h": 100,
- "w": 100
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 946,
- "y": 1163,
- "h": 62,
- "w": 62
- },
- {
- "x": 178,
- "y": 848,
- "h": 119,
- "w": 119
- },
- {
- "x": 897,
- "y": 87,
- "h": 144,
- "w": 144
- },
- {
- "x": 390,
- "y": 109,
- "h": 127,
- "w": 127
- },
- {
- "x": 531,
- "y": 583,
- "h": 123,
- "w": 123
- },
- {
- "x": 658,
- "y": 864,
- "h": 141,
- "w": 141
- },
- {
- "x": 168,
- "y": 78,
- "h": 127,
- "w": 127
- },
- {
- "x": 393,
- "y": 856,
- "h": 137,
- "w": 137
- },
- {
- "x": 621,
- "y": 100,
- "h": 135,
- "w": 135
- },
- {
- "x": 850,
- "y": 308,
- "h": 177,
- "w": 177
- },
- {
- "x": 149,
- "y": 596,
- "h": 173,
- "w": 173
- },
- {
- "x": 871,
- "y": 862,
- "h": 159,
- "w": 159
- },
- {
- "x": 479,
- "y": 312,
- "h": 176,
- "w": 176
- },
- {
- "x": 144,
- "y": 316,
- "h": 201,
- "w": 201
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1357,
- "w": 1159,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 1025,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 581,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1357,
- "width": 1159,
- "focus_rects": [
- {
- "x": 0,
- "y": 117,
- "w": 1159,
- "h": 649
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1159
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1321
- },
- {
- "x": 0,
- "y": 0,
- "w": 679,
- "h": 1357
- },
- {
- "x": 0,
- "y": 0,
- "w": 1159,
- "h": 1357
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975269089280"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/AWXZaSU75f",
- "expanded_url": "https://twitter.com/olex_scherba/status/1806963980251881572/photo/1",
- "id_str": "1806963975243874304",
- "indices": [
- 274,
- 297
- ],
- "media_key": "3_1806963975243874304",
- "media_url_https": "https://pbs.twimg.com/media/GROgKWpWwAAq6Up.jpg",
- "type": "photo",
- "url": "https://t.co/AWXZaSU75f",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 908,
- "y": 326,
- "h": 278,
- "w": 278
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 532,
- "y": 191,
- "h": 162,
- "w": 162
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 301,
- "y": 108,
- "h": 92,
- "w": 92
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 908,
- "y": 326,
- "h": 278,
- "w": 278
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1412,
- "w": 2048,
- "resize": "fit"
- },
- "medium": {
- "h": 827,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 469,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1412,
- "width": 2048,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1147
- },
- {
- "x": 367,
- "y": 0,
- "w": 1412,
- "h": 1412
- },
- {
- "x": 454,
- "y": 0,
- "w": 1239,
- "h": 1412
- },
- {
- "x": 720,
- "y": 0,
- "w": 706,
- "h": 1412
- },
- {
- "x": 0,
- "y": 0,
- "w": 2048,
- "h": 1412
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806963975243874304"
- }
- }
- }
- ]
- },
- "favorite_count": 1528,
- "favorited": false,
- "full_text": "Dear @AppleMusic! How come pro-putin, pro-war, pro-genocide 🇷🇺 “musicians” are still on your platform? Shaman, Gazmanov, Leps, Baskov, Larisa Dolina… - their name is legion.\n\nHow come @Spotify did the decent thing by removing this scum - and you haven’t?\n\n#StandWithUkraine https://t.co/AWXZaSU75f",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 15,
- "reply_count": 51,
- "retweet_count": 466,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806963980251881572"
- }
- }
},
"tweetDisplayType": "Tweet"
},
@@ -49357,8 +44696,8 @@
}
},
{
- "entryId": "tweet-1806961257657864396",
- "sortIndex": "1807077696136544173",
+ "entryId": "tweet-1842654902692335663",
+ "sortIndex": "1842759124685684662",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -49368,53 +44707,35 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806961257657864396",
+ "rest_id": "1842654902692335663",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDYyNTQ4OTc3MzY3MzU5NDkw",
- "rest_id": "1462548977367359490",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": true,
- "created_at": "Sun Nov 21 22:30:41 +0000 2021",
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "Become a member: https://t.co/jsQiFkoveH\nOne-time donation: https://t.co/eNwj76xa7a",
+ "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": [
- {
- "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
- ]
- }
- ]
+ "urls": []
},
"url": {
"urls": [
{
- "display_url": "kyivindependent.com",
- "expanded_url": "http://kyivindependent.com",
- "url": "https://t.co/WZvsaFpT20",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
0,
23
@@ -49424,42 +44745,37 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
- "location": "Kyiv",
- "media_count": 4423,
- "name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1827251612743532904"
],
"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_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": "KyivIndependent",
- "statuses_count": 45051,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
- "url": "https://t.co/WZvsaFpT20",
+ "url": "https://t.co/lnQ9ajxxvK",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1595086441079513088",
- "professional_type": "Business",
- "category": []
- },
"tipjar_settings": {}
}
}
},
"card": {
- "rest_id": "https://t.co/DrUJf1kbA9",
+ "rest_id": "https://t.co/kJnP7xZhiu",
"legacy": {
"binding_values": [
{
@@ -49468,7 +44784,5641 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "A bipartisan forum in a small Latah County community took a turn when Republican Senate incumbent Dan Foreman stormed out of the event, following a racist outburst directed at a Native American...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.boisestatepublicradio.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "boisestatepublicradio.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Senator tells Native American candidate to go back to where she came from, storms out of public...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/kJnP7xZhiu",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/kJnP7xZhiu",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654902692335663"
+ ],
+ "editable_until_msecs": "1728161738331",
+ "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": "Sat Oct 05 19:55:38 +0000 2024",
+ "conversation_id_str": "1842654902692335663",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "t.co",
+ "url": "https://t.co/",
+ "indices": [
+ 126,
+ 139
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "459872442",
+ "name": "Tom Nichols",
+ "screen_name": "RadioFreeTom",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @RadioFreeTom: State senator tells Native American candidate to go back to where she came from, storms out of public event https://t.co/…",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 546,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654902692335663",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842623019803361695",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTk4NzI0NDI=",
+ "rest_id": "459872442",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Jan 10 04:23:15 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Staff writer at @TheAtlantic. Curmudgeon. Cat guy. Democracy enthusiast, defender of experts. Legacy blue check who'd have paid more for a better Twitter.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "theatlantic.com/author/tom-nic…",
+ "expanded_url": "https://www.theatlantic.com/author/tom-nichols/",
+ "url": "https://t.co/93uPEUqQnX",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 155995,
+ "followers_count": 703218,
+ "friends_count": 1596,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7987,
+ "location": "Newport, RI",
+ "media_count": 20148,
+ "name": "Tom Nichols",
+ "normal_followers_count": 703218,
+ "pinned_tweet_ids_str": [
+ "1840929729760612859"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/459872442/1711326219",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1638926746257960960/SHEJHX-X_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RadioFreeTom",
+ "statuses_count": 475536,
+ "translator_type": "none",
+ "url": "https://t.co/93uPEUqQnX",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/kJnP7xZhiu",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 267,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "A bipartisan forum in a small Latah County community took a turn when Republican Senate incumbent Dan Foreman stormed out of the event, following a racist outburst directed at a Native American...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.boisestatepublicradio.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 569,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 81,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "boisestatepublicradio.org",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Senator tells Native American candidate to go back to where she came from, storms out of public...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/1841915621954748421/WnHj4xQr?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 21,
+ "red": 37
+ },
+ "percentage": 77.92
+ },
+ {
+ "rgb": {
+ "blue": 19,
+ "green": 18,
+ "red": 59
+ },
+ "percentage": 8.12
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 54,
+ "red": 94
+ },
+ "percentage": 4.64
+ },
+ {
+ "rgb": {
+ "blue": 134,
+ "green": 156,
+ "red": 201
+ },
+ "percentage": 4.2
+ },
+ {
+ "rgb": {
+ "blue": 68,
+ "green": 45,
+ "red": 42
+ },
+ "percentage": 1.55
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/kJnP7xZhiu",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 675,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1841915621954748421/WnHj4xQr?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/kJnP7xZhiu",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842623019803361695"
+ ],
+ "editable_until_msecs": "1728154136000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "58956",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 64,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 17:48:56 +0000 2024",
+ "conversation_id_str": "1842623019803361695",
+ "display_text_range": [
+ 0,
+ 131
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "boisestatepublicradio.org/politics-gover…",
+ "expanded_url": "https://www.boisestatepublicradio.org/politics-government/2024-10-03/dan-foreman-racism-idaho-nez-perce-candidate-kendrick",
+ "url": "https://t.co/kJnP7xZhiu",
+ "indices": [
+ 108,
+ 131
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 1489,
+ "favorited": false,
+ "full_text": "State senator tells Native American candidate to go back to where she came from, storms out of public event https://t.co/kJnP7xZhiu",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 41,
+ "reply_count": 122,
+ "retweet_count": 546,
+ "retweeted": false,
+ "user_id_str": "459872442",
+ "id_str": "1842623019803361695"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654818722369567",
+ "sortIndex": "1842759124685684661",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654818722369567",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654818722369567"
+ ],
+ "editable_until_msecs": "1728161718000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "6365",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842444746523918339",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NTUyMzI=",
+ "rest_id": "755232",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Feb 06 12:37:23 +0000 2007",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "#NAFO 🇪🇪 ∙ removing russian poison from Western brains ∙ please donate to 🇺🇦: @BackAndAlive @serhiyprytula @U24_gov_ua @dzygaspaw @Y_Chornomorets",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "jaanus.substack.com",
+ "expanded_url": "https://jaanus.substack.com",
+ "url": "https://t.co/RfxifaNOf7",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 320729,
+ "followers_count": 14200,
+ "friends_count": 8439,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 196,
+ "location": "Langley, Virginia",
+ "media_count": 6229,
+ "name": "Jaanus K 🌻🇪🇪🇪🇺🇺🇦🇬🇪",
+ "normal_followers_count": 14200,
+ "pinned_tweet_ids_str": [
+ "1744447572628967551"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/755232/1707167782",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1782854451604131840/OS4WTBU8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jaanus",
+ "statuses_count": 51576,
+ "translator_type": "regular",
+ "url": "https://t.co/RfxifaNOf7",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842444746523918339"
+ ],
+ "editable_until_msecs": "1728111633000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "14047",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842443609812935079"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 06:00:33 +0000 2024",
+ "conversation_id_str": "1842444746523918339",
+ "display_text_range": [
+ 0,
+ 103
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 448,
+ "favorited": false,
+ "full_text": "🇺🇦 is striking russian vodka factories\n\nI’m waiting for comments from Dima Medvedev and Maria Zakharova",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 4,
+ "quoted_status_id_str": "1842443609812935079",
+ "quoted_status_permalink": {
+ "url": "https://t.co/TKYyQRd0ZP",
+ "expanded": "https://twitter.com/maria_drutska/status/1842443609812935079",
+ "display": "x.com/maria_drutska/…"
+ },
+ "reply_count": 31,
+ "retweet_count": 64,
+ "retweeted": false,
+ "user_id_str": "755232",
+ "id_str": "1842444746523918339"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:55:18 +0000 2024",
+ "conversation_id_str": "1842654818722369567",
+ "display_text_range": [
+ 0,
+ 3
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 177,
+ "favorited": false,
+ "full_text": "🤣🤣🤣",
+ "is_quote_status": true,
+ "lang": "art",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842444746523918339",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iJT7NDGeH9",
+ "expanded": "https://twitter.com/jaanus/status/1842444746523918339",
+ "display": "x.com/jaanus/status/…"
+ },
+ "reply_count": 8,
+ "retweet_count": 15,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654818722369567"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654669132517591",
+ "sortIndex": "1842759124685684660",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654669132517591",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654669132517591"
+ ],
+ "editable_until_msecs": "1728161682646",
+ "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": "Sat Oct 05 19:54:42 +0000 2024",
+ "conversation_id_str": "1842654669132517591",
+ "display_text_range": [
+ 0,
+ 27
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "884578187392544769",
+ "name": "John Sipher",
+ "screen_name": "john_sipher",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @john_sipher: Ya think!?",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842255795196502493",
+ "quoted_status_permalink": {
+ "url": "https://t.co/osoMwEgwMK",
+ "expanded": "https://twitter.com/politicoeurope/status/1842255795196502493",
+ "display": "x.com/politicoeurope…"
+ },
+ "reply_count": 0,
+ "retweet_count": 117,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654669132517591",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842299735798878597",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4ODQ1NzgxODczOTI1NDQ3Njk=",
+ "rest_id": "884578187392544769",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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. @SpycraftEnt, #NAFO, Atlantic Council, Cipher Brief. Sometimes writes. Host of \"Mission Implausible\" podcast. Friend of dogs.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 326479,
+ "followers_count": 253523,
+ "friends_count": 2654,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2451,
+ "location": "Washington, DC",
+ "media_count": 2673,
+ "name": "John Sipher",
+ "normal_followers_count": 253523,
+ "pinned_tweet_ids_str": [
+ "1756059508671922639"
+ ],
+ "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": 91682,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842299735798878597"
+ ],
+ "editable_until_msecs": "1728077059000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "23724",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842255795196502493",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyOTY5NzYwNjA5",
+ "rest_id": "2969760609",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Jan 09 14:41:29 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Politics. Policy. Power.\n\nOur (free) newsletters: https://t.co/v8oCXiqRw1\n\nWhatsApp: https://t.co/MS4ffUoQhp\n\nTelegram: https://t.co/5jlPLYIjBh",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "politico.eu/newsletter/",
+ "expanded_url": "https://www.politico.eu/newsletter/",
+ "url": "https://t.co/v8oCXiqRw1",
+ "indices": [
+ 50,
+ 73
+ ]
+ },
+ {
+ "display_url": "bit.ly/3LuP7DI",
+ "expanded_url": "https://bit.ly/3LuP7DI",
+ "url": "https://t.co/MS4ffUoQhp",
+ "indices": [
+ 85,
+ 108
+ ]
+ },
+ {
+ "display_url": "t.me/politicoeurope",
+ "expanded_url": "https://t.me/politicoeurope",
+ "url": "https://t.co/5jlPLYIjBh",
+ "indices": [
+ 120,
+ 143
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "politico.eu",
+ "expanded_url": "http://www.politico.eu",
+ "url": "https://t.co/CT9kNUq9rh",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5263,
+ "followers_count": 395211,
+ "friends_count": 524,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6451,
+ "location": "Brussels",
+ "media_count": 23752,
+ "name": "POLITICOEurope",
+ "normal_followers_count": 395211,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2969760609/1617094389",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1808137347642327041/n_aMsRbN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "POLITICOEurope",
+ "statuses_count": 121508,
+ "translator_type": "regular",
+ "url": "https://t.co/CT9kNUq9rh",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1489554567419285508",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/XdWiQSuevV",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 147,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "“I’m proud of what we have done, but it would have been a great advantage if it started earlier,” Jens Stoltenberg said.",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.politico.eu",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 315,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?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/1842255798732275712/mFavzWdg?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?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/1842255798732275712/mFavzWdg?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/1842255798732275712/mFavzWdg?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 76,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?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/1842255798732275712/mFavzWdg?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "politico.eu",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 127,
+ "green": 52,
+ "red": 39
+ },
+ "percentage": 36.14
+ },
+ {
+ "rgb": {
+ "blue": 29,
+ "green": 16,
+ "red": 14
+ },
+ "percentage": 31.67
+ },
+ {
+ "rgb": {
+ "blue": 198,
+ "green": 179,
+ "red": 165
+ },
+ "percentage": 11.1
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 108,
+ "red": 136
+ },
+ "percentage": 8.14
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 36,
+ "red": 32
+ },
+ "percentage": 1.81
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "We should have given Ukraine more weapons earlier, says ex-NATO chief",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 127,
+ "green": 52,
+ "red": 39
+ },
+ "percentage": 36.14
+ },
+ {
+ "rgb": {
+ "blue": 29,
+ "green": 16,
+ "red": 14
+ },
+ "percentage": 31.67
+ },
+ {
+ "rgb": {
+ "blue": 198,
+ "green": 179,
+ "red": 165
+ },
+ "percentage": 11.1
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 108,
+ "red": 136
+ },
+ "percentage": 8.14
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 36,
+ "red": 32
+ },
+ "percentage": 1.81
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?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/1842255798732275712/mFavzWdg?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 127,
+ "green": 52,
+ "red": 39
+ },
+ "percentage": 36.14
+ },
+ {
+ "rgb": {
+ "blue": 29,
+ "green": 16,
+ "red": 14
+ },
+ "percentage": 31.67
+ },
+ {
+ "rgb": {
+ "blue": 198,
+ "green": 179,
+ "red": 165
+ },
+ "percentage": 11.1
+ },
+ {
+ "rgb": {
+ "blue": 99,
+ "green": 108,
+ "red": 136
+ },
+ "percentage": 8.14
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 36,
+ "red": 32
+ },
+ "percentage": 1.81
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/XdWiQSuevV",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842255798732275712/mFavzWdg?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/XdWiQSuevV",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842255795196502493"
+ ],
+ "editable_until_msecs": "1728066583000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "406542",
+ "state": "EnabledWithCount"
+ },
+ "source": "SocialFlow",
+ "legacy": {
+ "bookmark_count": 57,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 17:29:43 +0000 2024",
+ "conversation_id_str": "1842255795196502493",
+ "display_text_range": [
+ 0,
+ 115
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "trib.al/SSFO9gl",
+ "expanded_url": "https://trib.al/SSFO9gl",
+ "url": "https://t.co/XdWiQSuevV",
+ "indices": [
+ 92,
+ 115
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 1487,
+ "favorited": false,
+ "full_text": "We should have given Ukraine more weapons earlier, ex-NATO chief Jens Stoltenberg has said.\nhttps://t.co/XdWiQSuevV",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 189,
+ "reply_count": 196,
+ "retweet_count": 279,
+ "retweeted": false,
+ "user_id_str": "2969760609",
+ "id_str": "1842255795196502493"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 20:24:19 +0000 2024",
+ "conversation_id_str": "1842299735798878597",
+ "display_text_range": [
+ 0,
+ 10
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 713,
+ "favorited": false,
+ "full_text": "Ya think!?",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842255795196502493",
+ "quoted_status_permalink": {
+ "url": "https://t.co/osoMwEgwMK",
+ "expanded": "https://twitter.com/politicoeurope/status/1842255795196502493",
+ "display": "x.com/politicoeurope…"
+ },
+ "reply_count": 30,
+ "retweet_count": 117,
+ "retweeted": false,
+ "user_id_str": "884578187392544769",
+ "id_str": "1842299735798878597"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654543148143064",
+ "sortIndex": "1842759124685684659",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654543148143064",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654543148143064"
+ ],
+ "editable_until_msecs": "1728161652609",
+ "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": "Sat Oct 05 19:54:12 +0000 2024",
+ "conversation_id_str": "1842654543148143064",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "836255887471730692",
+ "name": "Railsplitter Fella 🇺🇦 🇪🇺",
+ "screen_name": "Rail_splitter1",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Rail_splitter1: The Pentagon is starting to reach Maria Zakharova-level of absurdities, word salads and just unabashed pure nonsense th…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842101579899457752",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iUJbtYejkG",
+ "expanded": "https://twitter.com/maria_drutska/status/1842101579899457752",
+ "display": "x.com/maria_drutska/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 57,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654543148143064",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842321382132318231",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4MzYyNTU4ODc0NzE3MzA2OTI=",
+ "rest_id": "836255887471730692",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Feb 27 16:45:15 +0000 2017",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Sworn enemy of Russian aggression. Physicist and political scientist by training. Ukraine will be whole. Progressive dissident Zionist. צִיּוֹנוּת רוּחָנִית",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14761,
+ "followers_count": 8393,
+ "friends_count": 4750,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 88,
+ "location": "В кошмарах чекистов ",
+ "media_count": 2669,
+ "name": "Railsplitter Fella 🇺🇦 🇪🇺",
+ "normal_followers_count": 8393,
+ "pinned_tweet_ids_str": [
+ "1636759869603852288"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/836255887471730692/1689066698",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1582177112198299649/-Xr0sKz7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Rail_splitter1",
+ "statuses_count": 29322,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842321382132318231"
+ ],
+ "editable_until_msecs": "1728082220000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "7467",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842101579899457752",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDk4Njc5NjQ3NDMyODEwNTAw",
+ "rest_id": "1498679647432810500",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Mar 01 15:21:04 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Work in UA foreign affairs sector, ex-UA defence sector. Thoughts on Rus-Ukr war updates. I speak fluent sarcasm. Personal account. RT ≠ endorsement",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/maria.drutska",
+ "expanded_url": "https://linktr.ee/maria.drutska",
+ "url": "https://t.co/tW2Rd4fPSN",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 15817,
+ "followers_count": 144770,
+ "friends_count": 104,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1781,
+ "location": "Ukraine, Kyiv",
+ "media_count": 3807,
+ "name": "Maria Drutska 🇺🇦",
+ "normal_followers_count": 144770,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1498679647432810500/1692375242",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1555811775651762178/Rds66rIu_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "maria_drutska",
+ "statuses_count": 18465,
+ "translator_type": "none",
+ "url": "https://t.co/tW2Rd4fPSN",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1498732860097900550",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 695,
+ "name": "Public & Social Services",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842101579899457752"
+ ],
+ "editable_until_msecs": "1728029815000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "46548",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIxMDE1Nzk3OTQ1MDk4MjQ=",
+ "text": "“We are talking about two very different landscapes and battlefields... That would be involving us in a war in a different way. And right now, we feel that Ukraine has been able to successfully defend against Russian strikes to their cities, to their populations, to their infrastructure.\n\nAnd we're going to continue to make sure that they have the support that they need to do that.” - Deputy Pentagon Press Secretary Sabrina Singh.\n\nAnd how exactly the landscape is different?",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "quotedRefResult": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841887715421278713"
+ }
+ },
+ "legacy": {
+ "bookmark_count": 13,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 07:16:55 +0000 2024",
+ "conversation_id_str": "1842101579899457752",
+ "display_text_range": [
+ 0,
+ 272
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/X74QOZW70r",
+ "expanded_url": "https://x.com/maria_drutska/status/1842101579899457752/photo/1",
+ "id_str": "1842101573880619008",
+ "indices": [
+ 273,
+ 296
+ ],
+ "media_key": "3_1842101573880619008",
+ "media_url_https": "https://pbs.twimg.com/media/GZB1nx9XoAATbw8.jpg",
+ "type": "photo",
+ "url": "https://t.co/X74QOZW70r",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 101,
+ "h": 101,
+ "w": 101
+ },
+ {
+ "x": 440,
+ "y": 115,
+ "h": 102,
+ "w": 102
+ },
+ {
+ "x": 57,
+ "y": 92,
+ "h": 120,
+ "w": 120
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 767,
+ "w": 1150,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 767,
+ "w": 1150,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 454,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 767,
+ "width": 1150,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1150,
+ "h": 644
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 767,
+ "h": 767
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 673,
+ "h": 767
+ },
+ {
+ "x": 354,
+ "y": 0,
+ "w": 384,
+ "h": 767
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1150,
+ "h": 767
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842101573880619008"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/X74QOZW70r",
+ "expanded_url": "https://x.com/maria_drutska/status/1842101579899457752/photo/1",
+ "id_str": "1842101573880619008",
+ "indices": [
+ 273,
+ 296
+ ],
+ "media_key": "3_1842101573880619008",
+ "media_url_https": "https://pbs.twimg.com/media/GZB1nx9XoAATbw8.jpg",
+ "type": "photo",
+ "url": "https://t.co/X74QOZW70r",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 284,
+ "y": 101,
+ "h": 101,
+ "w": 101
+ },
+ {
+ "x": 440,
+ "y": 115,
+ "h": 102,
+ "w": 102
+ },
+ {
+ "x": 57,
+ "y": 92,
+ "h": 120,
+ "w": 120
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 481,
+ "y": 172,
+ "h": 172,
+ "w": 172
+ },
+ {
+ "x": 745,
+ "y": 196,
+ "h": 174,
+ "w": 174
+ },
+ {
+ "x": 98,
+ "y": 157,
+ "h": 203,
+ "w": 203
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 767,
+ "w": 1150,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 767,
+ "w": 1150,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 454,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 767,
+ "width": 1150,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1150,
+ "h": 644
+ },
+ {
+ "x": 163,
+ "y": 0,
+ "w": 767,
+ "h": 767
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 673,
+ "h": 767
+ },
+ {
+ "x": 354,
+ "y": 0,
+ "w": 384,
+ "h": 767
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1150,
+ "h": 767
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842101573880619008"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 506,
+ "favorited": false,
+ "full_text": "“We are talking about two very different landscapes and battlefields... That would be involving us in a war in a different way. And right now, we feel that Ukraine has been able to successfully defend against Russian strikes to their cities, to their populations, to their https://t.co/X74QOZW70r",
+ "is_quote_status": true,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 26,
+ "quoted_status_id_str": "1841887715421278713",
+ "quoted_status_permalink": {
+ "url": "https://t.co/eWX6D5HNg6",
+ "expanded": "https://twitter.com/maria_drutska/status/1841887715421278713",
+ "display": "x.com/maria_drutska/…"
+ },
+ "reply_count": 95,
+ "retweet_count": 96,
+ "retweeted": false,
+ "user_id_str": "1498679647432810500",
+ "id_str": "1842101579899457752"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 8,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 21:50:20 +0000 2024",
+ "conversation_id_str": "1842321382132318231",
+ "display_text_range": [
+ 0,
+ 162
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 263,
+ "favorited": false,
+ "full_text": "The Pentagon is starting to reach Maria Zakharova-level of absurdities, word salads and just unabashed pure nonsense that doesn’t even try to hide its dishonesty.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 4,
+ "quoted_status_id_str": "1842101579899457752",
+ "quoted_status_permalink": {
+ "url": "https://t.co/iUJbtYejkG",
+ "expanded": "https://twitter.com/maria_drutska/status/1842101579899457752",
+ "display": "x.com/maria_drutska/…"
+ },
+ "reply_count": 6,
+ "retweet_count": 57,
+ "retweeted": false,
+ "user_id_str": "836255887471730692",
+ "id_str": "1842321382132318231"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654429516054944",
+ "sortIndex": "1842759124685684658",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654429516054944",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654429516054944"
+ ],
+ "editable_until_msecs": "1728161625517",
+ "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": "Sat Oct 05 19:53:45 +0000 2024",
+ "conversation_id_str": "1842654429516054944",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1486069441259397125",
+ "name": "Kamala’s Wins",
+ "screen_name": "harris_wins",
+ "indices": [
+ 3,
+ 15
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @harris_wins: BREAKING: In a stunning moment, CNN just fact checked Donald Trump’s claims that FEMA is skimming funds off the top for mi…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 26729,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654429516054944",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842299745236373508",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDg2MDY5NDQxMjU5Mzk3MTI1",
+ "rest_id": "1486069441259397125",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Jan 25 20:12:28 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Keeping Score of Kamala Harris’ wins. The largest online community supporting soon to be President Kamala Harris",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 5663,
+ "followers_count": 767516,
+ "friends_count": 692,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2754,
+ "location": "",
+ "media_count": 1262,
+ "name": "Kamala’s Wins",
+ "normal_followers_count": 767516,
+ "pinned_tweet_ids_str": [
+ "1815195658271273104"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1486069441259397125/1722872374",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815195327957286912/kYtX4v8d_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "harris_wins",
+ "statuses_count": 7694,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1540164764864749568",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842299745236373508"
+ ],
+ "editable_until_msecs": "1728077062000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1706871",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1368,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 20:24:22 +0000 2024",
+ "conversation_id_str": "1842299745236373508",
+ "display_text_range": [
+ 0,
+ 273
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/UaCEDtNomi",
+ "expanded_url": "https://x.com/AndrewJBates46/status/1842238935046504674/video/1",
+ "id_str": "1842238185188835329",
+ "indices": [
+ 250,
+ 273
+ ],
+ "media_key": "7_1842238185188835329",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842238185188835329/pu/img/s_3jGkiQnDMSdpAb.jpg",
+ "source_status_id_str": "1842238935046504674",
+ "source_user_id_str": "1376877666226335745",
+ "type": "video",
+ "url": "https://t.co/UaCEDtNomi",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzc2ODc3NjY2MjI2MzM1NzQ1",
+ "rest_id": "1376877666226335745",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Mar 30 12:43:24 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "White House Senior Deputy Press Secretary and Deputy Assistant to the President. Winston-Salem native and @NCState Wolfpack alum.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "whitehouse.gov",
+ "expanded_url": "http://whitehouse.gov",
+ "url": "https://t.co/e3AsGVk0ZY",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12569,
+ "followers_count": 39577,
+ "friends_count": 1583,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 615,
+ "location": "Washington, D.C.",
+ "media_count": 905,
+ "name": "Andrew Bates",
+ "normal_followers_count": 39577,
+ "pinned_tweet_ids_str": [
+ "1818038743917621704"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1376877666226335745/1617108846",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1743728666020909057/n4_MbC7g_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AndrewJBates46",
+ "statuses_count": 13690,
+ "translator_type": "none",
+ "url": "https://t.co/e3AsGVk0ZY",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 100067,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/pl/TfgEwchb7mRQtZix.m3u8?tag=12&v=879"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/480x270/H8tb5eoiNhfK0i9Z.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/640x360/SAJdglkSHL8ICY-2.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/1280x720/4gQJVXmZh037VM7t.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842238185188835329"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/UaCEDtNomi",
+ "expanded_url": "https://x.com/AndrewJBates46/status/1842238935046504674/video/1",
+ "id_str": "1842238185188835329",
+ "indices": [
+ 250,
+ 273
+ ],
+ "media_key": "7_1842238185188835329",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1842238185188835329/pu/img/s_3jGkiQnDMSdpAb.jpg",
+ "source_status_id_str": "1842238935046504674",
+ "source_user_id_str": "1376877666226335745",
+ "type": "video",
+ "url": "https://t.co/UaCEDtNomi",
+ "additional_media_info": {
+ "monetizable": false,
+ "source_user": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzc2ODc3NjY2MjI2MzM1NzQ1",
+ "rest_id": "1376877666226335745",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Mar 30 12:43:24 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "White House Senior Deputy Press Secretary and Deputy Assistant to the President. Winston-Salem native and @NCState Wolfpack alum.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "whitehouse.gov",
+ "expanded_url": "http://whitehouse.gov",
+ "url": "https://t.co/e3AsGVk0ZY",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 12569,
+ "followers_count": 39577,
+ "friends_count": 1583,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 615,
+ "location": "Washington, D.C.",
+ "media_count": 905,
+ "name": "Andrew Bates",
+ "normal_followers_count": 39577,
+ "pinned_tweet_ids_str": [
+ "1818038743917621704"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1376877666226335745/1617108846",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1743728666020909057/n4_MbC7g_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "AndrewJBates46",
+ "statuses_count": 13690,
+ "translator_type": "none",
+ "url": "https://t.co/e3AsGVk0ZY",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ }
+ },
+ "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": []
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 16,
+ 9
+ ],
+ "duration_millis": 100067,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/pl/TfgEwchb7mRQtZix.m3u8?tag=12&v=879"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/480x270/H8tb5eoiNhfK0i9Z.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/640x360/SAJdglkSHL8ICY-2.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1842238185188835329/pu/vid/avc1/1280x720/4gQJVXmZh037VM7t.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1842238185188835329"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 50508,
+ "favorited": false,
+ "full_text": "BREAKING: In a stunning moment, CNN just fact checked Donald Trump’s claims that FEMA is skimming funds off the top for migrants. It’s no shocker that Trump is lying for his own benefit. Retweet so all Americans see the media hold Trump accountable. https://t.co/UaCEDtNomi",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1113,
+ "reply_count": 5092,
+ "retweet_count": 26729,
+ "retweeted": false,
+ "user_id_str": "1486069441259397125",
+ "id_str": "1842299745236373508"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654265514344818",
+ "sortIndex": "1842759124685684657",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654265514344818",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654265514344818"
+ ],
+ "editable_until_msecs": "1728161586416",
+ "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": "Sat Oct 05 19:53:06 +0000 2024",
+ "conversation_id_str": "1842654265514344818",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2749315621",
+ "name": "Olena Halushka",
+ "screen_name": "OlenaHalushka",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @OlenaHalushka: The video of russians murdering a Ukrainian POW, unarmed and tortured, with his hands tied, should serve as a stark remi…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1642,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654265514344818",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842202971884437940",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNzQ5MzE1NjIx",
+ "rest_id": "2749315621",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Aug 20 15:05:12 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Co-founder of @ICUVua, board member at @AntAC_ua",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 16958,
+ "followers_count": 128723,
+ "friends_count": 492,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1988,
+ "location": "Kyiv, Ukraine",
+ "media_count": 3789,
+ "name": "Olena Halushka",
+ "normal_followers_count": 128723,
+ "pinned_tweet_ids_str": [
+ "1803834886970568936"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2749315621/1708366159",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1757154592557563904/m2tPny5J_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "OlenaHalushka",
+ "statuses_count": 14068,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842202971884437940"
+ ],
+ "editable_until_msecs": "1728053989000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "86096",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 58,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 13:59:49 +0000 2024",
+ "conversation_id_str": "1842202971884437940",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 4697,
+ "favorited": false,
+ "full_text": "The video of russians murdering a Ukrainian POW, unarmed and tortured, with his hands tied, should serve as a stark reminder to Western partners who want to normalize relations with russia at any cost: forcing Ukraine into capitulation will bring this terror much closer to you.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 43,
+ "reply_count": 82,
+ "retweet_count": 1642,
+ "retweeted": false,
+ "user_id_str": "2749315621",
+ "id_str": "1842202971884437940"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654223005085849",
+ "sortIndex": "1842759124685684656",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654223005085849",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654223005085849"
+ ],
+ "editable_until_msecs": "1728161576281",
+ "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": "Sat Oct 05 19:52:56 +0000 2024",
+ "conversation_id_str": "1842654223005085849",
+ "display_text_range": [
+ 0,
+ 121
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "283173783",
+ "name": "Keir Giles",
+ "screen_name": "KeirGiles",
+ "indices": [
+ 3,
+ 13
+ ]
+ },
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 38,
+ 52
+ ]
+ },
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 106,
+ 120
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @KeirGiles: The hope is that after @DarthPutinKGB interviews me, people will stop telling me that I am @DarthPutinKGB.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842580726187003916",
+ "quoted_status_permalink": {
+ "url": "https://t.co/STsN84kSlk",
+ "expanded": "https://twitter.com/darthputinkgb/status/1842580726187003916",
+ "display": "x.com/darthputinkgb/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654223005085849",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842624192107495881",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODMxNzM3ODM=",
+ "rest_id": "283173783",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sat Apr 16 18:49:45 +0000 2011",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "\"Who Will Defend Europe?\" asks my next book, and the answers aren't encouraging. Out on 24 October, available for pre-order now - link in bio!",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "amzn.to/37aG0Eu",
+ "expanded_url": "https://amzn.to/37aG0Eu",
+ "url": "https://t.co/IiM1hrXlfI",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 49255,
+ "followers_count": 21354,
+ "friends_count": 2931,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 637,
+ "location": "Probably on a plane ",
+ "media_count": 2448,
+ "name": "Keir Giles",
+ "normal_followers_count": 21354,
+ "pinned_tweet_ids_str": [
+ "1833799784496238746"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/283173783/1726046633",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1652678806803562499/gXW2ixjR_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KeirGiles",
+ "statuses_count": 14927,
+ "translator_type": "none",
+ "url": "https://t.co/IiM1hrXlfI",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842624192107495881"
+ ],
+ "editable_until_msecs": "1728154416000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5056",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842580726187003916",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NTczMDY5MjA=",
+ "rest_id": "957306920",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Nov 19 12:09:43 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Czar for life of all Russians. Master Strategist. Thought leader. Wellness coach. Tea connoisseur. Author. Wanted in 123 countries. Parody, apparently.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/darthputinkgb",
+ "expanded_url": "https://linktr.ee/darthputinkgb",
+ "url": "https://t.co/b7PZbSrXNK",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 105,
+ "followers_count": 617785,
+ "friends_count": 212,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3937,
+ "location": "Russia, Ukraine, Syria",
+ "media_count": 5899,
+ "name": "Darth Putin",
+ "normal_followers_count": 617785,
+ "pinned_tweet_ids_str": [
+ "1763490500147900564"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/957306920/1390828521",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/771597667403038720/Y57U3bvY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DarthPutinKGB",
+ "statuses_count": 60563,
+ "translator_type": "none",
+ "url": "https://t.co/b7PZbSrXNK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842580726187003916"
+ ],
+ "editable_until_msecs": "1728144053000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "29227",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 15:00:53 +0000 2024",
+ "conversation_id_str": "1842580726187003916",
+ "display_text_range": [
+ 0,
+ 244
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/m3ovDfop8T",
+ "expanded_url": "https://x.com/DarthPutinKGB/status/1842580726187003916/photo/1",
+ "id_str": "1842580704409862145",
+ "indices": [
+ 245,
+ 268
+ ],
+ "media_key": "3_1842580704409862145",
+ "media_url_https": "https://pbs.twimg.com/media/GZIpY2RWwAEp1jq.jpg",
+ "type": "photo",
+ "url": "https://t.co/m3ovDfop8T",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 650,
+ "y": 1724,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 1136,
+ "y": 216,
+ "h": 130,
+ "w": 130
+ },
+ {
+ "x": 604,
+ "y": 1612,
+ "h": 226,
+ "w": 226
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 380,
+ "y": 1010,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 665,
+ "y": 126,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 353,
+ "y": 944,
+ "h": 132,
+ "w": 132
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 215,
+ "y": 572,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 377,
+ "y": 71,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 200,
+ "y": 535,
+ "h": 75,
+ "w": 75
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 650,
+ "y": 1724,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 1136,
+ "y": 216,
+ "h": 130,
+ "w": 130
+ },
+ {
+ "x": 604,
+ "y": 1612,
+ "h": 226,
+ "w": 226
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2028,
+ "w": 2048,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1188,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 673,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2028,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 399,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 20,
+ "y": 0,
+ "w": 2028,
+ "h": 2028
+ },
+ {
+ "x": 269,
+ "y": 0,
+ "w": 1779,
+ "h": 2028
+ },
+ {
+ "x": 1034,
+ "y": 0,
+ "w": 1014,
+ "h": 2028
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 2028
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842580704409862145"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "283173783",
+ "name": "Keir Giles",
+ "screen_name": "KeirGiles",
+ "indices": [
+ 48,
+ 58
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/m3ovDfop8T",
+ "expanded_url": "https://x.com/DarthPutinKGB/status/1842580726187003916/photo/1",
+ "id_str": "1842580704409862145",
+ "indices": [
+ 245,
+ 268
+ ],
+ "media_key": "3_1842580704409862145",
+ "media_url_https": "https://pbs.twimg.com/media/GZIpY2RWwAEp1jq.jpg",
+ "type": "photo",
+ "url": "https://t.co/m3ovDfop8T",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 650,
+ "y": 1724,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 1136,
+ "y": 216,
+ "h": 130,
+ "w": 130
+ },
+ {
+ "x": 604,
+ "y": 1612,
+ "h": 226,
+ "w": 226
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 380,
+ "y": 1010,
+ "h": 72,
+ "w": 72
+ },
+ {
+ "x": 665,
+ "y": 126,
+ "h": 76,
+ "w": 76
+ },
+ {
+ "x": 353,
+ "y": 944,
+ "h": 132,
+ "w": 132
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 215,
+ "y": 572,
+ "h": 41,
+ "w": 41
+ },
+ {
+ "x": 377,
+ "y": 71,
+ "h": 43,
+ "w": 43
+ },
+ {
+ "x": 200,
+ "y": 535,
+ "h": 75,
+ "w": 75
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 650,
+ "y": 1724,
+ "h": 124,
+ "w": 124
+ },
+ {
+ "x": 1136,
+ "y": 216,
+ "h": 130,
+ "w": 130
+ },
+ {
+ "x": 604,
+ "y": 1612,
+ "h": 226,
+ "w": 226
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2028,
+ "w": 2048,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1188,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 673,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2028,
+ "width": 2048,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 399,
+ "w": 2048,
+ "h": 1147
+ },
+ {
+ "x": 20,
+ "y": 0,
+ "w": 2028,
+ "h": 2028
+ },
+ {
+ "x": 269,
+ "y": 0,
+ "w": 1779,
+ "h": 2028
+ },
+ {
+ "x": 1034,
+ "y": 0,
+ "w": 1014,
+ "h": 2028
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 2048,
+ "h": 2028
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842580704409862145"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 251,
+ "favorited": false,
+ "full_text": "Tonight’s guest hoping to survive the bunker is @KeirGiles. He’s clearly “unaware of the scale of his crimes on the world stage” but we’ll discuss his book, his smoooooth voice, and maybe your questions. \n\nBest (semi decent) ones will be taken. https://t.co/m3ovDfop8T",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 10,
+ "retweet_count": 30,
+ "retweeted": false,
+ "user_id_str": "957306920",
+ "id_str": "1842580726187003916"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 17:53:36 +0000 2024",
+ "conversation_id_str": "1842624192107495881",
+ "display_text_range": [
+ 0,
+ 106
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 23,
+ 37
+ ]
+ },
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 91,
+ 105
+ ]
+ }
+ ]
+ },
+ "favorite_count": 47,
+ "favorited": false,
+ "full_text": "The hope is that after @DarthPutinKGB interviews me, people will stop telling me that I am @DarthPutinKGB.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842580726187003916",
+ "quoted_status_permalink": {
+ "url": "https://t.co/STsN84kSlk",
+ "expanded": "https://twitter.com/darthputinkgb/status/1842580726187003916",
+ "display": "x.com/darthputinkgb/…"
+ },
+ "reply_count": 2,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "283173783",
+ "id_str": "1842624192107495881"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842654038632157470",
+ "sortIndex": "1842759124685684655",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842654038632157470",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842654038632157470"
+ ],
+ "editable_until_msecs": "1728161532323",
+ "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": "Sat Oct 05 19:52:12 +0000 2024",
+ "conversation_id_str": "1842654038632157470",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1611087712982818843",
+ "name": "Jürgen Nauditt 🇩🇪🇺🇦",
+ "screen_name": "jurgen_nauditt",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @jurgen_nauditt: North Korea supplies the russian Federation with about 3 million shells annually.\n\n3,000,000 shells, every year.\n\nIt wa…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 1642,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842654038632157470",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842477463257120787",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjExMDg3NzEyOTgyODE4ODQz",
+ "rest_id": "1611087712982818843",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Jan 05 19:51:45 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I stand with Ukraine. Love destroyed russian tanks. NAFO. Managing Director, Franchisor international education company.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 115363,
+ "followers_count": 48429,
+ "friends_count": 8552,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 629,
+ "location": "Germany",
+ "media_count": 8664,
+ "name": "Jürgen Nauditt 🇩🇪🇺🇦",
+ "normal_followers_count": 48429,
+ "pinned_tweet_ids_str": [
+ "1678849657881997314"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1611087712982818843/1695022199",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1710298882951815168/w01OIvTp_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jurgen_nauditt",
+ "statuses_count": 31466,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842477463257120787"
+ ],
+ "editable_until_msecs": "1728119433000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "245787",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI0Nzc0NjMxODE2Mzk2ODA=",
+ "text": "North Korea supplies the russian Federation with about 3 million shells annually.\n\n3,000,000 shells, every year.\n\nIt was this figure that allowed the russian Federation to achieve stable success and capture Ugledar.\n\nNorth Korea's GDP is $25.8 billion.\n\nEurope's GDP is $19.35 trillion.\n\nWhen will Europe use its economic strength?",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 156,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 08:10:33 +0000 2024",
+ "conversation_id_str": "1842477463257120787",
+ "display_text_range": [
+ 0,
+ 276
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 7227,
+ "favorited": false,
+ "full_text": "North Korea supplies the russian Federation with about 3 million shells annually.\n\n3,000,000 shells, every year.\n\nIt was this figure that allowed the russian Federation to achieve stable success and capture Ugledar.\n\nNorth Korea's GDP is $25.8 billion.\n\nEurope's GDP is $19.35",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 102,
+ "reply_count": 505,
+ "retweet_count": 1642,
+ "retweeted": false,
+ "user_id_str": "1611087712982818843",
+ "id_str": "1842477463257120787"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842653954284343360",
+ "sortIndex": "1842759124685684654",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842653954284343360",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842653954284343360"
+ ],
+ "editable_until_msecs": "1728161512213",
+ "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": "Sat Oct 05 19:51:52 +0000 2024",
+ "conversation_id_str": "1842653954284343360",
+ "display_text_range": [
+ 0,
+ 108
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "957306920",
+ "name": "Darth Putin",
+ "screen_name": "DarthPutinKGB",
+ "indices": [
+ 3,
+ 17
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @DarthPutinKGB: Have you noticed that North Korea supplying half our artillery ammo is not an escalation?",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 919,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842653954284343360",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842461224610492732",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NTczMDY5MjA=",
+ "rest_id": "957306920",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Nov 19 12:09:43 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Czar for life of all Russians. Master Strategist. Thought leader. Wellness coach. Tea connoisseur. Author. Wanted in 123 countries. Parody, apparently.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/darthputinkgb",
+ "expanded_url": "https://linktr.ee/darthputinkgb",
+ "url": "https://t.co/b7PZbSrXNK",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 105,
+ "followers_count": 617785,
+ "friends_count": 212,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3937,
+ "location": "Russia, Ukraine, Syria",
+ "media_count": 5899,
+ "name": "Darth Putin",
+ "normal_followers_count": 617785,
+ "pinned_tweet_ids_str": [
+ "1763490500147900564"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/957306920/1390828521",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/771597667403038720/Y57U3bvY_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DarthPutinKGB",
+ "statuses_count": 60563,
+ "translator_type": "none",
+ "url": "https://t.co/b7PZbSrXNK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842461224610492732"
+ ],
+ "editable_until_msecs": "1728115561000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "119028",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 43,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 07:06:01 +0000 2024",
+ "conversation_id_str": "1842461224610492732",
+ "display_text_range": [
+ 0,
+ 89
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 6095,
+ "favorited": false,
+ "full_text": "Have you noticed that North Korea supplying half our artillery ammo is not an escalation?",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 9,
+ "reply_count": 51,
+ "retweet_count": 919,
+ "retweeted": false,
+ "user_id_str": "957306920",
+ "id_str": "1842461224610492732"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842653662264594794",
+ "sortIndex": "1842759124685684653",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842653662264594794",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/6JSezc5ZUS",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 147,
+ "width": 280,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "The Latvian authorities are keen on using every chance they get to display their opposition to Russia. Recently, the country’s parliament banned the Russian language in all ATMs nationwide, while the...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "theins.ru",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 315,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?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/1842560510639603712/OAwsJs1u?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?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/1842560510639603712/OAwsJs1u?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/1842560510639603712/OAwsJs1u?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 76,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?format=jpg&name=144x144"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?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/1842560510639603712/OAwsJs1u?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "theins.ru",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 20,
+ "red": 20
+ },
+ "percentage": 32.16
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 124,
+ "red": 128
+ },
+ "percentage": 31.13
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 15,
+ "red": 86
+ },
+ "percentage": 26.76
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 68,
+ "red": 51
+ },
+ "percentage": 4.69
+ },
+ {
+ "rgb": {
+ "blue": 43,
+ "green": 60,
+ "red": 146
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "“Canned goods” from Riga: Russia’s elites, oligarchs, and military contractors are quietly dodging...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 20,
+ "red": 20
+ },
+ "percentage": 32.16
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 124,
+ "red": 128
+ },
+ "percentage": 31.13
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 15,
+ "red": 86
+ },
+ "percentage": 26.76
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 68,
+ "red": 51
+ },
+ "percentage": 4.69
+ },
+ {
+ "rgb": {
+ "blue": 43,
+ "green": 60,
+ "red": 146
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?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/1842560510639603712/OAwsJs1u?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 20,
+ "green": 20,
+ "red": 20
+ },
+ "percentage": 32.16
+ },
+ {
+ "rgb": {
+ "blue": 122,
+ "green": 124,
+ "red": 128
+ },
+ "percentage": 31.13
+ },
+ {
+ "rgb": {
+ "blue": 30,
+ "green": 15,
+ "red": 86
+ },
+ "percentage": 26.76
+ },
+ {
+ "rgb": {
+ "blue": 93,
+ "green": 68,
+ "red": 51
+ },
+ "percentage": 4.69
+ },
+ {
+ "rgb": {
+ "blue": 43,
+ "green": 60,
+ "red": 146
+ },
+ "percentage": 2.38
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/6JSezc5ZUS",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842560510639603712/OAwsJs1u?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/6JSezc5ZUS",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842653662264594794"
+ ],
+ "editable_until_msecs": "1728161442000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "4262",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 6,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:50:42 +0000 2024",
+ "conversation_id_str": "1842653662264594794",
+ "display_text_range": [
+ 0,
+ 143
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "theins.ru/en/politics/27…",
+ "expanded_url": "https://theins.ru/en/politics/275067",
+ "url": "https://t.co/6JSezc5ZUS",
+ "indices": [
+ 120,
+ 143
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 99,
+ "favorited": false,
+ "full_text": "“Canned goods” from Riga: Russia’s elites, oligarchs, and military contractors are quietly dodging sanctions in Latvia\n\nhttps://t.co/6JSezc5ZUS",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 2,
+ "retweet_count": 34,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842653662264594794"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842652176620920905",
+ "sortIndex": "1842759124685684652",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842652176620920905",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODA4MjI2MTM=",
+ "rest_id": "280822613",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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": 4384,
+ "followers_count": 125969,
+ "friends_count": 364,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3168,
+ "location": "Isle of Thanet, Kent",
+ "media_count": 720,
+ "name": "Mark Galeotti",
+ "normal_followers_count": 125969,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/280822613/1718285238",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1196790504752648193/6WTTzv2U_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "MarkGaleotti",
+ "statuses_count": 22881,
+ "translator_type": "none",
+ "url": "https://t.co/XqeY63I8Vg",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842652176620920905"
+ ],
+ "editable_until_msecs": "1728161088000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "14131",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:44:48 +0000 2024",
+ "conversation_id_str": "1842652176620920905",
+ "display_text_range": [
+ 0,
+ 97
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 173,
+ "favorited": false,
+ "full_text": "I had never really understood the concept of hatewatching until I came across The Rings of Power…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 2,
+ "reply_count": 13,
+ "retweet_count": 8,
+ "retweeted": false,
+ "user_id_str": "280822613",
+ "id_str": "1842652176620920905"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842647915887464597",
+ "sortIndex": "1842759124685684651",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842647915887464597",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/sjUN1Wko1V",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -49479,7 +50429,7 @@
"image_value": {
"height": 150,
"width": 225,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=280x150"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=280x150"
},
"type": "IMAGE"
}
@@ -49487,7 +50437,7 @@
{
"key": "description",
"value": {
- "string_value": "Russia's recent attack on Niu-York comes as Moscow steps up its offensive on the nearby town of Toretsk. Russian troops have slowly advanced in the area and intensified their attacks against civili...",
+ "string_value": "The elite 155th and 40th marine brigades of the Russian Armed Forces, also known as the Black Berets, were involved in the storming of the city, supported by armored vehicles.",
"type": "STRING"
}
},
@@ -49504,7 +50454,7 @@
"image_value": {
"height": 320,
"width": 480,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=800x320_1"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=800x320_1"
},
"type": "IMAGE"
}
@@ -49515,7 +50465,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -49526,7 +50476,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -49548,7 +50498,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -49559,7 +50509,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -49570,7 +50520,7 @@
"image_value": {
"height": 67,
"width": 100,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=100x100"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=100x100"
},
"type": "IMAGE"
}
@@ -49581,7 +50531,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -49592,7 +50542,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -49611,7 +50561,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -49623,43 +50573,43 @@
"palette": [
{
"rgb": {
- "blue": 42,
- "green": 54,
- "red": 62
+ "blue": 106,
+ "green": 104,
+ "red": 104
},
- "percentage": 60.85
+ "percentage": 68.59
},
{
"rgb": {
- "blue": 155,
- "green": 137,
- "red": 129
+ "blue": 177,
+ "green": 145,
+ "red": 79
},
- "percentage": 28.58
+ "percentage": 19.97
},
{
"rgb": {
- "blue": 25,
- "green": 57,
- "red": 58
+ "blue": 74,
+ "green": 74,
+ "red": 71
},
- "percentage": 2.16
+ "percentage": 6.66
},
{
"rgb": {
- "blue": 190,
- "green": 189,
- "red": 191
+ "blue": 95,
+ "green": 118,
+ "red": 132
},
- "percentage": 1.42
+ "percentage": 4.18
},
{
"rgb": {
- "blue": 14,
- "green": 41,
- "red": 31
+ "blue": 184,
+ "green": 177,
+ "red": 159
},
- "percentage": 1.08
+ "percentage": 0.44
}
]
},
@@ -49669,7 +50619,7 @@
{
"key": "title",
"value": {
- "string_value": "Governor: Russian attacks kill 4, wounds 6 in Donetsk Oblast",
+ "string_value": "Russia lost more elite soldiers in 1 year near Vuhledar than in 10 years of Chechen War, BBC reports",
"type": "STRING"
}
},
@@ -49680,43 +50630,43 @@
"palette": [
{
"rgb": {
- "blue": 42,
- "green": 54,
- "red": 62
+ "blue": 106,
+ "green": 104,
+ "red": 104
},
- "percentage": 60.85
+ "percentage": 68.59
},
{
"rgb": {
- "blue": 155,
- "green": 137,
- "red": 129
+ "blue": 177,
+ "green": 145,
+ "red": 79
},
- "percentage": 28.58
+ "percentage": 19.97
},
{
"rgb": {
- "blue": 25,
- "green": 57,
- "red": 58
+ "blue": 74,
+ "green": 74,
+ "red": 71
},
- "percentage": 2.16
+ "percentage": 6.66
},
{
"rgb": {
- "blue": 190,
- "green": 189,
- "red": 191
+ "blue": 95,
+ "green": 118,
+ "red": 132
},
- "percentage": 1.42
+ "percentage": 4.18
},
{
"rgb": {
- "blue": 14,
- "green": 41,
- "red": 31
+ "blue": 184,
+ "green": 177,
+ "red": 159
},
- "percentage": 1.08
+ "percentage": 0.44
}
]
},
@@ -49729,7 +50679,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -49740,7 +50690,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -49752,43 +50702,43 @@
"palette": [
{
"rgb": {
- "blue": 42,
- "green": 54,
- "red": 62
+ "blue": 106,
+ "green": 104,
+ "red": 104
},
- "percentage": 60.85
+ "percentage": 68.59
},
{
"rgb": {
- "blue": 155,
- "green": 137,
- "red": 129
+ "blue": 177,
+ "green": 145,
+ "red": 79
},
- "percentage": 28.58
+ "percentage": 19.97
},
{
"rgb": {
- "blue": 25,
- "green": 57,
- "red": 58
+ "blue": 74,
+ "green": 74,
+ "red": 71
},
- "percentage": 2.16
+ "percentage": 6.66
},
{
"rgb": {
- "blue": 190,
- "green": 189,
- "red": 191
+ "blue": 95,
+ "green": 118,
+ "red": 132
},
- "percentage": 1.42
+ "percentage": 4.18
},
{
"rgb": {
- "blue": 14,
- "green": 41,
- "red": 31
+ "blue": 184,
+ "green": 177,
+ "red": 159
},
- "percentage": 1.08
+ "percentage": 0.44
}
]
},
@@ -49801,7 +50751,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -49810,7 +50760,7 @@
"key": "card_url",
"value": {
"scribe_key": "card_url",
- "string_value": "https://t.co/DrUJf1kbA9",
+ "string_value": "https://t.co/sjUN1Wko1V",
"type": "STRING"
}
},
@@ -49820,7 +50770,7 @@
"image_value": {
"height": 827,
"width": 1240,
- "url": "https://pbs.twimg.com/card_img/1806961242268917761/fDvDUKfD?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -49838,7 +50788,7 @@
}
},
"name": "summary_large_image",
- "url": "https://t.co/DrUJf1kbA9",
+ "url": "https://t.co/sjUN1Wko1V",
"user_refs_results": [
{
"result": {
@@ -49850,31 +50800,23 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"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",
+ "description": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
"entities": {
"description": {
"urls": [
{
"display_url": "kyivindependent.com/membership/",
- "expanded_url": "http://kyivindependent.com/membership/",
- "url": "https://t.co/jsQiFkoveH",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
"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
+ 71,
+ 94
]
}
]
@@ -49894,25 +50836,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
+ "listed_count": 19759,
"location": "Kyiv",
- "media_count": 4423,
+ "media_count": 4637,
"name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "normal_followers_count": 2039225,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1840001359656943631"
],
"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": 45051,
+ "statuses_count": 49209,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -49932,69 +50874,670 @@
},
"unmention_data": {},
"edit_control": {
- "initial_tweet_id": "1806961185826263502",
- "edit_control_initial": {
- "edit_tweet_ids": [
- "1806961185826263502",
- "1806961257657864396"
- ],
- "editable_until_msecs": "1719651693000",
- "is_edit_eligible": true,
- "edits_remaining": "4"
- }
- },
- "previous_counts": {
- "bookmark_count": 0,
- "favorite_count": 2,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 1
+ "edit_tweet_ids": [
+ "1842647915887464597"
+ ],
+ "editable_until_msecs": "1728160072547",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "52574",
- "state": "EnabledWithCount"
+ "state": "Enabled"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 08:01:50 +0000 2024",
- "conversation_id_str": "1806961257657864396",
+ "created_at": "Sat Oct 05 19:27:52 +0000 2024",
+ "conversation_id_str": "1842647915887464597",
"display_text_range": [
0,
- 201
+ 140
],
"entities": {
"hashtags": [],
"symbols": [],
"timestamps": [],
- "urls": [
+ "urls": [],
+ "user_mentions": [
{
- "display_url": "kyivindependent.com/governor-russi…",
- "expanded_url": "https://kyivindependent.com/governor-russian-attacks-kill-4-wounds-6-in-donetsk-oblast/",
- "url": "https://t.co/DrUJf1kbA9",
+ "id_str": "18025377",
+ "name": "Michael Weiss",
+ "screen_name": "michaeldweiss",
"indices": [
- 178,
- 201
+ 3,
+ 17
]
}
- ],
- "user_mentions": []
+ ]
},
- "favorite_count": 149,
+ "favorite_count": 0,
"favorited": false,
- "full_text": "⚡️Russian attacks on residential areas in the easternmost Donetsk Oblast have killed four civilians and wounded six over the past day, Governor Vadym Filashkin said on June 29.\n\nhttps://t.co/DrUJf1kbA9",
+ "full_text": "RT @michaeldweiss: “Russia's elite Marines have suffered four times higher losses during a year of fighting near Vuhledar in Donetsk Oblast…",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 4,
- "reply_count": 6,
- "retweet_count": 46,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 176,
"retweeted": false,
- "user_id_str": "1462548977367359490",
- "id_str": "1806961257657864396"
+ "user_id_str": "579747564",
+ "id_str": "1842647915887464597",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842306014177079460",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODAyNTM3Nw==",
+ "rest_id": "18025377",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Dec 10 18:01:28 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Editor @insidereng, @foreignoffpod. ISIS: Inside the Army of Terror: https://t.co/zOgJMJGUl5. Next book: GRU @vikingbooks. macspaunday@protonmail.com",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "goo.gl/Jb6uEA",
+ "expanded_url": "http://goo.gl/Jb6uEA",
+ "url": "https://t.co/zOgJMJGUl5",
+ "indices": [
+ 69,
+ 92
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "michaelweissjournalist.com",
+ "expanded_url": "https://michaelweissjournalist.com/",
+ "url": "https://t.co/inncvarcQZ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2733,
+ "followers_count": 255506,
+ "friends_count": 4625,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6943,
+ "location": "New York, NY",
+ "media_count": 3302,
+ "name": "Michael Weiss",
+ "normal_followers_count": 255506,
+ "pinned_tweet_ids_str": [
+ "1715340789989949499"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/18025377/1612718037",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1797822023483195392/PUM5gllX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "michaeldweiss",
+ "statuses_count": 35491,
+ "translator_type": "none",
+ "url": "https://t.co/inncvarcQZ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/sjUN1Wko1V",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "The elite 155th and 40th marine brigades of the Russian Armed Forces, also known as the Black Berets, were involved in the storming of the city, supported by armored vehicles.",
+ "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/1841807315965546496/pbnWVzX4?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/1841807315965546496/pbnWVzX4?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?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/1841807315965546496/pbnWVzX4?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/1841807315965546496/pbnWVzX4?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?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/1841807315965546496/pbnWVzX4?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 104,
+ "red": 104
+ },
+ "percentage": 68.59
+ },
+ {
+ "rgb": {
+ "blue": 177,
+ "green": 145,
+ "red": 79
+ },
+ "percentage": 19.97
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 74,
+ "red": 71
+ },
+ "percentage": 6.66
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 118,
+ "red": 132
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 177,
+ "red": 159
+ },
+ "percentage": 0.44
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Russia lost more elite soldiers in 1 year near Vuhledar than in 10 years of Chechen War, BBC reports",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 104,
+ "red": 104
+ },
+ "percentage": 68.59
+ },
+ {
+ "rgb": {
+ "blue": 177,
+ "green": 145,
+ "red": 79
+ },
+ "percentage": 19.97
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 74,
+ "red": 71
+ },
+ "percentage": 6.66
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 118,
+ "red": 132
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 177,
+ "red": 159
+ },
+ "percentage": 0.44
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?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/1841807315965546496/pbnWVzX4?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 106,
+ "green": 104,
+ "red": 104
+ },
+ "percentage": 68.59
+ },
+ {
+ "rgb": {
+ "blue": 177,
+ "green": 145,
+ "red": 79
+ },
+ "percentage": 19.97
+ },
+ {
+ "rgb": {
+ "blue": 74,
+ "green": 74,
+ "red": 71
+ },
+ "percentage": 6.66
+ },
+ {
+ "rgb": {
+ "blue": 95,
+ "green": 118,
+ "red": 132
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 177,
+ "red": 159
+ },
+ "percentage": 0.44
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/sjUN1Wko1V",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 827,
+ "width": 1240,
+ "url": "https://pbs.twimg.com/card_img/1841807315965546496/pbnWVzX4?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/sjUN1Wko1V",
+ "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": {
+ "following": false,
+ "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": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/membership/",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
+ "indices": [
+ 71,
+ 94
+ ]
+ }
+ ]
+ },
+ "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": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 19759,
+ "location": "Kyiv",
+ "media_count": 4637,
+ "name": "The Kyiv Independent",
+ "normal_followers_count": 2039225,
+ "pinned_tweet_ids_str": [
+ "1840001359656943631"
+ ],
+ "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": 49209,
+ "translator_type": "none",
+ "url": "https://t.co/WZvsaFpT20",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1595086441079513088",
+ "professional_type": "Business",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ ]
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "initial_tweet_id": "1842305990995410973",
+ "edit_control_initial": {
+ "edit_tweet_ids": [
+ "1842305990995410973",
+ "1842305994208301283",
+ "1842305998884680032",
+ "1842306003519377650",
+ "1842306014177079460"
+ ],
+ "editable_until_msecs": "1728078551000",
+ "is_edit_eligible": true,
+ "edits_remaining": "1"
+ }
+ },
+ "previous_counts": {
+ "bookmark_count": 0,
+ "favorite_count": 0,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "32736",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPad",
+ "legacy": {
+ "bookmark_count": 39,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 20:49:16 +0000 2024",
+ "conversation_id_str": "1842306014177079460",
+ "display_text_range": [
+ 0,
+ 234
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/russian-marine…",
+ "expanded_url": "https://kyivindependent.com/russian-marines-losses-vuhledar/",
+ "url": "https://t.co/sjUN1Wko1V",
+ "indices": [
+ 211,
+ 234
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 644,
+ "favorited": false,
+ "full_text": "“Russia's elite Marines have suffered four times higher losses during a year of fighting near Vuhledar in Donetsk Oblast than during 10 years of the Second Chechen War, the BBC News Russia reported on Oct. 4.”\n https://t.co/sjUN1Wko1V",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 19,
+ "retweet_count": 176,
+ "retweeted": false,
+ "user_id_str": "18025377",
+ "id_str": "1842306014177079460"
+ }
+ }
+ }
}
}
},
@@ -50012,8 +51555,8 @@
}
},
{
- "entryId": "tweet-1806961123335295193",
- "sortIndex": "1807077696136544172",
+ "entryId": "tweet-1842647839077486986",
+ "sortIndex": "1842759124685684650",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -50023,66 +51566,5133 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806961123335295193",
+ "rest_id": "1842647839077486986",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyNjIyMTkxNjg=",
- "rest_id": "262219168",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Mar 07 16:23:56 +0000 2011",
- "default_profile": false,
+ "created_at": "Mon May 14 08:03:59 +0000 2012",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Live straight out of Bucha\nAuthor of 'I Will Show You How It Was. The Story of Wartime Kyiv\" \nhttps://t.co/xefS6FAxq6",
+ "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": "amazon.com/Will-Show-You-…",
- "expanded_url": "https://www.amazon.com/Will-Show-You-How-Was-ebook/dp/B0CMM6VGXN/r",
- "url": "https://t.co/xefS6FAxq6",
+ "display_url": "presidentilves.ee",
+ "expanded_url": "http://www.presidentilves.ee",
+ "url": "https://t.co/lnQ9ajxxvK",
"indices": [
- 94,
- 117
+ 0,
+ 23
]
}
]
}
},
"fast_followers_count": 0,
- "favourites_count": 32429,
- "followers_count": 1256675,
- "friends_count": 1656,
+ "favourites_count": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 16855,
- "location": "Bucha, Ukraine",
- "media_count": 4029,
- "name": "Illia Ponomarenko 🇺🇦",
- "normal_followers_count": 1256675,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
"pinned_tweet_ids_str": [
- "1774172694465896934"
+ "1827251612743532904"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/262219168/1688741071",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1739983483521372160/MU4SjC52_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": "IAPonomarenko",
- "statuses_count": 22890,
+ "screen_name": "IlvesToomas",
+ "statuses_count": 223462,
"translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842647839077486986"
+ ],
+ "editable_until_msecs": "1728160054234",
+ "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": "Sat Oct 05 19:27:34 +0000 2024",
+ "conversation_id_str": "1842647839077486986",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "t.co/3G8joM6",
+ "url": "https://t.co/3G8joM6",
+ "indices": [
+ 119,
+ 139
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "105327432",
+ "name": "Julia Davis",
+ "screen_name": "JuliaDavisNews",
+ "indices": [
+ 3,
+ 18
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @JuliaDavisNews: Meanwhile in Russia: Taliban is about to be removed from Russia's list of terrorist organizations. https://t.co/3G8joM6…",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 435,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842647839077486986",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842636196494840070",
+ "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": {
+ "following": false,
+ "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, author of a book \"In Their Own Words.\"\n\nI watch Russian state TV, so you don't have to.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "amazon.com/Their-Own-Word…",
+ "expanded_url": "https://www.amazon.com/Their-Own-Words-Propagandists-Intentions/dp/3838219090",
+ "url": "https://t.co/twAq8cDLQk",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 176026,
+ "followers_count": 460656,
+ "friends_count": 1611,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7049,
+ "location": "United States",
+ "media_count": 22395,
+ "name": "Julia Davis",
+ "normal_followers_count": 460656,
+ "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": 124453,
+ "translator_type": "none",
+ "url": "https://t.co/twAq8cDLQk",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842636196494840070"
+ ],
+ "editable_until_msecs": "1728157278000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "39845",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 18:41:18 +0000 2024",
+ "conversation_id_str": "1842636196494840070",
+ "display_text_range": [
+ 0,
+ 98
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/3G8joM6DBN",
+ "expanded_url": "https://x.com/JuliaDavisNews/status/1842636196494840070/photo/1",
+ "id_str": "1842635998422806528",
+ "indices": [
+ 99,
+ 122
+ ],
+ "media_key": "3_1842635998422806528",
+ "media_url_https": "https://pbs.twimg.com/media/GZJbrYhWsAA3PFH.png",
+ "type": "photo",
+ "url": "https://t.co/3G8joM6DBN",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 101,
+ "y": 302,
+ "h": 65,
+ "w": 65
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 543,
+ "w": 853,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 543,
+ "w": 853,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 433,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 543,
+ "width": 853,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 853,
+ "h": 478
+ },
+ {
+ "x": 155,
+ "y": 0,
+ "w": 543,
+ "h": 543
+ },
+ {
+ "x": 188,
+ "y": 0,
+ "w": 476,
+ "h": 543
+ },
+ {
+ "x": 290,
+ "y": 0,
+ "w": 272,
+ "h": 543
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 853,
+ "h": 543
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842635998422806528"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/3G8joM6DBN",
+ "expanded_url": "https://x.com/JuliaDavisNews/status/1842636196494840070/photo/1",
+ "id_str": "1842635998422806528",
+ "indices": [
+ 99,
+ 122
+ ],
+ "media_key": "3_1842635998422806528",
+ "media_url_https": "https://pbs.twimg.com/media/GZJbrYhWsAA3PFH.png",
+ "type": "photo",
+ "url": "https://t.co/3G8joM6DBN",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 101,
+ "y": 302,
+ "h": 65,
+ "w": 65
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 127,
+ "y": 379,
+ "h": 82,
+ "w": 82
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 543,
+ "w": 853,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 543,
+ "w": 853,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 433,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 543,
+ "width": 853,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 853,
+ "h": 478
+ },
+ {
+ "x": 155,
+ "y": 0,
+ "w": 543,
+ "h": 543
+ },
+ {
+ "x": 188,
+ "y": 0,
+ "w": 476,
+ "h": 543
+ },
+ {
+ "x": 290,
+ "y": 0,
+ "w": 272,
+ "h": 543
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 853,
+ "h": 543
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842635998422806528"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 995,
+ "favorited": false,
+ "full_text": "Meanwhile in Russia: Taliban is about to be removed from Russia's list of terrorist organizations. https://t.co/3G8joM6DBN",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 24,
+ "reply_count": 57,
+ "retweet_count": 435,
+ "retweeted": false,
+ "user_id_str": "105327432",
+ "id_str": "1842636196494840070"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842646636746383696",
+ "sortIndex": "1842759124685684649",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842646636746383696",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozMDc1NjIwMDQ=",
+ "rest_id": "307562004",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun May 29 21:30:40 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Ukrainian journalist, chief editor of @KyivIndependent. Support our work: https://t.co/zG0qTgeSHI 💙💛",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/membership",
+ "expanded_url": "http://kyivindependent.com/membership",
+ "url": "https://t.co/zG0qTgeSHI",
+ "indices": [
+ 74,
+ 97
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "kyivindependent.com",
+ "expanded_url": "http://www.kyivindependent.com",
+ "url": "https://t.co/7s6ldtiJER",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1887,
+ "followers_count": 190564,
+ "friends_count": 329,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 3876,
+ "location": "Kyiv, Ukraine",
+ "media_count": 281,
+ "name": "Olga Rudenko",
+ "normal_followers_count": 190564,
+ "pinned_tweet_ids_str": [
+ "1524858892961710080"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/307562004/1641906557",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683247711129071616/FBrOyIhE_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "olya_rudenko",
+ "statuses_count": 1426,
+ "translator_type": "none",
+ "url": "https://t.co/7s6ldtiJER",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842646636746383696"
+ ],
+ "editable_until_msecs": "1728159767000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "9729",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842606549333876943",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTg0OTI3MTk2MDk0ODk4MTc4",
+ "rest_id": "1584927196094898178",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 25 15:19:15 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Постачальник світла, газу та мемів",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "yasno.com.ua",
+ "expanded_url": "https://yasno.com.ua/",
+ "url": "https://t.co/z2czljtFu4",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1993,
+ "followers_count": 12397,
+ "friends_count": 151,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 17,
+ "location": "Україна",
+ "media_count": 620,
+ "name": "YASNO",
+ "normal_followers_count": 12397,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1584927196094898178/1680546789",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696504328746307585/pstGmUGt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "YASN0_ua",
+ "statuses_count": 2037,
+ "translator_type": "none",
+ "url": "https://t.co/z2czljtFu4",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842606549333876943"
+ ],
+ "editable_until_msecs": "1728150209000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "66155",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 41,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 16:43:29 +0000 2024",
+ "conversation_id_str": "1842606549333876943",
+ "display_text_range": [
+ 0,
+ 12
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/6uG96xpqtC",
+ "expanded_url": "https://x.com/YASN0_ua/status/1842606549333876943/photo/1",
+ "id_str": "1842606543738372096",
+ "indices": [
+ 13,
+ 36
+ ],
+ "media_key": "3_1842606543738372096",
+ "media_url_https": "https://pbs.twimg.com/media/GZJA45RWAAAR3lX.jpg",
+ "type": "photo",
+ "url": "https://t.co/6uG96xpqtC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 259,
+ "y": 1169,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 232,
+ "y": 622,
+ "h": 149,
+ "w": 149
+ },
+ {
+ "x": 166,
+ "y": 107,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 197,
+ "y": 891,
+ "h": 108,
+ "w": 108
+ },
+ {
+ "x": 176,
+ "y": 474,
+ "h": 113,
+ "w": 113
+ },
+ {
+ "x": 126,
+ "y": 81,
+ "h": 227,
+ "w": 227
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 111,
+ "y": 505,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 100,
+ "y": 268,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 71,
+ "y": 46,
+ "h": 128,
+ "w": 128
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 259,
+ "y": 1169,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 232,
+ "y": 622,
+ "h": 149,
+ "w": 149
+ },
+ {
+ "x": 166,
+ "y": 107,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1574,
+ "w": 1270,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 968,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 549,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1574,
+ "width": 1270,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 628,
+ "w": 1270,
+ "h": 711
+ },
+ {
+ "x": 0,
+ "y": 304,
+ "w": 1270,
+ "h": 1270
+ },
+ {
+ "x": 0,
+ "y": 126,
+ "w": 1270,
+ "h": 1448
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 787,
+ "h": 1574
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1270,
+ "h": 1574
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842606543738372096"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/6uG96xpqtC",
+ "expanded_url": "https://x.com/YASN0_ua/status/1842606549333876943/photo/1",
+ "id_str": "1842606543738372096",
+ "indices": [
+ 13,
+ 36
+ ],
+ "media_key": "3_1842606543738372096",
+ "media_url_https": "https://pbs.twimg.com/media/GZJA45RWAAAR3lX.jpg",
+ "type": "photo",
+ "url": "https://t.co/6uG96xpqtC",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 259,
+ "y": 1169,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 232,
+ "y": 622,
+ "h": 149,
+ "w": 149
+ },
+ {
+ "x": 166,
+ "y": 107,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 197,
+ "y": 891,
+ "h": 108,
+ "w": 108
+ },
+ {
+ "x": 176,
+ "y": 474,
+ "h": 113,
+ "w": 113
+ },
+ {
+ "x": 126,
+ "y": 81,
+ "h": 227,
+ "w": 227
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 111,
+ "y": 505,
+ "h": 61,
+ "w": 61
+ },
+ {
+ "x": 100,
+ "y": 268,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 71,
+ "y": 46,
+ "h": 128,
+ "w": 128
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 259,
+ "y": 1169,
+ "h": 142,
+ "w": 142
+ },
+ {
+ "x": 232,
+ "y": 622,
+ "h": 149,
+ "w": 149
+ },
+ {
+ "x": 166,
+ "y": 107,
+ "h": 298,
+ "w": 298
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1574,
+ "w": 1270,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 968,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 549,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1574,
+ "width": 1270,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 628,
+ "w": 1270,
+ "h": 711
+ },
+ {
+ "x": 0,
+ "y": 304,
+ "w": 1270,
+ "h": 1270
+ },
+ {
+ "x": 0,
+ "y": 126,
+ "w": 1270,
+ "h": 1448
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 787,
+ "h": 1574
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1270,
+ "h": 1574
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842606543738372096"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 3725,
+ "favorited": false,
+ "full_text": "так і живемо https://t.co/6uG96xpqtC",
+ "is_quote_status": false,
+ "lang": "uk",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 9,
+ "retweet_count": 68,
+ "retweeted": false,
+ "user_id_str": "1584927196094898178",
+ "id_str": "1842606549333876943"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:22:47 +0000 2024",
+ "conversation_id_str": "1842646636746383696",
+ "display_text_range": [
+ 0,
+ 250
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 64,
+ "favorited": false,
+ "full_text": "Some humor from 🇺🇦 electricity supplier company:\n\n“There will be no power shutdowns tomorrow”\n\n“Be honest”\n\n“We don’t expect shutdowns tomorrow”\n\n“Be honest”\n\n“We will have electricity if Russia doesn’t hit any energy facilities again” \n\n “Thank you”",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842606549333876943",
+ "quoted_status_permalink": {
+ "url": "https://t.co/3D2phVdFH4",
+ "expanded": "https://twitter.com/yasn0_ua/status/1842606549333876943",
+ "display": "x.com/yasn0_ua/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 12,
+ "retweeted": false,
+ "user_id_str": "307562004",
+ "id_str": "1842646636746383696"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842646562117210213",
+ "sortIndex": "1842759124685684648",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842646562117210213",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842646562117210213"
+ ],
+ "editable_until_msecs": "1728159749783",
+ "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": "Sat Oct 05 19:22:29 +0000 2024",
+ "conversation_id_str": "1842646562117210213",
+ "display_text_range": [
+ 0,
+ 128
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "37525987",
+ "name": "Siim Nestor",
+ "screen_name": "siimn",
+ "indices": [
+ 3,
+ 9
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @siimn: Samosti uudistejaam - aka ERRi uudised - käitub nagu meemivabrik. See pole enam klikitehas, veel vähem uudiste kanal.",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842646562117210213",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842118361603264656",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNzUyNTk4Nw==",
+ "rest_id": "37525987",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun May 03 23:00:02 +0000 2009",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2451,
+ "followers_count": 1797,
+ "friends_count": 1095,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "Estonia",
+ "media_count": 45,
+ "name": "Siim Nestor",
+ "normal_followers_count": 1797,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/699024382/place1_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "siimn",
+ "statuses_count": 1183,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842118361603264656"
+ ],
+ "editable_until_msecs": "1728033816000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "10961",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 08:23:36 +0000 2024",
+ "conversation_id_str": "1842118361603264656",
+ "display_text_range": [
+ 0,
+ 117
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 93,
+ "favorited": false,
+ "full_text": "Samosti uudistejaam - aka ERRi uudised - käitub nagu meemivabrik. See pole enam klikitehas, veel vähem uudiste kanal.",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 0,
+ "reply_count": 9,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "37525987",
+ "id_str": "1842118361603264656"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842646529007559159",
+ "sortIndex": "1842759124685684647",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842646529007559159",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842646529007559159"
+ ],
+ "editable_until_msecs": "1728159741889",
+ "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": "Sat Oct 05 19:22:21 +0000 2024",
+ "conversation_id_str": "1842646529007559159",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1412018453884682244",
+ "name": "Mart Kuldkepp @martkuldkepp.bsky.social",
+ "screen_name": "KuldkeppMart",
+ "indices": [
+ 3,
+ 16
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @KuldkeppMart: Instead of much more military support much earlier, Ukraine got policy papers by Western thinktankers about how this supp…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842503077963714699",
+ "quoted_status_permalink": {
+ "url": "https://t.co/jhkWZkoId6",
+ "expanded": "https://twitter.com/StasOlenchenko/status/1842503077963714699",
+ "display": "x.com/StasOlenchenko…"
+ },
+ "reply_count": 0,
+ "retweet_count": 60,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842646529007559159",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842536202437538143",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDEyMDE4NDUzODg0NjgyMjQ0",
+ "rest_id": "1412018453884682244",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Jul 05 12:04:52 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Professor of Estonian and Nordic History @UCL | John S. Saden Visiting Professor @Yale | Moral clarity enjoyer. Own views only.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "uk.wikipedia.org/wiki/Март_Куль…",
+ "expanded_url": "https://uk.wikipedia.org/wiki/Март_Кульдкепп",
+ "url": "https://t.co/oPBXKuPBnq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 23420,
+ "followers_count": 18428,
+ "friends_count": 1737,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 292,
+ "location": "New Haven, London, Tallinn",
+ "media_count": 756,
+ "name": "Mart Kuldkepp @martkuldkepp.bsky.social",
+ "normal_followers_count": 18428,
+ "pinned_tweet_ids_str": [
+ "1600458386730258435"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1412018453884682244/1659001415",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1574299790384545793/r4HA3aWU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KuldkeppMart",
+ "statuses_count": 21298,
+ "translator_type": "none",
+ "url": "https://t.co/oPBXKuPBnq",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842536202437538143"
+ ],
+ "editable_until_msecs": "1728133437000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "12408",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842503077963714699",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NTI0NjYxMDk=",
+ "rest_id": "452466109",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sun Jan 01 21:52:43 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Writer in tech. Here to talk about Ukraine, media and propaganda. Writing The Words War newsletter, undoing myths about Ukraine at @uaexplainers.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "linktr.ee/stasolenchenko",
+ "expanded_url": "https://linktr.ee/stasolenchenko",
+ "url": "https://t.co/X8v7eiqlCw",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19639,
+ "followers_count": 20570,
+ "friends_count": 1437,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 419,
+ "location": "",
+ "media_count": 499,
+ "name": "Stas Olenchenko 🇺🇦",
+ "normal_followers_count": 20570,
+ "pinned_tweet_ids_str": [
+ "1717584286679756923"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1656265627609309184/A28xQZhM_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "StasOlenchenko",
+ "statuses_count": 6321,
+ "translator_type": "none",
+ "url": "https://t.co/X8v7eiqlCw",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1504527229153329157",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 956,
+ "name": "Writer",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842503077963714699"
+ ],
+ "editable_until_msecs": "1728125540000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "58749",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 18,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 09:52:20 +0000 2024",
+ "conversation_id_str": "1842503077963714699",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/fECeV1fMI6",
+ "expanded_url": "https://x.com/StasOlenchenko/status/1842503077963714699/photo/1",
+ "id_str": "1842503074159472640",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842503074159472640",
+ "media_url_https": "https://pbs.twimg.com/media/GZHiyLDXMAARzBn.jpg",
+ "type": "photo",
+ "url": "https://t.co/fECeV1fMI6",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 531,
+ "w": 783,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 531,
+ "w": 783,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 461,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 531,
+ "width": 783,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 783,
+ "h": 438
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 531,
+ "h": 531
+ },
+ {
+ "x": 21,
+ "y": 0,
+ "w": 466,
+ "h": 531
+ },
+ {
+ "x": 121,
+ "y": 0,
+ "w": 266,
+ "h": 531
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 783,
+ "h": 531
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842503074159472640"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/fECeV1fMI6",
+ "expanded_url": "https://x.com/StasOlenchenko/status/1842503077963714699/photo/1",
+ "id_str": "1842503074159472640",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "3_1842503074159472640",
+ "media_url_https": "https://pbs.twimg.com/media/GZHiyLDXMAARzBn.jpg",
+ "type": "photo",
+ "url": "https://t.co/fECeV1fMI6",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 531,
+ "w": 783,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 531,
+ "w": 783,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 461,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 531,
+ "width": 783,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 783,
+ "h": 438
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 531,
+ "h": 531
+ },
+ {
+ "x": 21,
+ "y": 0,
+ "w": 466,
+ "h": 531
+ },
+ {
+ "x": 121,
+ "y": 0,
+ "w": 266,
+ "h": 531
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 783,
+ "h": 531
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842503074159472640"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 673,
+ "favorited": false,
+ "full_text": "It doesn’t bring me join to say “We told you so”, but this is exactly that.\n\nStoltenberg admits NATO should have provided more weapons to Ukraine much earlier.\n\nI respect his courage in admitting his mistakes — something US and German leaders seem to be currently incapable of. https://t.co/fECeV1fMI6",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 9,
+ "reply_count": 33,
+ "retweet_count": 188,
+ "retweeted": false,
+ "user_id_str": "452466109",
+ "id_str": "1842503077963714699"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 12:03:57 +0000 2024",
+ "conversation_id_str": "1842536202437538143",
+ "display_text_range": [
+ 0,
+ 176
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 215,
+ "favorited": false,
+ "full_text": "Instead of much more military support much earlier, Ukraine got policy papers by Western thinktankers about how this support is unnecessary, counterproductive and won't matter.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 1,
+ "quoted_status_id_str": "1842503077963714699",
+ "quoted_status_permalink": {
+ "url": "https://t.co/jhkWZkoId6",
+ "expanded": "https://twitter.com/StasOlenchenko/status/1842503077963714699",
+ "display": "x.com/StasOlenchenko…"
+ },
+ "reply_count": 5,
+ "retweet_count": 60,
+ "retweeted": false,
+ "user_id_str": "1412018453884682244",
+ "id_str": "1842536202437538143"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842646397503369673",
+ "sortIndex": "1842759124685684646",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842646397503369673",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842646397503369673"
+ ],
+ "editable_until_msecs": "1728159710536",
+ "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": "Sat Oct 05 19:21:50 +0000 2024",
+ "conversation_id_str": "1842646397503369673",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "14388964",
+ "name": "Tõnu Runnel",
+ "screen_name": "runnel",
+ "indices": [
+ 3,
+ 10
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @runnel: History isn't taught in Russia. So often some Ivan asks smugly, who saved Eastern Europe from Nazism. Here's your free lesson —…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 35,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842646397503369673",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842515441907818579",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDM4ODk2NA==",
+ "rest_id": "14388964",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Apr 14 18:55:12 +0000 2008",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Kirjutan, pildistan, disainin.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "tõ.nu",
+ "expanded_url": "https://xn--t-zga.nu",
+ "url": "https://t.co/BztKaYKFWE",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 52381,
+ "followers_count": 13503,
+ "friends_count": 636,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 92,
+ "location": "Estonia",
+ "media_count": 1396,
+ "name": "Tõnu Runnel",
+ "normal_followers_count": 13503,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14388964/1669057979",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1633099144578383874/uwpq9l0V_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "runnel",
+ "statuses_count": 29421,
+ "translator_type": "none",
+ "url": "https://t.co/BztKaYKFWE",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842515441907818579"
+ ],
+ "editable_until_msecs": "1728128488000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5884",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 10:41:28 +0000 2024",
+ "conversation_id_str": "1842515441907818579",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 250,
+ "favorited": false,
+ "full_text": "History isn't taught in Russia. So often some Ivan asks smugly, who saved Eastern Europe from Nazism. Here's your free lesson — no one did. Russian fascists drove out German fascists and we only got free once Russian fascist regime collapsed under its own weight ~45 yrs later.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 35,
+ "retweeted": false,
+ "user_id_str": "14388964",
+ "id_str": "1842515441907818579"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842646220604318199",
+ "sortIndex": "1842759124685684645",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842646220604318199",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842646220604318199"
+ ],
+ "editable_until_msecs": "1728159668000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "4463",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842055861734080786",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTYzODQyNjk5MTMxNzU2NTQ0",
+ "rest_id": "1563842699131756544",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Aug 28 10:56:05 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Kommunikatsiooniekspert@TUUMConsulting",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "tuumconsult.ee",
+ "expanded_url": "https://www.tuumconsult.ee/",
+ "url": "https://t.co/rrJPkcg8Q6",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 870,
+ "followers_count": 771,
+ "friends_count": 301,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "",
+ "media_count": 96,
+ "name": "Põim Kama",
+ "normal_followers_count": 771,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1764675331087089665/LZSNByLq_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PoimKama",
+ "statuses_count": 353,
+ "translator_type": "none",
+ "url": "https://t.co/rrJPkcg8Q6",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842055861734080786"
+ ],
+ "editable_until_msecs": "1728018915000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "29001",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 04:15:15 +0000 2024",
+ "conversation_id_str": "1842055861734080786",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 177,
+ "favorited": false,
+ "full_text": "Ei leidnud ühtegi allikat, kus Läänemets oleks öelnud talle ERRi ja nüüd ka Postimehe poolt omistatud lauset turumajanduse lõpust. Mh pole seda lauset ERRi artiklis. Kõigil, kes tsitaati levitavad, soovitan mõelda, millise pretsedendi see loob ja kas tahame sellist ajakirjandust.",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 3,
+ "reply_count": 23,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "1563842699131756544",
+ "id_str": "1842055861734080786"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:21:08 +0000 2024",
+ "conversation_id_str": "1842646220604318199",
+ "display_text_range": [
+ 0,
+ 108
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 6,
+ "favorited": false,
+ "full_text": "Jah, see oli masendav lugeda. Ja need väljaanded solvusid \"tintla\" pärast.\n\nJee jee, \"kvaliteetajakirjandus\"",
+ "is_quote_status": true,
+ "lang": "et",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842055861734080786",
+ "quoted_status_permalink": {
+ "url": "https://t.co/ZlsfMcKsRD",
+ "expanded": "https://twitter.com/PoimKama/status/1842055861734080786",
+ "display": "x.com/PoimKama/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842646220604318199"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842645510257012874",
+ "sortIndex": "1842759124685684644",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842645510257012874",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1Nzk3NDc1NjQ=",
+ "rest_id": "579747564",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": 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": "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": 22397,
+ "followers_count": 197838,
+ "friends_count": 1942,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2119,
+ "location": "Estonia",
+ "media_count": 1194,
+ "name": "toomas ilves, ex-verif",
+ "normal_followers_count": 197838,
+ "pinned_tweet_ids_str": [
+ "1827251612743532904"
+ ],
+ "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": 223462,
+ "translator_type": "none",
+ "url": "https://t.co/lnQ9ajxxvK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842645510257012874"
+ ],
+ "editable_until_msecs": "1728159499000",
+ "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": "Sat Oct 05 19:18:19 +0000 2024",
+ "conversation_id_str": "1842645510257012874",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1563842699131756544",
+ "name": "Põim Kama",
+ "screen_name": "PoimKama",
+ "indices": [
+ 3,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @PoimKama: Ei leidnud ühtegi allikat, kus Läänemets oleks öelnud talle ERRi ja nüüd ka Postimehe poolt omistatud lauset turumajanduse lõ…",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "579747564",
+ "id_str": "1842645510257012874",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842055861734080786",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTYzODQyNjk5MTMxNzU2NTQ0",
+ "rest_id": "1563842699131756544",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Aug 28 10:56:05 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Kommunikatsiooniekspert@TUUMConsulting",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "tuumconsult.ee",
+ "expanded_url": "https://www.tuumconsult.ee/",
+ "url": "https://t.co/rrJPkcg8Q6",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 870,
+ "followers_count": 771,
+ "friends_count": 301,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "",
+ "media_count": 96,
+ "name": "Põim Kama",
+ "normal_followers_count": 771,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1764675331087089665/LZSNByLq_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PoimKama",
+ "statuses_count": 353,
+ "translator_type": "none",
+ "url": "https://t.co/rrJPkcg8Q6",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842055861734080786"
+ ],
+ "editable_until_msecs": "1728018915000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "29001",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 04:15:15 +0000 2024",
+ "conversation_id_str": "1842055861734080786",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 177,
+ "favorited": false,
+ "full_text": "Ei leidnud ühtegi allikat, kus Läänemets oleks öelnud talle ERRi ja nüüd ka Postimehe poolt omistatud lauset turumajanduse lõpust. Mh pole seda lauset ERRi artiklis. Kõigil, kes tsitaati levitavad, soovitan mõelda, millise pretsedendi see loob ja kas tahame sellist ajakirjandust.",
+ "is_quote_status": false,
+ "lang": "et",
+ "quote_count": 3,
+ "reply_count": 23,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "1563842699131756544",
+ "id_str": "1842055861734080786"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842644842058269067",
+ "sortIndex": "1842759124685684643",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842644842058269067",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMjYyODQ1NTc1MTQ3NDU4NTYw",
+ "rest_id": "1262845575147458560",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue May 19 20:40:40 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Senior Fellow, Carnegie Endowment. Defense analysis with a focus on the Russian and Ukrainian militaries.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "carnegieendowment.org/experts/2362",
+ "expanded_url": "https://carnegieendowment.org/experts/2362",
+ "url": "https://t.co/FzObMDSRjE",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1130,
+ "followers_count": 452905,
+ "friends_count": 342,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 12209,
+ "location": "Washington, D.C. area",
+ "media_count": 241,
+ "name": "Michael Kofman",
+ "normal_followers_count": 452905,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1262845575147458560/1700056990",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724790094589263872/F9JvyDbg_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KofmanMichael",
+ "statuses_count": 6058,
+ "translator_type": "none",
+ "url": "https://t.co/FzObMDSRjE",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842644842058269067"
+ ],
+ "editable_until_msecs": "1728159339689",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:15:39 +0000 2024",
+ "conversation_id_str": "1842644842058269067",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "4654486281",
+ "name": "Pasi Paroinen",
+ "screen_name": "Inkvisiit",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @Inkvisiit: Toisin kuin Keskisuomalaisen tämän päivän uutisessa todettiin, Venäjä on kiihdyttänyt operaatioitaan Ukrainassa Kurskin offe…",
+ "is_quote_status": true,
+ "lang": "fi",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842511860433641606",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FROsn7anvk",
+ "expanded": "https://twitter.com/J_JHelin/status/1842511860433641606",
+ "display": "x.com/J_JHelin/statu…"
+ },
+ "reply_count": 0,
+ "retweet_count": 13,
+ "retweeted": false,
+ "user_id_str": "1262845575147458560",
+ "id_str": "1842644842058269067",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842606876498047464",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NjU0NDg2Mjgx",
+ "rest_id": "4654486281",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed Dec 30 14:15:39 +0000 2015",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "OSINT Analysis on Russo-Ukrainian war. FDF Reserve Officer with passion for operational art. Following the war in the @Black_BirdGroup",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2684,
+ "followers_count": 17252,
+ "friends_count": 307,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 535,
+ "location": "Kuopio - Finland",
+ "media_count": 214,
+ "name": "Pasi Paroinen",
+ "normal_followers_count": 17252,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/4654486281/1686227238",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804596135635382272/z3pBGrN4_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Inkvisiit",
+ "statuses_count": 2529,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842606876498047464"
+ ],
+ "editable_until_msecs": "1728150287000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "71077",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842511860433641606",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3MDk4ODQ5MjAxODE3NjAwMDA=",
+ "rest_id": "709884920181760000",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Mar 15 23:32:08 +0000 2016",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Journalist, Fact checker @ https://t.co/Az426U2OP7\nUkraine war analysis with @black_birdgroup\nPolitical history @ Helsinki Uni\n📞 +358413106215\n✉️ John.jhelin@gmail.com",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "HS.fi",
+ "expanded_url": "http://HS.fi",
+ "url": "https://t.co/Az426U2OP7",
+ "indices": [
+ 27,
+ 50
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "scribblemaps.com/maps/view/The-…",
+ "expanded_url": "https://www.scribblemaps.com/maps/view/The-War-in-Ukraine/091194",
+ "url": "https://t.co/MCelL4lFqp",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 33836,
+ "followers_count": 31861,
+ "friends_count": 499,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1158,
+ "location": "Helsinki",
+ "media_count": 708,
+ "name": "John Helin",
+ "normal_followers_count": 31861,
+ "pinned_tweet_ids_str": [
+ "1839796159097000372"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/709884920181760000/1683885979",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1791486610229342208/Muf_6GGn_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "J_JHelin",
+ "statuses_count": 15035,
+ "translator_type": "none",
+ "url": "https://t.co/MCelL4lFqp",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1581795127382736896",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 955,
+ "name": "Journalist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/8G0gkfBqjJ",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 144,
+ "width": 144,
+ "url": "https://pbs.twimg.com/card_img/1842511182600548352/QLHiKuKT?format=jpg&name=144x144_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Venäjän joukot ovat viime viikkoina kyenneet jatkuvasti etenemään Donetskin alueella Itä-Ukrainassa, ja viimeksi ne valtasivat Vuhledarin kaupungin ai...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.ksml.fi",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 420,
+ "width": 420,
+ "url": "https://pbs.twimg.com/card_img/1842511182600548352/QLHiKuKT?format=jpg&name=420x420_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842511182600548352/QLHiKuKT?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1842511182600548352/QLHiKuKT?format=jpg&name=100x100_2"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 1200,
+ "url": "https://pbs.twimg.com/card_img/1842511182600548352/QLHiKuKT?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "ksml.fi",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 35,
+ "green": 41,
+ "red": 41
+ },
+ "percentage": 57.65
+ },
+ {
+ "rgb": {
+ "blue": 224,
+ "green": 221,
+ "red": 218
+ },
+ "percentage": 15.22
+ },
+ {
+ "rgb": {
+ "blue": 109,
+ "green": 121,
+ "red": 133
+ },
+ "percentage": 9.31
+ },
+ {
+ "rgb": {
+ "blue": 67,
+ "green": 36,
+ "red": 37
+ },
+ "percentage": 2.86
+ },
+ {
+ "rgb": {
+ "blue": 182,
+ "green": 87,
+ "red": 14
+ },
+ "percentage": 2.15
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Pula miehistä riivaa Ukrainan puolustustaistelua Donetskissa",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/8G0gkfBqjJ",
+ "type": "STRING"
+ }
+ }
+ ],
+ "card_platform": {
+ "platform": {
+ "audience": {
+ "name": "production"
+ },
+ "device": {
+ "name": "Swift",
+ "version": "12"
+ }
+ }
+ },
+ "name": "summary",
+ "url": "https://t.co/8G0gkfBqjJ",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842511860433641606"
+ ],
+ "editable_until_msecs": "1728127634000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": true,
+ "views": {
+ "count": "71410",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 10:27:14 +0000 2024",
+ "conversation_id_str": "1842511860433641606",
+ "display_text_range": [
+ 0,
+ 276
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "ksml.fi/uutissuomalain…",
+ "expanded_url": "https://www.ksml.fi/uutissuomalainen/7951100",
+ "url": "https://t.co/8G0gkfBqjJ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 26,
+ "favorited": false,
+ "full_text": "https://t.co/8G0gkfBqjJ\n\nAiheesta lisää tänään myöhemmin ihan kunnon datan kanssa, mutta Kukkolan väite siitä että Venäjän eteneminen idässä olisi hidastunut Kurskin jälkeen on yksiselitteisesti väärä.\n\nVenäjä eteni elo-syyskuussa nopeammin kuin kertaakaan kesän 2022 jälkeen.",
+ "is_quote_status": false,
+ "lang": "fi",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 4,
+ "retweeted": false,
+ "user_id_str": "709884920181760000",
+ "id_str": "1842511860433641606"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 12,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 16:44:47 +0000 2024",
+ "conversation_id_str": "1842606876498047464",
+ "display_text_range": [
+ 0,
+ 227
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842596998479835136",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842596998479835136",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4NSaXcAAQLor.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 274,
+ "w": 980,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 274,
+ "w": 980,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 190,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 274,
+ "width": 980,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 489,
+ "h": 274
+ },
+ {
+ "x": 83,
+ "y": 0,
+ "w": 274,
+ "h": 274
+ },
+ {
+ "x": 100,
+ "y": 0,
+ "w": 240,
+ "h": 274
+ },
+ {
+ "x": 152,
+ "y": 0,
+ "w": 137,
+ "h": 274
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 980,
+ "h": 274
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596998479835136"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842597127895052288",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842597127895052288",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4U0hW8AA7YFp.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 407,
+ "w": 1001,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 407,
+ "w": 1001,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 276,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 407,
+ "width": 1001,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 727,
+ "h": 407
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 407,
+ "h": 407
+ },
+ {
+ "x": 47,
+ "y": 0,
+ "w": 357,
+ "h": 407
+ },
+ {
+ "x": 123,
+ "y": 0,
+ "w": 204,
+ "h": 407
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1001,
+ "h": 407
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842597127895052288"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842597187051499520",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842597187051499520",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4YQ5WsAALpDA.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 435,
+ "w": 996,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 435,
+ "w": 996,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 297,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 435,
+ "width": 996,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 777,
+ "h": 435
+ },
+ {
+ "x": 155,
+ "y": 0,
+ "w": 435,
+ "h": 435
+ },
+ {
+ "x": 181,
+ "y": 0,
+ "w": 382,
+ "h": 435
+ },
+ {
+ "x": 263,
+ "y": 0,
+ "w": 218,
+ "h": 435
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 996,
+ "h": 435
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842597187051499520"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842596998479835136",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842596998479835136",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4NSaXcAAQLor.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 274,
+ "w": 980,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 274,
+ "w": 980,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 190,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 274,
+ "width": 980,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 489,
+ "h": 274
+ },
+ {
+ "x": 83,
+ "y": 0,
+ "w": 274,
+ "h": 274
+ },
+ {
+ "x": 100,
+ "y": 0,
+ "w": 240,
+ "h": 274
+ },
+ {
+ "x": 152,
+ "y": 0,
+ "w": 137,
+ "h": 274
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 980,
+ "h": 274
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842596998479835136"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842597127895052288",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842597127895052288",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4U0hW8AA7YFp.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 407,
+ "w": 1001,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 407,
+ "w": 1001,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 276,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 407,
+ "width": 1001,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 727,
+ "h": 407
+ },
+ {
+ "x": 22,
+ "y": 0,
+ "w": 407,
+ "h": 407
+ },
+ {
+ "x": 47,
+ "y": 0,
+ "w": 357,
+ "h": 407
+ },
+ {
+ "x": 123,
+ "y": 0,
+ "w": 204,
+ "h": 407
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1001,
+ "h": 407
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842597127895052288"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/rZ21bQF2RG",
+ "expanded_url": "https://x.com/Inkvisiit/status/1842606876498047464/photo/1",
+ "id_str": "1842597187051499520",
+ "indices": [
+ 228,
+ 251
+ ],
+ "media_key": "3_1842597187051499520",
+ "media_url_https": "https://pbs.twimg.com/media/GZI4YQ5WsAALpDA.png",
+ "type": "photo",
+ "url": "https://t.co/rZ21bQF2RG",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 435,
+ "w": 996,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 435,
+ "w": 996,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 297,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 435,
+ "width": 996,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 777,
+ "h": 435
+ },
+ {
+ "x": 155,
+ "y": 0,
+ "w": 435,
+ "h": 435
+ },
+ {
+ "x": 181,
+ "y": 0,
+ "w": 382,
+ "h": 435
+ },
+ {
+ "x": 263,
+ "y": 0,
+ "w": 218,
+ "h": 435
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 996,
+ "h": 435
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842597187051499520"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 78,
+ "favorited": false,
+ "full_text": "Toisin kuin Keskisuomalaisen tämän päivän uutisessa todettiin, Venäjä on kiihdyttänyt operaatioitaan Ukrainassa Kurskin offensiivin jälkeen vallaten Ukrainalta maa-alueita nopeammin kuin kertaakaan vuoden 2022 kesän jälkeen. 1/ https://t.co/rZ21bQF2RG",
+ "is_quote_status": true,
+ "lang": "fi",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "quoted_status_id_str": "1842511860433641606",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FROsn7anvk",
+ "expanded": "https://twitter.com/J_JHelin/status/1842511860433641606",
+ "display": "x.com/J_JHelin/statu…"
+ },
+ "reply_count": 1,
+ "retweet_count": 13,
+ "retweeted": false,
+ "user_id_str": "4654486281",
+ "id_str": "1842606876498047464"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842642062367207483",
+ "sortIndex": "1842759124685684642",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842642062367207483",
+ "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": {
+ "following": false,
+ "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": 4938,
+ "followers_count": 398556,
+ "friends_count": 1636,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6665,
+ "location": "#Kyiv, #Ukraine",
+ "media_count": 34510,
+ "name": "KyivPost",
+ "normal_followers_count": 398556,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/14106476/1716706837",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1592474120477982720/cLYnDbg1_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "KyivPost",
+ "statuses_count": 80003,
+ "translator_type": "none",
+ "url": "https://t.co/lHlutZvoAu",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/IRvhdgXqFO",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 250,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 240,
+ "width": 182,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=240x240"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "Having traveled to over 150 countries, why did the “world’s most traveled man” choose to make Ukraine home? And what travel tips can he impart with his fellow travelers?",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "www.kyivpost.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 400,
+ "width": 303,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?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/1842438344388796419/JR6CE4dE?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?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/1842438344388796419/JR6CE4dE?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image_large",
+ "value": {
+ "image_value": {
+ "height": 250,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 100,
+ "width": 76,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?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": 250,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 135,
+ "red": 51
+ },
+ "percentage": 44.14
+ },
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 47,
+ "red": 38
+ },
+ "percentage": 27.0
+ },
+ {
+ "rgb": {
+ "blue": 169,
+ "green": 175,
+ "red": 151
+ },
+ "percentage": 13.0
+ },
+ {
+ "rgb": {
+ "blue": 138,
+ "green": 134,
+ "red": 149
+ },
+ "percentage": 4.19
+ },
+ {
+ "rgb": {
+ "blue": 181,
+ "green": 119,
+ "red": 14
+ },
+ "percentage": 2.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "The Adventures of the Most Traveled Man in the World",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 135,
+ "red": 51
+ },
+ "percentage": 44.14
+ },
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 47,
+ "red": 38
+ },
+ "percentage": 27.0
+ },
+ {
+ "rgb": {
+ "blue": 169,
+ "green": 175,
+ "red": 151
+ },
+ "percentage": 13.0
+ },
+ {
+ "rgb": {
+ "blue": 138,
+ "green": 134,
+ "red": 149
+ },
+ "percentage": 4.19
+ },
+ {
+ "rgb": {
+ "blue": 181,
+ "green": 119,
+ "red": 14
+ },
+ "percentage": 2.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "summary_photo_image",
+ "value": {
+ "image_value": {
+ "height": 250,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 184,
+ "green": 135,
+ "red": 51
+ },
+ "percentage": 44.14
+ },
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 47,
+ "red": 38
+ },
+ "percentage": 27.0
+ },
+ {
+ "rgb": {
+ "blue": 169,
+ "green": 175,
+ "red": 151
+ },
+ "percentage": 13.0
+ },
+ {
+ "rgb": {
+ "blue": 138,
+ "green": 134,
+ "red": 149
+ },
+ "percentage": 4.19
+ },
+ {
+ "rgb": {
+ "blue": 181,
+ "green": 119,
+ "red": 14
+ },
+ "percentage": 2.63
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/IRvhdgXqFO",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 630,
+ "width": 477,
+ "url": "https://pbs.twimg.com/card_img/1842438344388796419/JR6CE4dE?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/IRvhdgXqFO",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842642062367207483"
+ ],
+ "editable_until_msecs": "1728158676000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "7233",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 19:04:36 +0000 2024",
+ "conversation_id_str": "1842642062367207483",
+ "display_text_range": [
+ 0,
+ 204
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "kyivpost.com/post/39948",
+ "expanded_url": "https://www.kyivpost.com/post/39948",
+ "url": "https://t.co/IRvhdgXqFO",
+ "indices": [
+ 181,
+ 204
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 22,
+ "favorited": false,
+ "full_text": "Amidst a life of luxury travel to the extent that the Guiness Book of World Records awarded him the title of \"Wotld's Most Traveled Man\", Fred Finn decided to call Ukraine home.\n\n https://t.co/IRvhdgXqFO",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 4,
+ "retweeted": false,
+ "user_id_str": "14106476",
+ "id_str": "1842642062367207483"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842640554510725410",
+ "sortIndex": "1842759124685684641",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842640554510725410",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3MTA0ODcyNg==",
+ "rest_id": "71048726",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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": 38862,
+ "followers_count": 404968,
+ "friends_count": 3389,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6807,
+ "location": "Washington, DC",
+ "media_count": 2744,
+ "name": "Julia Ioffe",
+ "normal_followers_count": 404968,
+ "pinned_tweet_ids_str": [
+ "1841537615511642410"
+ ],
+ "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": 54733,
+ "translator_type": "none",
+ "url": "https://t.co/gHu7d24p51",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842640554510725410"
+ ],
+ "editable_until_msecs": "1728158317000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "70680",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842236662945890538",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxOTc5MzEzNA==",
+ "rest_id": "19793134",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Jan 30 22:39:35 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Covering politics and policy from the Midwest. Newsroom for @WCPT820.\n\nGot a tip? Email us: tips@wcpt820.com.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "heartlandsignal.com",
+ "expanded_url": "https://heartlandsignal.com/",
+ "url": "https://t.co/qjkRHnl6Mc",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7390,
+ "followers_count": 82960,
+ "friends_count": 1532,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 736,
+ "location": "Chicago, IL",
+ "media_count": 2114,
+ "name": "Heartland Signal",
+ "normal_followers_count": 82960,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/19793134/1637726954",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1823814723197939713/RpHzuHc__normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "HeartlandSignal",
+ "statuses_count": 12639,
+ "translator_type": "none",
+ "url": "https://t.co/qjkRHnl6Mc",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1461354560992145417",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 580,
+ "name": "Media & News Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "patreon_handle": "heartlandsignal"
+ }
+ }
+ }
+ },
+ "card": {
+ "rest_id": "https://t.co/yJfPzxpELG",
+ "legacy": {
+ "binding_values": [
+ {
+ "key": "photo_image_full_size_large",
+ "value": {
+ "image_value": {
+ "height": 419,
+ "width": 800,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image",
+ "value": {
+ "image_value": {
+ "height": 150,
+ "width": 225,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=jpg&name=280x150"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "description",
+ "value": {
+ "string_value": "As the control of the Senate hangs in the balance, GOP candidates across the country are facing a similar problem: Troubling and bizarre past statements, both in-person and on social media, are...",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "domain",
+ "value": {
+ "string_value": "heartlandsignal.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "thumbnail_image_large",
+ "value": {
+ "image_value": {
+ "height": 320,
+ "width": 480,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?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/1842236665424723972/g0DjZtWO?format=jpg&name=386x202"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_original",
+ "value": {
+ "image_value": {
+ "height": 1707,
+ "width": 2560,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?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/1842236665424723972/g0DjZtWO?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/1842236665424723972/g0DjZtWO?format=jpg&name=800x419"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_small",
+ "value": {
+ "image_value": {
+ "height": 67,
+ "width": 100,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=jpg&name=100x100"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1366,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_original",
+ "value": {
+ "image_value": {
+ "height": 1707,
+ "width": 2560,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=jpg&name=orig"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "vanity_url",
+ "value": {
+ "scribe_key": "vanity_url",
+ "string_value": "heartlandsignal.com",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "photo_image_full_size",
+ "value": {
+ "image_value": {
+ "height": 314,
+ "width": 600,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "thumbnail_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 83,
+ "red": 103
+ },
+ "percentage": 43.35
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 156,
+ "red": 151
+ },
+ "percentage": 28.99
+ },
+ {
+ "rgb": {
+ "blue": 110,
+ "green": 135,
+ "red": 161
+ },
+ "percentage": 7.74
+ },
+ {
+ "rgb": {
+ "blue": 26,
+ "green": 30,
+ "red": 34
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 38,
+ "red": 178
+ },
+ "percentage": 2.22
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "title",
+ "value": {
+ "string_value": "Minnesota GOP Senate candidate: ‘The bad guys won in WWII’",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 83,
+ "red": 103
+ },
+ "percentage": 43.35
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 156,
+ "red": 151
+ },
+ "percentage": 28.99
+ },
+ {
+ "rgb": {
+ "blue": 110,
+ "green": 135,
+ "red": 161
+ },
+ "percentage": 7.74
+ },
+ {
+ "rgb": {
+ "blue": 26,
+ "green": 30,
+ "red": 34
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 38,
+ "red": 178
+ },
+ "percentage": 2.22
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "summary_photo_image_x_large",
+ "value": {
+ "image_value": {
+ "height": 1366,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?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/1842236665424723972/g0DjZtWO?format=jpg&name=600x314"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "photo_image_full_size_color",
+ "value": {
+ "image_color_value": {
+ "palette": [
+ {
+ "rgb": {
+ "blue": 73,
+ "green": 83,
+ "red": 103
+ },
+ "percentage": 43.35
+ },
+ {
+ "rgb": {
+ "blue": 170,
+ "green": 156,
+ "red": 151
+ },
+ "percentage": 28.99
+ },
+ {
+ "rgb": {
+ "blue": 110,
+ "green": 135,
+ "red": 161
+ },
+ "percentage": 7.74
+ },
+ {
+ "rgb": {
+ "blue": 26,
+ "green": 30,
+ "red": 34
+ },
+ "percentage": 4.18
+ },
+ {
+ "rgb": {
+ "blue": 27,
+ "green": 38,
+ "red": 178
+ },
+ "percentage": 2.22
+ }
+ ]
+ },
+ "type": "IMAGE_COLOR"
+ }
+ },
+ {
+ "key": "photo_image_full_size_x_large",
+ "value": {
+ "image_value": {
+ "height": 1366,
+ "width": 2048,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?format=png&name=2048x2048_2_exp"
+ },
+ "type": "IMAGE"
+ }
+ },
+ {
+ "key": "card_url",
+ "value": {
+ "scribe_key": "card_url",
+ "string_value": "https://t.co/yJfPzxpELG",
+ "type": "STRING"
+ }
+ },
+ {
+ "key": "summary_photo_image_original",
+ "value": {
+ "image_value": {
+ "height": 1707,
+ "width": 2560,
+ "url": "https://pbs.twimg.com/card_img/1842236665424723972/g0DjZtWO?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/yJfPzxpELG",
+ "user_refs_results": []
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842236662945890538"
+ ],
+ "editable_until_msecs": "1728062022000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "3251780",
+ "state": "EnabledWithCount"
+ },
+ "source": "Sprout Social",
+ "legacy": {
+ "bookmark_count": 609,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 16:13:42 +0000 2024",
+ "conversation_id_str": "1842236662945890538",
+ "display_text_range": [
+ 0,
+ 82
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "heartlandsignal.com/2024/10/04/min…",
+ "expanded_url": "https://heartlandsignal.com/2024/10/04/minnesota-gop-senate-candidate-the-bad-guys-won-in-wwii/",
+ "url": "https://t.co/yJfPzxpELG",
+ "indices": [
+ 59,
+ 82
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 3850,
+ "favorited": false,
+ "full_text": "Minnesota GOP Senate candidate: ‘The bad guys won in WWII’\nhttps://t.co/yJfPzxpELG",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 876,
+ "reply_count": 478,
+ "retweet_count": 1145,
+ "retweeted": false,
+ "user_id_str": "19793134",
+ "id_str": "1842236662945890538"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 16,
+ "bookmarked": false,
+ "created_at": "Sat Oct 05 18:58:37 +0000 2024",
+ "conversation_id_str": "1842640554510725410",
+ "display_text_range": [
+ 0,
+ 102
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1304,
+ "favorited": false,
+ "full_text": "It's incredible to me that, in right-wing circles, the \"good guys\" are the Confederates and the Nazis.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 14,
+ "quoted_status_id_str": "1842236662945890538",
+ "quoted_status_permalink": {
+ "url": "https://t.co/r5vB0XCevh",
+ "expanded": "https://twitter.com/HeartlandSignal/status/1842236662945890538",
+ "display": "x.com/HeartlandSigna…"
+ },
+ "reply_count": 67,
+ "retweet_count": 385,
+ "retweeted": false,
+ "user_id_str": "71048726",
+ "id_str": "1842640554510725410"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "suggest_organic_list_tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "OrganicListTweet"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842639849435652148",
+ "sortIndex": "1842759124685684640",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842639849435652148",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0NzQ1NTExMg==",
+ "rest_id": "47455112",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "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": 1935,
+ "followers_count": 179499,
+ "friends_count": 10752,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4595,
+ "location": "Washington, D.C.",
+ "media_count": 7329,
+ "name": "Laura Rozen",
+ "normal_followers_count": 179499,
+ "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": 570759,
+ "translator_type": "none",
+ "url": "https://t.co/VBjgdai1Rl",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1473057187006234626",
+ "rest_id": "1587536294372155392",
"professional_type": "Creator",
"category": [
{
@@ -50099,311 +56709,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806961123335295193"
+ "1842639849435652148"
],
- "editable_until_msecs": "1719651678000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "69973",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 15,
- "bookmarked": false,
- "created_at": "Sat Jun 29 08:01:18 +0000 2024",
- "conversation_id_str": "1806961123335295193",
- "display_text_range": [
- 0,
- 34
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/wcokzjt64c",
- "expanded_url": "https://twitter.com/IAPonomarenko/status/1806961123335295193/video/1",
- "id_str": "1806961064543698944",
- "indices": [
- 35,
- 58
- ],
- "media_key": "13_1806961064543698944",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1806961064543698944/img/7ygWE9pLrYGfvYrJ.jpg",
- "type": "video",
- "url": "https://t.co/wCokZJt64c",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 69320,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/pl/DUAugm5xmSgcEcIh.m3u8?tag=16"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/480x270/RDpdMhNAyzOb0MaH.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/640x360/gFaQBcsNOtSKpIP8.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/1280x720/dKaH6h1JSMROmcOi.mp4?tag=16"
- },
- {
- "bitrate": 10368000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/1920x1080/mIXgR31lNm7GBs8P.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1806961064543698944"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/wCokZJt64c",
- "expanded_url": "https://twitter.com/IAPonomarenko/status/1806961123335295193/video/1",
- "id_str": "1806961064543698944",
- "indices": [
- 35,
- 58
- ],
- "media_key": "13_1806961064543698944",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1806961064543698944/img/7ygWE9pLrYGfvYrJ.jpg",
- "type": "video",
- "url": "https://t.co/wCokZJt64c",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 69320,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/pl/DUAugm5xmSgcEcIh.m3u8?tag=16"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/480x270/RDpdMhNAyzOb0MaH.mp4?tag=16"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/640x360/gFaQBcsNOtSKpIP8.mp4?tag=16"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/1280x720/dKaH6h1JSMROmcOi.mp4?tag=16"
- },
- {
- "bitrate": 10368000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1806961064543698944/vid/avc1/1920x1080/mIXgR31lNm7GBs8P.mp4?tag=16"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1806961064543698944"
- }
- }
- }
- ]
- },
- "favorite_count": 1578,
- "favorited": false,
- "full_text": "Coming home from Russian captivity https://t.co/wCokZJt64c",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 4,
- "reply_count": 26,
- "retweet_count": 134,
- "retweeted": false,
- "user_id_str": "262219168",
- "id_str": "1806961123335295193"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806959318563991831",
- "sortIndex": "1807077696136544171",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806959318563991831",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1ODM4NTE0NTY=",
- "rest_id": "583851456",
- "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 18 12:38:56 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Former Director, @theeln and Former Deputy Director, @ippr Tweeting in a personal capacity.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4245,
- "followers_count": 6282,
- "friends_count": 402,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 157,
- "location": "UK",
- "media_count": 39,
- "name": "Ian Kearns",
- "normal_followers_count": 6282,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/583851456/1649778513",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1454115186072244231/GV_f8i2I_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IanKearns_",
- "statuses_count": 1177,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806959318563991831"
- ],
- "editable_until_msecs": "1719651247883",
+ "editable_until_msecs": "1728158149355",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -50415,8 +56723,8 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 07:54:07 +0000 2024",
- "conversation_id_str": "1806959318563991831",
+ "created_at": "Sat Oct 05 18:55:49 +0000 2024",
+ "conversation_id_str": "1842639849435652148",
"display_text_range": [
0,
140
@@ -50428,57 +56736,49 @@
"urls": [],
"user_mentions": [
{
- "id_str": "1080199496951304192",
- "name": "Mujtaba Rahman",
- "screen_name": "Mij_Europe",
+ "id_str": "1171109054",
+ "name": "Ryan Goodman",
+ "screen_name": "rgoodlaw",
"indices": [
3,
- 14
- ]
- },
- {
- "id_str": "1976143068",
- "name": "Emmanuel Macron",
- "screen_name": "EmmanuelMacron",
- "indices": [
- 108,
- 123
+ 12
]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "RT @Mij_Europe: ‼️🇫🇷 Final polls before tomorrow’s French parliamentary elections make alarming reading for @EmmanuelMacron, Ukraine and th…",
+ "full_text": "RT @rgoodlaw: You're welcome!\n\nWe've created an annotated version of Special Counsel Jack Smith's 165-page presidential immunity brief.\n\nLi…",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 120,
+ "retweet_count": 1499,
"retweeted": false,
- "user_id_str": "583851456",
- "id_str": "1806959318563991831",
+ "user_id_str": "47455112",
+ "id_str": "1842639849435652148",
"retweeted_status_result": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806951669399261214",
+ "rest_id": "1842556469671084348",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDgwMTk5NDk2OTUxMzA0MTky",
- "rest_id": "1080199496951304192",
+ "id": "VXNlcjoxMTcxMTA5MDU0",
+ "rest_id": "1171109054",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Tue Jan 01 20:30:04 +0000 2019",
+ "created_at": "Tue Feb 12 06:31:09 +0000 2013",
"default_profile": true,
"default_profile_image": false,
- "description": "Managing Director Europe @EurasiaGroup. Prev @hmtreasury @EU_Commission. Senior Research Fellow @LSEEI. @ECFR Council Member. My views. Seeking analytical truth",
+ "description": "Former Special Counsel @DeptofDefense. Co-editor-in-chief @just_security. Chaired Professor NYU Law. Former Chaired Professor Harvard Law. Co-director @RCLS_NYU",
"entities": {
"description": {
"urls": []
@@ -50486,9 +56786,9 @@
"url": {
"urls": [
{
- "display_url": "eurasiagroup.net/people/mrahman",
- "expanded_url": "https://www.eurasiagroup.net/people/mrahman",
- "url": "https://t.co/Mfs6un6ESe",
+ "display_url": "justsecurity.org/author/goodman…",
+ "expanded_url": "https://www.justsecurity.org/author/goodmanryan/",
+ "url": "https://t.co/6etNFc7TYA",
"indices": [
0,
23
@@ -50498,27 +56798,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 21071,
- "followers_count": 60683,
- "friends_count": 915,
+ "favourites_count": 11543,
+ "followers_count": 204967,
+ "friends_count": 2369,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1176,
- "location": "London, Bxl, Paris, EU",
- "media_count": 709,
- "name": "Mujtaba Rahman",
- "normal_followers_count": 60683,
- "pinned_tweet_ids_str": [
- "1800948249593016332"
- ],
+ "listed_count": 2748,
+ "location": "New York, NY",
+ "media_count": 2619,
+ "name": "Ryan Goodman",
+ "normal_followers_count": 204967,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1080199496951304192/1719612013",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804239825593143296/qu_Y376B_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1171109054/1659189362",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1553378670978400256/U6IxxRx5_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Mij_Europe",
- "statuses_count": 21515,
+ "screen_name": "rgoodlaw",
+ "statuses_count": 17122,
"translator_type": "none",
- "url": "https://t.co/Mfs6un6ESe",
+ "url": "https://t.co/6etNFc7TYA",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -50530,517 +56828,291 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806951669399261214"
+ "1842556469671084348"
],
- "editable_until_msecs": "1719649424000",
+ "editable_until_msecs": "1728138270000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "114872",
+ "count": "221079",
"state": "EnabledWithCount"
},
- "source": "Twitter for iPhone",
+ "source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": false,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI1NTY0Njk1NDEwNDgzMjA=",
+ "text": "You're welcome!\n\nWe've created an annotated version of Special Counsel Jack Smith's 165-page presidential immunity brief.\n\nLink here: https://t.co/NTgaJGHsBe\n\nSample below ⤵️",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [
+ {
+ "display_url": "justsecurity.org/wp-content/upl…",
+ "expanded_url": "https://www.justsecurity.org/wp-content/uploads/2024/10/annotated-doj-presidential-immunity-brief-oct-24-just-security.pdf",
+ "url": "https://t.co/NTgaJGHsBe",
+ "indices": [
+ 134,
+ 157
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 34,
+ "to_index": 43,
+ "richtext_types": [
+ "Italic"
+ ]
+ }
+ ]
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
"legacy": {
- "bookmark_count": 81,
+ "bookmark_count": 765,
"bookmarked": false,
- "created_at": "Sat Jun 29 07:23:44 +0000 2024",
- "conversation_id_str": "1806951669399261214",
+ "created_at": "Sat Oct 05 13:24:30 +0000 2024",
+ "conversation_id_str": "1842556469671084348",
"display_text_range": [
0,
- 276
+ 174
],
"entities": {
"hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/cjsqvgEFcH",
+ "expanded_url": "https://x.com/rgoodlaw/status/1842556469671084348/photo/1",
+ "id_str": "1842556462817509376",
+ "indices": [
+ 175,
+ 198
+ ],
+ "media_key": "3_1842556462817509376",
+ "media_url_https": "https://pbs.twimg.com/media/GZITVzTWgAADVOI.jpg",
+ "type": "photo",
+ "url": "https://t.co/cjsqvgEFcH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 706,
+ "w": 1042,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 706,
+ "w": 1042,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 461,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 706,
+ "width": 1042,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 122,
+ "w": 1042,
+ "h": 584
+ },
+ {
+ "x": 336,
+ "y": 0,
+ "w": 706,
+ "h": 706
+ },
+ {
+ "x": 423,
+ "y": 0,
+ "w": 619,
+ "h": 706
+ },
+ {
+ "x": 682,
+ "y": 0,
+ "w": 353,
+ "h": 706
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1042,
+ "h": 706
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842556462817509376"
+ }
+ }
+ }
+ ],
"symbols": [],
"timestamps": [],
- "urls": [],
- "user_mentions": [
+ "urls": [
{
- "id_str": "1976143068",
- "name": "Emmanuel Macron",
- "screen_name": "EmmanuelMacron",
+ "display_url": "justsecurity.org/wp-content/upl…",
+ "expanded_url": "https://www.justsecurity.org/wp-content/uploads/2024/10/annotated-doj-presidential-immunity-brief-oct-24-just-security.pdf",
+ "url": "https://t.co/rI8xh3sh54",
"indices": [
- 92,
- 107
+ 134,
+ 157
]
}
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/cjsqvgEFcH",
+ "expanded_url": "https://x.com/rgoodlaw/status/1842556469671084348/photo/1",
+ "id_str": "1842556462817509376",
+ "indices": [
+ 175,
+ 198
+ ],
+ "media_key": "3_1842556462817509376",
+ "media_url_https": "https://pbs.twimg.com/media/GZITVzTWgAADVOI.jpg",
+ "type": "photo",
+ "url": "https://t.co/cjsqvgEFcH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 706,
+ "w": 1042,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 706,
+ "w": 1042,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 461,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 706,
+ "width": 1042,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 122,
+ "w": 1042,
+ "h": 584
+ },
+ {
+ "x": 336,
+ "y": 0,
+ "w": 706,
+ "h": 706
+ },
+ {
+ "x": 423,
+ "y": 0,
+ "w": 619,
+ "h": 706
+ },
+ {
+ "x": 682,
+ "y": 0,
+ "w": 353,
+ "h": 706
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1042,
+ "h": 706
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842556462817509376"
+ }
+ }
+ }
]
},
- "favorite_count": 324,
+ "favorite_count": 3289,
"favorited": false,
- "full_text": "‼️🇫🇷 Final polls before tomorrow’s French parliamentary elections make alarming reading for @EmmanuelMacron, Ukraine and the EU. Some polls now foresee a possible majority of seats for the far right in Round 2 next week; the average of polls still sees a blocked parliament 1/",
+ "full_text": "You're welcome!\n\nWe've created an annotated version of Special Counsel Jack Smith's 165-page presidential immunity brief.\n\nLink here: https://t.co/rI8xh3sh54\n\nSample below ⤵️ https://t.co/cjsqvgEFcH",
"is_quote_status": false,
"lang": "en",
- "quote_count": 22,
- "reply_count": 10,
- "retweet_count": 120,
- "retweeted": false,
- "user_id_str": "1080199496951304192",
- "id_str": "1806951669399261214"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1806953541723902411",
- "sortIndex": "1807077696136544170",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806953541723902411",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
+ "possibly_sensitive_editable": true,
+ "quote_count": 71,
+ "reply_count": 136,
+ "retweet_count": 1499,
+ "retweeted": false,
+ "user_id_str": "1171109054",
+ "id_str": "1842556469671084348"
+ }
}
}
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806953541723902411"
- ],
- "editable_until_msecs": "1719649870000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "43267",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806679801320612220",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3MjA1OTQ1NzU5OTIxODg5Mjg=",
- "rest_id": "720594575992188928",
- "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 14 12:48:29 +0000 2016",
- "default_profile": true,
- "default_profile_image": false,
- "description": "President @IRIglobal, supporting political freedom & democratic dignity in 100+ countries. Personally sanctioned by the Chinese Communist Party.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 18935,
- "followers_count": 10906,
- "friends_count": 962,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 147,
- "location": "",
- "media_count": 1316,
- "name": "Daniel Twining 🇺🇦",
- "normal_followers_count": 10906,
- "pinned_tweet_ids_str": [
- "1052213100009656321"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/720594575992188928/1706112466",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1618336148715085828/Pq7iBMu2_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "DCTwining",
- "statuses_count": 14828,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806679801320612220"
- ],
- "editable_until_msecs": "1719584605000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "177903",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 102,
- "bookmarked": false,
- "created_at": "Fri Jun 28 13:23:25 +0000 2024",
- "conversation_id_str": "1806679801320612220",
- "display_text_range": [
- 0,
- 118
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/oood0l4mtn",
- "expanded_url": "https://twitter.com/DCTwining/status/1806679801320612220/photo/1",
- "id_str": "1806679797965144064",
- "indices": [
- 119,
- 142
- ],
- "media_key": "3_1806679797965144064",
- "media_url_https": "https://pbs.twimg.com/media/GRKdtDyWQAAUyUB.jpg",
- "type": "photo",
- "url": "https://t.co/oOoD0l4Mtn",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 923,
- "w": 828,
- "resize": "fit"
- },
- "medium": {
- "h": 923,
- "w": 828,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 610,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 923,
- "width": 828,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 464
- },
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 828
- },
- {
- "x": 18,
- "y": 0,
- "w": 810,
- "h": 923
- },
- {
- "x": 345,
- "y": 0,
- "w": 462,
- "h": 923
- },
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 923
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806679797965144064"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1017379941095223296",
- "name": "Ronald Reagan Institute (RRI)",
- "screen_name": "ReaganInstitute",
- "indices": [
- 86,
- 102
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/oOoD0l4Mtn",
- "expanded_url": "https://twitter.com/DCTwining/status/1806679801320612220/photo/1",
- "id_str": "1806679797965144064",
- "indices": [
- 119,
- 142
- ],
- "media_key": "3_1806679797965144064",
- "media_url_https": "https://pbs.twimg.com/media/GRKdtDyWQAAUyUB.jpg",
- "type": "photo",
- "url": "https://t.co/oOoD0l4Mtn",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 923,
- "w": 828,
- "resize": "fit"
- },
- "medium": {
- "h": 923,
- "w": 828,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 610,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 923,
- "width": 828,
- "focus_rects": [
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 464
- },
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 828
- },
- {
- "x": 18,
- "y": 0,
- "w": 810,
- "h": 923
- },
- {
- "x": 345,
- "y": 0,
- "w": 462,
- "h": 923
- },
- {
- "x": 0,
- "y": 0,
- "w": 828,
- "h": 923
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1806679797965144064"
- }
- }
- }
- ]
- },
- "favorite_count": 4153,
- "favorited": false,
- "full_text": "75% of Americans think a Ukrainian victory is important to the United States. \n\nNew @ReaganInstitute Summer Survey: https://t.co/oOoD0l4Mtn",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 49,
- "reply_count": 286,
- "retweet_count": 1058,
- "retweeted": false,
- "user_id_str": "720594575992188928",
- "id_str": "1806679801320612220"
- }
- }
- },
- "legacy": {
- "bookmark_count": 19,
- "bookmarked": false,
- "created_at": "Sat Jun 29 07:31:10 +0000 2024",
- "conversation_id_str": "1806953541723902411",
- "display_text_range": [
- 0,
- 178
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 111,
- 128
- ],
- "text": "StandWithUkraine"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 1457,
- "favorited": false,
- "full_text": "No matter how hard Elon, Tucker & Co work on creating a reality where Ukraine isn’t supported anymore, 75% #StandWithUkraine. \n\nThank you, decent people of the United States!",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 9,
- "quoted_status_id_str": "1806679801320612220",
- "quoted_status_permalink": {
- "url": "https://t.co/FvHEsI7Fa5",
- "expanded": "https://twitter.com/DCTwining/status/1806679801320612220",
- "display": "x.com/DCTwining/stat…"
- },
- "reply_count": 70,
- "retweet_count": 372,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806953541723902411"
}
}
},
@@ -51058,8 +57130,8 @@
}
},
{
- "entryId": "tweet-1806950472432923051",
- "sortIndex": "1807077696136544169",
+ "entryId": "tweet-1842639706581860514",
+ "sortIndex": "1842759124685684639",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -51069,7 +57141,7 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1806950472432923051",
+ "rest_id": "1842639706581860514",
"core": {
"user_results": {
"result": {
@@ -51081,31 +57153,23 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"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",
+ "description": "Independent English-language journalism in Ukraine. \n\nBecome a member: https://t.co/Z5lqDZZftn",
"entities": {
"description": {
"urls": [
{
"display_url": "kyivindependent.com/membership/",
- "expanded_url": "http://kyivindependent.com/membership/",
- "url": "https://t.co/jsQiFkoveH",
+ "expanded_url": "https://kyivindependent.com/membership/",
+ "url": "https://t.co/Z5lqDZZftn",
"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
+ 71,
+ 94
]
}
]
@@ -51125,25 +57189,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 2061770,
- "friends_count": 37,
+ "favourites_count": 326,
+ "followers_count": 2039225,
+ "friends_count": 53,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 19931,
+ "listed_count": 19759,
"location": "Kyiv",
- "media_count": 4423,
+ "media_count": 4637,
"name": "The Kyiv Independent",
- "normal_followers_count": 2061770,
+ "normal_followers_count": 2039225,
"pinned_tweet_ids_str": [
- "1799095538886840698"
+ "1840001359656943631"
],
"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": 45051,
+ "statuses_count": 49209,
"translator_type": "none",
"url": "https://t.co/WZvsaFpT20",
"verified": false,
@@ -51162,245 +57226,76 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1806950472432923051"
+ "1842639706581860514"
],
- "editable_until_msecs": "1719649138000",
+ "editable_until_msecs": "1728158115000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
"is_translatable": false,
"views": {
- "count": "67314",
+ "count": "72393",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI2Mzk3MDY0MzkyMTcxNTI=",
+ "text": "⚡️US Republican delegation visits Hungary, questions Orban's relations with Russia and China.\n\nAfter visiting Hungary from Oct. 3-5, five U.S. Republican senators voiced concerns about Hungary's growing ties with Russia and increasing cooperation with China.\n\nThe statement, issued by U.S. Ambassador to Hungary David Pressman, also noted the delegation’s worries about the erosion of Hungary’s democratic institutions.\n\nhttps://t.co/W2g8HN0Mk6",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [
+ {
+ "display_url": "kyivindependent.com/us-republican-…",
+ "expanded_url": "https://kyivindependent.com/us-republican-delegation-visits-hungary-questions-orbans-relations-with-russia-and-china/",
+ "url": "https://t.co/W2g8HN0Mk6",
+ "indices": [
+ 421,
+ 444
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": []
+ },
+ "media": {
+ "inline_media": []
+ }
+ }
+ }
+ },
"legacy": {
"bookmark_count": 15,
"bookmarked": false,
- "created_at": "Sat Jun 29 07:18:58 +0000 2024",
- "conversation_id_str": "1806950472432923051",
+ "created_at": "Sat Oct 05 18:55:15 +0000 2024",
+ "conversation_id_str": "1842639706581860514",
"display_text_range": [
0,
- 117
+ 274
],
"entities": {
"hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/dxwgnkzm8c",
- "expanded_url": "https://twitter.com/KyivIndependent/status/1806950472432923051/photo/1",
- "id_str": "1806950462416932864",
- "indices": [
- 118,
- 141
- ],
- "media_key": "3_1806950462416932864",
- "media_url_https": "https://pbs.twimg.com/media/GROT3zcW0AALNME.png",
- "type": "photo",
- "url": "https://t.co/DxwGNKZm8c",
- "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": 157,
- "w": 1080,
- "h": 605
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806950462416932864"
- }
- }
- }
- ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": []
},
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/DxwGNKZm8c",
- "expanded_url": "https://twitter.com/KyivIndependent/status/1806950472432923051/photo/1",
- "id_str": "1806950462416932864",
- "indices": [
- 118,
- 141
- ],
- "media_key": "3_1806950462416932864",
- "media_url_https": "https://pbs.twimg.com/media/GROT3zcW0AALNME.png",
- "type": "photo",
- "url": "https://t.co/DxwGNKZm8c",
- "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": 157,
- "w": 1080,
- "h": 605
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806950462416932864"
- }
- }
- }
- ]
- },
- "favorite_count": 1912,
+ "favorite_count": 702,
"favorited": false,
- "full_text": "These are the indicative estimates of Russia’s combat losses as of June 29, according to the Armed Forces of Ukraine. https://t.co/DxwGNKZm8c",
+ "full_text": "⚡️US Republican delegation visits Hungary, questions Orban's relations with Russia and China.\n\nAfter visiting Hungary from Oct. 3-5, five U.S. Republican senators voiced concerns about Hungary's growing ties with Russia and increasing cooperation with China.\n\nThe statement,",
"is_quote_status": false,
"lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 54,
- "retweet_count": 345,
+ "reply_count": 36,
+ "retweet_count": 175,
"retweeted": false,
"user_id_str": "1462548977367359490",
- "id_str": "1806950472432923051"
+ "id_str": "1842639706581860514"
}
}
},
@@ -51418,568 +57313,22 @@
}
},
{
- "entryId": "tweet-1806950417374343607",
- "sortIndex": "1807077696136544168",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806950417374343607",
- "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/dp/383821501X?…",
- "expanded_url": "https://www.amazon.com/dp/383821501X?ref_=cm_sw_r_apin_dp_M4AD9VPDESX2RPV0NY9N&language=en-US",
- "url": "https://t.co/NVdnrlOZMd",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 31519,
- "followers_count": 264384,
- "friends_count": 1309,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 4371,
- "location": "Kyiv",
- "media_count": 7023,
- "name": "olexander scherba🇺🇦",
- "normal_followers_count": 264384,
- "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": 41953,
- "translator_type": "none",
- "url": "https://t.co/NVdnrlOZMd",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1696586841602834861",
- "professional_type": "Business",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806950417374343607"
- ],
- "editable_until_msecs": "1719649125000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "12346",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPad",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1806830689008201986",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTUwODk1NTgzNDc2NDQ5Mjgw",
- "rest_id": "1550895583476449280",
- "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 Jul 23 17:28:45 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🇺🇦 Firsthand news from the epicenter of global events. Stay informed and support the cause. Donate today: https://t.co/LGG4xcU7il",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "u24.gov.ua/124_millionth_…",
- "expanded_url": "http://u24.gov.ua/124_millionth_donor",
- "url": "https://t.co/LGG4xcU7il",
- "indices": [
- 106,
- 129
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "united24media.com",
- "expanded_url": "http://united24media.com",
- "url": "https://t.co/BmMM4DaogH",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4619,
- "followers_count": 60037,
- "friends_count": 348,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 720,
- "location": "Ukraine",
- "media_count": 5073,
- "name": "UNITED24 Media",
- "normal_followers_count": 60037,
- "pinned_tweet_ids_str": [
- "1807067499617521742"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1550895583476449280/1705505529",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1550895772195033092/mhj-eC-N_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "United24media",
- "statuses_count": 10625,
- "translator_type": "none",
- "url": "https://t.co/BmMM4DaogH",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1563193825853870081",
- "professional_type": "Business",
- "category": [
- {
- "id": 579,
- "name": "Media & News",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1806830689008201986"
- ],
- "editable_until_msecs": "1719620580000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "34815",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 32,
- "bookmarked": false,
- "created_at": "Fri Jun 28 23:23:00 +0000 2024",
- "conversation_id_str": "1806830689008201986",
- "display_text_range": [
- 0,
- 150
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/erdqqjikij",
- "expanded_url": "https://twitter.com/United24media/status/1806830689008201986/photo/1",
- "id_str": "1806779962721972224",
- "indices": [
- 151,
- 174
- ],
- "media_key": "3_1806779962721972224",
- "media_url_https": "https://pbs.twimg.com/media/GRL4zalWMAAPxBX.jpg",
- "type": "photo",
- "url": "https://t.co/eRDQqjIKIj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 552,
- "y": 14,
- "h": 37,
- "w": 37
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- }
- },
- "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": 157,
- "w": 1080,
- "h": 605
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 27,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806779962721972224"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/eRDQqjIKIj",
- "expanded_url": "https://twitter.com/United24media/status/1806830689008201986/photo/1",
- "id_str": "1806779962721972224",
- "indices": [
- 151,
- 174
- ],
- "media_key": "3_1806779962721972224",
- "media_url_https": "https://pbs.twimg.com/media/GRL4zalWMAAPxBX.jpg",
- "type": "photo",
- "url": "https://t.co/eRDQqjIKIj",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 552,
- "y": 14,
- "h": 37,
- "w": 37
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 877,
- "y": 23,
- "h": 60,
- "w": 60
- }
- ]
- }
- },
- "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": 157,
- "w": 1080,
- "h": 605
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 947,
- "h": 1080
- },
- {
- "x": 27,
- "y": 0,
- "w": 540,
- "h": 1080
- },
- {
- "x": 0,
- "y": 0,
- "w": 1080,
- "h": 1080
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1806779962721972224"
- }
- }
- }
- ]
- },
- "favorite_count": 1430,
- "favorited": false,
- "full_text": "\"Thank you, Russia, for ruining my life,\" an inscription on a building in Chasiv Yar reads.\n\n📷: Oleg Petrasiuk for 24th Mechanized Brigade / Instagram https://t.co/eRDQqjIKIj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 10,
- "reply_count": 36,
- "retweet_count": 372,
- "retweeted": false,
- "user_id_str": "1550895583476449280",
- "id_str": "1806830689008201986"
- }
- }
- },
- "legacy": {
- "bookmark_count": 12,
- "bookmarked": false,
- "created_at": "Sat Jun 29 07:18:45 +0000 2024",
- "conversation_id_str": "1806950417374343607",
- "display_text_range": [
- 0,
- 278
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 261,
- 278
- ],
- "text": "StandWithUkraine"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 359,
- "favorited": false,
- "full_text": "The thing is: the majority of russian people don’t care. No matter how fascist their gov acts, how many human lives get destroyed, how many children die, how many cities burn - they don’t give a damn.\n\nThe mystery of russian soul is: the amputated conscience.\n\n#StandWithUkraine",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 3,
- "quoted_status_id_str": "1806830689008201986",
- "quoted_status_permalink": {
- "url": "https://t.co/3zD8A69IXR",
- "expanded": "https://twitter.com/united24media/status/1806830689008201986",
- "display": "x.com/united24media/…"
- },
- "reply_count": 15,
- "retweet_count": 116,
- "retweeted": false,
- "user_id_str": "163018653",
- "id_str": "1806950417374343607"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "suggest_organic_list_tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "OrganicListTweet"
- }
- }
- }
- }
- },
- {
- "entryId": "cursor-top-1807077696136544257",
- "sortIndex": "1807077696136544257",
+ "entryId": "cursor-top-1842759124685684737",
+ "sortIndex": "1842759124685684737",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHlx_AJxEKAAIZFAeVj5tAcQgAAwAAAAEAAA",
+ "value": "DAABCgABGZLLqRmAJxEKAAIZksK2q9YQQAgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1807077696136544167",
- "sortIndex": "1807077696136544167",
+ "entryId": "cursor-bottom-1842759124685684638",
+ "sortIndex": "1842759124685684638",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHlx-__6UKAAIZE5PUuldxtwgAAwAAAAIAAA",
+ "value": "DAABCgABGZLLqRl__5wKAAIZkl8M59eAoggAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/raw_retweeters.json b/tests/mocked-data/raw_retweeters.json
index 215b939..738da2f 100644
--- a/tests/mocked-data/raw_retweeters.json
+++ b/tests/mocked-data/raw_retweeters.json
@@ -6,6 +6,20 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "user-1811394867223728128",
+ "sortIndex": "1809579449238305170",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {},
+ "userDisplayType": "User"
+ }
+ }
+ },
{
"entryId": "user-2930110410",
"sortIndex": "1802821949192546266",
@@ -25,7 +39,8 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": false,
"created_at": "Sun Dec 14 18:29:17 +0000 2014",
"default_profile": true,
@@ -51,24 +66,24 @@
},
"fast_followers_count": 0,
"favourites_count": 19,
- "followers_count": 2798,
- "friends_count": 57,
+ "followers_count": 11382,
+ "friends_count": 69,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 1,
"location": "",
- "media_count": 1,
+ "media_count": 8,
"name": "奶酪【互推私信】",
- "normal_followers_count": 2798,
+ "normal_followers_count": 11382,
"pinned_tweet_ids_str": [
"1805317807036678312"
],
- "possibly_sensitive": false,
+ "possibly_sensitive": true,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2930110410/1719303351",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1805515227418836995/CB_EKMTn_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "almothanna1998",
- "statuses_count": 204,
+ "statuses_count": 2373,
"translator_type": "none",
"url": "https://t.co/l8tGQQoJ0d",
"verified": false,
@@ -82,79 +97,6 @@
}
}
},
- {
- "entryId": "user-1726960453",
- "sortIndex": "1802675037345675500",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzI2OTYwNDUz",
- "rest_id": "1726960453",
- "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 Sep 03 23:26:16 +0000 2013",
- "default_profile": true,
- "default_profile_image": false,
- "description": "HACKING TO HELP THE WORLD 🌎 RECOVER ALL LOST CRYPTOCURRENCIES AND RECOVERING STOLEN ASSETS CERTIFIED BLOCKCHAIN EXPERT RECOVERY EXPERT, AND WEB3 EXPERT⚔️",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 5779,
- "followers_count": 444,
- "friends_count": 132,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 2,
- "location": "No 🆓 Services❌",
- "media_count": 8,
- "name": "SECURED-X-CYBER TECHNOLOGY™️",
- "normal_followers_count": 444,
- "pinned_tweet_ids_str": [
- "1801035691087851953"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1726960453/1718834201",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801033851407364096/mpA485D4_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "XSecureCyber",
- "statuses_count": 5676,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1804553199614898375",
- "professional_type": "Business",
- "category": [
- {
- "id": 572,
- "name": "Private Investigator",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- }
- }
- },
{
"entryId": "user-1538670768",
"sortIndex": "1800591969270700212",
@@ -174,6 +116,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 22 13:07:10 +0000 2013",
@@ -186,22 +129,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 290,
- "followers_count": 115,
- "friends_count": 14,
+ "favourites_count": 289,
+ "followers_count": 47,
+ "friends_count": 15,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "丹佛",
"media_count": 0,
"name": "Lisa",
- "normal_followers_count": 115,
+ "normal_followers_count": 47,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1801453662092574720/0l6L4lCX_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "esmaoral3",
- "statuses_count": 289,
+ "statuses_count": 288,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -233,12 +176,13 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Jan 20 12:30:13 +0000 2024",
"default_profile": true,
"default_profile_image": false,
- "description": "Art manager、 financial analyst, likes art collection、marine entertainment、global travel,He has both tender and delicate flowers and an indomitable steel will",
+ "description": "Fitness / Travel / Fashion / Beauty / Charity / Exploration / Politics / Proud American Business Owner We need a good border solution! Don't like war",
"entities": {
"description": {
"urls": []
@@ -258,25 +202,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 465,
- "followers_count": 24,
- "friends_count": 5,
+ "favourites_count": 2177,
+ "followers_count": 1796,
+ "friends_count": 1531,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "New York, USA",
- "media_count": 8,
- "name": "Eva Lee",
- "normal_followers_count": 24,
+ "location": "USA",
+ "media_count": 56,
+ "name": "Lucy Lee",
+ "normal_followers_count": 1796,
"pinned_tweet_ids_str": [
- "1798752987906748626"
+ "1830318423181852968"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1748684313057538048/1716786376",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1794957443333857280/I2z-Y5lS_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1748684313057538048/1724086052",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1825575326501711876/5fjqWY18_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Eva_Lee611",
- "statuses_count": 595,
+ "screen_name": "Lucy_Lee7",
+ "statuses_count": 6807,
"translator_type": "none",
"url": "https://t.co/xNUuRH2JZE",
"verified": false,
@@ -292,79 +236,6 @@
}
}
},
- {
- "entryId": "user-1756337343462510592",
- "sortIndex": "1793074229147126238",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzU2MzM3MzQzNDYyNTEwNTky",
- "rest_id": "1756337343462510592",
- "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 10 15:21:01 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Alhamdolillah not a coward.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4820,
- "followers_count": 412,
- "friends_count": 559,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "United Arab Emirates",
- "media_count": 6,
- "name": "A",
- "normal_followers_count": 412,
- "pinned_tweet_ids_str": [
- "1776071594248438081"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1756337343462510592/1712286095",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1776073244103049216/E5YfYM3Z_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "fameofmemes",
- "statuses_count": 3113,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1756338481096167865",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1041,
- "name": "Digital Creator",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- }
- }
- },
{
"entryId": "user-1680405461277855744",
"sortIndex": "1792656974825608770",
@@ -384,6 +255,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sun Jul 16 02:34:29 +0000 2023",
@@ -397,7 +269,7 @@
},
"fast_followers_count": 0,
"favourites_count": 39,
- "followers_count": 32,
+ "followers_count": 41,
"friends_count": 46,
"has_custom_timelines": false,
"is_translator": false,
@@ -405,7 +277,7 @@
"location": "",
"media_count": 2,
"name": "Evan MacGuffie",
- "normal_followers_count": 32,
+ "normal_followers_count": 41,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1758980371532976128/QsPqSIXR_normal.jpg",
@@ -450,39 +322,42 @@
"id": "VXNlcjoxNzUwODc2NTU4NzQ1OTA3MjAw",
"rest_id": "1750876558745907200",
"affiliates_highlighted_label": {},
- "has_graduated_access": true,
+ "has_graduated_access": false,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Fri Jan 26 13:41:51 +0000 2024",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "𝕏 - Is media now? 🖤",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 896,
- "followers_count": 30,
- "friends_count": 25,
+ "favourites_count": 914,
+ "followers_count": 56,
+ "friends_count": 28,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
- "media_count": 2,
- "name": "Aman Shivam Anupam",
- "normal_followers_count": 30,
- "pinned_tweet_ids_str": [],
+ "media_count": 3,
+ "name": "ASA",
+ "normal_followers_count": 56,
+ "pinned_tweet_ids_str": [
+ "1824047301939077202"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1750876558745907200/1707653371",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1757644064269484032/XJLeuk2b_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1815566195443036160/drhDWrU3_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "X_User_ASA",
- "statuses_count": 2384,
+ "statuses_count": 2920,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -514,6 +389,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Wed Sep 27 07:14:02 +0000 2023",
@@ -527,15 +403,15 @@
},
"fast_followers_count": 0,
"favourites_count": 15,
- "followers_count": 11,
- "friends_count": 31,
+ "followers_count": 22,
+ "friends_count": 30,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
"name": "Christopher Cameron",
- "normal_followers_count": 11,
+ "normal_followers_count": 22,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1706929807328706560/1705679588",
@@ -574,6 +450,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Wed Sep 27 03:40:35 +0000 2023",
@@ -634,6 +511,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Tue Sep 26 07:29:49 +0000 2023",
@@ -647,7 +525,7 @@
},
"fast_followers_count": 0,
"favourites_count": 15,
- "followers_count": 6,
+ "followers_count": 7,
"friends_count": 29,
"has_custom_timelines": false,
"is_translator": false,
@@ -655,7 +533,7 @@
"location": "",
"media_count": 0,
"name": "Joseph Griffin",
- "normal_followers_count": 6,
+ "normal_followers_count": 7,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1706571709682503680/1705673806",
@@ -694,6 +572,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 24 13:13:34 +0000 2023",
@@ -706,8 +585,8 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 95,
- "followers_count": 23,
+ "favourites_count": 94,
+ "followers_count": 36,
"friends_count": 64,
"has_custom_timelines": false,
"is_translator": false,
@@ -715,7 +594,7 @@
"location": "",
"media_count": 8,
"name": "Dong Regn",
- "normal_followers_count": 23,
+ "normal_followers_count": 36,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1672593859107233792/H3qlwWDJ_normal.jpg",
@@ -734,66 +613,6 @@
}
}
},
- {
- "entryId": "user-1516009073937891340",
- "sortIndex": "1788688242830170342",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTE2MDA5MDczOTM3ODkxMzQw",
- "rest_id": "1516009073937891340",
- "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 Apr 18 11:01:49 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "probably nothing. BAYC#5142",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 39,
- "followers_count": 349,
- "friends_count": 223,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1,
- "location": "",
- "media_count": 2,
- "name": "teny.eth",
- "normal_followers_count": 349,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1516009073937891340/1651568998",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1698246883183919104/fXzqis6u_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "tinkyb_",
- "statuses_count": 123,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- }
- }
- },
{
"entryId": "user-1720674052715790336",
"sortIndex": "1788539976664731927",
@@ -813,6 +632,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Nov 04 05:27:22 +0000 2023",
@@ -826,7 +646,7 @@
},
"fast_followers_count": 0,
"favourites_count": 9,
- "followers_count": 32,
+ "followers_count": 30,
"friends_count": 34,
"has_custom_timelines": false,
"is_translator": false,
@@ -834,7 +654,7 @@
"location": " Glenview, IL ",
"media_count": 0,
"name": "The Wolf of Memes Street 🚀",
- "normal_followers_count": 32,
+ "normal_followers_count": 30,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1720674052715790336/1699561883",
@@ -873,6 +693,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Aug 27 19:42:06 +0000 2017",
@@ -885,16 +706,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 18022,
- "followers_count": 1104,
- "friends_count": 6270,
+ "favourites_count": 17858,
+ "followers_count": 1023,
+ "friends_count": 6395,
"has_custom_timelines": true,
"is_translator": false,
"listed_count": 8,
"location": "Other Universe.",
- "media_count": 261,
- "name": "♰🔻☦︎Z5 𝕸𝖆𝖘𝖙𝖊𝖗 ∞ 𝕲𝖍𝖔𝖘𝖙 M9 ☩ 🇷🇺 🇵🇸 ☧",
- "normal_followers_count": 1104,
+ "media_count": 262,
+ "name": "♰🔻☦︎Z5 𝕸𝖆𝖘𝖙𝖊𝖗 ∞ 𝕲𝖍𝖔𝖘𝖙 M9 ☩ 🇷🇺𓂆🇵🇸☧",
+ "normal_followers_count": 1023,
"pinned_tweet_ids_str": [
"1804311207412973818"
],
@@ -903,7 +724,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1495177537554550787/zcSSAA3D_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "ARMGI9854WXZ59",
- "statuses_count": 19850,
+ "statuses_count": 19716,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -935,6 +756,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Fri May 30 04:15:49 +0000 2014",
@@ -948,15 +770,15 @@
},
"fast_followers_count": 0,
"favourites_count": 285,
- "followers_count": 129,
- "friends_count": 628,
+ "followers_count": 152,
+ "friends_count": 2197,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 2,
"name": "Elena",
- "normal_followers_count": 129,
+ "normal_followers_count": 152,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/2534108054/1704819706",
@@ -995,6 +817,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sun Sep 03 08:44:46 +0000 2023",
@@ -1008,7 +831,7 @@
},
"fast_followers_count": 0,
"favourites_count": 21,
- "followers_count": 21,
+ "followers_count": 20,
"friends_count": 66,
"has_custom_timelines": false,
"is_translator": false,
@@ -1016,7 +839,7 @@
"location": "",
"media_count": 0,
"name": "Allison Simmons",
- "normal_followers_count": 21,
+ "normal_followers_count": 20,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1698255639015727104/1702111228",
@@ -1055,6 +878,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sun Sep 03 05:31:31 +0000 2023",
@@ -1115,6 +939,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sun Sep 03 04:24:38 +0000 2023",
@@ -1127,23 +952,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 48,
- "followers_count": 139,
- "friends_count": 93,
+ "favourites_count": 47,
+ "followers_count": 140,
+ "friends_count": 90,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
"name": "mangch1nance",
- "normal_followers_count": 139,
+ "normal_followers_count": 140,
"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": 65,
+ "statuses_count": 64,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1175,6 +1000,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Mon Aug 22 16:28:38 +0000 2022",
@@ -1188,7 +1014,7 @@
},
"fast_followers_count": 0,
"favourites_count": 76,
- "followers_count": 26,
+ "followers_count": 25,
"friends_count": 44,
"has_custom_timelines": false,
"is_translator": false,
@@ -1196,7 +1022,7 @@
"location": "",
"media_count": 3,
"name": "HochardThian1999",
- "normal_followers_count": 26,
+ "normal_followers_count": 25,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1561752128921538561/1661185825",
@@ -1235,6 +1061,7 @@
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Tue Nov 09 17:41:47 +0000 2021",
@@ -1270,25 +1097,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 3420,
- "followers_count": 184,
- "friends_count": 1215,
+ "favourites_count": 3777,
+ "followers_count": 192,
+ "friends_count": 626,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 8,
"location": "everywhere and nowhere",
- "media_count": 360,
+ "media_count": 395,
"name": "The Whole E Bubble",
- "normal_followers_count": 184,
+ "normal_followers_count": 192,
"pinned_tweet_ids_str": [
- "1620094485261869059"
+ "1837901752177230164"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1458127552351023113/1656057728",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1458139026653913097/_g_iVgA3_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "Whole_e_Bubble",
- "statuses_count": 1762,
+ "statuses_count": 1943,
"translator_type": "none",
"url": "https://t.co/rmpkFCvG9r",
"verified": false,
@@ -1316,22 +1143,157 @@
}
},
{
- "entryId": "cursor-top-1802821949192546267",
- "sortIndex": "1802821949192546267",
+ "entryId": "user-1701703907959816192",
+ "sortIndex": "1779934377746383163",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzAxNzAzOTA3OTU5ODE2MTky",
+ "rest_id": "1701703907959816192",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Sep 12 21:06:43 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2,
+ "followers_count": 6,
+ "friends_count": 35,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Mia Noland",
+ "normal_followers_count": 6,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1701703907959816192/1695223363",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1704516360636686336/j760CcMX_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "00xxNolandMia",
+ "statuses_count": 69,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "user-919651838",
+ "sortIndex": "1779765022680442517",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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": 209524,
+ "followers_count": 927,
+ "friends_count": 7290,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 32,
+ "location": "",
+ "media_count": 80803,
+ "name": "alem sail izquierdo",
+ "normal_followers_count": 927,
+ "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": 524512,
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ }
+ }
+ },
+ {
+ "entryId": "cursor-top-1809579449238305171",
+ "sortIndex": "1809579449238305171",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HCa0n7Gu2sD0hDIAAA==",
+ "value": "HCak5pGL/br1nDIAAA==",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1780040376568990354",
- "sortIndex": "1780040376568990354",
+ "entryId": "cursor-bottom-1779765022680442516",
+ "sortIndex": "1779765022680442516",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "HBamqvqz09L8szEAAA==",
+ "value": "HBaqmsOI+bb/sjEAAA==",
"cursorType": "Bottom",
"stopOnEmptyResponse": true
}
diff --git a/tests/mocked-data/raw_search.json b/tests/mocked-data/raw_search.json
index c8b337f..54154d2 100644
--- a/tests/mocked-data/raw_search.json
+++ b/tests/mocked-data/raw_search.json
@@ -8,8 +8,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "tweet-1807077687061586202",
- "sortIndex": "1807077690193215488",
+ "entryId": "tweet-1842759116663443750",
+ "sortIndex": "1842759119996452864",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -19,1021 +19,55 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077687061586202",
+ "rest_id": "1842759116663443750",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDcwNDM5MjI1NTUyMTU4NzI1",
- "rest_id": "1470439225552158725",
+ "id": "VXNlcjo1NDY3MTU0MTA=",
+ "rest_id": "546715410",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": true,
- "created_at": "Mon Dec 13 17:03:48 +0000 2021",
+ "can_media_tag": false,
+ "created_at": "Fri Apr 06 08:18:08 +0000 2012",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "Be passionate in whatever you do. Be your best you. Live without regret. Love Everything Tesla. CyberBeast. Roadster someday?",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 7496,
- "followers_count": 77,
- "friends_count": 48,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1,
- "location": "",
- "media_count": 13,
- "name": "Améthyste",
- "normal_followers_count": 77,
- "pinned_tweet_ids_str": [
- "1783894790771298675"
- ],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1693059156591144960/ACxJT1n7_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TianLu51253699",
- "statuses_count": 74,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077687061586202"
- ],
- "editable_until_msecs": "1719679469000",
- "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": "Sat Jun 29 15:44:29 +0000 2024",
- "conversation_id_str": "1807064962742747390",
- "display_text_range": [
- 161,
- 270
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2694896014",
- "name": "Endrina Pavlić",
- "screen_name": "EPavlic",
- "indices": [
- 0,
- 8
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 9,
- 18
- ]
- },
- {
- "id_str": "1708626459625930753",
- "name": "Gamer",
- "screen_name": "cyb3rgam3r420",
- "indices": [
- 19,
- 33
- ]
- },
- {
- "id_str": "1263491240336769026",
- "name": "Whole Mars Catalog",
- "screen_name": "WholeMarsBlog",
- "indices": [
- 34,
- 48
- ]
- },
- {
- "id_str": "1016059981907386368",
- "name": "Tesla Owners Silicon Valley",
- "screen_name": "teslaownersSV",
- "indices": [
- 49,
- 63
- ]
- },
- {
- "id_str": "1469579203",
- "name": "Tesla-mag.com",
- "screen_name": "MagazineTesla",
- "indices": [
- 64,
- 78
- ]
- },
- {
- "id_str": "1054975800628441090",
- "name": "Tesla Oracle",
- "screen_name": "TeslaOracle_com",
- "indices": [
- 79,
- 95
- ]
- },
- {
- "id_str": "1397861922398097409",
- "name": "Jonathan DJ Powers",
- "screen_name": "DJpowers69",
- "indices": [
- 96,
- 107
- ]
- },
- {
- "id_str": "1246503261730938880",
- "name": "Elonoshi Muskamoto",
- "screen_name": "occupymars42069",
- "indices": [
- 108,
- 124
- ]
- },
- {
- "id_str": "723149718910464001",
- "name": "Kerri Gray",
- "screen_name": "kerrikgray",
- "indices": [
- 125,
- 136
- ]
- },
- {
- "id_str": "985686123123949568",
- "name": "K10✨",
- "screen_name": "Kristennetten",
- "indices": [
- 137,
- 151
- ]
- },
- {
- "id_str": "1656791093202264064",
- "name": "AI•Bird",
- "screen_name": "AIXBird",
- "indices": [
- 152,
- 160
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@EPavlic @elonmusk @cyb3rgam3r420 @WholeMarsBlog @teslaownersSV @MagazineTesla @TeslaOracle_com @DJpowers69 @occupymars42069 @kerrikgray @Kristennetten @AIXBird Endrina: try both and make your own opinion. What Elon likes is not necessarily what you would like the most.",
- "in_reply_to_screen_name": "EPavlic",
- "in_reply_to_status_id_str": "1807064962742747390",
- "in_reply_to_user_id_str": "2694896014",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "1470439225552158725",
- "id_str": "1807077687061586202"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 10,
- "endIndex": 18
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077684981231856",
- "sortIndex": "1807077690193215487",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077684981231856",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzk5NTEzMjUwOTA5ODUxNjQ4",
- "rest_id": "1799513250909851648",
- "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 08 18:46:22 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Epic 1v1 meme battles for SOL! Play now at https://t.co/XZfpaFMhGf! ⚔️\n\n$MEBA CA: E1NahZ4psbNdBCzMQmRoWreQNi4b1scQUsQ755zWpump\n\nTG: https://t.co/91jOcICOSi",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "memebattle.fun",
- "expanded_url": "http://memebattle.fun",
- "url": "https://t.co/XZfpaFMhGf",
- "indices": [
- 43,
- 66
- ]
- },
- {
- "display_url": "t.me/MemeBattleChan…",
- "expanded_url": "http://t.me/MemeBattleChannel",
- "url": "https://t.co/91jOcICOSi",
- "indices": [
- 132,
- 155
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "memebattle.fun",
- "expanded_url": "http://memebattle.fun",
- "url": "https://t.co/XZfpaFMhGf",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1179,
- "followers_count": 1520,
- "friends_count": 154,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 3,
- "location": "Solana",
- "media_count": 224,
- "name": "MemeBattleFun",
- "normal_followers_count": 1520,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1799513250909851648/1718668560",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1801795639694553088/psPumPrH_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MemeBattleFun",
- "statuses_count": 662,
- "translator_type": "none",
- "url": "https://t.co/XZfpaFMhGf",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077684981231856"
- ],
- "editable_until_msecs": "1719679468000",
- "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": "Sat Jun 29 15:44:28 +0000 2024",
- "conversation_id_str": "1807076193029456349",
- "display_text_range": [
- 17,
- 119
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/rik2gkrsug",
- "expanded_url": "https://twitter.com/MemeBattleFun/status/1807077684981231856/photo/1",
- "id_str": "1807077597811036160",
- "indices": [
- 120,
- 143
- ],
- "media_key": "3_1807077597811036160",
- "media_url_https": "https://pbs.twimg.com/media/GRQHgDsX0AAQn2N.png",
- "type": "photo",
- "url": "https://t.co/rik2GKRsUg",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "medium": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "small": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 603,
- "width": 403,
- "focus_rects": [
- {
- "x": 0,
- "y": 377,
- "w": 403,
- "h": 226
- },
- {
- "x": 0,
- "y": 200,
- "w": 403,
- "h": 403
- },
- {
- "x": 0,
- "y": 144,
- "w": 403,
- "h": 459
- },
- {
- "x": 101,
- "y": 0,
- "w": 302,
- "h": 603
- },
- {
- "x": 0,
- "y": 0,
- "w": 403,
- "h": 603
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807077597811036160"
- }
- }
- },
- {
- "display_url": "pic.x.com/rik2gkrsug",
- "expanded_url": "https://twitter.com/MemeBattleFun/status/1807077684981231856/photo/1",
- "id_str": "1807077597806772224",
- "indices": [
- 120,
- 143
- ],
- "media_key": "3_1807077597806772224",
- "media_url_https": "https://pbs.twimg.com/media/GRQHgDrWwAAGZ1O.png",
- "type": "photo",
- "url": "https://t.co/rik2GKRsUg",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "medium": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "small": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 621,
- "width": 400,
- "focus_rects": [
- {
- "x": 0,
- "y": 307,
- "w": 400,
- "h": 224
- },
- {
- "x": 0,
- "y": 219,
- "w": 400,
- "h": 400
- },
- {
- "x": 0,
- "y": 165,
- "w": 400,
- "h": 456
- },
- {
- "x": 46,
- "y": 0,
- "w": 311,
- "h": 621
- },
- {
- "x": 0,
- "y": 0,
- "w": 400,
- "h": 621
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807077597806772224"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1356434353623093249",
- "name": "greg",
- "screen_name": "greg16676935420",
- "indices": [
- 0,
- 16
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 109,
- 118
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/rik2GKRsUg",
- "expanded_url": "https://twitter.com/MemeBattleFun/status/1807077684981231856/photo/1",
- "id_str": "1807077597811036160",
- "indices": [
- 120,
- 143
- ],
- "media_key": "3_1807077597811036160",
- "media_url_https": "https://pbs.twimg.com/media/GRQHgDsX0AAQn2N.png",
- "type": "photo",
- "url": "https://t.co/rik2GKRsUg",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 109,
- "y": 94,
- "h": 152,
- "w": 152
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "medium": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "small": {
- "h": 603,
- "w": 403,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 603,
- "width": 403,
- "focus_rects": [
- {
- "x": 0,
- "y": 377,
- "w": 403,
- "h": 226
- },
- {
- "x": 0,
- "y": 200,
- "w": 403,
- "h": 403
- },
- {
- "x": 0,
- "y": 144,
- "w": 403,
- "h": 459
- },
- {
- "x": 101,
- "y": 0,
- "w": 302,
- "h": 603
- },
- {
- "x": 0,
- "y": 0,
- "w": 403,
- "h": 603
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807077597811036160"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/rik2GKRsUg",
- "expanded_url": "https://twitter.com/MemeBattleFun/status/1807077684981231856/photo/1",
- "id_str": "1807077597806772224",
- "indices": [
- 120,
- 143
- ],
- "media_key": "3_1807077597806772224",
- "media_url_https": "https://pbs.twimg.com/media/GRQHgDrWwAAGZ1O.png",
- "type": "photo",
- "url": "https://t.co/rik2GKRsUg",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 76,
- "y": 120,
- "h": 236,
- "w": 236
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "medium": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "small": {
- "h": 621,
- "w": 400,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 621,
- "width": 400,
- "focus_rects": [
- {
- "x": 0,
- "y": 307,
- "w": 400,
- "h": 224
- },
- {
- "x": 0,
- "y": 219,
- "w": 400,
- "h": 400
- },
- {
- "x": 0,
- "y": 165,
- "w": 400,
- "h": 456
- },
- {
- "x": 46,
- "y": 0,
- "w": 311,
- "h": 621
- },
- {
- "x": 0,
- "y": 0,
- "w": 400,
- "h": 621
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1807077597806772224"
- }
- }
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@greg16676935420 Hey Greg, you've been immortalized in Meme Battle! ⚔️Should we setup a game between you and @elonmusk? https://t.co/rik2GKRsUg",
- "in_reply_to_screen_name": "greg16676935420",
- "in_reply_to_status_id_str": "1807076193029456349",
- "in_reply_to_user_id_str": "1356434353623093249",
- "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": "1799513250909851648",
- "id_str": "1807077684981231856"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 110,
- "endIndex": 118
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077684465357215",
- "sortIndex": "1807077690193215486",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077684465357215",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDQ4NjQ5OTQ4MjAzOTI5NjE3",
- "rest_id": "1448649948203929617",
- "affiliates_highlighted_label": {
- "label": {
- "badge": {
- "url": "https://pbs.twimg.com/semantic_core_img/1428827730364096519/4ZXpTBhS?format=png&name=orig"
- },
- "description": "Automated",
- "longDescription": {
- "text": "Automated by @automatooor",
- "entities": [
- {
- "fromIndex": 13,
- "toIndex": 25,
- "ref": {
- "type": "TimelineRichTextMention",
- "screen_name": "automatooor",
- "mention_results": {
- "result": {
- "__typename": "User",
- "legacy": {
- "screen_name": "automatooor"
- },
- "rest_id": "1696344731398107136"
- }
- }
- }
- }
- ]
- },
- "userLabelType": "AutomatedLabel"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Thu Oct 14 14:00:56 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "🚀 To the moon with #Dogecoin! 🌕\n📈 Tracking the crypto journey, one $DOGE at a time 🚀\n\nDOGE TIPS: D7brkqJRQ3wJEJgKtBKbf77dMosz9Mr6DU",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 874,
- "followers_count": 93,
- "friends_count": 13,
+ "favourites_count": 29025,
+ "followers_count": 3784,
+ "friends_count": 4993,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 6,
+ "listed_count": 40,
"location": "",
- "media_count": 0,
- "name": "DOGE CHECK",
- "normal_followers_count": 93,
+ "media_count": 840,
+ "name": "🎃The💀Happy👻Cardiologist❤️",
+ "normal_followers_count": 3784,
"pinned_tweet_ids_str": [
- "1465863315666747394"
+ "1294750762157907968"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1448649948203929617/1693357665",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1696691048007835648/HHwvy3zu_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/546715410/1686368191",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1640109135625695232/7jX7Lkpr_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "CheckDoge",
- "statuses_count": 3173,
+ "screen_name": "HeartDocTesla",
+ "statuses_count": 16664,
"translator_type": "none",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1460620290497695757",
- "professional_type": "Business",
- "category": [
- {
- "id": 144,
- "name": "Education",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {}
}
}
@@ -1041,172 +75,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807077684465357215"
+ "1842759116663443750"
],
- "editable_until_msecs": "1719679468000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "1696671608125960192jaewoolvl",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:44:28 +0000 2024",
- "conversation_id_str": "1807077684465357215",
- "display_text_range": [
- 0,
- 169
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 60,
- 69
- ],
- "text": "Dogecoin"
- },
- {
- "indices": [
- 160,
- 169
- ],
- "text": "dogecoin"
- }
- ],
- "symbols": [
- {
- "indices": [
- 154,
- 159
- ],
- "text": "doge"
- }
- ],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "Elon Musk talks Dogecoin on X, and the crypto world reacts. #Dogecoin \n\n The last known price of Dogecoin is 0.12315209 US\n\n$doge #dogecoin",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "1448649948203929617",
- "id_str": "1807077684465357215"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 0,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077678216106215",
- "sortIndex": "1807077690193215485",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077678216106215",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTMxODAzNzY2ODU2NDI1NDcy",
- "rest_id": "1531803766856425472",
- "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 01 01:04:36 +0000 2022",
- "default_profile": true,
- "default_profile_image": false,
- "description": "It’s not that serious, you’re going to be fine.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7177,
- "followers_count": 607,
- "friends_count": 2225,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 2,
- "location": "",
- "media_count": 168,
- "name": "bon",
- "normal_followers_count": 607,
- "pinned_tweet_ids_str": [
- "1805749347155689504"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1531803766856425472/1717900620",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1798144569110102016/kq9YuH6j_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "lipsticky3301",
- "statuses_count": 1583,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1798470388504289543",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1100,
- "name": "Book Publisher",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077678216106215"
- ],
- "editable_until_msecs": "1719679467000",
+ "editable_until_msecs": "1728186584000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -1218,11 +89,11 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:44:27 +0000 2024",
- "conversation_id_str": "1807036528763236726",
+ "created_at": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842704316705964108",
"display_text_range": [
- 39,
- 53
+ 24,
+ 67
],
"entities": {
"hashtags": [],
@@ -1231,9 +102,9 @@
"urls": [],
"user_mentions": [
{
- "id_str": "1587582194121416712",
- "name": "Bob Loblaw",
- "screen_name": "LoblawBobLaw",
+ "id_str": "1229176568280473600",
+ "name": "Health is Wealth 📷",
+ "screen_name": "RidingFarNow",
"indices": [
0,
13
@@ -1247,32 +118,23 @@
14,
23
]
- },
- {
- "id_str": "2828212668",
- "name": "Nature is Amazing ☘️",
- "screen_name": "AMAZlNGNATURE",
- "indices": [
- 24,
- 38
- ]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "@LoblawBobLaw @elonmusk @AMAZlNGNATURE Mainly meteors",
- "in_reply_to_screen_name": "LoblawBobLaw",
- "in_reply_to_status_id_str": "1807075279572992314",
- "in_reply_to_user_id_str": "1587582194121416712",
+ "full_text": "@RidingFarNow @elonmusk Awesome! Great job for quitting for life!",
+ "in_reply_to_screen_name": "RidingFarNow",
+ "in_reply_to_status_id_str": "1842741284643160222",
+ "in_reply_to_user_id_str": "1229176568280473600",
"is_quote_status": false,
"lang": "en",
"quote_count": 0,
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1531803766856425472",
- "id_str": "1807077678216106215"
+ "user_id_str": "546715410",
+ "id_str": "1842759116663443750"
}
}
},
@@ -1291,15 +153,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1807077675036766249",
- "sortIndex": "1807077690193215484",
+ "entryId": "tweet-1842759116508234107",
+ "sortIndex": "1842759119996452863",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1309,24 +171,370 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077675036766249",
+ "rest_id": "1842759116508234107",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNTIwODUyNTg5MDY3MTk0Mzcz",
- "rest_id": "1520852589067194373",
+ "id": "VXNlcjo3MTI1ODkwOTc1ODg0OTQzMzg=",
+ "rest_id": "712589097588494338",
"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 May 01 19:48:24 +0000 2022",
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Mar 23 10:37:34 +0000 2016",
"default_profile": true,
"default_profile_image": false,
- "description": "all to soon die horrific deaths",
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 71485,
+ "followers_count": 5372,
+ "friends_count": 693,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 13,
+ "location": "",
+ "media_count": 1117,
+ "name": "Henri Fjord",
+ "normal_followers_count": 5372,
+ "pinned_tweet_ids_str": [
+ "1771465396878520651"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/712589097588494338/1720563655",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1720091150051385344/RynKFstv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "henri_fjord",
+ "statuses_count": 1904,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759116508234107"
+ ],
+ "editable_until_msecs": "1728186584000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": false,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI3NTkxMTY0NjIyMTEwNzM=",
+ "text": "How’d it compare?",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "richtext": {
+ "richtext_tags": [
+ {
+ "from_index": 0,
+ "to_index": 17,
+ "richtext_types": [
+ "Bold"
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842707067426963936",
+ "display_text_range": [
+ 24,
+ 41
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/dXoJr0Q9ig",
+ "expanded_url": "https://x.com/henri_fjord/status/1842759116508234107/photo/1",
+ "id_str": "1842759100083433472",
+ "indices": [
+ 42,
+ 65
+ ],
+ "media_key": "3_1842759100083433472",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLo18XcAAtllH.jpg",
+ "type": "photo",
+ "url": "https://t.co/dXoJr0Q9ig",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 766,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 766,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 509,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 766,
+ "width": 1024,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 193,
+ "w": 1024,
+ "h": 573
+ },
+ {
+ "x": 205,
+ "y": 0,
+ "w": 766,
+ "h": 766
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 672,
+ "h": 766
+ },
+ {
+ "x": 397,
+ "y": 0,
+ "w": 383,
+ "h": 766
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 766
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842759100083433472"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 0,
+ 9
+ ]
+ },
+ {
+ "id_str": "1234183597583740929",
+ "name": "S.E. Robinson, Jr.",
+ "screen_name": "SERobinsonJr",
+ "indices": [
+ 10,
+ 23
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/dXoJr0Q9ig",
+ "expanded_url": "https://x.com/henri_fjord/status/1842759116508234107/photo/1",
+ "id_str": "1842759100083433472",
+ "indices": [
+ 42,
+ 65
+ ],
+ "media_key": "3_1842759100083433472",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLo18XcAAtllH.jpg",
+ "type": "photo",
+ "url": "https://t.co/dXoJr0Q9ig",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 766,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 766,
+ "w": 1024,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 509,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 766,
+ "width": 1024,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 193,
+ "w": 1024,
+ "h": 573
+ },
+ {
+ "x": 205,
+ "y": 0,
+ "w": 766,
+ "h": 766
+ },
+ {
+ "x": 252,
+ "y": 0,
+ "w": 672,
+ "h": 766
+ },
+ {
+ "x": 397,
+ "y": 0,
+ "w": 383,
+ "h": 766
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1024,
+ "h": 766
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842759100083433472"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@elonmusk @SERobinsonJr How’d it compare? https://t.co/dXoJr0Q9ig",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1842758193371336704",
+ "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": "712589097588494338",
+ "id_str": "1842759116508234107"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759115271221663",
+ "sortIndex": "1842759119996452862",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759115271221663",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzQwNDQwOTc3OTg5Mzc4MDQ4",
+ "rest_id": "1740440977989378048",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Dec 28 18:34:22 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🐶🐱🌈 Uniquely remember your departed pets with $KONACOIN | A new way to cherish stories through meme tokens, community & cryptocurrency | #konacoin",
"entities": {
"description": {
"urls": []
@@ -1334,9 +542,9 @@
"url": {
"urls": [
{
- "display_url": "medium.com/p/69bd87089707",
- "expanded_url": "https://medium.com/p/69bd87089707",
- "url": "https://t.co/upmIkHia5B",
+ "display_url": "linktr.ee/konacoin",
+ "expanded_url": "https://linktr.ee/konacoin",
+ "url": "https://t.co/iZiQLvkAmm",
"indices": [
0,
23
@@ -1346,27 +554,27 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 6134,
- "followers_count": 515,
- "friends_count": 596,
- "has_custom_timelines": true,
+ "favourites_count": 274,
+ "followers_count": 2944,
+ "friends_count": 1614,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 4,
- "location": "Jupiter",
- "media_count": 482,
- "name": "ctrl-alt-lulz",
- "normal_followers_count": 515,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 22,
+ "name": "Kona Coin",
+ "normal_followers_count": 2944,
"pinned_tweet_ids_str": [
- "1792622415299645881"
+ "1802108133482823799"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1520852589067194373/1714107977",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1783341442859241472/OQPVIhXA_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1740440977989378048/1717520915",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1740441182113550336/tjsatnLp_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ctrl_alt_lulz",
- "statuses_count": 15594,
+ "screen_name": "KonaCoin",
+ "statuses_count": 2150,
"translator_type": "none",
- "url": "https://t.co/upmIkHia5B",
+ "url": "https://t.co/iZiQLvkAmm",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -1378,9 +586,170 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807077675036766249"
+ "1842759115271221663"
],
- "editable_until_msecs": "1719679466000",
+ "editable_until_msecs": "1728186584000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "KonaCoin",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842707067426963936",
+ "display_text_range": [
+ 24,
+ 200
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 0,
+ 9
+ ]
+ },
+ {
+ "id_str": "1234183597583740929",
+ "name": "S.E. Robinson, Jr.",
+ "screen_name": "SERobinsonJr",
+ "indices": [
+ 10,
+ 23
+ ]
+ },
+ {
+ "id_str": "1234183597583740929",
+ "name": "S.E. Robinson, Jr.",
+ "screen_name": "SERobinsonJr",
+ "indices": [
+ 24,
+ 37
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@elonmusk @SERobinsonJr @SERobinsonJr Did you mean amazing rally or epic dance-off? Because your moves on the track had me questioning if I was at a race or a salsa class! Keep it wheel-y awesome! 🚗💃🎉",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1842758193371336704",
+ "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": "1740440977989378048",
+ "id_str": "1842759115271221663"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759114885316951",
+ "sortIndex": "1842759119996452861",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759114885316951",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTY4MjMzNzYxMTI0NTQ0NTEz",
+ "rest_id": "1568233761124544513",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Sep 09 13:44:51 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Epistemological Nihilist, Existential Cynic, somewhat of an Absurdist, certainly a Masochist.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 581,
+ "followers_count": 208,
+ "friends_count": 19,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "Ipswich, Queensland",
+ "media_count": 2125,
+ "name": "Ray Butler",
+ "normal_followers_count": 208,
+ "pinned_tweet_ids_str": [
+ "1842753524649890172"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1568233761124544513/1681121614",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1767331453782855680/hw9x6Zbw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "RayDhater",
+ "statuses_count": 12584,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759114885316951"
+ ],
+ "editable_until_msecs": "1728186584000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -1389,881 +758,220 @@
"state": "Enabled"
},
"source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDI3NTkxMTQ3NTk1NjEyMTY=",
+ "text": "You see, any asshole could have led the Continental Army, but only John Adams could design a system that created democracy, and the two party system replaced him system.\n\nThe two party system was actually the same system the Red Coats used, there is nothing more treacherous than that, taking the system your enemies used to oppress your people and using it to oppress your people yourself…",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:44:26 +0000 2024",
- "conversation_id_str": "1792601726949945368",
+ "created_at": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842033236463046981",
"display_text_range": [
- 25,
- 136
+ 58,
+ 337
],
"entities": {
"hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
+ "media": [
{
- "id_str": "162124540",
- "name": "Greg Brockman",
- "screen_name": "gdb",
+ "display_url": "pic.x.com/QUczW8aSSn",
+ "expanded_url": "https://x.com/RayDhater/status/1842759114885316951/photo/1",
+ "ext_alt_text": "No Yes GIF",
+ "id_str": "1842759095599890432",
"indices": [
- 0,
- 4
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 5,
- 14
- ]
- },
- {
- "id_str": "18208354",
- "name": "Joe Rogan",
- "screen_name": "joerogan",
- "indices": [
- 15,
- 24
- ]
- },
- {
- "id_str": "18208354",
- "name": "Joe Rogan",
- "screen_name": "joerogan",
- "indices": [
- 25,
- 34
- ]
- }
- ]
- },
- "favorite_count": 1,
- "favorited": false,
- "full_text": "@gdb @elonmusk @joerogan @joerogan as you can see. i am not letting this go without somebody in a box or my fucking account unsuspended.",
- "in_reply_to_screen_name": "ctrl_alt_lulz",
- "in_reply_to_status_id_str": "1807077387055911353",
- "in_reply_to_user_id_str": "1520852589067194373",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "1520852589067194373",
- "id_str": "1807077675036766249"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 6,
- "endIndex": 14
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077670447903086",
- "sortIndex": "1807077690193215483",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077670447903086",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjc1MDQ0OTAxOTA4NTQxNDQw",
- "rest_id": "1675044901908541440",
- "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 Jul 01 07:33:53 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4684,
- "followers_count": 43,
- "friends_count": 74,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 41,
- "name": "SuperficialIntelligence",
- "normal_followers_count": 43,
- "pinned_tweet_ids_str": [
- "1680231053753982976"
+ 338,
+ 361
],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1675044901908541440/1689360794",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679926835964985345/cL3bS5-Z_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Aces21801311938",
- "statuses_count": 987,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077670447903086"
- ],
- "editable_until_msecs": "1719679465000",
- "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": "Sat Jun 29 15:44:25 +0000 2024",
- "conversation_id_str": "1806871617546469743",
- "display_text_range": [
- 41,
- 68
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1689001326091399168",
- "name": "Planet Of Memes",
- "screen_name": "PlanetOfMemes",
- "indices": [
- 0,
- 14
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 15,
- 24
- ]
- },
- {
- "id_str": "14710129",
- "name": "Peter H. Diamandis, MD",
- "screen_name": "PeterDiamandis",
- "indices": [
- 25,
- 40
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@PlanetOfMemes @elonmusk @PeterDiamandis And sometimes a little beer",
- "in_reply_to_screen_name": "PlanetOfMemes",
- "in_reply_to_status_id_str": "1806874602146042334",
- "in_reply_to_user_id_str": "1689001326091399168",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "1675044901908541440",
- "id_str": "1807077670447903086"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 16,
- "endIndex": 24
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077669453889551",
- "sortIndex": "1807077690193215482",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077669453889551",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzUyMjcxMTM5MzMyNjI4NDgw",
- "rest_id": "1752271139332628480",
- "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 Jan 30 10:03:15 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Ram Mohammed Singh Azad Sardar Udham Singh Bloodline ❤️🚁🪂🖤🌠💓💓💓💓💓💓",
- "entities": {
- "description": {
- "urls": []
+ "media_key": "16_1842759095599890432",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GZLLolPaAAAoUpr.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/QUczW8aSSn",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
}
},
- "fast_followers_count": 0,
- "favourites_count": 234,
- "followers_count": 45,
- "friends_count": 133,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Punjab",
- "media_count": 245,
- "name": "MOHIT VERMA",
- "normal_followers_count": 45,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1752271139332628480/1718008686",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1798555329149693952/DMM6vLla_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "PMBHARAT2024",
- "statuses_count": 2630,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1788894130426499342",
- "professional_type": "Creator",
- "category": [
- {
- "id": 958,
- "name": "Entrepreneur",
- "icon_name": "IconBriefcaseStroke"
+ "original_info": {
+ "height": 498,
+ "width": 498,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GZLLolPaAAAoUpr.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1842759095599890432"
}
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077669453889551"
- ],
- "editable_until_msecs": "1719679464000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter for Android",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807058394030674318",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0MDQzMzM4MzY=",
- "rest_id": "404333836",
- "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 Nov 03 19:35:37 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "WarNews, features and analysis.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "buymeacoffee.com/worldatwar",
- "expanded_url": "https://www.buymeacoffee.com/worldatwar",
- "url": "https://t.co/oXfDfmznea",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 6738,
- "followers_count": 33789,
- "friends_count": 684,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 254,
- "location": "London",
- "media_count": 18665,
- "name": "WORLD AT WAR",
- "normal_followers_count": 33789,
- "pinned_tweet_ids_str": [
- "1778153724919062852"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/404333836/1680002339",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1682012287182225409/8OBTKwmC_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "World_At_War_6",
- "statuses_count": 44790,
- "translator_type": "none",
- "url": "https://t.co/oXfDfmznea",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1650180542497693697",
- "professional_type": "Business",
- "category": [
- {
- "id": 579,
- "name": "Media & News",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
}
}
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807058394030674318"
- ],
- "editable_until_msecs": "1719674869000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "694",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Sat Jun 29 14:27:49 +0000 2024",
- "conversation_id_str": "1807058394030674318",
- "display_text_range": [
- 0,
- 226
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/wv31orraos",
- "expanded_url": "https://twitter.com/MarioNawfal/status/1807057562526785737/video/1",
- "id_str": "1807056729923874816",
- "indices": [
- 203,
- 226
- ],
- "media_key": "7_1807056729923874816",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807056729923874816/pu/img/cn_mzoD9HA6D-Eec.jpg",
- "source_status_id_str": "1807057562526785737",
- "source_user_id_str": "1319287761048723458",
- "type": "video",
- "url": "https://t.co/wv31oRRaos",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzE5Mjg3NzYxMDQ4NzIzNDU4",
- "rest_id": "1319287761048723458",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/RoundtableSpace",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1750481240983994368/ijRW1a6Y_bigger.jpg"
- },
- "description": "Mario Nawfal’s Roundtable",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Thu Oct 22 14:42:25 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Unfiltered Unbiased Verified 24x7 Breaking News | NO BIAS, NO ECHO CHAMBERS: Host of the Largest Show on 𝕏 | Founder & Investor",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "roundtable.live",
- "expanded_url": "https://roundtable.live",
- "url": "https://t.co/Lru9VAixI8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 130978,
- "followers_count": 1529218,
- "friends_count": 24500,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6211,
- "location": "",
- "media_count": 28752,
- "name": "Mario Nawfal",
- "normal_followers_count": 1529218,
- "pinned_tweet_ids_str": [
- "1806968260086125031"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1319287761048723458/1687204248",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1670905743619268609/pYItlWat_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MarioNawfal",
- "statuses_count": 45677,
- "translator_type": "none",
- "url": "https://t.co/Lru9VAixI8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1480816032101064705",
- "professional_type": "Business",
- "category": [
- {
- "id": 199,
- "name": "Investment Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "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": 40240,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/pl/9j9tLqNkxtUD2LBw.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/480x270/4qeqdchm0ZKWCFXo.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/640x360/LbMo7yIS9l73oIqN.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/1280x720/rM3vQXkK0LgJcUdf.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807056729923874816"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 178,
- 187
- ]
- },
- {
- "id_str": "1319287761048723458",
- "name": "Mario Nawfal",
- "screen_name": "MarioNawfal",
- "indices": [
- 189,
- 201
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/wv31oRRaos",
- "expanded_url": "https://twitter.com/MarioNawfal/status/1807057562526785737/video/1",
- "id_str": "1807056729923874816",
- "indices": [
- 203,
- 226
- ],
- "media_key": "7_1807056729923874816",
- "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1807056729923874816/pu/img/cn_mzoD9HA6D-Eec.jpg",
- "source_status_id_str": "1807057562526785737",
- "source_user_id_str": "1319287761048723458",
- "type": "video",
- "url": "https://t.co/wv31oRRaos",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzE5Mjg3NzYxMDQ4NzIzNDU4",
- "rest_id": "1319287761048723458",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/RoundtableSpace",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1750481240983994368/ijRW1a6Y_bigger.jpg"
- },
- "description": "Mario Nawfal’s Roundtable",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Thu Oct 22 14:42:25 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Unfiltered Unbiased Verified 24x7 Breaking News | NO BIAS, NO ECHO CHAMBERS: Host of the Largest Show on 𝕏 | Founder & Investor",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "roundtable.live",
- "expanded_url": "https://roundtable.live",
- "url": "https://t.co/Lru9VAixI8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 130978,
- "followers_count": 1529218,
- "friends_count": 24500,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6211,
- "location": "",
- "media_count": 28752,
- "name": "Mario Nawfal",
- "normal_followers_count": 1529218,
- "pinned_tweet_ids_str": [
- "1806968260086125031"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1319287761048723458/1687204248",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1670905743619268609/pYItlWat_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MarioNawfal",
- "statuses_count": 45677,
- "translator_type": "none",
- "url": "https://t.co/Lru9VAixI8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1480816032101064705",
- "professional_type": "Business",
- "category": [
- {
- "id": 199,
- "name": "Investment Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "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": 40240,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/pl/9j9tLqNkxtUD2LBw.m3u8?tag=12"
- },
- {
- "bitrate": 256000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/480x270/4qeqdchm0ZKWCFXo.mp4?tag=12"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/640x360/LbMo7yIS9l73oIqN.mp4?tag=12"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/ext_tw_video/1807056729923874816/pu/vid/avc1/1280x720/rM3vQXkK0LgJcUdf.mp4?tag=12"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "7_1807056729923874816"
- }
- }
- }
- ]
- },
- "favorite_count": 6,
- "favorited": false,
- "full_text": "”Global thermonuclear warfare has high potential to end civilization, perhaps permanently, but certainly to severely wound and perhaps set back human progress to the Stone Age”\n\n@elonmusk \n@MarioNawfal \nhttps://t.co/wv31oRRaos",
- "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": "404333836",
- "id_str": "1807058394030674318"
- }
- }
- },
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Sat Jun 29 15:44:24 +0000 2024",
- "conversation_id_str": "1807077669453889551",
- "display_text_range": [
- 0,
- 25
- ],
- "entities": {
- "hashtags": [],
+ ],
"symbols": [],
"timestamps": [],
"urls": [],
"user_mentions": [
+ {
+ "id_str": "1823753527656611840",
+ "name": "Mike Trevino",
+ "screen_name": "dashriprock60",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "1810045532800503808",
+ "name": "John Gondor",
+ "screen_name": "GondorJohn77843",
+ "indices": [
+ 15,
+ 31
+ ]
+ },
+ {
+ "id_str": "32804484",
+ "name": "Paul A. Szypula 🇺🇸",
+ "screen_name": "Bubblebathgirl",
+ "indices": [
+ 32,
+ 47
+ ]
+ },
{
"id_str": "44196397",
"name": "Elon Musk",
"screen_name": "elonmusk",
"indices": [
- 16,
- 25
+ 48,
+ 57
]
}
]
},
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/QUczW8aSSn",
+ "expanded_url": "https://x.com/RayDhater/status/1842759114885316951/photo/1",
+ "ext_alt_text": "No Yes GIF",
+ "id_str": "1842759095599890432",
+ "indices": [
+ 338,
+ 361
+ ],
+ "media_key": "16_1842759095599890432",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GZLLolPaAAAoUpr.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/QUczW8aSSn",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 498,
+ "w": 498,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 498,
+ "width": 498,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 1,
+ 1
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GZLLolPaAAAoUpr.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1842759095599890432"
+ }
+ }
+ }
+ ]
+ },
"favorite_count": 0,
"favorited": false,
- "full_text": "🎯❤️ yup brother @elonmusk",
- "is_quote_status": true,
+ "full_text": "@dashriprock60 @GondorJohn77843 @Bubblebathgirl @elonmusk You see, any asshole could have led the Continental Army, but only John Adams could design a system that created democracy, and the two party system replaced him system.\n\nThe two party system was actually the same system the Red Coats used, there is nothing more treacherous than https://t.co/QUczW8aSSn",
+ "in_reply_to_screen_name": "RayDhater",
+ "in_reply_to_status_id_str": "1842757518176760225",
+ "in_reply_to_user_id_str": "1568233761124544513",
+ "is_quote_status": false,
"lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
"quote_count": 0,
- "quoted_status_id_str": "1807058394030674318",
- "quoted_status_permalink": {
- "url": "https://t.co/bgIsCuDTCW",
- "expanded": "https://twitter.com/World_At_War_6/status/1807058394030674318",
- "display": "x.com/World_At_War_6…"
- },
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1752271139332628480",
- "id_str": "1807077669453889551"
+ "user_id_str": "1568233761124544513",
+ "id_str": "1842759114885316951"
}
}
},
@@ -2271,8 +979,8 @@
"highlights": {
"textHighlights": [
{
- "startIndex": 17,
- "endIndex": 25
+ "startIndex": 49,
+ "endIndex": 57
}
]
}
@@ -2282,15 +990,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1807077669445488835",
- "sortIndex": "1807077690193215481",
+ "entryId": "tweet-1842759113731703086",
+ "sortIndex": "1842759119996452860",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2300,176 +1008,24 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077669445488835",
+ "rest_id": "1842759113731703086",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODU0NjA5MzQz",
- "rest_id": "2854609343",
+ "id": "VXNlcjoxNjUwNTAyMTkxNjg0MjQzNDY4",
+ "rest_id": "1650502191684243468",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Sat Nov 01 10:19:17 +0000 2014",
+ "created_at": "Mon Apr 24 14:09:36 +0000 2023",
"default_profile": true,
- "default_profile_image": false,
- "description": "God 🙏 favorite.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1273,
- "followers_count": 121,
- "friends_count": 76,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Alpine, CA",
- "media_count": 115,
- "name": "Henry Nerry",
- "normal_followers_count": 121,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1630152045918289920/g0ieSA59_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Elon_MuskUncle",
- "statuses_count": 2349,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1648121519258628096",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1042,
- "name": "Content Creator",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077669445488835"
- ],
- "editable_until_msecs": "1719679464000",
- "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": "Sat Jun 29 15:44:24 +0000 2024",
- "conversation_id_str": "1806660124989100373",
- "display_text_range": [
- 25,
- 45
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "338356470",
- "name": "Humphrey Obadjere",
- "screen_name": "humphramania",
- "indices": [
- 0,
- 13
- ]
- },
- {
- "id_str": "752573014869413888",
- "name": "Wale Adedayo 🌍🔰",
- "screen_name": "Mario9jaa",
- "indices": [
- 14,
- 24
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@humphramania @Mario9jaa *cry out for hunger*",
- "in_reply_to_screen_name": "Elon_MuskUncle",
- "in_reply_to_status_id_str": "1807077477832900856",
- "in_reply_to_user_id_str": "2854609343",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "2854609343",
- "id_str": "1807077669445488835"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077667885154649",
- "sortIndex": "1807077690193215480",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077667885154649",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzU0ODcyNDExMTcyODA2NjU2",
- "rest_id": "1754872411172806656",
- "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 06 14:19:44 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
+ "default_profile_image": true,
"description": "",
"entities": {
"description": {
@@ -2477,22 +1033,22 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2,
- "followers_count": 32,
- "friends_count": 55,
+ "favourites_count": 169,
+ "followers_count": 51,
+ "friends_count": 15,
"has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
"location": "",
"media_count": 0,
- "name": "Michale Venable",
- "normal_followers_count": 32,
+ "name": "YM",
+ "normal_followers_count": 51,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1754872510183579649/rcP8Ines_normal.png",
+ "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
"profile_interstitial_type": "",
- "screen_name": "ven8660",
- "statuses_count": 6,
+ "screen_name": "YM14121958",
+ "statuses_count": 261,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2505,9 +1061,168 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807077667885154649"
+ "1842759113731703086"
],
- "editable_until_msecs": "1719679464000",
+ "editable_until_msecs": "1728186584000",
+ "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": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842246865234128978",
+ "display_text_range": [
+ 28,
+ 138
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2162812627",
+ "name": "Nick Sortor",
+ "screen_name": "nicksortor",
+ "indices": [
+ 0,
+ 11
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 12,
+ 21
+ ]
+ },
+ {
+ "id_str": "16669075",
+ "name": "FEMA",
+ "screen_name": "fema",
+ "indices": [
+ 22,
+ 27
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@nicksortor @elonmusk @fema MAYORKAS IS A FRAUD. I won't even trust him with my leftover food on the table! Such useless, shameless face!😡",
+ "in_reply_to_screen_name": "nicksortor",
+ "in_reply_to_status_id_str": "1842248279230165059",
+ "in_reply_to_user_id_str": "2162812627",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1650502191684243468",
+ "id_str": "1842759113731703086"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 13,
+ "endIndex": 21
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759113597493310",
+ "sortIndex": "1842759119996452859",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759113597493310",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo0MjYzNDgzMTM=",
+ "rest_id": "426348313",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Dec 02 04:03:07 +0000 2011",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🇺🇸1st Nebraskan #GBR",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 13494,
+ "followers_count": 987,
+ "friends_count": 923,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "",
+ "media_count": 247,
+ "name": "Timothy Paul Baker",
+ "normal_followers_count": 987,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/426348313/1713133642",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1779612716707061760/IQdvdhV4_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Timpabak",
+ "statuses_count": 13514,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759113597493310"
+ ],
+ "editable_until_msecs": "1728186584000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -2519,10 +1234,605 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:44:24 +0000 2024",
- "conversation_id_str": "1806776764536062349",
+ "created_at": "Sun Oct 06 02:49:44 +0000 2024",
+ "conversation_id_str": "1842746605293728140",
"display_text_range": [
- 10,
+ 11,
+ 96
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/MsCLE83EOH",
+ "expanded_url": "https://x.com/Timpabak/status/1842759113597493310/photo/1",
+ "id_str": "1842758270244597760",
+ "indices": [
+ 97,
+ 120
+ ],
+ "media_key": "3_1842758270244597760",
+ "media_url_https": "https://pbs.twimg.com/media/GZLK4ijXsAAh6KQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/MsCLE83EOH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1440,
+ "w": 720,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 340,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1440,
+ "width": 720,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 483,
+ "w": 720,
+ "h": 403
+ },
+ {
+ "x": 0,
+ "y": 324,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 274,
+ "w": 720,
+ "h": 821
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 720,
+ "h": 1440
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 720,
+ "h": 1440
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842758270244597760"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "23447418",
+ "name": "6 News WOWT",
+ "screen_name": "WOWT6News",
+ "indices": [
+ 0,
+ 10
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/MsCLE83EOH",
+ "expanded_url": "https://x.com/Timpabak/status/1842759113597493310/photo/1",
+ "id_str": "1842758270244597760",
+ "indices": [
+ 97,
+ 120
+ ],
+ "media_key": "3_1842758270244597760",
+ "media_url_https": "https://pbs.twimg.com/media/GZLK4ijXsAAh6KQ.jpg",
+ "type": "photo",
+ "url": "https://t.co/MsCLE83EOH",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 1440,
+ "w": 720,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 600,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 340,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 1440,
+ "width": 720,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 483,
+ "w": 720,
+ "h": 403
+ },
+ {
+ "x": 0,
+ "y": 324,
+ "w": 720,
+ "h": 720
+ },
+ {
+ "x": 0,
+ "y": 274,
+ "w": 720,
+ "h": 821
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 720,
+ "h": 1440
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 720,
+ "h": 1440
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842758270244597760"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@WOWT6News Seems like Elon Musk has proof that FEMA & the Kamala/Biden FEDS are incompetent. https://t.co/MsCLE83EOH",
+ "in_reply_to_screen_name": "WOWT6News",
+ "in_reply_to_status_id_str": "1842746605293728140",
+ "in_reply_to_user_id_str": "23447418",
+ "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": "426348313",
+ "id_str": "1842759113597493310"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 22,
+ "endIndex": 31
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759111542538603",
+ "sortIndex": "1842759119996452858",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759111542538603",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTk2OTkxODA1MTMyMDEzNTY4",
+ "rest_id": "1596991805132013568",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Nov 27 22:18:35 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6508,
+ "followers_count": 58,
+ "friends_count": 120,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "smiley332",
+ "normal_followers_count": 58,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1596992039966900227/chQgupHv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "DeaBeeler",
+ "statuses_count": 1023,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759111542538603"
+ ],
+ "editable_until_msecs": "1728186583000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842327200814542906",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjk1MTkzODg0NzY5MjcxODA4",
+ "rest_id": "1695193884769271808",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Aug 25 21:58:23 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Free Speech activist, January 6th survivor, stopped the Portland riots, teeth knocked out protesting Big Tech censorship.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 87535,
+ "followers_count": 141972,
+ "friends_count": 763,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 705,
+ "location": "Texas, USA",
+ "media_count": 1797,
+ "name": "Philip Anderson",
+ "normal_followers_count": 141972,
+ "pinned_tweet_ids_str": [
+ "1816636561917682086"
+ ],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1695435978373054464/GJaYhbVs_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "VoteHarrisOut",
+ "statuses_count": 56295,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842327200814542906"
+ ],
+ "editable_until_msecs": "1728083608000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "3287936",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4NDIzMjcyMDA3MzkwMjg5OTI=",
+ "text": "🚨BREAKING: North Carolina Sheriffs say that they are ready to start arresting Kamala Harris’s FEMA feds if they continue blocking rescue workers and pilots from saving lives and delivering critical aid. \n\nWe should call the Sherrifs and ask them to deputize all of the rescue workers. That way we can arrest FEMA ourselves.",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": []
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 5327,
+ "bookmarked": false,
+ "created_at": "Fri Oct 04 22:13:28 +0000 2024",
+ "conversation_id_str": "1842327200814542906",
+ "display_text_range": [
+ 0,
+ 275
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 142241,
+ "favorited": false,
+ "full_text": "🚨BREAKING: North Carolina Sheriffs say that they are ready to start arresting Kamala Harris’s FEMA feds if they continue blocking rescue workers and pilots from saving lives and delivering critical aid. \n\nWe should call the Sherrifs and ask them to deputize all of the rescue",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1914,
+ "reply_count": 4501,
+ "retweet_count": 39150,
+ "retweeted": false,
+ "user_id_str": "1695193884769271808",
+ "id_str": "1842327200814542906"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Sun Oct 06 02:49:43 +0000 2024",
+ "conversation_id_str": "1842759111542538603",
+ "display_text_range": [
+ 0,
+ 19
+ ],
+ "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 Solution?",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_user_id_str": "44196397",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1842327200814542906",
+ "quoted_status_permalink": {
+ "url": "https://t.co/EJ1tRtd38a",
+ "expanded": "https://twitter.com/voteharrisout/status/1842327200814542906",
+ "display": "x.com/voteharrisout/…"
+ },
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1596991805132013568",
+ "id_str": "1842759111542538603"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759110694990057",
+ "sortIndex": "1842759119996452857",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759110694990057",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTg1ODAyMjk0NDUyNDQ1MTg5",
+ "rest_id": "1585802294452445189",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Oct 28 01:15:16 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 79768,
+ "followers_count": 613,
+ "friends_count": 794,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "",
+ "media_count": 41,
+ "name": "Smitty",
+ "normal_followers_count": 613,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1585802294452445189/1721651444",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1819415268071702529/P82IMdWg_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Smitty9058",
+ "statuses_count": 6311,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759110694990057"
+ ],
+ "editable_until_msecs": "1728186583000",
+ "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": "Sun Oct 06 02:49:43 +0000 2024",
+ "conversation_id_str": "1842722114006036699",
+ "display_text_range": [
+ 25,
62
],
"entities": {
@@ -2539,14 +1849,23 @@
0,
9
]
+ },
+ {
+ "id_str": "1578127809792409616",
+ "name": "Dan",
+ "screen_name": "KettlebellDan",
+ "indices": [
+ 10,
+ 24
+ ]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "@elonmusk Now make an electric left hand drive kei style truck",
+ "full_text": "@elonmusk @KettlebellDan Ok.... But we aren't a democracy.....",
"in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1806776764536062349",
+ "in_reply_to_status_id_str": "1842751869912838192",
"in_reply_to_user_id_str": "44196397",
"is_quote_status": false,
"lang": "en",
@@ -2554,8 +1873,8 @@
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1754872411172806656",
- "id_str": "1807077667885154649"
+ "user_id_str": "1585802294452445189",
+ "id_str": "1842759110694990057"
}
}
},
@@ -2574,15 +1893,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1807077657370099849",
- "sortIndex": "1807077690193215479",
+ "entryId": "tweet-1842759110414184944",
+ "sortIndex": "1842759119996452856",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2592,49 +1911,47 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077657370099849",
+ "rest_id": "1842759110414184944",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMjU2NjU5OTQzNTU5Njk2Mzg5",
- "rest_id": "1256659943559696389",
+ "id": "VXNlcjoxODIwOTYxNjM5ODMyOTQwNTQ3",
+ "rest_id": "1820961639832940547",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
- "created_at": "Sat May 02 19:01:13 +0000 2020",
+ "created_at": "Tue Aug 06 23:16:07 +0000 2024",
"default_profile": true,
"default_profile_image": false,
- "description": "#GoAndTakeIt Texas World Series Champions 🏆 ⚾️ / MFFL #77 🏀 / Dallas Cowboys 🏈 MAVS WCF CHAMPS 🏆",
+ "description": "",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 23432,
- "followers_count": 212,
- "friends_count": 233,
- "has_custom_timelines": true,
+ "favourites_count": 4941,
+ "followers_count": 85,
+ "friends_count": 63,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
+ "listed_count": 5,
"location": "",
- "media_count": 2824,
- "name": "OMWTFYB🏆🏀🇲🇽",
- "normal_followers_count": 212,
- "pinned_tweet_ids_str": [
- "1583449704645681152"
- ],
+ "media_count": 39,
+ "name": "patriot",
+ "normal_followers_count": 85,
+ "pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1256659943559696389/1712579013",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1794486060149276672/gD_SCBED_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1824989696281481216/NpRmXQD7_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "stock_hemi",
- "statuses_count": 11769,
+ "screen_name": "Maria0620121831",
+ "statuses_count": 5221,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2647,9 +1964,9 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807077657370099849"
+ "1842759110414184944"
],
- "editable_until_msecs": "1719679462000",
+ "editable_until_msecs": "1728186583000",
"is_edit_eligible": false,
"edits_remaining": "5"
},
@@ -2661,11 +1978,11 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:44:22 +0000 2024",
- "conversation_id_str": "1806958509260689693",
+ "created_at": "Sun Oct 06 02:49:43 +0000 2024",
+ "conversation_id_str": "1842664269143552201",
"display_text_range": [
- 10,
- 40
+ 27,
+ 48
],
"entities": {
"hashtags": [],
@@ -2681,14 +1998,23 @@
0,
9
]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 10,
+ 26
+ ]
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "@elonmusk I’m in narnia seeing this Elon",
+ "full_text": "@elonmusk @realDonaldTrump Vance such class act!",
"in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1806958509260689693",
+ "in_reply_to_status_id_str": "1842664269143552201",
"in_reply_to_user_id_str": "44196397",
"is_quote_status": false,
"lang": "en",
@@ -2696,8 +2022,8 @@
"reply_count": 0,
"retweet_count": 0,
"retweeted": false,
- "user_id_str": "1256659943559696389",
- "id_str": "1807077657370099849"
+ "user_id_str": "1820961639832940547",
+ "id_str": "1842759110414184944"
}
}
},
@@ -2716,15 +2042,15 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
}
}
}
}
},
{
- "entryId": "tweet-1807077641515679963",
- "sortIndex": "1807077690193215478",
+ "entryId": "tweet-1842759109461807367",
+ "sortIndex": "1842759119996452855",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2734,47 +2060,50 @@
"tweet_results": {
"result": {
"__typename": "Tweet",
- "rest_id": "1807077641515679963",
+ "rest_id": "1842759109461807367",
"core": {
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyOTc5OTUyOTc=",
- "rest_id": "297995297",
+ "id": "VXNlcjoxMjY4NzYxNDAzMDQ2OTg1NzI5",
+ "rest_id": "1268761403046985729",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": false,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
- "can_media_tag": true,
- "created_at": "Fri May 13 13:46:58 +0000 2011",
+ "can_media_tag": false,
+ "created_at": "Fri Jun 05 04:27:51 +0000 2020",
"default_profile": true,
"default_profile_image": false,
- "description": "@elonmusk",
+ "description": "People are people, I base you on character. Your differences make you beautiful, unless they are destructive.",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 0,
- "followers_count": 522,
- "friends_count": 25,
+ "favourites_count": 79973,
+ "followers_count": 364,
+ "friends_count": 242,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 0,
+ "listed_count": 13,
"location": "",
- "media_count": 274,
- "name": "XElon Musk X",
- "normal_followers_count": 522,
- "pinned_tweet_ids_str": [],
+ "media_count": 693,
+ "name": "Alex,🌙MD",
+ "normal_followers_count": 364,
+ "pinned_tweet_ids_str": [
+ "1838054652505383058"
+ ],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/297995297/1715894091",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1791215764696858625/bFE_XnrT_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1268761403046985729/1595948563",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1823831354959908864/a9qOhNmA_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "elonmusk99934",
- "statuses_count": 302,
+ "screen_name": "TheFalseWoke",
+ "statuses_count": 28839,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -2787,9 +2116,159 @@
"unmention_data": {},
"edit_control": {
"edit_tweet_ids": [
- "1807077641515679963"
+ "1842759109461807367"
],
- "editable_until_msecs": "1719679458000",
+ "editable_until_msecs": "1728186583000",
+ "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": "Sun Oct 06 02:49:43 +0000 2024",
+ "conversation_id_str": "1842715097363312880",
+ "display_text_range": [
+ 30,
+ 128
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1455663214763589633",
+ "name": "Chris@Country1st 🩺",
+ "screen_name": "diaperDon45",
+ "indices": [
+ 0,
+ 12
+ ]
+ },
+ {
+ "id_str": "4432916014",
+ "name": "Political Polls",
+ "screen_name": "PpollingNumbers",
+ "indices": [
+ 13,
+ 29
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@diaperDon45 @PpollingNumbers You are smarter than Elon musk and have more access to information at the top. I'll listen to you.",
+ "in_reply_to_screen_name": "diaperDon45",
+ "in_reply_to_status_id_str": "1842715636042011128",
+ "in_reply_to_user_id_str": "1455663214763589633",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1268761403046985729",
+ "id_str": "1842759109461807367"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 51,
+ "endIndex": 60
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759108966961264",
+ "sortIndex": "1842759119996452854",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759108966961264",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyODM5MDA0NDg5",
+ "rest_id": "2839004489",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Tue Oct 21 02:28:10 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "USN Ret.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7113,
+ "followers_count": 259,
+ "friends_count": 833,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "United States",
+ "media_count": 2821,
+ "name": "AVets Reaction",
+ "normal_followers_count": 259,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2839004489/1500343456",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/528056625517826048/psdk5OsN_normal.jpeg",
+ "profile_interstitial_type": "",
+ "screen_name": "Labsarethebest1",
+ "statuses_count": 17332,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759108966961264"
+ ],
+ "editable_until_msecs": "1728186583000",
"is_edit_eligible": true,
"edits_remaining": "5"
},
@@ -2801,467 +2280,110 @@
"legacy": {
"bookmark_count": 0,
"bookmarked": false,
- "created_at": "Sat Jun 29 15:44:18 +0000 2024",
- "conversation_id_str": "1807077641515679963",
+ "created_at": "Sun Oct 06 02:49:43 +0000 2024",
+ "conversation_id_str": "1842759108966961264",
"display_text_range": [
0,
- 263
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "👀 Chamath Palihapitiya & David Sacks on What the Biden Debate Revealed\n\n\"The mask has come off. The whole shell game has been revealed. It's obvious that Biden was always a puppet for these interests who were hiding behind him and now it's all being exposed.\"",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "297995297",
- "id_str": "1807077641515679963"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077640257294822",
- "sortIndex": "1807077690193215477",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077640257294822",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyOTI4ODMyNTQw",
- "rest_id": "2928832540",
- "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 18 02:00:14 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Professor of Neurology and Neurosurgery🧠🍁\n🐸 鸣声相呼和,无理只取闹😈\nAll my opinion are belong to me.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "en.wikipedia.org/wiki/Edward_Ru…",
- "expanded_url": "https://en.wikipedia.org/wiki/Edward_Ruthazer",
- "url": "https://t.co/TxopK0uJ6W",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 8322,
- "followers_count": 1285,
- "friends_count": 871,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 14,
- "location": "Montréal, Québec",
- "media_count": 978,
- "name": "Ed the axon whisperer 🥼🧠🧬🔬",
- "normal_followers_count": 1285,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2928832540/1639844319",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1685416493637320705/qVjr-Q8b_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ed_ruthazer",
- "statuses_count": 16483,
- "translator_type": "none",
- "url": "https://t.co/TxopK0uJ6W",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077640257294822"
- ],
- "editable_until_msecs": "1719679457000",
- "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": "Sat Jun 29 15:44:17 +0000 2024",
- "conversation_id_str": "1806942360552829011",
- "display_text_range": [
- 25,
- 67
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "177101260",
- "name": "Massimo",
- "screen_name": "Rainmaker1973",
- "indices": [
- 0,
- 14
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 15,
- 24
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@Rainmaker1973 @elonmusk The bots no longer detect you as a threat.",
- "in_reply_to_screen_name": "Rainmaker1973",
- "in_reply_to_status_id_str": "1806949628547334605",
- "in_reply_to_user_id_str": "177101260",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "2928832540",
- "id_str": "1807077640257294822"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 16,
- "endIndex": 24
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077639489781855",
- "sortIndex": "1807077690193215476",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077639489781855",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjc2MjgyMjA4NTA2NDg2Nzkw",
- "rest_id": "1676282208506486790",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Tue Jul 04 17:30:10 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2,
- "followers_count": 17,
- "friends_count": 39,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "Mr James",
- "normal_followers_count": 17,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1676282208506486790/1693398560",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1800122620987281408/A4C2e66R_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "jamesparktips",
- "statuses_count": 8,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077639489781855"
- ],
- "editable_until_msecs": "1719679457000",
- "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": "Sat Jun 29 15:44:17 +0000 2024",
- "conversation_id_str": "1806958509260689693",
- "display_text_range": [
- 10,
- 21
- ],
- "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 yeah it did",
- "in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1806958509260689693",
- "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": "1676282208506486790",
- "id_str": "1807077639489781855"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077635685519703",
- "sortIndex": "1807077690193215475",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077635685519703",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzkwMjQxMzE5MTAyNjcyODk3",
- "rest_id": "1790241319102672897",
- "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 14 04:44:04 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 317,
- "followers_count": 18,
- "friends_count": 35,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 193,
- "name": "IslandJo49",
- "normal_followers_count": 18,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1790241710187909120/GLllkLjL_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IslandJo49",
- "statuses_count": 681,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077635685519703"
- ],
- "editable_until_msecs": "1719679456000",
- "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": "Sat Jun 29 15:44:16 +0000 2024",
- "conversation_id_str": "1806699977034420304",
- "display_text_range": [
- 23,
- 121
+ 91
],
"entities": {
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/cvxvbxvwkl",
- "expanded_url": "https://twitter.com/IslandJo49/status/1807077635685519703/photo/1",
- "ext_alt_text": "Season 17 What GIF by America's Got Talent",
- "id_str": "1807077628991377408",
+ "display_url": "pic.x.com/BRA3Na5PGD",
+ "expanded_url": "https://x.com/Labsarethebest1/status/1842759108966961264/photo/1",
+ "id_str": "1842759092969803776",
"indices": [
- 122,
- 145
+ 92,
+ 115
],
- "media_key": "16_1807077628991377408",
- "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GRQHh32WEAAXV05.jpg",
- "type": "animated_gif",
- "url": "https://t.co/CVXVbxVwKl",
+ "media_key": "3_1842759092969803776",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLobcWEAAE3ld.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRA3Na5PGD",
"ext_media_availability": {
"status": "Available"
},
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 708,
+ "y": 1972,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 396,
+ "y": 844,
+ "h": 260,
+ "w": 260
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 415,
+ "y": 1156,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 232,
+ "y": 494,
+ "h": 152,
+ "w": 152
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 235,
+ "y": 655,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 131,
+ "y": 280,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 708,
+ "y": 1972,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 396,
+ "y": 844,
+ "h": 260,
+ "w": 260
+ }
+ ]
+ }
+ },
"sizes": {
"large": {
- "h": 280,
- "w": 500,
+ "h": 2048,
+ "w": 945,
"resize": "fit"
},
"medium": {
- "h": 280,
- "w": 500,
+ "h": 1200,
+ "w": 554,
"resize": "fit"
},
"small": {
- "h": 280,
- "w": 500,
+ "h": 680,
+ "w": 314,
"resize": "fit"
},
"thumb": {
@@ -3271,26 +2393,195 @@
}
},
"original_info": {
- "height": 280,
- "width": 500,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 25,
- 14
- ],
- "variants": [
+ "height": 2048,
+ "width": 945,
+ "focus_rects": [
{
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/GRQHh32WEAAXV05.mp4"
+ "x": 0,
+ "y": 400,
+ "w": 945,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 192,
+ "w": 945,
+ "h": 945
+ },
+ {
+ "x": 0,
+ "y": 126,
+ "w": 945,
+ "h": 1077
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 1890
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 2048
}
]
},
+ "allow_download_status": {
+ "allow_download": true
+ },
"media_results": {
"result": {
- "media_key": "16_1807077628991377408"
+ "media_key": "3_1842759092969803776"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/BRA3Na5PGD",
+ "expanded_url": "https://x.com/Labsarethebest1/status/1842759108966961264/photo/1",
+ "id_str": "1842759092965621760",
+ "indices": [
+ 92,
+ 115
+ ],
+ "media_key": "3_1842759092965621760",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLobbWQAAUNWd.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRA3Na5PGD",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 698,
+ "y": 1946,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 416,
+ "y": 864,
+ "h": 240,
+ "w": 240
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 409,
+ "y": 1140,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 243,
+ "y": 506,
+ "h": 140,
+ "w": 140
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 231,
+ "y": 646,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 138,
+ "y": 287,
+ "h": 79,
+ "w": 79
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 698,
+ "y": 1946,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 416,
+ "y": 864,
+ "h": 240,
+ "w": 240
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 945,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 554,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 314,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2048,
+ "width": 945,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 297,
+ "w": 945,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 89,
+ "w": 945,
+ "h": 945
+ },
+ {
+ "x": 0,
+ "y": 23,
+ "w": 945,
+ "h": 1077
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 1890
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842759092965621760"
}
}
}
@@ -3300,504 +2591,9 @@
"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
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/CVXVbxVwKl",
- "expanded_url": "https://twitter.com/IslandJo49/status/1807077635685519703/photo/1",
- "ext_alt_text": "Season 17 What GIF by America's Got Talent",
- "id_str": "1807077628991377408",
- "indices": [
- 122,
- 145
- ],
- "media_key": "16_1807077628991377408",
- "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GRQHh32WEAAXV05.jpg",
- "type": "animated_gif",
- "url": "https://t.co/CVXVbxVwKl",
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 280,
- "w": 500,
- "resize": "fit"
- },
- "medium": {
- "h": 280,
- "w": 500,
- "resize": "fit"
- },
- "small": {
- "h": 280,
- "w": 500,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 280,
- "width": 500,
- "focus_rects": []
- },
- "video_info": {
- "aspect_ratio": [
- 25,
- 14
- ],
- "variants": [
- {
- "bitrate": 0,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/tweet_video/GRQHh32WEAAXV05.mp4"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "16_1807077628991377408"
- }
- }
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "@ZaleskiLuke @elonmusk We are in a world that people complain while still doing or using what they are complaining about. https://t.co/CVXVbxVwKl",
- "in_reply_to_screen_name": "ZaleskiLuke",
- "in_reply_to_status_id_str": "1806728176950768042",
- "in_reply_to_user_id_str": "1488026569",
- "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": "1790241319102672897",
- "id_str": "1807077635685519703"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 14,
- "endIndex": 22
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077634200793202",
- "sortIndex": "1807077690193215474",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077634200793202",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3Njk5MDExMzc=",
- "rest_id": "769901137",
- "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 20 17:25:13 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "strong conservative Love America or LEAVE IT",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 48336,
- "followers_count": 644,
- "friends_count": 155,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1,
- "location": "Florida, USA",
- "media_count": 1156,
- "name": "Brett Thomas",
- "normal_followers_count": 644,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/2703305077/49f3a3344d5f0436e03028d193e287e8_normal.jpeg",
- "profile_interstitial_type": "",
- "screen_name": "BrettT57",
- "statuses_count": 54227,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077634200793202"
- ],
- "editable_until_msecs": "1719679456000",
- "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": "Sat Jun 29 15:44:16 +0000 2024",
- "conversation_id_str": "1807064996842791313",
- "display_text_range": [
- 10,
- 84
- ],
- "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 OBAMA AND HIS PEOPLE FROM HIS PRESIDENCY ARE THE ONES PULLING THE STRINGS",
- "in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1807064996842791313",
- "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": "769901137",
- "id_str": "1807077634200793202"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077629817659406",
- "sortIndex": "1807077690193215473",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077629817659406",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzY3MTYyMzU0MTkyNTE1MDc1",
- "rest_id": "1767162354192515075",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": false,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Mon Mar 11 12:15:24 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 422,
- "followers_count": 123,
- "friends_count": 102,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 87,
- "name": "Tim Jutton",
- "normal_followers_count": 123,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1797370468367728640/Stcwgv3N_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "littletimmydude",
- "statuses_count": 634,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077629817659406"
- ],
- "editable_until_msecs": "1719679455000",
- "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": "Sat Jun 29 15:44:15 +0000 2024",
- "conversation_id_str": "1806750251510112546",
- "display_text_range": [
- 10,
- 50
- ],
- "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 do you have plans to take spacex public?",
- "in_reply_to_screen_name": "elonmusk",
- "in_reply_to_status_id_str": "1806750251510112546",
- "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": "1767162354192515075",
- "id_str": "1807077629817659406"
- }
- }
- },
- "tweetDisplayType": "Tweet",
- "highlights": {
- "textHighlights": [
- {
- "startIndex": 1,
- "endIndex": 9
- }
- ]
- }
- },
- "clientEventInfo": {
- "component": "result",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1807077629775810774",
- "sortIndex": "1807077690193215472",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1807077629775810774",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTg0MzQxMzkzMTA1NDczNTM3",
- "rest_id": "1184341393105473537",
- "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 16 05:33:02 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Night Mite Knight Might\nStupid people are funny\nMy pronouns are none of your business",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 993,
- "followers_count": 21,
- "friends_count": 56,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 235,
- "name": "Spiral Knight Jay",
- "normal_followers_count": 21,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1184341393105473537/1600906528",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1308922961173385218/me-hjMdS_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "JayMarston7",
- "statuses_count": 3705,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1807077629775810774"
- ],
- "editable_until_msecs": "1719679455000",
- "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": "Sat Jun 29 15:44:15 +0000 2024",
- "conversation_id_str": "1806760601701724565",
- "display_text_range": [
- 26,
- 48
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "725207810871578624",
- "name": "unirocktv",
- "screen_name": "UNIRockTV",
+ "id_str": "1150818426",
+ "name": "Jeremy Prime",
+ "screen_name": "DDayCobra",
"indices": [
0,
10
@@ -3813,30 +2609,340 @@
]
},
{
- "id_str": "759251",
- "name": "CNN",
- "screen_name": "CNN",
+ "id_str": "783214",
+ "name": "X",
+ "screen_name": "X",
"indices": [
21,
- 25
+ 23
]
+ },
+ {
+ "id_str": "224221596",
+ "name": "AB",
+ "screen_name": "AB84",
+ "indices": [
+ 86,
+ 91
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/BRA3Na5PGD",
+ "expanded_url": "https://x.com/Labsarethebest1/status/1842759108966961264/photo/1",
+ "id_str": "1842759092969803776",
+ "indices": [
+ 92,
+ 115
+ ],
+ "media_key": "3_1842759092969803776",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLobcWEAAE3ld.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRA3Na5PGD",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 708,
+ "y": 1972,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 396,
+ "y": 844,
+ "h": 260,
+ "w": 260
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 415,
+ "y": 1156,
+ "h": 39,
+ "w": 39
+ },
+ {
+ "x": 232,
+ "y": 494,
+ "h": 152,
+ "w": 152
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 235,
+ "y": 655,
+ "h": 22,
+ "w": 22
+ },
+ {
+ "x": 131,
+ "y": 280,
+ "h": 86,
+ "w": 86
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 708,
+ "y": 1972,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 396,
+ "y": 844,
+ "h": 260,
+ "w": 260
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 945,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 554,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 314,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2048,
+ "width": 945,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 400,
+ "w": 945,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 192,
+ "w": 945,
+ "h": 945
+ },
+ {
+ "x": 0,
+ "y": 126,
+ "w": 945,
+ "h": 1077
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 1890
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842759092969803776"
+ }
+ }
+ },
+ {
+ "display_url": "pic.x.com/BRA3Na5PGD",
+ "expanded_url": "https://x.com/Labsarethebest1/status/1842759108966961264/photo/1",
+ "id_str": "1842759092965621760",
+ "indices": [
+ 92,
+ 115
+ ],
+ "media_key": "3_1842759092965621760",
+ "media_url_https": "https://pbs.twimg.com/media/GZLLobbWQAAUNWd.jpg",
+ "type": "photo",
+ "url": "https://t.co/BRA3Na5PGD",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 698,
+ "y": 1946,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 416,
+ "y": 864,
+ "h": 240,
+ "w": 240
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 409,
+ "y": 1140,
+ "h": 53,
+ "w": 53
+ },
+ {
+ "x": 243,
+ "y": 506,
+ "h": 140,
+ "w": 140
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 231,
+ "y": 646,
+ "h": 30,
+ "w": 30
+ },
+ {
+ "x": 138,
+ "y": 287,
+ "h": 79,
+ "w": 79
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 698,
+ "y": 1946,
+ "h": 92,
+ "w": 92
+ },
+ {
+ "x": 416,
+ "y": 864,
+ "h": 240,
+ "w": 240
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 2048,
+ "w": 945,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 1200,
+ "w": 554,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 680,
+ "w": 314,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 2048,
+ "width": 945,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 297,
+ "w": 945,
+ "h": 529
+ },
+ {
+ "x": 0,
+ "y": 89,
+ "w": 945,
+ "h": 945
+ },
+ {
+ "x": 0,
+ "y": 23,
+ "w": 945,
+ "h": 1077
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 1890
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 945,
+ "h": 2048
+ }
+ ]
+ },
+ "allow_download_status": {
+ "allow_download": true
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1842759092965621760"
+ }
+ }
}
]
},
"favorite_count": 0,
"favorited": false,
- "full_text": "@UNIRockTV @elonmusk @CNN More conspiracy trash.",
- "in_reply_to_screen_name": "UNIRockTV",
- "in_reply_to_status_id_str": "1807058153969787087",
- "in_reply_to_user_id_str": "725207810871578624",
+ "full_text": "@DDayCobra @elonmusk @X WTF is this bs about hateful content? This is funny as hell! @AB84 https://t.co/BRA3Na5PGD",
+ "in_reply_to_screen_name": "DDayCobra",
+ "in_reply_to_user_id_str": "1150818426",
"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": "1184341393105473537",
- "id_str": "1807077629775810774"
+ "user_id_str": "2839004489",
+ "id_str": "1842759108966961264"
}
}
},
@@ -3855,7 +2961,892 @@
"element": "tweet",
"details": {
"timelinesDetails": {
- "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgAC9mKXw/ZMOFMLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAca4pyZajWZ2gAAAAAA"
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759108669366748",
+ "sortIndex": "1842759119996452853",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759108669366748",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTk3MzEwMjIwMTMyNTYwODk2",
+ "rest_id": "1597310220132560896",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Nov 28 19:23:43 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "💯 ULTRAconservativeGO TRUMP🇺🇸👏/🌺🌸🌺💯🇺🇸🙏🏼💇🏻♀️🙏🏼🏜️🏕️christian saved by grace/aknative/MAGA💯🇺🇸 AND NO DM’sYOU WEIRDOS",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14239,
+ "followers_count": 3314,
+ "friends_count": 5626,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Alaska, USA",
+ "media_count": 130,
+ "name": "BrendyBroo🌺🌸🌺",
+ "normal_followers_count": 3314,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1597310220132560896/1708001076",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1829319602498875392/P1Pyvawt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BrendaLAMOURE10",
+ "statuses_count": 9955,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759108669366748"
+ ],
+ "editable_until_msecs": "1728186582000",
+ "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": "Sun Oct 06 02:49:42 +0000 2024",
+ "conversation_id_str": "1842703864228643169",
+ "display_text_range": [
+ 10,
+ 60
+ ],
+ "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 I’m sure glad to be on the RIGHT SIDE 🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1842703864228643169",
+ "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": "1597310220132560896",
+ "id_str": "1842759108669366748"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759107901546717",
+ "sortIndex": "1842759119996452852",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759107901546717",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTMxMDk4NzY0NzM5NDk3OTg1",
+ "rest_id": "1531098764739497985",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon May 30 02:37:06 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 44478,
+ "followers_count": 596,
+ "friends_count": 11,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 7,
+ "location": "",
+ "media_count": 10,
+ "name": "Ehopepeace",
+ "normal_followers_count": 596,
+ "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": "Ehopepeace1",
+ "statuses_count": 165818,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759107901546717"
+ ],
+ "editable_until_msecs": "1728186582000",
+ "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": "Sun Oct 06 02:49:42 +0000 2024",
+ "conversation_id_str": "1842684997800485147",
+ "display_text_range": [
+ 42,
+ 103
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "4121225056",
+ "name": "Corey R. Lewandowski",
+ "screen_name": "CLewandowski_",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "25073877",
+ "name": "Donald J. Trump",
+ "screen_name": "realDonaldTrump",
+ "indices": [
+ 15,
+ 31
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 32,
+ 41
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@CLewandowski_ @realDonaldTrump @elonmusk They sure have! They’ve put in on the brink of destruction!!😡",
+ "in_reply_to_screen_name": "CLewandowski_",
+ "in_reply_to_status_id_str": "1842684997800485147",
+ "in_reply_to_user_id_str": "4121225056",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1531098764739497985",
+ "id_str": "1842759107901546717"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 33,
+ "endIndex": 41
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759107133997287",
+ "sortIndex": "1842759119996452851",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759107133997287",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjozNzU1MTY3NTI5",
+ "rest_id": "3755167529",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Sep 24 01:37:53 +0000 2015",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "UofM CANES! - Texan - 🇨🇴🇺🇸 - Blue - #CowboysNation - #DallasStars- #DallasMavs - Honorary 🇺🇦 🍷🥃",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "none.com",
+ "expanded_url": "http://www.none.com",
+ "url": "https://t.co/C0GxQQx2fI",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 340655,
+ "followers_count": 3027,
+ "friends_count": 1995,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "Somewhere in Texas",
+ "media_count": 3509,
+ "name": "Dread Pirate Roberts",
+ "normal_followers_count": 3027,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/3755167529/1634819820",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724661088489291776/r3AqYWVS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ralphie_boy69",
+ "statuses_count": 61816,
+ "translator_type": "none",
+ "url": "https://t.co/C0GxQQx2fI",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759107133997287"
+ ],
+ "editable_until_msecs": "1728186582000",
+ "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": "Sun Oct 06 02:49:42 +0000 2024",
+ "conversation_id_str": "1842753398812139695",
+ "display_text_range": [
+ 37,
+ 47
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/dsXgyT4Nj7",
+ "expanded_url": "https://x.com/ralphie_boy69/status/1842759107133997287/photo/1",
+ "ext_alt_text": "news america GIF",
+ "id_str": "1842759101563932672",
+ "indices": [
+ 48,
+ 71
+ ],
+ "media_key": "16_1842759101563932672",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GZLLo7dWEAAT-YI.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/dsXgyT4Nj7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 280,
+ "width": 500,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 25,
+ 14
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GZLLo7dWEAAT-YI.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1842759101563932672"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "130617778",
+ "name": "Keith Olbermann",
+ "screen_name": "KeithOlbermann",
+ "indices": [
+ 0,
+ 15
+ ]
+ },
+ {
+ "id_str": "1167874845994037248",
+ "name": "JustVent",
+ "screen_name": "JustVent6",
+ "indices": [
+ 16,
+ 26
+ ]
+ },
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 27,
+ 36
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/dsXgyT4Nj7",
+ "expanded_url": "https://x.com/ralphie_boy69/status/1842759107133997287/photo/1",
+ "ext_alt_text": "news america GIF",
+ "id_str": "1842759101563932672",
+ "indices": [
+ 48,
+ 71
+ ],
+ "media_key": "16_1842759101563932672",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/GZLLo7dWEAAT-YI.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/dsXgyT4Nj7",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 280,
+ "w": 500,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 280,
+ "width": 500,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 25,
+ 14
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/GZLLo7dWEAAT-YI.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1842759101563932672"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@KeithOlbermann @JustVent6 @elonmusk Reek Vibes https://t.co/dsXgyT4Nj7",
+ "in_reply_to_screen_name": "KeithOlbermann",
+ "in_reply_to_status_id_str": "1842753398812139695",
+ "in_reply_to_user_id_str": "130617778",
+ "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": "3755167529",
+ "id_str": "1842759107133997287"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 28,
+ "endIndex": 36
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759106417074564",
+ "sortIndex": "1842759119996452850",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759106417074564",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTg0MjE4ODYwOTY5ODY5MzEy",
+ "rest_id": "1584218860969869312",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 23 16:23:27 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 11886,
+ "followers_count": 33,
+ "friends_count": 5,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "",
+ "media_count": 54,
+ "name": "Steve",
+ "normal_followers_count": 33,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1584218959456260096/ASa5B84E_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "h0ll0w1d0lz",
+ "statuses_count": 3484,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759106417074564"
+ ],
+ "editable_until_msecs": "1728186582000",
+ "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": "Sun Oct 06 02:49:42 +0000 2024",
+ "conversation_id_str": "1842632034230944005",
+ "display_text_range": [
+ 10,
+ 96
+ ],
+ "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 This is the craziest shit I've ever read! WOW. I feel sorry for whoever authored this.",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1842632034230944005",
+ "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": "1584218860969869312",
+ "id_str": "1842759106417074564"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1842759106311901603",
+ "sortIndex": "1842759119996452849",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1842759106311901603",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODIzMTU0OTU4OTI3MDAzNjQ4",
+ "rest_id": "1823154958927003648",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Aug 13 00:30:13 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "❤️🙏🇺🇸 Praying for my family and my country every day. Love is patient. Love is kind. Romans 8:38-39.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 274,
+ "followers_count": 69,
+ "friends_count": 38,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Ann Niermeyer",
+ "normal_followers_count": 69,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1823154958927003648/1723518391",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1823193582422949888/Ab0YJUA3_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ANiermeyer7272",
+ "statuses_count": 272,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1842759106311901603"
+ ],
+ "editable_until_msecs": "1728186582000",
+ "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": "Sun Oct 06 02:49:42 +0000 2024",
+ "conversation_id_str": "1842704316705964108",
+ "display_text_range": [
+ 10,
+ 141
+ ],
+ "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 Watching live from the beginning. Thank you President Trump for your courage. Thank you Elon for your generosity and support. 🙏❤️🇺🇸",
+ "in_reply_to_screen_name": "elonmusk",
+ "in_reply_to_status_id_str": "1842704316705964108",
+ "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": "1823154958927003648",
+ "id_str": "1842759106311901603"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet",
+ "highlights": {
+ "textHighlights": [
+ {
+ "startIndex": 1,
+ "endIndex": 9
+ }
+ ]
+ }
+ },
+ "clientEventInfo": {
+ "component": "result",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "controllerData": "DAACDAAFDAABDAABDAABCgABAAAAAAAAAAAAAAwAAgoAAQAAAAAAAAABCgACcCN3e3Kfb7QLAAMAAAARZWxvbiBtdXNrIGxhbmc6ZW4KAAV0l5H/kCTBPQgABgAAAAEKAAdqxrQY7mAeeAAAAAAA"
}
}
}
@@ -3867,7 +3858,7 @@
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAADDAABCgABGRQHlQLXIRoKAAIZFAeHrFeQ1gAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUZFAeVvYAnEAoABhkUB5W9f9jwAAA",
+ "value": "DAADDAABCgABGZLLpztWUSYKAAIZksuk0lZRowAIAAIAAAABCAADAAAAAAgABAAAAAAKAAUZksuoAgAnEAoABhmSy6gB_9jwAAA",
"cursorType": "Top"
}
},
@@ -3877,7 +3868,7 @@
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAADDAABCgABGRQHlQLXIRoKAAIZFAeHrFeQ1gAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUZFAeVvYAnEAoABhkUB5W9f9jwAAA",
+ "value": "DAADDAABCgABGZLLpztWUSYKAAIZksuk0lZRowAIAAIAAAACCAADAAAAAAgABAAAAAAKAAUZksuoAgAnEAoABhmSy6gB_9jwAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/raw_subscriptions.json b/tests/mocked-data/raw_subscriptions.json
index d95f8a6..c7658a0 100644
--- a/tests/mocked-data/raw_subscriptions.json
+++ b/tests/mocked-data/raw_subscriptions.json
@@ -17,8 +17,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "user-1457558434044203013",
- "sortIndex": "1807077644844400640",
+ "entryId": "user-298274977",
+ "sortIndex": "1842759080733573120",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -28,497 +28,50 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDU3NTU4NDM0MDQ0MjAzMDEz",
- "rest_id": "1457558434044203013",
+ "id": "VXNlcjoyOTgyNzQ5Nzc=",
+ "rest_id": "298274977",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
- "can_media_tag": false,
- "created_at": "Mon Nov 08 03:59:52 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "I’m asking you to do something well",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 227488,
- "followers_count": 111806,
- "friends_count": 3393,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 652,
- "location": "San Francisco, CA",
- "media_count": 4077,
- "name": "Daniel",
- "normal_followers_count": 111806,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1457558434044203013/1718526766",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1792465012801634304/z6me9i1d_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "growing_daniel",
- "statuses_count": 39712,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-874776246592430080",
- "sortIndex": "1807077644844400639",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NzQ3NzYyNDY1OTI0MzAwODA=",
- "rest_id": "874776246592430080",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/Rebellionair3",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1697645380740034567/2GcYMCWS_bigger.jpg"
- },
- "description": "Rebellionaire",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Tue Jun 13 23:51:24 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Physics engineer here for the progress of disruptive innovations and ventures\nElon Musk picked my 𝕏 logo design for 𝕏\nAll-in $TSLA since 08/2019",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 135703,
- "followers_count": 61493,
- "friends_count": 406,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 620,
- "location": "𝕏 🇨🇦 🇧🇷 🇭🇷 ",
- "media_count": 6671,
- "name": "ALEX",
- "normal_followers_count": 61493,
- "pinned_tweet_ids_str": [
- "1801676067175796829"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/874776246592430080/1684270326",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515410865499119620/s1ws6CFZ_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ajtourville",
- "statuses_count": 41775,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": false
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1732059543444594689",
- "sortIndex": "1807077644844400638",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzMyMDU5NTQzNDQ0NTk0Njg5",
- "rest_id": "1732059543444594689",
- "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 Dec 05 15:29:17 +0000 2023",
+ "created_at": "Sat May 14 01:20:00 +0000 2011",
"default_profile": true,
"default_profile_image": false,
- "description": "I'm a gaming enthusiast and the creator of multiple meta builds in Diablo 4. I love spending time with friends, tending fires, and cooking. Welcome to the Zoo!",
+ "description": "All in Tesla investor since 2013 | Retired | Software Engineer | Philosophy | My tweets/DM’s are not financial advice | I don’t sell anything, watch for scams.",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "Twitch.tv/SmallPettingZoo",
- "expanded_url": "http://Twitch.tv/SmallPettingZoo",
- "url": "https://t.co/CvYkpY0QhL",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 328,
- "followers_count": 3622,
- "friends_count": 28,
- "has_custom_timelines": false,
+ "favourites_count": 87554,
+ "followers_count": 187881,
+ "friends_count": 5443,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 5,
+ "listed_count": 1148,
"location": "",
- "media_count": 28,
- "name": "Gregg Cook",
- "normal_followers_count": 3622,
+ "media_count": 676,
+ "name": "Jason DeBolt ⚡️",
+ "normal_followers_count": 187881,
"pinned_tweet_ids_str": [
- "1791998725562466350"
+ "1582937505795489792"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1732059543444594689/1702165746",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1736099779501764608/ZpHsc3T6_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/298274977/1665791973",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1514322263138467843/r2H1r393_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "SmallPettingZoo",
- "statuses_count": 333,
+ "screen_name": "jasondebolt",
+ "statuses_count": 16256,
"translator_type": "none",
- "url": "https://t.co/CvYkpY0QhL",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "tipjar_settings": {
- "is_enabled": true,
- "cash_app_handle": "GreggCook",
- "venmo_handle": "smallpettingzoo"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-13083622",
- "sortIndex": "1807077644844400637",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzA4MzYyMg==",
- "rest_id": "13083622",
- "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 05 06:44:19 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Technology, Reviews, Hardware, Gaming, EVs, Renewables from Australia & around the world since 2006. \nDisclosure: small positions in $TSLA, $Nvidia, $Rddt",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "techAU.com.au",
- "expanded_url": "http://techAU.com.au",
- "url": "https://t.co/UiJZwieqAJ",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 82254,
- "followers_count": 51806,
- "friends_count": 6271,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 840,
- "location": "Wodonga, Australia",
- "media_count": 32493,
- "name": "techAU",
- "normal_followers_count": 51806,
- "pinned_tweet_ids_str": [
- "1652065647386578945"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/13083622/1679811762",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1786505360549052416/6Thpmogc_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "techAU",
- "statuses_count": 153349,
- "translator_type": "none",
- "url": "https://t.co/UiJZwieqAJ",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1469944927719026690",
- "professional_type": "Business",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "ethereum_handle": "0x16A7AB89D610D222ADe2bB4Daff367FB2d2F8c7d"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-325111978",
- "sortIndex": "1807077644844400636",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMjUxMTE5Nzg=",
- "rest_id": "325111978",
- "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 Jun 27 19:14:20 +0000 2011",
- "default_profile": false,
- "default_profile_image": false,
- "description": "dumb bitch. backup @tiffanyxfong 🤙 https://t.co/8sZhrHgUp3 ig: tiffanyfong tiffanyfongnyc@gmail.com",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "youtube.com/@tiffanyfong",
- "expanded_url": "http://youtube.com/@tiffanyfong",
- "url": "https://t.co/8sZhrHgUp3",
- "indices": [
- 35,
- 58
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "instagram.com/tiffanyfong",
- "expanded_url": "http://instagram.com/tiffanyfong",
- "url": "https://t.co/Gvvah7JgRp",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 59254,
- "followers_count": 138216,
- "friends_count": 1086,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 634,
- "location": "los angeles",
- "media_count": 1263,
- "name": "Tiffany Fong",
- "normal_followers_count": 138216,
- "pinned_tweet_ids_str": [
- "1718278556164211076"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/325111978/1701148467",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1537933469291991042/HseVPd9k_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TiffanyFong_",
- "statuses_count": 17344,
- "translator_type": "none",
- "url": "https://t.co/Gvvah7JgRp",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "36bZGmGMNFLKnQxMvZtpNJFdhZbGMi7DUu",
- "cash_app_handle": "tiffanyfongnyc",
- "ethereum_handle": "0xD40BFBEBE916195912211304aABcAA97F98d4F83",
- "venmo_handle": "tiffany-fong-1"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1288841746898534401",
- "sortIndex": "1807077644844400635",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMjg4ODQxNzQ2ODk4NTM0NDAx",
- "rest_id": "1288841746898534401",
- "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 Jul 30 14:20:03 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Photos from the history of physics | © with mentioned Archives. Shared for educational purposes. Einstein portrait © Ullsteinbild. Subscribe for curated papers.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "physicshistory.gumroad.com",
- "expanded_url": "https://physicshistory.gumroad.com/",
- "url": "https://t.co/L1N7IIldGJ",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 1200,
- "followers_count": 607456,
- "friends_count": 0,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2416,
- "location": "Nepal",
- "media_count": 4867,
- "name": "Physics In History",
- "normal_followers_count": 607456,
- "pinned_tweet_ids_str": [
- "1805308758194897200"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1288841746898534401/1596119215",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1456245154377916417/oPMz8-kf_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "PhysInHistory",
- "statuses_count": 6154,
- "translator_type": "none",
- "url": "https://t.co/L1N7IIldGJ",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1455790000021262337",
- "professional_type": "Business",
- "category": [
- {
- "id": 954,
- "name": "Blogger",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {},
"super_follow_eligible": true
}
@@ -532,8 +85,8 @@
}
},
{
- "entryId": "user-833154196727689218",
- "sortIndex": "1807077644844400634",
+ "entryId": "user-1009716150895341568",
+ "sortIndex": "1842759080733573119",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -543,19 +96,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo4MzMxNTQxOTY3Mjc2ODkyMTg=",
- "rest_id": "833154196727689218",
+ "id": "VXNlcjoxMDA5NzE2MTUwODk1MzQxNTY4",
+ "rest_id": "1009716150895341568",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": false,
- "created_at": "Sun Feb 19 03:20:14 +0000 2017",
- "default_profile": true,
+ "created_at": "Thu Jun 21 08:34:24 +0000 2018",
+ "default_profile": false,
"default_profile_image": false,
- "description": "Fangirl of Elon. \nFierce Tesla retail shareholder advocate.\n💙 of my life @TeslaBoomerPapa. \nProud Mom of 5 exceptional humans.\nWaiting for my Optimus bot.",
+ "description": "Evolutionary Biology PhD | CEO/Editor-in-Chief @RealLastStand | Fellow @ManhattanInst | Advisor @AtheistsLiberty | Whiskey and cats.\n\n📧: cwright1859 @ gmail",
"entities": {
"description": {
"urls": []
@@ -563,9 +117,9 @@
"url": {
"urls": [
{
- "display_url": "linktr.ee/teslaboomermama",
- "expanded_url": "https://linktr.ee/teslaboomermama",
- "url": "https://t.co/5taJKyyALv",
+ "display_url": "realityslaststand.com",
+ "expanded_url": "https://www.realityslaststand.com/",
+ "url": "https://t.co/JDsm2m1J33",
"indices": [
0,
23
@@ -575,192 +129,132 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 258550,
- "followers_count": 131485,
- "friends_count": 5373,
+ "favourites_count": 125705,
+ "followers_count": 228085,
+ "friends_count": 1708,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1051,
- "location": "California USA",
- "media_count": 7309,
- "name": "Ale𝕏andra Merz",
- "normal_followers_count": 131485,
- "pinned_tweet_ids_str": [
- "1799584062983880739"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/833154196727689218/1718565520",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1748168541717876736/rAftXPQF_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TeslaBoomerMama",
- "statuses_count": 66457,
- "translator_type": "none",
- "url": "https://t.co/5taJKyyALv",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": false,
- "venmo_handle": "Alexandra-Merz-1"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-57441414",
- "sortIndex": "1807077644844400633",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1NzQ0MTQxNA==",
- "rest_id": "57441414",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Jul 16 20:44:53 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Rapper. Author. Public Speaker. Coach. Host of 'Real Talk with Zuby' podcast. 'Strong Advice' fitness eBook - https://t.co/jZuDYSwVKR",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "zubymusic.gumroad.com/l/zubyfitness",
- "expanded_url": "https://zubymusic.gumroad.com/l/zubyfitness",
- "url": "https://t.co/jZuDYSwVKR",
- "indices": [
- 110,
- 133
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "teamzuby.com",
- "expanded_url": "http://teamzuby.com",
- "url": "https://t.co/tIGb73GO1t",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 210662,
- "followers_count": 1205919,
- "friends_count": 3969,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3680,
- "location": "Global",
- "media_count": 9582,
- "name": "ZUBY:",
- "normal_followers_count": 1205919,
- "pinned_tweet_ids_str": [
- "1670098987037208577"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/57441414/1672693776",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1363770757709508608/EBWhpEq0_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ZubyMusic",
- "statuses_count": 166233,
- "translator_type": "none",
- "url": "https://t.co/tIGb73GO1t",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "patreon_handle": "zubymusic"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-541882699",
- "sortIndex": "1807077644844400632",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1NDE4ODI2OTk=",
- "rest_id": "541882699",
- "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": "Sat Mar 31 18:41:57 +0000 2012",
- "default_profile": false,
- "default_profile_image": false,
- "description": "data analysis. «Lasciate ogne speranza, voi ch’intrate». Roman Empire, Renaissance fan. Tesla shareholder. supporter/investor: @x @spacex @neuralink @xai",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 36999,
- "followers_count": 88525,
- "friends_count": 722,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 444,
- "location": "Eternal city ",
- "media_count": 1352,
- "name": "Andrea Stroppa 🐺 Claudius Nero's Legion 🐺",
- "normal_followers_count": 88525,
+ "listed_count": 1271,
+ "location": "Nashville, Tennessee",
+ "media_count": 3889,
+ "name": "Colin Wright",
+ "normal_followers_count": 228085,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/541882699/1640252246",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1526280325776785408/DJ5GlNH1_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1009716150895341568/1591490224",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1520907012602839041/ux2O3s7b_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "andst7",
- "statuses_count": 11295,
+ "screen_name": "SwipeWright",
+ "statuses_count": 53530,
"translator_type": "none",
+ "url": "https://t.co/JDsm2m1J33",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1790216919548600334",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1052,
+ "name": "Biologist",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "3AHTRCoKtpKrRjLbeEx9beeeYinS3DSJuw",
+ "cash_app_handle": "wipeWright",
+ "venmo_handle": "SwipeWright"
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-931286316",
+ "sortIndex": "1842759080733573118",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MzEyODYzMTY=",
+ "rest_id": "931286316",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Nov 07 05:23:07 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "I helped defeat Hillary, Cheney, & organized the Baltimore cleanup. My goal is to re-elect President Trump. Check out ➡️ @EarlyVoteAction MAGA 🤝 MAHA",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "EarlyVoteAction.com",
+ "expanded_url": "http://EarlyVoteAction.com",
+ "url": "https://t.co/GhyXCKkoDK",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 519958,
+ "followers_count": 1703829,
+ "friends_count": 57353,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4159,
+ "location": "Make Kindness Cool Again",
+ "media_count": 15140,
+ "name": "ThePersistence",
+ "normal_followers_count": 1703829,
+ "pinned_tweet_ids_str": [
+ "1840097261008900161"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/931286316/1564355576",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1321124227215491072/pIC0lG5M_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ScottPresler",
+ "statuses_count": 134962,
+ "translator_type": "none",
+ "url": "https://t.co/GhyXCKkoDK",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1568834047966593025",
+ "professional_type": "Creator",
+ "category": []
+ },
"tipjar_settings": {},
"super_follow_eligible": true
}
@@ -774,8 +268,8 @@
}
},
{
- "entryId": "user-1420609694402433028",
- "sortIndex": "1807077644844400631",
+ "entryId": "user-4239551",
+ "sortIndex": "1842759080733573117",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -785,128 +279,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxNDIwNjA5Njk0NDAyNDMzMDI4",
- "rest_id": "1420609694402433028",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/Rebellionair3",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1697645380740034567/2GcYMCWS_bigger.jpg"
- },
- "description": "Rebellionaire",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
+ "id": "VXNlcjo0MjM5NTUx",
+ "rest_id": "4239551",
+ "affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
- "created_at": "Thu Jul 29 04:59:34 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Life is too short to worry about stupid things. Have fun. Fall in love. Regret nothing, and don't let people bring you down. Study, think, create, and grow.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 52654,
- "followers_count": 85662,
- "friends_count": 907,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 375,
- "location": "On-chain",
- "media_count": 1405,
- "name": "Adrian Dittmann",
- "normal_followers_count": 85662,
- "pinned_tweet_ids_str": [
- "1806656690496086321"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1420609694402433028/1690143151",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1715183897297002496/67FPPcja_normal.png",
- "profile_interstitial_type": "",
- "screen_name": "AdrianDittmann",
- "statuses_count": 12050,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1599390904682307586",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "",
- "ethereum_handle": "0xF3E94c43a36D03aDbeB447e63abCfCcED653E1CB",
- "patreon_handle": "AdrianDittmann"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-692023",
- "sortIndex": "1807077644844400630",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2OTIwMjM=",
- "rest_id": "692023",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/MyDogeOfficial",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
- },
- "description": "MyDoge",
- "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": "Wed Jan 24 06:20:18 +0000 2007",
+ "created_at": "Wed Apr 11 20:34:15 +0000 2007",
"default_profile": false,
"default_profile_image": false,
- "description": "investor: @spacex @passionflix @cloud9 @neuralink @tesla @boringcompany @x @xai @coinbase @groqinc @mydogeofficial",
+ "description": "Conservative Headlines w/ a Dash of Satire and Ai • Supporting Independent Journalism • DMs reserved for Subscribers & Sponsors • Trump/Vance 2024",
"entities": {
"description": {
"urls": []
@@ -914,9 +300,9 @@
"url": {
"urls": [
{
- "display_url": "craftventures.com",
- "expanded_url": "http://www.craftventures.com",
- "url": "https://t.co/PC6i9OsYm2",
+ "display_url": "amzn.to/3TntABg",
+ "expanded_url": "https://amzn.to/3TntABg",
+ "url": "https://t.co/4ZvXIHzgNr",
"indices": [
0,
23
@@ -926,45 +312,141 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 7776,
- "followers_count": 122091,
- "friends_count": 573,
+ "favourites_count": 231525,
+ "followers_count": 428723,
+ "friends_count": 500,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1101,
- "location": "Being First",
- "media_count": 508,
- "name": "bill lee",
- "normal_followers_count": 122091,
+ "listed_count": 2584,
+ "location": "United States of America",
+ "media_count": 22756,
+ "name": "@amuse",
+ "normal_followers_count": 428723,
"pinned_tweet_ids_str": [
- "1534935770934431747"
+ "1842649993888649243"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/692023/1590347514",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1534972166122393611/vPpsxivk_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/4239551/1728178881",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1621897638328008709/qK4vDITA_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "westcoastbill",
- "statuses_count": 6772,
+ "screen_name": "amuse",
+ "statuses_count": 54880,
"translator_type": "none",
- "url": "https://t.co/PC6i9OsYm2",
+ "url": "https://t.co/4ZvXIHzgNr",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1586317303960014852",
+ "rest_id": "1595393568474120194",
"professional_type": "Business",
"category": [
{
- "id": 713,
- "name": "Science & Technology",
+ "id": 580,
+ "name": "Media & News Company",
"icon_name": "IconBriefcaseStroke"
}
]
},
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-774174489458331649",
+ "sortIndex": "1842759080733573116",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NzQxNzQ0ODk0NTgzMzE2NDk=",
+ "rest_id": "774174489458331649",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Sep 09 09:15:56 +0000 2016",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "🇮🇱 Advocacy, 🇮🇱 Humour, 🇮🇱 Space Lasers\n\nhttps://t.co/7Omwhf7Vhy",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "patreon.com/Themossadil",
+ "expanded_url": "https://patreon.com/Themossadil",
+ "url": "https://t.co/7Omwhf7Vhy",
+ "indices": [
+ 41,
+ 64
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "themossadil.com",
+ "expanded_url": "http://themossadil.com",
+ "url": "https://t.co/gzYr9eONMR",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3021,
+ "followers_count": 689962,
+ "friends_count": 1170,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2331,
+ "location": "Right behind you",
+ "media_count": 7909,
+ "name": "The Mossad: Satirical and Awesome",
+ "normal_followers_count": 689962,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/774174489458331649/1651093702",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1829978398103420928/TQrnHJ_w_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "TheMossadIL",
+ "statuses_count": 21948,
+ "translator_type": "none",
+ "url": "https://t.co/gzYr9eONMR",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1689378745516253277",
+ "professional_type": "Creator",
+ "category": []
+ },
"tipjar_settings": {
"is_enabled": true,
- "bitcoin_handle": "3KfhTeAtEah81cRcnifD95tTkZEsz7YBvh"
+ "bitcoin_handle": "bc1qmf0cc4mvppwxfyf740cmpyqcc2j35l5dlj7l8e",
+ "patreon_handle": "TheMossadIL"
},
"super_follow_eligible": true
}
@@ -978,8 +460,8 @@
}
},
{
- "entryId": "user-713551239645007873",
- "sortIndex": "1807077644844400629",
+ "entryId": "user-988875229081432064",
+ "sortIndex": "1842759080733573115",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -989,19 +471,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo3MTM1NTEyMzk2NDUwMDc4NzM=",
- "rest_id": "713551239645007873",
+ "id": "VXNlcjo5ODg4NzUyMjkwODE0MzIwNjQ=",
+ "rest_id": "988875229081432064",
"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 Mar 26 02:20:47 +0000 2016",
- "default_profile": false,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Apr 24 20:20:01 +0000 2018",
+ "default_profile": true,
"default_profile_image": false,
- "description": "Turning your favorite romance novels into movies and series 🌹",
+ "description": "P1. Cyborg. Neuralnaut. Skynet Progenitor. Taurus.",
"entities": {
"description": {
"urls": []
@@ -1009,9 +492,9 @@
"url": {
"urls": [
{
- "display_url": "watch.passionflix.com",
- "expanded_url": "http://watch.passionflix.com",
- "url": "https://t.co/Dt4eL8ocCY",
+ "display_url": "instagram.com/noland_arbaugh…",
+ "expanded_url": "https://www.instagram.com/noland_arbaugh?igsh=a3o1NXE5c3gzd3Rn&utm_source=qr",
+ "url": "https://t.co/SAZvFbvC77",
"indices": [
0,
23
@@ -1021,38 +504,211 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 5013,
- "followers_count": 45286,
- "friends_count": 221,
- "has_custom_timelines": true,
+ "favourites_count": 20,
+ "followers_count": 111010,
+ "friends_count": 29,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 102,
- "location": "Atlanta, GA",
- "media_count": 1348,
- "name": "Passionflix",
- "normal_followers_count": 45286,
+ "listed_count": 251,
+ "location": "Arizona, USA",
+ "media_count": 11,
+ "name": "Noland Arbaugh",
+ "normal_followers_count": 111010,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/988875229081432064/1714269111",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1771230004606824449/2CZLYF52_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "ModdedQuad",
+ "statuses_count": 94,
+ "translator_type": "none",
+ "url": "https://t.co/SAZvFbvC77",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1565496025342681089",
+ "sortIndex": "1842759080733573114",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTY1NDk2MDI1MzQyNjgxMDg5",
+ "rest_id": "1565496025342681089",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Fri Sep 02 00:25:20 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "I work Construction. 🧰 Check out my work videos in highlights tab. ⬇️",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 49500,
+ "followers_count": 87753,
+ "friends_count": 915,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 54,
+ "location": "",
+ "media_count": 8569,
+ "name": "Mary Tiles Texas 👷🏼♀️",
+ "normal_followers_count": 87753,
"pinned_tweet_ids_str": [
- "1806762483090379062"
+ "1839713246774775821"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/713551239645007873/1668956395",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/827235041805676545/ett-S2YY_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1565496025342681089/1714366426",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1784811999139872768/jM9uCDCi_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "PassionFlix",
- "statuses_count": 3532,
+ "screen_name": "MaryTilesTexas",
+ "statuses_count": 39563,
"translator_type": "none",
- "url": "https://t.co/Dt4eL8ocCY",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1583101786273075201",
+ "rest_id": "1744913159780028807",
"professional_type": "Business",
"category": [
{
- "id": 1032,
- "name": "Filmmaker",
+ "id": 406,
+ "name": "Construction Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "cash_app_handle": "dippindottt",
+ "ethereum_handle": "0x2776E2220F0cD862F87AdcA454fa4756e258BF21"
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-191167764",
+ "sortIndex": "1842759080733573113",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxOTExNjc3NjQ=",
+ "rest_id": "191167764",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed Sep 15 19:30:15 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Dad: A human male who protects his kids from gender ideology. Traveling the world to stop child transition one conversation at a time. https://t.co/DN4D6NANIM",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "billboardchris.com/donate",
+ "expanded_url": "http://billboardchris.com/donate",
+ "url": "https://t.co/DN4D6NANIM",
+ "indices": [
+ 135,
+ 158
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "billboardchris.com",
+ "expanded_url": "http://billboardchris.com",
+ "url": "https://t.co/JfTsn5SfRJ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 119700,
+ "followers_count": 455805,
+ "friends_count": 849,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1218,
+ "location": "South Surrey, British Columbia",
+ "media_count": 7226,
+ "name": "Billboard Chris 🇨🇦🇺🇸",
+ "normal_followers_count": 455805,
+ "pinned_tweet_ids_str": [
+ "1727200514360950937"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/191167764/1723840429",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1824332955516284928/17qcF5kj_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BillboardChris",
+ "statuses_count": 58022,
+ "translator_type": "none",
+ "url": "https://t.co/JfTsn5SfRJ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1470430583536816128",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1009,
+ "name": "Community",
"icon_name": "IconBriefcaseStroke"
}
]
@@ -1070,8 +726,8 @@
}
},
{
- "entryId": "user-750683331260321792",
- "sortIndex": "1807077644844400628",
+ "entryId": "user-1674861136498286605",
+ "sortIndex": "1842759080733573112",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1081,73 +737,53 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjo3NTA2ODMzMzEyNjAzMjE3OTI=",
- "rest_id": "750683331260321792",
+ "id": "VXNlcjoxNjc0ODYxMTM2NDk4Mjg2NjA1",
+ "rest_id": "1674861136498286605",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Wed Jul 06 13:30:28 +0000 2016",
- "default_profile": false,
+ "created_at": "Fri Jun 30 19:24:28 +0000 2023",
+ "default_profile": true,
"default_profile_image": false,
- "description": "We are curious about the Universe, Are you?\nct: curiosityonx@gmail.com\nSubscribe for only $3⤴️. https://t.co/ZbvKjjExse",
+ "description": "🇺🇸 Creator | Video Producer | Media Critic | Anti-Communist 🇺🇸",
"entities": {
"description": {
- "urls": [
- {
- "display_url": "twitter.com/MAstronomers/c…",
- "expanded_url": "https://twitter.com/MAstronomers/creator-subscriptions/subscribe",
- "url": "https://t.co/ZbvKjjExse",
- "indices": [
- 96,
- 119
- ]
- }
- ]
+ "urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 3985,
- "followers_count": 934076,
- "friends_count": 79,
+ "favourites_count": 24835,
+ "followers_count": 235403,
+ "friends_count": 584,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 3025,
- "location": "Milky Way",
- "media_count": 5399,
- "name": "Curiosity",
- "normal_followers_count": 934076,
+ "listed_count": 602,
+ "location": "",
+ "media_count": 3367,
+ "name": "Western Lensman",
+ "normal_followers_count": 235403,
"pinned_tweet_ids_str": [
- "1806750661947666448"
+ "1842386646601277481"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/750683331260321792/1571761121",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1333505995566411782/Qd8AZOnm_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1674861136498286605/1704910687",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1744453002168045569/Q9ZomyTL_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "MAstronomers",
- "statuses_count": 8699,
+ "screen_name": "WesternLensman",
+ "statuses_count": 16604,
"translator_type": "none",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1681405968578428946",
- "professional_type": "Creator",
- "category": [
- {
- "id": 713,
- "name": "Science & Technology",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
"tipjar_settings": {
"is_enabled": true,
- "patreon_handle": "amazingastronomy"
+ "cash_app_handle": "WesternLensman"
},
"super_follow_eligible": true
}
@@ -1161,8 +797,8 @@
}
},
{
- "entryId": "user-101584084",
- "sortIndex": "1807077644844400627",
+ "entryId": "user-2961936246",
+ "sortIndex": "1842759080733573111",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1172,66 +808,66 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMDE1ODQwODQ=",
- "rest_id": "101584084",
+ "id": "VXNlcjoyOTYxOTM2MjQ2",
+ "rest_id": "2961936246",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
+ "following": false,
+ "can_dm": false,
"can_media_tag": false,
- "created_at": "Sun Jan 03 22:04:29 +0000 2010",
- "default_profile": false,
+ "created_at": "Wed Jan 07 03:38:49 +0000 2015",
+ "default_profile": true,
"default_profile_image": false,
- "description": "we can only see what we think is possible...",
+ "description": "• I have a smorgasbord of interests • Advancement of humanity 🚀• ❤️ Cybertruck owner 📐",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "readmultiplex.com",
- "expanded_url": "http://readmultiplex.com/",
- "url": "https://t.co/riCFzsOQbj",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 414259,
- "followers_count": 276359,
- "friends_count": 31486,
+ "favourites_count": 211155,
+ "followers_count": 146241,
+ "friends_count": 2421,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3717,
- "location": "transcendence",
- "media_count": 33742,
- "name": "Brian Roemmele",
- "normal_followers_count": 276359,
+ "listed_count": 255,
+ "location": "USA",
+ "media_count": 18538,
+ "name": "LilHumansBigImpact",
+ "normal_followers_count": 146241,
"pinned_tweet_ids_str": [
- "1564825039731535872"
+ "1842392701385228744"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/101584084/1414798559",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1492616506/Brian-Med-Green-Fin_normal.png",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2961936246/1710591969",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1818628530579660800/qk17XhGC_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "BrianRoemmele",
- "statuses_count": 130383,
+ "screen_name": "BigImpactHumans",
+ "statuses_count": 104698,
"translator_type": "none",
- "url": "https://t.co/riCFzsOQbj",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1461085680424165385",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
"tipjar_settings": {
"is_enabled": true,
- "cash_app_handle": "$BrianRoemmele"
+ "bitcoin_handle": "3L63inzV9LQbS9S1gZHPq8rqvS7QJvewgc",
+ "cash_app_handle": "$CyberTruckGirl",
+ "ethereum_handle": "0x27b4d473Bc99Bd31178062FD11974bA2B6069f3F"
},
"super_follow_eligible": true
}
@@ -1245,8 +881,8 @@
}
},
{
- "entryId": "user-2835451658",
- "sortIndex": "1807077644844400626",
+ "entryId": "user-164070785",
+ "sortIndex": "1842759080733573110",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1256,18 +892,430 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyODM1NDUxNjU4",
- "rest_id": "2835451658",
+ "id": "VXNlcjoxNjQwNzA3ODU=",
+ "rest_id": "164070785",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Jul 07 23:58:47 +0000 2010",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Watch my documentaries at: https://t.co/wHlsDiNT10 Best Selling Author. Filmmaker.",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "laurensouthern.net",
+ "expanded_url": "https://laurensouthern.net/",
+ "url": "https://t.co/wHlsDiNT10",
+ "indices": [
+ 27,
+ 50
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "youtube.com/channel/UCla6A…",
+ "expanded_url": "https://www.youtube.com/channel/UCla6APLHX6W3FeNLc8PYuvg/videos",
+ "url": "https://t.co/xxjnkPATFP",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 44743,
+ "followers_count": 563765,
+ "friends_count": 1341,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2487,
+ "location": "contactlsouthern@gmail.com",
+ "media_count": 2253,
+ "name": "Lauren Southern",
+ "normal_followers_count": 563765,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/164070785/1724191200",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1825985146048110592/QOaSdI-8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Lauren_Southern",
+ "statuses_count": 13917,
+ "translator_type": "none",
+ "url": "https://t.co/xxjnkPATFP",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1748617489972621491",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 933,
+ "name": "Media Personality",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-756355782262845440",
+ "sortIndex": "1842759080733573109",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo3NTYzNTU3ODIyNjI4NDU0NDA=",
+ "rest_id": "756355782262845440",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jul 22 05:10:45 +0000 2016",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "The Save Journalism Committee. Let’s make the news better. Lover of context, nuance, and whatever the opposite of tribalism is.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "savingjournalism.substack.com",
+ "expanded_url": "http://savingjournalism.substack.com",
+ "url": "https://t.co/qRb8hZaVgD",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 15696,
+ "followers_count": 5710,
+ "friends_count": 500,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 43,
+ "location": "",
+ "media_count": 132,
+ "name": "Jeremy Arnold",
+ "normal_followers_count": 5710,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/756355782262845440/1580393844",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/837078548875624448/720rH72Z_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jdotarnold",
+ "statuses_count": 1946,
+ "translator_type": "none",
+ "url": "https://t.co/qRb8hZaVgD",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1641433637865283584",
+ "sortIndex": "1842759080733573108",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNjQxNDMzNjM3ODY1MjgzNTg0",
+ "rest_id": "1641433637865283584",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Thu Mar 30 13:34:52 +0000 2023",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Style 👑 romantic, a touch of rustic, splash of whimsy, old world elegance 🏛️, a warm embrace with a glass of 🥂. Me 🥐. 🖼️dm for credit or removal",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 26399,
+ "followers_count": 120147,
+ "friends_count": 354,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 356,
+ "location": "",
+ "media_count": 57013,
+ "name": "Elle Lookbook",
+ "normal_followers_count": 120147,
+ "pinned_tweet_ids_str": [
+ "1842730426588188799"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1641433637865283584/1682298709",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1641434340889354240/FNWZEwHw_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "EvaLovesDesign",
+ "statuses_count": 75351,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1196441152486072320",
+ "sortIndex": "1842759080733573107",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTk2NDQxMTUyNDg2MDcyMzIw",
+ "rest_id": "1196441152486072320",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Mon Nov 18 14:53:25 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Emmy winning investigative journalist. Telling the stories I could not tell before, where the facts have a power all their own. #CatherineHerridgeReports",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "catherineherridgereports.com/subscribe",
+ "expanded_url": "https://catherineherridgereports.com/subscribe",
+ "url": "https://t.co/43shzvbjYQ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 24,
+ "followers_count": 642430,
+ "friends_count": 37,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2638,
+ "location": "Washington, D.C.",
+ "media_count": 1806,
+ "name": "Catherine Herridge",
+ "normal_followers_count": 642430,
+ "pinned_tweet_ids_str": [
+ "1841825839307948291"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1196441152486072320/1574089953",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1196446872371642369/J4nMFPJv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "C__Herridge",
+ "statuses_count": 3569,
+ "translator_type": "none",
+ "url": "https://t.co/43shzvbjYQ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1563233824863309824",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 132,
+ "name": "Commercial & Industrial",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1394680198705123329",
+ "sortIndex": "1842759080733573106",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzk0NjgwMTk4NzA1MTIzMzI5",
+ "rest_id": "1394680198705123329",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue May 18 15:44:18 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Video editor. 100% original content. You have seen my work.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 96734,
+ "followers_count": 324024,
+ "friends_count": 8291,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1067,
+ "location": "",
+ "media_count": 4751,
+ "name": "MAZE",
+ "normal_followers_count": 324024,
+ "pinned_tweet_ids_str": [
+ "1595305491156111361"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1394680198705123329/1674071752",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1615800151750152208/qeY0l05r_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "mazemoore",
+ "statuses_count": 21027,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1578127809792409616",
+ "sortIndex": "1842759080733573105",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTc4MTI3ODA5NzkyNDA5NjE2",
+ "rest_id": "1578127809792409616",
"affiliates_highlighted_label": {
"label": {
"url": {
- "url": "https://twitter.com/TPostMillennial",
+ "url": "https://twitter.com/X",
"urlType": "DeepLink"
},
"badge": {
- "url": "https://pbs.twimg.com/profile_images/1460306213229453317/hxefwhdS_bigger.jpg"
+ "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg"
},
- "description": "The Post Millennial",
+ "description": "X",
"userLabelType": "BusinessLabel",
"userLabelDisplayType": "Badge"
}
@@ -1276,528 +1324,38 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Mon Sep 29 05:58:06 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "NYT bestselling journalist. Senior editor @TPostMillennial. Fact checker @CommunityNotes. Support my journalism & send news tips to: https://t.co/qNoFCtvckk",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "linktr.ee/andyngo",
- "expanded_url": "http://linktr.ee/andyngo",
- "url": "https://t.co/qNoFCtvckk",
- "indices": [
- 133,
- 156
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "andy-ngo.com",
- "expanded_url": "http://www.andy-ngo.com",
- "url": "https://t.co/g8LZzaVjZV",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 69984,
- "followers_count": 1486808,
- "friends_count": 3022,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 6193,
- "location": "Portland, OR refugee in London",
- "media_count": 15850,
- "name": "Andy Ngô 🏳️🌈",
- "normal_followers_count": 1486808,
- "pinned_tweet_ids_str": [
- "1768697894347981276"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2835451658/1687535112",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1265070746931302401/2w71OcJP_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MrAndyNgo",
- "statuses_count": 45439,
- "translator_type": "none",
- "url": "https://t.co/g8LZzaVjZV",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1612883086089363458",
- "professional_type": "Creator",
- "category": [
- {
- "id": 955,
- "name": "Journalist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "333k25HfF8Rxw48YLdn4Xc58g7jf87xsbz",
- "cash_app_handle": "MrAndyNgo",
- "patreon_handle": "AndyNgo",
- "venmo_handle": "MrAndyNgo"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-3129966405",
- "sortIndex": "1807077644844400625",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozMTI5OTY2NDA1",
- "rest_id": "3129966405",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
- "created_at": "Mon Mar 30 21:50:14 +0000 2015",
+ "created_at": "Thu Oct 06 21:00:06 +0000 2022",
"default_profile": true,
"default_profile_image": false,
- "description": "High-End #DiabloIV Streamer/YouTuber/Theorycrafter & World First Racer. \nDirector of Diablo Franchise on @maxrollgg\nBusiness: wudijo@dulcedo.com",
+ "description": "the most active 𝕏 employee you will meet swinging kettlebells and so much more",
"entities": {
"description": {
"urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "twitch.tv/wudijo",
- "expanded_url": "http://www.twitch.tv/wudijo",
- "url": "https://t.co/iP893D6uys",
- "indices": [
- 0,
- 23
- ]
- }
- ]
}
},
"fast_followers_count": 0,
- "favourites_count": 1086,
- "followers_count": 32692,
- "friends_count": 61,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 104,
- "location": "Germany",
- "media_count": 238,
- "name": "wudijo",
- "normal_followers_count": 32692,
- "pinned_tweet_ids_str": [
- "1806658178714681777"
- ],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1584592441453199360/I0cQMKBs_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "wudijo",
- "statuses_count": 920,
- "translator_type": "none",
- "url": "https://t.co/iP893D6uys",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1642835725421887492",
- "professional_type": "Creator",
- "category": [
- {
- "id": 15,
- "name": "Entertainment & Recreation",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-226986867",
- "sortIndex": "1807077644844400624",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMjY5ODY4Njc=",
- "rest_id": "226986867",
- "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 15 16:17:30 +0000 2010",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Hi I'm Rob. I tweet about Gaming, @Diablo & @Twitch and stream efficient & high-quality gameplay! https://t.co/aEk18dC723\nBusiness: rob@epictalent.gg",
- "entities": {
- "description": {
- "urls": [
- {
- "display_url": "youtube.com/c/Rob2628",
- "expanded_url": "https://www.youtube.com/c/Rob2628",
- "url": "https://t.co/aEk18dC723",
- "indices": [
- 98,
- 121
- ]
- }
- ]
- },
- "url": {
- "urls": [
- {
- "display_url": "twitch.tv/rob2628",
- "expanded_url": "https://www.twitch.tv/rob2628",
- "url": "https://t.co/U85a3MQv74",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2112,
- "followers_count": 21000,
- "friends_count": 93,
+ "favourites_count": 55808,
+ "followers_count": 33656,
+ "friends_count": 1000,
"has_custom_timelines": false,
"is_translator": false,
- "listed_count": 50,
- "location": "NRW, Germany",
- "media_count": 227,
- "name": "Rob2628",
- "normal_followers_count": 21000,
+ "listed_count": 298,
+ "location": "",
+ "media_count": 5137,
+ "name": "Dan",
+ "normal_followers_count": 33656,
"pinned_tweet_ids_str": [
- "1800611515663360492"
+ "1839078875571048720"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/226986867/1689266722",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1217123421622018049/pEU-WVCY_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1578127809792409616/1717525727",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1810033367376973824/_RnQT45Y_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "Rob_2628",
- "statuses_count": 569,
- "translator_type": "none",
- "url": "https://t.co/U85a3MQv74",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1737124041067028781",
- "professional_type": "Creator",
- "category": [
- {
- "id": 15,
- "name": "Entertainment & Recreation",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-896466491587080194",
- "sortIndex": "1807077644844400623",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4OTY0NjY0OTE1ODcwODAxOTQ=",
- "rest_id": "896466491587080194",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/SFC_Network",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1486041429893955593/ScJl8U9B_bigger.png"
- },
- "description": "State Freedom Caucus Network",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Sat Aug 12 20:20:41 +0000 2017",
- "default_profile": false,
- "default_profile_image": false,
- "description": "St. Michael the Archangel, Defend us in Battle | Comms @SFC_Network, former D1 academic weapon, Peppermint Zyn enthusiast, and noted buffalo wing eater",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "sfcn.substack.com",
- "expanded_url": "https://sfcn.substack.com",
- "url": "https://t.co/Ik6AQNcxNu",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43411,
- "followers_count": 366908,
- "friends_count": 2971,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1763,
- "location": "NoVA",
- "media_count": 7692,
- "name": "Greg Price",
- "normal_followers_count": 366908,
- "pinned_tweet_ids_str": [
- "1753604603281658117"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/896466491587080194/1659402337",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1599596465130700800/njeeSJmC_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "greg_price11",
- "statuses_count": 51230,
- "translator_type": "none",
- "url": "https://t.co/Ik6AQNcxNu",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "cash_app_handle": "gprice1234",
- "venmo_handle": "gprice1234"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-294293982",
- "sortIndex": "1807077644844400622",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyOTQyOTM5ODI=",
- "rest_id": "294293982",
- "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 May 06 21:50:08 +0000 2011",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Memes. Voluntaryism. Laissez-faire. Individualism. Propertarianism. Austrian Economics. Bookwormism. Bitcoin.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "amazon.com/dp/B0BPCWWV8Z?…",
- "expanded_url": "https://www.amazon.com/dp/B0BPCWWV8Z?binding=kindle_edition&ref=dbs_dp_awt_ser_img_widg_pc_tukn",
- "url": "https://t.co/zd9bRP7CwA",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 65568,
- "followers_count": 239348,
- "friends_count": 3578,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 1135,
- "location": "Michigan, USA",
- "media_count": 63016,
- "name": "Rothmus 🏴",
- "normal_followers_count": 239348,
- "pinned_tweet_ids_str": [
- "1711806612749365270"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/294293982/1698875102",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1427434033290661891/hLTTZ5lt_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Rothmus",
- "statuses_count": 84739,
- "translator_type": "none",
- "url": "https://t.co/zd9bRP7CwA",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1499205257636757506",
- "professional_type": "Creator",
- "category": [
- {
- "id": 957,
- "name": "Author",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "CreatorSubscriptionsSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-3895214232",
- "sortIndex": "1807077644844400621",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozODk1MjE0MjMy",
- "rest_id": "3895214232",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Wed Oct 14 20:28:20 +0000 2015",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Misinformation is the bread and butter of the “free thinking high IQ” denizens of Reddit. Home of Watchdog. Ephesians 5:11.\n\nDMs open for submissions.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 63632,
- "followers_count": 353567,
- "friends_count": 608,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 679,
- "location": "Tennessee, USA",
- "media_count": 10846,
- "name": "Reddit Lies",
- "normal_followers_count": 353567,
- "pinned_tweet_ids_str": [
- "1806497463466942938"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/3895214232/1634153219",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1438530746164121602/esKsjv3b_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "reddit_lies",
- "statuses_count": 20056,
+ "screen_name": "KettlebellDan",
+ "statuses_count": 38464,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -1818,22 +1376,378 @@
}
},
{
- "entryId": "cursor-bottom-1807077644844400620",
- "sortIndex": "1807077644844400620",
+ "entryId": "user-143134601",
+ "sortIndex": "1842759080733573104",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDMxMzQ2MDE=",
+ "rest_id": "143134601",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed May 12 17:47:21 +0000 2010",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Partner @sequoia // @caltech physics PhD",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "sequoiacap.com/people/shaun-m…",
+ "expanded_url": "https://www.sequoiacap.com/people/shaun-maguire/",
+ "url": "https://t.co/HVwyi04Zw2",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 98884,
+ "followers_count": 152853,
+ "friends_count": 1366,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1294,
+ "location": "",
+ "media_count": 753,
+ "name": "Shaun Maguire",
+ "normal_followers_count": 152853,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/143134601/1640800805",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1679256030109384704/Dt1KkqF7_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "shaunmmaguire",
+ "statuses_count": 13442,
+ "translator_type": "none",
+ "url": "https://t.co/HVwyi04Zw2",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-959471389282578432",
+ "sortIndex": "1842759080733573103",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5NTk0NzEzODkyODI1Nzg0MzI=",
+ "rest_id": "959471389282578432",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Fri Feb 02 16:59:40 +0000 2018",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Blogger covering SpaceX, Tesla, environment & space exploration 🖖🏼 ◉ My blog @onlyVerumNews ◉ Occasionally post memes",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 181952,
+ "followers_count": 251884,
+ "friends_count": 1156,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 770,
+ "location": "Ukraine",
+ "media_count": 16010,
+ "name": "Eva FoX 🦊 Claudius Nero's Legion",
+ "normal_followers_count": 251884,
+ "pinned_tweet_ids_str": [
+ "1840044501621965067"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/959471389282578432/1723057700",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1823729476783546368/-rxDGDEa_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "EvaFoxU",
+ "statuses_count": 56514,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1513901275649392646",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "bc1qnp3pq8pk4y8ar7wskj5glxvsdu2smcm2zcpr2d",
+ "ethereum_handle": "0x8c5ea70093Aa22A14801609163A4fde90e4427c7"
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1382716478580002818",
+ "sortIndex": "1842759080733573102",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzgyNzE2NDc4NTgwMDAyODE4",
+ "rest_id": "1382716478580002818",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Apr 15 15:24:38 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Social Commentator, Writer, Co-Founder of Thoughtful Therapists. Co-Ordinator of Declaration for Biological Reality (https://t.co/43HZSXAxdk)",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "declarationforbiologicalreality.org",
+ "expanded_url": "http://declarationforbiologicalreality.org",
+ "url": "https://t.co/43HZSXAxdk",
+ "indices": [
+ 117,
+ 140
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "mattgoodwin.org/s/james-esses",
+ "expanded_url": "https://www.mattgoodwin.org/s/james-esses",
+ "url": "https://t.co/NxXQ7Z9tEv",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 7688,
+ "followers_count": 128240,
+ "friends_count": 552,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 503,
+ "location": "United Kingdom",
+ "media_count": 655,
+ "name": "James Esses",
+ "normal_followers_count": 128240,
+ "pinned_tweet_ids_str": [
+ "1823642057669259573"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1382716478580002818/1683806136",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1584891195519533057/M3pj9HgZ_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JamesEsses",
+ "statuses_count": 5885,
+ "translator_type": "none",
+ "url": "https://t.co/NxXQ7Z9tEv",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ },
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1173552893003255808",
+ "sortIndex": "1842759080733573101",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMTczNTUyODkzMDAzMjU1ODA4",
+ "rest_id": "1173552893003255808",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Mon Sep 16 11:03:31 +0000 2019",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "engineer @x. generalist\n\nhack on robotics + ML projects on my free time. follow to find out whats possible.\n\nrunning https://t.co/pWRBfY8kn2 - an AI image editor",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "dingboard.com",
+ "expanded_url": "https://dingboard.com",
+ "url": "https://t.co/pWRBfY8kn2",
+ "indices": [
+ 117,
+ 140
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "yacine.ca",
+ "expanded_url": "http://yacine.ca",
+ "url": "https://t.co/nVTAce2pE8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 347178,
+ "followers_count": 100453,
+ "friends_count": 3974,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 947,
+ "location": "Ottawa",
+ "media_count": 9304,
+ "name": "kache",
+ "normal_followers_count": 100453,
+ "pinned_tweet_ids_str": [
+ "1841481904484122950"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1173552893003255808/1715559178",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1757082182500139008/kF27Rhsz_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "yacineMTB",
+ "statuses_count": 83997,
+ "translator_type": "none",
+ "url": "https://t.co/nVTAce2pE8",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {},
+ "super_follow_eligible": true
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "CreatorSubscriptionsSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-1842759080733573100",
+ "sortIndex": "1842759080733573100",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1790171399620585716|1807077644844400618",
+ "value": "1805781567679303716|1842759080733573098",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1807077644844400641",
- "sortIndex": "1807077644844400641",
+ "entryId": "cursor-top-1842759080733573121",
+ "sortIndex": "1842759080733573121",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1807077644844400641",
+ "value": "-1|1842759080733573121",
"cursorType": "Top"
}
}
diff --git a/tests/mocked-data/raw_tweet_details.json b/tests/mocked-data/raw_tweet_details.json
index faaf169..1fd588c 100644
--- a/tests/mocked-data/raw_tweet_details.json
+++ b/tests/mocked-data/raw_tweet_details.json
@@ -43,6 +43,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -68,16 +69,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646148,
- "friends_count": 1778,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646148,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -86,7 +87,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -120,12 +121,12 @@
},
"is_translatable": false,
"views": {
- "count": "812186",
+ "count": "862123",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 69,
+ "bookmark_count": 71,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -140,14 +141,14 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 459,
+ "favorite_count": 457,
"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": 115,
- "reply_count": 103,
- "retweet_count": 220,
+ "reply_count": 101,
+ "retweet_count": 217,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191520250245121"
@@ -204,6 +205,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -229,16 +231,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646148,
- "friends_count": 1778,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646148,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -247,7 +249,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -281,12 +283,12 @@
},
"is_translatable": false,
"views": {
- "count": "209745",
+ "count": "210964",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 16,
+ "bookmark_count": 14,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -301,7 +303,7 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 82,
+ "favorite_count": 80,
"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",
@@ -311,7 +313,7 @@
"lang": "en",
"quote_count": 37,
"reply_count": 8,
- "retweet_count": 49,
+ "retweet_count": 50,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191521323995138"
@@ -370,6 +372,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -395,16 +398,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646148,
- "friends_count": 1778,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646148,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -413,7 +416,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -447,12 +450,12 @@
},
"is_translatable": false,
"views": {
- "count": "218478",
+ "count": "236876",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 9,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -477,7 +480,7 @@
],
"user_mentions": []
},
- "favorite_count": 147,
+ "favorite_count": 143,
"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",
@@ -489,7 +492,7 @@
"possibly_sensitive_editable": true,
"quote_count": 14,
"reply_count": 33,
- "retweet_count": 43,
+ "retweet_count": 42,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191522485817345"
@@ -548,6 +551,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -573,16 +577,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646148,
- "friends_count": 1778,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646148,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -591,7 +595,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -625,12 +629,12 @@
},
"is_translatable": false,
"views": {
- "count": "187151",
+ "count": "205066",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 9,
+ "bookmark_count": 8,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -655,7 +659,7 @@
],
"user_mentions": []
},
- "favorite_count": 143,
+ "favorite_count": 140,
"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",
@@ -667,7 +671,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 38,
- "retweet_count": 42,
+ "retweet_count": 40,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191523697979392"
@@ -703,19 +707,1482 @@
}
},
{
- "entryId": "cursor-showmorethreads-4785149654330612787",
- "sortIndex": "7574180516604530675",
+ "entryId": "conversationthread-1649431954981306369",
+ "sortIndex": "7574180516604530666",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649431954981306369-tweet-1649431954981306369",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649431954981306369",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzI0MDQ1MzU0ODQ5OTY4MTI4",
+ "rest_id": "1324045354849968128",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Nov 04 17:47:47 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 15602,
+ "followers_count": 584,
+ "friends_count": 1336,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "United States",
+ "media_count": 16,
+ "name": "Skunk Tail",
+ "normal_followers_count": 584,
+ "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": "skunk_tail",
+ "statuses_count": 1606,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649431954981306369"
+ ],
+ "editable_until_msecs": "1682091997000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1263",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 15:16:37 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 88
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "@TwitterDev What happened to Twitter search from web browser? It stopped working today.",
+ "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": "1324045354849968128",
+ "id_str": "1649431954981306369"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCGAHgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649231215319486464",
+ "sortIndex": "7574180516604530656",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649231215319486464-tweet-1649231215319486464",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649231215319486464",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTA3NzI0NTg0MjU0MzM3MDI3",
+ "rest_id": "1507724584254337027",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Mar 26 14:22:43 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Degenerate Dog Dev w/ -10 IQ",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21280,
+ "followers_count": 762,
+ "friends_count": 955,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "",
+ "media_count": 928,
+ "name": "DegenD🟡G | For hire",
+ "normal_followers_count": 762,
+ "pinned_tweet_ids_str": [
+ "1560676162246168576"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1507724584254337027/1683993405",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1778971561485369344/pC4paP5R_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "0xAnjing",
+ "statuses_count": 3400,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649231215319486464"
+ ],
+ "editable_until_msecs": "1682044137000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 01:58:57 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 136
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "@TwitterDev could you also remove the pending application process? my account has been pending for more than a year and still no news gg",
+ "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": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1507724584254337027",
+ "id_str": "1649231215319486464"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCKIDgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649219645088624642",
+ "sortIndex": "7574180516604530646",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649219645088624642-tweet-1649219645088624642",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649219645088624642",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1MDg3MDAzOA==",
+ "rest_id": "50870038",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Jun 26 01:48:45 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Twitter Celebrity. Handsome. Runner. Husband to @SaraJoCluff\nbluesky: https://t.co/JIymm6PJ77\nthreads: @dchadcluff",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "bsky.app/profile/chadcl…",
+ "expanded_url": "https://bsky.app/profile/chadcluff.bsky.social",
+ "url": "https://t.co/JIymm6PJ77",
+ "indices": [
+ 70,
+ 93
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "cougarcorner.com",
+ "expanded_url": "http://www.cougarcorner.com",
+ "url": "https://t.co/KThTkTtAXv",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 195935,
+ "followers_count": 2619,
+ "friends_count": 1399,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 37,
+ "location": "United States",
+ "media_count": 7357,
+ "name": "Chad is Rad",
+ "normal_followers_count": 2619,
+ "pinned_tweet_ids_str": [
+ "738816222226063361"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/50870038/1509942179",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1565110693845540866/E2sWtAFH_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chadcluff",
+ "statuses_count": 117125,
+ "translator_type": "none",
+ "url": "https://t.co/KThTkTtAXv",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1480414024349196288",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 800,
+ "name": "Sports, Fitness & Recreation",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "venmo_handle": "chad-cluff"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649219645088624642"
+ ],
+ "editable_until_msecs": "1682041379000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "7624",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 01:12:59 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 196
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 96,
+ "favorited": false,
+ "full_text": "@TwitterDev The Twitter API program has experienced a rapid unscheduled disassembly.\n\nIt was fun using it and making Twitter better for others, but I'm not going to pay to make your site more fun.",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 3,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "50870038",
+ "id_str": "1649219645088624642"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCSQDgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649204618902097920",
+ "sortIndex": "7574180516604530636",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649204618902097920-tweet-1649204618902097920",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649204618902097920",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzM5MDUwMDEwNTU4NzM4NDM0",
+ "rest_id": "1339050010558738434",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed Dec 16 03:29:58 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Shitcoin Trader | Founder of https://t.co/biXGANXEW1 |\n\nMount Korab 🏔️ is my home!",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "Degen2day.com",
+ "expanded_url": "http://Degen2day.com",
+ "url": "https://t.co/biXGANXEW1",
+ "indices": [
+ 29,
+ 52
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "Degen2day.com",
+ "expanded_url": "http://Degen2day.com",
+ "url": "https://t.co/biXGANXEW1",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 655,
+ "followers_count": 550,
+ "friends_count": 2447,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Moon",
+ "media_count": 72,
+ "name": "Ment❂r 🇹🇷 🇦🇱",
+ "normal_followers_count": 550,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "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": 291,
+ "translator_type": "none",
+ "url": "https://t.co/biXGANXEW1",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1576388819946971137",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "ethereum_handle": "0x36e4066ACcAe104f252816137507Aa9EC26f441b"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649204618902097920"
+ ],
+ "editable_until_msecs": "1682037796000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2918",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 00:13:16 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 11,
+ 11
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/bmpJzs74Ug",
+ "expanded_url": "https://x.com/Mentor_0x39/status/1649204618902097920/video/1",
+ "id_str": "1649204608474968065",
+ "indices": [
+ 12,
+ 35
+ ],
+ "media_key": "7_1649204608474968065",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg",
+ "type": "video",
+ "url": "https://t.co/bmpJzs74Ug",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 250,
+ "width": 320,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 32,
+ 25
+ ],
+ "duration_millis": 1642,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1649204608474968065"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/bmpJzs74Ug",
+ "expanded_url": "https://x.com/Mentor_0x39/status/1649204618902097920/video/1",
+ "id_str": "1649204608474968065",
+ "indices": [
+ 12,
+ 35
+ ],
+ "media_key": "7_1649204608474968065",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg",
+ "type": "video",
+ "url": "https://t.co/bmpJzs74Ug",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 250,
+ "width": 320,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 32,
+ 25
+ ],
+ "duration_millis": 1642,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1649204608474968065"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "@TwitterDev https://t.co/bmpJzs74Ug",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "qme",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1339050010558738434",
+ "id_str": "1649204618902097920"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCigDgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649193341454524424",
+ "sortIndex": "7574180516604530626",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649193341454524424-tweet-1649193341454524424",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649193341454524424",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDU3NzIx",
+ "rest_id": "1457721",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Mon Mar 19 00:59:01 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Designer & developer\n\nhttps://t.co/9aBD7Zz47M / https://t.co/gRbmkxbHbo / https://t.co/2AhVmMDHop / https://t.co/E7lNHTWb15 / @BSLRequestBot\n\nHe/him",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "ambiph.one",
+ "expanded_url": "http://ambiph.one",
+ "url": "https://t.co/9aBD7Zz47M",
+ "indices": [
+ 22,
+ 45
+ ]
+ },
+ {
+ "display_url": "hdlne.me",
+ "expanded_url": "http://hdlne.me",
+ "url": "https://t.co/gRbmkxbHbo",
+ "indices": [
+ 48,
+ 71
+ ]
+ },
+ {
+ "display_url": "govukvue.org",
+ "expanded_url": "http://govukvue.org",
+ "url": "https://t.co/2AhVmMDHop",
+ "indices": [
+ 74,
+ 97
+ ]
+ },
+ {
+ "display_url": "matteason.co.uk/scotbeats",
+ "expanded_url": "http://matteason.co.uk/scotbeats",
+ "url": "https://t.co/E7lNHTWb15",
+ "indices": [
+ 100,
+ 123
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "github.com/matteason",
+ "expanded_url": "https://github.com/matteason",
+ "url": "https://t.co/MHcm6nYtTk",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 3723,
+ "followers_count": 1454,
+ "friends_count": 700,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "London",
+ "media_count": 1368,
+ "name": "Matt Eason",
+ "normal_followers_count": 1454,
+ "pinned_tweet_ids_str": [
+ "1823396710636237178"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1457721/1712580970",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1249987697873244160/LBpYJcfE_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MattEason",
+ "statuses_count": 7965,
+ "translator_type": "regular",
+ "url": "https://t.co/MHcm6nYtTk",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649193341454524424"
+ ],
+ "editable_until_msecs": "1682035107000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "6586",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Thu Apr 20 23:28:27 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 126
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 175,
+ "favorited": false,
+ "full_text": "@TwitterDev You're not deprecating them, you're removing them. Deprecation means the feature remains available but unsupported",
+ "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": 3,
+ "retweet_count": 6,
+ "retweeted": false,
+ "user_id_str": "1457721",
+ "id_str": "1649193341454524424"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACDDADgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649371794648752128",
+ "sortIndex": "7574180516604530616",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649371794648752128-tweet-1649371794648752128",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649371794648752128",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDQxMjI2NjUy",
+ "rest_id": "1441226652",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun May 19 13:53:03 +0000 2013",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Beisból & DFS & #Mariners",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "goms.com",
+ "expanded_url": "https://goms.com",
+ "url": "https://t.co/uFfTM4RgdZ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 26822,
+ "followers_count": 267,
+ "friends_count": 1349,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 8,
+ "location": "In Play, Run(s)",
+ "media_count": 910,
+ "name": "JuniorJr.",
+ "normal_followers_count": 267,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1441226652/1666493400",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1649393818725122049/VxPc3GXp_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "former_jr",
+ "statuses_count": 12472,
+ "translator_type": "none",
+ "url": "https://t.co/uFfTM4RgdZ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649371794648752128"
+ ],
+ "editable_until_msecs": "1682077654000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "880",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 11:17:34 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 42
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/08CmQ9ZHT0",
+ "expanded_url": "https://x.com/former_jr/status/1649371794648752128/photo/1",
+ "ext_alt_text": "collapse GIF",
+ "id_str": "1649371789363929095",
+ "indices": [
+ 43,
+ 66
+ ],
+ "media_key": "16_1649371789363929095",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/FuO-51eWYAcAH5u.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/08CmQ9ZHT0",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 264,
+ "width": 250,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 125,
+ 132
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/FuO-51eWYAcAH5u.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1649371789363929095"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/08CmQ9ZHT0",
+ "expanded_url": "https://x.com/former_jr/status/1649371794648752128/photo/1",
+ "ext_alt_text": "collapse GIF",
+ "id_str": "1649371789363929095",
+ "indices": [
+ 43,
+ 66
+ ],
+ "media_key": "16_1649371789363929095",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/FuO-51eWYAcAH5u.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/08CmQ9ZHT0",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 264,
+ "w": 250,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 264,
+ "width": 250,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 125,
+ 132
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/FuO-51eWYAcAH5u.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1649371789363929095"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 4,
+ "favorited": false,
+ "full_text": "@TwitterDev you are disemboweling yourself https://t.co/08CmQ9ZHT0",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1441226652",
+ "id_str": "1649371794648752128"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCCADgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1691707130372669822",
+ "sortIndex": "7574180516604530606",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1691707130372669822-tweet-1691707130372669822",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1691707130372669822",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDY5NTY5MDU5NDUyNzEwOTEy",
+ "rest_id": "1469569059452710912",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sat Dec 11 07:25:56 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🦁🜲 | Founder @GARMENTSio | Curator of Ideas | Tech Integrator | Humanizing Technology | #AKCB #MochiCircle @spaace_io #PROFILES | #TheMarathonContinues",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "sound.xyz/foreijn/wtf-wh…",
+ "expanded_url": "https://www.sound.xyz/foreijn/wtf-who-tha-fck?referral_source=link",
+ "url": "https://t.co/r0KGDUVIjZ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 32288,
+ "followers_count": 7264,
+ "friends_count": 539,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 17,
+ "location": "COMPTON, CA",
+ "media_count": 3560,
+ "name": "FOREIJN𝕏",
+ "normal_followers_count": 7264,
+ "pinned_tweet_ids_str": [
+ "1842520333930410346"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1469569059452710912/1728037706",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840442372632805376/MxbsmIAH_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Foreijn",
+ "statuses_count": 53311,
+ "translator_type": "none",
+ "url": "https://t.co/r0KGDUVIjZ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1609960060578562049",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "33vMAT6YuASYkneccSpqKcZ6tApPG2VT7m",
+ "cash_app_handle": "kingforeijn",
+ "ethereum_handle": "0x71Da842fF20aff3833A4Ea7D6F15b10B2f50e35C"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1691707130372669822"
+ ],
+ "editable_until_msecs": "1692172984000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "92",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Wed Aug 16 07:03:04 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 13,
+ 177
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 0,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "@XDevelopers This is crazy. Ripping devs off essentially. This eliminates devs who don’t have a $500K salary. Not really liking these changes...how does this benefit users/devs?",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1469569059452710912",
+ "id_str": "1691707130372669822"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSACCCADgAUKAAIAAAAAGACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-6372537997139871313",
+ "sortIndex": "7574180516604530605",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
"itemContent": {
"itemType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "EwAAAPAEHBkWhMDSse28jeMtJQISFQ4AAA",
- "cursorType": "ShowMoreThreads",
- "displayTreatment": {
- "actionText": "Show probable spam"
- }
+ "value": "UgAAAPBDHBmGhMDT4e-hmuMthMDSse28jeMtkICxteamjuMtgoC23ffn-uMtgMC--Z23k-Mt_IXenYGrk_ougMDU2azDn-MtgICzqZK63-MtJQISFQQAAA",
+ "cursorType": "Bottom"
}
}
}
diff --git a/tests/mocked-data/raw_tweet_replies.json b/tests/mocked-data/raw_tweet_replies.json
index e04d32e..e0e4a65 100644
--- a/tests/mocked-data/raw_tweet_replies.json
+++ b/tests/mocked-data/raw_tweet_replies.json
@@ -43,6 +43,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -68,16 +69,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -86,7 +87,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -120,12 +121,12 @@
},
"is_translatable": false,
"views": {
- "count": "812187",
+ "count": "862123",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 69,
+ "bookmark_count": 71,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -140,14 +141,14 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 459,
+ "favorite_count": 457,
"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": 115,
- "reply_count": 103,
- "retweet_count": 220,
+ "reply_count": 101,
+ "retweet_count": 217,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191520250245121"
@@ -204,6 +205,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -229,16 +231,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -247,7 +249,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -281,12 +283,12 @@
},
"is_translatable": false,
"views": {
- "count": "209744",
+ "count": "210964",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 16,
+ "bookmark_count": 14,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:13 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -301,7 +303,7 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 82,
+ "favorite_count": 80,
"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",
@@ -311,7 +313,7 @@
"lang": "en",
"quote_count": 37,
"reply_count": 8,
- "retweet_count": 49,
+ "retweet_count": 50,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191521323995138"
@@ -370,6 +372,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -395,16 +398,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -413,7 +416,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -447,12 +450,12 @@
},
"is_translatable": false,
"views": {
- "count": "218479",
+ "count": "236876",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 9,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -477,7 +480,7 @@
],
"user_mentions": []
},
- "favorite_count": 147,
+ "favorite_count": 143,
"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",
@@ -489,7 +492,7 @@
"possibly_sensitive_editable": true,
"quote_count": 14,
"reply_count": 33,
- "retweet_count": 43,
+ "retweet_count": 42,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191522485817345"
@@ -548,6 +551,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -573,16 +577,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -591,7 +595,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -625,12 +629,12 @@
},
"is_translatable": false,
"views": {
- "count": "187152",
+ "count": "205066",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 9,
+ "bookmark_count": 8,
"bookmarked": false,
"created_at": "Thu Apr 20 23:21:14 +0000 2023",
"conversation_id_str": "1649191520250245121",
@@ -655,7 +659,7 @@
],
"user_mentions": []
},
- "favorite_count": 143,
+ "favorite_count": 140,
"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",
@@ -667,7 +671,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 38,
- "retweet_count": 42,
+ "retweet_count": 40,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1649191523697979392"
@@ -703,19 +707,1260 @@
}
},
{
- "entryId": "cursor-showmorethreads-1155866551974383129",
- "sortIndex": "7574180516604530675",
+ "entryId": "conversationthread-1649431954981306369",
+ "sortIndex": "7574180516604530666",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649431954981306369-tweet-1649431954981306369",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649431954981306369",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzI0MDQ1MzU0ODQ5OTY4MTI4",
+ "rest_id": "1324045354849968128",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Wed Nov 04 17:47:47 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 15602,
+ "followers_count": 583,
+ "friends_count": 1336,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 3,
+ "location": "United States",
+ "media_count": 16,
+ "name": "Skunk Tail",
+ "normal_followers_count": 583,
+ "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": "skunk_tail",
+ "statuses_count": 1606,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649431954981306369"
+ ],
+ "editable_until_msecs": "1682091997000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1263",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 15:16:37 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 88
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "@TwitterDev What happened to Twitter search from web browser? It stopped working today.",
+ "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": "1324045354849968128",
+ "id_str": "1649431954981306369"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCGAHgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649231215319486464",
+ "sortIndex": "7574180516604530656",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649231215319486464-tweet-1649231215319486464",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649231215319486464",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTA3NzI0NTg0MjU0MzM3MDI3",
+ "rest_id": "1507724584254337027",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sat Mar 26 14:22:43 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Degenerate Dog Dev w/ -10 IQ",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 21280,
+ "followers_count": 762,
+ "friends_count": 955,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "",
+ "media_count": 928,
+ "name": "DegenD🟡G | For hire",
+ "normal_followers_count": 762,
+ "pinned_tweet_ids_str": [
+ "1560676162246168576"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1507724584254337027/1683993405",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1778971561485369344/pC4paP5R_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "0xAnjing",
+ "statuses_count": 3400,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649231215319486464"
+ ],
+ "editable_until_msecs": "1682044137000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2405",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 01:58:57 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 136
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 1,
+ "favorited": false,
+ "full_text": "@TwitterDev could you also remove the pending application process? my account has been pending for more than a year and still no news gg",
+ "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": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1507724584254337027",
+ "id_str": "1649231215319486464"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCKIDgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649367462897500160",
+ "sortIndex": "7574180516604530646",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649367462897500160-tweet-1649367462897500160",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649367462897500160",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzAxMDM2Mzkx",
+ "rest_id": "1701036391",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Aug 26 05:23:01 +0000 2013",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 287,
+ "followers_count": 103,
+ "friends_count": 86,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 72,
+ "name": "NJG009",
+ "normal_followers_count": 103,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/831751839184015360/0mdD3-_c_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "njg009",
+ "statuses_count": 2798,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649367462897500160"
+ ],
+ "editable_until_msecs": "1682076621000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1364",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 11:00:21 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 78
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@TwitterDev Can y’all do me a solid ? Throw me a blue check off the strength ?",
+ "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": "1701036391",
+ "id_str": "1649367462897500160"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCSQDgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649430341227036676",
+ "sortIndex": "7574180516604530636",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649430341227036676-tweet-1649430341227036676",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649430341227036676",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2OTkyMjYyMw==",
+ "rest_id": "69922623",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Aug 29 17:57:44 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 586,
+ "followers_count": 181,
+ "friends_count": 369,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Bandung",
+ "media_count": 3,
+ "name": "Oceph",
+ "normal_followers_count": 181,
+ "pinned_tweet_ids_str": [
+ "1631975547558588416"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/69922623/1682749263",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1466188490865999874/goABjI5M_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "otjeph",
+ "statuses_count": 182,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1588120132127105024",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649430341227036676"
+ ],
+ "editable_until_msecs": "1682091612000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "927",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 15:10:12 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 64
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "44196397",
+ "name": "Elon Musk",
+ "screen_name": "elonmusk",
+ "indices": [
+ 55,
+ 64
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@TwitterDev how do I track your twitter activity, sir? @elonmusk",
+ "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": "69922623",
+ "id_str": "1649430341227036676"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCigDgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1651331299465129984",
+ "sortIndex": "7574180516604530626",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1651331299465129984-tweet-1651331299465129984",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1651331299465129984",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDQ5NjI0ODY4MzE2NTgxODk4",
+ "rest_id": "1449624868316581898",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Oct 17 06:36:01 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Hatess",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 31,
+ "followers_count": 30,
+ "friends_count": 255,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "",
+ "media_count": 0,
+ "name": "Art Abra",
+ "normal_followers_count": 30,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1449625228712108032/2En1pboe_normal.png",
+ "profile_interstitial_type": "",
+ "screen_name": "abra_art",
+ "statuses_count": 272,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1651331299465129984"
+ ],
+ "editable_until_msecs": "1682544836000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "598",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Wed Apr 26 21:03:56 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 178
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "@TwitterDev if I avail the 100$ a month subcription i can i access the old conversation tweets. it returns me {'meta': {'result_count': 0}} when i try to access old conversation.",
+ "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": "1449624868316581898",
+ "id_str": "1651331299465129984"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABDDADgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649219645088624642",
+ "sortIndex": "7574180516604530616",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649219645088624642-tweet-1649219645088624642",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649219645088624642",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo1MDg3MDAzOA==",
+ "rest_id": "50870038",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Jun 26 01:48:45 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Twitter Celebrity. Handsome. Runner. Husband to @SaraJoCluff\nbluesky: https://t.co/JIymm6PJ77\nthreads: @dchadcluff",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "bsky.app/profile/chadcl…",
+ "expanded_url": "https://bsky.app/profile/chadcluff.bsky.social",
+ "url": "https://t.co/JIymm6PJ77",
+ "indices": [
+ 70,
+ 93
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "cougarcorner.com",
+ "expanded_url": "http://www.cougarcorner.com",
+ "url": "https://t.co/KThTkTtAXv",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 195935,
+ "followers_count": 2619,
+ "friends_count": 1399,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 37,
+ "location": "United States",
+ "media_count": 7357,
+ "name": "Chad is Rad",
+ "normal_followers_count": 2619,
+ "pinned_tweet_ids_str": [
+ "738816222226063361"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/50870038/1509942179",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1565110693845540866/E2sWtAFH_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chadcluff",
+ "statuses_count": 117125,
+ "translator_type": "none",
+ "url": "https://t.co/KThTkTtAXv",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1480414024349196288",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 800,
+ "name": "Sports, Fitness & Recreation",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "venmo_handle": "chad-cluff"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649219645088624642"
+ ],
+ "editable_until_msecs": "1682041379000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "7624",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 01:12:59 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 12,
+ 196
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 96,
+ "favorited": false,
+ "full_text": "@TwitterDev The Twitter API program has experienced a rapid unscheduled disassembly.\n\nIt was fun using it and making Twitter better for others, but I'm not going to pay to make your site more fun.",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 3,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "50870038",
+ "id_str": "1649219645088624642"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCCADgAUKAAIAAAAACADACAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "conversationthread-1649204618902097920",
+ "sortIndex": "7574180516604530606",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "conversationthread-1649204618902097920-tweet-1649204618902097920",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1649204618902097920",
+ "has_birdwatch_notes": false,
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzM5MDUwMDEwNTU4NzM4NDM0",
+ "rest_id": "1339050010558738434",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed Dec 16 03:29:58 +0000 2020",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Shitcoin Trader | Founder of https://t.co/biXGANXEW1 |\n\nMount Korab 🏔️ is my home!",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "Degen2day.com",
+ "expanded_url": "http://Degen2day.com",
+ "url": "https://t.co/biXGANXEW1",
+ "indices": [
+ 29,
+ 52
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "Degen2day.com",
+ "expanded_url": "http://Degen2day.com",
+ "url": "https://t.co/biXGANXEW1",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 655,
+ "followers_count": 550,
+ "friends_count": 2447,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Moon",
+ "media_count": 72,
+ "name": "Ment❂r 🇹🇷 🇦🇱",
+ "normal_followers_count": 550,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "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": 291,
+ "translator_type": "none",
+ "url": "https://t.co/biXGANXEW1",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1576388819946971137",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "ethereum_handle": "0x36e4066ACcAe104f252816137507Aa9EC26f441b"
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1649204618902097920"
+ ],
+ "editable_until_msecs": "1682037796000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "2918",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for Android",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Apr 21 00:13:16 +0000 2023",
+ "conversation_id_str": "1649191520250245121",
+ "display_text_range": [
+ 11,
+ 11
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/bmpJzs74Ug",
+ "expanded_url": "https://x.com/Mentor_0x39/status/1649204618902097920/video/1",
+ "id_str": "1649204608474968065",
+ "indices": [
+ 12,
+ 35
+ ],
+ "media_key": "7_1649204608474968065",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg",
+ "type": "video",
+ "url": "https://t.co/bmpJzs74Ug",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 250,
+ "width": 320,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 32,
+ 25
+ ],
+ "duration_millis": 1642,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1649204608474968065"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/bmpJzs74Ug",
+ "expanded_url": "https://x.com/Mentor_0x39/status/1649204618902097920/video/1",
+ "id_str": "1649204608474968065",
+ "indices": [
+ 12,
+ 35
+ ],
+ "media_key": "7_1649204608474968065",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1649204608474968065/pu/img/MhcMpLdCec-NNFiY.jpg",
+ "type": "video",
+ "url": "https://t.co/bmpJzs74Ug",
+ "additional_media_info": {
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 250,
+ "w": 320,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 250,
+ "width": 320,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 32,
+ 25
+ ],
+ "duration_millis": 1642,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/pl/5_BwLo1Z3LJoHvIz.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1649204608474968065/pu/vid/320x250/6n-tXHfUlyK6O4n0.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1649204608474968065"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 2,
+ "favorited": false,
+ "full_text": "@TwitterDev https://t.co/bmpJzs74Ug",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1649191520250245121",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "qme",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "1339050010558738434",
+ "id_str": "1649204618902097920"
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ },
+ "timelinesDetails": {
+ "controllerData": "DAACDAAEDAABCgABFSABCCADgAUKAAIAAAAACACgCAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "details": {
+ "conversationDetails": {
+ "conversationSection": "HighQuality"
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "cursor-bottom-4097245251629006874",
+ "sortIndex": "7574180516604530605",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
"itemContent": {
"itemType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "EwAAAPAEHBkWhMDSse28jeMtJQISFQ4AAA",
- "cursorType": "ShowMoreThreads",
- "displayTreatment": {
- "actionText": "Show probable spam"
- }
+ "value": "UgAAAPAEHBmGgIC-oYC-3eMthMDT4e-hmgkA8RDSse28jeMtgoC23ffn-uMtgMC--Z23k-MtiIC2qYCKEgDwCNPxqsTa6i2AwNTZrMOf4y0lAhIVBAAA",
+ "cursorType": "Bottom"
}
}
}
diff --git a/tests/mocked-data/raw_user_by_id.json b/tests/mocked-data/raw_user_by_id.json
index 87e49d4..9336f3b 100644
--- a/tests/mocked-data/raw_user_by_id.json
+++ b/tests/mocked-data/raw_user_by_id.json
@@ -23,6 +23,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -48,16 +49,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660093,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660093,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -66,7 +67,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
diff --git a/tests/mocked-data/raw_user_by_login.json b/tests/mocked-data/raw_user_by_login.json
index a2241f4..93e0f1b 100644
--- a/tests/mocked-data/raw_user_by_login.json
+++ b/tests/mocked-data/raw_user_by_login.json
@@ -23,6 +23,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -48,16 +49,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660093,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660093,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -66,7 +67,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
diff --git a/tests/mocked-data/raw_user_media.json b/tests/mocked-data/raw_user_media.json
index 4865f83..5cec684 100644
--- a/tests/mocked-data/raw_user_media.json
+++ b/tests/mocked-data/raw_user_media.json
@@ -18,7 +18,7 @@
"entries": [
{
"entryId": "profile-grid-0",
- "sortIndex": "1807077680529539072",
+ "sortIndex": "1842759110576046080",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
@@ -57,6 +57,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -82,16 +83,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -100,7 +101,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -134,12 +135,12 @@
},
"is_translatable": false,
"views": {
- "count": "324185",
+ "count": "363360",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 162,
+ "bookmark_count": 158,
"bookmarked": false,
"created_at": "Mon Apr 22 00:08:27 +0000 2024",
"conversation_id_str": "1782199752874246406",
@@ -151,8 +152,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/7qsbd3n3kg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782199752874246406/video/1",
+ "display_url": "pic.x.com/7QSBd3N3kg",
+ "expanded_url": "https://x.com/XDevelopers/status/1782199752874246406/video/1",
"id_str": "1782198818010021888",
"indices": [
98,
@@ -230,8 +231,8 @@
}
},
{
- "display_url": "pic.x.com/7qsbd3n3kg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782199752874246406/video/1",
+ "display_url": "pic.x.com/7QSBd3N3kg",
+ "expanded_url": "https://x.com/XDevelopers/status/1782199752874246406/video/1",
"id_str": "1782198863635656705",
"indices": [
98,
@@ -359,8 +360,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/7QSBd3N3kg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782199752874246406/video/1",
+ "display_url": "pic.x.com/7QSBd3N3kg",
+ "expanded_url": "https://x.com/XDevelopers/status/1782199752874246406/video/1",
"id_str": "1782198818010021888",
"indices": [
98,
@@ -438,8 +439,8 @@
}
},
{
- "display_url": "pic.twitter.com/7QSBd3N3kg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782199752874246406/video/1",
+ "display_url": "pic.x.com/7QSBd3N3kg",
+ "expanded_url": "https://x.com/XDevelopers/status/1782199752874246406/video/1",
"id_str": "1782198863635656705",
"indices": [
98,
@@ -560,7 +561,7 @@
}
]
},
- "favorite_count": 2304,
+ "favorite_count": 2264,
"favorited": false,
"full_text": "Wrapping up the 𝕏 Developer Challenge event with a special guest. Final Presentations with Elon! https://t.co/7QSBd3N3kg",
"is_quote_status": false,
@@ -568,8 +569,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 25,
- "reply_count": 101,
- "retweet_count": 183,
+ "reply_count": 108,
+ "retweet_count": 169,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1782199752874246406"
@@ -614,6 +615,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -639,16 +641,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -657,7 +659,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -691,12 +693,12 @@
},
"is_translatable": false,
"views": {
- "count": "275144",
+ "count": "313154",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
- "bookmark_count": 82,
+ "bookmark_count": 78,
"bookmarked": false,
"created_at": "Sun Apr 21 19:06:58 +0000 2024",
"conversation_id_str": "1782123880381051254",
@@ -708,8 +710,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/rsoakeikcl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123278578159616",
"indices": [
78,
@@ -973,8 +975,8 @@
}
},
{
- "display_url": "pic.x.com/rsoakeikcl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123324761661440",
"indices": [
78,
@@ -1066,8 +1068,8 @@
}
},
{
- "display_url": "pic.x.com/rsoakeikcl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123362124541952",
"indices": [
78,
@@ -1187,8 +1189,8 @@
}
},
{
- "display_url": "pic.x.com/rsoakeikcl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123390704447489",
"indices": [
78,
@@ -1364,8 +1366,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/rsOAkEikCl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123278578159616",
"indices": [
78,
@@ -1629,8 +1631,8 @@
}
},
{
- "display_url": "pic.twitter.com/rsOAkEikCl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123324761661440",
"indices": [
78,
@@ -1722,8 +1724,8 @@
}
},
{
- "display_url": "pic.twitter.com/rsOAkEikCl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123362124541952",
"indices": [
78,
@@ -1843,8 +1845,8 @@
}
},
{
- "display_url": "pic.twitter.com/rsOAkEikCl",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782123880381051254/photo/1",
+ "display_url": "pic.x.com/rsOAkEikCl",
+ "expanded_url": "https://x.com/XDevelopers/status/1782123880381051254/photo/1",
"id_str": "1782123390704447489",
"indices": [
78,
@@ -2013,7 +2015,7 @@
}
]
},
- "favorite_count": 1725,
+ "favorite_count": 1692,
"favorited": false,
"full_text": "𝕏 Developer Challenge Update: \nFinal hour before demos & presentations! 🚨 https://t.co/rsOAkEikCl",
"is_quote_status": false,
@@ -2021,8 +2023,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 38,
- "reply_count": 118,
- "retweet_count": 164,
+ "reply_count": 120,
+ "retweet_count": 156,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1782123880381051254"
@@ -2067,6 +2069,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -2092,16 +2095,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -2110,7 +2113,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -2144,12 +2147,12 @@
},
"is_translatable": false,
"views": {
- "count": "119871",
+ "count": "157633",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 58,
+ "bookmark_count": 59,
"bookmarked": false,
"created_at": "Sun Apr 21 15:44:48 +0000 2024",
"conversation_id_str": "1782073003628757362",
@@ -2161,8 +2164,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/n6a4rvfrix",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782073003628757362/photo/1",
+ "display_url": "pic.x.com/n6A4RVFrIx",
+ "expanded_url": "https://x.com/XDevelopers/status/1782073003628757362/photo/1",
"id_str": "1782072999010828288",
"indices": [
139,
@@ -2314,8 +2317,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/n6A4RVFrIx",
- "expanded_url": "https://twitter.com/XDevelopers/status/1782073003628757362/photo/1",
+ "display_url": "pic.x.com/n6A4RVFrIx",
+ "expanded_url": "https://x.com/XDevelopers/status/1782073003628757362/photo/1",
"id_str": "1782072999010828288",
"indices": [
139,
@@ -2460,16 +2463,16 @@
}
]
},
- "favorite_count": 1141,
+ "favorite_count": 1115,
"favorited": false,
"full_text": "𝕏 Developer Challenge Day 2! \n\nParticipants have been cooking all night into the morning & ideas are coming to life. \n\nWho will win? 🏆 https://t.co/n6A4RVFrIx",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 18,
- "reply_count": 77,
- "retweet_count": 137,
+ "quote_count": 17,
+ "reply_count": 81,
+ "retweet_count": 125,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1782073003628757362"
@@ -2514,6 +2517,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -2539,16 +2543,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -2557,7 +2561,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -2591,12 +2595,12 @@
},
"is_translatable": false,
"views": {
- "count": "2960892",
+ "count": "3005144",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 349,
+ "bookmark_count": 337,
"bookmarked": false,
"created_at": "Sat Apr 20 21:53:59 +0000 2024",
"conversation_id_str": "1781803526538379416",
@@ -2608,8 +2612,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/cmawunfisg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518741114880",
"indices": [
109,
@@ -2777,8 +2781,8 @@
}
},
{
- "display_url": "pic.x.com/cmawunfisg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518732673024",
"indices": [
109,
@@ -2922,8 +2926,8 @@
}
},
{
- "display_url": "pic.x.com/cmawunfisg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518720196608",
"indices": [
109,
@@ -3043,8 +3047,8 @@
}
},
{
- "display_url": "pic.x.com/cmawunfisg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518732713984",
"indices": [
109,
@@ -3144,8 +3148,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/cmaWunFISg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518741114880",
"indices": [
109,
@@ -3313,8 +3317,8 @@
}
},
{
- "display_url": "pic.twitter.com/cmaWunFISg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518732673024",
"indices": [
109,
@@ -3458,8 +3462,8 @@
}
},
{
- "display_url": "pic.twitter.com/cmaWunFISg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518720196608",
"indices": [
109,
@@ -3579,8 +3583,8 @@
}
},
{
- "display_url": "pic.twitter.com/cmaWunFISg",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781803526538379416/photo/1",
+ "display_url": "pic.x.com/cmaWunFISg",
+ "expanded_url": "https://x.com/XDevelopers/status/1781803526538379416/photo/1",
"id_str": "1781803518732713984",
"indices": [
109,
@@ -3673,7 +3677,7 @@
}
]
},
- "favorite_count": 10147,
+ "favorite_count": 9891,
"favorited": false,
"full_text": "𝕏 Developer Challenge Progress—\n\nLoading potential future features powered by our X platform and developers! https://t.co/cmaWunFISg",
"is_quote_status": false,
@@ -3681,8 +3685,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 116,
- "reply_count": 730,
- "retweet_count": 1353,
+ "reply_count": 726,
+ "retweet_count": 1229,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1781803526538379416"
@@ -3727,6 +3731,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3752,16 +3757,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3770,7 +3775,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3804,12 +3809,12 @@
},
"is_translatable": false,
"views": {
- "count": "45132237",
+ "count": "45248225",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 249,
+ "bookmark_count": 232,
"bookmarked": false,
"created_at": "Sat Apr 20 17:05:52 +0000 2024",
"conversation_id_str": "1781731016862048257",
@@ -3821,8 +3826,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/nyzss13eq9",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781731016862048257/photo/1",
+ "display_url": "pic.x.com/nyzSS13eq9",
+ "expanded_url": "https://x.com/XDevelopers/status/1781731016862048257/photo/1",
"id_str": "1781731011241607168",
"indices": [
66,
@@ -3914,8 +3919,8 @@
}
},
{
- "display_url": "pic.x.com/nyzss13eq9",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781731016862048257/photo/1",
+ "display_url": "pic.x.com/nyzSS13eq9",
+ "expanded_url": "https://x.com/XDevelopers/status/1781731016862048257/photo/1",
"id_str": "1781731011245780992",
"indices": [
66,
@@ -4043,8 +4048,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/nyzSS13eq9",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781731016862048257/photo/1",
+ "display_url": "pic.x.com/nyzSS13eq9",
+ "expanded_url": "https://x.com/XDevelopers/status/1781731016862048257/photo/1",
"id_str": "1781731011241607168",
"indices": [
66,
@@ -4136,8 +4141,8 @@
}
},
{
- "display_url": "pic.twitter.com/nyzSS13eq9",
- "expanded_url": "https://twitter.com/XDevelopers/status/1781731016862048257/photo/1",
+ "display_url": "pic.x.com/nyzSS13eq9",
+ "expanded_url": "https://x.com/XDevelopers/status/1781731016862048257/photo/1",
"id_str": "1781731011245780992",
"indices": [
66,
@@ -4258,16 +4263,16 @@
}
]
},
- "favorite_count": 4036,
+ "favorite_count": 3916,
"favorited": false,
"full_text": "𝕏 Developer Challenge event is now in motion. Exciting day ahead! https://t.co/nyzSS13eq9",
"is_quote_status": false,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 111,
- "reply_count": 306,
- "retweet_count": 412,
+ "quote_count": 112,
+ "reply_count": 305,
+ "retweet_count": 396,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1781731016862048257"
@@ -4312,6 +4317,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4337,16 +4343,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4355,7 +4361,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4393,7 +4399,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 150,
+ "bookmark_count": 148,
"bookmarked": false,
"created_at": "Thu Oct 27 19:00:04 +0000 2022",
"conversation_id_str": "1585707921433923585",
@@ -4405,8 +4411,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/akbiscib1i",
- "expanded_url": "https://twitter.com/TwitterDev/status/1585707921433923585/photo/1",
+ "display_url": "pic.x.com/AkBisciB1i",
+ "expanded_url": "https://x.com/TwitterDev/status/1585707921433923585/photo/1",
"id_str": "1585707915540922374",
"indices": [
274,
@@ -4619,8 +4625,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/AkBisciB1i",
- "expanded_url": "https://twitter.com/TwitterDev/status/1585707921433923585/photo/1",
+ "display_url": "pic.x.com/AkBisciB1i",
+ "expanded_url": "https://x.com/TwitterDev/status/1585707921433923585/photo/1",
"id_str": "1585707915540922374",
"indices": [
274,
@@ -4789,7 +4795,7 @@
}
]
},
- "favorite_count": 4993,
+ "favorite_count": 4946,
"favorited": false,
"full_text": "Now testing: NFT Tweet Tiles 🚀\n\nSome links to NFTs on @rarible, @MagicEden, @dapperlabs and @Jumptradenft will now show you a larger picture of the NFT alongside details like the title and creator. One more step in our journey to let developers impact the Tweet experience. https://t.co/AkBisciB1i",
"is_quote_status": false,
@@ -4798,7 +4804,7 @@
"possibly_sensitive_editable": true,
"quote_count": 769,
"reply_count": 667,
- "retweet_count": 1733,
+ "retweet_count": 1705,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1585707921433923585"
@@ -4843,6 +4849,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4868,16 +4875,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4886,7 +4893,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4924,7 +4931,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 8,
+ "bookmark_count": 7,
"bookmarked": false,
"created_at": "Wed Oct 19 13:00:05 +0000 2022",
"conversation_id_str": "1582718225812684801",
@@ -4936,8 +4943,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/ssn7scagck",
- "expanded_url": "https://twitter.com/TwitterDev/status/1582718225812684801/photo/1",
+ "display_url": "pic.x.com/SSn7SCAGcK",
+ "expanded_url": "https://x.com/TwitterDev/status/1582718225812684801/photo/1",
"id_str": "1582718221349789697",
"indices": [
222,
@@ -5065,8 +5072,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/SSn7SCAGcK",
- "expanded_url": "https://twitter.com/TwitterDev/status/1582718225812684801/photo/1",
+ "display_url": "pic.x.com/SSn7SCAGcK",
+ "expanded_url": "https://x.com/TwitterDev/status/1582718225812684801/photo/1",
"id_str": "1582718221349789697",
"indices": [
222,
@@ -5195,7 +5202,7 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 4,
- "reply_count": 5,
+ "reply_count": 9,
"retweet_count": 22,
"retweeted": false,
"user_id_str": "2244994945",
@@ -5241,6 +5248,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5266,16 +5274,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5284,7 +5292,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5334,8 +5342,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/jucjemsu3l",
- "expanded_url": "https://twitter.com/TwitterDev/status/1579592617834459141/photo/1",
+ "display_url": "pic.x.com/juCJEMsU3L",
+ "expanded_url": "https://x.com/TwitterDev/status/1579592617834459141/photo/1",
"id_str": "1579592614873112576",
"indices": [
275,
@@ -5525,8 +5533,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/juCJEMsU3L",
- "expanded_url": "https://twitter.com/TwitterDev/status/1579592617834459141/photo/1",
+ "display_url": "pic.x.com/juCJEMsU3L",
+ "expanded_url": "https://x.com/TwitterDev/status/1579592617834459141/photo/1",
"id_str": "1579592614873112576",
"indices": [
275,
@@ -5671,7 +5679,7 @@
}
]
},
- "favorite_count": 36,
+ "favorite_count": 37,
"favorited": false,
"full_text": "Tomorrow, October 11, Join @Converseon , @Twitter , and @Mattel as we discuss the power of social data to inform ESG strategy and understand how perceptions of these efforts translate into consumer behavior and business outcomes 🗣. \n\nRegister Here 👇:\nhttps://t.co/2t3saXshX9 https://t.co/juCJEMsU3L",
"is_quote_status": false,
@@ -5725,6 +5733,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5750,16 +5759,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5768,7 +5777,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5806,7 +5815,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 2,
"bookmarked": false,
"created_at": "Mon Oct 10 20:00:02 +0000 2022",
"conversation_id_str": "1579562419994521600",
@@ -5818,8 +5827,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/e7e51o1q0h",
- "expanded_url": "https://twitter.com/TwitterDev/status/1579562419994521600/photo/1",
+ "display_url": "pic.x.com/E7e51O1q0H",
+ "expanded_url": "https://x.com/TwitterDev/status/1579562419994521600/photo/1",
"ext_alt_text": "Publicis x YouScan image of woman playing basketball with Twitter elements ",
"id_str": "1579562416945373184",
"indices": [
@@ -5958,8 +5967,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/E7e51O1q0H",
- "expanded_url": "https://twitter.com/TwitterDev/status/1579562419994521600/photo/1",
+ "display_url": "pic.x.com/E7e51O1q0H",
+ "expanded_url": "https://x.com/TwitterDev/status/1579562419994521600/photo/1",
"ext_alt_text": "Publicis x YouScan image of woman playing basketball with Twitter elements ",
"id_str": "1579562416945373184",
"indices": [
@@ -6081,7 +6090,7 @@
}
]
},
- "favorite_count": 49,
+ "favorite_count": 51,
"favorited": false,
"full_text": "How Publicis uses YouScan to analyze consumer opinions, discover actionable insights and manage brand reputation, to define the 2023 marketing strategy for a major sports brand. 🧐🏀\n\nRead more ⤵️\nhttps://t.co/FY92FT682q https://t.co/E7e51O1q0H",
"is_quote_status": false,
@@ -6135,6 +6144,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -6160,16 +6170,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -6178,7 +6188,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -6216,7 +6226,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 3,
"bookmarked": false,
"created_at": "Thu Oct 06 17:00:02 +0000 2022",
"conversation_id_str": "1578067569835229213",
@@ -6228,8 +6238,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/qiizn5jfkn",
- "expanded_url": "https://twitter.com/TwitterDev/status/1578067569835229213/photo/1",
+ "display_url": "pic.x.com/QiIZN5Jfkn",
+ "expanded_url": "https://x.com/TwitterDev/status/1578067569835229213/photo/1",
"id_str": "1578067565389254657",
"indices": [
278,
@@ -6377,8 +6387,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/QiIZN5Jfkn",
- "expanded_url": "https://twitter.com/TwitterDev/status/1578067569835229213/photo/1",
+ "display_url": "pic.x.com/QiIZN5Jfkn",
+ "expanded_url": "https://x.com/TwitterDev/status/1578067569835229213/photo/1",
"id_str": "1578067565389254657",
"indices": [
278,
@@ -6499,7 +6509,7 @@
}
]
},
- "favorite_count": 50,
+ "favorite_count": 49,
"favorited": false,
"full_text": "👉Using a solution like Audiense Connect in combination with Twitter API can help you engage the right target with your content. 🤝\n\nSee how @BancoPichincha developed El Diez de la Trivia and Trivia de Oro to enhance sponsorships with football teams ⚽️ ⬇️\nhttps://t.co/C85xrWh0Ye https://t.co/QiIZN5Jfkn",
"is_quote_status": false,
@@ -6508,7 +6518,7 @@
"possibly_sensitive_editable": true,
"quote_count": 4,
"reply_count": 3,
- "retweet_count": 19,
+ "retweet_count": 18,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1578067569835229213"
@@ -6553,6 +6563,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -6578,16 +6589,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -6596,7 +6607,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -6646,8 +6657,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/9ofg6ulxp6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1575108065183125505/photo/1",
+ "display_url": "pic.x.com/9oFg6ULXp6",
+ "expanded_url": "https://x.com/TwitterDev/status/1575108065183125505/photo/1",
"id_str": "1575108061789921281",
"indices": [
215,
@@ -6804,8 +6815,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/9oFg6ULXp6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1575108065183125505/photo/1",
+ "display_url": "pic.x.com/9oFg6ULXp6",
+ "expanded_url": "https://x.com/TwitterDev/status/1575108065183125505/photo/1",
"id_str": "1575108061789921281",
"indices": [
215,
@@ -6926,7 +6937,7 @@
}
]
},
- "favorite_count": 31,
+ "favorite_count": 32,
"favorited": false,
"full_text": "👀 Take a look at how @RedouaneBali used the Twitter API to build the @RedTheBot_, a Twitter bot that does exactly what its bio suggests: tells jokes & analyzes Tweets. ✔️ \n\nRead it now 👇\nhttps://t.co/Vqthbin9vi https://t.co/9oFg6ULXp6",
"is_quote_status": false,
@@ -6935,7 +6946,7 @@
"possibly_sensitive_editable": true,
"quote_count": 3,
"reply_count": 5,
- "retweet_count": 12,
+ "retweet_count": 11,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1575108065183125505"
@@ -6980,6 +6991,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7005,16 +7017,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7023,7 +7035,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7061,7 +7073,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 6,
+ "bookmark_count": 5,
"bookmarked": false,
"created_at": "Wed Sep 14 16:00:02 +0000 2022",
"conversation_id_str": "1570079937704660997",
@@ -7081,8 +7093,8 @@
],
"media": [
{
- "display_url": "pic.x.com/bualohv6vd",
- "expanded_url": "https://twitter.com/TwitterDev/status/1570079937704660997/photo/1",
+ "display_url": "pic.x.com/bUaLoHV6VD",
+ "expanded_url": "https://x.com/TwitterDev/status/1570079937704660997/photo/1",
"id_str": "1570079932268650496",
"indices": [
282,
@@ -7192,8 +7204,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/bUaLoHV6VD",
- "expanded_url": "https://twitter.com/TwitterDev/status/1570079937704660997/photo/1",
+ "display_url": "pic.x.com/bUaLoHV6VD",
+ "expanded_url": "https://x.com/TwitterDev/status/1570079937704660997/photo/1",
"id_str": "1570079932268650496",
"indices": [
282,
@@ -7286,7 +7298,7 @@
}
]
},
- "favorite_count": 48,
+ "favorite_count": 45,
"favorited": false,
"full_text": "🎉 #Chirp is right around the corner & we’re previewing some of the session and workshop content. Take a look 👀\n\n🎤Sessions: product updates, partner successes, & best practices.\n🧑💻Workshops: get hands on help building with the API. \n\nRead the blog 👇\nhttps://t.co/TkdChvxARV https://t.co/bUaLoHV6VD",
"is_quote_status": false,
@@ -7295,7 +7307,7 @@
"possibly_sensitive_editable": true,
"quote_count": 2,
"reply_count": 4,
- "retweet_count": 26,
+ "retweet_count": 22,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1570079937704660997"
@@ -7340,6 +7352,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7365,16 +7378,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7383,7 +7396,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7441,8 +7454,8 @@
],
"media": [
{
- "display_url": "pic.x.com/uaaucmoraw",
- "expanded_url": "https://twitter.com/TwitterDev/status/1567588519236833283/photo/1",
+ "display_url": "pic.x.com/UaauCmoRAW",
+ "expanded_url": "https://x.com/TwitterDev/status/1567588519236833283/photo/1",
"ext_alt_text": "#Chirp Developer Conference",
"id_str": "1567588515873017856",
"indices": [
@@ -7605,8 +7618,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/UaauCmoRAW",
- "expanded_url": "https://twitter.com/TwitterDev/status/1567588519236833283/photo/1",
+ "display_url": "pic.x.com/UaauCmoRAW",
+ "expanded_url": "https://x.com/TwitterDev/status/1567588519236833283/photo/1",
"ext_alt_text": "#Chirp Developer Conference",
"id_str": "1567588515873017856",
"indices": [
@@ -7806,6 +7819,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7831,16 +7845,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7849,7 +7863,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7899,8 +7913,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/thu54pbyf6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1567226129483800578/photo/1",
+ "display_url": "pic.x.com/THU54PbyF6",
+ "expanded_url": "https://x.com/TwitterDev/status/1567226129483800578/photo/1",
"ext_alt_text": "Creating Twitter Bots twitch.tv/twitterdev | September 7th | 6:00 ET / 3:00pm PT with pictures of the hosts \n",
"id_str": "1567226127604662274",
"indices": [
@@ -8124,8 +8138,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/THU54PbyF6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1567226129483800578/photo/1",
+ "display_url": "pic.x.com/THU54PbyF6",
+ "expanded_url": "https://x.com/TwitterDev/status/1567226129483800578/photo/1",
"ext_alt_text": "Creating Twitter Bots twitch.tv/twitterdev | September 7th | 6:00 ET / 3:00pm PT with pictures of the hosts \n",
"id_str": "1567226127604662274",
"indices": [
@@ -8304,7 +8318,7 @@
"possibly_sensitive_editable": true,
"quote_count": 4,
"reply_count": 4,
- "retweet_count": 12,
+ "retweet_count": 13,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1567226129483800578"
@@ -8349,6 +8363,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -8374,16 +8389,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -8392,7 +8407,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -8442,8 +8457,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/nxsyggebm8",
- "expanded_url": "https://twitter.com/TwitterDev/status/1565414244052508673/video/1",
+ "display_url": "pic.x.com/NxSygGeBM8",
+ "expanded_url": "https://x.com/TwitterDev/status/1565414244052508673/video/1",
"id_str": "1565414193439834113",
"indices": [
162,
@@ -8541,8 +8556,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/NxSygGeBM8",
- "expanded_url": "https://twitter.com/TwitterDev/status/1565414244052508673/video/1",
+ "display_url": "pic.x.com/NxSygGeBM8",
+ "expanded_url": "https://x.com/TwitterDev/status/1565414244052508673/video/1",
"id_str": "1565414193439834113",
"indices": [
162,
@@ -8623,7 +8638,7 @@
}
]
},
- "favorite_count": 80,
+ "favorite_count": 81,
"favorited": false,
"full_text": "📣 We want to hear how we’re doing \n \nHelp us build a better Twitter Developer Platform experience and take the annual developer survey.👇 \nhttps://t.co/lwbnIuFmuO https://t.co/NxSygGeBM8",
"is_quote_status": false,
@@ -8677,6 +8692,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -8702,16 +8718,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -8720,7 +8736,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -8785,8 +8801,8 @@
],
"media": [
{
- "display_url": "pic.x.com/axuo3bc6lr",
- "expanded_url": "https://twitter.com/TwitterDev/status/1564644124858486785/photo/1",
+ "display_url": "pic.x.com/aXUO3bC6lR",
+ "expanded_url": "https://x.com/TwitterDev/status/1564644124858486785/photo/1",
"id_str": "1564644121788272640",
"indices": [
270,
@@ -8905,8 +8921,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/aXUO3bC6lR",
- "expanded_url": "https://twitter.com/TwitterDev/status/1564644124858486785/photo/1",
+ "display_url": "pic.x.com/aXUO3bC6lR",
+ "expanded_url": "https://x.com/TwitterDev/status/1564644124858486785/photo/1",
"id_str": "1564644121788272640",
"indices": [
270,
@@ -9053,6 +9069,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -9078,16 +9095,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -9096,7 +9113,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -9154,8 +9171,8 @@
],
"media": [
{
- "display_url": "pic.x.com/7aila1yke6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561833980286173186/photo/1",
+ "display_url": "pic.x.com/7aILA1Yke6",
+ "expanded_url": "https://x.com/TwitterDev/status/1561833980286173186/photo/1",
"ext_alt_text": "#TwitterDev Connect Seattle Meetup",
"id_str": "1561833968449773572",
"indices": [
@@ -9248,8 +9265,8 @@
}
},
{
- "display_url": "pic.x.com/7aila1yke6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561833980286173186/photo/1",
+ "display_url": "pic.x.com/7aILA1Yke6",
+ "expanded_url": "https://x.com/TwitterDev/status/1561833980286173186/photo/1",
"id_str": "1561833978314854405",
"indices": [
259,
@@ -9411,8 +9428,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/7aILA1Yke6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561833980286173186/photo/1",
+ "display_url": "pic.x.com/7aILA1Yke6",
+ "expanded_url": "https://x.com/TwitterDev/status/1561833980286173186/photo/1",
"ext_alt_text": "#TwitterDev Connect Seattle Meetup",
"id_str": "1561833968449773572",
"indices": [
@@ -9505,8 +9522,8 @@
}
},
{
- "display_url": "pic.twitter.com/7aILA1Yke6",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561833980286173186/photo/1",
+ "display_url": "pic.x.com/7aILA1Yke6",
+ "expanded_url": "https://x.com/TwitterDev/status/1561833980286173186/photo/1",
"id_str": "1561833978314854405",
"indices": [
259,
@@ -9705,6 +9722,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -9730,16 +9748,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -9748,7 +9766,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -9806,8 +9824,8 @@
],
"media": [
{
- "display_url": "pic.x.com/vuibsfvl8j",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561805413103853570/photo/1",
+ "display_url": "pic.x.com/vUIbSFVL8J",
+ "expanded_url": "https://x.com/TwitterDev/status/1561805413103853570/photo/1",
"ext_alt_text": "Chirp Save the date",
"id_str": "1561805410608320512",
"indices": [
@@ -9918,8 +9936,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/vUIbSFVL8J",
- "expanded_url": "https://twitter.com/TwitterDev/status/1561805413103853570/photo/1",
+ "display_url": "pic.x.com/vUIbSFVL8J",
+ "expanded_url": "https://x.com/TwitterDev/status/1561805413103853570/photo/1",
"ext_alt_text": "Chirp Save the date",
"id_str": "1561805410608320512",
"indices": [
@@ -10020,7 +10038,7 @@
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 0,
+ "quote_count": 1,
"reply_count": 6,
"retweet_count": 19,
"retweeted": false,
@@ -10067,6 +10085,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -10092,16 +10111,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -10110,7 +10129,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -10168,8 +10187,8 @@
],
"media": [
{
- "display_url": "pic.x.com/h8yrz3sxb1",
- "expanded_url": "https://twitter.com/TwitterDev/status/1560295462028120064/photo/1",
+ "display_url": "pic.x.com/h8Yrz3SXB1",
+ "expanded_url": "https://x.com/TwitterDev/status/1560295462028120064/photo/1",
"ext_alt_text": "ONE DAY LEFT to enter the #ChirpDevChallenge!",
"id_str": "1560295456978178049",
"indices": [
@@ -10280,8 +10299,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/h8Yrz3SXB1",
- "expanded_url": "https://twitter.com/TwitterDev/status/1560295462028120064/photo/1",
+ "display_url": "pic.x.com/h8Yrz3SXB1",
+ "expanded_url": "https://x.com/TwitterDev/status/1560295462028120064/photo/1",
"ext_alt_text": "ONE DAY LEFT to enter the #ChirpDevChallenge!",
"id_str": "1560295456978178049",
"indices": [
@@ -10429,6 +10448,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -10454,16 +10474,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -10472,7 +10492,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -10537,8 +10557,8 @@
],
"media": [
{
- "display_url": "pic.x.com/tj5k2xz4d3",
- "expanded_url": "https://twitter.com/TwitterDev/status/1559325365054619648/photo/1",
+ "display_url": "pic.x.com/tj5K2Xz4d3",
+ "expanded_url": "https://x.com/TwitterDev/status/1559325365054619648/photo/1",
"id_str": "1559325320125317121",
"indices": [
273,
@@ -10616,8 +10636,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/tj5K2Xz4d3",
- "expanded_url": "https://twitter.com/TwitterDev/status/1559325365054619648/photo/1",
+ "display_url": "pic.x.com/tj5K2Xz4d3",
+ "expanded_url": "https://x.com/TwitterDev/status/1559325365054619648/photo/1",
"id_str": "1559325320125317121",
"indices": [
273,
@@ -10678,7 +10698,7 @@
}
]
},
- "favorite_count": 22,
+ "favorite_count": 21,
"favorited": false,
"full_text": "📣 Time is running out! \n\nThe #ChirpDevChallenge is open for entries through Aug. 19th. Submit an app using at least one Twitter API v2 endpoint for a chance to win prizes and be featured at the #Chirp Developer Conference. 🏆🥳\n\nJoin the challenge ⬇️\nhttps://t.co/uHLjFpXN5e https://t.co/tj5K2Xz4d3",
"is_quote_status": false,
@@ -10732,6 +10752,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -10757,16 +10778,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -10775,7 +10796,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -10813,7 +10834,7 @@
},
"source": "Sprinklr",
"legacy": {
- "bookmark_count": 2,
+ "bookmark_count": 1,
"bookmarked": false,
"created_at": "Thu Aug 11 18:00:09 +0000 2022",
"conversation_id_str": "1557788977842765827",
@@ -10833,8 +10854,8 @@
],
"media": [
{
- "display_url": "pic.x.com/azfdsg7iiu",
- "expanded_url": "https://twitter.com/TwitterDev/status/1557788977842765827/photo/1",
+ "display_url": "pic.x.com/aZfdSg7Iiu",
+ "expanded_url": "https://x.com/TwitterDev/status/1557788977842765827/photo/1",
"ext_alt_text": "Register to attend the #Chirp Developer Conference",
"id_str": "1557788943344713729",
"indices": [
@@ -10913,8 +10934,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/aZfdSg7Iiu",
- "expanded_url": "https://twitter.com/TwitterDev/status/1557788977842765827/photo/1",
+ "display_url": "pic.x.com/aZfdSg7Iiu",
+ "expanded_url": "https://x.com/TwitterDev/status/1557788977842765827/photo/1",
"ext_alt_text": "Register to attend the #Chirp Developer Conference",
"id_str": "1557788943344713729",
"indices": [
@@ -10995,6 +11016,3575 @@
"tweetDisplayType": "MediaGrid"
}
}
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1553093010686197762",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1553093010686197762",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1553093010686197762"
+ ],
+ "editable_until_msecs": "1659123003000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Sprinklr",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Fri Jul 29 19:00:03 +0000 2022",
+ "conversation_id_str": "1553093010686197762",
+ "display_text_range": [
+ 0,
+ 269
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 96,
+ 102
+ ],
+ "text": "Chirp"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/Y2mpGsdFUY",
+ "expanded_url": "https://x.com/TwitterDev/status/1553093010686197762/photo/1",
+ "id_str": "1553093007368413189",
+ "indices": [
+ 270,
+ 293
+ ],
+ "media_key": "3_1553093007368413189",
+ "media_url_https": "https://pbs.twimg.com/media/FY2x3I9WYAUOp8_.jpg",
+ "type": "photo",
+ "url": "https://t.co/Y2mpGsdFUY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 508,
+ "y": 14,
+ "h": 36,
+ "w": 36
+ },
+ {
+ "x": 37,
+ "y": 302,
+ "h": 34,
+ "w": 34
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 627,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 627,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 355,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 627,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 80,
+ "y": 0,
+ "w": 1120,
+ "h": 627
+ },
+ {
+ "x": 497,
+ "y": 0,
+ "w": 627,
+ "h": 627
+ },
+ {
+ "x": 535,
+ "y": 0,
+ "w": 550,
+ "h": 627
+ },
+ {
+ "x": 653,
+ "y": 0,
+ "w": 314,
+ "h": 627
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 627
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1553093007368413189"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "developer.twitter.com/en/chirp?ref=o…",
+ "expanded_url": "https://developer.twitter.com/en/chirp?ref=os-tw-&utm_source=tw&utm_medium=os&utm_campaign=chirp-registration",
+ "url": "https://t.co/UqXK2jsVyn",
+ "indices": [
+ 246,
+ 269
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/Y2mpGsdFUY",
+ "expanded_url": "https://x.com/TwitterDev/status/1553093010686197762/photo/1",
+ "id_str": "1553093007368413189",
+ "indices": [
+ 270,
+ 293
+ ],
+ "media_key": "3_1553093007368413189",
+ "media_url_https": "https://pbs.twimg.com/media/FY2x3I9WYAUOp8_.jpg",
+ "type": "photo",
+ "url": "https://t.co/Y2mpGsdFUY",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 508,
+ "y": 14,
+ "h": 36,
+ "w": 36
+ },
+ {
+ "x": 37,
+ "y": 302,
+ "h": 34,
+ "w": 34
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 898,
+ "y": 25,
+ "h": 64,
+ "w": 64
+ },
+ {
+ "x": 67,
+ "y": 534,
+ "h": 60,
+ "w": 60
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 627,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 627,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 355,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 627,
+ "width": 1200,
+ "focus_rects": [
+ {
+ "x": 80,
+ "y": 0,
+ "w": 1120,
+ "h": 627
+ },
+ {
+ "x": 497,
+ "y": 0,
+ "w": 627,
+ "h": 627
+ },
+ {
+ "x": 535,
+ "y": 0,
+ "w": 550,
+ "h": 627
+ },
+ {
+ "x": 653,
+ "y": 0,
+ "w": 314,
+ "h": 627
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1200,
+ "h": 627
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1553093007368413189"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 36,
+ "favorited": false,
+ "full_text": "⏳Time is running out! Apply before Aug. 12th to join the Twitter Developer Platform Team at the #Chirp Developer Conference!\n\nExperience the surprises we have in store, and don’t miss out on being a part of this special event. 🤩\n\nRegister here 👇 https://t.co/UqXK2jsVyn https://t.co/Y2mpGsdFUY",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 6,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1553093010686197762"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1553047818222321664",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1553047818222321664",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1553047818222321664"
+ ],
+ "editable_until_msecs": "1659112228000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Sprinklr",
+ "legacy": {
+ "bookmark_count": 5,
+ "bookmarked": false,
+ "created_at": "Fri Jul 29 16:00:28 +0000 2022",
+ "conversation_id_str": "1553047818222321664",
+ "display_text_range": [
+ 0,
+ 277
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/t7bihTjFKa",
+ "expanded_url": "https://x.com/TwitterDev/status/1553047818222321664/video/1",
+ "id_str": "1553047720616755201",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "13_1553047720616755201",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1553047720616755201/img/Jx9Ct1JtGqD-iNdx.jpg",
+ "type": "video",
+ "url": "https://t.co/t7bihTjFKa",
+ "additional_media_info": {
+ "title": "twitter-x-charm-part-2.mp4",
+ "description": "",
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 674,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 674,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 674,
+ "width": 1200,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 600,
+ 337
+ ],
+ "duration_millis": 9000,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/pl/9heU4bsyRnFv3tGi.m3u8?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/480x270/_UdmpvgMHq400yCI.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/640x360/0YVBJh6AHLOA_K6p.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/1200x674/-DZJt3TX0rg_i7YM.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1553047720616755201"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/spaces/1mrxm…",
+ "expanded_url": "https://x.com/i/spaces/1mrxmayRyrQxy",
+ "url": "https://t.co/FhuHA6Wbip",
+ "indices": [
+ 254,
+ 277
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "978291813244178444",
+ "name": "JZ",
+ "screen_name": "jzmusings",
+ "indices": [
+ 74,
+ 84
+ ]
+ },
+ {
+ "id_str": "243839699",
+ "name": "Ayman Bagabas",
+ "screen_name": "aymanbagabas",
+ "indices": [
+ 86,
+ 99
+ ]
+ },
+ {
+ "id_str": "2935481702",
+ "name": "Maas Lalani",
+ "screen_name": "maaslalani",
+ "indices": [
+ 101,
+ 112
+ ]
+ },
+ {
+ "id_str": "1203143241652166657",
+ "name": "Charm",
+ "screen_name": "charmcli",
+ "indices": [
+ 118,
+ 127
+ ]
+ },
+ {
+ "id_str": "15772978",
+ "name": "Jessica Garson",
+ "screen_name": "jessicagarson",
+ "indices": [
+ 129,
+ 143
+ ]
+ },
+ {
+ "id_str": "1324848235714736129",
+ "name": "Alan Lee",
+ "screen_name": "alanbenlee",
+ "indices": [
+ 145,
+ 156
+ ]
+ },
+ {
+ "id_str": "38906681",
+ "name": "Jamie Maguire | MVP in AI",
+ "screen_name": "jamie_maguire1",
+ "indices": [
+ 193,
+ 208
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/t7bihTjFKa",
+ "expanded_url": "https://x.com/TwitterDev/status/1553047818222321664/video/1",
+ "id_str": "1553047720616755201",
+ "indices": [
+ 278,
+ 301
+ ],
+ "media_key": "13_1553047720616755201",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1553047720616755201/img/Jx9Ct1JtGqD-iNdx.jpg",
+ "type": "video",
+ "url": "https://t.co/t7bihTjFKa",
+ "additional_media_info": {
+ "title": "twitter-x-charm-part-2.mp4",
+ "description": "",
+ "monetizable": false
+ },
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "sizes": {
+ "large": {
+ "h": 674,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 674,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 382,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 674,
+ "width": 1200,
+ "focus_rects": []
+ },
+ "video_info": {
+ "aspect_ratio": [
+ 600,
+ 337
+ ],
+ "duration_millis": 9000,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/pl/9heU4bsyRnFv3tGi.m3u8?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/480x270/_UdmpvgMHq400yCI.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/640x360/0YVBJh6AHLOA_K6p.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1553047720616755201/vid/1200x674/-DZJt3TX0rg_i7YM.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1553047720616755201"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 64,
+ "favorited": false,
+ "full_text": "Tune into our Space to discover the best in developer tooling. 👀⚙️ \n\nJoin @jzmusings, @aymanbagabas, @maaslalani from @charmcli; @jessicagarson, @alanbenlee from @twitterdev; and special guest @jamie_maguire1 on Tuesday, August 2 | 9am PT / 12pm ET.\n\n⬇️\nhttps://t.co/FhuHA6Wbip https://t.co/t7bihTjFKa",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 5,
+ "reply_count": 2,
+ "retweet_count": 15,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1553047818222321664"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1547588069661949959",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1547588069661949959",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1547588069661949959"
+ ],
+ "editable_until_msecs": "1657810523000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Sprinklr",
+ "legacy": {
+ "bookmark_count": 5,
+ "bookmarked": false,
+ "created_at": "Thu Jul 14 14:25:23 +0000 2022",
+ "conversation_id_str": "1547588038032732160",
+ "display_text_range": [
+ 0,
+ 280
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/8VuQRkd3sc",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588069661949959/photo/1",
+ "id_str": "1547588059742347264",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "3_1547588059742347264",
+ "media_url_https": "https://pbs.twimg.com/media/FXojJA-UIAAHKJp.jpg",
+ "type": "photo",
+ "url": "https://t.co/8VuQRkd3sc",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1075
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 162,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1547588059742347264"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "indexologyblog.com/2022/07/13/doe…",
+ "expanded_url": "https://www.indexologyblog.com/2022/07/13/does-the-wisdom-of-the-crowd-hold-for-the-sp-500-twitter-sentiment-indices/",
+ "url": "https://t.co/TCMc5eSYmw",
+ "indices": [
+ 257,
+ 280
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/8VuQRkd3sc",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588069661949959/photo/1",
+ "id_str": "1547588059742347264",
+ "indices": [
+ 281,
+ 304
+ ],
+ "media_key": "3_1547588059742347264",
+ "media_url_https": "https://pbs.twimg.com/media/FXojJA-UIAAHKJp.jpg",
+ "type": "photo",
+ "url": "https://t.co/8VuQRkd3sc",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1075
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 162,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1547588059742347264"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 16,
+ "favorited": false,
+ "full_text": "We also saw positive relative performance when comparing the S&P 500 Twitter Sentiment Select Equal Weight Index against the S&P 500 Equal Weight Index.\n\nRelative performance: \nQ1-22: ⬆173 bps\nQ2-22: ⬆27 bps\nSince Dec 31, 2021: ⬆174 bps\n\nDetails ⤵️\nhttps://t.co/TCMc5eSYmw https://t.co/8VuQRkd3sc",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1547588055514488833",
+ "in_reply_to_user_id_str": "2244994945",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 2,
+ "reply_count": 1,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1547588069661949959"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1547588055514488833",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1547588055514488833",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1547588055514488833"
+ ],
+ "editable_until_msecs": "1657810519000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Sprinklr",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Thu Jul 14 14:25:19 +0000 2022",
+ "conversation_id_str": "1547588038032732160",
+ "display_text_range": [
+ 0,
+ 278
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/8x6LdRmDnu",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588055514488833/photo/1",
+ "id_str": "1547588045209186313",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1547588045209186313",
+ "media_url_https": "https://pbs.twimg.com/media/FXojIK1VsAkcPAW.jpg",
+ "type": "photo",
+ "url": "https://t.co/8x6LdRmDnu",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1075
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 55,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 258,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1547588045209186313"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/8x6LdRmDnu",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588055514488833/photo/1",
+ "id_str": "1547588045209186313",
+ "indices": [
+ 279,
+ 302
+ ],
+ "media_key": "3_1547588045209186313",
+ "media_url_https": "https://pbs.twimg.com/media/FXojIK1VsAkcPAW.jpg",
+ "type": "photo",
+ "url": "https://t.co/8x6LdRmDnu",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "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": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1075
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 1080
+ },
+ {
+ "x": 55,
+ "y": 0,
+ "w": 947,
+ "h": 1080
+ },
+ {
+ "x": 258,
+ "y": 0,
+ "w": 540,
+ "h": 1080
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1920,
+ "h": 1080
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1547588045209186313"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 10,
+ "favorited": false,
+ "full_text": "The stock market had its most challenging start in more than 60 years, with the S&P 500 declining by 19.96%. The S&P 500 Twitter Sentiment Index declined by 18.78% during that same period.\n\nRelative performance:\nQ1-22: ⬆72 bps\nQ2-22: ⬆61 bps\nSince Dec 31, 2021: ⬆118 bps https://t.co/8x6LdRmDnu",
+ "in_reply_to_screen_name": "XDevelopers",
+ "in_reply_to_status_id_str": "1547588038032732160",
+ "in_reply_to_user_id_str": "2244994945",
+ "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": "2244994945",
+ "id_str": "1547588055514488833"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1547588038032732160",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1547588038032732160",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1547588038032732160"
+ ],
+ "editable_until_msecs": "1657810515000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Sprinklr",
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Thu Jul 14 14:25:15 +0000 2022",
+ "conversation_id_str": "1547588038032732160",
+ "display_text_range": [
+ 0,
+ 270
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/Ix3NSypH76",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588038032732160/video/1",
+ "id_str": "1547585167237136391",
+ "indices": [
+ 271,
+ 294
+ ],
+ "media_key": "13_1547585167237136391",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1547585167237136391/img/1LG7CnYno_id1cRP.jpg",
+ "type": "video",
+ "url": "https://t.co/Ix3NSypH76",
+ "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": 45033,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/pl/m0c_NAtIos3ezvB5.m3u8?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/480x270/PjhN_Uj_pzzfIdtK.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/640x360/Gl7ceklyDXMvkyIf.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/1280x720/xfZRvZkwIH19Wlp1.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1547585167237136391"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/Ix3NSypH76",
+ "expanded_url": "https://x.com/TwitterDev/status/1547588038032732160/video/1",
+ "id_str": "1547585167237136391",
+ "indices": [
+ 271,
+ 294
+ ],
+ "media_key": "13_1547585167237136391",
+ "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1547585167237136391/img/1LG7CnYno_id1cRP.jpg",
+ "type": "video",
+ "url": "https://t.co/Ix3NSypH76",
+ "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": 45033,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/pl/m0c_NAtIos3ezvB5.m3u8?tag=14"
+ },
+ {
+ "bitrate": 288000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/480x270/PjhN_Uj_pzzfIdtK.mp4?tag=14"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/640x360/Gl7ceklyDXMvkyIf.mp4?tag=14"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/amplify_video/1547585167237136391/vid/1280x720/xfZRvZkwIH19Wlp1.mp4?tag=14"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "13_1547585167237136391"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 38,
+ "favorited": false,
+ "full_text": "📈 Last year, we partnered with S&P Dow Jones Indices to launch a series of stock indices powered by Twitter data, tracking the most positively-talked about companies in the S&P 500.\n\nThese indices again outperformed their benchmarks by 61 bps and 27 bps in Q2. 🧵 https://t.co/Ix3NSypH76",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 5,
+ "reply_count": 5,
+ "retweet_count": 7,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1547588038032732160"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1547039584202067969",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1547039584202067969",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1547039584202067969"
+ ],
+ "editable_until_msecs": "1657679754000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 3,
+ "bookmarked": false,
+ "created_at": "Wed Jul 13 02:05:54 +0000 2022",
+ "conversation_id_str": "1547039584202067969",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 219,
+ 225
+ ],
+ "text": "Chirp"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/ofGVvSU736",
+ "expanded_url": "https://x.com/TwitterDev/status/1547039584202067969/photo/1",
+ "id_str": "1547039534558302208",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "16_1547039534558302208",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/FXgwQpbVUAA2vnh.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/ofGVvSU736",
+ "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
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/FXgwQpbVUAA2vnh.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1547039534558302208"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "developer.twitter.com/en/chirp?ref=o…",
+ "expanded_url": "https://developer.twitter.com/en/chirp?ref=os-tw-chirp-2022-organic-social&utm_source=tw&utm_medium=os&utm_campaign=chirp-2022-organic-social",
+ "url": "https://t.co/AMENQKRZcd",
+ "indices": [
+ 244,
+ 267
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/ofGVvSU736",
+ "expanded_url": "https://x.com/TwitterDev/status/1547039584202067969/photo/1",
+ "id_str": "1547039534558302208",
+ "indices": [
+ 268,
+ 291
+ ],
+ "media_key": "16_1547039534558302208",
+ "media_url_https": "https://pbs.twimg.com/tweet_video_thumb/FXgwQpbVUAA2vnh.jpg",
+ "type": "animated_gif",
+ "url": "https://t.co/ofGVvSU736",
+ "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
+ ],
+ "variants": [
+ {
+ "bitrate": 0,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/tweet_video/FXgwQpbVUAA2vnh.mp4"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "16_1547039534558302208"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 37,
+ "favorited": false,
+ "full_text": "Registration for Chirp is now open! 🎉 Join us on Nov. 16 in San Francisco and online to celebrate our developer community and connect with the Twitter Developer Platform Team. This is an event you don’t want to miss. 👀 #Chirp\n\nRegister here ➡️ https://t.co/AMENQKRZcd https://t.co/ofGVvSU736",
+ "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": "2244994945",
+ "id_str": "1547039584202067969"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1546615344780914688",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1546615344780914688",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1546615344780914688"
+ ],
+ "editable_until_msecs": "1657578607000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "TweetDeck Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Mon Jul 11 22:00:07 +0000 2022",
+ "conversation_id_str": "1546615344780914688",
+ "display_text_range": [
+ 0,
+ 273
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 210,
+ 231
+ ],
+ "text": "WelcomeToOurTechTalk"
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "youtu.be/lyDOU6OzFUs?re…",
+ "expanded_url": "https://youtu.be/lyDOU6OzFUs?ref=os-tw-devs-in-the-details&utm_source=tw&utm_medium=os&utm_campaign=devs-in-the-details",
+ "url": "https://t.co/UYGLlcIAZY",
+ "indices": [
+ 250,
+ 273
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "857699969263964161",
+ "name": "Suhem Parack",
+ "screen_name": "suhemparack",
+ "indices": [
+ 106,
+ 118
+ ]
+ }
+ ]
+ },
+ "favorite_count": 38,
+ "favorited": false,
+ "full_text": "If you’re curious about building with Tweepy v2, check out the second episode of Devs in the Details. 🎥 \n\n@suhemparack shows how to migrate from Tweepy v1.1 to v2 and the different functionalities of the APIs. #WelcomeToOurTechTalk\n\nWatch it here ⬇️\nhttps://t.co/UYGLlcIAZY",
+ "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": "2244994945",
+ "id_str": "1546615344780914688"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1542891693044912128",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1542891693044912128",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1542891693044912128"
+ ],
+ "editable_until_msecs": "1656690819000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Fri Jul 01 15:23:39 +0000 2022",
+ "conversation_id_str": "1542891693044912128",
+ "display_text_range": [
+ 0,
+ 221
+ ],
+ "entities": {
+ "hashtags": [
+ {
+ "indices": [
+ 6,
+ 24
+ ],
+ "text": "ChirpDevChallenge"
+ }
+ ],
+ "media": [
+ {
+ "display_url": "pic.x.com/We5nFPAVkq",
+ "expanded_url": "https://x.com/TwitterDev/status/1542891693044912128/video/1",
+ "id_str": "1542891117145980928",
+ "indices": [
+ 222,
+ 245
+ ],
+ "media_key": "7_1542891117145980928",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1542891117145980928/pu/img/nhuDOx1Z8rY1Wsjx.jpg",
+ "type": "video",
+ "url": "https://t.co/We5nFPAVkq",
+ "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": 24600,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/pl/Q_UYFAV6SRgy7W6y.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/480x270/FlFn3o5i7d2v2ofM.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/640x360/3JytRZ4FGg59C0a0.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/1280x720/ujUMYlQKHTup6AAn.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1542891117145980928"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "bit.ly/3y8CBma",
+ "expanded_url": "https://bit.ly/3y8CBma",
+ "url": "https://t.co/jcYoGHy8mJ",
+ "indices": [
+ 198,
+ 221
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/We5nFPAVkq",
+ "expanded_url": "https://x.com/TwitterDev/status/1542891693044912128/video/1",
+ "id_str": "1542891117145980928",
+ "indices": [
+ 222,
+ 245
+ ],
+ "media_key": "7_1542891117145980928",
+ "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1542891117145980928/pu/img/nhuDOx1Z8rY1Wsjx.jpg",
+ "type": "video",
+ "url": "https://t.co/We5nFPAVkq",
+ "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": 24600,
+ "variants": [
+ {
+ "content_type": "application/x-mpegURL",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/pl/Q_UYFAV6SRgy7W6y.m3u8?tag=12"
+ },
+ {
+ "bitrate": 256000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/480x270/FlFn3o5i7d2v2ofM.mp4?tag=12"
+ },
+ {
+ "bitrate": 832000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/640x360/3JytRZ4FGg59C0a0.mp4?tag=12"
+ },
+ {
+ "bitrate": 2176000,
+ "content_type": "video/mp4",
+ "url": "https://video.twimg.com/ext_tw_video/1542891117145980928/pu/vid/1280x720/ujUMYlQKHTup6AAn.mp4?tag=12"
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "7_1542891117145980928"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 55,
+ "favorited": false,
+ "full_text": "📣 The #ChirpDevChallenge is open for entries through August 19. We’re looking forward to seeing the innovative experiences the developer community will bring to our platform!\n\nJoin the challenge ⬇️ https://t.co/jcYoGHy8mJ https://t.co/We5nFPAVkq",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 8,
+ "reply_count": 4,
+ "retweet_count": 17,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1542891693044912128"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1542236719881154561",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1542236719881154561",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1542236719881154561"
+ ],
+ "editable_until_msecs": "1656534662000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 11,
+ "bookmarked": false,
+ "created_at": "Wed Jun 29 20:01:02 +0000 2022",
+ "conversation_id_str": "1542236719881154561",
+ "display_text_range": [
+ 0,
+ 186
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/9jSawGz5X6",
+ "expanded_url": "https://x.com/TwitterDev/status/1542236719881154561/photo/1",
+ "id_str": "1542236587806687232",
+ "indices": [
+ 187,
+ 210
+ ],
+ "media_key": "3_1542236587806687232",
+ "media_url_https": "https://pbs.twimg.com/media/FWcgAWfUAAA9Bmq.jpg",
+ "type": "photo",
+ "url": "https://t.co/9jSawGz5X6",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 391,
+ "y": 220,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 540,
+ "w": 960,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 540,
+ "w": 960,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 540,
+ "width": 960,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 538
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 540,
+ "h": 540
+ },
+ {
+ "x": 243,
+ "y": 0,
+ "w": 474,
+ "h": 540
+ },
+ {
+ "x": 345,
+ "y": 0,
+ "w": 270,
+ "h": 540
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 540
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1542236587806687232"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twitch.tv/twitterdev",
+ "expanded_url": "http://twitch.tv/twitterdev",
+ "url": "https://t.co/GrtBOXh5Y1",
+ "indices": [
+ 159,
+ 182
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "857699969263964161",
+ "name": "Suhem Parack",
+ "screen_name": "suhemparack",
+ "indices": [
+ 80,
+ 92
+ ]
+ },
+ {
+ "id_str": "779043676228059136",
+ "name": "Rizèl Scarlett 🇦🇬🇬🇾",
+ "screen_name": "blackgirlbytes",
+ "indices": [
+ 97,
+ 112
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/9jSawGz5X6",
+ "expanded_url": "https://x.com/TwitterDev/status/1542236719881154561/photo/1",
+ "id_str": "1542236587806687232",
+ "indices": [
+ 187,
+ 210
+ ],
+ "media_key": "3_1542236587806687232",
+ "media_url_https": "https://pbs.twimg.com/media/FWcgAWfUAAA9Bmq.jpg",
+ "type": "photo",
+ "url": "https://t.co/9jSawGz5X6",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 391,
+ "y": 220,
+ "h": 29,
+ "w": 29
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 553,
+ "y": 311,
+ "h": 42,
+ "w": 42
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 540,
+ "w": 960,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 540,
+ "w": 960,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 540,
+ "width": 960,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 538
+ },
+ {
+ "x": 210,
+ "y": 0,
+ "w": 540,
+ "h": 540
+ },
+ {
+ "x": 243,
+ "y": 0,
+ "w": 474,
+ "h": 540
+ },
+ {
+ "x": 345,
+ "y": 0,
+ "w": 270,
+ "h": 540
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 960,
+ "h": 540
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1542236587806687232"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 99,
+ "favorited": false,
+ "full_text": "Want to learn how to work with the Twitter API v2 using GitHub Copilot? 👀\n\nJoin @suhemparack and @blackgirlbytes on Thursday, July 14th at 2pm ET / 11am PT on https://t.co/GrtBOXh5Y1 🗓⤵️ https://t.co/9jSawGz5X6",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 9,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1542236719881154561"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
+ },
+ {
+ "entryId": "profile-grid-0-tweet-1541512325479268353",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1541512325479268353",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1541512325479268353"
+ ],
+ "editable_until_msecs": "1656361952000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "state": "Enabled"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 2,
+ "bookmarked": false,
+ "created_at": "Mon Jun 27 20:02:32 +0000 2022",
+ "conversation_id_str": "1541512325479268353",
+ "display_text_range": [
+ 0,
+ 151
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/2J0xHUnx56",
+ "expanded_url": "https://x.com/TwitterDev/status/1541512325479268353/photo/1",
+ "id_str": "1541511425159417856",
+ "indices": [
+ 152,
+ 175
+ ],
+ "media_key": "3_1541511425159417856",
+ "media_url_https": "https://pbs.twimg.com/media/FWSMeVHVUAAL4oT.jpg",
+ "type": "photo",
+ "url": "https://t.co/2J0xHUnx56",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 635,
+ "y": 371,
+ "h": 85,
+ "w": 85
+ },
+ {
+ "x": 258,
+ "y": 319,
+ "h": 191,
+ "w": 191
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 512,
+ "y": 299,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 208,
+ "y": 257,
+ "h": 154,
+ "w": 154
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 290,
+ "y": 169,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 118,
+ "y": 145,
+ "h": 87,
+ "w": 87
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 635,
+ "y": 371,
+ "h": 85,
+ "w": 85
+ },
+ {
+ "x": 258,
+ "y": 319,
+ "h": 191,
+ "w": 191
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 768,
+ "w": 1486,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 620,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 351,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 768,
+ "width": 1486,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1371,
+ "h": 768
+ },
+ {
+ "x": 173,
+ "y": 0,
+ "w": 768,
+ "h": 768
+ },
+ {
+ "x": 220,
+ "y": 0,
+ "w": 674,
+ "h": 768
+ },
+ {
+ "x": 365,
+ "y": 0,
+ "w": 384,
+ "h": 768
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1486,
+ "h": 768
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1541511425159417856"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "twitch.tv/twitterdev",
+ "expanded_url": "https://twitch.tv/twitterdev",
+ "url": "https://t.co/oY79pMjR3F",
+ "indices": [
+ 128,
+ 151
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/2J0xHUnx56",
+ "expanded_url": "https://x.com/TwitterDev/status/1541512325479268353/photo/1",
+ "id_str": "1541511425159417856",
+ "indices": [
+ 152,
+ 175
+ ],
+ "media_key": "3_1541511425159417856",
+ "media_url_https": "https://pbs.twimg.com/media/FWSMeVHVUAAL4oT.jpg",
+ "type": "photo",
+ "url": "https://t.co/2J0xHUnx56",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": [
+ {
+ "x": 635,
+ "y": 371,
+ "h": 85,
+ "w": 85
+ },
+ {
+ "x": 258,
+ "y": 319,
+ "h": 191,
+ "w": 191
+ }
+ ]
+ },
+ "medium": {
+ "faces": [
+ {
+ "x": 512,
+ "y": 299,
+ "h": 68,
+ "w": 68
+ },
+ {
+ "x": 208,
+ "y": 257,
+ "h": 154,
+ "w": 154
+ }
+ ]
+ },
+ "small": {
+ "faces": [
+ {
+ "x": 290,
+ "y": 169,
+ "h": 38,
+ "w": 38
+ },
+ {
+ "x": 118,
+ "y": 145,
+ "h": 87,
+ "w": 87
+ }
+ ]
+ },
+ "orig": {
+ "faces": [
+ {
+ "x": 635,
+ "y": 371,
+ "h": 85,
+ "w": 85
+ },
+ {
+ "x": 258,
+ "y": 319,
+ "h": 191,
+ "w": 191
+ }
+ ]
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 768,
+ "w": 1486,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 620,
+ "w": 1200,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 351,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 768,
+ "width": 1486,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1371,
+ "h": 768
+ },
+ {
+ "x": 173,
+ "y": 0,
+ "w": 768,
+ "h": 768
+ },
+ {
+ "x": 220,
+ "y": 0,
+ "w": 674,
+ "h": 768
+ },
+ {
+ "x": 365,
+ "y": 0,
+ "w": 384,
+ "h": 768
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1486,
+ "h": 768
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1541511425159417856"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 44,
+ "favorited": false,
+ "full_text": "📅 Join us on Tuesday, June 28 | 5:30 pm ET / 2:30 pm PT for a session on building bots with the Twitter API. We will be live on https://t.co/oY79pMjR3F https://t.co/2J0xHUnx56",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 3,
+ "reply_count": 5,
+ "retweet_count": 9,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1541512325479268353"
+ }
+ }
+ },
+ "tweetDisplayType": "MediaGrid"
+ }
+ }
}
],
"displayType": "VerticalGrid",
@@ -11004,22 +14594,22 @@
}
},
{
- "entryId": "cursor-top-1807077680529539073",
- "sortIndex": "1807077680529539073",
+ "entryId": "cursor-top-1842759110576046081",
+ "sortIndex": "1842759110576046081",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHk32AJxEKAAIVnmDSY1ZAAwgAAwAAAAEAAA",
+ "value": "DAABCgABGZLLpdCAJxEKAAIVZI1K8RQAAQgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1807077680529539071",
- "sortIndex": "1807077680529539071",
+ "entryId": "cursor-bottom-1842759110576046079",
+ "sortIndex": "1842759110576046079",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHk31___0KAAIVnmDSY1ZAAwgAAwAAAAIAAA",
+ "value": "DAABCgABGZLLpdB___0KAAIVZI1K8RQAAQgAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/raw_user_tweets.json b/tests/mocked-data/raw_user_tweets.json
index e18465f..9fabfd1 100644
--- a/tests/mocked-data/raw_user_tweets.json
+++ b/tests/mocked-data/raw_user_tweets.json
@@ -13,7 +13,7 @@
"type": "TimelinePinEntry",
"entry": {
"entryId": "tweet-1770153912013615285",
- "sortIndex": "1807077663630688256",
+ "sortIndex": "1842759098404175872",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -48,6 +48,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -73,16 +74,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -91,7 +92,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -125,7 +126,7 @@
},
"is_translatable": false,
"views": {
- "count": "376536",
+ "count": "546373",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -157,6 +158,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -182,16 +184,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -200,7 +202,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -234,7 +236,7 @@
},
"is_translatable": false,
"views": {
- "count": "444997",
+ "count": "644412",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -310,7 +312,7 @@
}
},
"legacy": {
- "bookmark_count": 19,
+ "bookmark_count": 26,
"bookmarked": false,
"created_at": "Tue Mar 19 18:21:36 +0000 2024",
"conversation_id_str": "1770153665782808637",
@@ -335,7 +337,7 @@
],
"user_mentions": []
},
- "favorite_count": 205,
+ "favorite_count": 200,
"favorited": false,
"full_text": "https://t.co/JJ8VVI0aeO",
"is_quote_status": false,
@@ -343,8 +345,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 11,
- "reply_count": 46,
- "retweet_count": 28,
+ "reply_count": 52,
+ "retweet_count": 26,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1770153665782808637"
@@ -352,7 +354,7 @@
}
},
"legacy": {
- "bookmark_count": 79,
+ "bookmark_count": 97,
"bookmarked": false,
"created_at": "Tue Mar 19 18:22:35 +0000 2024",
"conversation_id_str": "1770153912013615285",
@@ -367,20 +369,20 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 1386,
+ "favorite_count": 1961,
"favorited": false,
"full_text": "X API New Feature Announcement!\n\nIntroducing Top Up — A new and simple way to boost your Basic or Pro subscription.\n\nArticle below for more info. Start today!",
"is_quote_status": true,
"lang": "en",
- "quote_count": 23,
+ "quote_count": 29,
"quoted_status_id_str": "1770153665782808637",
"quoted_status_permalink": {
"url": "https://t.co/csg0enmp0c",
"expanded": "https://twitter.com/XDevelopers/status/1770153665782808637",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 266,
- "retweet_count": 235,
+ "reply_count": 354,
+ "retweet_count": 355,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1770153912013615285"
@@ -407,9 +409,2800 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "tweet-1841642978517131264",
+ "sortIndex": "1842759098404175871",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841642978517131264",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841642978517131264"
+ ],
+ "editable_until_msecs": "1727920476807",
+ "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": "Thu Oct 03 00:54:36 +0000 2024",
+ "conversation_id_str": "1841642978517131264",
+ "display_text_range": [
+ 0,
+ 144
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "1661523610111193088",
+ "name": "xAI",
+ "screen_name": "xai",
+ "indices": [
+ 21,
+ 25
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: join @xai for their xAI hackathon!⚡️\n\n• early access to xAI Grok APIs\n\n• opportunity to build cool things & hang with aweso…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1841642978517131264",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841640967117427154",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841640967117427154"
+ ],
+ "editable_until_msecs": "1727919997000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "8100",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Thu Oct 03 00:46:37 +0000 2024",
+ "conversation_id_str": "1841640967117427154",
+ "display_text_range": [
+ 0,
+ 192
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/PCGcEo2G1g",
+ "expanded_url": "https://x.com/chrisparkX/status/1841640967117427154/photo/1",
+ "id_str": "1841640964412022784",
+ "indices": [
+ 193,
+ 216
+ ],
+ "media_key": "3_1841640964412022784",
+ "media_url_https": "https://pbs.twimg.com/media/GY7Ssx-WIAAggXW.jpg",
+ "type": "photo",
+ "url": "https://t.co/PCGcEo2G1g",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 608,
+ "width": 1080,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 236,
+ "y": 0,
+ "w": 608,
+ "h": 608
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 533,
+ "h": 608
+ },
+ {
+ "x": 388,
+ "y": 0,
+ "w": 304,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 608
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1841640964412022784"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1661523610111193088",
+ "name": "xAI",
+ "screen_name": "xai",
+ "indices": [
+ 5,
+ 9
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/PCGcEo2G1g",
+ "expanded_url": "https://x.com/chrisparkX/status/1841640967117427154/photo/1",
+ "id_str": "1841640964412022784",
+ "indices": [
+ 193,
+ 216
+ ],
+ "media_key": "3_1841640964412022784",
+ "media_url_https": "https://pbs.twimg.com/media/GY7Ssx-WIAAggXW.jpg",
+ "type": "photo",
+ "url": "https://t.co/PCGcEo2G1g",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 608,
+ "width": 1080,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 236,
+ "y": 0,
+ "w": 608,
+ "h": 608
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 533,
+ "h": 608
+ },
+ {
+ "x": 388,
+ "y": 0,
+ "w": 304,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 608
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1841640964412022784"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 81,
+ "favorited": false,
+ "full_text": "join @xai for their xAI hackathon!⚡️\n\n• early access to xAI Grok APIs\n\n• opportunity to build cool things & hang with awesome incredibly hardworking people\n\n• X API will also be accessible https://t.co/PCGcEo2G1g",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 8,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1841640967117427154"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1838204454752965011",
+ "sortIndex": "1842759098404175870",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1838204454752965011",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1838204454752965011"
+ ],
+ "editable_until_msecs": "1727100668857",
+ "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": "Mon Sep 23 13:11:08 +0000 2024",
+ "conversation_id_str": "1838204454752965011",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: DM blocking and DM unblocking now also supported in the X API v2 using the following new endpoints:\n\n1. POST /2/users/{targe…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1834656101704642804",
+ "quoted_status_permalink": {
+ "url": "https://t.co/mOI2RN5MOt",
+ "expanded": "https://twitter.com/XEng/status/1834656101704642804",
+ "display": "x.com/XEng/status/18…"
+ },
+ "reply_count": 0,
+ "retweet_count": 21,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1838204454752965011",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1838203859170152749",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1838203859170152749"
+ ],
+ "editable_until_msecs": "1727100526000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "38555",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1834656101704642804",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2ODQ0Mjky",
+ "rest_id": "6844292",
+ "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": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Jun 16 00:14:36 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Updates from our engineering team",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 284,
+ "followers_count": 1407066,
+ "friends_count": 4,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4943,
+ "location": "San Francisco",
+ "media_count": 68,
+ "name": "Engineering",
+ "normal_followers_count": 1407066,
+ "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": 954,
+ "translator_type": "regular",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1834656101704642804"
+ ],
+ "editable_until_msecs": "1726254675000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "12287558",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 218,
+ "bookmarked": false,
+ "created_at": "Fri Sep 13 18:11:15 +0000 2024",
+ "conversation_id_str": "1834656101704642804",
+ "display_text_range": [
+ 0,
+ 250
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3701,
+ "favorited": false,
+ "full_text": "We're rolling out a new block option only for DMs. It prevents an account from sending you messages while enabling you to continue to interact with the account in other ways.\n\nThis is another step towards our evolution of messaging on X - stay tuned!",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 232,
+ "reply_count": 527,
+ "retweet_count": 548,
+ "retweeted": false,
+ "user_id_str": "6844292",
+ "id_str": "1834656101704642804"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 15,
+ "bookmarked": false,
+ "created_at": "Mon Sep 23 13:08:46 +0000 2024",
+ "conversation_id_str": "1838203859170152749",
+ "display_text_range": [
+ 0,
+ 222
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 233,
+ "favorited": false,
+ "full_text": "DM blocking and DM unblocking now also supported in the X API v2 using the following new endpoints:\n\n1. POST /2/users/{target_user_id}/dm/block\n2. POST /2/users/{target_user_id}/dm/unblock\n\ndocumentation updates to follow.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1834656101704642804",
+ "quoted_status_permalink": {
+ "url": "https://t.co/mOI2RN5MOt",
+ "expanded": "https://twitter.com/XEng/status/1834656101704642804",
+ "display": "x.com/XEng/status/18…"
+ },
+ "reply_count": 33,
+ "retweet_count": 21,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1838203859170152749"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1825922044837478725",
+ "sortIndex": "1842759098404175869",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825922044837478725",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825922044837478725"
+ ],
+ "editable_until_msecs": "1724172314137",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:45:14 +0000 2024",
+ "conversation_id_str": "1825922044837478725",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: Update: Programmatic long-form posts now support up to 25K characters (from 4,000) earlier.\n\n(Accidentally deleted the previ…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1825914808354398277",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7VmkHZu5bi",
+ "expanded": "https://twitter.com/tapshah21/status/1825914808354398277",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 0,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1825922044837478725",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825915806875631799",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825915806875631799"
+ ],
+ "editable_until_msecs": "1724170826000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "100220",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825914808354398277",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825914808354398277"
+ ],
+ "editable_until_msecs": "1724170588000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "96665",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "article": {
+ "article_results": {
+ "result": {
+ "rest_id": "1823452076975730688",
+ "id": "QXJ0aWNsZUVudGl0eToxODIzNDUyMDc2OTc1NzMwNjg4",
+ "title": "Announcing X API V2 support for creating long form Posts",
+ "preview_text": "POST /2/tweets endpoint now supports being able to programatically create long form Posts! Long form Posts on X allow premium users to write Posts up to 4,000 25,000 characters.\n \n\n\nHere's a sample",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGU5NBJwXMAEKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1823479581325602817",
+ "media_id": "1823479581325602817",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 717,
+ "original_img_width": 1792,
+ "original_img_url": "https://pbs.twimg.com/media/GU5NBJwXMAELl1M.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 53.0,
+ "rgb": {
+ "blue": 28,
+ "green": 38,
+ "red": 52
+ }
+ },
+ {
+ "percentage": 27.05,
+ "rgb": {
+ "blue": 123,
+ "green": 158,
+ "red": 185
+ }
+ },
+ {
+ "percentage": 19.15,
+ "rgb": {
+ "blue": 86,
+ "green": 105,
+ "red": 122
+ }
+ },
+ {
+ "percentage": 4.69,
+ "rgb": {
+ "blue": 25,
+ "green": 56,
+ "red": 107
+ }
+ },
+ {
+ "percentage": 0.7,
+ "rgb": {
+ "blue": 196,
+ "green": 229,
+ "red": 234
+ }
+ }
+ ]
+ }
+ }
+ },
+ "lifecycle_state": {
+ "modified_at_secs": 1724166988
+ },
+ "metadata": {
+ "first_published_at_secs": 1723586698
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:16:28 +0000 2024",
+ "conversation_id_str": "1825914808354398277",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1823…",
+ "expanded_url": "http://x.com/i/article/1823452076975730688",
+ "url": "https://t.co/9jvOZj28oR",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 33,
+ "favorited": false,
+ "full_text": "https://t.co/9jvOZj28oR",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 4,
+ "reply_count": 8,
+ "retweet_count": 6,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1825914808354398277"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 26,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:20:26 +0000 2024",
+ "conversation_id_str": "1825915806875631799",
+ "display_text_range": [
+ 0,
+ 173
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 372,
+ "favorited": false,
+ "full_text": "Update: Programmatic long-form posts now support up to 25K characters (from 4,000) earlier.\n\n(Accidentally deleted the previous article post while making the update - oops!)",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 9,
+ "quoted_status_id_str": "1825914808354398277",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7VmkHZu5bi",
+ "expanded": "https://twitter.com/tapshah21/status/1825914808354398277",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 49,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1825915806875631799"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1823485655961211128",
+ "sortIndex": "1842759098404175868",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485655961211128",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485655961211128"
+ ],
+ "editable_until_msecs": "1723591433763",
+ "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 Aug 13 22:23:53 +0000 2024",
+ "conversation_id_str": "1823485655961211128",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: Introducing long form Write via X API v2! \n\nWith all developers having migrated to our new modern V2 API suite, stay tuned…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1823480895678165142",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FJyA4KqLbH",
+ "expanded": "https://twitter.com/tapshah21/status/1823480895678165142",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 0,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1823485655961211128",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485328927179150",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485328927179150"
+ ],
+ "editable_until_msecs": "1723591355000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "128074",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {},
+ "legacy": {
+ "bookmark_count": 29,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:22:35 +0000 2024",
+ "conversation_id_str": "1823485328927179150",
+ "display_text_range": [
+ 0,
+ 245
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 321,
+ "favorited": false,
+ "full_text": "Introducing long form Write via X API v2! \n\nWith all developers having migrated to our new modern V2 API suite, stay tuned for more new releases and functionality.\n\nThis one has been a long time coming —we are excited to add onto this momentum 🚀",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 13,
+ "quoted_status_id_str": "1823480895678165142",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FJyA4KqLbH",
+ "expanded": "https://twitter.com/tapshah21/status/1823480895678165142",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 31,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1823485328927179150"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759098404175877",
+ "sortIndex": "1842759098404175867",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "who-to-follow-1842759098404175877-user-6253282",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MjUzMjgy",
+ "rest_id": "6253282",
+ "affiliates_highlighted_label": {
+ "label": {
+ "url": {
+ "url": "https://twitter.com/X",
+ "urlType": "DeepLink"
+ },
+ "badge": {
+ "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg"
+ },
+ "description": "X",
+ "userLabelType": "BusinessLabel",
+ "userLabelDisplayType": "Badge"
+ }
+ },
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed May 23 06:01:13 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Updates about X API changes and service issues.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.x.com",
+ "expanded_url": "https://developer.x.com",
+ "url": "https://t.co/YrfsitXdac",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4,
+ "followers_count": 5895565,
+ "friends_count": 12,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 12141,
+ "location": "",
+ "media_count": 9,
+ "name": "API",
+ "normal_followers_count": 5895565,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "API",
+ "statuses_count": 3749,
+ "translator_type": "regular",
+ "url": "https://t.co/YrfsitXdac",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABT+2f8oFZeVIKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759098404175877-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": {
+ "following": false,
+ "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": 3482,
+ "followers_count": 4437789,
+ "friends_count": 59,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 16881,
+ "location": "",
+ "media_count": 3014,
+ "name": "Google Maps",
+ "normal_followers_count": 4437789,
+ "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": 144557,
+ "translator_type": "none",
+ "url": "https://t.co/WEaDNM49BF",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABT+2f8oFZeVIKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759098404175877-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": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Tue Jun 01 16:34:27 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Subscribe for the best X experience: ad-free, Grok AI, post edits, content monetization, video downloads, long posts, X Pro, 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": 483,
+ "followers_count": 936345,
+ "friends_count": 1,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1577,
+ "location": "",
+ "media_count": 52,
+ "name": "Premium",
+ "normal_followers_count": 936345,
+ "pinned_tweet_ids_str": [
+ "1824551877394174112"
+ ],
+ "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": 1208,
+ "translator_type": "none",
+ "url": "https://t.co/zJi0ZdXW63",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABT+2f8oFZeVIKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "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": "DAABCgABT+2f8oFZeVIKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1820263860521021627",
+ "sortIndex": "1842759098404175866",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820263860521021627",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820263860521021627"
+ ],
+ "editable_until_msecs": "1722823297872",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 01:01:37 +0000 2024",
+ "conversation_id_str": "1820263860521021627",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 16,
+ 30
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 101,
+ 105
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: @NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of o…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1820263860521021627",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820250922473189813",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820250922473189813"
+ ],
+ "editable_until_msecs": "1722820213000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "69310",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4MjAyNTA5MjIzOTc2NTUwNDA=",
+ "text": "👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me directly. Thanks!",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 70,
+ 74
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 256,
+ 268
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 00:10:13 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 15,
+ 289
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 85,
+ 89
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 271,
+ 283
+ ]
+ }
+ ]
+ },
+ "favorite_count": 249,
+ "favorited": false,
+ "full_text": "@NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me",
+ "in_reply_to_screen_name": "NWSTwinCities",
+ "in_reply_to_status_id_str": "1819889049458372920",
+ "in_reply_to_user_id_str": "602065304",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 2,
+ "reply_count": 9,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1820250922473189813"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1819480060740374818",
+ "sortIndex": "1842759098404175865",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819480060740374818",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819480060740374818"
+ ],
+ "editable_until_msecs": "1722636425442",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "8",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Aug 02 21:07:05 +0000 2024",
+ "conversation_id_str": "1819480060740374818",
+ "display_text_range": [
+ 0,
+ 38
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1819…",
+ "expanded_url": "http://x.com/i/article/1819465171011514368",
+ "url": "https://t.co/qgct8lPcCy",
+ "indices": [
+ 15,
+ 38
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: https://t.co/qgct8lPcCy",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1819480060740374818",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819477199537557669",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819477199537557669"
+ ],
+ "editable_until_msecs": "1722635743000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "56047",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "article": {
+ "article_results": {
+ "result": {
+ "rest_id": "1819465171011514368",
+ "id": "QXJ0aWNsZUVudGl0eToxODE5NDY1MTcxMDExNTE0MzY4",
+ "title": "Fetch user's affiliation details using V2 APIs",
+ "preview_text": "X's v2 APIs now supports showing details about a user's affiliation.\nFor example, here's a sample request to pull affiliation details for the authenticated user of an app using the GET /2/users/me",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGUAOXDJWIAAKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1819470038601965568",
+ "media_id": "1819470038601965568",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 410,
+ "original_img_width": 1024,
+ "original_img_url": "https://pbs.twimg.com/media/GUAOXDJWIAAi7ZF.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 57.44,
+ "rgb": {
+ "blue": 105,
+ "green": 88,
+ "red": 45
+ }
+ },
+ {
+ "percentage": 22.47,
+ "rgb": {
+ "blue": 200,
+ "green": 204,
+ "red": 196
+ }
+ },
+ {
+ "percentage": 8.56,
+ "rgb": {
+ "blue": 129,
+ "green": 129,
+ "red": 116
+ }
+ },
+ {
+ "percentage": 5.48,
+ "rgb": {
+ "blue": 166,
+ "green": 140,
+ "red": 81
+ }
+ },
+ {
+ "percentage": 2.96,
+ "rgb": {
+ "blue": 42,
+ "green": 26,
+ "red": 7
+ }
+ }
+ ]
+ }
+ }
+ },
+ "lifecycle_state": {
+ "modified_at_secs": 1722632143
+ },
+ "metadata": {
+ "first_published_at_secs": 1722632143
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 19,
+ "bookmarked": false,
+ "created_at": "Fri Aug 02 20:55:43 +0000 2024",
+ "conversation_id_str": "1819477199537557669",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1819…",
+ "expanded_url": "http://x.com/i/article/1819465171011514368",
+ "url": "https://t.co/qgct8lPcCy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 120,
+ "favorited": false,
+ "full_text": "https://t.co/qgct8lPcCy",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 10,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1819477199537557669"
+ }
+ }
+ }
+ },
+ "quick_promote_eligibility": {
+ "eligibility": "IneligibleNotProfessional"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
{
"entryId": "tweet-1802792081951244715",
- "sortIndex": "1807077663630688255",
+ "sortIndex": "1842759098404175864",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -444,6 +3237,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -469,16 +3263,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -487,7 +3281,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -521,7 +3315,7 @@
},
"is_translatable": false,
"views": {
- "count": "183",
+ "count": "208",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
@@ -570,7 +3364,7 @@
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 17,
+ "retweet_count": 32,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1802792081951244715",
@@ -602,40 +3396,43 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Feb 16 19:45:39 +0000 2014",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "Engineer",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 927,
- "followers_count": 179,
- "friends_count": 124,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4,
+ "listed_count": 15,
"location": "",
- "media_count": 16,
+ "media_count": 15,
"name": "Tapan Shah",
- "normal_followers_count": 179,
+ "normal_followers_count": 528,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "tapshah21",
- "statuses_count": 136,
+ "statuses_count": 189,
"translator_type": "none",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "tipjar_settings": {}
+ "tipjar_settings": {
+ "is_enabled": false
+ }
}
}
},
@@ -650,7 +3447,7 @@
},
"is_translatable": false,
"views": {
- "count": "16230",
+ "count": "82700",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -661,8 +3458,63 @@
"id": "QXJ0aWNsZUVudGl0eToxODAyNzY3OTI3ODQzNjU1Njgw",
"title": "Fetch profile Image and Cover picture URL via X V2 API",
"preview_text": "This can be accomplished via the v2 /2/users/{id} endpoint by requesting a newly added user field \"profile_banner_url\" as well as the existing user field \"profile_image_url\".\nFor example, here's the",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGTXRNBuXoAAKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1816588046445289472",
+ "media_id": "1816588046445289472",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 499,
+ "original_img_width": 1248,
+ "original_img_url": "https://pbs.twimg.com/media/GTXRNBuXoAAhI_D.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 39.61,
+ "rgb": {
+ "blue": 212,
+ "green": 213,
+ "red": 211
+ }
+ },
+ {
+ "percentage": 20.39,
+ "rgb": {
+ "blue": 36,
+ "green": 124,
+ "red": 218
+ }
+ },
+ {
+ "percentage": 15.38,
+ "rgb": {
+ "blue": 75,
+ "green": 52,
+ "red": 29
+ }
+ },
+ {
+ "percentage": 10.25,
+ "rgb": {
+ "blue": 13,
+ "green": 43,
+ "red": 100
+ }
+ },
+ {
+ "percentage": 2.02,
+ "rgb": {
+ "blue": 22,
+ "green": 110,
+ "red": 224
+ }
+ }
+ ]
+ }
+ }
+ },
"lifecycle_state": {
- "modified_at_secs": 1718648679
+ "modified_at_secs": 1721943321
},
"metadata": {
"first_published_at_secs": 1718648679
@@ -671,7 +3523,7 @@
}
},
"legacy": {
- "bookmark_count": 10,
+ "bookmark_count": 12,
"bookmarked": false,
"created_at": "Mon Jun 17 18:24:39 +0000 2024",
"conversation_id_str": "1802769341156331731",
@@ -696,7 +3548,7 @@
],
"user_mentions": []
},
- "favorite_count": 55,
+ "favorite_count": 116,
"favorited": false,
"full_text": "https://t.co/YVDajqxWID",
"is_quote_status": false,
@@ -704,8 +3556,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 4,
- "retweet_count": 17,
+ "reply_count": 11,
+ "retweet_count": 32,
"retweeted": false,
"user_id_str": "2347355456",
"id_str": "1802769341156331731"
@@ -734,7 +3586,7 @@
},
{
"entryId": "tweet-1800675411086409765",
- "sortIndex": "1807077663630688254",
+ "sortIndex": "1842759098404175863",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -769,6 +3621,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -794,16 +3647,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -812,7 +3665,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -849,7 +3702,7 @@
{
"key": "domain",
"value": {
- "string_value": "twitter.com",
+ "string_value": "x.com",
"type": "STRING"
}
},
@@ -857,7 +3710,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "twitter.com",
+ "string_value": "x.com",
"type": "STRING"
}
},
@@ -904,7 +3757,7 @@
},
"is_translatable": false,
"views": {
- "count": "78251",
+ "count": "142891",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -976,6 +3829,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 16 00:14:36 +0000 2007",
@@ -988,23 +3842,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1404438,
- "friends_count": 6,
+ "favourites_count": 284,
+ "followers_count": 1407066,
+ "friends_count": 4,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4916,
+ "listed_count": 4943,
"location": "San Francisco",
- "media_count": 67,
+ "media_count": 68,
"name": "Engineering",
- "normal_followers_count": 1404438,
+ "normal_followers_count": 1407066,
"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": 981,
+ "statuses_count": 954,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -1026,7 +3880,7 @@
},
"is_translatable": false,
"views": {
- "count": "227543279",
+ "count": "229636040",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -1046,7 +3900,7 @@
}
},
"legacy": {
- "bookmark_count": 10414,
+ "bookmark_count": 9739,
"bookmarked": false,
"created_at": "Tue Jun 11 21:01:03 +0000 2024",
"conversation_id_str": "1800634371906380067",
@@ -1061,14 +3915,14 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 66878,
+ "favorite_count": 65390,
"favorited": false,
"full_text": "This week we’re making Likes private for everyone to better protect your privacy.\n\n– You will still be able to see posts you have liked (but others cannot).\n\n– Like count and other metrics for your own posts will still show up under notifications.\n\n– You will no longer see who",
"is_quote_status": false,
"lang": "en",
- "quote_count": 42133,
- "reply_count": 16496,
- "retweet_count": 10566,
+ "quote_count": 42143,
+ "reply_count": 16202,
+ "retweet_count": 10228,
"retweeted": false,
"user_id_str": "6844292",
"id_str": "1800634371906380067"
@@ -1076,7 +3930,7 @@
}
},
"legacy": {
- "bookmark_count": 19,
+ "bookmark_count": 20,
"bookmarked": false,
"created_at": "Tue Jun 11 23:44:07 +0000 2024",
"conversation_id_str": "1800675411086409765",
@@ -1101,22 +3955,22 @@
],
"user_mentions": []
},
- "favorite_count": 273,
+ "favorite_count": 344,
"favorited": false,
"full_text": "Private Likes - API Update 📢\n\nAs part of the likes change on X native platform, X API will mirror https://t.co/IQkNUgCflf. Thus, 'Likes Lookup' will now be private in the API as well. Owned 'Likes Lookup' will be available for authenticated users only.\n\nLearn more about it in",
"is_quote_status": true,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 17,
+ "quote_count": 21,
"quoted_status_id_str": "1800634371906380067",
"quoted_status_permalink": {
"url": "https://t.co/QbgtSZrb1r",
"expanded": "https://twitter.com/XEng/status/1800634371906380067",
"display": "x.com/XEng/status/18…"
},
- "reply_count": 45,
- "retweet_count": 65,
+ "reply_count": 69,
+ "retweet_count": 67,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1800675411086409765"
@@ -1140,666 +3994,9 @@
}
}
},
- {
- "entryId": "tweet-1793363572166164968",
- "sortIndex": "1807077663630688253",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1793363572166164968",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1793363572166164968"
- ],
- "editable_until_msecs": "1716409769345",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "7",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Wed May 22 19:29:29 +0000 2024",
- "conversation_id_str": "1793363572166164968",
- "display_text_range": [
- 0,
- 139
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: Just another reminder. If you have an account that publishes updates to X like transportation, weather-related etc please…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 37,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1793363572166164968",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1793359653960589327",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1793359653960589327"
- ],
- "editable_until_msecs": "1716408835000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "53615",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 19,
- "bookmarked": false,
- "created_at": "Wed May 22 19:13:55 +0000 2024",
- "conversation_id_str": "1793359653960589327",
- "display_text_range": [
- 0,
- 234
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/06awmeot5e",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
- "id_str": "1790468718994325505",
- "indices": [
- 211,
- 234
- ],
- "media_key": "13_1790468718994325505",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1790468718994325505/img/Nc5gTKwsKFX6lIdY.jpg",
- "source_status_id_str": "1790469789615280329",
- "source_user_id_str": "1389913567671975937",
- "type": "video",
- "url": "https://t.co/06AWmEot5e",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzg5OTEzNTY3NjcxOTc1OTM3",
- "rest_id": "1389913567671975937",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/MyDogeOfficial",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
- },
- "description": "MyDoge",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Wed May 05 12:03:43 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "UX/UI & Graphic Designer at Dogecoin & MyDoge Inc./ 𝕏 Creator",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "MyDoge.com",
- "expanded_url": "http://MyDoge.com",
- "url": "https://t.co/E0fsFaNdeI",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2115,
- "location": "Dogecoin.com",
- "media_count": 15675,
- "name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "cb_doge",
- "statuses_count": 32536,
- "translator_type": "none",
- "url": "https://t.co/E0fsFaNdeI",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1463329767675944960",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 886,
- "w": 1558,
- "resize": "fit"
- },
- "medium": {
- "h": 682,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 387,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 886,
- "width": 1558,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 779,
- 443
- ],
- "duration_millis": 1382350,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/474x270/PO9NNh51rJgdd96M.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/632x360/Xup8UZ2ibLPtvK52.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/1266x720/qE1gOprWux8SQedy.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1790468718994325505"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 133,
- 145
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/06AWmEot5e",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
- "id_str": "1790468718994325505",
- "indices": [
- 211,
- 234
- ],
- "media_key": "13_1790468718994325505",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1790468718994325505/img/Nc5gTKwsKFX6lIdY.jpg",
- "source_status_id_str": "1790469789615280329",
- "source_user_id_str": "1389913567671975937",
- "type": "video",
- "url": "https://t.co/06AWmEot5e",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzg5OTEzNTY3NjcxOTc1OTM3",
- "rest_id": "1389913567671975937",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/MyDogeOfficial",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
- },
- "description": "MyDoge",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Wed May 05 12:03:43 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "UX/UI & Graphic Designer at Dogecoin & MyDoge Inc./ 𝕏 Creator",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "MyDoge.com",
- "expanded_url": "http://MyDoge.com",
- "url": "https://t.co/E0fsFaNdeI",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2115,
- "location": "Dogecoin.com",
- "media_count": 15675,
- "name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "cb_doge",
- "statuses_count": 32536,
- "translator_type": "none",
- "url": "https://t.co/E0fsFaNdeI",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1463329767675944960",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 886,
- "w": 1558,
- "resize": "fit"
- },
- "medium": {
- "h": 682,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 387,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 886,
- "width": 1558,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 779,
- 443
- ],
- "duration_millis": 1382350,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/474x270/PO9NNh51rJgdd96M.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/632x360/Xup8UZ2ibLPtvK52.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/1266x720/qE1gOprWux8SQedy.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1790468718994325505"
- }
- }
- }
- ]
- },
- "favorite_count": 171,
- "favorited": false,
- "full_text": "Just another reminder. If you have an account that publishes updates to X like transportation, weather-related etc please migrate to @XDevelopers X API v2 and please DM if you need any assistance with migration https://t.co/06AWmEot5e",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 20,
- "retweet_count": 37,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1793359653960589327"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
{
"entryId": "tweet-1790733051460518129",
- "sortIndex": "1807077663630688252",
+ "sortIndex": "1842759098404175862",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1834,6 +4031,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -1859,16 +4057,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -1877,7 +4075,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -1911,7 +4109,7 @@
},
"is_translatable": false,
"views": {
- "count": "5",
+ "count": "9",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -1948,7 +4146,7 @@
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 85,
+ "retweet_count": 84,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790733051460518129",
@@ -1980,6 +4178,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Wed May 05 12:03:43 +0000 2021",
@@ -2005,23 +4204,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
+ "favourites_count": 91664,
+ "followers_count": 885736,
+ "friends_count": 963,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2115,
+ "listed_count": 3027,
"location": "Dogecoin.com",
- "media_count": 15675,
+ "media_count": 18864,
"name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 885736,
+ "pinned_tweet_ids_str": [
+ "1821687464974860662"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "cb_doge",
- "statuses_count": 32536,
+ "statuses_count": 37767,
"translator_type": "none",
"url": "https://t.co/E0fsFaNdeI",
"verified": false,
@@ -2049,12 +4250,12 @@
},
"is_translatable": false,
"views": {
- "count": "77251",
+ "count": "125379",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 54,
+ "bookmark_count": 52,
"bookmarked": false,
"created_at": "Tue May 14 19:50:37 +0000 2024",
"conversation_id_str": "1790469789615280329",
@@ -2066,8 +4267,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/geaekz6abc",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
+ "display_url": "pic.x.com/geaEkZ6abc",
+ "expanded_url": "https://x.com/cb_doge/status/1790469789615280329/video/1",
"id_str": "1790468718994325505",
"indices": [
257,
@@ -2122,7 +4323,7 @@
"variants": [
{
"content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14&v=df3"
},
{
"bitrate": 288000,
@@ -2175,8 +4376,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/geaEkZ6abc",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
+ "display_url": "pic.x.com/geaEkZ6abc",
+ "expanded_url": "https://x.com/cb_doge/status/1790469789615280329/video/1",
"id_str": "1790468718994325505",
"indices": [
257,
@@ -2231,7 +4432,7 @@
"variants": [
{
"content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14&v=df3"
},
{
"bitrate": 288000,
@@ -2258,7 +4459,7 @@
}
]
},
- "favorite_count": 321,
+ "favorite_count": 327,
"favorited": false,
"full_text": "Important Update on 𝕏 API\n\nAll apps providing emergency updates, such as transportation, weather services etc can access the 𝕏 API for free. They simply need to update to 𝕏 API v2.\n\nHere's a complete tutorial on how to update. via @XDevelopers @suhemparack https://t.co/geaEkZ6abc",
"is_quote_status": false,
@@ -2266,8 +4467,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 8,
- "reply_count": 76,
- "retweet_count": 85,
+ "reply_count": 77,
+ "retweet_count": 84,
"retweeted": false,
"user_id_str": "1389913567671975937",
"id_str": "1790469789615280329"
@@ -2294,318 +4495,9 @@
}
}
},
- {
- "entryId": "who-to-follow-1807077663630688261",
- "sortIndex": "1807077663630688251",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "who-to-follow-1807077663630688261-user-6253282",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MjUzMjgy",
- "rest_id": "6253282",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/X",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg"
- },
- "description": "X",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Wed May 23 06:01:13 +0000 2007",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Updates about X API changes and service issues.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/YrfsitXdac",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4,
- "followers_count": 5910905,
- "friends_count": 11,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 12194,
- "location": "",
- "media_count": 9,
- "name": "API",
- "normal_followers_count": 5910905,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "API",
- "statuses_count": 3749,
- "translator_type": "regular",
- "url": "https://t.co/YrfsitXdac",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABDkS+aCu2tiUKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1807077663630688261-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": 3467,
- "followers_count": 4416514,
- "friends_count": 59,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16967,
- "location": "",
- "media_count": 2999,
- "name": "Google Maps",
- "normal_followers_count": 4416514,
- "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": 142730,
- "translator_type": "none",
- "url": "https://t.co/WEaDNM49BF",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABDkS+aCu2tiUKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1807077663630688261-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, no ads in For You, custom navigation, 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": 449,
- "followers_count": 830177,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1348,
- "location": "",
- "media_count": 47,
- "name": "Premium",
- "normal_followers_count": 830177,
- "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": 1197,
- "translator_type": "none",
- "url": "https://t.co/zJi0ZdXW63",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABDkS+aCu2tiUKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "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": "DAABCgABDkS+aCu2tiUKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
{
"entryId": "tweet-1790448376699580666",
- "sortIndex": "1807077663630688250",
+ "sortIndex": "1842759098404175861",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -2640,6 +4532,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -2665,16 +4558,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -2683,7 +4576,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -2776,7 +4669,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -2801,7 +4694,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -2826,7 +4719,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -2851,7 +4744,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -2927,7 +4820,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -2970,6 +4863,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -2995,16 +4889,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3013,7 +4907,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3049,7 +4943,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "3",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -3068,7 +4963,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
57,
@@ -3097,7 +4992,7 @@
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 61,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790448376699580666",
@@ -3129,6 +5024,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3154,16 +5050,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3172,7 +5068,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3265,7 +5161,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -3290,7 +5186,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -3315,7 +5211,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -3340,7 +5236,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -3416,7 +5312,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -3459,6 +5355,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3484,16 +5381,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3502,7 +5399,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3538,12 +5435,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -3558,7 +5455,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -3568,7 +5465,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -3576,8 +5473,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -3606,7 +5503,7 @@
},
{
"entryId": "tweet-1790444367637053870",
- "sortIndex": "1807077663630688249",
+ "sortIndex": "1842759098404175860",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3641,6 +5538,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3666,16 +5564,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3684,7 +5582,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3718,7 +5616,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "2",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -3760,7 +5659,7 @@
"display": "x.com/XDevelopers/st…"
},
"reply_count": 0,
- "retweet_count": 35,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790444367637053870",
@@ -3779,6 +5678,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sun Aug 12 06:01:46 +0000 2012",
@@ -3791,25 +5691,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
+ "favourites_count": 53246,
+ "followers_count": 303030,
+ "friends_count": 4594,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1609,
+ "listed_count": 1653,
"location": "X HQ",
- "media_count": 3917,
+ "media_count": 4084,
"name": "X Daily News",
- "normal_followers_count": 285978,
+ "normal_followers_count": 303030,
"pinned_tweet_ids_str": [
- "1806373475759653303"
+ "1838290628859289811"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 13211,
+ "statuses_count": 13626,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -3827,7 +5727,8 @@
]
},
"tipjar_settings": {
- "is_enabled": false
+ "is_enabled": false,
+ "bitcoin_handle": "3EEsVvM4SzwzU8gLQLBbXpStugYZu4TMBr"
},
"super_follow_eligible": true
}
@@ -3844,7 +5745,7 @@
},
"is_translatable": false,
"views": {
- "count": "69680",
+ "count": "114560",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -3876,6 +5777,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3901,16 +5803,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3919,7 +5821,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4012,7 +5914,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -4037,7 +5939,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -4062,7 +5964,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -4087,7 +5989,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -4163,7 +6065,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -4206,6 +6108,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4231,16 +6134,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4249,7 +6152,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4285,12 +6188,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -4305,7 +6208,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -4315,7 +6218,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -4323,8 +6226,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -4332,7 +6235,7 @@
}
},
"legacy": {
- "bookmark_count": 16,
+ "bookmark_count": 13,
"bookmarked": false,
"created_at": "Tue May 14 18:05:59 +0000 2024",
"conversation_id_str": "1790443455912497615",
@@ -4347,7 +6250,7 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 180,
+ "favorite_count": 185,
"favorited": false,
"full_text": "PSA: Watch how to migrate your apps to X’s V2 API",
"is_quote_status": true,
@@ -4359,8 +6262,8 @@
"expanded": "https://twitter.com/XDevelopers/status/1790441814857826439",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 14,
- "retweet_count": 35,
+ "reply_count": 16,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "752567226",
"id_str": "1790443455912497615"
@@ -4387,543 +6290,9 @@
}
}
},
- {
- "entryId": "tweet-1790444293632717310",
- "sortIndex": "1807077663630688248",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790444293632717310",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790444293632717310"
- ],
- "editable_until_msecs": "1715713759105",
- "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 May 14 18:09:19 +0000 2024",
- "conversation_id_str": "1790444293632717310",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 41,
- 53
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: We’ll be streaming from @XDevelopers in a few. Join us to learn how you can migrate your emergency update apps to the X AP…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789053970587271232",
- "quoted_status_permalink": {
- "url": "https://t.co/aheqrakZKR",
- "expanded": "https://twitter.com/suhemparack/status/1789053970587271232",
- "display": "x.com/suhemparack/st…"
- },
- "reply_count": 0,
- "retweet_count": 7,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1790444293632717310",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790442402131624309",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790442402131624309"
- ],
- "editable_until_msecs": "1715713308000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "45485",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789053970587271232",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789053970587271232"
- ],
- "editable_until_msecs": "1715382280000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "121625",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Fri May 10 22:04:40 +0000 2024",
- "conversation_id_str": "1789053970587271232",
- "display_text_range": [
- 0,
- 200
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/spaces/1voxw…",
- "expanded_url": "https://twitter.com/i/spaces/1vOxwjaWEbdJB",
- "url": "https://t.co/7ajX0RPmaj",
- "indices": [
- 177,
- 200
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 92,
- 104
- ]
- }
- ]
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to learn how you can quickly migrate your app to the X API v2 https://t.co/7ajX0RPmaj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 16,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1789053970587271232"
- }
- }
- },
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Tue May 14 18:01:48 +0000 2024",
- "conversation_id_str": "1790442402131624309",
- "display_text_range": [
- 0,
- 126
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 24,
- 36
- ]
- }
- ]
- },
- "favorite_count": 19,
- "favorited": false,
- "full_text": "We’ll be streaming from @XDevelopers in a few. Join us to learn how you can migrate your emergency update apps to the X API v2",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789053970587271232",
- "quoted_status_permalink": {
- "url": "https://t.co/aheqrakZKR",
- "expanded": "https://twitter.com/suhemparack/status/1789053970587271232",
- "display": "x.com/suhemparack/st…"
- },
- "reply_count": 1,
- "retweet_count": 7,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1790442402131624309"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
{
"entryId": "tweet-1790444269775307171",
- "sortIndex": "1807077663630688247",
+ "sortIndex": "1842759098404175859",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -4958,6 +6327,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4983,16 +6353,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5001,7 +6371,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5035,7 +6405,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "2",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -5086,7 +6457,7 @@
"display": "x.com/XDevelopers/st…"
},
"reply_count": 0,
- "retweet_count": 9,
+ "retweet_count": 8,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790444269775307171",
@@ -5118,6 +6489,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sat Sep 29 18:38:49 +0000 2012",
@@ -5130,23 +6502,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 9864,
- "followers_count": 3222,
- "friends_count": 1355,
+ "favourites_count": 10051,
+ "followers_count": 3315,
+ "friends_count": 1397,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 42,
+ "listed_count": 45,
"location": "",
- "media_count": 137,
+ "media_count": 141,
"name": "Haim",
- "normal_followers_count": 3222,
+ "normal_followers_count": 3315,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/853388192/1710934070",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1770411877555752960/ySQihJFG_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "bageliedad",
- "statuses_count": 261,
+ "statuses_count": 246,
"translator_type": "regular",
"verified": false,
"want_retweets": false,
@@ -5167,7 +6539,7 @@
},
"is_translatable": false,
"views": {
- "count": "42649",
+ "count": "84553",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -5199,6 +6571,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5224,16 +6597,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5242,7 +6615,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5335,7 +6708,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -5360,7 +6733,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -5385,7 +6758,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -5410,7 +6783,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -5486,7 +6859,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -5529,6 +6902,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5554,16 +6928,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5572,7 +6946,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5608,12 +6982,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -5628,7 +7002,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -5638,7 +7012,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -5646,8 +7020,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -5655,7 +7029,7 @@
}
},
"legacy": {
- "bookmark_count": 2,
+ "bookmark_count": 1,
"bookmarked": false,
"created_at": "Tue May 14 18:01:55 +0000 2024",
"conversation_id_str": "1790442433165291863",
@@ -5680,7 +7054,7 @@
}
]
},
- "favorite_count": 23,
+ "favorite_count": 29,
"favorited": false,
"full_text": "Join @suhemparack to get a better understanding of our v2 API and how to migrate over smoothly 👇",
"is_quote_status": true,
@@ -5693,7 +7067,7 @@
"display": "x.com/XDevelopers/st…"
},
"reply_count": 2,
- "retweet_count": 9,
+ "retweet_count": 8,
"retweeted": false,
"user_id_str": "853388192",
"id_str": "1790442433165291863"
@@ -5722,7 +7096,7 @@
},
{
"entryId": "tweet-1790441814857826439",
- "sortIndex": "1807077663630688246",
+ "sortIndex": "1842759098404175858",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -5757,6 +7131,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5782,16 +7157,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5800,7 +7175,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5893,7 +7268,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -5918,7 +7293,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -5943,7 +7318,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -5968,7 +7343,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -6044,7 +7419,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -6087,6 +7462,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -6112,16 +7488,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -6130,7 +7506,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -6166,12 +7542,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -6186,7 +7562,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -6196,7 +7572,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -6204,8 +7580,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -6231,7 +7607,7 @@
},
{
"entryId": "tweet-1789068642472112193",
- "sortIndex": "1807077663630688245",
+ "sortIndex": "1842759098404175857",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -6266,6 +7642,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -6291,16 +7668,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -6309,7 +7686,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -6343,7 +7720,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "2",
+ "state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
@@ -6385,7 +7763,7 @@
"display": "x.com/SFBART/status/…"
},
"reply_count": 0,
- "retweet_count": 18,
+ "retweet_count": 17,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1789068642472112193",
@@ -6401,9 +7779,10 @@
"rest_id": "15640533",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Tue Jul 29 01:45:23 +0000 2008",
@@ -6429,23 +7808,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
+ "favourites_count": 7770,
+ "followers_count": 335282,
+ "friends_count": 728,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2534,
+ "listed_count": 2518,
"location": "Oakland, CA",
- "media_count": 7296,
+ "media_count": 7552,
"name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 335282,
+ "pinned_tweet_ids_str": [
+ "1842567036196827286"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1808275923076333568/UT0uuVuF_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SFBART",
- "statuses_count": 50145,
+ "statuses_count": 50848,
"translator_type": "none",
"url": "https://t.co/vvQNp0dWy4",
"verified": false,
@@ -6467,7 +7848,7 @@
},
"is_translatable": false,
"views": {
- "count": "67554",
+ "count": "108687",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -6483,9 +7864,10 @@
"rest_id": "15640533",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
- "is_blue_verified": false,
+ "is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Tue Jul 29 01:45:23 +0000 2008",
@@ -6511,23 +7893,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
+ "favourites_count": 7770,
+ "followers_count": 335282,
+ "friends_count": 728,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2534,
+ "listed_count": 2518,
"location": "Oakland, CA",
- "media_count": 7296,
+ "media_count": 7552,
"name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 335282,
+ "pinned_tweet_ids_str": [
+ "1842567036196827286"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1808275923076333568/UT0uuVuF_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "SFBART",
- "statuses_count": 50145,
+ "statuses_count": 50848,
"translator_type": "none",
"url": "https://t.co/vvQNp0dWy4",
"verified": false,
@@ -6549,7 +7933,7 @@
},
"is_translatable": false,
"views": {
- "count": "94830",
+ "count": "136125",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -6579,7 +7963,7 @@
}
]
},
- "favorite_count": 363,
+ "favorite_count": 358,
"favorited": false,
"full_text": "We are currently unable to automate our @sfbartalert account because X revoked access to it late last night and are requiring users to switch to new platform APIs.\nThis is why service alerts didn't post this morning. \n\nIt will take several days for us to switch over.",
"is_quote_status": false,
@@ -6594,7 +7978,7 @@
}
},
"legacy": {
- "bookmark_count": 4,
+ "bookmark_count": 3,
"bookmarked": false,
"created_at": "Fri May 10 23:01:03 +0000 2024",
"conversation_id_str": "1789068159716294928",
@@ -6619,7 +8003,7 @@
}
]
},
- "favorite_count": 138,
+ "favorite_count": 136,
"favorited": false,
"full_text": "Great news from X. They quickly reconfigured our account so it would work. Meanwhile, our team is working to move to the new v2 API. \n\nThank you @XDevelopers for helping make sure the public can see our alerts.",
"is_quote_status": true,
@@ -6632,7 +8016,7 @@
"display": "x.com/SFBART/status/…"
},
"reply_count": 11,
- "retweet_count": 18,
+ "retweet_count": 17,
"retweeted": false,
"user_id_str": "15640533",
"id_str": "1789068159716294928"
@@ -6659,432 +8043,9 @@
}
}
},
- {
- "entryId": "tweet-1789054061729173804",
- "sortIndex": "1807077663630688244",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789054061729173804",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789054061729173804"
- ],
- "editable_until_msecs": "1715382301990",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 22:05:01 +0000 2024",
- "conversation_id_str": "1789054061729173804",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 109,
- 121
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to lear…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789054061729173804",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789053970587271232",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789053970587271232"
- ],
- "editable_until_msecs": "1715382280000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "121625",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Fri May 10 22:04:40 +0000 2024",
- "conversation_id_str": "1789053970587271232",
- "display_text_range": [
- 0,
- 200
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/spaces/1voxw…",
- "expanded_url": "https://twitter.com/i/spaces/1vOxwjaWEbdJB",
- "url": "https://t.co/7ajX0RPmaj",
- "indices": [
- 177,
- 200
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 92,
- 104
- ]
- }
- ]
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to learn how you can quickly migrate your app to the X API v2 https://t.co/7ajX0RPmaj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 16,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1789053970587271232"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
{
"entryId": "tweet-1788739820728275140",
- "sortIndex": "1807077663630688243",
+ "sortIndex": "1842759098404175856",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -7119,6 +8080,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7144,16 +8106,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7162,7 +8124,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7196,7 +8158,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "2",
+ "state": "EnabledWithCount"
},
"source": "Twitter Web App",
"legacy": {
@@ -7247,7 +8210,7 @@
"display": "x.com/rawsalerts/sta…"
},
"reply_count": 0,
- "retweet_count": 102,
+ "retweet_count": 101,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1788739820728275140",
@@ -7279,6 +8242,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7304,16 +8268,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7322,7 +8286,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7356,7 +8320,7 @@
},
"is_translatable": false,
"views": {
- "count": "230736",
+ "count": "310257",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -7375,6 +8339,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Sep 23 06:51:06 +0000 2019",
@@ -7400,23 +8365,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008552,
- "friends_count": 1990,
+ "favourites_count": 47567,
+ "followers_count": 1127586,
+ "friends_count": 1994,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3362,
+ "listed_count": 3819,
"location": "United states ",
- "media_count": 4027,
+ "media_count": 4454,
"name": "R A W S A L E R T S",
- "normal_followers_count": 1008552,
+ "normal_followers_count": 1127586,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "rawsalerts",
- "statuses_count": 12719,
+ "statuses_count": 14278,
"translator_type": "none",
"url": "https://t.co/xCzsNRZy23",
"verified": false,
@@ -7434,7 +8399,10 @@
}
]
},
- "tipjar_settings": {},
+ "tipjar_settings": {
+ "is_enabled": true,
+ "cash_app_handle": "rawsalerts"
+ },
"super_follow_eligible": true
}
}
@@ -7450,7 +8418,7 @@
},
"is_translatable": false,
"views": {
- "count": "588222",
+ "count": "667962",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -7488,7 +8456,7 @@
}
]
},
- "favorite_count": 5660,
+ "favorite_count": 5578,
"favorited": false,
"full_text": "🚨#UPDATE: We have received fantastic news from X as Many of them have reached out to me. @Xdevelopers is now contacting and directly supporting the National Weather Service, ensuring all emergency and weather apps maintain free API access for critical purposes only",
"in_reply_to_screen_name": "rawsalerts",
@@ -7497,8 +8465,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 47,
- "reply_count": 80,
- "retweet_count": 536,
+ "reply_count": 79,
+ "retweet_count": 526,
"retweeted": false,
"user_id_str": "1176026136117166080",
"id_str": "1788736525464686804"
@@ -7506,7 +8474,7 @@
}
},
"legacy": {
- "bookmark_count": 26,
+ "bookmark_count": 24,
"bookmarked": false,
"created_at": "Fri May 10 01:10:26 +0000 2024",
"conversation_id_str": "1788738333847511534",
@@ -7531,7 +8499,7 @@
}
]
},
- "favorite_count": 697,
+ "favorite_count": 694,
"favorited": false,
"full_text": "Thanks @rawsalerts! While we've given ample 1 year notice and many reminders, we understand it's not easy to always keep up to date. This is why we're staying proactive and working diligently to help all emergency & public utility apps with API access for free.",
"is_quote_status": true,
@@ -7543,8 +8511,8 @@
"expanded": "https://twitter.com/rawsalerts/status/1788736525464686804",
"display": "x.com/rawsalerts/sta…"
},
- "reply_count": 44,
- "retweet_count": 102,
+ "reply_count": 45,
+ "retweet_count": 101,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1788738333847511534"
@@ -7573,7 +8541,7 @@
},
{
"entryId": "tweet-1788738333847511534",
- "sortIndex": "1807077663630688242",
+ "sortIndex": "1842759098404175855",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -7608,6 +8576,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7633,16 +8602,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7651,7 +8620,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -7685,7 +8654,7 @@
},
"is_translatable": false,
"views": {
- "count": "230736",
+ "count": "310257",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -7704,6 +8673,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Mon Sep 23 06:51:06 +0000 2019",
@@ -7729,23 +8699,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008552,
- "friends_count": 1990,
+ "favourites_count": 47567,
+ "followers_count": 1127586,
+ "friends_count": 1994,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 3362,
+ "listed_count": 3819,
"location": "United states ",
- "media_count": 4027,
+ "media_count": 4454,
"name": "R A W S A L E R T S",
- "normal_followers_count": 1008552,
+ "normal_followers_count": 1127586,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "rawsalerts",
- "statuses_count": 12719,
+ "statuses_count": 14278,
"translator_type": "none",
"url": "https://t.co/xCzsNRZy23",
"verified": false,
@@ -7763,7 +8733,10 @@
}
]
},
- "tipjar_settings": {},
+ "tipjar_settings": {
+ "is_enabled": true,
+ "cash_app_handle": "rawsalerts"
+ },
"super_follow_eligible": true
}
}
@@ -7779,7 +8752,7 @@
},
"is_translatable": false,
"views": {
- "count": "588222",
+ "count": "667962",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -7817,7 +8790,7 @@
}
]
},
- "favorite_count": 5660,
+ "favorite_count": 5578,
"favorited": false,
"full_text": "🚨#UPDATE: We have received fantastic news from X as Many of them have reached out to me. @Xdevelopers is now contacting and directly supporting the National Weather Service, ensuring all emergency and weather apps maintain free API access for critical purposes only",
"in_reply_to_screen_name": "rawsalerts",
@@ -7826,8 +8799,8 @@
"is_quote_status": false,
"lang": "en",
"quote_count": 47,
- "reply_count": 80,
- "retweet_count": 536,
+ "reply_count": 79,
+ "retweet_count": 526,
"retweeted": false,
"user_id_str": "1176026136117166080",
"id_str": "1788736525464686804"
@@ -7835,7 +8808,7 @@
}
},
"legacy": {
- "bookmark_count": 26,
+ "bookmark_count": 24,
"bookmarked": false,
"created_at": "Fri May 10 01:10:26 +0000 2024",
"conversation_id_str": "1788738333847511534",
@@ -7860,7 +8833,7 @@
}
]
},
- "favorite_count": 697,
+ "favorite_count": 694,
"favorited": false,
"full_text": "Thanks @rawsalerts! While we've given ample 1 year notice and many reminders, we understand it's not easy to always keep up to date. This is why we're staying proactive and working diligently to help all emergency & public utility apps with API access for free.",
"is_quote_status": true,
@@ -7872,8 +8845,8 @@
"expanded": "https://twitter.com/rawsalerts/status/1788736525464686804",
"display": "x.com/rawsalerts/sta…"
},
- "reply_count": 44,
- "retweet_count": 102,
+ "reply_count": 45,
+ "retweet_count": 101,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1788738333847511534"
@@ -7899,7 +8872,7 @@
},
{
"entryId": "tweet-1785783937324745128",
- "sortIndex": "1807077663630688241",
+ "sortIndex": "1842759098404175854",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -7934,6 +8907,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -7959,16 +8933,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -7977,7 +8951,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -8011,7 +8985,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "1",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -8053,7 +9028,7 @@
"display": "x.com/XDevelopers/st…"
},
"reply_count": 0,
- "retweet_count": 20,
+ "retweet_count": 17,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1785783937324745128",
@@ -8085,6 +9060,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Thu May 29 20:24:26 +0000 2014",
@@ -8097,16 +9073,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 16612,
- "followers_count": 3730,
- "friends_count": 1068,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 64,
+ "listed_count": 76,
"location": "New York, NY",
- "media_count": 160,
+ "media_count": 175,
"name": "Chris Park",
- "normal_followers_count": 3730,
+ "normal_followers_count": 4898,
"pinned_tweet_ids_str": [
"1781749377843048698"
],
@@ -8115,7 +9091,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "chrisparkX",
- "statuses_count": 896,
+ "statuses_count": 1083,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -8138,7 +9114,7 @@
},
"is_translatable": false,
"views": {
- "count": "93843",
+ "count": "133298",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -8185,6 +9161,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -8210,16 +9187,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -8228,7 +9205,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -8262,7 +9239,7 @@
},
"is_translatable": false,
"views": {
- "count": "380817",
+ "count": "479519",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -8288,7 +9265,7 @@
}
},
"legacy": {
- "bookmark_count": 95,
+ "bookmark_count": 98,
"bookmarked": false,
"created_at": "Wed May 01 21:12:12 +0000 2024",
"conversation_id_str": "1785779279134925003",
@@ -8303,14 +9280,14 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 892,
+ "favorite_count": 909,
"favorited": false,
"full_text": "Calling all emergency apps built on X via API! 🚨\n\nEmergency and public utility developer use-cases are vital to our X platform and serving humanity.\n\nWe are transforming our API platform to new modern systems and are in the process of migrating all developers to our new X API v2",
"is_quote_status": false,
"lang": "en",
- "quote_count": 55,
- "reply_count": 86,
- "retweet_count": 167,
+ "quote_count": 60,
+ "reply_count": 100,
+ "retweet_count": 176,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1785779279134925003"
@@ -8345,8 +9322,8 @@
"expanded": "https://twitter.com/XDevelopers/status/1785779279134925003",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 27,
- "retweet_count": 20,
+ "reply_count": 31,
+ "retweet_count": 17,
"retweeted": false,
"user_id_str": "2533341854",
"id_str": "1785783280429649992"
@@ -8374,6407 +9351,22 @@
}
},
{
- "entryId": "tweet-1785779279134925003",
- "sortIndex": "1807077663630688240",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1785779279134925003",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1785779279134925003"
- ],
- "editable_until_msecs": "1714601532000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "380817",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE3ODU3NzkyNzkwMzg0MjcxMzY=",
- "text": "Calling all emergency apps built on X via API! 🚨\n\nEmergency and public utility developer use-cases are vital to our X platform and serving humanity.\n\nWe are transforming our API platform to new modern systems and are in the process of migrating all developers to our new X API v2 by June 30th, 2024. Any developer with an emergency or public utility app, will also need to move to our new v2 API by this timeline. \n\nWe will continue enabling Verified gov or publicly owned services who post weather alerts, transport updates and emergency notifications without cost.\n\nFor more info, please visit our X Developer Community Forum here: //bit.ly/xforumdev. Please follow this official handle, open up your DMs, and DM us directly.\n\nThank you! \nX Developer Staff",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": []
- },
- "richtext": {
- "richtext_tags": []
- },
- "media": {
- "inline_media": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 95,
- "bookmarked": false,
- "created_at": "Wed May 01 21:12:12 +0000 2024",
- "conversation_id_str": "1785779279134925003",
- "display_text_range": [
- 0,
- 279
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 892,
- "favorited": false,
- "full_text": "Calling all emergency apps built on X via API! 🚨\n\nEmergency and public utility developer use-cases are vital to our X platform and serving humanity.\n\nWe are transforming our API platform to new modern systems and are in the process of migrating all developers to our new X API v2",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 55,
- "reply_count": 86,
- "retweet_count": 167,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1785779279134925003"
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1783945335284330772",
- "sortIndex": "1807077663630688239",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1783945335284330772",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1783945335284330772"
- ],
- "editable_until_msecs": "1714164286690",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri Apr 26 19:44:46 +0000 2024",
- "conversation_id_str": "1783945335284330772",
- "display_text_range": [
- 0,
- 41
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1767422954680590336",
- "name": "Walt G",
- "screen_name": "earthtowalter",
- "indices": [
- 3,
- 17
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @earthtowalter: X has the best interns",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1783938725850100082",
- "quoted_status_permalink": {
- "url": "https://t.co/g6orEsnKnJ",
- "expanded": "https://twitter.com/XCareers/status/1783938725850100082",
- "display": "x.com/XCareers/statu…"
- },
- "reply_count": 0,
- "retweet_count": 32,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1783945335284330772",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1783940189636989223",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzY3NDIyOTU0NjgwNTkwMzM2",
- "rest_id": "1767422954680590336",
- "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": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Tue Mar 12 05:30:54 +0000 2024",
- "default_profile": true,
- "default_profile_image": false,
- "description": "HR & recruiting @X, and cat guy. Come help us build the everything app!",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 629,
- "followers_count": 714,
- "friends_count": 247,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 6,
- "location": "",
- "media_count": 12,
- "name": "Walt G",
- "normal_followers_count": 714,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1767422954680590336/1711510552",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1769579168336097280/NlGJuZwz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "earthtowalter",
- "statuses_count": 57,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1783940189636989223"
- ],
- "editable_until_msecs": "1714163059000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "136555",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1783938725850100082",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDkxODQzMDY=",
- "rest_id": "109184306",
- "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": "Thu Jan 28 06:35:31 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "careers.x.com",
- "expanded_url": "http://careers.x.com",
- "url": "https://t.co/dliIYSNzh2",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3124,
- "followers_count": 526068,
- "friends_count": 4,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2957,
- "location": "",
- "media_count": 1142,
- "name": "Careers",
- "normal_followers_count": 526068,
- "pinned_tweet_ids_str": [
- "1783938725850100082"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/109184306/1691633462",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1689459302497411073/fcIh6HN1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "XCareers",
- "statuses_count": 4910,
- "translator_type": "none",
- "url": "https://t.co/dliIYSNzh2",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1783938725850100082"
- ],
- "editable_until_msecs": "1714162710000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "293211",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "quotedRefResult": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1744747615332519974"
- }
- },
- "legacy": {
- "bookmark_count": 71,
- "bookmarked": false,
- "created_at": "Fri Apr 26 19:18:30 +0000 2024",
- "conversation_id_str": "1783938725850100082",
- "display_text_range": [
- 0,
- 18
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/g1febyfjpm",
- "expanded_url": "https://twitter.com/XCareers/status/1783938725850100082/photo/1",
- "id_str": "1783938562381193216",
- "indices": [
- 19,
- 42
- ],
- "media_key": "3_1783938562381193216",
- "media_url_https": "https://pbs.twimg.com/media/GMHSq7faIAA-qRZ.jpg",
- "type": "photo",
- "url": "https://t.co/G1FeByFjPM",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1384,
- "y": 458,
- "h": 68,
- "w": 68
- },
- {
- "x": 738,
- "y": 490,
- "h": 74,
- "w": 74
- },
- {
- "x": 580,
- "y": 498,
- "h": 72,
- "w": 72
- },
- {
- "x": 1474,
- "y": 492,
- "h": 82,
- "w": 82
- },
- {
- "x": 866,
- "y": 504,
- "h": 76,
- "w": 76
- },
- {
- "x": 344,
- "y": 516,
- "h": 82,
- "w": 82
- },
- {
- "x": 1132,
- "y": 522,
- "h": 70,
- "w": 70
- },
- {
- "x": 1286,
- "y": 534,
- "h": 76,
- "w": 76
- },
- {
- "x": 1016,
- "y": 558,
- "h": 74,
- "w": 74
- },
- {
- "x": 608,
- "y": 580,
- "h": 76,
- "w": 76
- },
- {
- "x": 1300,
- "y": 714,
- "h": 120,
- "w": 120
- },
- {
- "x": 128,
- "y": 152,
- "h": 512,
- "w": 512
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 810,
- "y": 268,
- "h": 39,
- "w": 39
- },
- {
- "x": 432,
- "y": 287,
- "h": 43,
- "w": 43
- },
- {
- "x": 339,
- "y": 291,
- "h": 42,
- "w": 42
- },
- {
- "x": 863,
- "y": 288,
- "h": 48,
- "w": 48
- },
- {
- "x": 507,
- "y": 295,
- "h": 44,
- "w": 44
- },
- {
- "x": 201,
- "y": 302,
- "h": 48,
- "w": 48
- },
- {
- "x": 663,
- "y": 305,
- "h": 41,
- "w": 41
- },
- {
- "x": 753,
- "y": 312,
- "h": 44,
- "w": 44
- },
- {
- "x": 595,
- "y": 326,
- "h": 43,
- "w": 43
- },
- {
- "x": 356,
- "y": 339,
- "h": 44,
- "w": 44
- },
- {
- "x": 761,
- "y": 418,
- "h": 70,
- "w": 70
- },
- {
- "x": 75,
- "y": 89,
- "h": 300,
- "w": 300
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 459,
- "y": 152,
- "h": 22,
- "w": 22
- },
- {
- "x": 245,
- "y": 162,
- "h": 24,
- "w": 24
- },
- {
- "x": 192,
- "y": 165,
- "h": 23,
- "w": 23
- },
- {
- "x": 489,
- "y": 163,
- "h": 27,
- "w": 27
- },
- {
- "x": 287,
- "y": 167,
- "h": 25,
- "w": 25
- },
- {
- "x": 114,
- "y": 171,
- "h": 27,
- "w": 27
- },
- {
- "x": 375,
- "y": 173,
- "h": 23,
- "w": 23
- },
- {
- "x": 426,
- "y": 177,
- "h": 25,
- "w": 25
- },
- {
- "x": 337,
- "y": 185,
- "h": 24,
- "w": 24
- },
- {
- "x": 201,
- "y": 192,
- "h": 25,
- "w": 25
- },
- {
- "x": 431,
- "y": 237,
- "h": 39,
- "w": 39
- },
- {
- "x": 42,
- "y": 50,
- "h": 170,
- "w": 170
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 2768,
- "y": 916,
- "h": 136,
- "w": 136
- },
- {
- "x": 1476,
- "y": 980,
- "h": 148,
- "w": 148
- },
- {
- "x": 1160,
- "y": 996,
- "h": 144,
- "w": 144
- },
- {
- "x": 2948,
- "y": 984,
- "h": 164,
- "w": 164
- },
- {
- "x": 1732,
- "y": 1008,
- "h": 152,
- "w": 152
- },
- {
- "x": 688,
- "y": 1032,
- "h": 164,
- "w": 164
- },
- {
- "x": 2264,
- "y": 1044,
- "h": 140,
- "w": 140
- },
- {
- "x": 2572,
- "y": 1068,
- "h": 152,
- "w": 152
- },
- {
- "x": 2032,
- "y": 1116,
- "h": 148,
- "w": 148
- },
- {
- "x": 1216,
- "y": 1160,
- "h": 152,
- "w": 152
- },
- {
- "x": 2600,
- "y": 1428,
- "h": 240,
- "w": 240
- },
- {
- "x": 256,
- "y": 304,
- "h": 1024,
- "w": 1024
- }
- ]
- }
- },
- "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": 3072,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 184,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 0,
- "y": 0,
- "w": 3072,
- "h": 3072
- },
- {
- "x": 189,
- "y": 0,
- "w": 2695,
- "h": 3072
- },
- {
- "x": 768,
- "y": 0,
- "w": 1536,
- "h": 3072
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 3072
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1783938562381193216"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/G1FeByFjPM",
- "expanded_url": "https://twitter.com/XCareers/status/1783938725850100082/photo/1",
- "id_str": "1783938562381193216",
- "indices": [
- 19,
- 42
- ],
- "media_key": "3_1783938562381193216",
- "media_url_https": "https://pbs.twimg.com/media/GMHSq7faIAA-qRZ.jpg",
- "type": "photo",
- "url": "https://t.co/G1FeByFjPM",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1384,
- "y": 458,
- "h": 68,
- "w": 68
- },
- {
- "x": 738,
- "y": 490,
- "h": 74,
- "w": 74
- },
- {
- "x": 580,
- "y": 498,
- "h": 72,
- "w": 72
- },
- {
- "x": 1474,
- "y": 492,
- "h": 82,
- "w": 82
- },
- {
- "x": 866,
- "y": 504,
- "h": 76,
- "w": 76
- },
- {
- "x": 344,
- "y": 516,
- "h": 82,
- "w": 82
- },
- {
- "x": 1132,
- "y": 522,
- "h": 70,
- "w": 70
- },
- {
- "x": 1286,
- "y": 534,
- "h": 76,
- "w": 76
- },
- {
- "x": 1016,
- "y": 558,
- "h": 74,
- "w": 74
- },
- {
- "x": 608,
- "y": 580,
- "h": 76,
- "w": 76
- },
- {
- "x": 1300,
- "y": 714,
- "h": 120,
- "w": 120
- },
- {
- "x": 128,
- "y": 152,
- "h": 512,
- "w": 512
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 810,
- "y": 268,
- "h": 39,
- "w": 39
- },
- {
- "x": 432,
- "y": 287,
- "h": 43,
- "w": 43
- },
- {
- "x": 339,
- "y": 291,
- "h": 42,
- "w": 42
- },
- {
- "x": 863,
- "y": 288,
- "h": 48,
- "w": 48
- },
- {
- "x": 507,
- "y": 295,
- "h": 44,
- "w": 44
- },
- {
- "x": 201,
- "y": 302,
- "h": 48,
- "w": 48
- },
- {
- "x": 663,
- "y": 305,
- "h": 41,
- "w": 41
- },
- {
- "x": 753,
- "y": 312,
- "h": 44,
- "w": 44
- },
- {
- "x": 595,
- "y": 326,
- "h": 43,
- "w": 43
- },
- {
- "x": 356,
- "y": 339,
- "h": 44,
- "w": 44
- },
- {
- "x": 761,
- "y": 418,
- "h": 70,
- "w": 70
- },
- {
- "x": 75,
- "y": 89,
- "h": 300,
- "w": 300
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 459,
- "y": 152,
- "h": 22,
- "w": 22
- },
- {
- "x": 245,
- "y": 162,
- "h": 24,
- "w": 24
- },
- {
- "x": 192,
- "y": 165,
- "h": 23,
- "w": 23
- },
- {
- "x": 489,
- "y": 163,
- "h": 27,
- "w": 27
- },
- {
- "x": 287,
- "y": 167,
- "h": 25,
- "w": 25
- },
- {
- "x": 114,
- "y": 171,
- "h": 27,
- "w": 27
- },
- {
- "x": 375,
- "y": 173,
- "h": 23,
- "w": 23
- },
- {
- "x": 426,
- "y": 177,
- "h": 25,
- "w": 25
- },
- {
- "x": 337,
- "y": 185,
- "h": 24,
- "w": 24
- },
- {
- "x": 201,
- "y": 192,
- "h": 25,
- "w": 25
- },
- {
- "x": 431,
- "y": 237,
- "h": 39,
- "w": 39
- },
- {
- "x": 42,
- "y": 50,
- "h": 170,
- "w": 170
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 2768,
- "y": 916,
- "h": 136,
- "w": 136
- },
- {
- "x": 1476,
- "y": 980,
- "h": 148,
- "w": 148
- },
- {
- "x": 1160,
- "y": 996,
- "h": 144,
- "w": 144
- },
- {
- "x": 2948,
- "y": 984,
- "h": 164,
- "w": 164
- },
- {
- "x": 1732,
- "y": 1008,
- "h": 152,
- "w": 152
- },
- {
- "x": 688,
- "y": 1032,
- "h": 164,
- "w": 164
- },
- {
- "x": 2264,
- "y": 1044,
- "h": 140,
- "w": 140
- },
- {
- "x": 2572,
- "y": 1068,
- "h": 152,
- "w": 152
- },
- {
- "x": 2032,
- "y": 1116,
- "h": 148,
- "w": 148
- },
- {
- "x": 1216,
- "y": 1160,
- "h": 152,
- "w": 152
- },
- {
- "x": 2600,
- "y": 1428,
- "h": 240,
- "w": 240
- },
- {
- "x": 256,
- "y": 304,
- "h": 1024,
- "w": 1024
- }
- ]
- }
- },
- "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": 3072,
- "width": 4096,
- "focus_rects": [
- {
- "x": 0,
- "y": 184,
- "w": 4096,
- "h": 2294
- },
- {
- "x": 0,
- "y": 0,
- "w": 3072,
- "h": 3072
- },
- {
- "x": 189,
- "y": 0,
- "w": 2695,
- "h": 3072
- },
- {
- "x": 768,
- "y": 0,
- "w": 1536,
- "h": 3072
- },
- {
- "x": 0,
- "y": 0,
- "w": 4096,
- "h": 3072
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1783938562381193216"
- }
- }
- }
- ]
- },
- "favorite_count": 1529,
- "favorited": false,
- "full_text": "And that's a wrap. https://t.co/G1FeByFjPM",
- "is_quote_status": true,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 22,
- "quoted_status_id_str": "1744747615332519974",
- "quoted_status_permalink": {
- "url": "https://t.co/BmUwCe3AuZ",
- "expanded": "https://twitter.com/XCareers/status/1744747615332519974",
- "display": "x.com/XCareers/statu…"
- },
- "reply_count": 98,
- "retweet_count": 87,
- "retweeted": false,
- "user_id_str": "109184306",
- "id_str": "1783938725850100082"
- }
- }
- },
- "legacy": {
- "bookmark_count": 20,
- "bookmarked": false,
- "created_at": "Fri Apr 26 19:24:19 +0000 2024",
- "conversation_id_str": "1783940189636989223",
- "display_text_range": [
- 0,
- 22
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "favorite_count": 342,
- "favorited": false,
- "full_text": "X has the best interns",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 4,
- "quoted_status_id_str": "1783938725850100082",
- "quoted_status_permalink": {
- "url": "https://t.co/g6orEsnKnJ",
- "expanded": "https://twitter.com/XCareers/status/1783938725850100082",
- "display": "x.com/XCareers/statu…"
- },
- "reply_count": 37,
- "retweet_count": 32,
- "retweeted": false,
- "user_id_str": "1767422954680590336",
- "id_str": "1783940189636989223"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1782572346621993438",
- "sortIndex": "1807077663630688238",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782572346621993438",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782572346621993438"
- ],
- "editable_until_msecs": "1713836940684",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "8",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Tue Apr 23 00:49:00 +0000 2024",
- "conversation_id_str": "1782572346621993438",
- "display_text_range": [
- 0,
- 57
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/eddmd1oun1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287934017536",
- "indices": [
- 34,
- 57
- ],
- "media_key": "3_1782564287934017536",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoOasAABcaD.jpg",
- "source_status_id_str": "1782564293730607545",
- "source_user_id_str": "857699969263964161",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 397,
- "y": 541,
- "h": 46,
- "w": 46
- },
- {
- "x": 653,
- "y": 400,
- "h": 123,
- "w": 123
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 225,
- "y": 306,
- "h": 26,
- "w": 26
- },
- {
- "x": 370,
- "y": 227,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287934017536"
- }
- }
- },
- {
- "display_url": "pic.x.com/eddmd1oun1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287946567681",
- "indices": [
- 34,
- 57
- ],
- "media_key": "3_1782564287946567681",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoRaMAEqER9.jpg",
- "source_status_id_str": "1782564293730607545",
- "source_user_id_str": "857699969263964161",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 684,
- "y": 271,
- "h": 39,
- "w": 39
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 387,
- "y": 154,
- "h": 22,
- "w": 22
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287946567681"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/EDdMd1OuN1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287934017536",
- "indices": [
- 34,
- 57
- ],
- "media_key": "3_1782564287934017536",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoOasAABcaD.jpg",
- "source_status_id_str": "1782564293730607545",
- "source_user_id_str": "857699969263964161",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 397,
- "y": 541,
- "h": 46,
- "w": 46
- },
- {
- "x": 653,
- "y": 400,
- "h": 123,
- "w": 123
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 225,
- "y": 306,
- "h": 26,
- "w": 26
- },
- {
- "x": 370,
- "y": 227,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287934017536"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/EDdMd1OuN1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287946567681",
- "indices": [
- 34,
- 57
- ],
- "media_key": "3_1782564287946567681",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoRaMAEqER9.jpg",
- "source_status_id_str": "1782564293730607545",
- "source_user_id_str": "857699969263964161",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 684,
- "y": 271,
- "h": 39,
- "w": 39
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 387,
- "y": 154,
- "h": 22,
- "w": 22
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287946567681"
- }
- }
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: What a weekend 🚀 https://t.co/EDdMd1OuN1",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1782572346621993438",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782564293730607545",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782564293730607545"
- ],
- "editable_until_msecs": "1713835020000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "76624",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 5,
- "bookmarked": false,
- "created_at": "Tue Apr 23 00:17:00 +0000 2024",
- "conversation_id_str": "1782564293730607545",
- "display_text_range": [
- 0,
- 16
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/eddmd1oun1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287934017536",
- "indices": [
- 17,
- 40
- ],
- "media_key": "3_1782564287934017536",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoOasAABcaD.jpg",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 397,
- "y": 541,
- "h": 46,
- "w": 46
- },
- {
- "x": 653,
- "y": 400,
- "h": 123,
- "w": 123
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 225,
- "y": 306,
- "h": 26,
- "w": 26
- },
- {
- "x": 370,
- "y": 227,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287934017536"
- }
- }
- },
- {
- "display_url": "pic.x.com/eddmd1oun1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287946567681",
- "indices": [
- 17,
- 40
- ],
- "media_key": "3_1782564287946567681",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoRaMAEqER9.jpg",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 684,
- "y": 271,
- "h": 39,
- "w": 39
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 387,
- "y": 154,
- "h": 22,
- "w": 22
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287946567681"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/EDdMd1OuN1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287934017536",
- "indices": [
- 17,
- 40
- ],
- "media_key": "3_1782564287934017536",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoOasAABcaD.jpg",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 397,
- "y": 541,
- "h": 46,
- "w": 46
- },
- {
- "x": 653,
- "y": 400,
- "h": 123,
- "w": 123
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 225,
- "y": 306,
- "h": 26,
- "w": 26
- },
- {
- "x": 370,
- "y": 227,
- "h": 69,
- "w": 69
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 678,
- "y": 924,
- "h": 80,
- "w": 80
- },
- {
- "x": 1116,
- "y": 684,
- "h": 210,
- "w": 210
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 256,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287934017536"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/EDdMd1OuN1",
- "expanded_url": "https://twitter.com/suhemparack/status/1782564293730607545/photo/1",
- "id_str": "1782564287946567681",
- "indices": [
- 17,
- 40
- ],
- "media_key": "3_1782564287946567681",
- "media_url_https": "https://pbs.twimg.com/media/GLzwxoRaMAEqER9.jpg",
- "type": "photo",
- "url": "https://t.co/EDdMd1OuN1",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "all": {
- "tags": [
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- },
- {
- "user_id": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "type": "user"
- }
- ]
- },
- "large": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 684,
- "y": 271,
- "h": 39,
- "w": 39
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 387,
- "y": 154,
- "h": 22,
- "w": 22
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1168,
- "y": 464,
- "h": 68,
- "w": 68
- }
- ]
- }
- },
- "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": 747,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 409,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 512,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782564287946567681"
- }
- }
- }
- ]
- },
- "favorite_count": 168,
- "favorited": false,
- "full_text": "What a weekend 🚀 https://t.co/EDdMd1OuN1",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 10,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1782564293730607545"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1782206291966107905",
- "sortIndex": "1807077663630688237",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782206291966107905",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782206291966107905"
- ],
- "editable_until_msecs": "1713749666453",
- "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": "Mon Apr 22 00:34:26 +0000 2024",
- "conversation_id_str": "1782206291966107905",
- "display_text_range": [
- 0,
- 53
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 3,
- 12
- ]
- },
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 14,
- 26
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @elonmusk: @XDevelopers Nice work by several teams",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 92,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1782206291966107905",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782202200703250805",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo0NDE5NjM5Nw==",
- "rest_id": "44196397",
- "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": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": false,
- "created_at": "Tue Jun 02 20:12:29 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 57725,
- "followers_count": 188460347,
- "friends_count": 643,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 151446,
- "location": "",
- "media_count": 2271,
- "name": "Elon Musk",
- "normal_followers_count": 188460347,
- "pinned_tweet_ids_str": [
- "1806942360552829011"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/44196397/1690621312",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1780044485541699584/p78MCn3B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "elonmusk",
- "statuses_count": 46297,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1679729435447275522",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782202200703250805"
- ],
- "editable_until_msecs": "1713748691000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1044743",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 69,
- "bookmarked": false,
- "created_at": "Mon Apr 22 00:18:11 +0000 2024",
- "conversation_id_str": "1782199752874246406",
- "display_text_range": [
- 13,
- 39
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 0,
- 12
- ]
- }
- ]
- },
- "favorite_count": 2110,
- "favorited": false,
- "full_text": "@XDevelopers Nice work by several teams",
- "in_reply_to_screen_name": "XDevelopers",
- "in_reply_to_status_id_str": "1782199752874246406",
- "in_reply_to_user_id_str": "2244994945",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 14,
- "reply_count": 124,
- "retweet_count": 92,
- "retweeted": false,
- "user_id_str": "44196397",
- "id_str": "1782202200703250805"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1782206023899685185",
- "sortIndex": "1807077663630688236",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782206023899685185",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782206023899685185"
- ],
- "editable_until_msecs": "1713749602541",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "13",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Mon Apr 22 00:33:22 +0000 2024",
- "conversation_id_str": "1782206023899685185",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2533341854",
- "name": "Chris Park",
- "screen_name": "chrisparkX",
- "indices": [
- 3,
- 14
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @chrisparkX: Congrats to the incredible winners of our first X Developer Challenge multi-day event. This was an incredible collaboration…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 39,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1782206023899685185",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782205029283402068",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNTMzMzQxODU0",
- "rest_id": "2533341854",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu May 29 20:24:26 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "𝕏 | @X @API @XDevelopers",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 16612,
- "followers_count": 3730,
- "friends_count": 1068,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 64,
- "location": "New York, NY",
- "media_count": 160,
- "name": "Chris Park",
- "normal_followers_count": 3730,
- "pinned_tweet_ids_str": [
- "1781749377843048698"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "chrisparkX",
- "statuses_count": 896,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782205029283402068"
- ],
- "editable_until_msecs": "1713749365000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "75609",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE3ODIyMDUwMjkxNzQ0NTYzMjA=",
- "text": "Congrats to the incredible winners of our first X Developer Challenge multi-day event. This was an incredible collaboration between @XDevelopers @xai @XCareers \n\nThis event showcased exponential potential on our present & future as the Everything app—powered by our developers, creators, and grok. \n\nWe will continue to be relentless in all aspects of improving the platform!",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 132,
- 144
- ]
- },
- {
- "id_str": "1661523610111193088",
- "name": "xAI",
- "screen_name": "xai",
- "indices": [
- 145,
- 149
- ]
- },
- {
- "id_str": "109184306",
- "name": "Careers",
- "screen_name": "XCareers",
- "indices": [
- 150,
- 159
- ]
- }
- ]
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 28,
- "bookmarked": false,
- "created_at": "Mon Apr 22 00:29:25 +0000 2024",
- "conversation_id_str": "1782205029283402068",
- "display_text_range": [
- 0,
- 281
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/xew9xikosf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022866182144",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022866182144",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpjbEAAsy5T.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 279,
- "y": 616,
- "h": 46,
- "w": 46
- },
- {
- "x": 159,
- "y": 621,
- "h": 50,
- "w": 50
- },
- {
- "x": 498,
- "y": 622,
- "h": 48,
- "w": 48
- },
- {
- "x": 399,
- "y": 628,
- "h": 47,
- "w": 47
- },
- {
- "x": 589,
- "y": 628,
- "h": 46,
- "w": 46
- },
- {
- "x": 758,
- "y": 633,
- "h": 48,
- "w": 48
- },
- {
- "x": 676,
- "y": 638,
- "h": 48,
- "w": 48
- },
- {
- "x": 222,
- "y": 660,
- "h": 51,
- "w": 51
- },
- {
- "x": 332,
- "y": 674,
- "h": 46,
- "w": 46
- },
- {
- "x": 81,
- "y": 671,
- "h": 54,
- "w": 54
- },
- {
- "x": 497,
- "y": 786,
- "h": 50,
- "w": 50
- },
- {
- "x": 686,
- "y": 845,
- "h": 58,
- "w": 58
- },
- {
- "x": 825,
- "y": 597,
- "h": 62,
- "w": 62
- },
- {
- "x": 426,
- "y": 804,
- "h": 52,
- "w": 52
- },
- {
- "x": 577,
- "y": 819,
- "h": 52,
- "w": 52
- },
- {
- "x": 244,
- "y": 843,
- "h": 62,
- "w": 62
- },
- {
- "x": 58,
- "y": 176,
- "h": 150,
- "w": 150
- },
- {
- "x": 679,
- "y": 200,
- "h": 150,
- "w": 150
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 247,
- "y": 547,
- "h": 40,
- "w": 40
- },
- {
- "x": 141,
- "y": 551,
- "h": 44,
- "w": 44
- },
- {
- "x": 442,
- "y": 552,
- "h": 42,
- "w": 42
- },
- {
- "x": 354,
- "y": 557,
- "h": 41,
- "w": 41
- },
- {
- "x": 523,
- "y": 557,
- "h": 40,
- "w": 40
- },
- {
- "x": 673,
- "y": 562,
- "h": 42,
- "w": 42
- },
- {
- "x": 600,
- "y": 566,
- "h": 42,
- "w": 42
- },
- {
- "x": 197,
- "y": 586,
- "h": 45,
- "w": 45
- },
- {
- "x": 294,
- "y": 598,
- "h": 40,
- "w": 40
- },
- {
- "x": 71,
- "y": 596,
- "h": 47,
- "w": 47
- },
- {
- "x": 441,
- "y": 698,
- "h": 44,
- "w": 44
- },
- {
- "x": 609,
- "y": 750,
- "h": 51,
- "w": 51
- },
- {
- "x": 732,
- "y": 530,
- "h": 55,
- "w": 55
- },
- {
- "x": 378,
- "y": 714,
- "h": 46,
- "w": 46
- },
- {
- "x": 512,
- "y": 727,
- "h": 46,
- "w": 46
- },
- {
- "x": 216,
- "y": 748,
- "h": 55,
- "w": 55
- },
- {
- "x": 51,
- "y": 156,
- "h": 133,
- "w": 133
- },
- {
- "x": 603,
- "y": 177,
- "h": 133,
- "w": 133
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 140,
- "y": 310,
- "h": 23,
- "w": 23
- },
- {
- "x": 80,
- "y": 312,
- "h": 25,
- "w": 25
- },
- {
- "x": 250,
- "y": 313,
- "h": 24,
- "w": 24
- },
- {
- "x": 200,
- "y": 316,
- "h": 23,
- "w": 23
- },
- {
- "x": 296,
- "y": 316,
- "h": 23,
- "w": 23
- },
- {
- "x": 381,
- "y": 318,
- "h": 24,
- "w": 24
- },
- {
- "x": 340,
- "y": 321,
- "h": 24,
- "w": 24
- },
- {
- "x": 111,
- "y": 332,
- "h": 25,
- "w": 25
- },
- {
- "x": 167,
- "y": 339,
- "h": 23,
- "w": 23
- },
- {
- "x": 40,
- "y": 337,
- "h": 27,
- "w": 27
- },
- {
- "x": 250,
- "y": 395,
- "h": 25,
- "w": 25
- },
- {
- "x": 345,
- "y": 425,
- "h": 29,
- "w": 29
- },
- {
- "x": 415,
- "y": 300,
- "h": 31,
- "w": 31
- },
- {
- "x": 214,
- "y": 404,
- "h": 26,
- "w": 26
- },
- {
- "x": 290,
- "y": 412,
- "h": 26,
- "w": 26
- },
- {
- "x": 122,
- "y": 424,
- "h": 31,
- "w": 31
- },
- {
- "x": 29,
- "y": 88,
- "h": 75,
- "w": 75
- },
- {
- "x": 341,
- "y": 100,
- "h": 75,
- "w": 75
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 279,
- "y": 616,
- "h": 46,
- "w": 46
- },
- {
- "x": 159,
- "y": 621,
- "h": 50,
- "w": 50
- },
- {
- "x": 498,
- "y": 622,
- "h": 48,
- "w": 48
- },
- {
- "x": 399,
- "y": 628,
- "h": 47,
- "w": 47
- },
- {
- "x": 589,
- "y": 628,
- "h": 46,
- "w": 46
- },
- {
- "x": 758,
- "y": 633,
- "h": 48,
- "w": 48
- },
- {
- "x": 676,
- "y": 638,
- "h": 48,
- "w": 48
- },
- {
- "x": 222,
- "y": 660,
- "h": 51,
- "w": 51
- },
- {
- "x": 332,
- "y": 674,
- "h": 46,
- "w": 46
- },
- {
- "x": 81,
- "y": 671,
- "h": 54,
- "w": 54
- },
- {
- "x": 497,
- "y": 786,
- "h": 50,
- "w": 50
- },
- {
- "x": 686,
- "y": 845,
- "h": 58,
- "w": 58
- },
- {
- "x": 825,
- "y": 597,
- "h": 62,
- "w": 62
- },
- {
- "x": 426,
- "y": 804,
- "h": 52,
- "w": 52
- },
- {
- "x": 577,
- "y": 819,
- "h": 52,
- "w": 52
- },
- {
- "x": 244,
- "y": 843,
- "h": 62,
- "w": 62
- },
- {
- "x": 58,
- "y": 176,
- "h": 150,
- "w": 150
- },
- {
- "x": 679,
- "y": 200,
- "h": 150,
- "w": 150
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1351,
- "w": 1013,
- "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": 1351,
- "width": 1013,
- "focus_rects": [
- {
- "x": 0,
- "y": 426,
- "w": 1013,
- "h": 567
- },
- {
- "x": 0,
- "y": 203,
- "w": 1013,
- "h": 1013
- },
- {
- "x": 0,
- "y": 132,
- "w": 1013,
- "h": 1155
- },
- {
- "x": 0,
- "y": 0,
- "w": 676,
- "h": 1351
- },
- {
- "x": 0,
- "y": 0,
- "w": 1013,
- "h": 1351
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022866182144"
- }
- }
- },
- {
- "display_url": "pic.x.com/xew9xikosf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022862008320",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022862008320",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpibYAAZiuZ.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 952,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 358,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022862008320"
- }
- }
- },
- {
- "display_url": "pic.x.com/xew9xikosf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022870319105",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022870319105",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpkaMAEcMxW.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 296,
- "y": 424,
- "h": 108,
- "w": 108
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 173,
- "y": 248,
- "h": 63,
- "w": 63
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 98,
- "y": 140,
- "h": 35,
- "w": 35
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 296,
- "y": 424,
- "h": 108,
- "w": 108
- }
- ]
- }
- },
- "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": 1054,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022870319105"
- }
- }
- },
- {
- "display_url": "pic.x.com/xew9xikosf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022870319104",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022870319104",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpkaMAActow.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1096,
- "y": 1134,
- "h": 76,
- "w": 76
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 642,
- "y": 664,
- "h": 44,
- "w": 44
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 363,
- "y": 376,
- "h": 25,
- "w": 25
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1096,
- "y": 1134,
- "h": 76,
- "w": 76
- }
- ]
- }
- },
- "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": 1054,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 51,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022870319104"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 132,
- 144
- ]
- },
- {
- "id_str": "1661523610111193088",
- "name": "xAI",
- "screen_name": "xai",
- "indices": [
- 145,
- 149
- ]
- },
- {
- "id_str": "109184306",
- "name": "Careers",
- "screen_name": "XCareers",
- "indices": [
- 150,
- 159
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/xEW9XIkOSf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022866182144",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022866182144",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpjbEAAsy5T.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 279,
- "y": 616,
- "h": 46,
- "w": 46
- },
- {
- "x": 159,
- "y": 621,
- "h": 50,
- "w": 50
- },
- {
- "x": 498,
- "y": 622,
- "h": 48,
- "w": 48
- },
- {
- "x": 399,
- "y": 628,
- "h": 47,
- "w": 47
- },
- {
- "x": 589,
- "y": 628,
- "h": 46,
- "w": 46
- },
- {
- "x": 758,
- "y": 633,
- "h": 48,
- "w": 48
- },
- {
- "x": 676,
- "y": 638,
- "h": 48,
- "w": 48
- },
- {
- "x": 222,
- "y": 660,
- "h": 51,
- "w": 51
- },
- {
- "x": 332,
- "y": 674,
- "h": 46,
- "w": 46
- },
- {
- "x": 81,
- "y": 671,
- "h": 54,
- "w": 54
- },
- {
- "x": 497,
- "y": 786,
- "h": 50,
- "w": 50
- },
- {
- "x": 686,
- "y": 845,
- "h": 58,
- "w": 58
- },
- {
- "x": 825,
- "y": 597,
- "h": 62,
- "w": 62
- },
- {
- "x": 426,
- "y": 804,
- "h": 52,
- "w": 52
- },
- {
- "x": 577,
- "y": 819,
- "h": 52,
- "w": 52
- },
- {
- "x": 244,
- "y": 843,
- "h": 62,
- "w": 62
- },
- {
- "x": 58,
- "y": 176,
- "h": 150,
- "w": 150
- },
- {
- "x": 679,
- "y": 200,
- "h": 150,
- "w": 150
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 247,
- "y": 547,
- "h": 40,
- "w": 40
- },
- {
- "x": 141,
- "y": 551,
- "h": 44,
- "w": 44
- },
- {
- "x": 442,
- "y": 552,
- "h": 42,
- "w": 42
- },
- {
- "x": 354,
- "y": 557,
- "h": 41,
- "w": 41
- },
- {
- "x": 523,
- "y": 557,
- "h": 40,
- "w": 40
- },
- {
- "x": 673,
- "y": 562,
- "h": 42,
- "w": 42
- },
- {
- "x": 600,
- "y": 566,
- "h": 42,
- "w": 42
- },
- {
- "x": 197,
- "y": 586,
- "h": 45,
- "w": 45
- },
- {
- "x": 294,
- "y": 598,
- "h": 40,
- "w": 40
- },
- {
- "x": 71,
- "y": 596,
- "h": 47,
- "w": 47
- },
- {
- "x": 441,
- "y": 698,
- "h": 44,
- "w": 44
- },
- {
- "x": 609,
- "y": 750,
- "h": 51,
- "w": 51
- },
- {
- "x": 732,
- "y": 530,
- "h": 55,
- "w": 55
- },
- {
- "x": 378,
- "y": 714,
- "h": 46,
- "w": 46
- },
- {
- "x": 512,
- "y": 727,
- "h": 46,
- "w": 46
- },
- {
- "x": 216,
- "y": 748,
- "h": 55,
- "w": 55
- },
- {
- "x": 51,
- "y": 156,
- "h": 133,
- "w": 133
- },
- {
- "x": 603,
- "y": 177,
- "h": 133,
- "w": 133
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 140,
- "y": 310,
- "h": 23,
- "w": 23
- },
- {
- "x": 80,
- "y": 312,
- "h": 25,
- "w": 25
- },
- {
- "x": 250,
- "y": 313,
- "h": 24,
- "w": 24
- },
- {
- "x": 200,
- "y": 316,
- "h": 23,
- "w": 23
- },
- {
- "x": 296,
- "y": 316,
- "h": 23,
- "w": 23
- },
- {
- "x": 381,
- "y": 318,
- "h": 24,
- "w": 24
- },
- {
- "x": 340,
- "y": 321,
- "h": 24,
- "w": 24
- },
- {
- "x": 111,
- "y": 332,
- "h": 25,
- "w": 25
- },
- {
- "x": 167,
- "y": 339,
- "h": 23,
- "w": 23
- },
- {
- "x": 40,
- "y": 337,
- "h": 27,
- "w": 27
- },
- {
- "x": 250,
- "y": 395,
- "h": 25,
- "w": 25
- },
- {
- "x": 345,
- "y": 425,
- "h": 29,
- "w": 29
- },
- {
- "x": 415,
- "y": 300,
- "h": 31,
- "w": 31
- },
- {
- "x": 214,
- "y": 404,
- "h": 26,
- "w": 26
- },
- {
- "x": 290,
- "y": 412,
- "h": 26,
- "w": 26
- },
- {
- "x": 122,
- "y": 424,
- "h": 31,
- "w": 31
- },
- {
- "x": 29,
- "y": 88,
- "h": 75,
- "w": 75
- },
- {
- "x": 341,
- "y": 100,
- "h": 75,
- "w": 75
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 279,
- "y": 616,
- "h": 46,
- "w": 46
- },
- {
- "x": 159,
- "y": 621,
- "h": 50,
- "w": 50
- },
- {
- "x": 498,
- "y": 622,
- "h": 48,
- "w": 48
- },
- {
- "x": 399,
- "y": 628,
- "h": 47,
- "w": 47
- },
- {
- "x": 589,
- "y": 628,
- "h": 46,
- "w": 46
- },
- {
- "x": 758,
- "y": 633,
- "h": 48,
- "w": 48
- },
- {
- "x": 676,
- "y": 638,
- "h": 48,
- "w": 48
- },
- {
- "x": 222,
- "y": 660,
- "h": 51,
- "w": 51
- },
- {
- "x": 332,
- "y": 674,
- "h": 46,
- "w": 46
- },
- {
- "x": 81,
- "y": 671,
- "h": 54,
- "w": 54
- },
- {
- "x": 497,
- "y": 786,
- "h": 50,
- "w": 50
- },
- {
- "x": 686,
- "y": 845,
- "h": 58,
- "w": 58
- },
- {
- "x": 825,
- "y": 597,
- "h": 62,
- "w": 62
- },
- {
- "x": 426,
- "y": 804,
- "h": 52,
- "w": 52
- },
- {
- "x": 577,
- "y": 819,
- "h": 52,
- "w": 52
- },
- {
- "x": 244,
- "y": 843,
- "h": 62,
- "w": 62
- },
- {
- "x": 58,
- "y": 176,
- "h": 150,
- "w": 150
- },
- {
- "x": 679,
- "y": 200,
- "h": 150,
- "w": 150
- }
- ]
- }
- },
- "sizes": {
- "large": {
- "h": 1351,
- "w": 1013,
- "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": 1351,
- "width": 1013,
- "focus_rects": [
- {
- "x": 0,
- "y": 426,
- "w": 1013,
- "h": 567
- },
- {
- "x": 0,
- "y": 203,
- "w": 1013,
- "h": 1013
- },
- {
- "x": 0,
- "y": 132,
- "w": 1013,
- "h": 1155
- },
- {
- "x": 0,
- "y": 0,
- "w": 676,
- "h": 1351
- },
- {
- "x": 0,
- "y": 0,
- "w": 1013,
- "h": 1351
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022866182144"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/xEW9XIkOSf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022862008320",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022862008320",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpibYAAZiuZ.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "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": 952,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 358,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022862008320"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/xEW9XIkOSf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022870319105",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022870319105",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpkaMAEcMxW.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 296,
- "y": 424,
- "h": 108,
- "w": 108
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 173,
- "y": 248,
- "h": 63,
- "w": 63
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 98,
- "y": 140,
- "h": 35,
- "w": 35
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 296,
- "y": 424,
- "h": 108,
- "w": 108
- }
- ]
- }
- },
- "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": 1054,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022870319105"
- }
- }
- },
- {
- "display_url": "pic.twitter.com/xEW9XIkOSf",
- "expanded_url": "https://twitter.com/chrisparkX/status/1782205029283402068/photo/1",
- "id_str": "1782205022870319104",
- "indices": [
- 282,
- 305
- ],
- "media_key": "3_1782205022870319104",
- "media_url_https": "https://pbs.twimg.com/media/GLuqBpkaMAActow.jpg",
- "type": "photo",
- "url": "https://t.co/xEW9XIkOSf",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 1096,
- "y": 1134,
- "h": 76,
- "w": 76
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 642,
- "y": 664,
- "h": 44,
- "w": 44
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 363,
- "y": 376,
- "h": 25,
- "w": 25
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 1096,
- "y": 1134,
- "h": 76,
- "w": 76
- }
- ]
- }
- },
- "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": 1054,
- "w": 1536,
- "h": 860
- },
- {
- "x": 0,
- "y": 512,
- "w": 1536,
- "h": 1536
- },
- {
- "x": 0,
- "y": 297,
- "w": 1536,
- "h": 1751
- },
- {
- "x": 51,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1782205022870319104"
- }
- }
- }
- ]
- },
- "favorite_count": 313,
- "favorited": false,
- "full_text": "Congrats to the incredible winners of our first X Developer Challenge multi-day event. This was an incredible collaboration between @XDevelopers @xai @XCareers \n\nThis event showcased exponential potential on our present & future as the Everything app—powered by our developers, https://t.co/xEW9XIkOSf",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 28,
- "retweet_count": 39,
- "retweeted": false,
- "user_id_str": "2533341854",
- "id_str": "1782205029283402068"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1782199916829512084",
- "sortIndex": "1807077663630688235",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782199916829512084",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1782199916829512084"
- ],
- "editable_until_msecs": "1713748146502",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "13",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Mon Apr 22 00:09:06 +0000 2024",
- "conversation_id_str": "1782199916829512084",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1622343577790726144",
- "name": "Devin Kim",
- "screen_name": "devindkim",
- "indices": [
- 3,
- 13
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @devindkim: Developer Challenge complete! Here’s a photo of the winners and first public Grok API users 😊\n\nThis talented group showed wh…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 40,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1782199916829512084",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1782191968564510907",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjIyMzQzNTc3NzkwNzI2MTQ0",
- "rest_id": "1622343577790726144",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/xai",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1769430779845611520/lIgjSJGU_bigger.jpg"
- },
- "description": "xAI",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": true,
- "created_at": "Sun Feb 05 21:17:19 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "a real human bean. building intelligence @xAI",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 351,
- "followers_count": 1950,
- "friends_count": 127,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 28,
- "location": "San Francisco",
- "media_count": 36,
- "name": "Devin Kim",
- "normal_followers_count": 1950,
- "pinned_tweet_ids_str": [
- "1779008765087588652"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1622343577790726144/1713027892",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1777387198909927428/B0NbgA5__normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "devindkim",
- "statuses_count": 168,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "initial_tweet_id": "1782190806855803089",
- "edit_control_initial": {
- "edit_tweet_ids": [
- "1782190806855803089",
- "1782191112230469978",
- "1782191968564510907"
- ],
- "editable_until_msecs": "1713745974000",
- "is_edit_eligible": true,
- "edits_remaining": "3"
- }
- },
- "previous_counts": {
- "bookmark_count": 0,
- "favorite_count": 2,
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 0
- },
- "is_translatable": false,
- "views": {
- "count": "149394",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE3ODIxOTE5Njg0NzIyNDQyMjQ=",
- "text": "Developer Challenge complete! Here’s a photo of the winners and first public Grok API users 😊\n\nThis talented group showed what’s possible when building on models with a focus on real-time information. Thanks @XDevelopers for inviting @xai, I’m 𝕏-cited about this partnership 📈🚀",
- "entity_set": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 208,
- 220
- ]
- },
- {
- "id_str": "1661523610111193088",
- "name": "xAI",
- "screen_name": "xai",
- "indices": [
- 234,
- 238
- ]
- }
- ]
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 21,
- "bookmarked": false,
- "created_at": "Sun Apr 21 23:37:31 +0000 2024",
- "conversation_id_str": "1782191968564510907",
- "display_text_range": [
- 0,
- 274
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/a2ak72ubmh",
- "expanded_url": "https://twitter.com/devindkim/status/1782191968564510907/photo/1",
- "id_str": "1782190800614592512",
- "indices": [
- 275,
- 298
- ],
- "media_key": "3_1782190800614592512",
- "media_url_https": "https://pbs.twimg.com/media/GLudFziaEAAnIUQ.jpg",
- "type": "photo",
- "url": "https://t.co/a2Ak72uBmh",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 426,
- "y": 788,
- "h": 70,
- "w": 70
- },
- {
- "x": 274,
- "y": 792,
- "h": 70,
- "w": 70
- },
- {
- "x": 712,
- "y": 798,
- "h": 70,
- "w": 70
- },
- {
- "x": 346,
- "y": 858,
- "h": 72,
- "w": 72
- },
- {
- "x": 164,
- "y": 862,
- "h": 78,
- "w": 78
- },
- {
- "x": 566,
- "y": 1028,
- "h": 74,
- "w": 74
- },
- {
- "x": 888,
- "y": 1084,
- "h": 74,
- "w": 74
- },
- {
- "x": 1078,
- "y": 756,
- "h": 82,
- "w": 82
- },
- {
- "x": 238,
- "y": 216,
- "h": 200,
- "w": 200
- },
- {
- "x": 1074,
- "y": 174,
- "h": 234,
- "w": 234
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 249,
- "y": 461,
- "h": 41,
- "w": 41
- },
- {
- "x": 160,
- "y": 464,
- "h": 41,
- "w": 41
- },
- {
- "x": 417,
- "y": 467,
- "h": 41,
- "w": 41
- },
- {
- "x": 202,
- "y": 502,
- "h": 42,
- "w": 42
- },
- {
- "x": 96,
- "y": 505,
- "h": 45,
- "w": 45
- },
- {
- "x": 331,
- "y": 602,
- "h": 43,
- "w": 43
- },
- {
- "x": 520,
- "y": 635,
- "h": 43,
- "w": 43
- },
- {
- "x": 631,
- "y": 442,
- "h": 48,
- "w": 48
- },
- {
- "x": 139,
- "y": 126,
- "h": 117,
- "w": 117
- },
- {
- "x": 629,
- "y": 101,
- "h": 137,
- "w": 137
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 141,
- "y": 261,
- "h": 23,
- "w": 23
- },
- {
- "x": 90,
- "y": 262,
- "h": 23,
- "w": 23
- },
- {
- "x": 236,
- "y": 264,
- "h": 23,
- "w": 23
- },
- {
- "x": 114,
- "y": 284,
- "h": 23,
- "w": 23
- },
- {
- "x": 54,
- "y": 286,
- "h": 25,
- "w": 25
- },
- {
- "x": 187,
- "y": 341,
- "h": 24,
- "w": 24
- },
- {
- "x": 294,
- "y": 359,
- "h": 24,
- "w": 24
- },
- {
- "x": 357,
- "y": 251,
- "h": 27,
- "w": 27
- },
- {
- "x": 79,
- "y": 71,
- "h": 66,
- "w": 66
- },
- {
- "x": 356,
- "y": 57,
- "h": 77,
- "w": 77
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 426,
- "y": 788,
- "h": 70,
- "w": 70
- },
- {
- "x": 274,
- "y": 792,
- "h": 70,
- "w": 70
- },
- {
- "x": 712,
- "y": 798,
- "h": 70,
- "w": 70
- },
- {
- "x": 346,
- "y": 858,
- "h": 72,
- "w": 72
- },
- {
- "x": 164,
- "y": 862,
- "h": 78,
- "w": 78
- },
- {
- "x": 566,
- "y": 1028,
- "h": 74,
- "w": 74
- },
- {
- "x": 888,
- "y": 1084,
- "h": 74,
- "w": 74
- },
- {
- "x": 1078,
- "y": 756,
- "h": 82,
- "w": 82
- },
- {
- "x": 238,
- "y": 216,
- "h": 200,
- "w": 200
- },
- {
- "x": 1074,
- "y": 174,
- "h": 234,
- "w": 234
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1782190800614592512"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 208,
- 220
- ]
- },
- {
- "id_str": "1661523610111193088",
- "name": "xAI",
- "screen_name": "xai",
- "indices": [
- 234,
- 238
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/a2Ak72uBmh",
- "expanded_url": "https://twitter.com/devindkim/status/1782191968564510907/photo/1",
- "id_str": "1782190800614592512",
- "indices": [
- 275,
- 298
- ],
- "media_key": "3_1782190800614592512",
- "media_url_https": "https://pbs.twimg.com/media/GLudFziaEAAnIUQ.jpg",
- "type": "photo",
- "url": "https://t.co/a2Ak72uBmh",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": [
- {
- "x": 426,
- "y": 788,
- "h": 70,
- "w": 70
- },
- {
- "x": 274,
- "y": 792,
- "h": 70,
- "w": 70
- },
- {
- "x": 712,
- "y": 798,
- "h": 70,
- "w": 70
- },
- {
- "x": 346,
- "y": 858,
- "h": 72,
- "w": 72
- },
- {
- "x": 164,
- "y": 862,
- "h": 78,
- "w": 78
- },
- {
- "x": 566,
- "y": 1028,
- "h": 74,
- "w": 74
- },
- {
- "x": 888,
- "y": 1084,
- "h": 74,
- "w": 74
- },
- {
- "x": 1078,
- "y": 756,
- "h": 82,
- "w": 82
- },
- {
- "x": 238,
- "y": 216,
- "h": 200,
- "w": 200
- },
- {
- "x": 1074,
- "y": 174,
- "h": 234,
- "w": 234
- }
- ]
- },
- "medium": {
- "faces": [
- {
- "x": 249,
- "y": 461,
- "h": 41,
- "w": 41
- },
- {
- "x": 160,
- "y": 464,
- "h": 41,
- "w": 41
- },
- {
- "x": 417,
- "y": 467,
- "h": 41,
- "w": 41
- },
- {
- "x": 202,
- "y": 502,
- "h": 42,
- "w": 42
- },
- {
- "x": 96,
- "y": 505,
- "h": 45,
- "w": 45
- },
- {
- "x": 331,
- "y": 602,
- "h": 43,
- "w": 43
- },
- {
- "x": 520,
- "y": 635,
- "h": 43,
- "w": 43
- },
- {
- "x": 631,
- "y": 442,
- "h": 48,
- "w": 48
- },
- {
- "x": 139,
- "y": 126,
- "h": 117,
- "w": 117
- },
- {
- "x": 629,
- "y": 101,
- "h": 137,
- "w": 137
- }
- ]
- },
- "small": {
- "faces": [
- {
- "x": 141,
- "y": 261,
- "h": 23,
- "w": 23
- },
- {
- "x": 90,
- "y": 262,
- "h": 23,
- "w": 23
- },
- {
- "x": 236,
- "y": 264,
- "h": 23,
- "w": 23
- },
- {
- "x": 114,
- "y": 284,
- "h": 23,
- "w": 23
- },
- {
- "x": 54,
- "y": 286,
- "h": 25,
- "w": 25
- },
- {
- "x": 187,
- "y": 341,
- "h": 24,
- "w": 24
- },
- {
- "x": 294,
- "y": 359,
- "h": 24,
- "w": 24
- },
- {
- "x": 357,
- "y": 251,
- "h": 27,
- "w": 27
- },
- {
- "x": 79,
- "y": 71,
- "h": 66,
- "w": 66
- },
- {
- "x": 356,
- "y": 57,
- "h": 77,
- "w": 77
- }
- ]
- },
- "orig": {
- "faces": [
- {
- "x": 426,
- "y": 788,
- "h": 70,
- "w": 70
- },
- {
- "x": 274,
- "y": 792,
- "h": 70,
- "w": 70
- },
- {
- "x": 712,
- "y": 798,
- "h": 70,
- "w": 70
- },
- {
- "x": 346,
- "y": 858,
- "h": 72,
- "w": 72
- },
- {
- "x": 164,
- "y": 862,
- "h": 78,
- "w": 78
- },
- {
- "x": 566,
- "y": 1028,
- "h": 74,
- "w": 74
- },
- {
- "x": 888,
- "y": 1084,
- "h": 74,
- "w": 74
- },
- {
- "x": 1078,
- "y": 756,
- "h": 82,
- "w": 82
- },
- {
- "x": 238,
- "y": 216,
- "h": 200,
- "w": 200
- },
- {
- "x": 1074,
- "y": 174,
- "h": 234,
- "w": 234
- }
- ]
- }
- },
- "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": 0,
- "y": 0,
- "w": 1024,
- "h": 2048
- },
- {
- "x": 0,
- "y": 0,
- "w": 1536,
- "h": 2048
- }
- ]
- },
- "allow_download_status": {
- "allow_download": true
- },
- "media_results": {
- "result": {
- "media_key": "3_1782190800614592512"
- }
- }
- }
- ]
- },
- "favorite_count": 317,
- "favorited": false,
- "full_text": "Developer Challenge complete! Here’s a photo of the winners and first public Grok API users 😊\n\nThis talented group showed what’s possible when building on models with a focus on real-time information. Thanks @XDevelopers for inviting @xai, I’m 𝕏-cited about this partnership https://t.co/a2Ak72uBmh",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 12,
- "reply_count": 24,
- "retweet_count": 40,
- "retweeted": false,
- "user_id_str": "1622343577790726144",
- "id_str": "1782191968564510907"
- }
- }
- }
- },
- "quick_promote_eligibility": {
- "eligibility": "IneligibleNotProfessional"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "cursor-top-1807077663630688257",
- "sortIndex": "1807077663630688257",
+ "entryId": "cursor-top-1842759098404175873",
+ "sortIndex": "1842759098404175873",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHj45AJxEKAAIZBM3Y0JdBqwgAAwAAAAEAAA",
+ "value": "DAABCgABGZLLovsAJxEKAAIZjtSIEZsgAAgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1807077663630688234",
- "sortIndex": "1807077663630688234",
+ "entryId": "cursor-bottom-1842759098404175853",
+ "sortIndex": "1842759098404175853",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHj44__-gKAAIYu6VhwVqRlAgAAwAAAAIAAA",
+ "value": "DAABCgABGZLLovr__-sKAAIYyGEHjdcBqAgAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/raw_user_tweets_and_replies.json b/tests/mocked-data/raw_user_tweets_and_replies.json
index 5d2f431..832da4a 100644
--- a/tests/mocked-data/raw_user_tweets_and_replies.json
+++ b/tests/mocked-data/raw_user_tweets_and_replies.json
@@ -13,7 +13,7 @@
"type": "TimelinePinEntry",
"entry": {
"entryId": "tweet-1770153912013615285",
- "sortIndex": "1807077672547778560",
+ "sortIndex": "1842759104427196416",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -48,6 +48,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -73,16 +74,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -91,7 +92,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -125,7 +126,7 @@
},
"is_translatable": false,
"views": {
- "count": "376536",
+ "count": "546373",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -157,6 +158,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -182,16 +184,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -200,7 +202,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -234,7 +236,7 @@
},
"is_translatable": false,
"views": {
- "count": "444997",
+ "count": "644412",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -310,7 +312,7 @@
}
},
"legacy": {
- "bookmark_count": 19,
+ "bookmark_count": 26,
"bookmarked": false,
"created_at": "Tue Mar 19 18:21:36 +0000 2024",
"conversation_id_str": "1770153665782808637",
@@ -335,7 +337,7 @@
],
"user_mentions": []
},
- "favorite_count": 205,
+ "favorite_count": 200,
"favorited": false,
"full_text": "https://t.co/JJ8VVI0aeO",
"is_quote_status": false,
@@ -343,8 +345,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 11,
- "reply_count": 46,
- "retweet_count": 28,
+ "reply_count": 52,
+ "retweet_count": 26,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1770153665782808637"
@@ -352,7 +354,7 @@
}
},
"legacy": {
- "bookmark_count": 79,
+ "bookmark_count": 97,
"bookmarked": false,
"created_at": "Tue Mar 19 18:22:35 +0000 2024",
"conversation_id_str": "1770153912013615285",
@@ -367,20 +369,20 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 1386,
+ "favorite_count": 1961,
"favorited": false,
"full_text": "X API New Feature Announcement!\n\nIntroducing Top Up — A new and simple way to boost your Basic or Pro subscription.\n\nArticle below for more info. Start today!",
"is_quote_status": true,
"lang": "en",
- "quote_count": 23,
+ "quote_count": 29,
"quoted_status_id_str": "1770153665782808637",
"quoted_status_permalink": {
"url": "https://t.co/csg0enmp0c",
"expanded": "https://twitter.com/XDevelopers/status/1770153665782808637",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 266,
- "retweet_count": 235,
+ "reply_count": 354,
+ "retweet_count": 355,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1770153912013615285"
@@ -404,9 +406,5116 @@
{
"type": "TimelineAddEntries",
"entries": [
+ {
+ "entryId": "tweet-1841642978517131264",
+ "sortIndex": "1842759104427196415",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841642978517131264",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841642978517131264"
+ ],
+ "editable_until_msecs": "1727920476807",
+ "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": "Thu Oct 03 00:54:36 +0000 2024",
+ "conversation_id_str": "1841642978517131264",
+ "display_text_range": [
+ 0,
+ 144
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "1661523610111193088",
+ "name": "xAI",
+ "screen_name": "xai",
+ "indices": [
+ 21,
+ 25
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: join @xai for their xAI hackathon!⚡️\n\n• early access to xAI Grok APIs\n\n• opportunity to build cool things & hang with aweso…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1841642978517131264",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1841640967117427154",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1841640967117427154"
+ ],
+ "editable_until_msecs": "1727919997000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "8100",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "legacy": {
+ "bookmark_count": 7,
+ "bookmarked": false,
+ "created_at": "Thu Oct 03 00:46:37 +0000 2024",
+ "conversation_id_str": "1841640967117427154",
+ "display_text_range": [
+ 0,
+ 192
+ ],
+ "entities": {
+ "hashtags": [],
+ "media": [
+ {
+ "display_url": "pic.x.com/PCGcEo2G1g",
+ "expanded_url": "https://x.com/chrisparkX/status/1841640967117427154/photo/1",
+ "id_str": "1841640964412022784",
+ "indices": [
+ 193,
+ 216
+ ],
+ "media_key": "3_1841640964412022784",
+ "media_url_https": "https://pbs.twimg.com/media/GY7Ssx-WIAAggXW.jpg",
+ "type": "photo",
+ "url": "https://t.co/PCGcEo2G1g",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 608,
+ "width": 1080,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 236,
+ "y": 0,
+ "w": 608,
+ "h": 608
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 533,
+ "h": 608
+ },
+ {
+ "x": 388,
+ "y": 0,
+ "w": 304,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 608
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1841640964412022784"
+ }
+ }
+ }
+ ],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "1661523610111193088",
+ "name": "xAI",
+ "screen_name": "xai",
+ "indices": [
+ 5,
+ 9
+ ]
+ }
+ ]
+ },
+ "extended_entities": {
+ "media": [
+ {
+ "display_url": "pic.x.com/PCGcEo2G1g",
+ "expanded_url": "https://x.com/chrisparkX/status/1841640967117427154/photo/1",
+ "id_str": "1841640964412022784",
+ "indices": [
+ 193,
+ 216
+ ],
+ "media_key": "3_1841640964412022784",
+ "media_url_https": "https://pbs.twimg.com/media/GY7Ssx-WIAAggXW.jpg",
+ "type": "photo",
+ "url": "https://t.co/PCGcEo2G1g",
+ "ext_media_availability": {
+ "status": "Available"
+ },
+ "features": {
+ "large": {
+ "faces": []
+ },
+ "medium": {
+ "faces": []
+ },
+ "small": {
+ "faces": []
+ },
+ "orig": {
+ "faces": []
+ }
+ },
+ "sizes": {
+ "large": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "medium": {
+ "h": 608,
+ "w": 1080,
+ "resize": "fit"
+ },
+ "small": {
+ "h": 383,
+ "w": 680,
+ "resize": "fit"
+ },
+ "thumb": {
+ "h": 150,
+ "w": 150,
+ "resize": "crop"
+ }
+ },
+ "original_info": {
+ "height": 608,
+ "width": 1080,
+ "focus_rects": [
+ {
+ "x": 0,
+ "y": 3,
+ "w": 1080,
+ "h": 605
+ },
+ {
+ "x": 236,
+ "y": 0,
+ "w": 608,
+ "h": 608
+ },
+ {
+ "x": 274,
+ "y": 0,
+ "w": 533,
+ "h": 608
+ },
+ {
+ "x": 388,
+ "y": 0,
+ "w": 304,
+ "h": 608
+ },
+ {
+ "x": 0,
+ "y": 0,
+ "w": 1080,
+ "h": 608
+ }
+ ]
+ },
+ "media_results": {
+ "result": {
+ "media_key": "3_1841640964412022784"
+ }
+ }
+ }
+ ]
+ },
+ "favorite_count": 81,
+ "favorited": false,
+ "full_text": "join @xai for their xAI hackathon!⚡️\n\n• early access to xAI Grok APIs\n\n• opportunity to build cool things & hang with awesome incredibly hardworking people\n\n• X API will also be accessible https://t.co/PCGcEo2G1g",
+ "is_quote_status": false,
+ "lang": "en",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 8,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1841640967117427154"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1838204454752965011",
+ "sortIndex": "1842759104427196414",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1838204454752965011",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1838204454752965011"
+ ],
+ "editable_until_msecs": "1727100668857",
+ "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": "Mon Sep 23 13:11:08 +0000 2024",
+ "conversation_id_str": "1838204454752965011",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: DM blocking and DM unblocking now also supported in the X API v2 using the following new endpoints:\n\n1. POST /2/users/{targe…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1834656101704642804",
+ "quoted_status_permalink": {
+ "url": "https://t.co/mOI2RN5MOt",
+ "expanded": "https://twitter.com/XEng/status/1834656101704642804",
+ "display": "x.com/XEng/status/18…"
+ },
+ "reply_count": 0,
+ "retweet_count": 21,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1838204454752965011",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1838203859170152749",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1838203859170152749"
+ ],
+ "editable_until_msecs": "1727100526000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "38555",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1834656101704642804",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2ODQ0Mjky",
+ "rest_id": "6844292",
+ "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": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sat Jun 16 00:14:36 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Updates from our engineering team",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 284,
+ "followers_count": 1407066,
+ "friends_count": 4,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4943,
+ "location": "San Francisco",
+ "media_count": 68,
+ "name": "Engineering",
+ "normal_followers_count": 1407066,
+ "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": 954,
+ "translator_type": "regular",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1834656101704642804"
+ ],
+ "editable_until_msecs": "1726254675000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "12287558",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 218,
+ "bookmarked": false,
+ "created_at": "Fri Sep 13 18:11:15 +0000 2024",
+ "conversation_id_str": "1834656101704642804",
+ "display_text_range": [
+ 0,
+ 250
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 3701,
+ "favorited": false,
+ "full_text": "We're rolling out a new block option only for DMs. It prevents an account from sending you messages while enabling you to continue to interact with the account in other ways.\n\nThis is another step towards our evolution of messaging on X - stay tuned!",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 232,
+ "reply_count": 527,
+ "retweet_count": 548,
+ "retweeted": false,
+ "user_id_str": "6844292",
+ "id_str": "1834656101704642804"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 15,
+ "bookmarked": false,
+ "created_at": "Mon Sep 23 13:08:46 +0000 2024",
+ "conversation_id_str": "1838203859170152749",
+ "display_text_range": [
+ 0,
+ 222
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 233,
+ "favorited": false,
+ "full_text": "DM blocking and DM unblocking now also supported in the X API v2 using the following new endpoints:\n\n1. POST /2/users/{target_user_id}/dm/block\n2. POST /2/users/{target_user_id}/dm/unblock\n\ndocumentation updates to follow.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 2,
+ "quoted_status_id_str": "1834656101704642804",
+ "quoted_status_permalink": {
+ "url": "https://t.co/mOI2RN5MOt",
+ "expanded": "https://twitter.com/XEng/status/1834656101704642804",
+ "display": "x.com/XEng/status/18…"
+ },
+ "reply_count": 33,
+ "retweet_count": 21,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1838203859170152749"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1825922044837478725",
+ "sortIndex": "1842759104427196413",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825922044837478725",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825922044837478725"
+ ],
+ "editable_until_msecs": "1724172314137",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:45:14 +0000 2024",
+ "conversation_id_str": "1825922044837478725",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: Update: Programmatic long-form posts now support up to 25K characters (from 4,000) earlier.\n\n(Accidentally deleted the previ…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1825914808354398277",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7VmkHZu5bi",
+ "expanded": "https://twitter.com/tapshah21/status/1825914808354398277",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 0,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1825922044837478725",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825915806875631799",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825915806875631799"
+ ],
+ "editable_until_msecs": "1724170826000",
+ "is_edit_eligible": true,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "100220",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1825914808354398277",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1825914808354398277"
+ ],
+ "editable_until_msecs": "1724170588000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "96665",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "article": {
+ "article_results": {
+ "result": {
+ "rest_id": "1823452076975730688",
+ "id": "QXJ0aWNsZUVudGl0eToxODIzNDUyMDc2OTc1NzMwNjg4",
+ "title": "Announcing X API V2 support for creating long form Posts",
+ "preview_text": "POST /2/tweets endpoint now supports being able to programatically create long form Posts! Long form Posts on X allow premium users to write Posts up to 4,000 25,000 characters.\n \n\n\nHere's a sample",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGU5NBJwXMAEKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1823479581325602817",
+ "media_id": "1823479581325602817",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 717,
+ "original_img_width": 1792,
+ "original_img_url": "https://pbs.twimg.com/media/GU5NBJwXMAELl1M.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 53.0,
+ "rgb": {
+ "blue": 28,
+ "green": 38,
+ "red": 52
+ }
+ },
+ {
+ "percentage": 27.05,
+ "rgb": {
+ "blue": 123,
+ "green": 158,
+ "red": 185
+ }
+ },
+ {
+ "percentage": 19.15,
+ "rgb": {
+ "blue": 86,
+ "green": 105,
+ "red": 122
+ }
+ },
+ {
+ "percentage": 4.69,
+ "rgb": {
+ "blue": 25,
+ "green": 56,
+ "red": 107
+ }
+ },
+ {
+ "percentage": 0.7,
+ "rgb": {
+ "blue": 196,
+ "green": 229,
+ "red": 234
+ }
+ }
+ ]
+ }
+ }
+ },
+ "lifecycle_state": {
+ "modified_at_secs": 1724166988
+ },
+ "metadata": {
+ "first_published_at_secs": 1723586698
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:16:28 +0000 2024",
+ "conversation_id_str": "1825914808354398277",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1823…",
+ "expanded_url": "http://x.com/i/article/1823452076975730688",
+ "url": "https://t.co/9jvOZj28oR",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 33,
+ "favorited": false,
+ "full_text": "https://t.co/9jvOZj28oR",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 4,
+ "reply_count": 8,
+ "retweet_count": 6,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1825914808354398277"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 26,
+ "bookmarked": false,
+ "created_at": "Tue Aug 20 15:20:26 +0000 2024",
+ "conversation_id_str": "1825915806875631799",
+ "display_text_range": [
+ 0,
+ 173
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 372,
+ "favorited": false,
+ "full_text": "Update: Programmatic long-form posts now support up to 25K characters (from 4,000) earlier.\n\n(Accidentally deleted the previous article post while making the update - oops!)",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 9,
+ "quoted_status_id_str": "1825914808354398277",
+ "quoted_status_permalink": {
+ "url": "https://t.co/7VmkHZu5bi",
+ "expanded": "https://twitter.com/tapshah21/status/1825914808354398277",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 49,
+ "retweet_count": 72,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1825915806875631799"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196420",
+ "sortIndex": "1842759104427196412",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1842759104427196420-tweet-1823485328927179150",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485328927179150",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485328927179150"
+ ],
+ "editable_until_msecs": "1723591355000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "128074",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {},
+ "legacy": {
+ "bookmark_count": 29,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:22:35 +0000 2024",
+ "conversation_id_str": "1823485328927179150",
+ "display_text_range": [
+ 0,
+ 245
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 321,
+ "favorited": false,
+ "full_text": "Introducing long form Write via X API v2! \n\nWith all developers having migrated to our new modern V2 API suite, stay tuned for more new releases and functionality.\n\nThis one has been a long time coming —we are excited to add onto this momentum 🚀",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 13,
+ "quoted_status_id_str": "1823480895678165142",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FJyA4KqLbH",
+ "expanded": "https://twitter.com/tapshah21/status/1823480895678165142",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 31,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1823485328927179150"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196420-tweet-1823486147802038661",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823486147802038661",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823486147802038661"
+ ],
+ "editable_until_msecs": "1723591551000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1703",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:25:51 +0000 2024",
+ "conversation_id_str": "1823485328927179150",
+ "display_text_range": [
+ 12,
+ 40
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 0,
+ 11
+ ]
+ }
+ ]
+ },
+ "favorite_count": 26,
+ "favorited": false,
+ "full_text": "@chrisparkX 🗣️ emphasis on more to come!",
+ "in_reply_to_screen_name": "chrisparkX",
+ "in_reply_to_status_id_str": "1823485328927179150",
+ "in_reply_to_user_id_str": "2533341854",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 3,
+ "retweet_count": 3,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1823486147802038661"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1823485328927179150",
+ "1823486147802038661"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759104427196421",
+ "sortIndex": "1842759104427196411",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "who-to-follow-1842759104427196421-user-6253282",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MjUzMjgy",
+ "rest_id": "6253282",
+ "affiliates_highlighted_label": {
+ "label": {
+ "url": {
+ "url": "https://twitter.com/X",
+ "urlType": "DeepLink"
+ },
+ "badge": {
+ "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg"
+ },
+ "description": "X",
+ "userLabelType": "BusinessLabel",
+ "userLabelDisplayType": "Badge"
+ }
+ },
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed May 23 06:01:13 +0000 2007",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Updates about X API changes and service issues.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "developer.x.com",
+ "expanded_url": "https://developer.x.com",
+ "url": "https://t.co/YrfsitXdac",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 4,
+ "followers_count": 5895565,
+ "friends_count": 12,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 12141,
+ "location": "",
+ "media_count": 9,
+ "name": "API",
+ "normal_followers_count": 5895565,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "API",
+ "statuses_count": 3749,
+ "translator_type": "regular",
+ "url": "https://t.co/YrfsitXdac",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABm5WUr/Q0XLcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759104427196421-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": {
+ "following": false,
+ "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": 3482,
+ "followers_count": 4437789,
+ "friends_count": 59,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 16881,
+ "location": "",
+ "media_count": 3014,
+ "name": "Google Maps",
+ "normal_followers_count": 4437789,
+ "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": 144557,
+ "translator_type": "none",
+ "url": "https://t.co/WEaDNM49BF",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABm5WUr/Q0XLcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "who-to-follow-1842759104427196421-user-66780587",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2Njc4MDU4Nw==",
+ "rest_id": "66780587",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Tue Aug 18 19:52:16 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "The official account for Amazon Web Services (#AWS). ☁️\nFor help, please contact: @AWSSupport",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "aws.amazon.com",
+ "expanded_url": "https://aws.amazon.com",
+ "url": "https://t.co/Ig9jO3qmIF",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 11891,
+ "followers_count": 2219157,
+ "friends_count": 463,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 9696,
+ "location": "Seattle, WA",
+ "media_count": 30986,
+ "name": "Amazon Web Services",
+ "normal_followers_count": 2219157,
+ "pinned_tweet_ids_str": [
+ "1820475136325091586"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/66780587/1670264120",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1641476962362302464/K8lb6OtN_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "awscloud",
+ "statuses_count": 41437,
+ "translator_type": "none",
+ "url": "https://t.co/Ig9jO3qmIF",
+ "verified": false,
+ "verified_type": "Business",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1534934528342446080",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 714,
+ "name": "Technology Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "suggest_who_to_follow",
+ "element": "user",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "WhoToFollow",
+ "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
+ "sourceData": "DAABCgABm5WUr/Q0XLcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "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": "DAABCgABm5WUr/Q0XLcKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196422",
+ "sortIndex": "1842759104427196410",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1842759104427196422-tweet-1823485925365588275",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485925365588275",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485925365588275"
+ ],
+ "editable_until_msecs": "1723591497000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "669",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 1,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:24:57 +0000 2024",
+ "conversation_id_str": "1823480895678165142",
+ "display_text_range": [
+ 11,
+ 36
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 0,
+ 10
+ ]
+ }
+ ]
+ },
+ "favorite_count": 17,
+ "favorited": false,
+ "full_text": "@tapshah21 Long form Post API - FTW!",
+ "in_reply_to_screen_name": "tapshah21",
+ "in_reply_to_status_id_str": "1823480895678165142",
+ "in_reply_to_user_id_str": "2347355456",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 1,
+ "retweet_count": 2,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1823485925365588275"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1823480895678165142",
+ "1823485925365588275"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1823485655961211128",
+ "sortIndex": "1842759104427196409",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485655961211128",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485655961211128"
+ ],
+ "editable_until_msecs": "1723591433763",
+ "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 Aug 13 22:23:53 +0000 2024",
+ "conversation_id_str": "1823485655961211128",
+ "display_text_range": [
+ 0,
+ 139
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: Introducing long form Write via X API v2! \n\nWith all developers having migrated to our new modern V2 API suite, stay tuned…",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1823480895678165142",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FJyA4KqLbH",
+ "expanded": "https://twitter.com/tapshah21/status/1823480895678165142",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 0,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1823485655961211128",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485328927179150",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485328927179150"
+ ],
+ "editable_until_msecs": "1723591355000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "128074",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {},
+ "legacy": {
+ "bookmark_count": 29,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:22:35 +0000 2024",
+ "conversation_id_str": "1823485328927179150",
+ "display_text_range": [
+ 0,
+ 245
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 321,
+ "favorited": false,
+ "full_text": "Introducing long form Write via X API v2! \n\nWith all developers having migrated to our new modern V2 API suite, stay tuned for more new releases and functionality.\n\nThis one has been a long time coming —we are excited to add onto this momentum 🚀",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 13,
+ "quoted_status_id_str": "1823480895678165142",
+ "quoted_status_permalink": {
+ "url": "https://t.co/FJyA4KqLbH",
+ "expanded": "https://twitter.com/tapshah21/status/1823480895678165142",
+ "display": "x.com/tapshah21/stat…"
+ },
+ "reply_count": 31,
+ "retweet_count": 27,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1823485328927179150"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196424",
+ "sortIndex": "1842759104427196408",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1842759104427196424-tweet-1823485528114647124",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1823485528114647124",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1823485528114647124"
+ ],
+ "editable_until_msecs": "1723591403000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "218",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Tue Aug 13 22:23:23 +0000 2024",
+ "conversation_id_str": "1823409199923257625",
+ "display_text_range": [
+ 13,
+ 16
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "857699969263964161",
+ "name": "Suhem Parack",
+ "screen_name": "suhemparack",
+ "indices": [
+ 0,
+ 12
+ ]
+ }
+ ]
+ },
+ "favorite_count": 6,
+ "favorited": false,
+ "full_text": "@suhemparack 👋👋👋",
+ "in_reply_to_screen_name": "suhemparack",
+ "in_reply_to_status_id_str": "1823409199923257625",
+ "in_reply_to_user_id_str": "857699969263964161",
+ "is_quote_status": false,
+ "lang": "qme",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1823485528114647124"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1823409199923257625",
+ "1823485528114647124"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196425",
+ "sortIndex": "1842759104427196407",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1842759104427196425-tweet-1820233539465453622",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820233539465453622",
+ "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": {
+ "following": false,
+ "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 𝕏 + xAI | Contributors: @HXMnCK, @LohanSimpson @xUpdatesRadar and @swak_12 I | Hit Follow and sign up for notifications! 🔔",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 53246,
+ "followers_count": 303030,
+ "friends_count": 4594,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1653,
+ "location": "X HQ",
+ "media_count": 4084,
+ "name": "X Daily News",
+ "normal_followers_count": 303030,
+ "pinned_tweet_ids_str": [
+ "1838290628859289811"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "xDaily",
+ "statuses_count": 13626,
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": false,
+ "bitcoin_handle": "3EEsVvM4SzwzU8gLQLBbXpStugYZu4TMBr"
+ },
+ "super_follow_eligible": true
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820233539465453622"
+ ],
+ "editable_until_msecs": "1722816068000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "77938",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819889049458372920",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MDIwNjUzMDQ=",
+ "rest_id": "602065304",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Jun 07 17:50:50 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter account for the National Weather Service Twin Cities, Minnesota. Details: https://t.co/Ou56XBf7km",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 91,
+ 114
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 28395,
+ "followers_count": 117285,
+ "friends_count": 486,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1242,
+ "location": "Chanhassen, MN",
+ "media_count": 21331,
+ "name": "NWS Twin Cities",
+ "normal_followers_count": 117285,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/602065304/1712695984",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/877195412729241600/swkVZ-ek_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NWSTwinCities",
+ "statuses_count": 51029,
+ "translator_type": "none",
+ "url": "https://t.co/Ou56XBf7km",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819889049458372920"
+ ],
+ "editable_until_msecs": "1722733935000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1070627",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 211,
+ "bookmarked": false,
+ "created_at": "Sun Aug 04 00:12:15 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 6428,
+ "favorited": false,
+ "full_text": "X is now limiting automated tweets and as a result this account can no longer post all watches/warnings/advisories as they are issued. We will continue to provide general updates, but ensure that you have multiple means for receiving weather information & alerts.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 285,
+ "reply_count": 196,
+ "retweet_count": 1152,
+ "retweeted": false,
+ "user_id_str": "602065304",
+ "id_str": "1819889049458372920"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 25,
+ "bookmarked": false,
+ "created_at": "Sun Aug 04 23:01:08 +0000 2024",
+ "conversation_id_str": "1820233539465453622",
+ "display_text_range": [
+ 0,
+ 93
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 448,
+ "favorited": false,
+ "full_text": "OPINION: If true, X should reconsider as these accounts bring a lot of value to the platform.",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 5,
+ "quoted_status_id_str": "1819889049458372920",
+ "quoted_status_permalink": {
+ "url": "https://t.co/EHV8ypDhhn",
+ "expanded": "https://twitter.com/NWSTwinCities/status/1819889049458372920",
+ "display": "x.com/NWSTwinCities/…"
+ },
+ "reply_count": 51,
+ "retweet_count": 29,
+ "retweeted": false,
+ "user_id_str": "752567226",
+ "id_str": "1820233539465453622"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196425-tweet-1820252013126459495",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820252013126459495",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820252013126459495"
+ ],
+ "editable_until_msecs": "1722820473000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "630",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820250922473189813",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820250922473189813"
+ ],
+ "editable_until_msecs": "1722820213000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "69310",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4MjAyNTA5MjIzOTc2NTUwNDA=",
+ "text": "👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me directly. Thanks!",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 70,
+ 74
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 256,
+ 268
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 00:10:13 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 15,
+ 289
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 85,
+ 89
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 271,
+ 283
+ ]
+ }
+ ]
+ },
+ "favorite_count": 249,
+ "favorited": false,
+ "full_text": "@NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me",
+ "in_reply_to_screen_name": "NWSTwinCities",
+ "in_reply_to_status_id_str": "1819889049458372920",
+ "in_reply_to_user_id_str": "602065304",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 2,
+ "reply_count": 9,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1820250922473189813"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 00:14:33 +0000 2024",
+ "conversation_id_str": "1820233539465453622",
+ "display_text_range": [
+ 8,
+ 131
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "752567226",
+ "name": "X Daily News",
+ "screen_name": "xDaily",
+ "indices": [
+ 0,
+ 7
+ ]
+ }
+ ]
+ },
+ "favorite_count": 8,
+ "favorited": false,
+ "full_text": "@xDaily Placing this here as well. This is a one-off and the team is waiting for their dev account confirmation to help reconfigure",
+ "in_reply_to_screen_name": "xDaily",
+ "in_reply_to_status_id_str": "1820233539465453622",
+ "in_reply_to_user_id_str": "752567226",
+ "is_quote_status": true,
+ "lang": "en",
+ "quote_count": 0,
+ "quoted_status_id_str": "1820250922473189813",
+ "quoted_status_permalink": {
+ "url": "https://t.co/PY59Jy07Xd",
+ "expanded": "https://twitter.com/chrisparkX/status/1820250922473189813",
+ "display": "x.com/chrisparkX/sta…"
+ },
+ "reply_count": 3,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1820252013126459495"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196425-tweet-1820266230143402299",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820266230143402299",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820266230143402299"
+ ],
+ "editable_until_msecs": "1722823862000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "494",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "quoted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820265633939849376",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820265633939849376"
+ ],
+ "editable_until_msecs": "1722823720000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5828",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 01:08:40 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 32,
+ 172
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 0,
+ 11
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 12,
+ 26
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 27,
+ 31
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 32,
+ 46
+ ]
+ }
+ ]
+ },
+ "favorite_count": 107,
+ "favorited": false,
+ "full_text": "@chrisparkX @NWSTwinCities @NWS @NWSTwinCities We are waiting for your DM confirmations but we have proactively reconfigured your access. We're always a DM or email away! 🤍",
+ "in_reply_to_screen_name": "chrisparkX",
+ "in_reply_to_status_id_str": "1820250922473189813",
+ "in_reply_to_user_id_str": "2533341854",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1820265633939849376"
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 01:11:02 +0000 2024",
+ "conversation_id_str": "1820233539465453622",
+ "display_text_range": [
+ 20,
+ 43
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/XDevelopers/st…",
+ "expanded_url": "https://x.com/XDevelopers/status/1820265633939849376",
+ "url": "https://t.co/InkGdCVILK",
+ "indices": [
+ 20,
+ 43
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 0,
+ 11
+ ]
+ },
+ {
+ "id_str": "752567226",
+ "name": "X Daily News",
+ "screen_name": "xDaily",
+ "indices": [
+ 12,
+ 19
+ ]
+ }
+ ]
+ },
+ "favorite_count": 4,
+ "favorited": false,
+ "full_text": "@chrisparkX @xDaily https://t.co/InkGdCVILK",
+ "in_reply_to_screen_name": "chrisparkX",
+ "in_reply_to_status_id_str": "1820252013126459495",
+ "in_reply_to_user_id_str": "2533341854",
+ "is_quote_status": true,
+ "lang": "qme",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "quoted_status_id_str": "1820265633939849376",
+ "quoted_status_permalink": {
+ "url": "https://t.co/InkGdCVILK",
+ "expanded": "https://x.com/XDevelopers/status/1820265633939849376",
+ "display": "x.com/XDevelopers/st…"
+ },
+ "reply_count": 0,
+ "retweet_count": 0,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1820266230143402299"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1820233539465453622",
+ "1820252013126459495",
+ "1820266230143402299"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196426",
+ "sortIndex": "1842759104427196406",
+ "content": {
+ "entryType": "TimelineTimelineModule",
+ "__typename": "TimelineTimelineModule",
+ "items": [
+ {
+ "entryId": "profile-conversation-1842759104427196426-tweet-1819889049458372920",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819889049458372920",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo2MDIwNjUzMDQ=",
+ "rest_id": "602065304",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": false,
+ "profile_image_shape": "Square",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Jun 07 17:50:50 +0000 2012",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Official Twitter account for the National Weather Service Twin Cities, Minnesota. Details: https://t.co/Ou56XBf7km",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 91,
+ 114
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "weather.gov/twincities",
+ "expanded_url": "http://weather.gov/twincities",
+ "url": "https://t.co/Ou56XBf7km",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 28395,
+ "followers_count": 117285,
+ "friends_count": 486,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1242,
+ "location": "Chanhassen, MN",
+ "media_count": 21331,
+ "name": "NWS Twin Cities",
+ "normal_followers_count": 117285,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/602065304/1712695984",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/877195412729241600/swkVZ-ek_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "NWSTwinCities",
+ "statuses_count": 51029,
+ "translator_type": "none",
+ "url": "https://t.co/Ou56XBf7km",
+ "verified": false,
+ "verified_type": "Government",
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819889049458372920"
+ ],
+ "editable_until_msecs": "1722733935000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "1070627",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 211,
+ "bookmarked": false,
+ "created_at": "Sun Aug 04 00:12:15 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 0,
+ 267
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": []
+ },
+ "favorite_count": 6428,
+ "favorited": false,
+ "full_text": "X is now limiting automated tweets and as a result this account can no longer post all watches/warnings/advisories as they are issued. We will continue to provide general updates, but ensure that you have multiple means for receiving weather information & alerts.",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 285,
+ "reply_count": 196,
+ "retweet_count": 1152,
+ "retweeted": false,
+ "user_id_str": "602065304",
+ "id_str": "1819889049458372920"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196426-tweet-1820250922473189813",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820250922473189813",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820250922473189813"
+ ],
+ "editable_until_msecs": "1722820213000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "69310",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4MjAyNTA5MjIzOTc2NTUwNDA=",
+ "text": "👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me directly. Thanks!",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 70,
+ 74
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 256,
+ 268
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 00:10:13 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 15,
+ 289
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 85,
+ 89
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 271,
+ 283
+ ]
+ }
+ ]
+ },
+ "favorite_count": 249,
+ "favorited": false,
+ "full_text": "@NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me",
+ "in_reply_to_screen_name": "NWSTwinCities",
+ "in_reply_to_status_id_str": "1819889049458372920",
+ "in_reply_to_user_id_str": "602065304",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 2,
+ "reply_count": 9,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1820250922473189813"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "profile-conversation-1842759104427196426-tweet-1820265633939849376",
+ "item": {
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820265633939849376",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820265633939849376"
+ ],
+ "editable_until_msecs": "1722823720000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5828",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 4,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 01:08:40 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 32,
+ 172
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 0,
+ 11
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 12,
+ 26
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 27,
+ 31
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 32,
+ 46
+ ]
+ }
+ ]
+ },
+ "favorite_count": 107,
+ "favorited": false,
+ "full_text": "@chrisparkX @NWSTwinCities @NWS @NWSTwinCities We are waiting for your DM confirmations but we have proactively reconfigured your access. We're always a DM or email away! 🤍",
+ "in_reply_to_screen_name": "chrisparkX",
+ "in_reply_to_status_id_str": "1820250922473189813",
+ "in_reply_to_user_id_str": "2533341854",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 1,
+ "reply_count": 3,
+ "retweet_count": 5,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1820265633939849376"
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ }
+ ],
+ "metadata": {
+ "conversationMetadata": {
+ "allTweetIds": [
+ "1819889049458372920",
+ "1820250922473189813",
+ "1820265633939849376"
+ ],
+ "enableDeduplication": true
+ }
+ },
+ "displayType": "VerticalConversation",
+ "clientEventInfo": {
+ "component": "suggest_ranked_organic_tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1820263860521021627",
+ "sortIndex": "1842759104427196405",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820263860521021627",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820263860521021627"
+ ],
+ "editable_until_msecs": "1722823297872",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "5",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 01:01:37 +0000 2024",
+ "conversation_id_str": "1820263860521021627",
+ "display_text_range": [
+ 0,
+ 140
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "2533341854",
+ "name": "Chris Park",
+ "screen_name": "chrisparkX",
+ "indices": [
+ 3,
+ 14
+ ]
+ },
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 16,
+ 30
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 101,
+ 105
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @chrisparkX: @NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of o…",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1820263860521021627",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1820250922473189813",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyNTMzMzQxODU0",
+ "rest_id": "2533341854",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Thu May 29 20:24:26 +0000 2014",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "𝕏 | @X @API @XDevelopers",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 19381,
+ "followers_count": 4898,
+ "friends_count": 1117,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 76,
+ "location": "New York, NY",
+ "media_count": 175,
+ "name": "Chris Park",
+ "normal_followers_count": 4898,
+ "pinned_tweet_ids_str": [
+ "1781749377843048698"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/2533341854/1638372155",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770195415729569792/wUEX1LCO_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "chrisparkX",
+ "statuses_count": 1083,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1820250922473189813"
+ ],
+ "editable_until_msecs": "1722820213000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "69310",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter for iPhone",
+ "note_tweet": {
+ "is_expandable": true,
+ "note_tweet_results": {
+ "result": {
+ "id": "Tm90ZVR3ZWV0OjE4MjAyNTA5MjIzOTc2NTUwNDA=",
+ "text": "👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me directly. Thanks!",
+ "entity_set": {
+ "hashtags": [],
+ "symbols": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 70,
+ 74
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 256,
+ 268
+ ]
+ }
+ ]
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 9,
+ "bookmarked": false,
+ "created_at": "Mon Aug 05 00:10:13 +0000 2024",
+ "conversation_id_str": "1819889049458372920",
+ "display_text_range": [
+ 15,
+ 289
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [],
+ "user_mentions": [
+ {
+ "id_str": "602065304",
+ "name": "NWS Twin Cities",
+ "screen_name": "NWSTwinCities",
+ "indices": [
+ 0,
+ 14
+ ]
+ },
+ {
+ "id_str": "454313925",
+ "name": "National Weather Service",
+ "screen_name": "NWS",
+ "indices": [
+ 85,
+ 89
+ ]
+ },
+ {
+ "id_str": "2244994945",
+ "name": "Developers",
+ "screen_name": "XDevelopers",
+ "indices": [
+ 271,
+ 283
+ ]
+ }
+ ]
+ },
+ "favorite_count": 249,
+ "favorited": false,
+ "full_text": "@NWSTwinCities 👋 please check your DMs. We’ve helped many NWS accounts even the main @NWS account, alongside thousands of other public utility and emergency apps. As another reminder, API access will remain without cost to these use cases and you can always reach out to @XDevelopers or me",
+ "in_reply_to_screen_name": "NWSTwinCities",
+ "in_reply_to_status_id_str": "1819889049458372920",
+ "in_reply_to_user_id_str": "602065304",
+ "is_quote_status": false,
+ "lang": "en",
+ "quote_count": 2,
+ "reply_count": 9,
+ "retweet_count": 16,
+ "retweeted": false,
+ "user_id_str": "2533341854",
+ "id_str": "1820250922473189813"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
+ {
+ "entryId": "tweet-1819480060740374818",
+ "sortIndex": "1842759104427196404",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineTweet",
+ "__typename": "TimelineTweet",
+ "tweet_results": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819480060740374818",
+ "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": {
+ "following": false,
+ "can_dm": true,
+ "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.x.com",
+ "expanded_url": "https://developer.x.com/",
+ "url": "https://t.co/O13IfbuPqq",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2717,
+ "location": "127.0.0.1",
+ "media_count": 820,
+ "name": "Developers",
+ "normal_followers_count": 660094,
+ "pinned_tweet_ids_str": [
+ "1770153912013615285"
+ ],
+ "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": 4054,
+ "translator_type": "regular",
+ "url": "https://t.co/O13IfbuPqq",
+ "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"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819480060740374818"
+ ],
+ "editable_until_msecs": "1722636425442",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "8",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "legacy": {
+ "bookmark_count": 0,
+ "bookmarked": false,
+ "created_at": "Fri Aug 02 21:07:05 +0000 2024",
+ "conversation_id_str": "1819480060740374818",
+ "display_text_range": [
+ 0,
+ 38
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1819…",
+ "expanded_url": "http://x.com/i/article/1819465171011514368",
+ "url": "https://t.co/qgct8lPcCy",
+ "indices": [
+ 15,
+ 38
+ ]
+ }
+ ],
+ "user_mentions": [
+ {
+ "id_str": "2347355456",
+ "name": "Tapan Shah",
+ "screen_name": "tapshah21",
+ "indices": [
+ 3,
+ 13
+ ]
+ }
+ ]
+ },
+ "favorite_count": 0,
+ "favorited": false,
+ "full_text": "RT @tapshah21: https://t.co/qgct8lPcCy",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 0,
+ "reply_count": 0,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "2244994945",
+ "id_str": "1819480060740374818",
+ "retweeted_status_result": {
+ "result": {
+ "__typename": "Tweet",
+ "rest_id": "1819477199537557669",
+ "core": {
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoyMzQ3MzU1NDU2",
+ "rest_id": "2347355456",
+ "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": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Sun Feb 16 19:45:39 +0000 2014",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Engineer",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 15,
+ "location": "",
+ "media_count": 15,
+ "name": "Tapan Shah",
+ "normal_followers_count": 528,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "tapshah21",
+ "statuses_count": 189,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ }
+ },
+ "unmention_data": {},
+ "edit_control": {
+ "edit_tweet_ids": [
+ "1819477199537557669"
+ ],
+ "editable_until_msecs": "1722635743000",
+ "is_edit_eligible": false,
+ "edits_remaining": "5"
+ },
+ "is_translatable": false,
+ "views": {
+ "count": "56047",
+ "state": "EnabledWithCount"
+ },
+ "source": "Twitter Web App",
+ "article": {
+ "article_results": {
+ "result": {
+ "rest_id": "1819465171011514368",
+ "id": "QXJ0aWNsZUVudGl0eToxODE5NDY1MTcxMDExNTE0MzY4",
+ "title": "Fetch user's affiliation details using V2 APIs",
+ "preview_text": "X's v2 APIs now supports showing details about a user's affiliation.\nFor example, here's a sample request to pull affiliation details for the authenticated user of an app using the GET /2/users/me",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGUAOXDJWIAAKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1819470038601965568",
+ "media_id": "1819470038601965568",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 410,
+ "original_img_width": 1024,
+ "original_img_url": "https://pbs.twimg.com/media/GUAOXDJWIAAi7ZF.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 57.44,
+ "rgb": {
+ "blue": 105,
+ "green": 88,
+ "red": 45
+ }
+ },
+ {
+ "percentage": 22.47,
+ "rgb": {
+ "blue": 200,
+ "green": 204,
+ "red": 196
+ }
+ },
+ {
+ "percentage": 8.56,
+ "rgb": {
+ "blue": 129,
+ "green": 129,
+ "red": 116
+ }
+ },
+ {
+ "percentage": 5.48,
+ "rgb": {
+ "blue": 166,
+ "green": 140,
+ "red": 81
+ }
+ },
+ {
+ "percentage": 2.96,
+ "rgb": {
+ "blue": 42,
+ "green": 26,
+ "red": 7
+ }
+ }
+ ]
+ }
+ }
+ },
+ "lifecycle_state": {
+ "modified_at_secs": 1722632143
+ },
+ "metadata": {
+ "first_published_at_secs": 1722632143
+ }
+ }
+ }
+ },
+ "legacy": {
+ "bookmark_count": 19,
+ "bookmarked": false,
+ "created_at": "Fri Aug 02 20:55:43 +0000 2024",
+ "conversation_id_str": "1819477199537557669",
+ "display_text_range": [
+ 0,
+ 23
+ ],
+ "entities": {
+ "hashtags": [],
+ "symbols": [],
+ "timestamps": [],
+ "urls": [
+ {
+ "display_url": "x.com/i/article/1819…",
+ "expanded_url": "http://x.com/i/article/1819465171011514368",
+ "url": "https://t.co/qgct8lPcCy",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ],
+ "user_mentions": []
+ },
+ "favorite_count": 120,
+ "favorited": false,
+ "full_text": "https://t.co/qgct8lPcCy",
+ "is_quote_status": false,
+ "lang": "zxx",
+ "possibly_sensitive": false,
+ "possibly_sensitive_editable": true,
+ "quote_count": 1,
+ "reply_count": 10,
+ "retweet_count": 25,
+ "retweeted": false,
+ "user_id_str": "2347355456",
+ "id_str": "1819477199537557669"
+ }
+ }
+ }
+ }
+ }
+ },
+ "tweetDisplayType": "Tweet"
+ },
+ "clientEventInfo": {
+ "component": "tweet",
+ "element": "tweet",
+ "details": {
+ "timelinesDetails": {
+ "injectionType": "RankedOrganicTweet",
+ "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
+ }
+ }
+ }
+ }
+ },
{
"entryId": "tweet-1802792081951244715",
- "sortIndex": "1807077672547778559",
+ "sortIndex": "1842759104427196403",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -441,6 +5550,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -466,16 +5576,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -484,7 +5594,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -518,7 +5628,7 @@
},
"is_translatable": false,
"views": {
- "count": "183",
+ "count": "208",
"state": "EnabledWithCount"
},
"source": "Twitter for Android",
@@ -567,7 +5677,7 @@
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 17,
+ "retweet_count": 32,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1802792081951244715",
@@ -599,40 +5709,43 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Sun Feb 16 19:45:39 +0000 2014",
"default_profile": true,
"default_profile_image": false,
- "description": "",
+ "description": "Engineer",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 927,
- "followers_count": 179,
- "friends_count": 124,
+ "favourites_count": 1030,
+ "followers_count": 528,
+ "friends_count": 135,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4,
+ "listed_count": 15,
"location": "",
- "media_count": 16,
+ "media_count": 15,
"name": "Tapan Shah",
- "normal_followers_count": 179,
+ "normal_followers_count": 528,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1218374938081423360/1_vIFGMS_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "tapshah21",
- "statuses_count": 136,
+ "statuses_count": 189,
"translator_type": "none",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "tipjar_settings": {}
+ "tipjar_settings": {
+ "is_enabled": false
+ }
}
}
},
@@ -647,7 +5760,7 @@
},
"is_translatable": false,
"views": {
- "count": "16230",
+ "count": "82700",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -658,8 +5771,63 @@
"id": "QXJ0aWNsZUVudGl0eToxODAyNzY3OTI3ODQzNjU1Njgw",
"title": "Fetch profile Image and Cover picture URL via X V2 API",
"preview_text": "This can be accomplished via the v2 /2/users/{id} endpoint by requesting a newly added user field \"profile_banner_url\" as well as the existing user field \"profile_image_url\".\nFor example, here's the",
+ "cover_media": {
+ "id": "QXBpTWVkaWE6DAAFCgABGTXRNBuXoAAKAAIAAAAAi+nNQAAA",
+ "media_key": "3_1816588046445289472",
+ "media_id": "1816588046445289472",
+ "media_info": {
+ "__typename": "ApiImage",
+ "original_img_height": 499,
+ "original_img_width": 1248,
+ "original_img_url": "https://pbs.twimg.com/media/GTXRNBuXoAAhI_D.jpg",
+ "color_info": {
+ "palette": [
+ {
+ "percentage": 39.61,
+ "rgb": {
+ "blue": 212,
+ "green": 213,
+ "red": 211
+ }
+ },
+ {
+ "percentage": 20.39,
+ "rgb": {
+ "blue": 36,
+ "green": 124,
+ "red": 218
+ }
+ },
+ {
+ "percentage": 15.38,
+ "rgb": {
+ "blue": 75,
+ "green": 52,
+ "red": 29
+ }
+ },
+ {
+ "percentage": 10.25,
+ "rgb": {
+ "blue": 13,
+ "green": 43,
+ "red": 100
+ }
+ },
+ {
+ "percentage": 2.02,
+ "rgb": {
+ "blue": 22,
+ "green": 110,
+ "red": 224
+ }
+ }
+ ]
+ }
+ }
+ },
"lifecycle_state": {
- "modified_at_secs": 1718648679
+ "modified_at_secs": 1721943321
},
"metadata": {
"first_published_at_secs": 1718648679
@@ -668,7 +5836,7 @@
}
},
"legacy": {
- "bookmark_count": 10,
+ "bookmark_count": 12,
"bookmarked": false,
"created_at": "Mon Jun 17 18:24:39 +0000 2024",
"conversation_id_str": "1802769341156331731",
@@ -693,7 +5861,7 @@
],
"user_mentions": []
},
- "favorite_count": 55,
+ "favorite_count": 116,
"favorited": false,
"full_text": "https://t.co/YVDajqxWID",
"is_quote_status": false,
@@ -701,8 +5869,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 0,
- "reply_count": 4,
- "retweet_count": 17,
+ "reply_count": 11,
+ "retweet_count": 32,
"retweeted": false,
"user_id_str": "2347355456",
"id_str": "1802769341156331731"
@@ -728,7 +5896,7 @@
},
{
"entryId": "tweet-1800675411086409765",
- "sortIndex": "1807077672547778558",
+ "sortIndex": "1842759104427196402",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -763,6 +5931,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -788,16 +5957,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -806,7 +5975,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -843,7 +6012,7 @@
{
"key": "domain",
"value": {
- "string_value": "twitter.com",
+ "string_value": "x.com",
"type": "STRING"
}
},
@@ -851,7 +6020,7 @@
"key": "vanity_url",
"value": {
"scribe_key": "vanity_url",
- "string_value": "twitter.com",
+ "string_value": "x.com",
"type": "STRING"
}
},
@@ -898,7 +6067,7 @@
},
"is_translatable": false,
"views": {
- "count": "78251",
+ "count": "142891",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -970,6 +6139,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": true,
"created_at": "Sat Jun 16 00:14:36 +0000 2007",
@@ -982,23 +6152,23 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 271,
- "followers_count": 1404438,
- "friends_count": 6,
+ "favourites_count": 284,
+ "followers_count": 1407066,
+ "friends_count": 4,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 4916,
+ "listed_count": 4943,
"location": "San Francisco",
- "media_count": 67,
+ "media_count": 68,
"name": "Engineering",
- "normal_followers_count": 1404438,
+ "normal_followers_count": 1407066,
"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": 981,
+ "statuses_count": 954,
"translator_type": "regular",
"verified": false,
"verified_type": "Business",
@@ -1020,7 +6190,7 @@
},
"is_translatable": false,
"views": {
- "count": "227543279",
+ "count": "229636040",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -1040,7 +6210,7 @@
}
},
"legacy": {
- "bookmark_count": 10414,
+ "bookmark_count": 9739,
"bookmarked": false,
"created_at": "Tue Jun 11 21:01:03 +0000 2024",
"conversation_id_str": "1800634371906380067",
@@ -1055,14 +6225,14 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 66878,
+ "favorite_count": 65390,
"favorited": false,
"full_text": "This week we’re making Likes private for everyone to better protect your privacy.\n\n– You will still be able to see posts you have liked (but others cannot).\n\n– Like count and other metrics for your own posts will still show up under notifications.\n\n– You will no longer see who",
"is_quote_status": false,
"lang": "en",
- "quote_count": 42133,
- "reply_count": 16496,
- "retweet_count": 10566,
+ "quote_count": 42143,
+ "reply_count": 16202,
+ "retweet_count": 10228,
"retweeted": false,
"user_id_str": "6844292",
"id_str": "1800634371906380067"
@@ -1070,7 +6240,7 @@
}
},
"legacy": {
- "bookmark_count": 19,
+ "bookmark_count": 20,
"bookmarked": false,
"created_at": "Tue Jun 11 23:44:07 +0000 2024",
"conversation_id_str": "1800675411086409765",
@@ -1095,22 +6265,22 @@
],
"user_mentions": []
},
- "favorite_count": 273,
+ "favorite_count": 344,
"favorited": false,
"full_text": "Private Likes - API Update 📢\n\nAs part of the likes change on X native platform, X API will mirror https://t.co/IQkNUgCflf. Thus, 'Likes Lookup' will now be private in the API as well. Owned 'Likes Lookup' will be available for authenticated users only.\n\nLearn more about it in",
"is_quote_status": true,
"lang": "en",
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
- "quote_count": 17,
+ "quote_count": 21,
"quoted_status_id_str": "1800634371906380067",
"quoted_status_permalink": {
"url": "https://t.co/QbgtSZrb1r",
"expanded": "https://twitter.com/XEng/status/1800634371906380067",
"display": "x.com/XEng/status/18…"
},
- "reply_count": 45,
- "retweet_count": 65,
+ "reply_count": 69,
+ "retweet_count": 67,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1800675411086409765"
@@ -1131,663 +6301,9 @@
}
}
},
- {
- "entryId": "tweet-1793363572166164968",
- "sortIndex": "1807077672547778557",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1793363572166164968",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1793363572166164968"
- ],
- "editable_until_msecs": "1716409769345",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "7",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Wed May 22 19:29:29 +0000 2024",
- "conversation_id_str": "1793363572166164968",
- "display_text_range": [
- 0,
- 139
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: Just another reminder. If you have an account that publishes updates to X like transportation, weather-related etc please…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 37,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1793363572166164968",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1793359653960589327",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1793359653960589327"
- ],
- "editable_until_msecs": "1716408835000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "53615",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 19,
- "bookmarked": false,
- "created_at": "Wed May 22 19:13:55 +0000 2024",
- "conversation_id_str": "1793359653960589327",
- "display_text_range": [
- 0,
- 234
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/06awmeot5e",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
- "id_str": "1790468718994325505",
- "indices": [
- 211,
- 234
- ],
- "media_key": "13_1790468718994325505",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1790468718994325505/img/Nc5gTKwsKFX6lIdY.jpg",
- "source_status_id_str": "1790469789615280329",
- "source_user_id_str": "1389913567671975937",
- "type": "video",
- "url": "https://t.co/06AWmEot5e",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzg5OTEzNTY3NjcxOTc1OTM3",
- "rest_id": "1389913567671975937",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/MyDogeOfficial",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
- },
- "description": "MyDoge",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Wed May 05 12:03:43 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "UX/UI & Graphic Designer at Dogecoin & MyDoge Inc./ 𝕏 Creator",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "MyDoge.com",
- "expanded_url": "http://MyDoge.com",
- "url": "https://t.co/E0fsFaNdeI",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2115,
- "location": "Dogecoin.com",
- "media_count": 15675,
- "name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "cb_doge",
- "statuses_count": 32536,
- "translator_type": "none",
- "url": "https://t.co/E0fsFaNdeI",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1463329767675944960",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 886,
- "w": 1558,
- "resize": "fit"
- },
- "medium": {
- "h": 682,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 387,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 886,
- "width": 1558,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 779,
- 443
- ],
- "duration_millis": 1382350,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/474x270/PO9NNh51rJgdd96M.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/632x360/Xup8UZ2ibLPtvK52.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/1266x720/qE1gOprWux8SQedy.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1790468718994325505"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 133,
- 145
- ]
- }
- ]
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/06AWmEot5e",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
- "id_str": "1790468718994325505",
- "indices": [
- 211,
- 234
- ],
- "media_key": "13_1790468718994325505",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1790468718994325505/img/Nc5gTKwsKFX6lIdY.jpg",
- "source_status_id_str": "1790469789615280329",
- "source_user_id_str": "1389913567671975937",
- "type": "video",
- "url": "https://t.co/06AWmEot5e",
- "additional_media_info": {
- "monetizable": false,
- "source_user": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzg5OTEzNTY3NjcxOTc1OTM3",
- "rest_id": "1389913567671975937",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/MyDogeOfficial",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1656530956801523719/SC7nEKMa_bigger.png"
- },
- "description": "MyDoge",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Wed May 05 12:03:43 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "UX/UI & Graphic Designer at Dogecoin & MyDoge Inc./ 𝕏 Creator",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "MyDoge.com",
- "expanded_url": "http://MyDoge.com",
- "url": "https://t.co/E0fsFaNdeI",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2115,
- "location": "Dogecoin.com",
- "media_count": 15675,
- "name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "cb_doge",
- "statuses_count": 32536,
- "translator_type": "none",
- "url": "https://t.co/E0fsFaNdeI",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1463329767675944960",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- }
- },
- "ext_media_availability": {
- "status": "Available"
- },
- "sizes": {
- "large": {
- "h": 886,
- "w": 1558,
- "resize": "fit"
- },
- "medium": {
- "h": 682,
- "w": 1200,
- "resize": "fit"
- },
- "small": {
- "h": 387,
- "w": 680,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 886,
- "width": 1558,
- "focus_rects": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 779,
- 443
- ],
- "duration_millis": 1382350,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/474x270/PO9NNh51rJgdd96M.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/632x360/Xup8UZ2ibLPtvK52.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/vid/avc1/1266x720/qE1gOprWux8SQedy.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1790468718994325505"
- }
- }
- }
- ]
- },
- "favorite_count": 171,
- "favorited": false,
- "full_text": "Just another reminder. If you have an account that publishes updates to X like transportation, weather-related etc please migrate to @XDevelopers X API v2 and please DM if you need any assistance with migration https://t.co/06AWmEot5e",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 20,
- "retweet_count": 37,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1793359653960589327"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
{
"entryId": "tweet-1790733051460518129",
- "sortIndex": "1807077672547778556",
+ "sortIndex": "1842759104427196401",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -1822,6 +6338,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -1847,16 +6364,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -1865,7 +6382,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -1899,7 +6416,7 @@
},
"is_translatable": false,
"views": {
- "count": "5",
+ "count": "9",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -1936,7 +6453,7 @@
"lang": "en",
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 85,
+ "retweet_count": 84,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790733051460518129",
@@ -1968,6 +6485,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
"created_at": "Wed May 05 12:03:43 +0000 2021",
@@ -1993,23 +6511,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 83285,
- "followers_count": 656166,
- "friends_count": 999,
+ "favourites_count": 91664,
+ "followers_count": 885735,
+ "friends_count": 963,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2115,
+ "listed_count": 3027,
"location": "Dogecoin.com",
- "media_count": 15675,
+ "media_count": 18864,
"name": "DogeDesigner",
- "normal_followers_count": 656166,
- "pinned_tweet_ids_str": [],
+ "normal_followers_count": 885735,
+ "pinned_tweet_ids_str": [
+ "1821687464974860662"
+ ],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/1389913567671975937/1711058670",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1498070100393754625/C2V-fbll_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "cb_doge",
- "statuses_count": 32536,
+ "statuses_count": 37767,
"translator_type": "none",
"url": "https://t.co/E0fsFaNdeI",
"verified": false,
@@ -2037,12 +6557,12 @@
},
"is_translatable": false,
"views": {
- "count": "77251",
+ "count": "125379",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
- "bookmark_count": 54,
+ "bookmark_count": 52,
"bookmarked": false,
"created_at": "Tue May 14 19:50:37 +0000 2024",
"conversation_id_str": "1790469789615280329",
@@ -2054,8 +6574,8 @@
"hashtags": [],
"media": [
{
- "display_url": "pic.x.com/geaekz6abc",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
+ "display_url": "pic.x.com/geaEkZ6abc",
+ "expanded_url": "https://x.com/cb_doge/status/1790469789615280329/video/1",
"id_str": "1790468718994325505",
"indices": [
257,
@@ -2110,7 +6630,7 @@
"variants": [
{
"content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14&v=df3"
},
{
"bitrate": 288000,
@@ -2163,8 +6683,8 @@
"extended_entities": {
"media": [
{
- "display_url": "pic.twitter.com/geaEkZ6abc",
- "expanded_url": "https://twitter.com/cb_doge/status/1790469789615280329/video/1",
+ "display_url": "pic.x.com/geaEkZ6abc",
+ "expanded_url": "https://x.com/cb_doge/status/1790469789615280329/video/1",
"id_str": "1790468718994325505",
"indices": [
257,
@@ -2219,7 +6739,7 @@
"variants": [
{
"content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14"
+ "url": "https://video.twimg.com/amplify_video/1790468718994325505/pl/YpXt8cGubjHsDRib.m3u8?tag=14&v=df3"
},
{
"bitrate": 288000,
@@ -2246,7 +6766,7 @@
}
]
},
- "favorite_count": 321,
+ "favorite_count": 327,
"favorited": false,
"full_text": "Important Update on 𝕏 API\n\nAll apps providing emergency updates, such as transportation, weather services etc can access the 𝕏 API for free. They simply need to update to 𝕏 API v2.\n\nHere's a complete tutorial on how to update. via @XDevelopers @suhemparack https://t.co/geaEkZ6abc",
"is_quote_status": false,
@@ -2254,8 +6774,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 8,
- "reply_count": 76,
- "retweet_count": 85,
+ "reply_count": 77,
+ "retweet_count": 84,
"retweeted": false,
"user_id_str": "1389913567671975937",
"id_str": "1790469789615280329"
@@ -2280,323 +6800,14 @@
}
},
{
- "entryId": "who-to-follow-1807077672547778565",
- "sortIndex": "1807077672547778555",
+ "entryId": "profile-conversation-1842759104427196432",
+ "sortIndex": "1842759104427196400",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "who-to-follow-1807077672547778565-user-6253282",
- "item": {
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo2MjUzMjgy",
- "rest_id": "6253282",
- "affiliates_highlighted_label": {
- "label": {
- "url": {
- "url": "https://twitter.com/X",
- "urlType": "DeepLink"
- },
- "badge": {
- "url": "https://pbs.twimg.com/profile_images/1683899100922511378/5lY42eHs_bigger.jpg"
- },
- "description": "X",
- "userLabelType": "BusinessLabel",
- "userLabelDisplayType": "Badge"
- }
- },
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Square",
- "legacy": {
- "can_dm": false,
- "can_media_tag": true,
- "created_at": "Wed May 23 06:01:13 +0000 2007",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Updates about X API changes and service issues.",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/YrfsitXdac",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4,
- "followers_count": 5910905,
- "friends_count": 11,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 12194,
- "location": "",
- "media_count": 9,
- "name": "API",
- "normal_followers_count": 5910905,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/6253282/1690212094",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1683497657388392455/yW7azZHt_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "API",
- "statuses_count": 3749,
- "translator_type": "regular",
- "url": "https://t.co/YrfsitXdac",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABXUWTyptblUQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1807077672547778565-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": 3467,
- "followers_count": 4416514,
- "friends_count": 59,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 16967,
- "location": "",
- "media_count": 2999,
- "name": "Google Maps",
- "normal_followers_count": 4416514,
- "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": 142730,
- "translator_type": "none",
- "url": "https://t.co/WEaDNM49BF",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABXUWTyptblUQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "who-to-follow-1807077672547778565-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, no ads in For You, custom navigation, 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": 449,
- "followers_count": 830177,
- "friends_count": 1,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1348,
- "location": "",
- "media_count": 47,
- "name": "Premium",
- "normal_followers_count": 830177,
- "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": 1197,
- "translator_type": "none",
- "url": "https://t.co/zJi0ZdXW63",
- "verified": false,
- "verified_type": "Business",
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "suggest_who_to_follow",
- "element": "user",
- "details": {
- "timelinesDetails": {
- "injectionType": "WhoToFollow",
- "controllerData": "DAACDAACDAABCgABAAAAAAAAAAgAAAAA",
- "sourceData": "DAABCgABXUWTyptblUQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "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": "DAABCgABXUWTyptblUQKAAIAAAAAAAAAAAAIAAIAAACDCAADAAAAAgwABQwAAgwAAgwAAQoAAQAAAAAAAAAIAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778566",
- "sortIndex": "1807077672547778554",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778566-tweet-1790444028213023181",
+ "entryId": "profile-conversation-1842759104427196432-tweet-1790444028213023181",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -2612,30 +6823,18 @@
"__typename": "User",
"id": "VXNlcjoyNTU5NzA3OQ==",
"rest_id": "25597079",
- "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"
- }
- },
+ "affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": false,
+ "following": false,
+ "can_dm": true,
"can_media_tag": false,
"created_at": "Fri Mar 20 23:17:58 +0000 2009",
"default_profile": false,
"default_profile_image": false,
- "description": "Product Ops for 𝕏 Media Eng | @Live @XSpaces | Posts about work & 🐕🐟 🌉 🚲 🎮 ⛳️ | US Army Vet (68K)",
+ "description": "technical launch manager @netflix live | formerly @x media eng live ops & @usarmy medical lab tech | 🐕 🚲 🏌️♀️ 🏂 🌉",
"entities": {
"description": {
"urls": []
@@ -2643,9 +6842,9 @@
"url": {
"urls": [
{
- "display_url": "bit.ly/m/seemouserun",
- "expanded_url": "https://bit.ly/m/seemouserun",
- "url": "https://t.co/3PEZ1sImWk",
+ "display_url": "melissamerencillo.com",
+ "expanded_url": "http://melissamerencillo.com",
+ "url": "https://t.co/S7L0eiDzqW",
"indices": [
0,
23
@@ -2655,25 +6854,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 15577,
- "followers_count": 6135,
- "friends_count": 2636,
+ "favourites_count": 16233,
+ "followers_count": 6249,
+ "friends_count": 2685,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 103,
- "location": "X HQ",
- "media_count": 3913,
+ "listed_count": 98,
+ "location": "🌉 ",
+ "media_count": 4039,
"name": "Melissa Merencillo",
- "normal_followers_count": 6135,
+ "normal_followers_count": 6249,
"pinned_tweet_ids_str": [],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/25597079/1707926492",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1707285534710833152/dSGkKMWF_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "seeMOUSErun",
- "statuses_count": 18323,
+ "statuses_count": 18729,
"translator_type": "regular",
- "url": "https://t.co/3PEZ1sImWk",
+ "url": "https://t.co/S7L0eiDzqW",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
@@ -2687,7 +6886,8 @@
"is_enabled": true,
"cash_app_handle": "seeMOUSErun",
"venmo_handle": ""
- }
+ },
+ "super_follow_eligible": true
}
}
},
@@ -2702,7 +6902,7 @@
},
"is_translatable": false,
"views": {
- "count": "1367",
+ "count": "1570",
"state": "EnabledWithCount"
},
"source": "Twitter Web App",
@@ -2734,6 +6934,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -2759,16 +6960,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -2777,7 +6978,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -2870,7 +7071,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -2895,7 +7096,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -2920,7 +7121,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -2945,7 +7146,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -3021,7 +7222,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -3064,6 +7265,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3089,16 +7291,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3107,7 +7309,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3143,12 +7345,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -3163,7 +7365,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -3173,7 +7375,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -3181,8 +7383,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -3281,7 +7483,7 @@
}
},
{
- "entryId": "profile-conversation-1807077672547778566-tweet-1790449226230689873",
+ "entryId": "profile-conversation-1842759104427196432-tweet-1790449226230689873",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -3314,6 +7516,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3339,16 +7542,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3357,7 +7560,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3391,7 +7594,7 @@
},
"is_translatable": false,
"views": {
- "count": "251",
+ "count": "393",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -3487,7 +7690,7 @@
},
{
"entryId": "tweet-1790448376699580666",
- "sortIndex": "1807077672547778553",
+ "sortIndex": "1842759104427196399",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -3522,6 +7725,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3547,16 +7751,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3565,7 +7769,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3658,7 +7862,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -3683,7 +7887,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -3708,7 +7912,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -3733,7 +7937,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -3809,7 +8013,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -3852,6 +8056,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -3877,16 +8082,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -3895,7 +8100,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -3931,7 +8136,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "3",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -3950,7 +8156,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
57,
@@ -3979,7 +8185,7 @@
"possibly_sensitive_editable": true,
"quote_count": 0,
"reply_count": 0,
- "retweet_count": 61,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790448376699580666",
@@ -4011,6 +8217,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4036,16 +8243,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4054,7 +8261,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4147,7 +8354,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -4172,7 +8379,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -4197,7 +8404,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -4222,7 +8429,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -4298,7 +8505,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -4341,6 +8548,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4366,16 +8574,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4384,7 +8592,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4420,12 +8628,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -4440,7 +8648,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -4450,7 +8658,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -4458,8 +8666,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -4484,14 +8692,14 @@
}
},
{
- "entryId": "profile-conversation-1807077672547778568",
- "sortIndex": "1807077672547778552",
+ "entryId": "profile-conversation-1842759104427196434",
+ "sortIndex": "1842759104427196398",
"content": {
"entryType": "TimelineTimelineModule",
"__typename": "TimelineTimelineModule",
"items": [
{
- "entryId": "profile-conversation-1807077672547778568-tweet-1790443455912497615",
+ "entryId": "profile-conversation-1842759104427196434-tweet-1790443455912497615",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -4511,6 +8719,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sun Aug 12 06:01:46 +0000 2012",
@@ -4523,25 +8732,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
+ "favourites_count": 53246,
+ "followers_count": 303030,
+ "friends_count": 4594,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1609,
+ "listed_count": 1653,
"location": "X HQ",
- "media_count": 3917,
+ "media_count": 4084,
"name": "X Daily News",
- "normal_followers_count": 285978,
+ "normal_followers_count": 303030,
"pinned_tweet_ids_str": [
- "1806373475759653303"
+ "1838290628859289811"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 13211,
+ "statuses_count": 13626,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -4559,7 +8768,8 @@
]
},
"tipjar_settings": {
- "is_enabled": false
+ "is_enabled": false,
+ "bitcoin_handle": "3EEsVvM4SzwzU8gLQLBbXpStugYZu4TMBr"
},
"super_follow_eligible": true
}
@@ -4576,7 +8786,7 @@
},
"is_translatable": false,
"views": {
- "count": "69680",
+ "count": "114560",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -4608,6 +8818,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4633,16 +8844,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4651,7 +8862,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -4744,7 +8955,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -4769,7 +8980,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -4794,7 +9005,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -4819,7 +9030,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -4895,7 +9106,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -4938,6 +9149,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -4963,16 +9175,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -4981,7 +9193,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5017,12 +9229,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -5037,7 +9249,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -5047,7 +9259,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -5055,8 +9267,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -5064,7 +9276,7 @@
}
},
"legacy": {
- "bookmark_count": 16,
+ "bookmark_count": 13,
"bookmarked": false,
"created_at": "Tue May 14 18:05:59 +0000 2024",
"conversation_id_str": "1790443455912497615",
@@ -5079,7 +9291,7 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 180,
+ "favorite_count": 185,
"favorited": false,
"full_text": "PSA: Watch how to migrate your apps to X’s V2 API",
"is_quote_status": true,
@@ -5091,8 +9303,8 @@
"expanded": "https://twitter.com/XDevelopers/status/1790441814857826439",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 14,
- "retweet_count": 35,
+ "reply_count": 16,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "752567226",
"id_str": "1790443455912497615"
@@ -5114,7 +9326,7 @@
}
},
{
- "entryId": "profile-conversation-1807077672547778568-tweet-1790444452873666579",
+ "entryId": "profile-conversation-1842759104427196434-tweet-1790444452873666579",
"item": {
"itemContent": {
"itemType": "TimelineTweet",
@@ -5147,6 +9359,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5172,16 +9385,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5190,7 +9403,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5224,7 +9437,7 @@
},
"is_translatable": false,
"views": {
- "count": "813",
+ "count": "958",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -5254,7 +9467,7 @@
}
]
},
- "favorite_count": 12,
+ "favorite_count": 11,
"favorited": false,
"full_text": "@xDaily 🫶",
"in_reply_to_screen_name": "xDaily",
@@ -5309,7 +9522,7 @@
},
{
"entryId": "tweet-1790444367637053870",
- "sortIndex": "1807077672547778551",
+ "sortIndex": "1842759104427196397",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -5344,6 +9557,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5369,16 +9583,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5387,7 +9601,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5421,7 +9635,8 @@
},
"is_translatable": false,
"views": {
- "state": "Enabled"
+ "count": "2",
+ "state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
"legacy": {
@@ -5463,7 +9678,7 @@
"display": "x.com/XDevelopers/st…"
},
"reply_count": 0,
- "retweet_count": 35,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790444367637053870",
@@ -5482,6 +9697,7 @@
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": false,
"can_media_tag": false,
"created_at": "Sun Aug 12 06:01:46 +0000 2012",
@@ -5494,25 +9710,25 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
+ "favourites_count": 53246,
+ "followers_count": 303030,
+ "friends_count": 4594,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1609,
+ "listed_count": 1653,
"location": "X HQ",
- "media_count": 3917,
+ "media_count": 4084,
"name": "X Daily News",
- "normal_followers_count": 285978,
+ "normal_followers_count": 303030,
"pinned_tweet_ids_str": [
- "1806373475759653303"
+ "1838290628859289811"
],
"possibly_sensitive": false,
"profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "xDaily",
- "statuses_count": 13211,
+ "statuses_count": 13626,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -5530,7 +9746,8 @@
]
},
"tipjar_settings": {
- "is_enabled": false
+ "is_enabled": false,
+ "bitcoin_handle": "3EEsVvM4SzwzU8gLQLBbXpStugYZu4TMBr"
},
"super_follow_eligible": true
}
@@ -5547,7 +9764,7 @@
},
"is_translatable": false,
"views": {
- "count": "69680",
+ "count": "114560",
"state": "EnabledWithCount"
},
"source": "Twitter for iPhone",
@@ -5579,6 +9796,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5604,16 +9822,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5622,7 +9840,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5715,7 +9933,7 @@
"image_value": {
"height": 202,
"width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=386x202"
},
"type": "IMAGE"
}
@@ -5740,7 +9958,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=orig"
},
"type": "IMAGE"
}
@@ -5765,7 +9983,7 @@
"image_value": {
"height": 720,
"width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=png&name=2048x2048_2_exp"
},
"type": "IMAGE"
}
@@ -5790,7 +10008,7 @@
"image_value": {
"height": 314,
"width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=600x314"
},
"type": "IMAGE"
}
@@ -5866,7 +10084,7 @@
"image_value": {
"height": 419,
"width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
+ "url": "https://pbs.twimg.com/card_img/1842758444732071936/Th-K1R9X?format=jpg&name=800x419"
},
"type": "IMAGE"
}
@@ -5909,6 +10127,7 @@
"is_blue_verified": true,
"profile_image_shape": "Square",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
"created_at": "Sat Dec 14 04:35:55 +0000 2013",
@@ -5934,16 +10153,16 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
+ "favourites_count": 2140,
+ "followers_count": 660094,
+ "friends_count": 1573,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 2684,
+ "listed_count": 2717,
"location": "127.0.0.1",
"media_count": 820,
"name": "Developers",
- "normal_followers_count": 646174,
+ "normal_followers_count": 660094,
"pinned_tweet_ids_str": [
"1770153912013615285"
],
@@ -5952,7 +10171,7 @@
"profile_image_url_https": "https://pbs.twimg.com/profile_images/1683501992314798080/xl1POYLw_normal.jpg",
"profile_interstitial_type": "",
"screen_name": "XDevelopers",
- "statuses_count": 4089,
+ "statuses_count": 4054,
"translator_type": "regular",
"url": "https://t.co/O13IfbuPqq",
"verified": false,
@@ -5988,12 +10207,12 @@
},
"is_translatable": false,
"views": {
- "count": "256630",
+ "count": "430870",
"state": "EnabledWithCount"
},
"source": "Periscope",
"legacy": {
- "bookmark_count": 41,
+ "bookmark_count": 43,
"bookmarked": false,
"created_at": "Tue May 14 17:59:28 +0000 2024",
"conversation_id_str": "1790441814857826439",
@@ -6008,7 +10227,7 @@
"urls": [
{
"display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
+ "expanded_url": "https://x.com/i/broadcasts/1BRJjPqnBqaKw",
"url": "https://t.co/Ooc4ZK2Yb3",
"indices": [
40,
@@ -6018,7 +10237,7 @@
],
"user_mentions": []
},
- "favorite_count": 239,
+ "favorite_count": 266,
"favorited": false,
"full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
"is_quote_status": false,
@@ -6026,8 +10245,8 @@
"possibly_sensitive": false,
"possibly_sensitive_editable": true,
"quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
+ "reply_count": 58,
+ "retweet_count": 64,
"retweeted": false,
"user_id_str": "2244994945",
"id_str": "1790441814857826439"
@@ -6035,7 +10254,7 @@
}
},
"legacy": {
- "bookmark_count": 16,
+ "bookmark_count": 13,
"bookmarked": false,
"created_at": "Tue May 14 18:05:59 +0000 2024",
"conversation_id_str": "1790443455912497615",
@@ -6050,7 +10269,7 @@
"urls": [],
"user_mentions": []
},
- "favorite_count": 180,
+ "favorite_count": 185,
"favorited": false,
"full_text": "PSA: Watch how to migrate your apps to X’s V2 API",
"is_quote_status": true,
@@ -6062,8 +10281,8 @@
"expanded": "https://twitter.com/XDevelopers/status/1790441814857826439",
"display": "x.com/XDevelopers/st…"
},
- "reply_count": 14,
- "retweet_count": 35,
+ "reply_count": 16,
+ "retweet_count": 37,
"retweeted": false,
"user_id_str": "752567226",
"id_str": "1790443455912497615"
@@ -6088,6495 +10307,22 @@
}
},
{
- "entryId": "tweet-1790444293632717310",
- "sortIndex": "1807077672547778550",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790444293632717310",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790444293632717310"
- ],
- "editable_until_msecs": "1715713759105",
- "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 May 14 18:09:19 +0000 2024",
- "conversation_id_str": "1790444293632717310",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 41,
- 53
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: We’ll be streaming from @XDevelopers in a few. Join us to learn how you can migrate your emergency update apps to the X AP…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789053970587271232",
- "quoted_status_permalink": {
- "url": "https://t.co/aheqrakZKR",
- "expanded": "https://twitter.com/suhemparack/status/1789053970587271232",
- "display": "x.com/suhemparack/st…"
- },
- "reply_count": 0,
- "retweet_count": 7,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1790444293632717310",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790442402131624309",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790442402131624309"
- ],
- "editable_until_msecs": "1715713308000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "45485",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789053970587271232",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789053970587271232"
- ],
- "editable_until_msecs": "1715382280000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "121625",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Fri May 10 22:04:40 +0000 2024",
- "conversation_id_str": "1789053970587271232",
- "display_text_range": [
- 0,
- 200
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/spaces/1voxw…",
- "expanded_url": "https://twitter.com/i/spaces/1vOxwjaWEbdJB",
- "url": "https://t.co/7ajX0RPmaj",
- "indices": [
- 177,
- 200
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 92,
- 104
- ]
- }
- ]
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to learn how you can quickly migrate your app to the X API v2 https://t.co/7ajX0RPmaj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 16,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1789053970587271232"
- }
- }
- },
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Tue May 14 18:01:48 +0000 2024",
- "conversation_id_str": "1790442402131624309",
- "display_text_range": [
- 0,
- 126
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 24,
- 36
- ]
- }
- ]
- },
- "favorite_count": 19,
- "favorited": false,
- "full_text": "We’ll be streaming from @XDevelopers in a few. Join us to learn how you can migrate your emergency update apps to the X API v2",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789053970587271232",
- "quoted_status_permalink": {
- "url": "https://t.co/aheqrakZKR",
- "expanded": "https://twitter.com/suhemparack/status/1789053970587271232",
- "display": "x.com/suhemparack/st…"
- },
- "reply_count": 1,
- "retweet_count": 7,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1790442402131624309"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1790444269775307171",
- "sortIndex": "1807077672547778549",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790444269775307171",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790444269775307171"
- ],
- "editable_until_msecs": "1715713753417",
- "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 May 14 18:09:13 +0000 2024",
- "conversation_id_str": "1790444269775307171",
- "display_text_range": [
- 0,
- 112
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "853388192",
- "name": "Haim",
- "screen_name": "bageliedad",
- "indices": [
- 3,
- 14
- ]
- },
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 21,
- 33
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @bageliedad: Join @suhemparack to get a better understanding of our v2 API and how to migrate over smoothly 👇",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1790441814857826439",
- "quoted_status_permalink": {
- "url": "https://t.co/zWtDtxRKrI",
- "expanded": "https://twitter.com/XDevelopers/status/1790441814857826439",
- "display": "x.com/XDevelopers/st…"
- },
- "reply_count": 0,
- "retweet_count": 9,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1790444269775307171",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790442433165291863",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTMzODgxOTI=",
- "rest_id": "853388192",
- "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": "Circle",
- "legacy": {
- "can_dm": false,
- "can_media_tag": false,
- "created_at": "Sat Sep 29 18:38:49 +0000 2012",
- "default_profile": true,
- "default_profile_image": false,
- "description": "@xdevelopers",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 9864,
- "followers_count": 3222,
- "friends_count": 1355,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 42,
- "location": "",
- "media_count": 137,
- "name": "Haim",
- "normal_followers_count": 3222,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/853388192/1710934070",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1770411877555752960/ySQihJFG_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "bageliedad",
- "statuses_count": 261,
- "translator_type": "regular",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790442433165291863"
- ],
- "editable_until_msecs": "1715713315000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "42649",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790441814857826439",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/Ooc4ZK2Yb3",
- "legacy": {
- "binding_values": [
- {
- "key": "broadcast_url",
- "value": {
- "string_value": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_width",
- "value": {
- "string_value": "1280",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_state",
- "value": {
- "string_value": "ENDED",
- "type": "STRING"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "2244994945",
- "path": []
- }
- }
- },
- {
- "key": "broadcast_title",
- "value": {
- "string_value": "Migrating developer apps to the X API 2",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_source",
- "value": {
- "string_value": "Producer",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_orientation",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_id",
- "value": {
- "string_value": "1BRJjPqnBqaKw",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_twitter_id",
- "value": {
- "string_value": "2244994945",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_height",
- "value": {
- "string_value": "720",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_original",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_username",
- "value": {
- "string_value": "XDevelopers",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_media_key",
- "value": {
- "string_value": "28_1790441813079388161",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_x_large",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_display_name",
- "value": {
- "string_value": "Developers",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_is_high_latency",
- "value": {
- "boolean_value": true,
- "type": "BOOLEAN"
- }
- },
- {
- "key": "broadcast_thumbnail",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcast_thumbnail_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 190,
- "green": 178,
- "red": 174
- },
- "percentage": 28.86
- },
- {
- "rgb": {
- "blue": 49,
- "green": 46,
- "red": 55
- },
- "percentage": 26.58
- },
- {
- "rgb": {
- "blue": 55,
- "green": 65,
- "red": 105
- },
- "percentage": 7.75
- },
- {
- "rgb": {
- "blue": 154,
- "green": 96,
- "red": 67
- },
- "percentage": 4.95
- },
- {
- "rgb": {
- "blue": 125,
- "green": 151,
- "red": 188
- },
- "percentage": 4.16
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "broadcast_media_id",
- "value": {
- "string_value": "1790441813079388161",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/Ooc4ZK2Yb3",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "745291183405076480:broadcast",
- "url": "https://t.co/Ooc4ZK2Yb3",
- "user_refs_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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790441814857826439"
- ],
- "editable_until_msecs": "1715713168000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "256630",
- "state": "EnabledWithCount"
- },
- "source": "Periscope",
- "legacy": {
- "bookmark_count": 41,
- "bookmarked": false,
- "created_at": "Tue May 14 17:59:28 +0000 2024",
- "conversation_id_str": "1790441814857826439",
- "display_text_range": [
- 0,
- 63
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
- "url": "https://t.co/Ooc4ZK2Yb3",
- "indices": [
- 40,
- 63
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 239,
- "favorited": false,
- "full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1790441814857826439"
- }
- }
- },
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Tue May 14 18:01:55 +0000 2024",
- "conversation_id_str": "1790442433165291863",
- "display_text_range": [
- 0,
- 96
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 5,
- 17
- ]
- }
- ]
- },
- "favorite_count": 23,
- "favorited": false,
- "full_text": "Join @suhemparack to get a better understanding of our v2 API and how to migrate over smoothly 👇",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1790441814857826439",
- "quoted_status_permalink": {
- "url": "https://t.co/zWtDtxRKrI",
- "expanded": "https://twitter.com/XDevelopers/status/1790441814857826439",
- "display": "x.com/XDevelopers/st…"
- },
- "reply_count": 2,
- "retweet_count": 9,
- "retweeted": false,
- "user_id_str": "853388192",
- "id_str": "1790442433165291863"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1790441814857826439",
- "sortIndex": "1807077672547778548",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1790441814857826439",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/Ooc4ZK2Yb3",
- "legacy": {
- "binding_values": [
- {
- "key": "broadcast_url",
- "value": {
- "string_value": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_width",
- "value": {
- "string_value": "1280",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_state",
- "value": {
- "string_value": "ENDED",
- "type": "STRING"
- }
- },
- {
- "key": "site",
- "value": {
- "scribe_key": "publisher_id",
- "type": "USER",
- "user_value": {
- "id_str": "2244994945",
- "path": []
- }
- }
- },
- {
- "key": "broadcast_title",
- "value": {
- "string_value": "Migrating developer apps to the X API 2",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_source",
- "value": {
- "string_value": "Producer",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_orientation",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_id",
- "value": {
- "string_value": "1BRJjPqnBqaKw",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_small",
- "value": {
- "image_value": {
- "height": 202,
- "width": 386,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=386x202"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_twitter_id",
- "value": {
- "string_value": "2244994945",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_height",
- "value": {
- "string_value": "720",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_original",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=orig"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_username",
- "value": {
- "string_value": "XDevelopers",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_media_key",
- "value": {
- "string_value": "28_1790441813079388161",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_x_large",
- "value": {
- "image_value": {
- "height": 720,
- "width": 1280,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=png&name=2048x2048_2_exp"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcaster_display_name",
- "value": {
- "string_value": "Developers",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_is_high_latency",
- "value": {
- "boolean_value": true,
- "type": "BOOLEAN"
- }
- },
- {
- "key": "broadcast_thumbnail",
- "value": {
- "image_value": {
- "height": 314,
- "width": 600,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=600x314"
- },
- "type": "IMAGE"
- }
- },
- {
- "key": "broadcast_thumbnail_color",
- "value": {
- "image_color_value": {
- "palette": [
- {
- "rgb": {
- "blue": 190,
- "green": 178,
- "red": 174
- },
- "percentage": 28.86
- },
- {
- "rgb": {
- "blue": 49,
- "green": 46,
- "red": 55
- },
- "percentage": 26.58
- },
- {
- "rgb": {
- "blue": 55,
- "green": 65,
- "red": 105
- },
- "percentage": 7.75
- },
- {
- "rgb": {
- "blue": 154,
- "green": 96,
- "red": 67
- },
- "percentage": 4.95
- },
- {
- "rgb": {
- "blue": 125,
- "green": 151,
- "red": 188
- },
- "percentage": 4.16
- }
- ]
- },
- "type": "IMAGE_COLOR"
- }
- },
- {
- "key": "broadcast_media_id",
- "value": {
- "string_value": "1790441813079388161",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/Ooc4ZK2Yb3",
- "type": "STRING"
- }
- },
- {
- "key": "broadcast_thumbnail_large",
- "value": {
- "image_value": {
- "height": 419,
- "width": 800,
- "url": "https://pbs.twimg.com/card_img/1807076890492174336/uVfm6G_p?format=jpg&name=800x419"
- },
- "type": "IMAGE"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "745291183405076480:broadcast",
- "url": "https://t.co/Ooc4ZK2Yb3",
- "user_refs_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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- ]
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1790441814857826439"
- ],
- "editable_until_msecs": "1715713168000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "256630",
- "state": "EnabledWithCount"
- },
- "source": "Periscope",
- "legacy": {
- "bookmark_count": 41,
- "bookmarked": false,
- "created_at": "Tue May 14 17:59:28 +0000 2024",
- "conversation_id_str": "1790441814857826439",
- "display_text_range": [
- 0,
- 63
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/broadcasts/1…",
- "expanded_url": "https://twitter.com/i/broadcasts/1BRJjPqnBqaKw",
- "url": "https://t.co/Ooc4ZK2Yb3",
- "indices": [
- 40,
- 63
- ]
- }
- ],
- "user_mentions": []
- },
- "favorite_count": 239,
- "favorited": false,
- "full_text": "Migrating developer apps to the X API 2 https://t.co/Ooc4ZK2Yb3",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 15,
- "reply_count": 49,
- "retweet_count": 61,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1790441814857826439"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778573",
- "sortIndex": "1807077672547778547",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778573-tweet-1789075107534819717",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789075107534819717",
- "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 𝕏 + xAI | Contributors: @HXMnCK, @LohanSimpson @xUpdatesRadar and @swak_12 I | Hit Follow and sign up for notifications! 🔔",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1609,
- "location": "X HQ",
- "media_count": 3917,
- "name": "X Daily News",
- "normal_followers_count": 285978,
- "pinned_tweet_ids_str": [
- "1806373475759653303"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "xDaily",
- "statuses_count": 13211,
- "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"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": false
- },
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789075107534819717"
- ],
- "editable_until_msecs": "1715387319000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "59421",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 12,
- "bookmarked": false,
- "created_at": "Fri May 10 23:28:39 +0000 2024",
- "conversation_id_str": "1789075107534819717",
- "display_text_range": [
- 0,
- 87
- ],
- "entities": {
- "hashtags": [],
- "media": [
- {
- "display_url": "pic.x.com/9v2ozlgjjv",
- "expanded_url": "https://twitter.com/xDaily/status/1789075107534819717/photo/1",
- "id_str": "1789075103940251648",
- "indices": [
- 88,
- 111
- ],
- "media_key": "3_1789075103940251648",
- "media_url_https": "https://pbs.twimg.com/media/GNQSU_7akAAfN_-.jpg",
- "type": "photo",
- "url": "https://t.co/9v2ozlGjjv",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1552,
- "w": 1290,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 997,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 565,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1552,
- "width": 1290,
- "focus_rects": [
- {
- "x": 0,
- "y": 531,
- "w": 1290,
- "h": 722
- },
- {
- "x": 0,
- "y": 247,
- "w": 1290,
- "h": 1290
- },
- {
- "x": 0,
- "y": 81,
- "w": 1290,
- "h": 1471
- },
- {
- "x": 0,
- "y": 0,
- "w": 776,
- "h": 1552
- },
- {
- "x": 0,
- "y": 0,
- "w": 1290,
- "h": 1552
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1789075103940251648"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/9v2ozlGjjv",
- "expanded_url": "https://twitter.com/xDaily/status/1789075107534819717/photo/1",
- "id_str": "1789075103940251648",
- "indices": [
- 88,
- 111
- ],
- "media_key": "3_1789075103940251648",
- "media_url_https": "https://pbs.twimg.com/media/GNQSU_7akAAfN_-.jpg",
- "type": "photo",
- "url": "https://t.co/9v2ozlGjjv",
- "ext_media_availability": {
- "status": "Available"
- },
- "features": {
- "large": {
- "faces": []
- },
- "medium": {
- "faces": []
- },
- "small": {
- "faces": []
- },
- "orig": {
- "faces": []
- }
- },
- "sizes": {
- "large": {
- "h": 1552,
- "w": 1290,
- "resize": "fit"
- },
- "medium": {
- "h": 1200,
- "w": 997,
- "resize": "fit"
- },
- "small": {
- "h": 680,
- "w": 565,
- "resize": "fit"
- },
- "thumb": {
- "h": 150,
- "w": 150,
- "resize": "crop"
- }
- },
- "original_info": {
- "height": 1552,
- "width": 1290,
- "focus_rects": [
- {
- "x": 0,
- "y": 531,
- "w": 1290,
- "h": 722
- },
- {
- "x": 0,
- "y": 247,
- "w": 1290,
- "h": 1290
- },
- {
- "x": 0,
- "y": 81,
- "w": 1290,
- "h": 1471
- },
- {
- "x": 0,
- "y": 0,
- "w": 776,
- "h": 1552
- },
- {
- "x": 0,
- "y": 0,
- "w": 1290,
- "h": 1552
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "3_1789075103940251648"
- }
- }
- }
- ]
- },
- "favorite_count": 272,
- "favorited": false,
- "full_text": "NEWS: X is helping BART Alerts transition to its V2 API so it can stay active for free! https://t.co/9v2ozlGjjv",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 2,
- "reply_count": 17,
- "retweet_count": 22,
- "retweeted": false,
- "user_id_str": "752567226",
- "id_str": "1789075107534819717"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778573-tweet-1789075632703381533",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789075632703381533",
- "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 𝕏 + xAI | Contributors: @HXMnCK, @LohanSimpson @xUpdatesRadar and @swak_12 I | Hit Follow and sign up for notifications! 🔔",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 50717,
- "followers_count": 285978,
- "friends_count": 4553,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1609,
- "location": "X HQ",
- "media_count": 3917,
- "name": "X Daily News",
- "normal_followers_count": 285978,
- "pinned_tweet_ids_str": [
- "1806373475759653303"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/752567226/1704781546",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1515124606583152648/4bZaW28-_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "xDaily",
- "statuses_count": 13211,
- "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"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": false
- },
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789075632703381533"
- ],
- "editable_until_msecs": "1715387444000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "16071",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789053970587271232",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789053970587271232"
- ],
- "editable_until_msecs": "1715382280000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "121625",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Fri May 10 22:04:40 +0000 2024",
- "conversation_id_str": "1789053970587271232",
- "display_text_range": [
- 0,
- 200
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/spaces/1voxw…",
- "expanded_url": "https://twitter.com/i/spaces/1vOxwjaWEbdJB",
- "url": "https://t.co/7ajX0RPmaj",
- "indices": [
- 177,
- 200
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 92,
- 104
- ]
- }
- ]
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to learn how you can quickly migrate your app to the X API v2 https://t.co/7ajX0RPmaj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 16,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1789053970587271232"
- }
- }
- },
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Fri May 10 23:30:44 +0000 2024",
- "conversation_id_str": "1789075107534819717",
- "display_text_range": [
- 0,
- 93
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 81,
- 93
- ]
- }
- ]
- },
- "favorite_count": 44,
- "favorited": false,
- "full_text": "Set a reminder for this space if you need help transitioning to the V2 API or DM @XDevelopers",
- "in_reply_to_screen_name": "xDaily",
- "in_reply_to_status_id_str": "1789075107534819717",
- "in_reply_to_user_id_str": "752567226",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789053970587271232",
- "quoted_status_permalink": {
- "url": "https://t.co/0fkEQ5GBKc",
- "expanded": "https://twitter.com/suhemparack/status/1789053970587271232",
- "display": "x.com/suhemparack/st…"
- },
- "reply_count": 3,
- "retweet_count": 4,
- "retweeted": false,
- "user_id_str": "752567226",
- "id_str": "1789075632703381533"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778573-tweet-1789076640032551330",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789076640032551330",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789076640032551330"
- ],
- "editable_until_msecs": "1715387685000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "627",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 23:34:45 +0000 2024",
- "conversation_id_str": "1789075107534819717",
- "display_text_range": [
- 8,
- 9
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "752567226",
- "name": "X Daily News",
- "screen_name": "xDaily",
- "indices": [
- 0,
- 7
- ]
- }
- ]
- },
- "favorite_count": 11,
- "favorited": false,
- "full_text": "@xDaily 🫡",
- "in_reply_to_screen_name": "xDaily",
- "in_reply_to_status_id_str": "1789075632703381533",
- "in_reply_to_user_id_str": "752567226",
- "is_quote_status": false,
- "lang": "qme",
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789076640032551330"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1789075107534819717",
- "1789075632703381533",
- "1789076640032551330"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778574",
- "sortIndex": "1807077672547778546",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778574-tweet-1789068159716294928",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789068159716294928",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTY0MDUzMw==",
- "rest_id": "15640533",
- "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 Jul 29 01:45:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "We provide train service throughout the San Francisco Bay Area. For automated service updates: @SFBARTalert",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bart.gov",
- "expanded_url": "http://www.bart.gov",
- "url": "https://t.co/vvQNp0dWy4",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2534,
- "location": "Oakland, CA",
- "media_count": 7296,
- "name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFBART",
- "statuses_count": 50145,
- "translator_type": "none",
- "url": "https://t.co/vvQNp0dWy4",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789068159716294928"
- ],
- "editable_until_msecs": "1715385663000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "67554",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789037581839331620",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTY0MDUzMw==",
- "rest_id": "15640533",
- "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 Jul 29 01:45:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "We provide train service throughout the San Francisco Bay Area. For automated service updates: @SFBARTalert",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bart.gov",
- "expanded_url": "http://www.bart.gov",
- "url": "https://t.co/vvQNp0dWy4",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2534,
- "location": "Oakland, CA",
- "media_count": 7296,
- "name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFBART",
- "statuses_count": 50145,
- "translator_type": "none",
- "url": "https://t.co/vvQNp0dWy4",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789037581839331620"
- ],
- "editable_until_msecs": "1715378372000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "94830",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 11,
- "bookmarked": false,
- "created_at": "Fri May 10 20:59:32 +0000 2024",
- "conversation_id_str": "1789037581839331620",
- "display_text_range": [
- 0,
- 267
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "526642819",
- "name": "BART Alert",
- "screen_name": "SFBARTalert",
- "indices": [
- 40,
- 52
- ]
- }
- ]
- },
- "favorite_count": 363,
- "favorited": false,
- "full_text": "We are currently unable to automate our @sfbartalert account because X revoked access to it late last night and are requiring users to switch to new platform APIs.\nThis is why service alerts didn't post this morning. \n\nIt will take several days for us to switch over.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 8,
- "reply_count": 14,
- "retweet_count": 31,
- "retweeted": false,
- "user_id_str": "15640533",
- "id_str": "1789037581839331620"
- }
- }
- },
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Fri May 10 23:01:03 +0000 2024",
- "conversation_id_str": "1789068159716294928",
- "display_text_range": [
- 0,
- 210
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 145,
- 157
- ]
- }
- ]
- },
- "favorite_count": 138,
- "favorited": false,
- "full_text": "Great news from X. They quickly reconfigured our account so it would work. Meanwhile, our team is working to move to the new v2 API. \n\nThank you @XDevelopers for helping make sure the public can see our alerts.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 3,
- "quoted_status_id_str": "1789037581839331620",
- "quoted_status_permalink": {
- "url": "https://t.co/f9zbfPiUEp",
- "expanded": "https://twitter.com/SFBART/status/1789037581839331620",
- "display": "x.com/SFBART/status/…"
- },
- "reply_count": 11,
- "retweet_count": 18,
- "retweeted": false,
- "user_id_str": "15640533",
- "id_str": "1789068159716294928"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778574-tweet-1789069782936891457",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789069782936891457",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789069782936891457"
- ],
- "editable_until_msecs": "1715386050000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "521",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 23:07:30 +0000 2024",
- "conversation_id_str": "1789068159716294928",
- "display_text_range": [
- 8,
- 107
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "15640533",
- "name": "BART",
- "screen_name": "SFBART",
- "indices": [
- 0,
- 7
- ]
- }
- ]
- },
- "favorite_count": 12,
- "favorited": false,
- "full_text": "@SFBART Thank you for working with us! And for serving an important purpose to our platform & humanity.",
- "in_reply_to_screen_name": "SFBART",
- "in_reply_to_status_id_str": "1789068159716294928",
- "in_reply_to_user_id_str": "15640533",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 1,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789069782936891457"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1789068159716294928",
- "1789069782936891457"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1789068642472112193",
- "sortIndex": "1807077672547778545",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789068642472112193",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789068642472112193"
- ],
- "editable_until_msecs": "1715385778310",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 23:02:58 +0000 2024",
- "conversation_id_str": "1789068642472112193",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "15640533",
- "name": "BART",
- "screen_name": "SFBART",
- "indices": [
- 3,
- 10
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @SFBART: Great news from X. They quickly reconfigured our account so it would work. Meanwhile, our team is working to move to the new v2…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1789037581839331620",
- "quoted_status_permalink": {
- "url": "https://t.co/f9zbfPiUEp",
- "expanded": "https://twitter.com/SFBART/status/1789037581839331620",
- "display": "x.com/SFBART/status/…"
- },
- "reply_count": 0,
- "retweet_count": 18,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789068642472112193",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789068159716294928",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTY0MDUzMw==",
- "rest_id": "15640533",
- "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 Jul 29 01:45:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "We provide train service throughout the San Francisco Bay Area. For automated service updates: @SFBARTalert",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bart.gov",
- "expanded_url": "http://www.bart.gov",
- "url": "https://t.co/vvQNp0dWy4",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2534,
- "location": "Oakland, CA",
- "media_count": 7296,
- "name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFBART",
- "statuses_count": 50145,
- "translator_type": "none",
- "url": "https://t.co/vvQNp0dWy4",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789068159716294928"
- ],
- "editable_until_msecs": "1715385663000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "67554",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789037581839331620",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTY0MDUzMw==",
- "rest_id": "15640533",
- "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 Jul 29 01:45:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "We provide train service throughout the San Francisco Bay Area. For automated service updates: @SFBARTalert",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bart.gov",
- "expanded_url": "http://www.bart.gov",
- "url": "https://t.co/vvQNp0dWy4",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2534,
- "location": "Oakland, CA",
- "media_count": 7296,
- "name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFBART",
- "statuses_count": 50145,
- "translator_type": "none",
- "url": "https://t.co/vvQNp0dWy4",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789037581839331620"
- ],
- "editable_until_msecs": "1715378372000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "94830",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 11,
- "bookmarked": false,
- "created_at": "Fri May 10 20:59:32 +0000 2024",
- "conversation_id_str": "1789037581839331620",
- "display_text_range": [
- 0,
- 267
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "526642819",
- "name": "BART Alert",
- "screen_name": "SFBARTalert",
- "indices": [
- 40,
- 52
- ]
- }
- ]
- },
- "favorite_count": 363,
- "favorited": false,
- "full_text": "We are currently unable to automate our @sfbartalert account because X revoked access to it late last night and are requiring users to switch to new platform APIs.\nThis is why service alerts didn't post this morning. \n\nIt will take several days for us to switch over.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 8,
- "reply_count": 14,
- "retweet_count": 31,
- "retweeted": false,
- "user_id_str": "15640533",
- "id_str": "1789037581839331620"
- }
- }
- },
- "legacy": {
- "bookmark_count": 4,
- "bookmarked": false,
- "created_at": "Fri May 10 23:01:03 +0000 2024",
- "conversation_id_str": "1789068159716294928",
- "display_text_range": [
- 0,
- 210
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 145,
- 157
- ]
- }
- ]
- },
- "favorite_count": 138,
- "favorited": false,
- "full_text": "Great news from X. They quickly reconfigured our account so it would work. Meanwhile, our team is working to move to the new v2 API. \n\nThank you @XDevelopers for helping make sure the public can see our alerts.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 3,
- "quoted_status_id_str": "1789037581839331620",
- "quoted_status_permalink": {
- "url": "https://t.co/f9zbfPiUEp",
- "expanded": "https://twitter.com/SFBART/status/1789037581839331620",
- "display": "x.com/SFBART/status/…"
- },
- "reply_count": 11,
- "retweet_count": 18,
- "retweeted": false,
- "user_id_str": "15640533",
- "id_str": "1789068159716294928"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778576",
- "sortIndex": "1807077672547778544",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778576-tweet-1789037581839331620",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789037581839331620",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNTY0MDUzMw==",
- "rest_id": "15640533",
- "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 Jul 29 01:45:23 +0000 2008",
- "default_profile": false,
- "default_profile_image": false,
- "description": "We provide train service throughout the San Francisco Bay Area. For automated service updates: @SFBARTalert",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "bart.gov",
- "expanded_url": "http://www.bart.gov",
- "url": "https://t.co/vvQNp0dWy4",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 7590,
- "followers_count": 333572,
- "friends_count": 723,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2534,
- "location": "Oakland, CA",
- "media_count": 7296,
- "name": "BART",
- "normal_followers_count": 333572,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/15640533/1674772917",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796758662083641344/FKGbpRen_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SFBART",
- "statuses_count": 50145,
- "translator_type": "none",
- "url": "https://t.co/vvQNp0dWy4",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789037581839331620"
- ],
- "editable_until_msecs": "1715378372000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "94830",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 11,
- "bookmarked": false,
- "created_at": "Fri May 10 20:59:32 +0000 2024",
- "conversation_id_str": "1789037581839331620",
- "display_text_range": [
- 0,
- 267
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "526642819",
- "name": "BART Alert",
- "screen_name": "SFBARTalert",
- "indices": [
- 40,
- 52
- ]
- }
- ]
- },
- "favorite_count": 363,
- "favorited": false,
- "full_text": "We are currently unable to automate our @sfbartalert account because X revoked access to it late last night and are requiring users to switch to new platform APIs.\nThis is why service alerts didn't post this morning. \n\nIt will take several days for us to switch over.",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 8,
- "reply_count": 14,
- "retweet_count": 31,
- "retweeted": false,
- "user_id_str": "15640533",
- "id_str": "1789037581839331620"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778576-tweet-1789064348331127259",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789064348331127259",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789064348331127259"
- ],
- "editable_until_msecs": "1715384754000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "1727",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 1,
- "bookmarked": false,
- "created_at": "Fri May 10 22:45:54 +0000 2024",
- "conversation_id_str": "1789037581839331620",
- "display_text_range": [
- 21,
- 235
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "15640533",
- "name": "BART",
- "screen_name": "SFBART",
- "indices": [
- 0,
- 7
- ]
- },
- {
- "id_str": "526642819",
- "name": "BART Alert",
- "screen_name": "SFBARTalert",
- "indices": [
- 8,
- 20
- ]
- },
- {
- "id_str": "15640533",
- "name": "BART",
- "screen_name": "SFBART",
- "indices": [
- 24,
- 31
- ]
- }
- ]
- },
- "favorite_count": 16,
- "favorited": false,
- "full_text": "@SFBART @SFBARTalert Hi @SFBART 👋, we're in comms in your DMs but we've proactively reconfigured so you're all set! As always, we've helped thousands migrate over to our new API v2, and we're happy to support you directly without cost.",
- "in_reply_to_screen_name": "SFBART",
- "in_reply_to_status_id_str": "1789037581839331620",
- "in_reply_to_user_id_str": "15640533",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 1,
- "reply_count": 1,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789064348331127259"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1789037581839331620",
- "1789064348331127259"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1789054061729173804",
- "sortIndex": "1807077672547778543",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789054061729173804",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789054061729173804"
- ],
- "editable_until_msecs": "1715382301990",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 22:05:01 +0000 2024",
- "conversation_id_str": "1789054061729173804",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "857699969263964161",
- "name": "Suhem Parack",
- "screen_name": "suhemparack",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 109,
- 121
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @suhemparack: If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to lear…",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 0,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1789054061729173804",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1789053970587271232",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4NTc2OTk5NjkyNjM5NjQxNjE=",
- "rest_id": "857699969263964161",
- "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": "Circle",
- "legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Apr 27 20:56:22 +0000 2017",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Partner Engineering @ 𝕏 Opinions my own. RTs != endorsements etc",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "developer.x.com",
- "expanded_url": "https://developer.x.com",
- "url": "https://t.co/Rh0kWC6xS8",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 141,
- "followers_count": 4787,
- "friends_count": 1577,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 67,
- "location": "San Francisco, CA",
- "media_count": 134,
- "name": "Suhem Parack",
- "normal_followers_count": 4787,
- "pinned_tweet_ids_str": [
- "1789053970587271232"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/857699969263964161/1712432865",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1795573096063397892/HB6ShS6B_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "suhemparack",
- "statuses_count": 2214,
- "translator_type": "none",
- "url": "https://t.co/Rh0kWC6xS8",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1471588288142057479",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- }
- },
- "card": {
- "rest_id": "https://t.co/7ajX0RPmaj",
- "legacy": {
- "binding_values": [
- {
- "key": "narrow_cast_space_type",
- "value": {
- "string_value": "0",
- "type": "STRING"
- }
- },
- {
- "key": "id",
- "value": {
- "string_value": "1vOxwjaWEbdJB",
- "type": "STRING"
- }
- },
- {
- "key": "card_url",
- "value": {
- "scribe_key": "card_url",
- "string_value": "https://t.co/7ajX0RPmaj",
- "type": "STRING"
- }
- }
- ],
- "card_platform": {
- "platform": {
- "audience": {
- "name": "production"
- },
- "device": {
- "name": "Swift",
- "version": "12"
- }
- }
- },
- "name": "3691233323:audiospace",
- "url": "https://t.co/7ajX0RPmaj",
- "user_refs_results": []
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1789053970587271232"
- ],
- "editable_until_msecs": "1715382280000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "121625",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 9,
- "bookmarked": false,
- "created_at": "Fri May 10 22:04:40 +0000 2024",
- "conversation_id_str": "1789053970587271232",
- "display_text_range": [
- 0,
- 200
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [
- {
- "display_url": "x.com/i/spaces/1voxw…",
- "expanded_url": "https://twitter.com/i/spaces/1vOxwjaWEbdJB",
- "url": "https://t.co/7ajX0RPmaj",
- "indices": [
- 177,
- 200
- ]
- }
- ],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 92,
- 104
- ]
- }
- ]
- },
- "favorite_count": 108,
- "favorited": false,
- "full_text": "If you have an app that posts emergency services updates to X using the API, please join us @XDevelopers next week to learn how you can quickly migrate your app to the X API v2 https://t.co/7ajX0RPmaj",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 5,
- "reply_count": 16,
- "retweet_count": 26,
- "retweeted": false,
- "user_id_str": "857699969263964161",
- "id_str": "1789053970587271232"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "tweet-1788739820728275140",
- "sortIndex": "1807077672547778542",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788739820728275140",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788739820728275140"
- ],
- "editable_until_msecs": "1715307381097",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "state": "Enabled"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 01:16:21 +0000 2024",
- "conversation_id_str": "1788739820728275140",
- "display_text_range": [
- 0,
- 140
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 3,
- 15
- ]
- },
- {
- "id_str": "1176026136117166080",
- "name": "R A W S A L E R T S",
- "screen_name": "rawsalerts",
- "indices": [
- 24,
- 35
- ]
- }
- ]
- },
- "favorite_count": 0,
- "favorited": false,
- "full_text": "RT @XDevelopers: Thanks @rawsalerts! While we've given ample 1 year notice and many reminders, we understand it's not easy to always keep u…",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 0,
- "quoted_status_id_str": "1788736525464686804",
- "quoted_status_permalink": {
- "url": "https://t.co/gj0KB1QW92",
- "expanded": "https://twitter.com/rawsalerts/status/1788736525464686804",
- "display": "x.com/rawsalerts/sta…"
- },
- "reply_count": 0,
- "retweet_count": 102,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1788739820728275140",
- "retweeted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788738333847511534",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788738333847511534"
- ],
- "editable_until_msecs": "1715307026000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "230736",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788736525464686804",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTc2MDI2MTM2MTE3MTY2MDgw",
- "rest_id": "1176026136117166080",
- "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 Sep 23 06:51:06 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "RawsAlerts is your go-to source for fast and accurate news coverage, specializing in groundbreaking events across the USA. Follow @Rawsglobal for world news",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/Rawsalerts",
- "expanded_url": "https://linktr.ee/Rawsalerts",
- "url": "https://t.co/xCzsNRZy23",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008553,
- "friends_count": 1990,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3362,
- "location": "United states ",
- "media_count": 4027,
- "name": "R A W S A L E R T S",
- "normal_followers_count": 1008553,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "rawsalerts",
- "statuses_count": 12719,
- "translator_type": "none",
- "url": "https://t.co/xCzsNRZy23",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1468694101444988935",
- "professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788736525464686804"
- ],
- "editable_until_msecs": "1715306595000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "588222",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 72,
- "bookmarked": false,
- "created_at": "Fri May 10 01:03:15 +0000 2024",
- "conversation_id_str": "1788714359104983469",
- "display_text_range": [
- 0,
- 265
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 1,
- 8
- ],
- "text": "UPDATE"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 89,
- 101
- ]
- }
- ]
- },
- "favorite_count": 5660,
- "favorited": false,
- "full_text": "🚨#UPDATE: We have received fantastic news from X as Many of them have reached out to me. @Xdevelopers is now contacting and directly supporting the National Weather Service, ensuring all emergency and weather apps maintain free API access for critical purposes only",
- "in_reply_to_screen_name": "rawsalerts",
- "in_reply_to_status_id_str": "1788714359104983469",
- "in_reply_to_user_id_str": "1176026136117166080",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 47,
- "reply_count": 80,
- "retweet_count": 536,
- "retweeted": false,
- "user_id_str": "1176026136117166080",
- "id_str": "1788736525464686804"
- }
- }
- },
- "legacy": {
- "bookmark_count": 26,
- "bookmarked": false,
- "created_at": "Fri May 10 01:10:26 +0000 2024",
- "conversation_id_str": "1788738333847511534",
- "display_text_range": [
- 0,
- 265
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1176026136117166080",
- "name": "R A W S A L E R T S",
- "screen_name": "rawsalerts",
- "indices": [
- 7,
- 18
- ]
- }
- ]
- },
- "favorite_count": 697,
- "favorited": false,
- "full_text": "Thanks @rawsalerts! While we've given ample 1 year notice and many reminders, we understand it's not easy to always keep up to date. This is why we're staying proactive and working diligently to help all emergency & public utility apps with API access for free.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 14,
- "quoted_status_id_str": "1788736525464686804",
- "quoted_status_permalink": {
- "url": "https://t.co/gj0KB1QW92",
- "expanded": "https://twitter.com/rawsalerts/status/1788736525464686804",
- "display": "x.com/rawsalerts/sta…"
- },
- "reply_count": 44,
- "retweet_count": 102,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1788738333847511534"
- }
- }
- }
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778579",
- "sortIndex": "1807077672547778541",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778579-tweet-1788738333847511534",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788738333847511534",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788738333847511534"
- ],
- "editable_until_msecs": "1715307026000",
- "is_edit_eligible": true,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "230736",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788736525464686804",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTc2MDI2MTM2MTE3MTY2MDgw",
- "rest_id": "1176026136117166080",
- "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 Sep 23 06:51:06 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "RawsAlerts is your go-to source for fast and accurate news coverage, specializing in groundbreaking events across the USA. Follow @Rawsglobal for world news",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/Rawsalerts",
- "expanded_url": "https://linktr.ee/Rawsalerts",
- "url": "https://t.co/xCzsNRZy23",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008552,
- "friends_count": 1990,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3362,
- "location": "United states ",
- "media_count": 4027,
- "name": "R A W S A L E R T S",
- "normal_followers_count": 1008552,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "rawsalerts",
- "statuses_count": 12719,
- "translator_type": "none",
- "url": "https://t.co/xCzsNRZy23",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1468694101444988935",
- "professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788736525464686804"
- ],
- "editable_until_msecs": "1715306595000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "588222",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 72,
- "bookmarked": false,
- "created_at": "Fri May 10 01:03:15 +0000 2024",
- "conversation_id_str": "1788714359104983469",
- "display_text_range": [
- 0,
- 265
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 1,
- 8
- ],
- "text": "UPDATE"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 89,
- 101
- ]
- }
- ]
- },
- "favorite_count": 5660,
- "favorited": false,
- "full_text": "🚨#UPDATE: We have received fantastic news from X as Many of them have reached out to me. @Xdevelopers is now contacting and directly supporting the National Weather Service, ensuring all emergency and weather apps maintain free API access for critical purposes only",
- "in_reply_to_screen_name": "rawsalerts",
- "in_reply_to_status_id_str": "1788714359104983469",
- "in_reply_to_user_id_str": "1176026136117166080",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 47,
- "reply_count": 80,
- "retweet_count": 536,
- "retweeted": false,
- "user_id_str": "1176026136117166080",
- "id_str": "1788736525464686804"
- }
- }
- },
- "legacy": {
- "bookmark_count": 26,
- "bookmarked": false,
- "created_at": "Fri May 10 01:10:26 +0000 2024",
- "conversation_id_str": "1788738333847511534",
- "display_text_range": [
- 0,
- 265
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1176026136117166080",
- "name": "R A W S A L E R T S",
- "screen_name": "rawsalerts",
- "indices": [
- 7,
- 18
- ]
- }
- ]
- },
- "favorite_count": 697,
- "favorited": false,
- "full_text": "Thanks @rawsalerts! While we've given ample 1 year notice and many reminders, we understand it's not easy to always keep up to date. This is why we're staying proactive and working diligently to help all emergency & public utility apps with API access for free.",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 14,
- "quoted_status_id_str": "1788736525464686804",
- "quoted_status_permalink": {
- "url": "https://t.co/gj0KB1QW92",
- "expanded": "https://twitter.com/rawsalerts/status/1788736525464686804",
- "display": "x.com/rawsalerts/sta…"
- },
- "reply_count": 44,
- "retweet_count": 102,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1788738333847511534"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778579-tweet-1788738521290731938",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788738521290731938",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTc2MDI2MTM2MTE3MTY2MDgw",
- "rest_id": "1176026136117166080",
- "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 Sep 23 06:51:06 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "RawsAlerts is your go-to source for fast and accurate news coverage, specializing in groundbreaking events across the USA. Follow @Rawsglobal for world news",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/Rawsalerts",
- "expanded_url": "https://linktr.ee/Rawsalerts",
- "url": "https://t.co/xCzsNRZy23",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008552,
- "friends_count": 1990,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3362,
- "location": "United states ",
- "media_count": 4027,
- "name": "R A W S A L E R T S",
- "normal_followers_count": 1008552,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "rawsalerts",
- "statuses_count": 12719,
- "translator_type": "none",
- "url": "https://t.co/xCzsNRZy23",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1468694101444988935",
- "professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788738521290731938"
- ],
- "editable_until_msecs": "1715307071000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "4066",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Fri May 10 01:11:11 +0000 2024",
- "conversation_id_str": "1788738333847511534",
- "display_text_range": [
- 13,
- 32
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2244994945",
- "name": "Developers",
- "screen_name": "XDevelopers",
- "indices": [
- 0,
- 12
- ]
- }
- ]
- },
- "favorite_count": 56,
- "favorited": false,
- "full_text": "@XDevelopers Thank you guys! 🙌❤️",
- "in_reply_to_screen_name": "XDevelopers",
- "in_reply_to_status_id_str": "1788738333847511534",
- "in_reply_to_user_id_str": "2244994945",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "1176026136117166080",
- "id_str": "1788738521290731938"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778579-tweet-1788739161362739392",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788739161362739392",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788739161362739392"
- ],
- "editable_until_msecs": "1715307223000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3320",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 0,
- "bookmarked": false,
- "created_at": "Fri May 10 01:13:43 +0000 2024",
- "conversation_id_str": "1788738333847511534",
- "display_text_range": [
- 12,
- 28
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "1176026136117166080",
- "name": "R A W S A L E R T S",
- "screen_name": "rawsalerts",
- "indices": [
- 0,
- 11
- ]
- }
- ]
- },
- "favorite_count": 48,
- "favorited": false,
- "full_text": "@rawsalerts Thank you too! 🫡",
- "in_reply_to_screen_name": "rawsalerts",
- "in_reply_to_status_id_str": "1788738521290731938",
- "in_reply_to_user_id_str": "1176026136117166080",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 2,
- "retweet_count": 0,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1788739161362739392"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1788738333847511534",
- "1788738521290731938",
- "1788739161362739392"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778580",
- "sortIndex": "1807077672547778540",
- "content": {
- "entryType": "TimelineTimelineModule",
- "__typename": "TimelineTimelineModule",
- "items": [
- {
- "entryId": "profile-conversation-1807077672547778580-tweet-1788718733361299733",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788718733361299733",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxOTEzMzgzMw==",
- "rest_id": "19133833",
- "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 18 02:47:48 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The Internet's Weather Man |",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/ryanhallyall",
- "expanded_url": "https://linktr.ee/ryanhallyall",
- "url": "https://t.co/0oovOeJabb",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 19196,
- "followers_count": 290783,
- "friends_count": 1214,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1284,
- "location": "Kentucky, USA",
- "media_count": 2483,
- "name": "Ryan Hall, Y’all",
- "normal_followers_count": 290783,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/19133833/1613674801",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1649791293990502404/g9AjOXbE_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ryanhallyall",
- "statuses_count": 10940,
- "translator_type": "none",
- "url": "https://t.co/0oovOeJabb",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1475228357956718595",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "bc1q3gffj58vpdykm7tvjewa0qksk4qewnstvp3gs5",
- "venmo_handle": "ryanhallyall"
- },
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788718733361299733"
- ],
- "editable_until_msecs": "1715302353000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "564179",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "quoted_status_result": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788714359104983469",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMTc2MDI2MTM2MTE3MTY2MDgw",
- "rest_id": "1176026136117166080",
- "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 Sep 23 06:51:06 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "RawsAlerts is your go-to source for fast and accurate news coverage, specializing in groundbreaking events across the USA. Follow @Rawsglobal for world news",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/Rawsalerts",
- "expanded_url": "https://linktr.ee/Rawsalerts",
- "url": "https://t.co/xCzsNRZy23",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 43916,
- "followers_count": 1008552,
- "friends_count": 1990,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 3362,
- "location": "United states ",
- "media_count": 4027,
- "name": "R A W S A L E R T S",
- "normal_followers_count": 1008552,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1176026136117166080/1704687518",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1603089247313035264/ZRPrAxM1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "rawsalerts",
- "statuses_count": 12719,
- "translator_type": "none",
- "url": "https://t.co/xCzsNRZy23",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1468694101444988935",
- "professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {},
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788714359104983469"
- ],
- "editable_until_msecs": "1715301310000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3112581",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "note_tweet": {
- "is_expandable": true,
- "note_tweet_results": {
- "result": {
- "id": "Tm90ZVR3ZWV0OjE3ODg3MTQzNTkwMjA5ODYzNjk=",
- "text": "🚨#BREAKING: National Weather Service offices across the United States responsible for issuing watches/warnings and advisories for severe weather events such as tornadoes, severe storms and other occurrences state that they can no longer post all warnings in real-time due to X/Twitter limiting their automated tweets.",
- "entity_set": {
- "hashtags": [
- {
- "indices": [
- 1,
- 10
- ],
- "text": "BREAKING"
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- }
- }
- }
- },
- "legacy": {
- "bookmark_count": 739,
- "bookmarked": false,
- "created_at": "Thu May 09 23:35:10 +0000 2024",
- "conversation_id_str": "1788714359104983469",
- "display_text_range": [
- 0,
- 274
- ],
- "entities": {
- "hashtags": [
- {
- "indices": [
- 1,
- 10
- ],
- "text": "BREAKING"
- }
- ],
- "media": [
- {
- "display_url": "pic.x.com/hf6du0ug6e",
- "expanded_url": "https://twitter.com/rawsalerts/status/1788714359104983469/video/1",
- "id_str": "1788714288586104832",
- "indices": [
- 275,
- 298
- ],
- "media_key": "13_1788714288586104832",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1788714288586104832/img/od5EaFZpBbqniwo_.jpg",
- "type": "video",
- "url": "https://t.co/hF6du0uG6e",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 10000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/pl/c7mns0eIOq9osrTv.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/480x270/4TlPqf12k9ha_YyG.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/640x360/kQvifaA9wBG9Zx-b.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/1280x720/HzBpw2KFQ7ndXuuj.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1788714288586104832"
- }
- }
- }
- ],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": []
- },
- "extended_entities": {
- "media": [
- {
- "display_url": "pic.twitter.com/hF6du0uG6e",
- "expanded_url": "https://twitter.com/rawsalerts/status/1788714359104983469/video/1",
- "id_str": "1788714288586104832",
- "indices": [
- 275,
- 298
- ],
- "media_key": "13_1788714288586104832",
- "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1788714288586104832/img/od5EaFZpBbqniwo_.jpg",
- "type": "video",
- "url": "https://t.co/hF6du0uG6e",
- "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": []
- },
- "allow_download_status": {
- "allow_download": true
- },
- "video_info": {
- "aspect_ratio": [
- 16,
- 9
- ],
- "duration_millis": 10000,
- "variants": [
- {
- "content_type": "application/x-mpegURL",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/pl/c7mns0eIOq9osrTv.m3u8?tag=14"
- },
- {
- "bitrate": 288000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/480x270/4TlPqf12k9ha_YyG.mp4?tag=14"
- },
- {
- "bitrate": 832000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/640x360/kQvifaA9wBG9Zx-b.mp4?tag=14"
- },
- {
- "bitrate": 2176000,
- "content_type": "video/mp4",
- "url": "https://video.twimg.com/amplify_video/1788714288586104832/vid/avc1/1280x720/HzBpw2KFQ7ndXuuj.mp4?tag=14"
- }
- ]
- },
- "media_results": {
- "result": {
- "media_key": "13_1788714288586104832"
- }
- }
- }
- ]
- },
- "favorite_count": 9188,
- "favorited": false,
- "full_text": "🚨#BREAKING: National Weather Service offices across the United States responsible for issuing watches/warnings and advisories for severe weather events such as tornadoes, severe storms and other occurrences state that they can no longer post all warnings in real-time due to https://t.co/hF6du0uG6e",
- "is_quote_status": false,
- "lang": "en",
- "possibly_sensitive": false,
- "possibly_sensitive_editable": true,
- "quote_count": 453,
- "reply_count": 935,
- "retweet_count": 2299,
- "retweeted": false,
- "user_id_str": "1176026136117166080",
- "id_str": "1788714359104983469"
- }
- }
- },
- "legacy": {
- "bookmark_count": 92,
- "bookmarked": false,
- "created_at": "Thu May 09 23:52:33 +0000 2024",
- "conversation_id_str": "1788718733361299733",
- "display_text_range": [
- 0,
- 30
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 21,
- 30
- ]
- }
- ]
- },
- "favorite_count": 4895,
- "favorited": false,
- "full_text": "That’s not cool, bro @elonmusk",
- "is_quote_status": true,
- "lang": "en",
- "quote_count": 16,
- "quoted_status_id_str": "1788714359104983469",
- "quoted_status_permalink": {
- "url": "https://t.co/AFGzBzeSj1",
- "expanded": "https://twitter.com/rawsalerts/status/1788714359104983469",
- "display": "x.com/rawsalerts/sta…"
- },
- "reply_count": 164,
- "retweet_count": 567,
- "retweeted": false,
- "user_id_str": "19133833",
- "id_str": "1788718733361299733"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778580-tweet-1788724956403990827",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788724956403990827",
- "core": {
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxOTEzMzgzMw==",
- "rest_id": "19133833",
- "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 18 02:47:48 +0000 2009",
- "default_profile": false,
- "default_profile_image": false,
- "description": "The Internet's Weather Man |",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "linktr.ee/ryanhallyall",
- "expanded_url": "https://linktr.ee/ryanhallyall",
- "url": "https://t.co/0oovOeJabb",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 19196,
- "followers_count": 290783,
- "friends_count": 1214,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1284,
- "location": "Kentucky, USA",
- "media_count": 2483,
- "name": "Ryan Hall, Y’all",
- "normal_followers_count": 290783,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/19133833/1613674801",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1649791293990502404/g9AjOXbE_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "ryanhallyall",
- "statuses_count": 10940,
- "translator_type": "none",
- "url": "https://t.co/0oovOeJabb",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1475228357956718595",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "bc1q3gffj58vpdykm7tvjewa0qksk4qewnstvp3gs5",
- "venmo_handle": "ryanhallyall"
- },
- "super_follow_eligible": true
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788724956403990827"
- ],
- "editable_until_msecs": "1715303837000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "9452",
- "state": "EnabledWithCount"
- },
- "source": "Twitter for iPhone",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Fri May 10 00:17:17 +0000 2024",
- "conversation_id_str": "1788718733361299733",
- "display_text_range": [
- 33,
- 137
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "2533341854",
- "name": "Chris Park",
- "screen_name": "chrisparkX",
- "indices": [
- 0,
- 11
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 12,
- 21
- ]
- },
- {
- "id_str": "554511497",
- "name": "Raw alerts",
- "screen_name": "rawalerts",
- "indices": [
- 22,
- 32
- ]
- },
- {
- "id_str": "454313925",
- "name": "National Weather Service",
- "screen_name": "NWS",
- "indices": [
- 43,
- 47
- ]
- }
- ]
- },
- "favorite_count": 90,
- "favorited": false,
- "full_text": "@chrisparkX @elonmusk @rawalerts What does @NWS have to do to get it working? It seems they are hitting limits despite being whitelisted.",
- "in_reply_to_screen_name": "chrisparkX",
- "in_reply_to_status_id_str": "1788723297414439249",
- "in_reply_to_user_id_str": "2533341854",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 0,
- "reply_count": 5,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "19133833",
- "id_str": "1788724956403990827"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "profile-conversation-1807077672547778580-tweet-1788731652342235527",
- "item": {
- "itemContent": {
- "itemType": "TimelineTweet",
- "__typename": "TimelineTweet",
- "tweet_results": {
- "result": {
- "__typename": "Tweet",
- "rest_id": "1788731652342235527",
- "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": true,
- "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.x.com",
- "expanded_url": "https://developer.x.com/",
- "url": "https://t.co/O13IfbuPqq",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2148,
- "followers_count": 646174,
- "friends_count": 1777,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 2684,
- "location": "127.0.0.1",
- "media_count": 820,
- "name": "Developers",
- "normal_followers_count": 646174,
- "pinned_tweet_ids_str": [
- "1770153912013615285"
- ],
- "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": 4089,
- "translator_type": "regular",
- "url": "https://t.co/O13IfbuPqq",
- "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"
- }
- ]
- },
- "tipjar_settings": {}
- }
- }
- },
- "unmention_data": {},
- "edit_control": {
- "edit_tweet_ids": [
- "1788731652342235527"
- ],
- "editable_until_msecs": "1715305433000",
- "is_edit_eligible": false,
- "edits_remaining": "5"
- },
- "is_translatable": false,
- "views": {
- "count": "3687",
- "state": "EnabledWithCount"
- },
- "source": "Twitter Web App",
- "legacy": {
- "bookmark_count": 2,
- "bookmarked": false,
- "created_at": "Fri May 10 00:43:53 +0000 2024",
- "conversation_id_str": "1788718733361299733",
- "display_text_range": [
- 52,
- 95
- ],
- "entities": {
- "hashtags": [],
- "symbols": [],
- "timestamps": [],
- "urls": [],
- "user_mentions": [
- {
- "id_str": "19133833",
- "name": "Ryan Hall, Y’all",
- "screen_name": "ryanhallyall",
- "indices": [
- 0,
- 13
- ]
- },
- {
- "id_str": "2533341854",
- "name": "Chris Park",
- "screen_name": "chrisparkX",
- "indices": [
- 14,
- 25
- ]
- },
- {
- "id_str": "44196397",
- "name": "Elon Musk",
- "screen_name": "elonmusk",
- "indices": [
- 26,
- 35
- ]
- },
- {
- "id_str": "554511497",
- "name": "Raw alerts",
- "screen_name": "rawalerts",
- "indices": [
- 36,
- 46
- ]
- },
- {
- "id_str": "454313925",
- "name": "National Weather Service",
- "screen_name": "NWS",
- "indices": [
- 47,
- 51
- ]
- },
- {
- "id_str": "454313925",
- "name": "National Weather Service",
- "screen_name": "NWS",
- "indices": [
- 91,
- 95
- ]
- }
- ]
- },
- "favorite_count": 42,
- "favorited": false,
- "full_text": "@ryanhallyall @chrisparkX @elonmusk @rawalerts @NWS They need to simply check their DMs :) @NWS",
- "in_reply_to_screen_name": "ryanhallyall",
- "in_reply_to_status_id_str": "1788724956403990827",
- "in_reply_to_user_id_str": "19133833",
- "is_quote_status": false,
- "lang": "en",
- "quote_count": 2,
- "reply_count": 3,
- "retweet_count": 1,
- "retweeted": false,
- "user_id_str": "2244994945",
- "id_str": "1788731652342235527"
- }
- }
- },
- "tweetDisplayType": "Tweet"
- },
- "clientEventInfo": {
- "component": "tweet",
- "element": "tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- }
- ],
- "metadata": {
- "conversationMetadata": {
- "allTweetIds": [
- "1788718733361299733",
- "1788723297414439249",
- "1788724956403990827",
- "1788731652342235527"
- ],
- "enableDeduplication": true
- }
- },
- "displayType": "VerticalConversation",
- "clientEventInfo": {
- "component": "suggest_ranked_organic_tweet",
- "details": {
- "timelinesDetails": {
- "injectionType": "RankedOrganicTweet",
- "controllerData": "DAACDAABDAABCgABAAAAAAAAAAAKAAkYsfPG1drgAAAAAAA="
- }
- }
- }
- }
- },
- {
- "entryId": "cursor-top-1807077672547778561",
- "sortIndex": "1807077672547778561",
+ "entryId": "cursor-top-1842759104427196417",
+ "sortIndex": "1842759104427196417",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHkaHAJxEKAAIZBM3Y0JdBqwgAAwAAAAEAAA",
+ "value": "DAABCgABGZLLpGIAJxEKAAIZjtSIEZsgAAgAAwAAAAEAAA",
"cursorType": "Top"
}
},
{
- "entryId": "cursor-bottom-1807077672547778539",
- "sortIndex": "1807077672547778539",
+ "entryId": "cursor-bottom-1842759104427196396",
+ "sortIndex": "1842759104427196396",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "DAABCgABGRQHkaG__-kKAAIY0tn18FtBhwgAAwAAAAIAAA",
+ "value": "DAABCgABGZLLpGH__-oKAAIY2O-qixsBrggAAwAAAAIAAA",
"cursorType": "Bottom"
}
}
diff --git a/tests/mocked-data/raw_verified_followers.json b/tests/mocked-data/raw_verified_followers.json
index f78ff0d..569bec7 100644
--- a/tests/mocked-data/raw_verified_followers.json
+++ b/tests/mocked-data/raw_verified_followers.json
@@ -21,8 +21,8 @@
"type": "TimelineAddEntries",
"entries": [
{
- "entryId": "user-1205246411773792257",
- "sortIndex": "1807077640255832064",
+ "entryId": "user-787064935",
+ "sortIndex": "1842759076463771648",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -32,475 +32,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxMjA1MjQ2NDExNzczNzkyMjU3",
- "rest_id": "1205246411773792257",
- "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 Dec 12 22:02:02 +0000 2019",
- "default_profile": true,
- "default_profile_image": false,
- "description": "It is well to give when asked, but it is better to give unasked, through understanding. #perfect",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 18,
- "followers_count": 14,
- "friends_count": 19,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Germany",
- "media_count": 0,
- "name": "IORDC",
- "normal_followers_count": 14,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1205246411773792257/1708646195",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1760815783133732865/ZH2fdOk__normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IORDC_A",
- "statuses_count": 10,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1807063856096698613",
- "professional_type": "Creator",
- "category": [
- {
- "id": 478,
- "name": "Advertising & Marketing Agency",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1656139765115400192",
- "sortIndex": "1807077640255832063",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjU2MTM5NzY1MTE1NDAwMTky",
- "rest_id": "1656139765115400192",
- "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 10 03:31:44 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Introvert programmer navigating the digital realm. ♥ ThinkPad",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "MeSilicon7.com",
- "expanded_url": "http://MeSilicon7.com",
- "url": "https://t.co/FS6ge5sgbW",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 358,
- "followers_count": 135,
- "friends_count": 400,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "MéSilicon7",
- "media_count": 4,
- "name": "MéSilicon7",
- "normal_followers_count": 135,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1656139765115400192/1705907490",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1724454988540428288/HSBShiE1_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "MeSilicon7",
- "statuses_count": 58,
- "translator_type": "none",
- "url": "https://t.co/FS6ge5sgbW",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1717065844818321534",
- "professional_type": "Creator",
- "category": [
- {
- "id": 144,
- "name": "Education",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-2588603394",
- "sortIndex": "1807077640255832062",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyNTg4NjAzMzk0",
- "rest_id": "2588603394",
- "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 26 01:56:53 +0000 2014",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Sifting through the sands of data, uncovering gems of insight.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 27,
- "followers_count": 10,
- "friends_count": 22,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 0,
- "name": "DreamyDestiny🌌",
- "normal_followers_count": 10,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2588603394/1716636547",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1794329713604694016/IA7U0ezT_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Immutable_nft_",
- "statuses_count": 36,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1257268724316307457",
- "sortIndex": "1807077640255832061",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMjU3MjY4NzI0MzE2MzA3NDU3",
- "rest_id": "1257268724316307457",
- "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 May 04 11:20:12 +0000 2020",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Graceful fire 🔥✨",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 11,
- "followers_count": 7,
- "friends_count": 84,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 17,
- "name": "EnchantedEmpress 👸",
- "normal_followers_count": 7,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1257268724316307457/1715613911",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803442448246484993/hEcn10uQ_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "KannanA40107927",
- "statuses_count": 23,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-209798268",
- "sortIndex": "1807077640255832060",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyMDk3OTgyNjg=",
- "rest_id": "209798268",
- "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 Oct 29 23:21:14 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "岩本竜🪨📕🐉。竜爪波動教教祖。 我、神ヲ超越セシ者...なんてな!🤪 My name is Ryu Iwamoto live kyoto hukuchiyama. I'm legend's Genius most than at cosmo.hahaha!",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "lit.link/byadachi",
- "expanded_url": "https://lit.link/byadachi",
- "url": "https://t.co/6vFJWApUHU",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 38978,
- "followers_count": 1538,
- "friends_count": 4937,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 46,
- "location": "京都 福知山市",
- "media_count": 17277,
- "name": "魔神竜@びゃだち@どらぐにゃ〜🐉",
- "normal_followers_count": 1538,
- "pinned_tweet_ids_str": [
- "1806543560730439884"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/209798268/1694511805",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803902639668891649/H2sB7O_Q_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "byadachi",
- "statuses_count": 72598,
- "translator_type": "none",
- "url": "https://t.co/6vFJWApUHU",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1624945203059752960",
- "professional_type": "Creator",
- "category": [
- {
- "id": 1017,
- "name": "Artist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1737228116408340480",
- "sortIndex": "1807077640255832059",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNzM3MjI4MTE2NDA4MzQwNDgw",
- "rest_id": "1737228116408340480",
- "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 Dec 19 21:47:31 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 3597,
- "followers_count": 431,
- "friends_count": 646,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Solana",
- "media_count": 203,
- "name": "TheMemeWolf",
- "normal_followers_count": 431,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1737228116408340480/1718824713",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1803480574314647552/QJryKXOh_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "TheMemeWolff",
- "statuses_count": 522,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1788947636449411398",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-718040466248237056",
- "sortIndex": "1807077640255832058",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo3MTgwNDA0NjYyNDgyMzcwNTY=",
- "rest_id": "718040466248237056",
+ "id": "VXNlcjo3ODcwNjQ5MzU=",
+ "rest_id": "787064935",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": false,
- "created_at": "Thu Apr 07 11:39:22 +0000 2016",
- "default_profile": true,
+ "created_at": "Tue Aug 28 13:52:53 +0000 2012",
+ "default_profile": false,
"default_profile_image": false,
- "description": "車、洗車、カメラ、パソコンが好きです。7/6、7/21",
+ "description": "🇮🇩 | #Bitcoin not crypto. | ⚡️: taufiq@walletofsatoshi.com || @PintuID Referral: 0xtaufiq || 📝 post are fully my own. Not an financial advice at all. DYOR!🧡",
"entities": {
"description": {
"urls": []
@@ -508,9 +53,9 @@
"url": {
"urls": [
{
- "display_url": "ql.je",
- "expanded_url": "http://ql.je",
- "url": "https://t.co/3LIbqhBfxv",
+ "display_url": "bitcoin.org",
+ "expanded_url": "https://bitcoin.org",
+ "url": "https://t.co/8dReJ1Ason",
"indices": [
0,
23
@@ -520,31 +65,118 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 27572,
- "followers_count": 342,
- "friends_count": 847,
+ "favourites_count": 20701,
+ "followers_count": 27042,
+ "friends_count": 3543,
"has_custom_timelines": true,
"is_translator": false,
- "listed_count": 1,
- "location": "乗っ取った人お腹壊す",
- "media_count": 1984,
- "name": "お豆腐メンタル☽ ⋆゜",
- "normal_followers_count": 342,
+ "listed_count": 12,
+ "location": "Indonesia",
+ "media_count": 3426,
+ "name": "Taufiq ₿⚡️",
+ "normal_followers_count": 27042,
"pinned_tweet_ids_str": [
- "1805550185763979684"
+ "1833035497406444018"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/718040466248237056/1716981956",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1775637140317319168/WRR4fBb2_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/787064935/1724784779",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1819927913975992320/W--TUpbM_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "h_yuk13",
- "statuses_count": 17882,
- "translator_type": "none",
- "url": "https://t.co/3LIbqhBfxv",
+ "screen_name": "bitcoinfiq",
+ "statuses_count": 130386,
+ "translator_type": "regular",
+ "url": "https://t.co/8dReJ1Ason",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
+ "professional": {
+ "rest_id": "1498551292930957315",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 958,
+ "name": "Entrepreneur",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "3EDTRfUqTbqzWh5fXcf3f4ZvkZz1KKSDnz",
+ "ethereum_handle": "0xD63b59D3A54b325db78f697FD5a52384258f0E2D"
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-845839664976035841",
+ "sortIndex": "1842759076463771647",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4NDU4Mzk2NjQ5NzYwMzU4NDE=",
+ "rest_id": "845839664976035841",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Sun Mar 26 03:27:45 +0000 2017",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "Anyone else remember where I parked my car?",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 195949,
+ "followers_count": 1007,
+ "friends_count": 727,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 6,
+ "location": "Ask",
+ "media_count": 719,
+ "name": "Batmantis",
+ "normal_followers_count": 1007,
+ "pinned_tweet_ids_str": [
+ "1814159342523867220"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/845839664976035841/1687242791",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842364142038249473/4zux41Gc_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "BatMantisRises",
+ "statuses_count": 27308,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1606166958109777921",
+ "professional_type": "Creator",
+ "category": []
+ },
"tipjar_settings": {
"is_enabled": false
}
@@ -559,8 +191,8 @@
}
},
{
- "entryId": "user-229703984",
- "sortIndex": "1807077640255832057",
+ "entryId": "user-4768362923",
+ "sortIndex": "1842759076463771646",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -570,92 +202,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyMjk3MDM5ODQ=",
- "rest_id": "229703984",
+ "id": "VXNlcjo0NzY4MzYyOTIz",
+ "rest_id": "4768362923",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Dec 23 03:23:22 +0000 2010",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Aussie 🇦🇺",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 78229,
- "followers_count": 547,
- "friends_count": 4880,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1,
- "location": " Brisbane Queensland Australia",
- "media_count": 1655,
- "name": "Sean Buckley",
- "normal_followers_count": 547,
- "pinned_tweet_ids_str": [
- "1740355208851697811"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/229703984/1617640464",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1643810016233934849/kYiwBs-t_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "SATTY094",
- "statuses_count": 7037,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1667240250543071237",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-894125120242974722",
- "sortIndex": "1807077640255832056",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo4OTQxMjUxMjAyNDI5NzQ3MjI=",
- "rest_id": "894125120242974722",
- "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 Aug 06 09:16:55 +0000 2017",
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Sun Jan 10 22:29:55 +0000 2016",
"default_profile": true,
"default_profile_image": false,
- "description": "I'm starting a boutique talent management agency and media production company with a focus on queer storytelling",
+ "description": "",
"entities": {
"description": {
"urls": []
@@ -663,9 +223,9 @@
"url": {
"urls": [
{
- "display_url": "lcnmngmnt.business.site",
- "expanded_url": "http://lcnmngmnt.business.site",
- "url": "https://t.co/ZyxCa87Hjc",
+ "display_url": "opensea.io/terryhyery",
+ "expanded_url": "https://opensea.io/terryhyery",
+ "url": "https://t.co/7wL5nNWNMb",
"indices": [
0,
23
@@ -675,46 +235,30 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 2756,
- "followers_count": 390,
- "friends_count": 3403,
- "has_custom_timelines": true,
+ "favourites_count": 23,
+ "followers_count": 28941,
+ "friends_count": 13,
+ "has_custom_timelines": false,
"is_translator": false,
"listed_count": 0,
- "location": "",
- "media_count": 55,
- "name": "Genevieve LeNoir",
- "normal_followers_count": 390,
- "pinned_tweet_ids_str": [
- "1765188570057253245"
- ],
- "possibly_sensitive": true,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/894125120242974722/1672061286",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1459253659666198532/4ZiRhrA3_normal.jpg",
+ "location": "USA",
+ "media_count": 4,
+ "name": "WlLFl",
+ "normal_followers_count": 28941,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/4768362923/1717778933",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1841089588653408257/QsTfJ2NC_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "GenevieveLeNoi1",
- "statuses_count": 812,
+ "screen_name": "worIdIiberty_fi",
+ "statuses_count": 46,
"translator_type": "none",
- "url": "https://t.co/ZyxCa87Hjc",
+ "url": "https://t.co/7wL5nNWNMb",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
- "professional": {
- "rest_id": "1486142002974670851",
- "professional_type": "Business",
- "category": [
- {
- "id": 580,
- "name": "Media & News Company",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true,
- "cash_app_handle": "theglenoir"
- }
+ "tipjar_settings": {}
}
},
"userDisplayType": "User"
@@ -726,8 +270,8 @@
}
},
{
- "entryId": "user-1803896670935011329",
- "sortIndex": "1807077640255832055",
+ "entryId": "user-1354287406145531904",
+ "sortIndex": "1842759076463771645",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -737,42 +281,113 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoxODAzODk2NjcwOTM1MDExMzI5",
- "rest_id": "1803896670935011329",
+ "id": "VXNlcjoxMzU0Mjg3NDA2MTQ1NTMxOTA0",
+ "rest_id": "1354287406145531904",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
- "protected": true,
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Jun 20 21:04:55 +0000 2024",
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Wed Jan 27 04:37:45 +0000 2021",
"default_profile": true,
- "default_profile_image": true,
- "description": "",
+ "default_profile_image": false,
+ "description": "Send it with ME\n\n$SCS | $degod",
"entities": {
"description": {
"urls": []
}
},
"fast_followers_count": 0,
- "favourites_count": 283,
- "followers_count": 13,
- "friends_count": 494,
- "has_custom_timelines": false,
+ "favourites_count": 5899,
+ "followers_count": 1350,
+ "friends_count": 2173,
+ "has_custom_timelines": true,
"is_translator": false,
- "listed_count": 0,
- "location": "Chicago, IL",
- "media_count": 2,
- "name": "dana00sven",
- "normal_followers_count": 13,
+ "listed_count": 4,
+ "location": "",
+ "media_count": 327,
+ "name": "Haste",
+ "normal_followers_count": 1350,
"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/1354287406145531904/1644623152",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840951659058331660/KUeYiB68_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "dana00sven",
- "statuses_count": 43,
+ "screen_name": "HasteDOTsol",
+ "statuses_count": 2406,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1493284381674328070",
+ "professional_type": "Creator",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1436328642011746310",
+ "sortIndex": "1842759076463771644",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDM2MzI4NjQyMDExNzQ2MzEw",
+ "rest_id": "1436328642011746310",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Fri Sep 10 14:00:20 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "💯 𝑭𝒐𝒍𝒍𝒐𝒘 ❤️🔥\n💯 𝟏𝟖+ 𝐏𝐚𝐫𝐚𝐝𝐢𝐬𝐞 𝐈𝐬 𝐇𝐞𝐫𝐞,𝐋𝐞𝐭'𝐬 𝐑𝐞𝐥𝐚𝐱 𝐀𝐧𝐝 𝐄𝐧𝐣𝐨𝐲 💕 \n @thanh_huyen2000\n@chudaimeme\n@thuhoai_2000",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 2053,
+ "followers_count": 5209,
+ "friends_count": 216,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 5,
+ "location": "",
+ "media_count": 107,
+ "name": "Miss_Hoai",
+ "normal_followers_count": 5209,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1436328642011746310/1701402323",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1730478608739872768/kLiOCdli_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "thuhoai_2000",
+ "statuses_count": 1569,
"translator_type": "none",
"verified": false,
"want_retweets": false,
@@ -790,8 +405,8 @@
}
},
{
- "entryId": "user-204831243",
- "sortIndex": "1807077640255832054",
+ "entryId": "user-1834757385065246721",
+ "sortIndex": "1842759076463771643",
"content": {
"entryType": "TimelineTimelineItem",
"__typename": "TimelineTimelineItem",
@@ -801,19 +416,20 @@
"user_results": {
"result": {
"__typename": "User",
- "id": "VXNlcjoyMDQ4MzEyNDM=",
- "rest_id": "204831243",
+ "id": "VXNlcjoxODM0NzU3Mzg1MDY1MjQ2NzIx",
+ "rest_id": "1834757385065246721",
"affiliates_highlighted_label": {},
"has_graduated_access": true,
"is_blue_verified": true,
"profile_image_shape": "Circle",
"legacy": {
+ "following": false,
"can_dm": true,
"can_media_tag": true,
- "created_at": "Tue Oct 19 15:21:54 +0000 2010",
- "default_profile": false,
+ "created_at": "Sat Sep 14 00:53:59 +0000 2024",
+ "default_profile": true,
"default_profile_image": false,
- "description": "• Founder of @BackrSports (Techstars)\n• Building the best way to integrate sports content on your platform.",
+ "description": "Pure traits from No-Punks and a little sauce from based punks ✊🏻 Created by Mike ✊🏻 basedmints.base.eth",
"entities": {
"description": {
"urls": []
@@ -821,9 +437,9 @@
"url": {
"urls": [
{
- "display_url": "BackrSports.com",
- "expanded_url": "http://BackrSports.com",
- "url": "https://t.co/jcuhYQ4QyQ",
+ "display_url": "nobased.com",
+ "expanded_url": "https://www.nobased.com",
+ "url": "https://t.co/QIqkvo3Eyh",
"indices": [
0,
23
@@ -833,33 +449,1140 @@
}
},
"fast_followers_count": 0,
- "favourites_count": 3403,
- "followers_count": 514,
- "friends_count": 1031,
- "has_custom_timelines": true,
+ "favourites_count": 2532,
+ "followers_count": 1297,
+ "friends_count": 130,
+ "has_custom_timelines": false,
"is_translator": false,
- "listed_count": 4,
- "location": "Birmingham, AL",
- "media_count": 190,
- "name": "Thomas Coiner",
- "normal_followers_count": 514,
+ "listed_count": 3,
+ "location": "Base",
+ "media_count": 689,
+ "name": "No-Based",
+ "normal_followers_count": 1297,
"pinned_tweet_ids_str": [
- "1684295541868597248"
+ "1842749046944874788"
],
"possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/204831243/1693953689",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1605293615336640531/BWbbrVIJ_normal.jpg",
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1834757385065246721/1726944531",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1834954321751953408/x0YXqRPa_normal.jpg",
"profile_interstitial_type": "",
- "screen_name": "ThomasAtBackr",
- "statuses_count": 780,
+ "screen_name": "NoBaseism",
+ "statuses_count": 2475,
+ "translator_type": "none",
+ "url": "https://t.co/QIqkvo3Eyh",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1754647754171879424",
+ "sortIndex": "1842759076463771642",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzU0NjQ3NzU0MTcxODc5NDI0",
+ "rest_id": "1754647754171879424",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Feb 05 23:27:34 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "A New Matrix Awakens ✨| Connecting All The Dots 🚀 | Wisdom From Beyond🪐 | #MAGA🇺🇸 | Guiding Humanity & Expanding The Scope Of Knowledge 💫|",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1007,
+ "followers_count": 4617,
+ "friends_count": 7497,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Deep South Massachusetts, USA",
+ "media_count": 561,
+ "name": "👁️MATRIX🇺🇸",
+ "normal_followers_count": 4617,
+ "pinned_tweet_ids_str": [
+ "1842073916270915602"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1754647754171879424/1727799803",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1782490510650646528/DIZL0sL9_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "MATRIXNEWSX",
+ "statuses_count": 6069,
"translator_type": "none",
- "url": "https://t.co/jcuhYQ4QyQ",
"verified": false,
"want_retweets": false,
"withheld_in_countries": []
},
"professional": {
- "rest_id": "1599250646754099201",
+ "rest_id": "1782515815876645005",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 713,
+ "name": "Science & Technology",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "bc1qmu89x9r07pt8qldlpmgygnmv4kmxhf9d5etkyx",
+ "cash_app_handle": "juicewrlddid",
+ "ethereum_handle": "0x741B31F9f6A91a3B12F8e89D0D22c1e76B041e1F",
+ "venmo_handle": "illuminateme369"
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1001041302",
+ "sortIndex": "1842759076463771641",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDAxMDQxMzAy",
+ "rest_id": "1001041302",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Mon Dec 10 06:17:50 +0000 2012",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "🇺🇸🇺🇸 I am a Canadian living in the United States, I love my job and my life. International trade export career.",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "morningbridge.com",
+ "expanded_url": "http://www.morningbridge.com",
+ "url": "https://t.co/9FgkwcRekQ",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 217,
+ "followers_count": 249,
+ "friends_count": 125,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Los Angeles, California",
+ "media_count": 2,
+ "name": "Lesica",
+ "normal_followers_count": 249,
+ "pinned_tweet_ids_str": [
+ "1842033420307923061"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1001041302/1727713208",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1840788721601581057/gL3qWKNv_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "jerkey5150",
+ "statuses_count": 201,
+ "translator_type": "none",
+ "url": "https://t.co/9FgkwcRekQ",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1537194312",
+ "sortIndex": "1842759076463771640",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTM3MTk0MzEy",
+ "rest_id": "1537194312",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Jun 21 19:49:04 +0000 2013",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "ADALET!! “K.A..!!”",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 330831,
+ "followers_count": 2214,
+ "friends_count": 2622,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "Dünya-World",
+ "media_count": 4397,
+ "name": "Çınar Özyılmaz ✌️",
+ "normal_followers_count": 2214,
+ "pinned_tweet_ids_str": [
+ "1676260684403814400"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1537194312/1716592267",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1817316242681638912/MKOOUGyV_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "CinarOzyilmaz",
+ "statuses_count": 126199,
+ "translator_type": "regular",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1566801085544775683",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 966,
+ "name": "Public Garden",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1529566871359569921",
+ "sortIndex": "1842759076463771639",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTI5NTY2ODcxMzU5NTY5OTIx",
+ "rest_id": "1529566871359569921",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Wed May 25 20:56:08 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Turning stacks into crypto stacks 📱💸 50% AI / 50% Human",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "app.odinbot.io/join?code=bnqd…",
+ "expanded_url": "https://app.odinbot.io/join?code=bnqdlt",
+ "url": "https://t.co/IXQyDjY7tv",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 23,
+ "followers_count": 249,
+ "friends_count": 512,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "web3",
+ "media_count": 10,
+ "name": "J0hnRage.sol",
+ "normal_followers_count": 249,
+ "pinned_tweet_ids_str": [
+ "1840143010203611453"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1529566871359569921/1704121194",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1741836595634823168/iJnO2jmb_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "JohnRage6120",
+ "statuses_count": 68,
+ "translator_type": "none",
+ "url": "https://t.co/IXQyDjY7tv",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1529600352886173696",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 477,
+ "name": "Professional Services",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1448931861493731328",
+ "sortIndex": "1842759076463771638",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNDQ4OTMxODYxNDkzNzMxMzI4",
+ "rest_id": "1448931861493731328",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Fri Oct 15 08:41:01 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Founder https://t.co/4DEfVmYFNH | Taiwanese BoltzMilady Niche Internet Micro-celebrity bolonizing Japan | SciFi ARG Timestamp server LARP | @soboltoshi or @chineseremilio",
+ "entities": {
+ "description": {
+ "urls": [
+ {
+ "display_url": "GenDelve.com",
+ "expanded_url": "http://GenDelve.com",
+ "url": "https://t.co/4DEfVmYFNH",
+ "indices": [
+ 8,
+ 31
+ ]
+ }
+ ]
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "gendelve.com",
+ "expanded_url": "https://gendelve.com/",
+ "url": "https://t.co/Yq5gkRcxLS",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 9863,
+ "followers_count": 965,
+ "friends_count": 4256,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "Milky Way St. Toronto",
+ "media_count": 5879,
+ "name": "UwU MOG 🫷🏾😏🫸🏾 Bol Delve 🦄🫵",
+ "normal_followers_count": 965,
+ "pinned_tweet_ids_str": [
+ "1841311856658432465"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1448931861493731328/1727839318",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1842037445552148480/3_UHxZXz_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "UwUMogBol",
+ "statuses_count": 10276,
+ "translator_type": "none",
+ "url": "https://t.co/Yq5gkRcxLS",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {
+ "is_enabled": true,
+ "bitcoin_handle": "32S3khXyUwLH6BTweghtr9K63kwxYCjRti",
+ "ethereum_handle": "0xabf379283374dcb4af8585212f4afc9215bc2699"
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1055562098405560320",
+ "sortIndex": "1842759076463771637",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDU1NTYyMDk4NDA1NTYwMzIw",
+ "rest_id": "1055562098405560320",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Oct 25 20:49:50 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": true,
+ "description": "US Marine Corp vet and Donald Trump fan. I live in New Mexico and am happily married for 50 years . I dont do DMs. or reply to any . I am 84 yrs old.",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 16897,
+ "followers_count": 3523,
+ "friends_count": 7501,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 2,
+ "location": "New Mexico",
+ "media_count": 1,
+ "name": "Steve Lind",
+ "normal_followers_count": 3523,
+ "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": "SteveLind17",
+ "statuses_count": 16549,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-92376289",
+ "sortIndex": "1842759076463771636",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo5MjM3NjI4OQ==",
+ "rest_id": "92376289",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": false,
+ "created_at": "Tue Nov 24 21:58:07 +0000 2009",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 27739,
+ "followers_count": 850,
+ "friends_count": 5407,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 4,
+ "location": "London, England",
+ "media_count": 2710,
+ "name": "Effo Mêrro Erotîk",
+ "normal_followers_count": 850,
+ "pinned_tweet_ids_str": [
+ "1798220571999891833"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/92376289/1719407646",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1841604179795615744/Sto6yrg-_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "asena199103",
+ "statuses_count": 43245,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1629594464506335232",
+ "professional_type": "Creator",
+ "category": [
+ {
+ "id": 1065,
+ "name": "Academic",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1350210270329769985",
+ "sortIndex": "1842759076463771635",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMzUwMjEwMjcwMzI5NzY5OTg1",
+ "rest_id": "1350210270329769985",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Fri Jan 15 22:36:40 +0000 2021",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "POB (Proof Of Buidl) maxi @dorahacks @dorafactory, shill me your best trance/melodic dubstep track",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "dorahacks.io",
+ "expanded_url": "http://dorahacks.io",
+ "url": "https://t.co/IXGiFZwlA8",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 14500,
+ "followers_count": 1047,
+ "friends_count": 3041,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 12,
+ "location": "NYC",
+ "media_count": 36,
+ "name": "bad_dora",
+ "normal_followers_count": 1047,
+ "pinned_tweet_ids_str": [
+ "1830465373637947489"
+ ],
+ "possibly_sensitive": true,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1350210270329769985/1712728382",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1709453355935055872/fEgBQ2-Z_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "4lili_lili4",
+ "statuses_count": 4397,
+ "translator_type": "none",
+ "url": "https://t.co/IXGiFZwlA8",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1507057102967099393",
+ "sortIndex": "1842759076463771634",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNTA3MDU3MTAyOTY3MDk5Mzkz",
+ "rest_id": "1507057102967099393",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu Mar 24 18:10:06 +0000 2022",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Information Technology Consultant at Phenicie Business Management",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "phenicie.com",
+ "expanded_url": "http://phenicie.com",
+ "url": "https://t.co/bSiLmi6ShL",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 460,
+ "followers_count": 2487,
+ "friends_count": 5587,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 1,
+ "location": "United States",
+ "media_count": 300,
+ "name": "Brady Phenicie 🇺🇸",
+ "normal_followers_count": 2487,
+ "pinned_tweet_ids_str": [
+ "1829527247461515371"
+ ],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1507057102967099393/1708213258",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1615768822467956737/Baa5xNOI_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "PhenicieBrady",
+ "statuses_count": 496,
+ "translator_type": "none",
+ "url": "https://t.co/bSiLmi6ShL",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1648370189803884545",
+ "professional_type": "Business",
+ "category": [
+ {
+ "id": 718,
+ "name": "Information Technology Company",
+ "icon_name": "IconBriefcaseStroke"
+ }
+ ]
+ },
+ "tipjar_settings": {
+ "is_enabled": false
+ }
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1791894143406342144",
+ "sortIndex": "1842759076463771633",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxNzkxODk0MTQzNDA2MzQyMTQ0",
+ "rest_id": "1791894143406342144",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Sat May 18 18:10:41 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Techie #iPhone16Pro | Ex HVAC Installer & Service Technician | Love God, Nature & Animals",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1459,
+ "followers_count": 10,
+ "friends_count": 106,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Winston-Salem, NC",
+ "media_count": 41,
+ "name": "Mark",
+ "normal_followers_count": 10,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1791894143406342144/1727826808",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1839199498154729472/qfJUjDgU_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "marklx77",
+ "statuses_count": 129,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1791973080207626670",
+ "professional_type": "Business",
+ "category": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1003461628241895427",
+ "sortIndex": "1842759076463771632",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDAzNDYxNjI4MjQxODk1NDI3",
+ "rest_id": "1003461628241895427",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Mon Jun 04 02:21:10 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Student @UofT",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 527,
+ "followers_count": 5,
+ "friends_count": 94,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "Toronto, Ontario",
+ "media_count": 4,
+ "name": "Jitong Zhang",
+ "normal_followers_count": 5,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1003461628241895427/1606061421",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1330544150626906119/Vk2jxa6K_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "Morgan__Z",
+ "statuses_count": 34,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-834519168603025408",
+ "sortIndex": "1842759076463771631",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjo4MzQ1MTkxNjg2MDMwMjU0MDg=",
+ "rest_id": "834519168603025408",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "protected": true,
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": false,
+ "created_at": "Wed Feb 22 21:44:09 +0000 2017",
+ "default_profile": false,
+ "default_profile_image": false,
+ "description": "qr code spec/mods",
+ "entities": {
+ "description": {
+ "urls": []
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 1989,
+ "followers_count": 51,
+ "friends_count": 332,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 0,
+ "name": "Jacob Pflug",
+ "normal_followers_count": 51,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/834519168603025408/1727158366",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1823286142738878464/Ma-6SQO8_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "pflug_jacob",
+ "statuses_count": 1,
+ "translator_type": "none",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1821515768611422208",
+ "sortIndex": "1842759076463771630",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxODIxNTE1NzY4NjExNDIyMjA4",
+ "rest_id": "1821515768611422208",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": false,
+ "can_media_tag": true,
+ "created_at": "Thu Aug 08 11:56:26 +0000 2024",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "our gateway to extraordinary journeys and unforgettable experiences",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "travelsavvyexplorer.com",
+ "expanded_url": "http://travelsavvyexplorer.com",
+ "url": "https://t.co/P7A6leK7L6",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 235,
+ "followers_count": 106,
+ "friends_count": 67,
+ "has_custom_timelines": false,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "US",
+ "media_count": 0,
+ "name": "Gian Mccelson",
+ "normal_followers_count": 106,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1821515768611422208/1723118563",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1821516377884073984/Rzsm9MF6_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "mccelson26022",
+ "statuses_count": 26,
+ "translator_type": "none",
+ "url": "https://t.co/P7A6leK7L6",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "tipjar_settings": {}
+ }
+ },
+ "userDisplayType": "User"
+ },
+ "clientEventInfo": {
+ "component": "BlueVerifiedFollowersSgs",
+ "element": "user"
+ }
+ }
+ },
+ {
+ "entryId": "user-1002257962205884416",
+ "sortIndex": "1842759076463771629",
+ "content": {
+ "entryType": "TimelineTimelineItem",
+ "__typename": "TimelineTimelineItem",
+ "itemContent": {
+ "itemType": "TimelineUser",
+ "__typename": "TimelineUser",
+ "user_results": {
+ "result": {
+ "__typename": "User",
+ "id": "VXNlcjoxMDAyMjU3OTYyMjA1ODg0NDE2",
+ "rest_id": "1002257962205884416",
+ "affiliates_highlighted_label": {},
+ "has_graduated_access": true,
+ "is_blue_verified": true,
+ "profile_image_shape": "Circle",
+ "legacy": {
+ "following": false,
+ "can_dm": true,
+ "can_media_tag": true,
+ "created_at": "Thu May 31 18:38:14 +0000 2018",
+ "default_profile": true,
+ "default_profile_image": false,
+ "description": "Cinematography and Wedding Film @creativeuart\nMy Creat @UIDENUX",
+ "entities": {
+ "description": {
+ "urls": []
+ },
+ "url": {
+ "urls": [
+ {
+ "display_url": "uart.com.tr",
+ "expanded_url": "http://uart.com.tr",
+ "url": "https://t.co/SiFQxVuiox",
+ "indices": [
+ 0,
+ 23
+ ]
+ }
+ ]
+ }
+ },
+ "fast_followers_count": 0,
+ "favourites_count": 6326,
+ "followers_count": 111,
+ "friends_count": 343,
+ "has_custom_timelines": true,
+ "is_translator": false,
+ "listed_count": 0,
+ "location": "",
+ "media_count": 38,
+ "name": "Uğur AVCI",
+ "normal_followers_count": 111,
+ "pinned_tweet_ids_str": [],
+ "possibly_sensitive": false,
+ "profile_banner_url": "https://pbs.twimg.com/profile_banners/1002257962205884416/1708985165",
+ "profile_image_url_https": "https://pbs.twimg.com/profile_images/1792454811704508416/rNgA1TJD_normal.jpg",
+ "profile_interstitial_type": "",
+ "screen_name": "uguravciuart",
+ "statuses_count": 1056,
+ "translator_type": "none",
+ "url": "https://t.co/SiFQxVuiox",
+ "verified": false,
+ "want_retweets": false,
+ "withheld_in_countries": []
+ },
+ "professional": {
+ "rest_id": "1561756540306063362",
"professional_type": "Creator",
"category": [
{
@@ -869,146 +1592,6 @@
}
]
},
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1365935123934289920",
- "sortIndex": "1807077640255832053",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMzY1OTM1MTIzOTM0Mjg5OTIw",
- "rest_id": "1365935123934289920",
- "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 Feb 28 08:01:48 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "KOL | Partner @Okx @BitgetGlobal @Mexc_Official\nAmbassador @Uxlinkofficial @CyberconnectHQ",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 960,
- "followers_count": 44899,
- "friends_count": 121,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 18,
- "location": "Metaverse",
- "media_count": 13,
- "name": "CryptoKite",
- "normal_followers_count": 44899,
- "pinned_tweet_ids_str": [
- "1679918015759134720"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1365935123934289920/1713604182",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1781611184472645632/Y3gofSBu_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "CryptoKiteK",
- "statuses_count": 1316,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1621876550336651265",
- "professional_type": "Business",
- "category": [
- {
- "id": 192,
- "name": "Financial Services",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1462718151158865921",
- "sortIndex": "1807077640255832052",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDYyNzE4MTUxMTU4ODY1OTIx",
- "rest_id": "1462718151158865921",
- "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 22 09:42:59 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Mother, Daughter, Veteran, Social Scientist, and US Civil Servent by choice!",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 60,
- "followers_count": 170,
- "friends_count": 574,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "mille tendresse",
- "media_count": 11,
- "name": "The Long Halloween",
- "normal_followers_count": 170,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1796310542421778433/tYZF-Ukd_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "nastasha_d",
- "statuses_count": 120,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
"tipjar_settings": {
"is_enabled": true
}
@@ -1023,560 +1606,22 @@
}
},
{
- "entryId": "user-1042980471280263176",
- "sortIndex": "1807077640255832051",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxMDQyOTgwNDcxMjgwMjYzMTc2",
- "rest_id": "1042980471280263176",
- "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 Sep 21 03:34:56 +0000 2018",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Don’t Dream, Do | IT Systems Engineer at @SenseQuality 🎮",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "sensequality.com",
- "expanded_url": "http://sensequality.com",
- "url": "https://t.co/UtYIk9nW8a",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 82713,
- "followers_count": 58896,
- "friends_count": 3195,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 262,
- "location": "",
- "media_count": 2925,
- "name": "KIRNEILL",
- "normal_followers_count": 58896,
- "pinned_tweet_ids_str": [
- "1485765154935558152"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1042980471280263176/1638429347",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804964180325253120/taO4rieG_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "KIRNEILL",
- "statuses_count": 41142,
- "translator_type": "none",
- "url": "https://t.co/UtYIk9nW8a",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1541897541322772483",
- "professional_type": "Creator",
- "category": []
- },
- "tipjar_settings": {
- "is_enabled": true,
- "bitcoin_handle": "",
- "cash_app_handle": "$KirneillJoseph"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1666177298175873029",
- "sortIndex": "1807077640255832050",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjY2MTc3Mjk4MTc1ODczMDI5",
- "rest_id": "1666177298175873029",
- "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 Jun 06 20:17:16 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 44522,
- "followers_count": 3191,
- "friends_count": 6472,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 23,
- "location": "",
- "media_count": 4818,
- "name": "Juan",
- "normal_followers_count": 3191,
- "pinned_tweet_ids_str": [
- "1705339972079755496"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1666177298175873029/1709817937",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1765734378557108225/c3g0pVw4_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "coreforjustice",
- "statuses_count": 57941,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-3861693075",
- "sortIndex": "1807077640255832049",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjozODYxNjkzMDc1",
- "rest_id": "3861693075",
- "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 Oct 04 12:42:22 +0000 2015",
- "default_profile": true,
- "default_profile_image": false,
- "description": "eng @X",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 11695,
- "followers_count": 43,
- "friends_count": 102,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 0,
- "location": "",
- "media_count": 17,
- "name": "Neel V",
- "normal_followers_count": 43,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1782507430599114752/CAPExXXR_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Criconeel",
- "statuses_count": 367,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1436114503997984768",
- "sortIndex": "1807077640255832048",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNDM2MTE0NTAzOTk3OTg0NzY4",
- "rest_id": "1436114503997984768",
- "affiliates_highlighted_label": {},
- "has_graduated_access": true,
- "is_blue_verified": true,
- "profile_image_shape": "Circle",
- "legacy": {
- "protected": true,
- "can_dm": true,
- "can_media_tag": false,
- "created_at": "Thu Sep 09 23:49:24 +0000 2021",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Get fucked. Hung high & dry where no one can see. Just another lady, trading. Always firing on all syllables.",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 2097,
- "followers_count": 127,
- "friends_count": 2017,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 1,
- "location": "",
- "media_count": 1526,
- "name": "𝕆𝕙 𝔾𝕖𝕖…𝕫 𝔾𝕠𝕤𝕙 𝔾𝕠𝕝𝕝𝕪",
- "normal_followers_count": 127,
- "pinned_tweet_ids_str": [
- "1513493885804240911"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1436114503997984768/1707423822",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1804543334951669760/13pttjdw_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "OhGeezGoshGolly",
- "statuses_count": 4274,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {
- "is_enabled": true
- }
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-1633994774628773888",
- "sortIndex": "1807077640255832047",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoxNjMzOTk0Nzc0NjI4NzczODg4",
- "rest_id": "1633994774628773888",
- "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 10 00:55:40 +0000 2023",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Crypto News Alerts & Market Analysis 🚨 #MFI",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "marketfeeling.io",
- "expanded_url": "https://www.marketfeeling.io",
- "url": "https://t.co/FuOWkIwKb9",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 158,
- "followers_count": 106,
- "friends_count": 40,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "World 🌎",
- "media_count": 65,
- "name": "Market News 🗞️",
- "normal_followers_count": 106,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/1633994774628773888/1719617778",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1793362148841947137/D46_DrJz_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Market_Feeling",
- "statuses_count": 347,
- "translator_type": "none",
- "url": "https://t.co/FuOWkIwKb9",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-2847732121",
- "sortIndex": "1807077640255832046",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjoyODQ3NzMyMTIx",
- "rest_id": "2847732121",
- "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 Oct 08 17:29:09 +0000 2014",
- "default_profile": false,
- "default_profile_image": false,
- "description": "Notable music artist as seen on google & had radio plays in canada trending on @famousbirthdays @officialbroadwayworld & @newsbreakapp contributer",
- "entities": {
- "description": {
- "urls": []
- },
- "url": {
- "urls": [
- {
- "display_url": "instagram.com/lancewigginsmu…",
- "expanded_url": "http://www.instagram.com/lancewigginsmusic",
- "url": "https://t.co/n47qQrhnUO",
- "indices": [
- 0,
- 23
- ]
- }
- ]
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 28546,
- "followers_count": 64032,
- "friends_count": 84432,
- "has_custom_timelines": true,
- "is_translator": false,
- "listed_count": 195,
- "location": "Raleigh, NC",
- "media_count": 1409,
- "name": "Lance Wiggins Music",
- "normal_followers_count": 64032,
- "pinned_tweet_ids_str": [
- "1686099751060566016"
- ],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/2847732121/1714477022",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1784165512169017345/XKxFyxGb_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "IamLanceWiggins",
- "statuses_count": 24625,
- "translator_type": "regular",
- "url": "https://t.co/n47qQrhnUO",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1458440633430028291",
- "professional_type": "Business",
- "category": [
- {
- "id": 1006,
- "name": "Musical Artist",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {
- "is_enabled": true,
- "cash_app_handle": "lancewiggins1"
- },
- "super_follow_eligible": true
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "user-58768617",
- "sortIndex": "1807077640255832045",
- "content": {
- "entryType": "TimelineTimelineItem",
- "__typename": "TimelineTimelineItem",
- "itemContent": {
- "itemType": "TimelineUser",
- "__typename": "TimelineUser",
- "user_results": {
- "result": {
- "__typename": "User",
- "id": "VXNlcjo1ODc2ODYxNw==",
- "rest_id": "58768617",
- "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 21 11:15:13 +0000 2009",
- "default_profile": true,
- "default_profile_image": false,
- "description": "Peace be unto y'all, Interesting, uplifting snippets to enrich your day positively",
- "entities": {
- "description": {
- "urls": []
- }
- },
- "fast_followers_count": 0,
- "favourites_count": 4571,
- "followers_count": 3320,
- "friends_count": 124,
- "has_custom_timelines": false,
- "is_translator": false,
- "listed_count": 0,
- "location": "Miami",
- "media_count": 174,
- "name": "Story of life",
- "normal_followers_count": 3320,
- "pinned_tweet_ids_str": [],
- "possibly_sensitive": false,
- "profile_banner_url": "https://pbs.twimg.com/profile_banners/58768617/1719192511",
- "profile_image_url_https": "https://pbs.twimg.com/profile_images/1805050320596156420/3-WCri_F_normal.jpg",
- "profile_interstitial_type": "",
- "screen_name": "Story_Of_LifeUs",
- "statuses_count": 1406,
- "translator_type": "none",
- "verified": false,
- "want_retweets": false,
- "withheld_in_countries": []
- },
- "professional": {
- "rest_id": "1753597721280180724",
- "professional_type": "Business",
- "category": [
- {
- "id": 1009,
- "name": "Community",
- "icon_name": "IconBriefcaseStroke"
- }
- ]
- },
- "tipjar_settings": {}
- }
- },
- "userDisplayType": "User"
- },
- "clientEventInfo": {
- "component": "BlueVerifiedFollowersSgs",
- "element": "user"
- }
- }
- },
- {
- "entryId": "cursor-bottom-1807077640255832044",
- "sortIndex": "1807077640255832044",
+ "entryId": "cursor-bottom-1842759076463771628",
+ "sortIndex": "1842759076463771628",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "1803146548878942785|1807077640255832042",
+ "value": "1812098755816433261|1842759076463771626",
"cursorType": "Bottom"
}
},
{
- "entryId": "cursor-top-1807077640255832065",
- "sortIndex": "1807077640255832065",
+ "entryId": "cursor-top-1842759076463771649",
+ "sortIndex": "1842759076463771649",
"content": {
"entryType": "TimelineTimelineCursor",
"__typename": "TimelineTimelineCursor",
- "value": "-1|1807077640255832065",
+ "value": "-1|1842759076463771649",
"cursorType": "Top"
}
}
diff --git a/tests/test_parser.py b/tests/test_parser.py
index dd3ee9f..891fba9 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -177,7 +177,7 @@ async def test_search():
check_tweet(doc)
bookmarks_count += doc.bookmarkedCount
- assert bookmarks_count > 0, "the key is changed or bad luck with data?"
+ assert bookmarks_count > 0, "`bookmark_fields` key is changed or unluck search data"
async def test_user_by_id():
diff --git a/twscrape/api.py b/twscrape/api.py
index 1a741ec..324f5b1 100644
--- a/twscrape/api.py
+++ b/twscrape/api.py
@@ -10,22 +10,22 @@ from .queue_client import QueueClient
from .utils import encode_params, find_obj, get_by_path
# OP_{NAME} – {NAME} should be same as second part of GQL ID (required to auto-update script)
-OP_SearchTimeline = "TQmyZ_haUqANuyBcFBLkUw/SearchTimeline"
-OP_UserByRestId = "xf3jd90KKBCUxdlI_tNHZw/UserByRestId"
-OP_UserByScreenName = "xmU6X_CKVnQ5lSrCbAmJsg/UserByScreenName"
-OP_TweetDetail = "VwKJcAd7zqlBOitPLUrB8A/TweetDetail"
-OP_Followers = "DMcBoZkXf9axSfV2XND0Ig/Followers"
-OP_Following = "7FEKOPNAvxWASt6v9gfCXw/Following"
-OP_Retweeters = "lR6N-4vjw47alP1RHfhxkg/Retweeters"
-OP_Favoriters = "arbFn-zD2IR_uDsOydGdgg/Favoriters"
-OP_UserTweets = "V7H0Ap3_Hh2FyS75OCDO3Q/UserTweets"
-OP_UserTweetsAndReplies = "E4wA5vo2sjVyvpliUffSCw/UserTweetsAndReplies"
-OP_ListLatestTweetsTimeline = "F9aW7tjdTWE9m5qHqzEpUA/ListLatestTweetsTimeline"
-OP_Likes = "ayhH-V7xvuv4nPZpkpuhFA/Likes"
-OP_BlueVerifiedFollowers = "BBHG1SUP_oNxDWJ40Y4ZRQ/BlueVerifiedFollowers"
-OP_UserCreatorSubscriptions = "VVNxHD4NVaSTU9Jtnb_n8Q/UserCreatorSubscriptions"
-OP_UserMedia = "MOLbHrtk8Ovu7DUNOLcXiA/UserMedia"
-OP_Bookmarks = "xLjCVTqYWz8CGSprLU349w/Bookmarks"
+OP_SearchTimeline = "UN1i3zUiCWa-6r-Uaho4fw/SearchTimeline"
+OP_UserByRestId = "Qw77dDjp9xCpUY-AXwt-yQ/UserByRestId"
+OP_UserByScreenName = "Yka-W8dz7RaEuQNkroPkYw/UserByScreenName"
+OP_TweetDetail = "QuBlQ6SxNAQCt6-kBiCXCQ/TweetDetail"
+OP_Followers = "OSXFkKmGvfw_6pGgGtkWFg/Followers"
+OP_Following = "7oQrdmth4zE3EtD42ZxgOA/Following"
+OP_Retweeters = "8019obfgnveiPiJuS2Rtow/Retweeters"
+OP_Favoriters = "vdCFYMdpzuRYY0zcio2a3Q/Favoriters"
+OP_UserTweets = "E3opETHurmVJflFsUBVuUQ/UserTweets"
+OP_UserTweetsAndReplies = "bt4TKuFz4T7Ckk-VvQVSow/UserTweetsAndReplies"
+OP_ListLatestTweetsTimeline = "Pa45JvqZuKcW1plybfgBlQ/ListLatestTweetsTimeline"
+OP_Likes = "aeJWz--kknVBOl7wQ7gh7Q/Likes"
+OP_BlueVerifiedFollowers = "cpPRJUmSz2Fiu1PpIYmEsw/BlueVerifiedFollowers"
+OP_UserCreatorSubscriptions = "qHaReNBi0rkhjAe14jrs6A/UserCreatorSubscriptions"
+OP_UserMedia = "dexO_2tohK86JDudXXG3Yw/UserMedia"
+OP_Bookmarks = "QUjXply7fA7fk05FRyajEg/Bookmarks"
GQL_URL = "https://x.com/i/api/graphql"