🐦 Twitter Post Details

Viewing enriched Twitter post

@JohnVial

Dialogue Engineering - The Best Way to Work With Your AI In November last year I took Jeremy Howard's Solve It course. The course demonstrated Jeremy's new way of working with AI coding assistants, that he dubbed "Dialogue Engineering". Dialogue engineering leans heavily into… https://t.co/s4B2JGKFCN

Media 1

📊 Media Metadata

{
  "media": [
    {
      "type": "image",
      "url": "https://crmoxkoizveukayfjuyo.supabase.co/storage/v1/object/public/media/posts/1944909788757840314/media_0.jpg?",
      "filename": "media_0.jpg"
    }
  ],
  "nlp": {
    "sentiment": "positive",
    "topics": [
      "Dialogue Engineering",
      "AI coding assistants",
      "Jeremy Howard"
    ],
    "entities": [
      "Jeremy Howard"
    ],
    "summary": "The tweet praises Jeremy Howard's course on Dialogue Engineering as an effective method for working with AI coding assistants.",
    "language": "en",
    "processed_at": "2025-08-07T09:39:22.270704"
  }
}

🔧 Raw API Response

{
  "data": {
    "threaded_conversation_with_injections_v2": {
      "instructions": [
        {
          "type": "TimelineClearCache"
        },
        {
          "type": "TimelineAddEntries",
          "entries": [
            {
              "entryId": "tweet-1944909788757840314",
              "sortIndex": "1953481085899767808",
              "content": {
                "entryType": "TimelineTimelineItem",
                "__typename": "TimelineTimelineItem",
                "itemContent": {
                  "itemType": "TimelineTweet",
                  "__typename": "TimelineTweet",
                  "tweet_results": {
                    "result": {
                      "__typename": "Tweet",
                      "rest_id": "1944909788757840314",
                      "has_birdwatch_notes": false,
                      "core": {
                        "user_results": {
                          "result": {
                            "__typename": "User",
                            "id": "VXNlcjoxOTE2NDkwOA==",
                            "rest_id": "19164908",
                            "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 Jan 19 00:58:53 +0000 2009",
                              "default_profile": false,
                              "default_profile_image": false,
                              "description": "Small Robotics Tips For Beginners | get started at https://t.co/iP4GxyJplX | PhD In Robotics",
                              "entities": {
                                "description": {
                                  "urls": [
                                    {
                                      "display_url": "startcreatingrobots.com",
                                      "expanded_url": "http://startcreatingrobots.com",
                                      "url": "https://t.co/iP4GxyJplX",
                                      "indices": [
                                        51,
                                        74
                                      ]
                                    }
                                  ]
                                },
                                "url": {
                                  "urls": [
                                    {
                                      "display_url": "startcreatingrobots.com",
                                      "expanded_url": "http://startcreatingrobots.com",
                                      "url": "https://t.co/iP4GxyJplX",
                                      "indices": [
                                        0,
                                        23
                                      ]
                                    }
                                  ]
                                }
                              },
                              "fast_followers_count": 0,
                              "favourites_count": 5039,
                              "followers_count": 2320,
                              "friends_count": 584,
                              "has_custom_timelines": true,
                              "is_translator": false,
                              "listed_count": 51,
                              "location": "Perth, Australia",
                              "media_count": 412,
                              "name": "Dr. John Vial",
                              "normal_followers_count": 2320,
                              "pinned_tweet_ids_str": [],
                              "possibly_sensitive": false,
                              "profile_banner_url": "https://pbs.twimg.com/profile_banners/19164908/1681101171",
                              "profile_image_url_https": "https://pbs.twimg.com/profile_images/1501156927690403843/aU-lTXRS_normal.jpg",
                              "profile_interstitial_type": "",
                              "screen_name": "JohnVial",
                              "statuses_count": 3085,
                              "translator_type": "none",
                              "url": "https://t.co/iP4GxyJplX",
                              "verified": false,
                              "want_retweets": false,
                              "withheld_in_countries": []
                            },
                            "tipjar_settings": {}
                          }
                        }
                      },
                      "unmention_data": {},
                      "edit_control": {
                        "edit_tweet_ids": [
                          "1944909788757840314"
                        ],
                        "editable_until_msecs": "1752541202000",
                        "is_edit_eligible": false,
                        "edits_remaining": "5"
                      },
                      "is_translatable": false,
                      "views": {
                        "count": "7643",
                        "state": "EnabledWithCount"
                      },
                      "source": "<a href=\"https://typeshare.co\" rel=\"nofollow\">Typeshare.co</a>",
                      "note_tweet": {
                        "is_expandable": true,
                        "note_tweet_results": {
                          "result": {
                            "id": "Tm90ZVR3ZWV0OjE5NDQ5MDk3ODg1NjQ4MjgxNjA=",
                            "text": "Dialogue Engineering - The Best Way to Work With Your AI\n\nIn November last year I took Jeremy Howard's Solve It course. The course demonstrated Jeremy's new way of working with AI coding assistants, that he dubbed \"Dialogue Engineering\".\n\nDialogue engineering leans heavily into the idea that building software in the future will be a conversation between the engineer and the LLM. He also borrowed a lot of good ideas from the Mathematician Polya's book \"How To Solve It\", which is gives a timeless approach to problem solving.\n\nUnlike most of Jeremy's other courses which teach the fundamental building blocks of practical machine learning, this course aimed to teach students how to code by conversing with a LLM. It leveraged python's interpreted nature to allow both the user and the LLM to switch between chatting with each other and writing code.\n\nBut this wasn't just a course on how to use existing LLM tools. Instead Jeremy leveraged his experience in building and researching in LLM's to transform an under-rated insight into a new interface paradigm. That LLM's tend to try to be consistent with whatever has been provided in their prompts. This is often at odds with the user, as if the LLM starts saying things that are wrong, or just misguided, then the user can only either try to keep talking or delete the response and try again. Jeremy's new alternative was to edit what the LLM responded with to be what you would like to see.\n\nInitially this feels weird, like having a conversation with someone and then changing what they said to be what you wish they had said. But LLM's don't actually have feelings, and they will happily continue on in the conversation. And it has the surprising result of keeping the LLM much more in line with what you are after.\n\nAs I get deeper into the AI coding tools, I find myself wishing I could recreate these Dialogue Engineering principles in things like VS Code. Dialogue Engineering really helps the user keep the full context of the model front and centre, and paints a hopeful future where engineers and LLM's work together to build software.\n\nI haven't tried Dialogue Engineering with the more recent LLM's (such as Claude Sonnet 4), but I'm optimistic that this approach might end up being the dominant way of working with AI. Especially when the LLM model is much better at coding than they were in November 2024.",
                            "entity_set": {
                              "hashtags": [],
                              "symbols": [],
                              "urls": [],
                              "user_mentions": []
                            }
                          }
                        }
                      },
                      "legacy": {
                        "bookmark_count": 30,
                        "bookmarked": false,
                        "created_at": "Tue Jul 15 00:00:02 +0000 2025",
                        "conversation_id_str": "1944909788757840314",
                        "display_text_range": [
                          0,
                          279
                        ],
                        "entities": {
                          "hashtags": [],
                          "media": [
                            {
                              "display_url": "pic.x.com/s4B2JGKFCN",
                              "expanded_url": "https://x.com/JohnVial/status/1944909788757840314/photo/1",
                              "id_str": "1944909784068636672",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1944909784068636672",
                              "media_url_https": "https://pbs.twimg.com/media/Gv21JN-XwAAILrz.jpg",
                              "type": "photo",
                              "url": "https://t.co/s4B2JGKFCN",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 752,
                                  "w": 1392,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 648,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 367,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 752,
                                "width": 1392,
                                "focus_rects": [
                                  {
                                    "x": 25,
                                    "y": 0,
                                    "w": 1343,
                                    "h": 752
                                  },
                                  {
                                    "x": 320,
                                    "y": 0,
                                    "w": 752,
                                    "h": 752
                                  },
                                  {
                                    "x": 366,
                                    "y": 0,
                                    "w": 660,
                                    "h": 752
                                  },
                                  {
                                    "x": 508,
                                    "y": 0,
                                    "w": 376,
                                    "h": 752
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1392,
                                    "h": 752
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1944909784068636672"
                                }
                              }
                            }
                          ],
                          "symbols": [],
                          "timestamps": [],
                          "urls": [],
                          "user_mentions": []
                        },
                        "extended_entities": {
                          "media": [
                            {
                              "display_url": "pic.x.com/s4B2JGKFCN",
                              "expanded_url": "https://x.com/JohnVial/status/1944909788757840314/photo/1",
                              "id_str": "1944909784068636672",
                              "indices": [
                                280,
                                303
                              ],
                              "media_key": "3_1944909784068636672",
                              "media_url_https": "https://pbs.twimg.com/media/Gv21JN-XwAAILrz.jpg",
                              "type": "photo",
                              "url": "https://t.co/s4B2JGKFCN",
                              "ext_media_availability": {
                                "status": "Available"
                              },
                              "features": {
                                "large": {
                                  "faces": []
                                },
                                "medium": {
                                  "faces": []
                                },
                                "small": {
                                  "faces": []
                                },
                                "orig": {
                                  "faces": []
                                }
                              },
                              "sizes": {
                                "large": {
                                  "h": 752,
                                  "w": 1392,
                                  "resize": "fit"
                                },
                                "medium": {
                                  "h": 648,
                                  "w": 1200,
                                  "resize": "fit"
                                },
                                "small": {
                                  "h": 367,
                                  "w": 680,
                                  "resize": "fit"
                                },
                                "thumb": {
                                  "h": 150,
                                  "w": 150,
                                  "resize": "crop"
                                }
                              },
                              "original_info": {
                                "height": 752,
                                "width": 1392,
                                "focus_rects": [
                                  {
                                    "x": 25,
                                    "y": 0,
                                    "w": 1343,
                                    "h": 752
                                  },
                                  {
                                    "x": 320,
                                    "y": 0,
                                    "w": 752,
                                    "h": 752
                                  },
                                  {
                                    "x": 366,
                                    "y": 0,
                                    "w": 660,
                                    "h": 752
                                  },
                                  {
                                    "x": 508,
                                    "y": 0,
                                    "w": 376,
                                    "h": 752
                                  },
                                  {
                                    "x": 0,
                                    "y": 0,
                                    "w": 1392,
                                    "h": 752
                                  }
                                ]
                              },
                              "media_results": {
                                "result": {
                                  "media_key": "3_1944909784068636672"
                                }
                              }
                            }
                          ]
                        },
                        "favorite_count": 26,
                        "favorited": false,
                        "full_text": "Dialogue Engineering - The Best Way to Work With Your AI\n\nIn November last year I took Jeremy Howard's Solve It course. The course demonstrated Jeremy's new way of working with AI coding assistants, that he dubbed \"Dialogue Engineering\".\n\nDialogue engineering leans heavily into… https://t.co/s4B2JGKFCN",
                        "is_quote_status": false,
                        "lang": "en",
                        "possibly_sensitive": false,
                        "possibly_sensitive_editable": true,
                        "quote_count": 0,
                        "reply_count": 6,
                        "retweet_count": 2,
                        "retweeted": false,
                        "user_id_str": "19164908",
                        "id_str": "1944909788757840314"
                      },
                      "quick_promote_eligibility": {
                        "eligibility": "IneligibleNotProfessional"
                      }
                    }
                  },
                  "tweetDisplayType": "SelfThread"
                },
                "clientEventInfo": {
                  "component": "tweet",
                  "element": "tweet"
                }
              }
            },
            {
              "entryId": "conversationthread-1944932420203241869",
              "sortIndex": "1953481085899767798",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1944932420203241869-tweet-1944932420203241869",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1944932420203241869",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTE2NDkwOA==",
                                  "rest_id": "19164908",
                                  "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 Jan 19 00:58:53 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Small Robotics Tips For Beginners | get started at https://t.co/iP4GxyJplX | PhD In Robotics",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              51,
                                              74
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 5039,
                                    "followers_count": 2320,
                                    "friends_count": 584,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 51,
                                    "location": "Perth, Australia",
                                    "media_count": 412,
                                    "name": "Dr. John Vial",
                                    "normal_followers_count": 2320,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/19164908/1681101171",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1501156927690403843/aU-lTXRS_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "JohnVial",
                                    "statuses_count": 3085,
                                    "translator_type": "none",
                                    "url": "https://t.co/iP4GxyJplX",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1944932420203241869"
                              ],
                              "editable_until_msecs": "1752546598000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "317",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 01:29:58 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                0,
                                32
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      16,
                                      30
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "Ah, I forgot to @jeremyphoward !",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "19164908",
                              "id_str": "1944932420203241869"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "SelfThread"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1944932420203241869"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1953185699777397096",
              "sortIndex": "1953481085899767788",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1953185699777397096-promoted-tweet-1953185699777397096-297c7d8170d079c",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "TweetWithVisibilityResults",
                            "tweet": {
                              "rest_id": "1953185699777397096",
                              "has_birdwatch_notes": false,
                              "core": {
                                "user_results": {
                                  "result": {
                                    "__typename": "User",
                                    "id": "VXNlcjoyMzYxMjI0MjYz",
                                    "rest_id": "2361224263",
                                    "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": "Tue Feb 25 15:01:18 +0000 2014",
                                      "default_profile": false,
                                      "default_profile_image": false,
                                      "description": "Committed to fair, trustworthy news coverage, incisive analysis and informed commentary from a conservative perspective.",
                                      "entities": {
                                        "description": {
                                          "urls": []
                                        },
                                        "url": {
                                          "urls": [
                                            {
                                              "display_url": "dailysignal.com",
                                              "expanded_url": "http://www.dailysignal.com",
                                              "url": "https://t.co/I5pzJxY5hC",
                                              "indices": [
                                                0,
                                                23
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      "fast_followers_count": 0,
                                      "favourites_count": 11632,
                                      "followers_count": 129199,
                                      "friends_count": 3908,
                                      "has_custom_timelines": true,
                                      "is_translator": false,
                                      "listed_count": 1419,
                                      "location": "Washington, DC",
                                      "media_count": 26268,
                                      "name": "The Daily Signal",
                                      "normal_followers_count": 129199,
                                      "pinned_tweet_ids_str": [],
                                      "possibly_sensitive": false,
                                      "profile_banner_url": "https://pbs.twimg.com/profile_banners/2361224263/1717436597",
                                      "profile_image_url_https": "https://pbs.twimg.com/profile_images/1797609185619628032/l3o5nF3V_normal.png",
                                      "profile_interstitial_type": "",
                                      "screen_name": "DailySignal",
                                      "statuses_count": 85596,
                                      "translator_type": "none",
                                      "url": "https://t.co/I5pzJxY5hC",
                                      "verified": false,
                                      "verified_type": "Business",
                                      "want_retweets": false,
                                      "withheld_in_countries": []
                                    },
                                    "professional": {
                                      "rest_id": "1612537848955125761",
                                      "professional_type": "Business",
                                      "category": [
                                        {
                                          "id": 580,
                                          "name": "Media & News Company",
                                          "icon_name": ""
                                        }
                                      ]
                                    },
                                    "tipjar_settings": {}
                                  }
                                }
                              },
                              "unmention_data": {},
                              "edit_control": {
                                "edit_tweet_ids": [
                                  "1953185699777397096"
                                ],
                                "editable_until_msecs": "1754514333000",
                                "is_edit_eligible": true,
                                "edits_remaining": "5"
                              },
                              "is_translatable": false,
                              "views": {
                                "count": "35108",
                                "state": "EnabledWithCount"
                              },
                              "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                              "note_tweet": {
                                "is_expandable": true,
                                "note_tweet_results": {
                                  "result": {
                                    "id": "Tm90ZVR3ZWV0OjE5NTMxODU2OTk1ODg2NTMwNTc=",
                                    "text": "ICE Director Blames ‘Radical Left’ Politicians for 800 Percent Spike in Attacks on ICE Agents\n\nTwo months ago, violent riots broke out in America’s second largest city because the Trump administration has decided to enforce federal immigration law. The rioters laid siege to federal buildings, attacked law enforcement officers, lit cop cars on fire, and looted businesses for days—all while flying the flag of a foreign country.\n\nYet, somehow, just two months later, the country has completely moved on. But it’s really worth reflecting on the LA riots and what inspired them. Acting @ICEgov Director Todd Lyons comes on “The Signal Sitdown” with @bradleydevlin this week to do just that.\n\nBut for Lyons and the agents under his command, the LA riots were just the tip of the iceberg. Since the Trump administration entered into office, attacks on ICE agents have increased over 800 percent.\n\n“It is the worst I've ever seen in my whole career in law enforcement,” Lyons told The Daily Signal about the attacks on ICE agents. And Democrats on the local, state, and federal level have cheered on, and sometimes participated in, these attacks—and that’s not an exaggeration. \n\n\"When you do have these, you know, really radical left mayors like Karen Bass or the Mayor of Chicago, or Mayor Wu in Boston that are just constantly out there stoking the fires and fears of what ICE isn't doing,” Lyons told The Daily Signal, “all they're doing is hurting their community as well as hurting the law enforcement mission.”\n\nDon’t miss this important and intense conversation when it airs tomorrow at 6:30 am EST on The Daily Signal’s YouTube page.\nhttps://t.co/zNZ891m5m2",
                                    "entity_set": {
                                      "hashtags": [],
                                      "symbols": [],
                                      "timestamps": [
                                        {
                                          "indices": [
                                            1591,
                                            1595
                                          ],
                                          "seconds": 390,
                                          "text": "6:30"
                                        }
                                      ],
                                      "urls": [
                                        {
                                          "display_url": "youtube.com/dailysignal?su…",
                                          "expanded_url": "https://www.youtube.com/dailysignal?sub_confirmation=1",
                                          "url": "https://t.co/zNZ891m5m2",
                                          "indices": [
                                            1639,
                                            1662
                                          ]
                                        }
                                      ],
                                      "user_mentions": [
                                        {
                                          "id_str": "39384517",
                                          "name": "U.S. Immigration and Customs Enforcement",
                                          "screen_name": "ICEgov",
                                          "indices": [
                                            585,
                                            592
                                          ]
                                        },
                                        {
                                          "id_str": "1210903046",
                                          "name": "Bradley Devlin",
                                          "screen_name": "bradleydevlin",
                                          "indices": [
                                            648,
                                            662
                                          ]
                                        }
                                      ]
                                    },
                                    "richtext": {
                                      "richtext_tags": []
                                    },
                                    "media": {
                                      "inline_media": []
                                    }
                                  }
                                }
                              },
                              "legacy": {
                                "bookmark_count": 9,
                                "bookmarked": false,
                                "created_at": "Wed Aug 06 20:05:33 +0000 2025",
                                "conversation_id_str": "1953185699777397096",
                                "display_text_range": [
                                  0,
                                  275
                                ],
                                "entities": {
                                  "hashtags": [],
                                  "media": [
                                    {
                                      "display_url": "pic.x.com/MSip3RsnQZ",
                                      "expanded_url": "https://x.com/DailySignal/status/1953185699777397096/video/1",
                                      "id_str": "1953183698683047936",
                                      "indices": [
                                        276,
                                        299
                                      ],
                                      "media_key": "13_1953183698683047936",
                                      "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1953183698683047936/img/kpvzboMjhXRnj71t.jpg",
                                      "type": "video",
                                      "url": "https://t.co/MSip3RsnQZ",
                                      "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": 110336,
                                        "variants": [
                                          {
                                            "content_type": "application/x-mpegURL",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/pl/HCJAQvh_u-6-XVLj.m3u8?v=669"
                                          },
                                          {
                                            "bitrate": 256000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/480x270/2CiggN-LAuOUtxE9.mp4"
                                          },
                                          {
                                            "bitrate": 832000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/640x360/7rO9INKUY1liTDTQ.mp4"
                                          },
                                          {
                                            "bitrate": 2176000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/1280x720/IYH-ZBXGdsWjNJiu.mp4"
                                          },
                                          {
                                            "bitrate": 10368000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/1920x1080/9rvS4C57UuNM8yr0.mp4"
                                          }
                                        ]
                                      },
                                      "media_results": {
                                        "result": {
                                          "media_key": "13_1953183698683047936"
                                        }
                                      }
                                    }
                                  ],
                                  "symbols": [],
                                  "timestamps": [],
                                  "urls": [],
                                  "user_mentions": []
                                },
                                "extended_entities": {
                                  "media": [
                                    {
                                      "display_url": "pic.x.com/MSip3RsnQZ",
                                      "expanded_url": "https://x.com/DailySignal/status/1953185699777397096/video/1",
                                      "id_str": "1953183698683047936",
                                      "indices": [
                                        276,
                                        299
                                      ],
                                      "media_key": "13_1953183698683047936",
                                      "media_url_https": "https://pbs.twimg.com/amplify_video_thumb/1953183698683047936/img/kpvzboMjhXRnj71t.jpg",
                                      "type": "video",
                                      "url": "https://t.co/MSip3RsnQZ",
                                      "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": 110336,
                                        "variants": [
                                          {
                                            "content_type": "application/x-mpegURL",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/pl/HCJAQvh_u-6-XVLj.m3u8?v=669"
                                          },
                                          {
                                            "bitrate": 256000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/480x270/2CiggN-LAuOUtxE9.mp4"
                                          },
                                          {
                                            "bitrate": 832000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/640x360/7rO9INKUY1liTDTQ.mp4"
                                          },
                                          {
                                            "bitrate": 2176000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/1280x720/IYH-ZBXGdsWjNJiu.mp4"
                                          },
                                          {
                                            "bitrate": 10368000,
                                            "content_type": "video/mp4",
                                            "url": "https://video.twimg.com/amplify_video/1953183698683047936/vid/avc1/1920x1080/9rvS4C57UuNM8yr0.mp4"
                                          }
                                        ]
                                      },
                                      "media_results": {
                                        "result": {
                                          "media_key": "13_1953183698683047936"
                                        }
                                      }
                                    }
                                  ]
                                },
                                "favorite_count": 277,
                                "favorited": false,
                                "full_text": "ICE Director Blames ‘Radical Left’ Politicians for 800 Percent Spike in Attacks on ICE Agents\n\nTwo months ago, violent riots broke out in America’s second largest city because the Trump administration has decided to enforce federal immigration law. The rioters laid siege to… https://t.co/MSip3RsnQZ",
                                "is_quote_status": false,
                                "lang": "en",
                                "possibly_sensitive": false,
                                "possibly_sensitive_editable": true,
                                "quote_count": 4,
                                "reply_count": 22,
                                "retweet_count": 76,
                                "retweeted": false,
                                "user_id_str": "2361224263",
                                "id_str": "1953185699777397096"
                              },
                              "quick_promote_eligibility": {
                                "eligibility": "IneligibleNotProfessional"
                              }
                            },
                            "limitedActionResults": {
                              "limited_actions": [
                                {
                                  "action": "Reply"
                                }
                              ]
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet",
                        "promotedMetadata": {
                          "advertiser_results": {
                            "result": {
                              "__typename": "User",
                              "id": "VXNlcjoyMzYxMjI0MjYz",
                              "rest_id": "2361224263",
                              "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": "Tue Feb 25 15:01:18 +0000 2014",
                                "default_profile": false,
                                "default_profile_image": false,
                                "description": "Committed to fair, trustworthy news coverage, incisive analysis and informed commentary from a conservative perspective.",
                                "entities": {
                                  "description": {
                                    "urls": []
                                  },
                                  "url": {
                                    "urls": [
                                      {
                                        "display_url": "dailysignal.com",
                                        "expanded_url": "http://www.dailysignal.com",
                                        "url": "https://t.co/I5pzJxY5hC",
                                        "indices": [
                                          0,
                                          23
                                        ]
                                      }
                                    ]
                                  }
                                },
                                "fast_followers_count": 0,
                                "favourites_count": 11632,
                                "followers_count": 129199,
                                "friends_count": 3908,
                                "has_custom_timelines": true,
                                "is_translator": false,
                                "listed_count": 1419,
                                "location": "Washington, DC",
                                "media_count": 26268,
                                "name": "The Daily Signal",
                                "normal_followers_count": 129199,
                                "pinned_tweet_ids_str": [],
                                "possibly_sensitive": false,
                                "profile_banner_url": "https://pbs.twimg.com/profile_banners/2361224263/1717436597",
                                "profile_image_url_https": "https://pbs.twimg.com/profile_images/1797609185619628032/l3o5nF3V_normal.png",
                                "profile_interstitial_type": "",
                                "screen_name": "DailySignal",
                                "statuses_count": 85596,
                                "translator_type": "none",
                                "url": "https://t.co/I5pzJxY5hC",
                                "verified": false,
                                "verified_type": "Business",
                                "want_retweets": false,
                                "withheld_in_countries": []
                              },
                              "professional": {
                                "rest_id": "1612537848955125761",
                                "professional_type": "Business",
                                "category": [
                                  {
                                    "id": 580,
                                    "name": "Media & News Company",
                                    "icon_name": ""
                                  }
                                ]
                              },
                              "tipjar_settings": {}
                            }
                          },
                          "adMetadataContainer": {
                            "renderLegacyWebsiteCard": false
                          },
                          "disclosureType": "NoDisclosure",
                          "experimentValues": [],
                          "impressionId": "297c7d8170d079c",
                          "impressionString": "297c7d8170d079c",
                          "clickTrackingInfo": {
                            "urlParams": [
                              {
                                "key": "twclid",
                                "value": "2-6etxq6wz1tjf6qgg5ulx7jzkw"
                              }
                            ]
                          }
                        }
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1944941822998168036",
              "sortIndex": "1953481085899767778",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1944941822998168036-tweet-1944941822998168036",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1944941822998168036",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTI4MTcxMDYwMDc3NDE2NDUw",
                                  "rest_id": "1928171060077416450",
                                  "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 May 29 19:26:26 +0000 2025",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Humor draws you near; truth holds you close.\n\nEchoes of ethics & philosophy, followed by absurdities & whimsy in a world hurtling towards AI.  Join the journey.",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "signal2prompt.com",
                                            "expanded_url": "http://signal2prompt.com",
                                            "url": "https://t.co/BAUpCzh7FT",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 2116,
                                    "followers_count": 425,
                                    "friends_count": 271,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "Tennessee",
                                    "media_count": 800,
                                    "name": "Sara Konecny",
                                    "normal_followers_count": 425,
                                    "pinned_tweet_ids_str": [
                                      "1952668633110343964"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1928171060077416450/1754311806",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1952343167455383552/fR99CmGc_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "signal2prompt",
                                    "statuses_count": 2628,
                                    "translator_type": "none",
                                    "url": "https://t.co/BAUpCzh7FT",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1944941822998168036"
                              ],
                              "editable_until_msecs": "1752548840000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "168",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 02:07:20 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                25,
                                106
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "19164908",
                                    "name": "Dr. John Vial",
                                    "screen_name": "JohnVial",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  },
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      10,
                                      24
                                    ]
                                  },
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      90,
                                      104
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@JohnVial @jeremyphoward If I have questions about this course, can I reach out to you or @jeremyphoward ?",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1928171060077416450",
                              "id_str": "1944941822998168036"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1944941822998168036-tweet-1944942887613161761",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1944942887613161761",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTE2NDkwOA==",
                                  "rest_id": "19164908",
                                  "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 Jan 19 00:58:53 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Small Robotics Tips For Beginners | get started at https://t.co/iP4GxyJplX | PhD In Robotics",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              51,
                                              74
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 5039,
                                    "followers_count": 2320,
                                    "friends_count": 584,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 51,
                                    "location": "Perth, Australia",
                                    "media_count": 412,
                                    "name": "Dr. John Vial",
                                    "normal_followers_count": 2320,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/19164908/1681101171",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1501156927690403843/aU-lTXRS_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "JohnVial",
                                    "statuses_count": 3085,
                                    "translator_type": "none",
                                    "url": "https://t.co/iP4GxyJplX",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1944942887613161761"
                              ],
                              "editable_until_msecs": "1752549094000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "155",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 02:11:34 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                30,
                                83
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "1928171060077416450",
                                    "name": "Sara Konecny",
                                    "screen_name": "signal2prompt",
                                    "indices": [
                                      0,
                                      14
                                    ]
                                  },
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      15,
                                      29
                                    ]
                                  },
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      69,
                                      83
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@signal2prompt @jeremyphoward I’m just a student, you’ll have to ask @jeremyphoward",
                              "in_reply_to_screen_name": "signal2prompt",
                              "in_reply_to_status_id_str": "1944941822998168036",
                              "in_reply_to_user_id_str": "1928171060077416450",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "19164908",
                              "id_str": "1944942887613161761"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1944942887613161761"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1945053317429625180",
              "sortIndex": "1953481085899767768",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1945053317429625180-tweet-1945053317429625180",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1945053317429625180",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxODE3OTAzMzYyODE5Njk0NTky",
                                  "rest_id": "1817903362819694592",
                                  "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 Jul 29 12:42:24 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": true,
                                    "description": "",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 21306,
                                    "followers_count": 22,
                                    "friends_count": 170,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 0,
                                    "location": "heaven",
                                    "media_count": 79,
                                    "name": "ben song",
                                    "normal_followers_count": 22,
                                    "pinned_tweet_ids_str": [
                                      "1922879906632897014"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "seltzer_v3",
                                    "statuses_count": 799,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1945053317429625180"
                              ],
                              "editable_until_msecs": "1752575422000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "70",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 09:30:22 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                10,
                                132
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "19164908",
                                    "name": "Dr. John Vial",
                                    "screen_name": "JohnVial",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@JohnVial is it possible now to edit model turns in at least some of the leading providers now? or maybe in some tools?\n\nany tricks?",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 1,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1817903362819694592",
                              "id_str": "1945053317429625180"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "conversationthread-1945053317429625180-tweet-1945111044940292294",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1945111044940292294",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxOTE2NDkwOA==",
                                  "rest_id": "19164908",
                                  "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 Jan 19 00:58:53 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Small Robotics Tips For Beginners | get started at https://t.co/iP4GxyJplX | PhD In Robotics",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              51,
                                              74
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "startcreatingrobots.com",
                                            "expanded_url": "http://startcreatingrobots.com",
                                            "url": "https://t.co/iP4GxyJplX",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 5039,
                                    "followers_count": 2320,
                                    "friends_count": 584,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 51,
                                    "location": "Perth, Australia",
                                    "media_count": 412,
                                    "name": "Dr. John Vial",
                                    "normal_followers_count": 2320,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/19164908/1681101171",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1501156927690403843/aU-lTXRS_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "JohnVial",
                                    "statuses_count": 3085,
                                    "translator_type": "none",
                                    "url": "https://t.co/iP4GxyJplX",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1945111044940292294"
                              ],
                              "editable_until_msecs": "1752589186000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "53",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/iphone\" rel=\"nofollow\">Twitter for iPhone</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 13:19:46 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                12,
                                123
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "1817903362819694592",
                                    "name": "ben song",
                                    "screen_name": "seltzer_v3",
                                    "indices": [
                                      0,
                                      11
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@seltzer_v3 I haven’t been able to with vs code copilot, but if you roll your own (or use solveit) you could probably do it",
                              "in_reply_to_screen_name": "seltzer_v3",
                              "in_reply_to_status_id_str": "1945053317429625180",
                              "in_reply_to_user_id_str": "1817903362819694592",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "19164908",
                              "id_str": "1945111044940292294"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1945111044940292294"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1944949834361819610",
              "sortIndex": "1953481085899767758",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1944949834361819610-tweet-1944949834361819610",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1944949834361819610",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzcxMDE1ODU0NDU4NjI2MDUw",
                                  "rest_id": "1771015854458626050",
                                  "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 22 03:27:48 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3033,
                                    "followers_count": 268,
                                    "friends_count": 1903,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 3,
                                    "location": "",
                                    "media_count": 8,
                                    "name": "sersabr",
                                    "normal_followers_count": 268,
                                    "pinned_tweet_ids_str": [
                                      "1803480462909735150"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1771015854458626050/1751334676",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1939863491411623936/vSh2eKtP_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "sersabr",
                                    "statuses_count": 1004,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1944949834361819610"
                              ],
                              "editable_until_msecs": "1752550750000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "136",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 02:39:10 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                25,
                                137
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "19164908",
                                    "name": "Dr. John Vial",
                                    "screen_name": "JohnVial",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  },
                                  {
                                    "id_str": "175282603",
                                    "name": "Jeremy Howard",
                                    "screen_name": "jeremyphoward",
                                    "indices": [
                                      10,
                                      24
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@JohnVial @jeremyphoward Is it possible to run solveit/ dialog engineering locally on one's own codebase/ outside a notebook environment?",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1771015854458626050",
                              "id_str": "1944949834361819610"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1944949834361819610"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1944917599600656447",
              "sortIndex": "1953481085899767748",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1944917599600656447-tweet-1944917599600656447",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1944917599600656447",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNzk1NDAyODE1Mjk4NDg2Mjcy",
                                  "rest_id": "1795402815298486272",
                                  "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 May 28 10:33:12 +0000 2024",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "Non-profit Org., Empowering Humanity with Ethical AI, Latest insights about AI Native. 🤝 Community: https://t.co/b1mRBfQYi5",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "member.ainativefoundation.org",
                                            "expanded_url": "https://member.ainativefoundation.org/",
                                            "url": "https://t.co/b1mRBfQYi5",
                                            "indices": [
                                              100,
                                              123
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "ainativefoundation.org",
                                            "expanded_url": "https://ainativefoundation.org/",
                                            "url": "https://t.co/dLUCuLwQlF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 3831,
                                    "followers_count": 2611,
                                    "friends_count": 2315,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 14,
                                    "location": "London",
                                    "media_count": 5204,
                                    "name": "AI Native Foundation",
                                    "normal_followers_count": 2611,
                                    "pinned_tweet_ids_str": [
                                      "1948753116922552696"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1795402815298486272/1734063758",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1834441076733870081/ep5h4RSr_normal.png",
                                    "profile_interstitial_type": "",
                                    "screen_name": "AINativeF",
                                    "statuses_count": 7832,
                                    "translator_type": "none",
                                    "url": "https://t.co/dLUCuLwQlF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1944917599600656447"
                              ],
                              "editable_until_msecs": "1752543065000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "139",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://twitter.com\" rel=\"nofollow\">TweetDeck Web App</a>",
                            "note_tweet": {
                              "is_expandable": false,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5NDQ5MTc1OTk1NTAzNjU3MDA=",
                                  "text": "Learning how to 'talk' to AI is a crucial skill for the future. 💡",
                                  "entity_set": {
                                    "hashtags": [],
                                    "symbols": [],
                                    "urls": [],
                                    "user_mentions": []
                                  },
                                  "richtext": {
                                    "richtext_tags": []
                                  },
                                  "media": {
                                    "inline_media": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 00:31:05 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                10,
                                75
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "19164908",
                                    "name": "Dr. John Vial",
                                    "screen_name": "JohnVial",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 1,
                              "favorited": false,
                              "full_text": "@JohnVial Learning how to 'talk' to AI is a crucial skill for the future. 💡",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1795402815298486272",
                              "id_str": "1944917599600656447"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1944917599600656447"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "conversationthread-1945048299876106537",
              "sortIndex": "1953481085899767738",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "conversationthread-1945048299876106537-tweet-1945048299876106537",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1945048299876106537",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxNjY2MTAzNDc2OTQ1MDMxMTY4",
                                  "rest_id": "1666103476945031168",
                                  "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 15:23:37 +0000 2023",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "AI Automations Architect, Co-Founder @godofprompt ($40K/mo)",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "godofprompt.ai/subscribe",
                                            "expanded_url": "http://godofprompt.ai/subscribe",
                                            "url": "https://t.co/LEjrZALl2H",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 8538,
                                    "followers_count": 3195,
                                    "friends_count": 3,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 46,
                                    "location": "Global",
                                    "media_count": 255,
                                    "name": "Robert Youssef",
                                    "normal_followers_count": 3195,
                                    "pinned_tweet_ids_str": [
                                      "1949506927207088279"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1666103476945031168/1753817725",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1949976517913513985/98Qk6qo5_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "rryssf_",
                                    "statuses_count": 9471,
                                    "translator_type": "none",
                                    "url": "https://t.co/LEjrZALl2H",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1833075508726178230",
                                    "professional_type": "Creator",
                                    "category": [
                                      {
                                        "id": 713,
                                        "name": "Science & Technology",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1945048299876106537"
                              ],
                              "editable_until_msecs": "1752574226000",
                              "is_edit_eligible": false,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "51",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://mobile.twitter.com\" rel=\"nofollow\">Twitter Web App</a>",
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Tue Jul 15 09:10:26 +0000 2025",
                              "conversation_id_str": "1944909788757840314",
                              "display_text_range": [
                                10,
                                243
                              ],
                              "entities": {
                                "hashtags": [],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "19164908",
                                    "name": "Dr. John Vial",
                                    "screen_name": "JohnVial",
                                    "indices": [
                                      0,
                                      9
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 0,
                              "favorited": false,
                              "full_text": "@JohnVial sounds like a neat approach, but let’s not kid ourselves. dialogue engineering won’t magically fix all your coding woes. still, if it helps keep context, that's a win. just remember, solid coding skills matter more than fancy tricks.",
                              "in_reply_to_screen_name": "JohnVial",
                              "in_reply_to_status_id_str": "1944909788757840314",
                              "in_reply_to_user_id_str": "19164908",
                              "is_quote_status": false,
                              "lang": "en",
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 0,
                              "retweeted": false,
                              "user_id_str": "1666103476945031168",
                              "id_str": "1945048299876106537"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "HighQuality"
                          },
                          "timelinesDetails": {
                            "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                          }
                        }
                      }
                    }
                  }
                ],
                "metadata": {
                  "conversationMetadata": {
                    "allTweetIds": [
                      "1945048299876106537"
                    ],
                    "enableDeduplication": true
                  }
                },
                "displayType": "VerticalConversation",
                "clientEventInfo": {
                  "component": "tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "HighQuality"
                    },
                    "timelinesDetails": {
                      "controllerData": "DAACDAAEDAABCgABAAAAAAAAAAEKAAIAAAAAAAAAAAAAAAA="
                    }
                  }
                }
              }
            },
            {
              "entryId": "tweetdetailrelatedtweets-1953417856411955594",
              "sortIndex": "1953481085899767728",
              "content": {
                "entryType": "TimelineTimelineModule",
                "__typename": "TimelineTimelineModule",
                "items": [
                  {
                    "entryId": "tweetdetailrelatedtweets-1953417856411955594-tweet-1953417856411955594",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1953417856411955594",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMTE2MzExMDIyNjY5ODQ4NTc2",
                                  "rest_id": "1116311022669848576",
                                  "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 Apr 11 12:04:22 +0000 2019",
                                    "default_profile": true,
                                    "default_profile_image": false,
                                    "description": "#𝗦𝗼𝗮𝗿𝗦𝘂𝗽𝗲𝗿𝗘𝗮𝗴𝗹𝗲𝘀\n\n📩 soarsupereagles@gmail.com",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "linktr.ee/SoarSuperEagles",
                                            "expanded_url": "https://linktr.ee/SoarSuperEagles",
                                            "url": "https://t.co/kKWehIJbNF",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 1682,
                                    "followers_count": 108786,
                                    "friends_count": 198,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 92,
                                    "location": "Nigeria",
                                    "media_count": 4863,
                                    "name": "Soar Super Eagles",
                                    "normal_followers_count": 108786,
                                    "pinned_tweet_ids_str": [],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1116311022669848576/1743244991",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1822102541900951552/fA9NNlUj_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "SSE_NGA",
                                    "statuses_count": 6583,
                                    "translator_type": "none",
                                    "url": "https://t.co/kKWehIJbNF",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "professional": {
                                    "rest_id": "1600878218449494019",
                                    "professional_type": "Business",
                                    "category": [
                                      {
                                        "id": 580,
                                        "name": "Media & News Company",
                                        "icon_name": ""
                                      }
                                    ]
                                  },
                                  "tipjar_settings": {
                                    "is_enabled": true,
                                    "bitcoin_handle": "1KzxJaXWaBEPsLoezV6gtt7ebqbZunXQgS"
                                  }
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1953417856411955594"
                              ],
                              "editable_until_msecs": "1754569684000",
                              "is_edit_eligible": true,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "60029",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"http://twitter.com/download/android\" rel=\"nofollow\">Twitter for Android</a>",
                            "legacy": {
                              "bookmark_count": 15,
                              "bookmarked": false,
                              "created_at": "Thu Aug 07 11:28:04 +0000 2025",
                              "conversation_id_str": "1953417856411955594",
                              "display_text_range": [
                                0,
                                122
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/ClcJmrmeiy",
                                    "expanded_url": "https://x.com/SSE_NGA/status/1953417856411955594/photo/1",
                                    "id_str": "1953417817123934208",
                                    "indices": [
                                      123,
                                      146
                                    ],
                                    "media_key": "3_1953417817123934208",
                                    "media_url_https": "https://pbs.twimg.com/media/GxvvJ6-XUAAS0r1.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/ClcJmrmeiy",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 429,
                                            "y": 399,
                                            "h": 332,
                                            "w": 332
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 343,
                                            "y": 319,
                                            "h": 265,
                                            "w": 265
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 194,
                                            "y": 180,
                                            "h": 150,
                                            "w": 150
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 429,
                                            "y": 399,
                                            "h": 332,
                                            "w": 332
                                          }
                                        ]
                                      }
                                    },
                                    "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": 226,
                                          "w": 1200,
                                          "h": 672
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1200
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1368
                                        },
                                        {
                                          "x": 187,
                                          "y": 0,
                                          "w": 750,
                                          "h": 1500
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1500
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1953417817123934208"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": []
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/ClcJmrmeiy",
                                    "expanded_url": "https://x.com/SSE_NGA/status/1953417856411955594/photo/1",
                                    "id_str": "1953417817123934208",
                                    "indices": [
                                      123,
                                      146
                                    ],
                                    "media_key": "3_1953417817123934208",
                                    "media_url_https": "https://pbs.twimg.com/media/GxvvJ6-XUAAS0r1.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/ClcJmrmeiy",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 429,
                                            "y": 399,
                                            "h": 332,
                                            "w": 332
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 343,
                                            "y": 319,
                                            "h": 265,
                                            "w": 265
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 194,
                                            "y": 180,
                                            "h": 150,
                                            "w": 150
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 429,
                                            "y": 399,
                                            "h": 332,
                                            "w": 332
                                          }
                                        ]
                                      }
                                    },
                                    "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": 226,
                                          "w": 1200,
                                          "h": 672
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1200
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1368
                                        },
                                        {
                                          "x": 187,
                                          "y": 0,
                                          "w": 750,
                                          "h": 1500
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1500
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1953417817123934208"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 6565,
                              "favorited": false,
                              "full_text": "Super Falcons goalkeeper Chiamaka Nnadozie has been nominated for the 2025 women's Yachine Trophy award.\n\nWell deserved 👏🏽 https://t.co/ClcJmrmeiy",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 25,
                              "reply_count": 48,
                              "retweet_count": 1203,
                              "retweeted": false,
                              "user_id_str": "1116311022669848576",
                              "id_str": "1953417856411955594"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "related_tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "RelatedTweet"
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "tweetdetailrelatedtweets-1953417856411955594-tweet-1953424402135023701",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1953424402135023701",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoyMjA5OTg3MDY=",
                                  "rest_id": "220998706",
                                  "affiliates_highlighted_label": {
                                    "label": {
                                      "url": {
                                        "url": "https://twitter.com/lequipe",
                                        "urlType": "DeepLink"
                                      },
                                      "badge": {
                                        "url": "https://pbs.twimg.com/profile_images/1684320448320880640/OEL5UG9a_bigger.jpg"
                                      },
                                      "description": "L'Équipe",
                                      "userLabelType": "BusinessLabel",
                                      "userLabelDisplayType": "Badge"
                                    }
                                  },
                                  "has_graduated_access": true,
                                  "is_blue_verified": true,
                                  "profile_image_shape": "Square",
                                  "legacy": {
                                    "can_dm": false,
                                    "can_media_tag": true,
                                    "created_at": "Mon Nov 29 13:12:33 +0000 2010",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Follow all the latest news about Ballon d'Or France Football #ballondor #tropheekopa #tropheeyachine #tropheegerdmuller #prixsocrates",
                                    "entities": {
                                      "description": {
                                        "urls": []
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "francefootball.fr",
                                            "expanded_url": "http://www.francefootball.fr",
                                            "url": "https://t.co/A2fiXLwTzi",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 694,
                                    "followers_count": 2453921,
                                    "friends_count": 382,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 3290,
                                    "location": "France",
                                    "media_count": 22537,
                                    "name": "Ballon d'Or",
                                    "normal_followers_count": 2453921,
                                    "pinned_tweet_ids_str": [
                                      "1953448057237872779"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/220998706/1754577741",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1933795948985044992/a78FqQT5_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "ballondor",
                                    "statuses_count": 57629,
                                    "translator_type": "none",
                                    "url": "https://t.co/A2fiXLwTzi",
                                    "verified": false,
                                    "verified_type": "Business",
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1953424402135023701"
                              ],
                              "editable_until_msecs": "1754571244000",
                              "is_edit_eligible": true,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1389713",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://www.nonli.com\" rel=\"nofollow\">Nonli</a>",
                            "legacy": {
                              "bookmark_count": 462,
                              "bookmarked": false,
                              "created_at": "Thu Aug 07 11:54:04 +0000 2025",
                              "conversation_id_str": "1953424402135023701",
                              "display_text_range": [
                                0,
                                95
                              ],
                              "entities": {
                                "hashtags": [
                                  {
                                    "indices": [
                                      85,
                                      95
                                    ],
                                    "text": "ballondor"
                                  }
                                ],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/pPWTHzFIqW",
                                    "expanded_url": "https://x.com/ballondor/status/1953424402135023701/photo/1",
                                    "id_str": "1953424396581789696",
                                    "indices": [
                                      96,
                                      119
                                    ],
                                    "media_key": "3_1953424396581789696",
                                    "media_url_https": "https://pbs.twimg.com/media/Gxv1I5XW4AA1Ojf.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/pPWTHzFIqW",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 470,
                                            "y": 193,
                                            "h": 71,
                                            "w": 71
                                          },
                                          {
                                            "x": 451,
                                            "y": 449,
                                            "h": 336,
                                            "w": 336
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 376,
                                            "y": 154,
                                            "h": 56,
                                            "w": 56
                                          },
                                          {
                                            "x": 360,
                                            "y": 359,
                                            "h": 268,
                                            "w": 268
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 213,
                                            "y": 87,
                                            "h": 32,
                                            "w": 32
                                          },
                                          {
                                            "x": 204,
                                            "y": 203,
                                            "h": 152,
                                            "w": 152
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 470,
                                            "y": 193,
                                            "h": 71,
                                            "w": 71
                                          },
                                          {
                                            "x": 451,
                                            "y": 449,
                                            "h": 336,
                                            "w": 336
                                          }
                                        ]
                                      }
                                    },
                                    "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": 0,
                                          "w": 1200,
                                          "h": 672
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1200
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1368
                                        },
                                        {
                                          "x": 37,
                                          "y": 0,
                                          "w": 750,
                                          "h": 1500
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1500
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1953424396581789696"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": [
                                  {
                                    "id_str": "22910295",
                                    "name": "Chelsea FC",
                                    "screen_name": "ChelseaFC",
                                    "indices": [
                                      73,
                                      83
                                    ]
                                  }
                                ]
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/pPWTHzFIqW",
                                    "expanded_url": "https://x.com/ballondor/status/1953424402135023701/photo/1",
                                    "id_str": "1953424396581789696",
                                    "indices": [
                                      96,
                                      119
                                    ],
                                    "media_key": "3_1953424396581789696",
                                    "media_url_https": "https://pbs.twimg.com/media/Gxv1I5XW4AA1Ojf.jpg",
                                    "type": "photo",
                                    "url": "https://t.co/pPWTHzFIqW",
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "features": {
                                      "large": {
                                        "faces": [
                                          {
                                            "x": 470,
                                            "y": 193,
                                            "h": 71,
                                            "w": 71
                                          },
                                          {
                                            "x": 451,
                                            "y": 449,
                                            "h": 336,
                                            "w": 336
                                          }
                                        ]
                                      },
                                      "medium": {
                                        "faces": [
                                          {
                                            "x": 376,
                                            "y": 154,
                                            "h": 56,
                                            "w": 56
                                          },
                                          {
                                            "x": 360,
                                            "y": 359,
                                            "h": 268,
                                            "w": 268
                                          }
                                        ]
                                      },
                                      "small": {
                                        "faces": [
                                          {
                                            "x": 213,
                                            "y": 87,
                                            "h": 32,
                                            "w": 32
                                          },
                                          {
                                            "x": 204,
                                            "y": 203,
                                            "h": 152,
                                            "w": 152
                                          }
                                        ]
                                      },
                                      "orig": {
                                        "faces": [
                                          {
                                            "x": 470,
                                            "y": 193,
                                            "h": 71,
                                            "w": 71
                                          },
                                          {
                                            "x": 451,
                                            "y": 449,
                                            "h": 336,
                                            "w": 336
                                          }
                                        ]
                                      }
                                    },
                                    "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": 0,
                                          "w": 1200,
                                          "h": 672
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1200
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1368
                                        },
                                        {
                                          "x": 37,
                                          "y": 0,
                                          "w": 750,
                                          "h": 1500
                                        },
                                        {
                                          "x": 0,
                                          "y": 0,
                                          "w": 1200,
                                          "h": 1500
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "3_1953424396581789696"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 30573,
                              "favorited": false,
                              "full_text": "Nominated for the 2025 Men's Team Coach of the Year Trophy\n\nEnzo Maresca\n@ChelseaFC\n\n#ballondor https://t.co/pPWTHzFIqW",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 1847,
                              "reply_count": 1484,
                              "retweet_count": 6414,
                              "retweeted": false,
                              "user_id_str": "220998706",
                              "id_str": "1953424402135023701"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "related_tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "RelatedTweet"
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "tweetdetailrelatedtweets-1953417856411955594-tweet-1953427192966230154",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1953427192966230154",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjo3Njk2MTY0NA==",
                                  "rest_id": "76961644",
                                  "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 Sep 24 15:12:06 +0000 2009",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Consultant, speaker, book writer, mentor. Business Intelligence with Power BI, Analysis Services, and Power Pivot. Other info on https://t.co/hYayga42y6",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "sqlbi.com",
                                            "expanded_url": "http://sqlbi.com",
                                            "url": "https://t.co/hYayga42y6",
                                            "indices": [
                                              129,
                                              152
                                            ]
                                          }
                                        ]
                                      },
                                      "url": {
                                        "urls": [
                                          {
                                            "display_url": "sqlbi.com/blog/marco/",
                                            "expanded_url": "https://www.sqlbi.com/blog/marco/",
                                            "url": "https://t.co/hnK5NgtPTN",
                                            "indices": [
                                              0,
                                              23
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 11343,
                                    "followers_count": 25798,
                                    "friends_count": 470,
                                    "has_custom_timelines": true,
                                    "is_translator": false,
                                    "listed_count": 607,
                                    "location": "",
                                    "media_count": 744,
                                    "name": "Marco Russo",
                                    "normal_followers_count": 25798,
                                    "pinned_tweet_ids_str": [
                                      "1673308058389458944"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/76961644/1588930472",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1952411482601193473/m5oZwkyl_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "marcorus",
                                    "statuses_count": 12801,
                                    "translator_type": "none",
                                    "url": "https://t.co/hnK5NgtPTN",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1953427192966230154"
                              ],
                              "editable_until_msecs": "1754571910000",
                              "is_edit_eligible": true,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "648",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://metricool.com\" rel=\"nofollow\">Metricool</a>",
                            "note_tweet": {
                              "is_expandable": true,
                              "note_tweet_results": {
                                "result": {
                                  "id": "Tm90ZVR3ZWV0OjE5NTM0MjcxOTI4OTkwNzIwMDA=",
                                  "text": "Why we waited so long to talk about AI\n\nEvery time we mention AI, people project their own beliefs onto it.\nAt SQLBI, we talk about AI only when it makes a real difference, not because it's trendy.\n\nLast week many people were on vacation, so in case you missed it, here it is again👇\nhttps://t.co/74kWAAxgNl",
                                  "entity_set": {
                                    "hashtags": [],
                                    "symbols": [],
                                    "timestamps": [],
                                    "urls": [
                                      {
                                        "display_url": "sqlbi.com/blog/marco/202…",
                                        "expanded_url": "https://www.sqlbi.com/blog/marco/2025/07/28/a-few-thoughts-about-newsletter-300-and-ai/",
                                        "url": "https://t.co/74kWAAxgNl",
                                        "indices": [
                                          283,
                                          306
                                        ]
                                      }
                                    ],
                                    "user_mentions": []
                                  }
                                }
                              }
                            },
                            "legacy": {
                              "bookmark_count": 0,
                              "bookmarked": false,
                              "created_at": "Thu Aug 07 12:05:10 +0000 2025",
                              "conversation_id_str": "1953427192966230154",
                              "display_text_range": [
                                0,
                                276
                              ],
                              "entities": {
                                "hashtags": [],
                                "media": [
                                  {
                                    "display_url": "pic.x.com/rukkEkJi5Y",
                                    "expanded_url": "https://x.com/marcorus/status/1953427192966230154/video/1",
                                    "id_str": "1953426607986618368",
                                    "indices": [
                                      277,
                                      300
                                    ],
                                    "media_key": "7_1953426607986618368",
                                    "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1953426607986618368/pu/img/s02LMMmxzliPKDsD.jpg",
                                    "type": "video",
                                    "url": "https://t.co/rukkEkJi5Y",
                                    "additional_media_info": {
                                      "monetizable": false
                                    },
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1920,
                                        "w": 1080,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1200,
                                        "w": 675,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 680,
                                        "w": 383,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1920,
                                      "width": 1080,
                                      "focus_rects": []
                                    },
                                    "video_info": {
                                      "aspect_ratio": [
                                        9,
                                        16
                                      ],
                                      "duration_millis": 89700,
                                      "variants": [
                                        {
                                          "content_type": "application/x-mpegURL",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/pl/9tg2VURTLHT2KrsJ.m3u8?tag=12"
                                        },
                                        {
                                          "bitrate": 632000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/320x568/3UTF0zKz6QaQ200N.mp4?tag=12"
                                        },
                                        {
                                          "bitrate": 950000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/480x852/WBxboSlzsmb4eiFL.mp4?tag=12"
                                        },
                                        {
                                          "bitrate": 2176000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/720x1280/hvnRSZJa3GU7nwW8.mp4?tag=12"
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "7_1953426607986618368"
                                      }
                                    }
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [],
                                "user_mentions": []
                              },
                              "extended_entities": {
                                "media": [
                                  {
                                    "display_url": "pic.x.com/rukkEkJi5Y",
                                    "expanded_url": "https://x.com/marcorus/status/1953427192966230154/video/1",
                                    "id_str": "1953426607986618368",
                                    "indices": [
                                      277,
                                      300
                                    ],
                                    "media_key": "7_1953426607986618368",
                                    "media_url_https": "https://pbs.twimg.com/ext_tw_video_thumb/1953426607986618368/pu/img/s02LMMmxzliPKDsD.jpg",
                                    "type": "video",
                                    "url": "https://t.co/rukkEkJi5Y",
                                    "additional_media_info": {
                                      "monetizable": false
                                    },
                                    "ext_media_availability": {
                                      "status": "Available"
                                    },
                                    "sizes": {
                                      "large": {
                                        "h": 1920,
                                        "w": 1080,
                                        "resize": "fit"
                                      },
                                      "medium": {
                                        "h": 1200,
                                        "w": 675,
                                        "resize": "fit"
                                      },
                                      "small": {
                                        "h": 680,
                                        "w": 383,
                                        "resize": "fit"
                                      },
                                      "thumb": {
                                        "h": 150,
                                        "w": 150,
                                        "resize": "crop"
                                      }
                                    },
                                    "original_info": {
                                      "height": 1920,
                                      "width": 1080,
                                      "focus_rects": []
                                    },
                                    "video_info": {
                                      "aspect_ratio": [
                                        9,
                                        16
                                      ],
                                      "duration_millis": 89700,
                                      "variants": [
                                        {
                                          "content_type": "application/x-mpegURL",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/pl/9tg2VURTLHT2KrsJ.m3u8?tag=12"
                                        },
                                        {
                                          "bitrate": 632000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/320x568/3UTF0zKz6QaQ200N.mp4?tag=12"
                                        },
                                        {
                                          "bitrate": 950000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/480x852/WBxboSlzsmb4eiFL.mp4?tag=12"
                                        },
                                        {
                                          "bitrate": 2176000,
                                          "content_type": "video/mp4",
                                          "url": "https://video.twimg.com/ext_tw_video/1953426607986618368/pu/vid/avc1/720x1280/hvnRSZJa3GU7nwW8.mp4?tag=12"
                                        }
                                      ]
                                    },
                                    "media_results": {
                                      "result": {
                                        "media_key": "7_1953426607986618368"
                                      }
                                    }
                                  }
                                ]
                              },
                              "favorite_count": 13,
                              "favorited": false,
                              "full_text": "Why we waited so long to talk about AI\n\nEvery time we mention AI, people project their own beliefs onto it.\nAt SQLBI, we talk about AI only when it makes a real difference, not because it's trendy.\n\nLast week many people were on vacation, so in case you missed it, here it is… https://t.co/rukkEkJi5Y",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 1,
                              "retweeted": false,
                              "user_id_str": "76961644",
                              "id_str": "1953427192966230154"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "related_tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "RelatedTweet"
                          }
                        }
                      }
                    }
                  },
                  {
                    "entryId": "tweetdetailrelatedtweets-1953417856411955594-tweet-1953385887762456985",
                    "item": {
                      "itemContent": {
                        "itemType": "TimelineTweet",
                        "__typename": "TimelineTweet",
                        "tweet_results": {
                          "result": {
                            "__typename": "Tweet",
                            "rest_id": "1953385887762456985",
                            "has_birdwatch_notes": false,
                            "core": {
                              "user_results": {
                                "result": {
                                  "__typename": "User",
                                  "id": "VXNlcjoxMTAzMjcyMjU2NDgwOTUyMzI0",
                                  "rest_id": "1103272256480952324",
                                  "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 06 12:32:58 +0000 2019",
                                    "default_profile": false,
                                    "default_profile_image": false,
                                    "description": "Your free weekly newsletter, all about @MSPowerBI. Subscribe at https://t.co/v0nbDsPrWx. Published every Tuesday. Powered by @endjin",
                                    "entities": {
                                      "description": {
                                        "urls": [
                                          {
                                            "display_url": "powerbiweekly.info",
                                            "expanded_url": "http://powerbiweekly.info",
                                            "url": "https://t.co/v0nbDsPrWx",
                                            "indices": [
                                              64,
                                              87
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    "fast_followers_count": 0,
                                    "favourites_count": 181,
                                    "followers_count": 18256,
                                    "friends_count": 269,
                                    "has_custom_timelines": false,
                                    "is_translator": false,
                                    "listed_count": 253,
                                    "location": "",
                                    "media_count": 476,
                                    "name": "Power BI Weekly",
                                    "normal_followers_count": 18256,
                                    "pinned_tweet_ids_str": [
                                      "1275005967307022336"
                                    ],
                                    "possibly_sensitive": false,
                                    "profile_banner_url": "https://pbs.twimg.com/profile_banners/1103272256480952324/1553507827",
                                    "profile_image_url_https": "https://pbs.twimg.com/profile_images/1852987572198465536/C9xdQbMM_normal.jpg",
                                    "profile_interstitial_type": "",
                                    "screen_name": "PowerBIWeekly",
                                    "statuses_count": 12406,
                                    "translator_type": "none",
                                    "verified": false,
                                    "want_retweets": false,
                                    "withheld_in_countries": []
                                  },
                                  "tipjar_settings": {}
                                }
                              }
                            },
                            "card": {
                              "rest_id": "https://t.co/8PjJQavakj",
                              "legacy": {
                                "binding_values": [
                                  {
                                    "key": "player_url",
                                    "value": {
                                      "string_value": "https://www.youtube.com/embed/KvF7U358Qfw",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_large",
                                    "value": {
                                      "image_value": {
                                        "height": 627,
                                        "width": 1200,
                                        "url": "https://pbs.twimg.com/card_img/1953200795035328512/TJCHBZW5?format=jpg&name=1200x627"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "player_image",
                                    "value": {
                                      "image_value": {
                                        "height": 210,
                                        "width": 280,
                                        "url": "https://pbs.twimg.com/card_img/1953200795035328512/TJCHBZW5?format=jpg&name=280x280"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "description",
                                    "value": {
                                      "string_value": "Influencing Sort in Visual Calculations:Visual calculations just got a major upgrade with the new ORDERBY parameter. Previously, only certain functions (like...",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_width",
                                    "value": {
                                      "string_value": "1280",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "domain",
                                    "value": {
                                      "string_value": "www.youtube.com",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_is_free",
                                    "value": {
                                      "string_value": "true",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "site",
                                    "value": {
                                      "scribe_key": "publisher_id",
                                      "type": "USER",
                                      "user_value": {
                                        "id_str": "10228272",
                                        "path": []
                                      }
                                    }
                                  },
                                  {
                                    "key": "player_image_original",
                                    "value": {
                                      "image_value": {
                                        "height": 360,
                                        "width": 480,
                                        "url": "https://pbs.twimg.com/card_img/1953200795035328512/TJCHBZW5?format=jpg&name=orig"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "app_url_resolved",
                                    "value": {
                                      "string_value": "https://www.youtube.com/watch?v=KvF7U358Qfw",
                                      "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",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_id",
                                    "value": {
                                      "scribe_key": "publisher_app_id",
                                      "string_value": "com.google.android.youtube",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_small",
                                    "value": {
                                      "image_value": {
                                        "height": 108,
                                        "width": 144,
                                        "url": "https://pbs.twimg.com/card_img/1953200795035328512/TJCHBZW5?format=jpg&name=144x144"
                                      },
                                      "type": "IMAGE"
                                    }
                                  },
                                  {
                                    "key": "title",
                                    "value": {
                                      "string_value": "Power BI Visual Calculations Just Got Smarter with ORDERBY | Power BI...",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_price_currency",
                                    "value": {
                                      "string_value": "USD",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "app_url",
                                    "value": {
                                      "string_value": "https://t.co/redirect?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DKvF7U358Qfw&sig=2210c7f20aad4794a4166722b90823983bc0f42d&ssr=true&slug=8PjJQavakj",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "card_url",
                                    "value": {
                                      "scribe_key": "card_url",
                                      "string_value": "https://t.co/8PjJQavakj",
                                      "type": "STRING"
                                    }
                                  },
                                  {
                                    "key": "player_image_color",
                                    "value": {
                                      "image_color_value": {
                                        "palette": [
                                          {
                                            "rgb": {
                                              "blue": 0,
                                              "green": 0,
                                              "red": 0
                                            },
                                            "percentage": 58.45
                                          },
                                          {
                                            "rgb": {
                                              "blue": 59,
                                              "green": 76,
                                              "red": 2
                                            },
                                            "percentage": 9.02
                                          },
                                          {
                                            "rgb": {
                                              "blue": 127,
                                              "green": 178,
                                              "red": 1
                                            },
                                            "percentage": 8.63
                                          },
                                          {
                                            "rgb": {
                                              "blue": 199,
                                              "green": 200,
                                              "red": 192
                                            },
                                            "percentage": 5.09
                                          },
                                          {
                                            "rgb": {
                                              "blue": 112,
                                              "green": 47,
                                              "red": 8
                                            },
                                            "percentage": 3.87
                                          }
                                        ]
                                      },
                                      "type": "IMAGE_COLOR"
                                    }
                                  },
                                  {
                                    "key": "player_image_x_large",
                                    "value": {
                                      "image_value": {
                                        "height": 360,
                                        "width": 480,
                                        "url": "https://pbs.twimg.com/card_img/1953200795035328512/TJCHBZW5?format=png&name=2048x2048_2_exp"
                                      },
                                      "type": "IMAGE"
                                    }
                                  }
                                ],
                                "card_platform": {
                                  "platform": {
                                    "audience": {
                                      "name": "production"
                                    },
                                    "device": {
                                      "name": "Android",
                                      "version": "12"
                                    }
                                  }
                                },
                                "name": "player",
                                "url": "https://t.co/8PjJQavakj",
                                "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 & subscribe",
                                        "entities": {
                                          "description": {
                                            "urls": []
                                          },
                                          "url": {
                                            "urls": [
                                              {
                                                "display_url": "yt.be/3NDRz",
                                                "expanded_url": "https://yt.be/3NDRz",
                                                "url": "https://t.co/WBV5E1Rh1y",
                                                "indices": [
                                                  0,
                                                  23
                                                ]
                                              }
                                            ]
                                          }
                                        },
                                        "fast_followers_count": 0,
                                        "favourites_count": 6055,
                                        "followers_count": 79005098,
                                        "friends_count": 1147,
                                        "has_custom_timelines": true,
                                        "is_translator": false,
                                        "listed_count": 77653,
                                        "location": "San Bruno, CA",
                                        "media_count": 16019,
                                        "name": "YouTube",
                                        "normal_followers_count": 79005098,
                                        "pinned_tweet_ids_str": [],
                                        "possibly_sensitive": false,
                                        "profile_banner_url": "https://pbs.twimg.com/profile_banners/10228272/1745416765",
                                        "profile_image_url_https": "https://pbs.twimg.com/profile_images/1915882040353837056/VbhPvueq_normal.jpg",
                                        "profile_interstitial_type": "",
                                        "screen_name": "YouTube",
                                        "statuses_count": 60091,
                                        "translator_type": "regular",
                                        "url": "https://t.co/WBV5E1Rh1y",
                                        "verified": false,
                                        "verified_type": "Business",
                                        "want_retweets": false,
                                        "withheld_in_countries": []
                                      },
                                      "tipjar_settings": {}
                                    }
                                  }
                                ]
                              }
                            },
                            "unmention_data": {},
                            "edit_control": {
                              "edit_tweet_ids": [
                                "1953385887762456985"
                              ],
                              "editable_until_msecs": "1754562062000",
                              "is_edit_eligible": true,
                              "edits_remaining": "5"
                            },
                            "is_translatable": false,
                            "views": {
                              "count": "1265",
                              "state": "EnabledWithCount"
                            },
                            "source": "<a href=\"https://buffer.com\" rel=\"nofollow\">Buffer</a>",
                            "legacy": {
                              "bookmark_count": 10,
                              "bookmarked": false,
                              "created_at": "Thu Aug 07 09:21:02 +0000 2025",
                              "conversation_id_str": "1953385887762456985",
                              "display_text_range": [
                                0,
                                132
                              ],
                              "entities": {
                                "hashtags": [
                                  {
                                    "indices": [
                                      0,
                                      8
                                    ],
                                    "text": "PowerBI"
                                  }
                                ],
                                "symbols": [],
                                "timestamps": [],
                                "urls": [
                                  {
                                    "display_url": "youtube.com/watch?v=KvF7U3…",
                                    "expanded_url": "https://www.youtube.com/watch?v=KvF7U358Qfw",
                                    "url": "https://t.co/8PjJQavakj",
                                    "indices": [
                                      109,
                                      132
                                    ]
                                  }
                                ],
                                "user_mentions": [
                                  {
                                    "id_str": "1420265034765139971",
                                    "name": "Learning Science",
                                    "screen_name": "learn_scitech",
                                    "indices": [
                                      94,
                                      108
                                    ]
                                  }
                                ]
                              },
                              "favorite_count": 14,
                              "favorited": false,
                              "full_text": "#PowerBI Visual Calculations Just Got Smarter with ORDERBY | Power BI Update - July 2025 from @learn_scitech https://t.co/8PjJQavakj",
                              "is_quote_status": false,
                              "lang": "en",
                              "possibly_sensitive": false,
                              "possibly_sensitive_editable": true,
                              "quote_count": 0,
                              "reply_count": 0,
                              "retweet_count": 2,
                              "retweeted": false,
                              "user_id_str": "1103272256480952324",
                              "id_str": "1953385887762456985"
                            },
                            "quick_promote_eligibility": {
                              "eligibility": "IneligibleNotProfessional"
                            }
                          }
                        },
                        "tweetDisplayType": "Tweet"
                      },
                      "clientEventInfo": {
                        "component": "related_tweet",
                        "element": "tweet",
                        "details": {
                          "conversationDetails": {
                            "conversationSection": "RelatedTweet"
                          }
                        }
                      }
                    }
                  }
                ],
                "displayType": "Vertical",
                "header": {
                  "displayType": "Classic",
                  "text": "Discover more",
                  "socialContext": {
                    "type": "TimelineGeneralContext",
                    "contextType": "TextOnly",
                    "text": "Sourced from across X"
                  },
                  "sticky": true
                },
                "clientEventInfo": {
                  "component": "related_tweet",
                  "details": {
                    "conversationDetails": {
                      "conversationSection": "RelatedTweet"
                    }
                  }
                }
              }
            },
            {
              "entryId": "cursor-bottom-1953481085899767727",
              "sortIndex": "1953481085899767727",
              "content": {
                "entryType": "TimelineTimelineCursor",
                "__typename": "TimelineTimelineCursor",
                "value": "DAAFCgABGxwosph__60LAAIAAACoRW1QQzZ3QUFBZlEvZ0dKTjB2R3AvQUFBQUEwYS9ieEFrWnBBUHhyK042L1dsb0ZjR3YzU1NJU2JRZVFhL2ROQVpKcmhJUnI5dFNYM0YxRzZHeHYzcnF0WE1Jb2JHKzh3MVZieGlocitiRENTV3VER0d2NHpINWtYd1NrYkcvVWs0TmFBVlJzYjBoMk5WNkdaR3YzWmtjOFhVZG9hL2NtN1FscmhqUT09CAADAAAAAgAA",
                "cursorType": "Bottom"
              }
            }
          ]
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Top"
        },
        {
          "type": "TimelineTerminateTimeline",
          "direction": "Bottom"
        }
      ],
      "metadata": {
        "reader_mode_config": {
          "is_reader_mode_available": true
        },
        "scribeConfig": {
          "page": "ranked_replies"
        }
      }
    }
  }
}