Show the author's own chain on Bluesky and Threads
CI / Typecheck, test, build (pull_request) Successful in 46s
CI / Typecheck, test, build (pull_request) Successful in 46s
People write in chains on both, and a link into one arrives pointing at a single post out of several. Showing only that post loses the thing that was being said. Other people's replies are a different matter: they are a conversation rather than the thing that was shared, and on a busy post there are hundreds of them. A Post is now a list of Segments instead of one body. Most platforms produce exactly one and say so through oneSegment(); the two that thread produce the whole chain, with isAnchor marking the post that was actually linked, which need not be the first. Bluesky walks parent upward and the author's own replies downward, stopping at the first post by anyone else. That needs depth and parentHeight on getPostThread, which drags the entire reply tree along -- a few hundred KB on a popular post -- because there is no way to ask the API for one author's branch. Threads is harder to read. The page ships the linked post, the author's follow-ups, other people's replies and a pile of unrelated recommendations, all as flat thread_items containers with no nesting to go on. What separates a follow-up from a stranger's reply is that a follow-up is the author replying to themselves; a reply from someone else carries the same reply_to_author with a different name on it. The first post of a chain replies to nothing at all, so it is reachable only by walking backwards from the post that answers it -- a test caught that, when linking the second post of a thread returned just the one post. Fixtures for both are real captures. The Bluesky one keeps two of every level's outside replies rather than pruning them away, because a filter is only worth testing against the thing it is supposed to exclude. Co-Authored-By: Claude Opus 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01BGkRmLfiWuJHx6tQ12EELY
This commit is contained in:
+344
@@ -0,0 +1,344 @@
|
||||
[
|
||||
{
|
||||
"code": "Dbs42N8k8uT",
|
||||
"taken_at": 1786025139,
|
||||
"caption": {
|
||||
"text": "@nasa live is so cool! It’s so fun to see Jessica and Anil do their spacewalk .. it’s always encouraging to see women astronauts and their work▓▓▓▓▓\nMaybe @europeanspaceagency can also have some cool live about other missions or live viewing of Earth or other space related stuff."
|
||||
},
|
||||
"user": {
|
||||
"username": "arielbrunandthesea"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 2888,
|
||||
"url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/764774453_17972992692121062_2185374187830722827_n.jpg?stp=cp6_dst-jpg_e35_tt6&_nc_cat=109&ig_cache_key=Mzk1Nzc4NzE0NzI4MTE0MjE1NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuNDAwMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=h0gupge1KZkQ7kNvwGvrlx1&_nc_oc=Adqsqi5M7yggTFLue6KhoE9NXrDN34jg-_QhKj6e8nrCI8a1HzExKmjFNdhu1VmBtFk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQGLlnGkPyNAps_dhwFsaPi2Ao2Y6EuWctZwRnSPgMSrAw&oe=6A9528E0",
|
||||
"width": 4001
|
||||
},
|
||||
{
|
||||
"height": 780,
|
||||
"url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/764774453_17972992692121062_2185374187830722827_n.jpg?stp=cp6_dst-jpg_e35_s1080x1080_tt6&_nc_cat=109&ig_cache_key=Mzk1Nzc4NzE0NzI4MTE0MjE1NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuNDAwMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=h0gupge1KZkQ7kNvwGvrlx1&_nc_oc=Adqsqi5M7yggTFLue6KhoE9NXrDN34jg-_QhKj6e8nrCI8a1HzExKmjFNdhu1VmBtFk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQG2s0Vm7o3KIaR_nV9DofUPXeahOWJQmL25xmeFVQrhZQ&oe=6A9528E0",
|
||||
"width": 1080
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcKY3AAGVDP",
|
||||
"taken_at": 1787015002,
|
||||
"caption": {
|
||||
"text": "Right now as you read this, two astronauts are spacewalking outside the International Space Station. \n\n@nasa astronaut Anil Menon and @europeanspaceagency astronaut Sophie Adenot are conducting Spacewalk 97 today, August 18, replacing a Space-to-Ground antenna on the International Space Station. \n\nLive coverage began at 7AM EDT on NASA+. \n\nHere's what a spacewalk actually involves that nobody tells you: \n\nThey suit up in 300-pound EMU spacesuits that are essentially personal spacecraft. 👇"
|
||||
},
|
||||
"user": {
|
||||
"username": "cosmiclab.space"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 1402,
|
||||
"url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-15/778899179_18105140402113849_8885082483546796711_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ig_cache_key=Mzk2NjA5MTc1NDU0MjI4OTEwMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTEyMi5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=nvcD17NjvvoQ7kNvwFwgUux&_nc_oc=Adr7n_HeqGcl7LtOhcp_iQHCOut2OOCKH6Go0m4VFqtBNaKbE7QREb5KWeNmHt767ro&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-3.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQFdQc8Wj4gESXjji1lma5MnS2bO3M8ZC2WccZuF3-So1A&oe=6A951ED2",
|
||||
"width": 1122
|
||||
},
|
||||
{
|
||||
"height": 900,
|
||||
"url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-15/778899179_18105140402113849_8885082483546796711_n.jpg?stp=dst-jpg_e35_p720x720_tt6&_nc_cat=102&ig_cache_key=Mzk2NjA5MTc1NDU0MjI4OTEwMw%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTEyMi5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=nvcD17NjvvoQ7kNvwFwgUux&_nc_oc=Adr7n_HeqGcl7LtOhcp_iQHCOut2OOCKH6Go0m4VFqtBNaKbE7QREb5KWeNmHt767ro&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-3.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQHQqpTMS28QTD5DZa7Jkc-C7jGx5P9EM7JbSasqCtlaNA&oe=6A951ED2",
|
||||
"width": 720
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DceWVx-kSzb",
|
||||
"taken_at": 1787684770,
|
||||
"caption": {
|
||||
"text": "On the Fly\n\nMission complete.\n\nSophie Adenot and Anil Menon are safely back inside the ISS after U.S. Spacewalk 98, completing work on the station’s Space-to-Ground antenna system.\n\n⏱️ Duration: 6h 30mins\n\n📸 NASA live coverage"
|
||||
},
|
||||
"user": {
|
||||
"username": "marzano.malone"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 643,
|
||||
"url": "https://scontent-lga3-2.cdninstagram.com/v/t51.82787-15/784597767_18115184995973316_2626836958628726231_n.jpg?stp=cp6_dst-jpg_e35_tt6&_nc_cat=105&ig_cache_key=Mzk3MTcwOTUxODI0OTEzOTk4Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTEyMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=rh3pk2X6IJcQ7kNvwFSm8yR&_nc_oc=AdoRvUeiaPx0FLP-HYdvD1VFw3V8vhz9JBNxakBbwZtkCvAVeMF444HeHOUxBQVr6TQ&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQF5oCnKCWaNwfCG2t3O_MJmjLRmxoShpX1epNFgJ0d-Tw&oe=6A95008A",
|
||||
"width": 1121
|
||||
},
|
||||
{
|
||||
"height": 413,
|
||||
"url": "https://scontent-lga3-2.cdninstagram.com/v/t51.82787-15/784597767_18115184995973316_2626836958628726231_n.jpg?stp=cp6_dst-jpg_e35_s720x720_tt6&_nc_cat=105&ig_cache_key=Mzk3MTcwOTUxODI0OTEzOTk4Ng%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkNBUk9VU0VMX0lURU0ueHBpZHMuMTEyMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=rh3pk2X6IJcQ7kNvwFSm8yR&_nc_oc=AdoRvUeiaPx0FLP-HYdvD1VFw3V8vhz9JBNxakBbwZtkCvAVeMF444HeHOUxBQVr6TQ&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQFkLH93NsfFKEYwPs0lYCfKMkwivG31luMp9lOMIgp1_w&oe=6A95008A",
|
||||
"width": 720
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DbsvvGxEWt6",
|
||||
"taken_at": 1786020363,
|
||||
"caption": {
|
||||
"text": "NASA astronauts Jessica Meir and Anil Menon are stepping outside the International Space Station for a spacewalk to work on the orbiting outpost's power system and prepare for the installation of new solar arrays. Watch live: https://youtube.com/live/thfYPsRqxmw"
|
||||
},
|
||||
"user": {
|
||||
"username": "spaceflightnow"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 917,
|
||||
"url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/766580960_17978263872115867_5021188917983091958_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=103&ig_cache_key=Mzk1Nzc0ODExNzgxODkyNzk5NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTI2My5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=7i7qcUEo9LcQ7kNvwG-2BIF&_nc_oc=AdqQIfyK9Otzo3_dU7rQ3BICwY5ItQuce0dVcmy6XIXEin5FAxjybp25tUMIXyKcIvk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQFUoVSBvUuWYZ_4sfTpJi4TFEdESpRhfc4aeWwN9nTWlQ&oe=6A951EB5",
|
||||
"width": 1263
|
||||
},
|
||||
{
|
||||
"height": 784,
|
||||
"url": "https://scontent-lga3-1.cdninstagram.com/v/t51.82787-15/766580960_17978263872115867_5021188917983091958_n.jpg?stp=dst-jpg_e35_s1080x1080_tt6&_nc_cat=103&ig_cache_key=Mzk1Nzc0ODExNzgxODkyNzk5NA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTI2My5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=7i7qcUEo9LcQ7kNvwG-2BIF&_nc_oc=AdqQIfyK9Otzo3_dU7rQ3BICwY5ItQuce0dVcmy6XIXEin5FAxjybp25tUMIXyKcIvk&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-1.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQH__KSDX1NAaIRs4AAB1AY71kHGFdAHXkdwe8b4lyVwtw&oe=6A951EB5",
|
||||
"width": 1080
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcMILDEgFD0",
|
||||
"taken_at": 1787073362,
|
||||
"caption": {
|
||||
"text": "On the Fly\n\nNASA astronaut Anil Menon and ESA astronaut Sophie Adenot are outside the International Space Station today, replacing a high-speed communications antenna.\n\nThe spacewalk is Adenot’s first — making her the first French woman to conduct an EVA.\n\n📸 NASA Live feed."
|
||||
},
|
||||
"user": {
|
||||
"username": "marzano.malone"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 628,
|
||||
"url": "https://scontent-lga3-2.cdninstagram.com/v/t51.82787-15/778882209_18113994055973316_8456776599937454598_n.jpg?stp=cp6_dst-jpg_e35_tt6&_nc_cat=100&ig_cache_key=Mzk2NjU4MTMxNTM4OTY0MDk0OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTE3MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=HymAcb2XfLUQ7kNvwEHOgVr&_nc_oc=AdrDS6pVpFYD6bNORpGLeIakOTjX1BTxjxVB5_THJhhmP-elZXjB6h_2zZ6auBgheYo&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQELhjoCpHZzNAA_Gk3RPSNUUe1c2lhl-pi_JeW377PuDA&oe=6A9516AE",
|
||||
"width": 1170
|
||||
},
|
||||
{
|
||||
"height": 386,
|
||||
"url": "https://scontent-lga3-2.cdninstagram.com/v/t51.82787-15/778882209_18113994055973316_8456776599937454598_n.jpg?stp=cp6_dst-jpg_e35_s720x720_tt6&_nc_cat=100&ig_cache_key=Mzk2NjU4MTMxNTM4OTY0MDk0OA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTE3MC5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=HymAcb2XfLUQ7kNvwEHOgVr&_nc_oc=AdrDS6pVpFYD6bNORpGLeIakOTjX1BTxjxVB5_THJhhmP-elZXjB6h_2zZ6auBgheYo&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-2.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQHPYN6VEAGFfhaR0SdsQ35etsdchzIHaxEunembQl7P2g&oe=6A9516AE",
|
||||
"width": 720
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccGgKuEW-E",
|
||||
"taken_at": 1787609357,
|
||||
"caption": {
|
||||
"text": "Home improvement looks a little different at 250 miles (400 km) above Earth.\n\nWatch live as NASA astronaut Anil Menon and @europeanspaceagency astronaut Sophie Adenot step outside the International Space Station at 7 a.m. EDT (1100 UTC) on Tuesday, Aug. 25 for their second spacewalk together, finishing installation of a new communications antenna."
|
||||
},
|
||||
"user": {
|
||||
"username": "nasa"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": null
|
||||
},
|
||||
"image_versions2": {
|
||||
"candidates": [
|
||||
{
|
||||
"height": 2001,
|
||||
"url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-15/786213247_18115965718960389_483590576803339480_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=1&ig_cache_key=Mzk3MTA3NzU3MDI0NjU2OTg2MA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTYwMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=oqiv0FBeh0gQ7kNvwGO3kcE&_nc_oc=AdpcHKPcKduy07EfssZ4zHV4Mk8TkqtFYffmIfwL1AAZoQp_4EoX9fX0oUkamNFpFEM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-3.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQH2smIgAIkUJ8ueESJyMPcniSpCTVDoMn6Qb_PQyuXtsg&oe=6A95173D",
|
||||
"width": 1601
|
||||
},
|
||||
{
|
||||
"height": 1350,
|
||||
"url": "https://scontent-lga3-3.cdninstagram.com/v/t51.82787-15/786213247_18115965718960389_483590576803339480_n.jpg?stp=dst-jpg_e35_p1080x1080_tt6&_nc_cat=1&ig_cache_key=Mzk3MTA3NzU3MDI0NjU2OTg2MA%3D%3D.3-ccb7-5&ccb=7-5&_nc_sid=58cdad&efg=eyJ2ZW5jb2RlX3RhZyI6IkZFRUQueHBpZHMuMTYwMS5zZHIucmVndWxhcl9waG90by5DMyJ9&_nc_ohc=oqiv0FBeh0gQ7kNvwGO3kcE&_nc_oc=AdpcHKPcKduy07EfssZ4zHV4Mk8TkqtFYffmIfwL1AAZoQp_4EoX9fX0oUkamNFpFEM&_nc_ad=z-m&_nc_cid=0&_nc_zt=23&_nc_ht=scontent-lga3-3.cdninstagram.com&_nc_gid=-7d1lORqpDaYwMOs7mOlDw&_nc_ss=7a22e&oh=00_AQGLewsERJ0a7RuQZg26IfpkCEMwXivDYaq0qZylWD03rQ&oe=6A95173D",
|
||||
"width": 1080
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccGhYSkXYY",
|
||||
"taken_at": 1787609367,
|
||||
"caption": {
|
||||
"text": "Here's where you can watch!"
|
||||
},
|
||||
"user": {
|
||||
"username": "nasa"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcdOzzVjUWc",
|
||||
"taken_at": 1787647267,
|
||||
"caption": {
|
||||
"text": "Teamwork 💙"
|
||||
},
|
||||
"user": {
|
||||
"username": "europeanspaceagency"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DceELlFApZ1",
|
||||
"taken_at": 1787675249,
|
||||
"caption": {
|
||||
"text": "Dual units are appropriate and appreciated. Making SI (metric) units familiar to Americans is important work. Don't look back. ✌🏼❤️🌐"
|
||||
},
|
||||
"user": {
|
||||
"username": "eyeballhatred"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccHgwHEo_S",
|
||||
"taken_at": 1787609886,
|
||||
"caption": {
|
||||
"text": "Next level DIY"
|
||||
},
|
||||
"user": {
|
||||
"username": "platypus.4604274"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcdLgJvAGr2",
|
||||
"taken_at": 1787645533,
|
||||
"caption": {
|
||||
"text": "Talk about a high-stakes DIY project! 🛠️ clear view, zero gravity, and a 250-mile drop if you drop your wrench. Losing a screw behind the drywall is frustrating enough on Earth—I can’t imagine managing tethered tools while working on the station's literal lifeline to Houston. Massive respect to Anil and Sophie! 🧑🚀💪"
|
||||
},
|
||||
"user": {
|
||||
"username": "marzano.malone"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccHHNXEnju",
|
||||
"taken_at": 1787609677,
|
||||
"caption": {
|
||||
"text": "無事終わるのを祈ります💫"
|
||||
},
|
||||
"user": {
|
||||
"username": "hagane_soutarou"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcdtFOGE1q4",
|
||||
"taken_at": 1787663138,
|
||||
"caption": {
|
||||
"text": "🚀🚀🚀🧑🚀🇯🇵"
|
||||
},
|
||||
"user": {
|
||||
"username": "daoxieyukiko4"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcdtpBbk604",
|
||||
"taken_at": 1787663431,
|
||||
"caption": {
|
||||
"text": "🇯🇵🚀🧑🚀🧑🚀🧑🚀🚀🇯🇵"
|
||||
},
|
||||
"user": {
|
||||
"username": "daoxieyukiko4"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccR7SVjA3v",
|
||||
"taken_at": 1787615346,
|
||||
"caption": {
|
||||
"text": "Good luck astronauts!!"
|
||||
},
|
||||
"user": {
|
||||
"username": "kxtiebarber"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccHe5OmEd3",
|
||||
"taken_at": 1787609871,
|
||||
"caption": {
|
||||
"text": "🥴🥴🥴😒"
|
||||
},
|
||||
"user": {
|
||||
"username": "pc19cp"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DcclsueCOvv",
|
||||
"taken_at": 1787625713,
|
||||
"caption": {
|
||||
"text": "."
|
||||
},
|
||||
"user": {
|
||||
"username": "terrence_eleven"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "DccKJp0k-K-",
|
||||
"taken_at": 1787611270,
|
||||
"caption": {
|
||||
"text": "🌕✨🌏🌟💯"
|
||||
},
|
||||
"user": {
|
||||
"username": "sagarks007"
|
||||
},
|
||||
"text_post_app_info": {
|
||||
"reply_to_author": {
|
||||
"username": "nasa"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user