Update cassettes for testing methods that return Tweet objects
authorHarmon <Harmon758@gmail.com>
Fri, 7 Oct 2022 23:04:13 +0000 (18:04 -0500)
committerHarmon <Harmon758@gmail.com>
Fri, 7 Oct 2022 23:11:59 +0000 (18:11 -0500)
22 files changed:
cassettes/test_asyncclient_bookmarks.yaml
cassettes/test_asyncclient_get_home_timeline.yaml
cassettes/test_asyncclient_get_liked_tweets.yaml
cassettes/test_asyncclient_get_list_tweets.yaml
cassettes/test_asyncclient_get_quote_tweets.yaml
cassettes/test_asyncclient_get_tweet.yaml
cassettes/test_asyncclient_get_tweets.yaml
cassettes/test_asyncclient_get_users_mentions.yaml
cassettes/test_asyncclient_get_users_tweets.yaml
cassettes/test_asyncclient_search_all_tweets.yaml
cassettes/test_asyncclient_search_recent_tweets.yaml
cassettes/test_client_bookmarks.yaml
cassettes/test_client_get_home_timeline.yaml
cassettes/test_client_get_liked_tweets.yaml
cassettes/test_client_get_list_tweets.yaml
cassettes/test_client_get_quote_tweets.yaml
cassettes/test_client_get_tweet.yaml
cassettes/test_client_get_tweets.yaml
cassettes/test_client_get_users_mentions.yaml
cassettes/test_client_get_users_tweets.yaml
cassettes/test_client_search_all_tweets.yaml
cassettes/test_client_search_recent_tweets.yaml

index 79ceb398a2145901112b6fb362dc4616f7b94a44..86ea22445b5762af9b9463546b41d4b741f608c2 100644 (file)
@@ -3,44 +3,46 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/me
   response:
     body:
       string: '{"data":{"id":"1072250532645998596","name":"Tweepy Testing","username":"TweepyDev"}}'
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
+      Content-Length:
       - '97'
-      content-type:
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 13:49:08 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:06:00 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165193134799749857; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165193134799749857; Max-Age=63072000; Expires=Mon, 06 May
-        2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_lkX47v1/wqpzmNqaQR/JrQ=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165193134799749857; Max-Age=63072000; Expires=Mon, 06 May 2024
-        13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518396024053695; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518396024053695; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_Y4ryzneyI2zKpsyiwifQvw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518396024053695; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write
       x-connection-hash:
-      - 313d4c500cc0442ad0c7b62b6e797e0eadb8dd161c09d94e9eeb1263dedf47c1
+      - 11c233b9dac7c22d2d347ec9322fa8c00c260f02fe9a79e4b0cc7c49134ba80a
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -48,11 +50,13 @@ interactions:
       x-rate-limit-limit:
       - '75'
       x-rate-limit-remaining:
-      - '74'
+      - '73'
       x-rate-limit-reset:
-      - '1651932248'
+      - '1665184653'
       x-response-time:
-      - '42'
+      - '41'
+      x-transaction-id:
+      - f5cdc22e68304ff4
       x-xss-protection:
       - '0'
     status:
@@ -66,44 +70,46 @@ interactions:
       Content-Type:
       - application/json
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: POST
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks
   response:
     body:
       string: '{"data":{"bookmarked":true}}'
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
+      Content-Length:
       - '54'
-      content-type:
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 13:49:08 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:06:00 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165193134820536706; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165193134820536706; Max-Age=63072000; Expires=Mon, 06 May
-        2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_eYLBFbzffKl18ocPpd0a5A=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165193134820536706; Max-Age=63072000; Expires=Mon, 06 May 2024
-        13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518396054444113; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518396054444113; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_w3RqLtDqoo8OLvHIZnvyeg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518396054444113; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write
       x-connection-hash:
-      - 66e49ad2493f8aa414a9ce2b9a34df2495eaee86bd48b9df9d9c8288c7d53b84
+      - 05a4b3b6ef9e3e5985bbda233ee8af7c81fe60ec43c3ea4043bea681cee8a9fe
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -111,11 +117,13 @@ interactions:
       x-rate-limit-limit:
       - '50'
       x-rate-limit-remaining:
-      - '49'
+      - '48'
       x-rate-limit-reset:
-      - '1651932248'
+      - '1665184653'
       x-response-time:
-      - '65'
+      - '82'
+      x-transaction-id:
+      - d1370eaf4521943a
       x-xss-protection:
       - '0'
     status:
@@ -126,49 +134,52 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1507070437557096461\",\"text\":\"\\uD83D\\uDD16\
-        \ Bookmark this!\_\\n\\nToday we are launching new Bookmark endpoints, allowing\
-        \ you to build new ways for people to utilize and interact with their bookmarked\
-        \ Tweets - only available on the Twitter API v2.\\n\\nNot sure what to build?\
-        \ It\u2019s all in the forum post \\uD83D\\uDC40\\nhttps://t.co/vYayoqRtJE\"\
-        }],\"meta\":{\"result_count\":1}}"
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1507070437557096461\"],\"\
+        id\":\"1507070437557096461\",\"text\":\"\\uD83D\\uDD16 Bookmark this!\_\\\
+        n\\nToday we are launching new Bookmark endpoints, allowing you to build new\
+        \ ways for people to utilize and interact with their bookmarked Tweets - only\
+        \ available on the Twitter API v2.\\n\\nNot sure what to build? It\u2019s\
+        \ all in the forum post \\uD83D\\uDC40\\nhttps://t.co/vYayoqRtJE\"}],\"meta\"\
+        :{\"result_count\":1}}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '313'
-      content-type:
+      Content-Length:
+      - '334'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 13:49:08 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:06:00 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165193134839868944; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165193134839868944; Max-Age=63072000; Expires=Mon, 06 May
-        2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_6i55kkMQueSA+gvwrp7ozA=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165193134839868944; Max-Age=63072000; Expires=Mon, 06 May 2024
-        13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518396074737313; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518396074737313; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_1HZy3ztg3ISe4c1M0kFVSg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518396074737313; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:06:00 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write
       x-connection-hash:
-      - e4afc17615c4cf911769a7d48fd4888a2ba2a9dbebab798a94bd39712463cbcd
+      - 64dc6e3e287f68d869477b95b91291e9a78f995b6f045aa08e1e2e62e6f7bd5f
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -176,11 +187,13 @@ interactions:
       x-rate-limit-limit:
       - '180'
       x-rate-limit-remaining:
-      - '179'
+      - '178'
       x-rate-limit-reset:
-      - '1651932248'
+      - '1665184653'
       x-response-time:
-      - '87'
+      - '86'
+      x-transaction-id:
+      - c70741fc92f2de1a
       x-xss-protection:
       - '0'
     status:
@@ -191,44 +204,46 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: DELETE
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks/1507070437557096461
   response:
     body:
       string: '{"data":{"bookmarked":false}}'
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
+      Content-Length:
       - '55'
-      content-type:
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 13:49:08 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:06:01 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165193134861958660; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165193134861958660; Max-Age=63072000; Expires=Mon, 06 May
-        2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_Om7c+X1vXWC1IABwCnjUJw=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165193134861958660; Max-Age=63072000; Expires=Mon, 06 May 2024
-        13:49:08 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518396097231741; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:01 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518396097231741; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:06:01 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_LHG3V4lXNMnUKbTl4XYqHg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:06:01 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518396097231741; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:06:01 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write
       x-connection-hash:
-      - d16f69732531e18a5e61738729010d50f80a8fa6d5f94e37437cfc43fba642c4
+      - 170d33e7da60ab26827b7496d0165e8506748d9c624a9b1fb6fa11fa96744901
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -236,11 +251,13 @@ interactions:
       x-rate-limit-limit:
       - '50'
       x-rate-limit-remaining:
-      - '49'
+      - '48'
       x-rate-limit-reset:
-      - '1651932248'
+      - '1665184653'
       x-response-time:
-      - '47'
+      - '56'
+      x-transaction-id:
+      - d84cce28eb26a62d
       x-xss-protection:
       - '0'
     status:
index 74b62a879e1f9d85fc934a7f44d12ca4c445f18d..b7295ea55e439afe659236d7ca15679be05bae36 100644 (file)
@@ -3,280 +3,357 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/1072250532645998596/timelines/reverse_chronological
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1527697210250518528\",\"text\":\"One of my favorite\
-        \ launches I got to help out with! https://t.co/Qe2H75hg59\"},{\"id\":\"1527695653995827201\"\
-        ,\"text\":\"did anyone say reverse chron? \\uD83D\\uDC40\\n\\nthis is the\
-        \ \\\"latest tweets \u2728\\\" timeline, and we have generous rate limits!\
-        \ https://t.co/Kx0Km4PuAu\"},{\"id\":\"1527691528071565312\",\"text\":\"Today\
-        \ we are launching the reverse-chronological home timeline on the Twitter\
-        \ API v2. https://t.co/eLFKqdCou1\"},{\"id\":\"1527691246449225728\",\"text\"\
-        :\"The time(line) has finally come! The reverse-chronological home timeline\
-        \ is now available on the Twitter API v2, allowing you to retrieve the most\
-        \ recent Tweets and Retweets from people you follow.\\n\\nCheck out the forum\
-        \ post for more information\\uD83D\\uDC47\\nhttps://t.co/JaaguOjtvl\"},{\"\
-        id\":\"1527627349214175232\",\"text\":\"@andypiper @anne_engineer @MichaelMadcat\
-        \ OooOooo that\u2019s a new one for the \u2018want\u2019 list\"},{\"id\":\"\
-        1527624375721242624\",\"text\":\"RT @SociologyOxford: We're looking forward\
-        \ to welcoming Twitter's @suhemparack for our departmental seminar on Monday:\\\
-        n\\n \\uD83D\\uDCCD'Academic Researc\u2026\"},{\"id\":\"1527621781464313858\"\
-        ,\"text\":\"Taking a rest day to get the \\uD83E\\uDDE0 back to full strength.\
-        \ \\n\\nNo better place to do it\u2026 https://t.co/GkQAgzhZQ1\"},{\"id\"\
-        :\"1527621734878302208\",\"text\":\"@LeBraat @VeldaKiara Woohoo! Happy birthday\
-        \ @VeldaKiara \\uD83C\\uDF89\"},{\"id\":\"1527620214933757952\",\"text\":\"\
-        Happy birthday to the champion of Kenya dev communities \u2014 @VeldaKiara\
-        \ https://t.co/12Z6ZSDzjH\"},{\"id\":\"1527424172518940673\",\"text\":\"Big\
-        \ fan of how quick and easy Glitch has made it to spin up beautiful web apps.\
-        \ Congrats to the team on joining @fastly \\uD83D\\uDC4F\\uD83C\\uDFFB https://t.co/IzD8JC6QS3\"\
-        },{\"id\":\"1527366064903860233\",\"text\":\"RT @woodworker: I've got mail.\
-        \ From @solderparty. It seems they do Keyboards for microcontroller. And the\
-        \ microcontroller boards to play wi\u2026\"},{\"id\":\"1527354550394376202\"\
-        ,\"text\":\"Tweet entity extractor that makes it easy for developers to find\
-        \ entities in Tweets based on the new Tweet Annotations in the #TwitterAPI\
-        \ v2 https://t.co/pgYscamXLQ https://t.co/YUVG9MxDIX\"},{\"id\":\"1527354524142227456\"\
-        ,\"text\":\"Tweet image analyzer is a demo app for researchers that want to\
-        \ learn how to extract text from images in Tweets https://t.co/110V9VhzmL\
-        \ https://t.co/YdgcS6Nmen\"},{\"id\":\"1527354493020491779\",\"text\":\"Wordle\
-        \ stats that gives you the stats for Wordle players based on their Tweets\
-        \ https://t.co/HrfgPmohNb https://t.co/cgD2DLLjyk\"},{\"id\":\"1527354476083892240\"\
-        ,\"text\":\"Twitter bookmarks search that lets you search and organize your\
-        \ Twitter bookmarks by @i_am_daniele  https://t.co/a1GLIDb0uX https://t.co/tBm9rze3Xd\"\
-        },{\"id\":\"1527354451937284117\",\"text\":\"Bookmarks to Notion, an app that\
-        \ lets you import your bookmarks to a Notion page https://t.co/O0wnVHbYKJ\
-        \ https://t.co/X9axhd4vfd\"},{\"id\":\"1527354400842272770\",\"text\":\"We\
-        \ have many demo apps on @glitch that showcase  the various functionality\
-        \ of the #TwitterAPI v2. Below are 5 of my favorite ones, please try those\
-        \ out and let us know how you like those \\uD83E\\uDDF5\"},{\"id\":\"1527327677878657028\"\
-        ,\"text\":\"our best demos run on @glitch and we\u2019re just happy to see\
-        \ you part of something amazing. https://t.co/RdphUiXdcf\"},{\"id\":\"1527326965673254915\"\
-        ,\"text\":\"I introduced my friend to Dorfromantik today and I may have to\
-        \ fight her over the #SteamDeck\"},{\"id\":\"1527319569164926977\",\"text\"\
-        :\"Eyyyy @jamie_maguire1!!\\n\\uD83D\\uDE4C\\uD83C\\uDFFC\\uD83D\\uDE4C\\\
-        uD83C\\uDFFC\\n\\n https://t.co/eHstglloHl\"},{\"id\":\"1527318645948309505\"\
-        ,\"text\":\"RT @hackingcommsci: Very excited to have Suhem joining us from\
-        \ @Twitter for #hackica22. Can't wait to see the cool projects using the Twitt\u2026\
-        \"},{\"id\":\"1527316287810318337\",\"text\":\"This is excellent news! https://t.co/FndZ0BDzC2\"\
-        },{\"id\":\"1527297108100775936\",\"text\":\"Congrats to the @glitch team.\
-        \ I love how easy Glitch makes it for me to deploy working sample apps and\
-        \ demos. If you\u2019re a dev advocate, partner/sales engineer or solutions\
-        \ architect - definitely try it out - it saved me so much time in building\
-        \ fun sample apps with #TwitterAPI https://t.co/1vojbJ3HvM\"},{\"id\":\"1527264809330393089\"\
-        ,\"text\":\"Milan https://t.co/Q0U9D2cTR0\"},{\"id\":\"1527107692858200064\"\
-        ,\"text\":\"If you\u2019re going to #ICA22 and attending  #hackica22, I\u2019\
-        ll be doing a session on using the Twitter API v2 for research. Hope to see\
-        \ y\u2019all there https://t.co/xx8aHixfdy\"},{\"id\":\"1527097985305153543\"\
-        ,\"text\":\"RT @GravelInstitute: For the first time ever, George Bush is right:\
-        \ George Bush did in fact launch a wholly unjustified and brutal invasion\u2026\
-        \"},{\"id\":\"1527063266278576128\",\"text\":\"\\\"si lo puedes creer, lo\
-        \ puedes crear\\\" \u2014\_@CrisGuadarramaM\"},{\"id\":\"1527048920169340929\"\
-        ,\"text\":\"RT @hackaday: Network Time Protocol on the\_ESP32 https://t.co/JAZJ0Lsvrs\"\
-        },{\"id\":\"1527047952950124544\",\"text\":\"aqui estoy https://t.co/Xrhyr1afh4\"\
-        },{\"id\":\"1526987122401366017\",\"text\":\"New favorite bot alert \\uD83D\\\
-        uDEA8\\n\\nWell done, @LuisMayoV https://t.co/jOPNbHZQn8\"},{\"id\":\"1526986177483526144\"\
-        ,\"text\":\"\\uD83C\\uDDEE\\uD83C\\uDDF9\"},{\"id\":\"1526972563053654016\"\
-        ,\"text\":\"About a year ago we launched our course on getting started with\
-        \ academic research using the #TwitterAPI v2. Since then it has been used\
-        \ by professors in various courses.\\n\\nIf you\u2019re looking to use Twitter\
-        \ data in your class, check it out &amp; share with others https://t.co/IWpMNIqzUn\"\
-        },{\"id\":\"1526972060089479169\",\"text\":\"RT @YEmreTapan: People in our\
-        \ community frequently ask about how to study Twitter networks. Previously,\
-        \ we learned how to retrieve Twitter\u2026\"},{\"id\":\"1526957996747722753\"\
-        ,\"text\":\"RT @TwitterSpaces: Twitter Spaces are real live audio convos you\
-        \ can join from your couch. or the dog park. or the bathtub. wherever you\
-        \ ar\u2026\"},{\"id\":\"1526932423467999232\",\"text\":\"@i_am_daniele Cheese\u2026\
-        \ just cheese\"},{\"id\":\"1526931381921644546\",\"text\":\"This \\uD83D\\\
-        uDC47\\uD83C\\uDFFC\\nJust because people aren\u2019t actively posting doesn\u2019\
-        t mean they aren\u2019t finding value and viewing ads on Twitter. https://t.co/K4Sk6vh39F\"\
-        },{\"id\":\"1526862555309817856\",\"text\":\"The \\uD83C\\uDF2F game has officially\
-        \ changed @grimesalittle https://t.co/Vlvfk9a8eK\"},{\"id\":\"1526854021725790208\"\
-        ,\"text\":\"Next: planning my \u201Ccarry\u201D for #EMFCamp (time to fill\
-        \ out a wiki page over there), and I have a number of draft blog posts to\
-        \ actually finish, as well\u2026\"},{\"id\":\"1526853766322040833\",\"text\"\
-        :\"Although I\u2019m out for a bit\u2026 I\u2019m just gonna leave this here\
-        \ - a side project I started to collate amazing resources and uses around\
-        \ the current Twitter API. ~20 stars already. Discussions are open (on GH).\
-        \ I might not immediately deal with PRs while away. https://t.co/Rdp0Xo2qmh\"\
-        },{\"id\":\"1526837269520191488\",\"text\":\"\\uD83C\\uDDEB\\uD83C\\uDDF7\"\
-        },{\"id\":\"1526804934234189826\",\"text\":\"I can always rely on @biglesp\
-        \ to write exactly the article I\u2019m interested in! #BASIC https://t.co/BNRWbX9iTE\"\
-        },{\"id\":\"1526783143222599681\",\"text\":\"Oh wow it\u2019s early \\uD83E\\\
-        uDD71\"},{\"id\":\"1526723830361731072\",\"text\":\"@i_am_daniele Taking that\
-        \ bra off right,puttting your feet up and that ice cold glass of wine!! That\
-        \ feels good!\"},{\"id\":\"1526695419643695104\",\"text\":\"seeing a new animal\
-        \ you've never seen in real life for the first time\\n\\ndiscovering how weird\
-        \ seasonal allergies are (my allergies are terrible but I like my own attitude\
-        \ towards them)\\n\\nbeing alone without feeling lonely\\n\\nfinishing a good\
-        \ book\"},{\"id\":\"1526695418616111106\",\"text\":\"when you have zero cell\
-        \ reception and you don't care because it's your day off\\n\\nthe sweet spot:\
-        \ 72-75\xBA F / 22-23\xBA C\\n\\nfirst snow of the season\\n\\nsaying or receiving\
-        \ thank you\\n\\ngetting complimented for something you didn't know you looked\
-        \ like/could do\"},{\"id\":\"1526695417626259456\",\"text\":\"being able to\
-        \ figure out how to play your favorite songs on the piano\\n\\nbeing unsure\
-        \ if you helped someone or made them feel worse, and then they tell you or\
-        \ you realize you did a very good job\\n\\nplay your favorite album in a loop\
-        \ for a whole day\\n\\nsinging with a friend\\n\\nsunny days\"},{\"id\":\"\
-        1526695416439242752\",\"text\":\"things that feel good (in no particular order):\\\
-        n\\nfalling in love\\n\\npetting your favorite pet\\n\\neating chocolate\\\
-        n\\nrunning so fast it feels like you're flying\\n\\nreceiving a kiss\\n\\\
-        n(add yours and let's turn twitter into the the most wholesome place for a\
-        \ day \\uD83D\\uDC47)\"},{\"id\":\"1526669053863116802\",\"text\":\"Taking\
-        \ time away from work until June - I may not respond to related queries before\
-        \ then.\"},{\"id\":\"1526632421537353728\",\"text\":\"RT @charmcli: \\uD83D\\\
-        uDEA8\\uD83D\\uDC25 Calling all devs! We\u2019re excited to host an open source\
-        \ dev tool discovery session with @TwitterDev this Thursday at 9am PD\u2026\
-        \"},{\"id\":\"1526594589091667968\",\"text\":\"RT @michaelrowe01: Hey Twitterverse\
-        \ - I am looking for an macOS #shortcut to automatically upload a pdf to DropBox\
-        \ without having Dropbox i\u2026\"},{\"id\":\"1526569493392068608\",\"text\"\
-        :\"Just received my first Birdfeeder bookmark digest and I love it. @tehwey\
-        \ I like the dark theme!\\n\\nYou can try out Birdfeeder for free at https://t.co/j24mEMp1HY\
-        \ https://t.co/iiAizy0sib\"},{\"id\":\"1526558333804630019\",\"text\":\"In\
-        \ our podcast this week, we talked robots, Open Source trackballs, and LEGO,\
-        \ with a special guest! (I'll be taking a couple of weeks off, so you won't\
-        \ hear me for a few) https://t.co/LOFO5CHbuC\"},{\"id\":\"1526545643573022722\"\
-        ,\"text\":\"Into the home stretch with work, ahead of time off and travels\
-        \ until June! \\uD83D\\uDE0E https://t.co/dl5G2TNjaK\"},{\"id\":\"1526266844172140544\"\
-        ,\"text\":\"RT @newonbotwiki: New tutorial was added to Botwiki! https://t.co/Gv57Q51LYz\
-        \ Via @JessicaGarson\"},{\"id\":\"1526210732194414599\",\"text\":\"RT @circuitpyshow:\
-        \ New episode!  Liz Clark aka @BlitzCityDIY joins the show and shares her\
-        \ maker journey and we talk all things MIDI.  http\u2026\"},{\"id\":\"1526209896601030656\"\
-        ,\"text\":\"Did you know that the new Twitter API has a process for sharing\
-        \ technical proposals for changes? You can learn more via our open evolution\
-        \ project on GitHub https://t.co/0HNKhdnWyl\"},{\"id\":\"1526184823257194496\"\
-        ,\"text\":\"RT @lexaloffle: \\uD83C\\uDF93 PICO-8 Education Edition: \\uD83C\\\
-        uDF1FOUT NOW! \\uD83C\\uDF1F\\n\\nhttps://t.co/3gtO0iWS1S // you'll need a\
-        \ keyboard!\\n\\nA web-based version of #pico8\u2026\"},{\"id\":\"1526170917465903106\"\
-        ,\"text\":\"Lookin good @TwitterDublin. Actually, lookin great https://t.co/DoyDxhzHj0\"\
-        },{\"id\":\"1526170139854503936\",\"text\":\"Can confirm\u2026 pizza and beer\
-        \ with @IgorBrigadir as your Dublin guide is the play\"},{\"id\":\"1526154571474771969\"\
-        ,\"text\":\"My #SteamDeck review: great for folks who like fiddling (with\
-        \ *everything*). Eventually, you'll remember you bought it to play some games...\"\
-        },{\"id\":\"1526153184481357830\",\"text\":\"RT @GamesAtWork_Biz: check out\
-        \ e368: Chaos Agent Without Pants - with special guest @theRab &amp; stories\
-        \ @BostonDynamics Spot, drones, open so\u2026\"},{\"id\":\"1525866559910060033\"\
-        ,\"text\":\"TIL there's a standard for stickers. @juliaferraioli did *you*\
-        \ know about this? (if so, why am I just learning?) https://t.co/zTsFT9Oj2c\"\
-        },{\"id\":\"1525856157021179905\",\"text\":\"Oh, hi there! \\uD83D\\uDC26\
-        \ https://t.co/aGhUyHiSSP\"},{\"id\":\"1525623334938939392\",\"text\":\"\\\
-        uD83C\\uDDFA\\uD83C\\uDDE6 \\uD83C\\uDFB6 \\uD83C\\uDF8A\"},{\"id\":\"1525537549971759107\"\
-        ,\"text\":\"The volume of gingers in Dublin\u2026 I feel seen and accepted\
-        \ \\uD83D\\uDC68\\uD83C\\uDFFB\u200D\\uD83E\\uDDB0, even if I consider myself\
-        \ a recovering ginger\"},{\"id\":\"1525453767143038976\",\"text\":\"Love it!\
-        \ \\uD83C\\uDF08 https://t.co/9Z02Dv0zcc\"},{\"id\":\"1525402844131639296\"\
-        ,\"text\":\"Happy weekend! Off to @HRP_palaces Hampton Court today for the\
-        \ Artisan Fair. What are you up to?\"},{\"id\":\"1525395319013376000\",\"\
-        text\":\"RT @_andrewlyons: Today, we opened up @spacesdashboard - your discovery\
-        \ guide to Social Audio on @twitterspaces as guests with @i_am_daniel\u2026\
-        \"},{\"id\":\"1525252806889857024\",\"text\":\"to all recruiters: sorry\"\
-        },{\"id\":\"1525250854684700673\",\"text\":\"I actually still love working\
-        \ at twitter. why?\\n\\n\u2022 tweeps are kind and resilient\\n\u2022 I still\
-        \ get to help people on twitter\\n\u2022 people (even people without a twitter\
-        \ account) root for us and our success\\n\\nplease never take all of the above\
-        \ for granted \\uD83D\\uDC99\"},{\"id\":\"1525232366909792256\",\"text\":\"\
-        developers, how would you change the profile page?\\n\\nasking for a friend\
-        \ https://t.co/X5u3GbE5ED\"},{\"id\":\"1525202101311258626\",\"text\":\"RT\
-        \ @TwitterEng: Achieving large-scale real-time data analytics on Twitter's\
-        \ high volume of data is uniquely challenging. In our latest blog\u2026\"\
-        },{\"id\":\"1525185359805444096\",\"text\":\"This is a https://t.co/LYswtRnxfc\
-        \ appreciation Tweet! As a Developer Advocate, it has made easy for me to\
-        \ share code, tutorials and content with other developers in such an easy\
-        \ and effective manner! Thanks @ThePracticalDev\"},{\"id\":\"1525170076491579393\"\
-        ,\"text\":\"RT @TweetDeck: Have you tried the new TweetDeck Preview? We\u2019\
-        d love to hear from you!\\n\\nUse #TweetDeckFeedback to tell us what you think.\"\
-        },{\"id\":\"1525160409459609600\",\"text\":\"RT @arwaib: BREAKING: #Israeli\
-        \ forces target Palestinian journalist #ShireenAbuAqla\u2019s funeral procession,\
-        \ using batons against participants\u2026\"},{\"id\":\"1525144460702539776\"\
-        ,\"text\":\"For those that follow me for Twitter API / data related content\
-        \ or updates, which version of the #TwitterAPI version do you use and why?\"\
-        },{\"id\":\"1525143990202355712\",\"text\":\"so tired \\uD83D\\uDE10\"},{\"\
-        id\":\"1525138926176022536\",\"text\":\"Spaces leaderboard: https://t.co/hsMnfwBjnL\"\
-        },{\"id\":\"1525137455934062593\",\"text\":\"My @spacesdashboard page: https://t.co/wVf6dayv2x\"\
-        },{\"id\":\"1525135946894696450\",\"text\":\"Today @_andrewlyons launched\
-        \ @spacesdashboard. A way to discover and explore Spaces and their creators\
-        \ with a comprehensive view of the Spacesverse https://t.co/l5styAPwJ7\"},{\"\
-        id\":\"1525129446784741376\",\"text\":\"starting now! https://t.co/0KmwdrRJiE\"\
-        },{\"id\":\"1525129258607181824\",\"text\":\"https://t.co/B4u7HCXE5n\"},{\"\
-        id\":\"1525091195453681664\",\"text\":\"Happy kung-fu kenny day to those who\
-        \ celebrate \\uD83E\\uDD73\\n\\n#nowplaying \\n\\nhttps://t.co/rQtKm5HddN\"\
-        },{\"id\":\"1525079426299568128\",\"text\":\"RT @codebar: Hey all, @trans_code\
-        \ is going to @europython this summer, Tuesday 12th July 2022 \u2728\\n\\\
-        nTrans*Code is a free full-day workshop &amp; h\u2026\"},{\"id\":\"1525067978227822592\"\
-        ,\"text\":\"Well now \\uD83D\\uDE43 must be nearly time for a holiday.\"},{\"\
-        id\":\"1524934140046368768\",\"text\":\"Send me all the recommendations?\"\
-        },{\"id\":\"1524933942742163456\",\"text\":\"I\u2019ll be hanging out in the\
-        \ european time zones over the next month, starting tomorrow.\\n\\ndublin\\\
-        nlondon\\nbudapest\\nlake como\\nst moritz\\nzermatt\\navignon\\nparis\"},{\"\
-        id\":\"1524933282898399232\",\"text\":\"I think I\u2019m quite ready for another\
-        \ adventure https://t.co/JaJcgMTAOh\"},{\"id\":\"1524904820469125146\",\"\
-        text\":\"Truly enjoyed seeing @kayvz and @boo in action. They drove serious\
-        \ work, but did so in a fun way. Very sorry to see them go.\"},{\"id\":\"\
-        1524882463075491848\",\"text\":\"Right, @Xbox Cloud Gaming all set up on #SteamDeck,\
-        \ Steam back catalogue downloaded \\uD83D\\uDC7E that's all for today. Time\
-        \ for bed.\"},{\"id\":\"1524871241559072791\",\"text\":\"listening to a Space\
-        \ from @TwitterDev and testing the API... \\uD83D\\uDC4B\"},{\"id\":\"1524865904890331157\"\
-        ,\"text\":\"Happening now -&gt; https://t.co/PQvTty3tCk\"},{\"id\":\"1524862908781543434\"\
-        ,\"text\":\"RT @ZxSpectROM: Tomorrow at 18:00GMT the very last 7 Ukrainian\
-        \ Fundraiser RC2014 kits will go in sale at z80kits. \\n\\nThese are the last\
-        \ I ha\u2026\"},{\"id\":\"1524862798823669766\",\"text\":\"RT @europython:\
-        \ Hey hey! @trans_code is coming to @europython this summer! 12th July 2022!\
-        \ \u2728\\n\\nTrans*Code is a free full day workshop &amp; hack\u2026\"},{\"\
-        id\":\"1524833175024848898\",\"text\":\"RT @jamie_maguire1: A great video\
-        \ tutorial by @jessicagarson that shows you how to create a Twitter Bot\\\
-        n\\nAn accompanying blog with low leve\u2026\"},{\"id\":\"1524796546306478083\"\
-        ,\"text\":\"Today marks the launch of Devs in the Details, a technical video\
-        \ series made for developers by developers building with the Twitter API.\_\
-        \_\\uD83D\\uDE80\\n\\nIn this premiere episode, @jessicagarson walks us through\
-        \ how she built @FactualCat #WelcomeToOurTechTalk\\n\u2B07\uFE0F\\n\\nhttps://t.co/nGa8JTQVBJ\"\
-        },{\"id\":\"1524755167522000904\",\"text\":\"RT @josecastillo: Hey you! Are\
-        \ you in the New York area? Interested in hardware-oriented stuff? Drop by\
-        \ the workshop of @the_prepared in Br\u2026\"},{\"id\":\"1524746260862754816\"\
-        ,\"text\":\"I\u2019m back \\uD83C\\uDF99\\n\\nand I have a guest who\u2019\
-        ll bring a nice surprise!\\n\\ntune in tomorrow: \\n\\nhttps://t.co/B4u7HCG2GN\"\
-        },{\"id\":\"1524731295917658115\",\"text\":\"So... the #SteamDeck arrived!\
-        \ And also, excitingly, so did this (and some other goodies, from @yongxiangxu251\
-        \ \\uD83D\\uDE4F\\uD83C\\uDFFB)! Unsure which one will provide me the most\
-        \ entertainment, but I'm working now, so I shall investigate later! #esp32c3\
-        \ #micropython https://t.co/ZArQow0DTj\"},{\"id\":\"1524728475172708357\"\
-        ,\"text\":\"So, @SparkMailApp on iOS/iPadOS/macOS is pretty nice, might even\
-        \ claw me back away from using webmail as my default UI...\"}],\"meta\":{\"\
-        result_count\":100,\"newest_id\":\"1527697210250518528\",\"oldest_id\":\"\
-        1524728475172708357\",\"next_token\":\"7140dibdnow9c7btw421e38xjm4lc3brk8gkh08s1v3nb\"\
-        }}"
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1578466218075312129\"],\"\
+        id\":\"1578466218075312129\",\"text\":\"Swift Playgrounds is frustrating.\
+        \ Also, drag and drop on iPadOS is annoyingly bad.\"},{\"edit_history_tweet_ids\"\
+        :[\"1578465888264589313\"],\"id\":\"1578465888264589313\",\"text\":\"@TwitterDev\
+        \ Well, this question took flight! I find that I generate too many ideas to\
+        \ keep up with my own projects; and, frameworks and APIs change so I have\
+        \ to adapt all the time (that can be hard but it\u2019s also a good thing\
+        \ - active mind, better technical solutions!)\"},{\"edit_history_tweet_ids\"\
+        :[\"1578457029592899584\"],\"id\":\"1578457029592899584\",\"text\":\"@TwitterDev\
+        \ being unable to stop building things\"},{\"edit_history_tweet_ids\":[\"\
+        1578414851688480769\"],\"id\":\"1578414851688480769\",\"text\":\"honesty hour:\
+        \ what is the hardest part about being a developer? \\uD83D\\uDDEF\"},{\"\
+        edit_history_tweet_ids\":[\"1578408589215076358\"],\"id\":\"1578408589215076358\"\
+        ,\"text\":\"He\u2019s just learned about Schr\xF6dinger https://t.co/x9j9SjCV7k\"\
+        },{\"edit_history_tweet_ids\":[\"1578403389024735232\"],\"id\":\"1578403389024735232\"\
+        ,\"text\":\"RT @ChirpTrivia: A statue of Charles Darwin sits in what London\
+        \ museum?\"},{\"edit_history_tweet_ids\":[\"1578376126245654530\"],\"id\"\
+        :\"1578376126245654530\",\"text\":\"RT @microbit_edu: The micro:bit continues\
+        \ to be popular for entry level coding but with the benefit of having real\
+        \ outputs students can see\u2026\"},{\"edit_history_tweet_ids\":[\"1578341223664062465\"\
+        ],\"id\":\"1578341223664062465\",\"text\":\"RT @jangles: Introducing mixed\
+        \ media: Videos, images, and GIFs together in one #Tweet https://t.co/FMERM6PnVG\
+        \  via @Twitter &lt; great feature\u2026\"},{\"edit_history_tweet_ids\":[\"\
+        1578253738770194432\"],\"id\":\"1578253738770194432\",\"text\":\"Tweets are\
+        \ 12\u2026 knees are 74\\n\\n #MyTwitterAnniversary https://t.co/r7pRW26zyE\"\
+        },{\"edit_history_tweet_ids\":[\"1578238174848950272\"],\"id\":\"1578238174848950272\"\
+        ,\"text\":\"Satisfying day doing some Python hacking with my team - tomorrow\
+        \ is a day of travel. \u2708\uFE0F\"},{\"edit_history_tweet_ids\":[\"1578192215213428736\"\
+        ],\"id\":\"1578192215213428736\",\"text\":\"RT @ChirpTrivia: Which product\
+        \ did Nokia, the telecommunications company, originally sell?\"},{\"edit_history_tweet_ids\"\
+        :[\"1578095129495482369\"],\"id\":\"1578095129495482369\",\"text\":\"So @alanbenlee\
+        \ @snowman &amp; I are testing out a daily trivia bot experience on Twitter.\
+        \ Please answer today's Trivia question :) https://t.co/DgByLDn0N9\"},{\"\
+        edit_history_tweet_ids\":[\"1578067569835229213\"],\"id\":\"1578067569835229213\"\
+        ,\"text\":\"\\uD83D\\uDC49Using a solution like Audiense Connect in combination\
+        \ with Twitter API can help you engage the right target with your content.\
+        \ \\uD83E\\uDD1D\\n\\nSee how @BancoPichincha developed El Diez de la Trivia\
+        \ and Trivia de Oro to enhance sponsorships with football teams \u26BD\uFE0F\
+        \ \u2B07\uFE0F\\nhttps://t.co/C85xrWh0Ye https://t.co/QiIZN5Jfkn\"},{\"edit_history_tweet_ids\"\
+        :[\"1578066457317019648\"],\"id\":\"1578066457317019648\",\"text\":\"We\u2019\
+        re hiring! Inspire the largest developers in the world to build meaningful\
+        \ apps with the Twitter Developer Platform. DM me for more details if you\u2019\
+        re interested! #BuildWhatsNext\\n\\nhttps://t.co/kLsCx1MwdX\"},{\"edit_history_tweet_ids\"\
+        :[\"1577992567072833537\"],\"id\":\"1577992567072833537\",\"text\":\"Nice\
+        \ story here featuring an interview with our developer platform lead @ashevat\
+        \ - come talk to us at #chirp next month! https://t.co/E7Lx8lEoMh\"},{\"edit_history_tweet_ids\"\
+        :[\"1577849469332328450\"],\"id\":\"1577849469332328450\",\"text\":\"Trying\
+        \ different apps\"},{\"edit_history_tweet_ids\":[\"1577785394443206659\"],\"\
+        id\":\"1577785394443206659\",\"text\":\"Generating hackathon / future code\
+        \ project ideas by the nest-load. https://t.co/wNV7VOVP38\"},{\"edit_history_tweet_ids\"\
+        :[\"1577759201933361156\"],\"id\":\"1577759201933361156\",\"text\":\"RT @ashevat:\
+        \ What are you hoping to learn about at Twitter's Developer Conference #Chirp?\
+        \ Let us know in the comments \u2B07\uFE0F\"},{\"edit_history_tweet_ids\"\
+        :[\"1577730467436138524\"],\"id\":\"1577730467436138524\",\"text\":\"whoa,\
+        \ it works\\n\\nnow everyone can mix GIFs, videos, and images in one Tweet,\
+        \ available on iOS and Android https://t.co/3OQ4eGsUku https://t.co/LVVolAQPZi\"\
+        },{\"edit_history_tweet_ids\":[\"1577716842424143889\"],\"id\":\"1577716842424143889\"\
+        ,\"text\":\"It\u2019s true \u2014 we\u2019ll be adding another class of Insiders\
+        \ soon!! #buildwhatsnext https://t.co/Cpk4rqxSEy\"},{\"edit_history_tweet_ids\"\
+        :[\"1577694723644559363\"],\"id\":\"1577694723644559363\",\"text\":\"We recognize\
+        \ developers who build awesome things and share it with their community. Be\
+        \ a leader, apply today! https://t.co/aAIERw7Ej3\"},{\"edit_history_tweet_ids\"\
+        :[\"1577690074862555143\"],\"id\":\"1577690074862555143\",\"text\":\"\\uD83D\\\
+        uDC40 Building with the Twitter API? We want YOU to apply for the Insiders\
+        \ program!\\n\\nBenefits \u2728\\n\u2705 Featured in speaking engagements\\\
+        n\u2705 Attend private product feedback sessions\\n\u2705 Receive increased\
+        \ access to Twitter data\\n\u2795 More\\n\\nLearn more &amp; apply \\uD83D\\\
+        uDC47\\n https://t.co/ExPngx80Gb\"},{\"edit_history_tweet_ids\":[\"1577678849445355527\"\
+        ],\"id\":\"1577678849445355527\",\"text\":\"NYC &lt; London (weather this\
+        \ week)\"},{\"edit_history_tweet_ids\":[\"1577644775028805632\"],\"id\":\"\
+        1577644775028805632\",\"text\":\"\\uD83D\\uDC40 https://t.co/PGsPlIxVY9\"\
+        },{\"edit_history_tweet_ids\":[\"1577474730684461056\"],\"id\":\"1577474730684461056\"\
+        ,\"text\":\"I added the #Hacktoberfest tag to my Awesome Modern Twitter API\
+        \ repo to encourage community contributions. It is an Awesome List, so no\
+        \ specific coding skill required, more curation and documentation / Markdown\
+        \ editing. https://t.co/Rdp0Xo2YbP #Hacktoberfest2022 #NoCode #lowcode\"},{\"\
+        edit_history_tweet_ids\":[\"1577470977516400640\"],\"id\":\"1577470977516400640\"\
+        ,\"text\":\"Nice post from @suhemparack about Twitter API support for edited\
+        \ Tweets -&gt; https://t.co/DMtknKt2yZ\"},{\"edit_history_tweet_ids\":[\"\
+        1577463487567052800\"],\"id\":\"1577463487567052800\",\"text\":\"Catching\
+        \ up with the world, after a busy and thoughtful day.\"},{\"edit_history_tweet_ids\"\
+        :[\"1577372986176323602\"],\"id\":\"1577372986176323602\",\"text\":\"\\uD83D\\\
+        uDCA1 Tip Tuesday: You can let people choose who can reply to a Tweet directly\
+        \ from Twitter Create in v2. See how to only let followers reply to a Tweet:\
+        \ \u2935\uFE0F\\nhttps://t.co/ZGu5ejhm2W\"},{\"edit_history_tweet_ids\":[\"\
+        1577359203047546880\"],\"id\":\"1577359203047546880\",\"text\":\"Here is a\
+        \ guide on working with edited Tweets using the #TwitterAPI v2 in Python.\
+        \ Please share it with devs and researchers who might be interested https://t.co/x9bkTx4akg\"\
+        },{\"edit_history_tweet_ids\":[\"1577338050098741249\"],\"id\":\"1577338050098741249\"\
+        ,\"text\":\"RT @TwitterA11y: Not sure how to add image descriptions? Check\
+        \ out this handy guide https://t.co/bkJmhR8oqG #AltTextReminder\"},{\"edit_history_tweet_ids\"\
+        :[\"1577327055586443266\"],\"id\":\"1577327055586443266\",\"text\":\"RT @gitlab:\
+        \ What's your career in #tech story? \\n\\nMeet GitLab engineers @simplenomad,\
+        \ @jay_wanjohi, and education evangelist @MetzinAround,\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1577158996984987648\",\"1577159100026490881\",\"1577162244978139137\"\
+        ],\"id\":\"1577162244978139137\",\"text\":\"I hope I\u2019m not mistaken.\
+        \ Fixed it. https://t.co/6o0rdokH3t\"},{\"edit_history_tweet_ids\":[\"1577159355853479942\"\
+        ],\"id\":\"1577159355853479942\",\"text\":\"RT @sjpiper145: You can also get\
+        \ hold of these in the upcoming crowdfunding campaign, sign up for updates\
+        \ here: https://t.co/AKnLY4W6ot\"},{\"edit_history_tweet_ids\":[\"1577159330360483840\"\
+        ],\"id\":\"1577159330360483840\",\"text\":\"RT @sjpiper145: My #glowstitch\
+        \ LEDs project is now\\uD83C\\uDF89 OPEN SOURCE! \\uD83C\\uDF89\\nHack on\
+        \ the design files, make your own modules and fab your own for lar\u2026\"\
+        },{\"edit_history_tweet_ids\":[\"1577098250590777344\"],\"id\":\"1577098250590777344\"\
+        ,\"text\":\"Excited for the show! https://t.co/yKFtbHfPN7\"},{\"edit_history_tweet_ids\"\
+        :[\"1577025697218023424\"],\"id\":\"1577025697218023424\",\"text\":\"\\uD83D\\\
+        uDCE3 If you allowlist our servers to receive activities with the Account\
+        \ Activity API, please note that we\u2019ve recently updated our outbound\
+        \ IP address ranges. \\n\\nLearn more here: \u2B07\uFE0F \\nhttps://t.co/xM4spi519S\"\
+        },{\"edit_history_tweet_ids\":[\"1576997017791758336\"],\"id\":\"1576997017791758336\"\
+        ,\"text\":\"Metadata for edited Tweets is now supported in the #TwitterAPI\
+        \ v2 \\uD83D\\uDEA8\\uD83D\\uDEA8 I'll share a detailed guide for devs &amp;\
+        \ researchers on working with edited Tweets in Python (hopefully tomorrow)\
+        \ and will also do a livestream later this week to show how edited Tweets\
+        \ work in action in v2! \\uD83E\\uDD13 https://t.co/Les8ikfWaN\"},{\"edit_history_tweet_ids\"\
+        :[\"1576995118221074432\"],\"id\":\"1576995118221074432\",\"text\":\"Today,\
+        \ we made edited Tweet metadata available on the Twitter API v2. https://t.co/M6Fk8Btzdi\"\
+        },{\"edit_history_tweet_ids\":[\"1576985889007280128\"],\"id\":\"1576985889007280128\"\
+        ,\"text\":\"RT @francescoswiss: \u2B50\uFE0F \\uD83E\\uDD51 A State of Developer\
+        \ Relations 2022 \\uD83E\\uDD51 \u2B50\uFE0F\\n\\n\u2705 % of females in #DevRel\
+        \ \\uD83D\\uDE80\\n\u2705 Salaries \\uD83D\\uDCB2\\n\u2705 Geographies \\\
+        uD83D\\uDCCD\\n\u2705 Top tools \u270D\uFE0F\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1576984567872749568\"],\"id\":\"1576984567872749568\",\"text\":\"With\
+        \ the Edit Tweet feature rolling out incrementally, we hope this will give\
+        \ you time to understand how edited Tweets are represented in the data. Learn\
+        \ more about edited Tweet metadata \\uD83D\\uDC47\\n\\nhttps://t.co/kioijH0GeR\"\
+        },{\"edit_history_tweet_ids\":[\"1576984565356167168\"],\"id\":\"1576984565356167168\"\
+        ,\"text\":\"Edit Tweet is rolling out! And with that, edited Tweet metadata\
+        \ is now available on the Twitter API v2 so that you can begin to retrieve\
+        \ edited Tweets and the associated history and fields.\\n\\nhttps://t.co/RHVB83emI6\"\
+        },{\"edit_history_tweet_ids\":[\"1576964838873796608\"],\"id\":\"1576964838873796608\"\
+        ,\"text\":\"We were joined by @epredator for this week's edition of our podcast\
+        \ - look for episode 386 of Games at Work dot Biz in your podcast app, and\
+        \ let us know your thoughts on the subjects we covered... https://t.co/Ks1GCVgZiq\"\
+        },{\"edit_history_tweet_ids\":[\"1576962948521545729\"],\"id\":\"1576962948521545729\"\
+        ,\"text\":\"Joining Twitter has been one of the best happenstances of my life.\\\
+        n\\nToday I celebrate four years here, and I'm grateful to my team, to the\
+        \ people who encouraged me to thing wrong and break new grounds, and to all\
+        \ of you who are building with us as a result. \\uD83D\\uDC99\"},{\"edit_history_tweet_ids\"\
+        :[\"1576946663188443136\"],\"id\":\"1576946663188443136\",\"text\":\"RT @microbit_edu:\
+        \ The \\uD83C\\uDD95 #microbit Python Editor is designed to help students\
+        \ who are learning to code using a text-based language. It's ful\u2026\"},{\"\
+        edit_history_tweet_ids\":[\"1576924690190282753\"],\"id\":\"1576924690190282753\"\
+        ,\"text\":\"I know I\u2019m up for an exciting day when I wake up before @v2EndpointOTD\
+        \ does!\"},{\"edit_history_tweet_ids\":[\"1576906913476128768\"],\"id\":\"\
+        1576906913476128768\",\"text\":\"RT @Pi_In_The_Sky: Niche 3D model query:\
+        \ I have a REVIT file that I need to transfer into a UNITY file. Everyone\
+        \ who has tried to assist wi\u2026\"},{\"edit_history_tweet_ids\":[\"1576692115459149824\"\
+        ],\"id\":\"1576692115459149824\",\"text\":\"Oh hey there, New York. It has\
+        \ been a while. https://t.co/vDtGE1dVch\"},{\"edit_history_tweet_ids\":[\"\
+        1576554821158830080\"],\"id\":\"1576554821158830080\",\"text\":\"RT @caitlinmoriah:\
+        \ do it do it do it!!! https://t.co/mAcBpUg3Nr\"},{\"edit_history_tweet_ids\"\
+        :[\"1576549197221797888\"],\"id\":\"1576549197221797888\",\"text\":\"\u2026\
+        \ was also unable to checkin with the machines at the airport, soon in line\
+        \ for desk, all my preferred seats already gone, of course. Already pretty\
+        \ stressed by the return to trips like this, and BA not making it better.\"\
+        },{\"edit_history_tweet_ids\":[\"1576548417329037312\"],\"id\":\"1576548417329037312\"\
+        ,\"text\":\"It\u2019s an older story that has been re-upped on Hackaday, and\
+        \ I don\u2019t have an original NES but I have the mini Classic\u2026 mmm\
+        \ wondering what could be done here\u2026 another week, I\u2019m travelling\
+        \ for now\u2026\"},{\"edit_history_tweet_ids\":[\"1576542229803413504\"],\"\
+        id\":\"1576542229803413504\",\"text\":\"Reminder of the before times. https://t.co/xQ0P3RFN9A\"\
+        },{\"edit_history_tweet_ids\":[\"1576539772163588099\"],\"id\":\"1576539772163588099\"\
+        ,\"text\":\"This is fabulous - the creativity of developers using the Twitter\
+        \ API is always exciting to see!  https://t.co/6ryzk7KpIg\"},{\"edit_history_tweet_ids\"\
+        :[\"1576422969147936770\"],\"id\":\"1576422969147936770\",\"text\":\"Kinda\
+        \ excited, kinda depressed that I am getting up at 7:00 am to watch the @Vikings\
+        \ live in London.\"},{\"edit_history_tweet_ids\":[\"1576414663729852417\"\
+        ],\"id\":\"1576414663729852417\",\"text\":\"So good to see so many current\
+        \ and past @TwitterBoulder colleagues tonight. It was like a wedding, without\
+        \ enough time to catch up with everyone.\\n#Hogtoberfest\\n\\nThank you @briandupras\
+        \ for hosting!\"},{\"edit_history_tweet_ids\":[\"1576340745803681794\"],\"\
+        id\":\"1576340745803681794\",\"text\":\"Incredibly frustrating experience\
+        \ with @British_Airways online checkin. Unable to do so - keeps \u201Cforgetting\u201D\
+        \ travel details I\u2019ve already submitted, and one webpage says my COVID\
+        \ docs approved, another not. Maddening. Will arrive at the desk pretty annoyed\
+        \ tomorrow!\"},{\"edit_history_tweet_ids\":[\"1576217164272799749\"],\"id\"\
+        :\"1576217164272799749\",\"text\":\"RT @The_Python_DEV: This example uses\
+        \ Python and Flask to create a website where you can export a CSV of your\
+        \ bookmarks. Cool, huh?\\n\\n{ auth\u2026\"},{\"edit_history_tweet_ids\":[\"\
+        1576206795278012416\"],\"id\":\"1576206795278012416\",\"text\":\"RT @ThePracticalDev:\
+        \ This example uses Python and Flask to create a website where you can export\
+        \ a CSV of your bookmarks. Cool, huh?\\n\\n{ aut\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1576206775262785542\"],\"id\":\"1576206775262785542\",\"text\":\"RT @devtoja:\
+        \ \u3053\u306E\u4F8B\u3067\u306F\u3001Python \u3068 Flask \u3092\u4F7F\u7528\
+        \u3057\u3066\u3001\u30D6\u30C3\u30AF\u30DE\u30FC\u30AF\u306E CSV \u3092\u30A8\
+        \u30AF\u30B9\u30DD\u30FC\u30C8\u3067\u304D\u308B Web \u30B5\u30A4\u30C8\u3092\
+        \u4F5C\u6210\u3057\u307E\u3059\u3002\u304B\u3063\u3053\u3044\u3044\u3067\u3057\
+        \u3087\uFF1F\\n\\n{ author: @jessicagarson } #DEVCommunity\\nhttps://t.\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1575950067311075328\"],\"id\":\"1575950067311075328\"\
+        ,\"text\":\"That\u2019s what *I* said! https://t.co/IDmc0ExK7z\"},{\"edit_history_tweet_ids\"\
+        :[\"1575946285655392279\"],\"id\":\"1575946285655392279\",\"text\":\"Anyone\
+        \ else seen this screen glitching / ghosting / band flicker issue on an Echo\
+        \ Show 5? I\u2019m guessing it is dying. https://t.co/NfLoUqVwPB\"},{\"edit_history_tweet_ids\"\
+        :[\"1575908336565993483\"],\"id\":\"1575908336565993483\",\"text\":\"Want\
+        \ to make your first #goodbot? \\uD83E\\uDD16 \\n\\n@jessicagarson guides\
+        \ you through how to use our @glitch starter project to build your bot today.\
+        \ \\n\\nCheck it out and #BuildWhatsNext \u2B07\uFE0F\\n\\nhttps://t.co/JeYD1eg0JR\"\
+        },{\"edit_history_tweet_ids\":[\"1575906864457564163\"],\"id\":\"1575906864457564163\"\
+        ,\"text\":\"Our @replit examples are getting popular today... https://t.co/D100A1LT8E\"\
+        },{\"edit_history_tweet_ids\":[\"1575879375714910208\"],\"id\":\"1575879375714910208\"\
+        ,\"text\":\"I'm thinking some kind of voice interface to interact with your\
+        \ Spaces ramblings would be useful...\"},{\"edit_history_tweet_ids\":[\"1575872574164197378\"\
+        ],\"id\":\"1575872574164197378\",\"text\":\"IF I SHOUT MAYBE YOU CAN HEAR\
+        \ ME\"},{\"edit_history_tweet_ids\":[\"1575872465427140608\"],\"id\":\"1575872465427140608\"\
+        ,\"text\":\"LOOK I BLOGGED TO SAY SO https://t.co/6XIm0UZKYV\"},{\"edit_history_tweet_ids\"\
+        :[\"1575872209809133568\"],\"id\":\"1575872209809133568\",\"text\":\"YES @igb\
+        \ I REMEMBER FOAF\"},{\"edit_history_tweet_ids\":[\"1575870349865930754\"\
+        ],\"id\":\"1575870349865930754\",\"text\":\"oh https://t.co/nmq3aCOAKB\"},{\"\
+        edit_history_tweet_ids\":[\"1575847204484714496\"],\"id\":\"1575847204484714496\"\
+        ,\"text\":\"RT @jamie_maguire1: Join my free community of almost 450 creators,\
+        \ makers, and SaaS founders.\\n\\nLearn, share, network, and grow.\\n\\nhttps://t.\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1575847126843752449\"],\"id\":\"1575847126843752449\"\
+        ,\"text\":\"RT @MissAmaraKay: ILLEGALLY ANNEXED\"},{\"edit_history_tweet_ids\"\
+        :[\"1575603663992922114\"],\"id\":\"1575603663992922114\",\"text\":\"So as\
+        \ I understand it, Google are doing refunds on Stadia hardware\u2026 will\
+        \ the controllers be able to be flashed with some form of Open Source firmware\
+        \ to be repurposed for something else? Anyone seen any information around\
+        \ that?\"},{\"edit_history_tweet_ids\":[\"1575581142626930688\"],\"id\":\"\
+        1575581142626930688\",\"text\":\"Did you know? You can get a list of people\
+        \ who purchased a ticket to your Ticketed Space. Useful to build tools to\
+        \ send them a personalized thank you, or to drop them exclusive content so\
+        \ they can get more bang out of your Spaces! https://t.co/mObWZXn9ot\"},{\"\
+        edit_history_tweet_ids\":[\"1575547465851609088\"],\"id\":\"1575547465851609088\"\
+        ,\"text\":\"Getting signed up with @w3ride \u2014 pretty exciting stuff but\
+        \ I\u2019ve run into a number of bugs/UX challenges already \\uD83D\\uDE2C\
+        \ \\n\\nWill check back when I get home and jump on the bike again!\"},{\"\
+        edit_history_tweet_ids\":[\"1575545947211309056\"],\"id\":\"1575545947211309056\"\
+        ,\"text\":\"Morning checklist:\\n\u2705 Check my Twitter timeline \\uD83D\\\
+        uDCF2\\n\u2705 Make coffee \u2615\uFE0F\\n\u2705 Build \\uD83D\\uDE80\"},{\"\
+        edit_history_tweet_ids\":[\"1575530458019790848\"],\"id\":\"1575530458019790848\"\
+        ,\"text\":\"Updated an older tutorial that remains one of my favorites on\
+        \ getting started with Dash and the Twitter API https://t.co/nGiZAQqnM3\"\
+        },{\"edit_history_tweet_ids\":[\"1575515435952312321\"],\"id\":\"1575515435952312321\"\
+        ,\"text\":\"Umm @Spotify\u2026 absolutely no with this new iOS update. https://t.co/V2y95Jk6ea\"\
+        },{\"edit_history_tweet_ids\":[\"1575504792188727303\"],\"id\":\"1575504792188727303\"\
+        ,\"text\":\"This is one of the coolest products I've seen in a loooooong time\
+        \ -- TAKE MY MONEY!! https://t.co/2V8hxOIIK5\"},{\"edit_history_tweet_ids\"\
+        :[\"1575473886304550920\"],\"id\":\"1575473886304550920\",\"text\":\"RT @jayholler:\
+        \ I found a new ideal standard for my monitor setup \u2193 \u2193 \u2193 https://t.co/UUzbodXOIn\"\
+        },{\"edit_history_tweet_ids\":[\"1575247699040997396\"],\"id\":\"1575247699040997396\"\
+        ,\"text\":\"RT @anildash: One of the things that got me most excited about\
+        \ Twitter in the early days was the cool (and funny/weird) bots people would\
+        \ b\u2026\"},{\"edit_history_tweet_ids\":[\"1575243699218485249\"],\"id\"\
+        :\"1575243699218485249\",\"text\":\"RT @rudeism: BEHOLD, THE TROMBONE CONTROLLER\\\
+        n\\nUltrasonic sensor controls the slide, and a microphone controls the dooting.\
+        \ If only I knew h\u2026\"},{\"edit_history_tweet_ids\":[\"1575236707225436160\"\
+        ],\"id\":\"1575236707225436160\",\"text\":\"Want to get started building bots\
+        \ with the Twitter API?\\n\\nI have a new tutorial that walks you through\
+        \ how to use our @glitch starter project to get started quickly \u2728\\uD83E\\\
+        uDD16\\nhttps://t.co/NROvbgk6zK\"},{\"edit_history_tweet_ids\":[\"1575204365681381377\"\
+        ],\"id\":\"1575204365681381377\",\"text\":\"Starting to get excited about\
+        \ adding another batch of Insiders to the program! #BuildWhatsNext\\n\\nhttps://t.co/insiders\"\
+        },{\"edit_history_tweet_ids\":[\"1575173756724838405\"],\"id\":\"1575173756724838405\"\
+        ,\"text\":\"Want to know more about the Twitter Developer Insiders program?\
+        \ See the most recent update here https://t.co/rg0t5sU5IZ\"},{\"edit_history_tweet_ids\"\
+        :[\"1575173752756703233\"],\"id\":\"1575173752756703233\",\"text\":\"Thanks\
+        \ for your excellent questions and thoughts, Andrei (and also sending that\
+        \ thanks across to the rest of our Developer Insiders, who provide very useful\
+        \ input and advice) https://t.co/cDj42uTfPE\"},{\"edit_history_tweet_ids\"\
+        :[\"1575150415812993024\"],\"id\":\"1575150415812993024\",\"text\":\"Playing\
+        \ with 3D room scans -&gt; room floorplans -&gt; workshop space planning.\
+        \ Any tooling (app) tips or suggestions? Have a lovely set of 3D models in\
+        \ @Polycam3D and now want to do some layouts...\"},{\"edit_history_tweet_ids\"\
+        :[\"1575114763432083457\"],\"id\":\"1575114763432083457\",\"text\":\"TEAM\
+        \ RED!!!\\n\\nThank you for everything you do for the Twitter Developer Platform\
+        \ @RedouaneBali \\uD83D\\uDE01 https://t.co/GPUf3y4dDE\"},{\"edit_history_tweet_ids\"\
+        :[\"1575112702933942272\"],\"id\":\"1575112702933942272\",\"text\":\"RT @ThereminHero:\
+        \ I made a custom #trumbonechamp controller from a kazoo with an Arduino and\
+        \ a ToF sensor + mic trigger. Full video soon! @\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1575108065183125505\"],\"id\":\"1575108065183125505\",\"text\":\"\\uD83D\\\
+        uDC40 Take a look at how @RedouaneBali used the Twitter API to build the @RedTheBot_,\
+        \ a Twitter bot that does exactly what its bio suggests: tells jokes &amp;\
+        \ analyzes Tweets. \u2714\uFE0F \\n\\nRead it now \\uD83D\\uDC47\\nhttps://t.co/Vqthbin9vi\
+        \ https://t.co/9oFg6ULXp6\"},{\"edit_history_tweet_ids\":[\"1575062627621154817\"\
+        ],\"id\":\"1575062627621154817\",\"text\":\"RT @TheNoochGoodler: @HolyWowStudios\
+        \ play testing my home-made trombone controller! Works like a charm \u263A\
+        \uFE0F\\uD83D\\uDE06 code + build instructions to fol\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1574992104983392256\"],\"id\":\"1574992104983392256\",\"text\":\"Thanks\
+        \ @apihandyman for this detailed recap on my talk! Here\u2019s how we use\
+        \ OpenAPI to improve our developer experience \\uD83D\\uDC47 https://t.co/CzKPs2kgrq\"\
+        },{\"edit_history_tweet_ids\":[\"1574880350295171072\"],\"id\":\"1574880350295171072\"\
+        ,\"text\":\"RT @ThePracticalDev: We're making some design adjustments to Forem,\
+        \ and that means that our unicorn reaction will be going on vacation for\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1574790974051688448\"],\"id\":\"1574790974051688448\"\
+        ,\"text\":\"\\uD83D\\uDCA1 Tip Tuesday: How can you get the URL for a Tweet\
+        \ if you only know the ID and not the username? \\n\\nHere\u2019s a quick\
+        \ way. \\uD83D\\uDC47\\nhttps://t.co/zUXNo0ijUo\"},{\"edit_history_tweet_ids\"\
+        :[\"1574699850457034752\"],\"id\":\"1574699850457034752\",\"text\":\"RT @Suw:\
+        \ It's very easy to get angry about stuff like this, but school and library\
+        \ boards wouldn't be able to push through these bans if pr\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1574530838770978816\"],\"id\":\"1574530838770978816\",\"text\":\"RT @render:\
+        \ A fun and informative walkthrough on Twitter bot development (serving up\
+        \ dog facts). Deployed to Render using @pythonflask, @Re\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1574527125805228039\"],\"id\":\"1574527125805228039\",\"text\":\"Hi @BulbUK\
+        \ @EnodeHQ it looks like Kia EVs (eNiro specifically) are available in the\
+        \ Enode API - any chance  they could be added to the Bulb EV options? \\uD83D\\\
+        uDE99 would be great to manage directly in the Bulb app.\"},{\"edit_history_tweet_ids\"\
+        :[\"1574490931499175936\"],\"id\":\"1574490931499175936\",\"text\":\"RT @Redisinc:\
+        \ This Twitter bot deserves a round of a-paws \\uD83D\\uDC4F! Learn how @jessicagarson\
+        \ used #Redis to create a bot that tweets dog facts twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1574474870733291520\"],\"id\":\"1574474870733291520\",\"text\":\"RT @thebootloader:\
+        \ In episode 1, @todbot and @prcutler talk about some open source projects,\
+        \ cameras using #CircuitPython, and 3D printing.\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1574472792589963266\"],\"id\":\"1574472792589963266\",\"text\":\"RT @DevRelAvocados:\
+        \ \\uD83E\\uDD51The new issue of Developer Avocados \\uD83E\\uDD51 Weekly\
+        \ is out - https://t.co/Oytuaf6iuW\\n\\n\\uD83D\\uDCDDContent from @lornajane,\
+        \ @swyx, @Carol\u2026\"},{\"edit_history_tweet_ids\":[\"1574452695179534336\"\
+        ],\"id\":\"1574452695179534336\",\"text\":\"I haven\u2019t seen a cloud in\
+        \ at least 72 hours https://t.co/ogdY6ZATbC\"}],\"meta\":{\"next_token\":\"\
+        7140dibdnow9c7btw423hv9qw4l78it1roczd6anql1yu\",\"result_count\":98,\"newest_id\"\
+        :\"1578466218075312129\",\"oldest_id\":\"1574452695179534336\"}}"
     headers:
-      api-version:
-      - '2.43'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '7938'
-      content-type:
+      Content-Length:
+      - '8970'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Fri, 20 May 2022 17:08:12 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:23 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165306649094830530; Max-Age=63072000; Expires=Sun,
-        19 May 2024 17:08:12 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165306649094830530; Max-Age=63072000; Expires=Sun, 19 May
-        2024 17:08:12 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_mTIYnXBw1r4y/O580FElgQ=="; Max-Age=63072000; Expires=Sun,
-        19 May 2024 17:08:12 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165306649094830530; Max-Age=63072000; Expires=Sun, 19 May 2024
-        17:08:12 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518404332053844; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518404332053844; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_d5cMXOiJXDDusdJu3Mdrrg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518404332053844; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write-directmessages
       x-connection-hash:
-      - f8aa633bb58410d6fc6a0557cfad831f3af4d8957d67fc057b95bebf4f2d90fc
+      - f89494193dd32f6b7aacc2700c310f59401c3ec46e6a95179ef6570ebadf48e6
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -286,9 +363,11 @@ interactions:
       x-rate-limit-remaining:
       - '179'
       x-rate-limit-reset:
-      - '1653067390'
+      - '1665184943'
       x-response-time:
-      - '1060'
+      - '409'
+      x-transaction-id:
+      - ec95d9849cedacf1
       x-xss-protection:
       - '0'
     status:
index b4785052997de1e9e061a9ba85c00fc314f03a0a..b97b65cf10711b1bfcf572ae8d3dbe69c6475bc0 100644 (file)
@@ -3,194 +3,262 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/liked_tweets
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1504123888086704128\",\"text\":\"Twitter is only\
-        \ following one person, and it's me.\"},{\"id\":\"1494046213137735681\",\"\
-        text\":\"avoir son projet en banni\xE8re de Twitter \u2705 https://t.co/evnwMQdFKc\"\
-        },{\"id\":\"1494042851000344581\",\"text\":\"@Twitter \\uD83D\\uDE1D squinting-tongue\
-        \ + \\uD83D\\uDE2D in-tears = https://t.co/h9VN3YOOSj\"},{\"id\":\"1494041387880304645\"\
-        ,\"text\":\"Time to celebrate the #GoodBots on Twitter!\\n\\nWe\u2019re launching\
-        \ labels for developer-created accounts so you can identify more of the good\
-        \ bots and their helpful Tweets. https://t.co/1K9tBYEpOR https://t.co/of6zFkck4n\"\
-        },{\"id\":\"1484655996404477952\",\"text\":\"I. Am. Crying. \\uD83E\\uDD72\
-        \ https://t.co/TatAG7K3WU https://t.co/KtJ2uzkIpg\"},{\"id\":\"1484544778297511937\"\
-        ,\"text\":\"Sending \\uD83D\\uDC9C right back to you too\\n@Twitter https://t.co/HRXKIo5Sus\"\
-        },{\"id\":\"1484606047306330119\",\"text\":\"Welcome to Cool Dogs @Twitter\
-        \ \\uD83E\\uDD1D\\uD83D\\uDC36 https://t.co/sVUTP57tQQ\"},{\"id\":\"1484287427388837888\"\
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1345434652891373571\"],\"\
+        id\":\"1345434652891373571\",\"text\":\"RT @djarinculture: *me rereading my\
+        \ own tweet every time someone likes it* https://t.co/Q764BDICa9\"},{\"edit_history_tweet_ids\"\
+        :[\"1575546433847324672\"],\"id\":\"1575546433847324672\",\"text\":\"RT @TwitterMovies:\
+        \ he's brought kink to the timeline, Paul Rudd to the streets, and now as\
+        \ #BrosMovie hits theaters, @billyeichner is takin\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1158796820627283973\"],\"id\":\"1158796820627283973\",\"text\":\"@chromaticloud\
+        \ @thankunext327 #FreeDorothy\"},{\"edit_history_tweet_ids\":[\"1443969410440601638\"\
+        ],\"id\":\"1443969410440601638\",\"text\":\"apparently it's october\"},{\"\
+        edit_history_tweet_ids\":[\"1462843218446503940\"],\"id\":\"1462843218446503940\"\
+        ,\"text\":\"your typo makes it original\"},{\"edit_history_tweet_ids\":[\"\
+        1477395490220220419\"],\"id\":\"1477395490220220419\",\"text\":\"let's just\
+        \ see how this one goes\"},{\"edit_history_tweet_ids\":[\"1483427697556664321\"\
+        ],\"id\":\"1483427697556664321\",\"text\":\"\\uD83D\\uDCCD Chicago, IL https://t.co/nWlMYsY1S7\"\
+        },{\"edit_history_tweet_ids\":[\"1425505690634780673\"],\"id\":\"1425505690634780673\"\
+        ,\"text\":\"okay confirmed it did\"},{\"edit_history_tweet_ids\":[\"1425505236572049420\"\
+        ],\"id\":\"1425505236572049420\",\"text\":\"wait did our font change?\"},{\"\
+        edit_history_tweet_ids\":[\"1481674458586927105\"],\"id\":\"1481674458586927105\"\
+        ,\"text\":\"2 Retweets, that's a hit\"},{\"edit_history_tweet_ids\":[\"1212237037631352832\"\
+        ],\"id\":\"1212237037631352832\",\"text\":\"woooooooohooooooo!\"},{\"edit_history_tweet_ids\"\
+        :[\"1539355981854957568\"],\"id\":\"1539355981854957568\",\"text\":\"RT @pvrekhs:\
+        \ how do other people not constantly reply to their own tweets i always have\
+        \ extra info to add\"},{\"edit_history_tweet_ids\":[\"1540059169771978754\"\
+        ],\"id\":\"1540059169771978754\",\"text\":\"we would know\"},{\"edit_history_tweet_ids\"\
+        :[\"1540058653155278849\"],\"id\":\"1540058653155278849\",\"text\":\"ratios\
+        \ build character\"},{\"edit_history_tweet_ids\":[\"1509208291246805002\"\
+        ],\"id\":\"1509208291246805002\",\"text\":\"@praatyy are we friends?\"},{\"\
+        edit_history_tweet_ids\":[\"1542566710594658312\"],\"id\":\"1542566710594658312\"\
+        ,\"text\":\"if you've ever stolen a Tweet say sorry\"},{\"edit_history_tweet_ids\"\
+        :[\"1555618078481858561\"],\"id\":\"1555618078481858561\",\"text\":\"RT if\
+        \ you just closed and reopened this app\"},{\"edit_history_tweet_ids\":[\"\
+        1177008991697874945\"],\"id\":\"1177008991697874945\",\"text\":\"RT @shashashasha:\
+        \ extrovert in the tweets, introvert in the streets\"},{\"edit_history_tweet_ids\"\
+        :[\"1564598913784549376\"],\"id\":\"1564598913784549376\",\"text\":\"giving\
+        \ you all Twitter Circle because sometimes your Tweets aren\u2019t for everyone\
+        \ \\n\\nadd up to 150 people to yours and use it. please. https://t.co/D6AE4OhRX5\"\
+        },{\"edit_history_tweet_ids\":[\"1564694842311049217\"],\"id\":\"1564694842311049217\"\
+        ,\"text\":\"who is brave enough to add us to their Twitter Circle?\"},{\"\
+        edit_history_tweet_ids\":[\"1542544188310437888\"],\"id\":\"1542544188310437888\"\
+        ,\"text\":\"RT @camerobradford: When two people who are dating both like one\
+        \ of my tweets, i like to picture them both laughing at it together while\
+        \ ho\u2026\"},{\"edit_history_tweet_ids\":[\"1493027682795335680\"],\"id\"\
+        :\"1493027682795335680\",\"text\":\"this Tweet is our Super Bowl commercial\"\
+        },{\"edit_history_tweet_ids\":[\"1565318587736285184\"],\"id\":\"1565318587736285184\"\
+        ,\"text\":\"if you see an edited Tweet it's because we're testing the edit\
+        \ button\\n\\nthis is happening and you'll be okay\"},{\"edit_history_tweet_ids\"\
+        :[\"1551967807428071431\"],\"id\":\"1551967807428071431\",\"text\":\"wishing\
+        \ everyone with less than 350 followers a very nice day\"},{\"edit_history_tweet_ids\"\
+        :[\"1577730467436138524\"],\"id\":\"1577730467436138524\",\"text\":\"whoa,\
+        \ it works\\n\\nnow everyone can mix GIFs, videos, and images in one Tweet,\
+        \ available on iOS and Android https://t.co/3OQ4eGsUku https://t.co/LVVolAQPZi\"\
+        },{\"edit_history_tweet_ids\":[\"1509951255388504066\"],\"id\":\"1509951255388504066\"\
+        ,\"text\":\"we are working on an edit button\"},{\"edit_history_tweet_ids\"\
+        :[\"1557773472968892425\"],\"id\":\"1557773472968892425\",\"text\":\"UM https://t.co/DLzcVVyB5l\
+        \ https://t.co/9Thwe6Yw85\"},{\"edit_history_tweet_ids\":[\"1557769046182985728\"\
+        ],\"id\":\"1557769046182985728\",\"text\":\"GUYS https://t.co/zDWFOe2zKX\"\
+        },{\"edit_history_tweet_ids\":[\"1557770567964676096\"],\"id\":\"1557770567964676096\"\
+        ,\"text\":\"how did i manage this https://t.co/3o9weHBeVI\"},{\"edit_history_tweet_ids\"\
+        :[\"1554303084058271744\"],\"id\":\"1554303084058271744\",\"text\":\"when\
+        \ i get more than 4 likes on a tweet https://t.co/xSDGirFGFE\"},{\"edit_history_tweet_ids\"\
+        :[\"1504123888086704128\"],\"id\":\"1504123888086704128\",\"text\":\"Twitter\
+        \ is only following one person, and it's me.\"},{\"edit_history_tweet_ids\"\
+        :[\"1494046213137735681\"],\"id\":\"1494046213137735681\",\"text\":\"avoir\
+        \ son projet en banni\xE8re de Twitter \u2705 https://t.co/evnwMQdFKc\"},{\"\
+        edit_history_tweet_ids\":[\"1494042851000344581\"],\"id\":\"1494042851000344581\"\
+        ,\"text\":\"@Twitter \\uD83D\\uDE1D squinting-tongue + \\uD83D\\uDE2D in-tears\
+        \ = https://t.co/h9VN3YOOSj\"},{\"edit_history_tweet_ids\":[\"1494041387880304645\"\
+        ],\"id\":\"1494041387880304645\",\"text\":\"Time to celebrate the #GoodBots\
+        \ on Twitter!\\n\\nWe\u2019re launching labels for developer-created accounts\
+        \ so you can identify more of the good bots and their helpful Tweets. https://t.co/1K9tBYEpOR\
+        \ https://t.co/of6zFkck4n\"},{\"edit_history_tweet_ids\":[\"1484655996404477952\"\
+        ],\"id\":\"1484655996404477952\",\"text\":\"I. Am. Crying. \\uD83E\\uDD72\
+        \ https://t.co/TatAG7K3WU https://t.co/KtJ2uzkIpg\"},{\"edit_history_tweet_ids\"\
+        :[\"1484544778297511937\"],\"id\":\"1484544778297511937\",\"text\":\"Sending\
+        \ \\uD83D\\uDC9C right back to you too\\n@Twitter https://t.co/HRXKIo5Sus\"\
+        },{\"edit_history_tweet_ids\":[\"1484606047306330119\"],\"id\":\"1484606047306330119\"\
+        ,\"text\":\"Welcome to Cool Dogs @Twitter \\uD83E\\uDD1D\\uD83D\\uDC36 https://t.co/sVUTP57tQQ\"\
+        },{\"edit_history_tweet_ids\":[\"1484287427388837888\"],\"id\":\"1484287427388837888\"\
         ,\"text\":\"\\uD83D\\uDE80\\uD83C\\uDF6A \\uD83D\\uDE0D\\uD83C\\uDF6D https://t.co/NJBo8hLt13\
-        \ https://t.co/1jkJU9DDYg\"},{\"id\":\"1484255399939350529\",\"text\":\"this\
-        \ is AMAAZZZZZINNNGG!!!! https://t.co/07vIQhYdPH\"},{\"id\":\"1484256184949432331\"\
-        ,\"text\":\"HOLY HECK!!!!!!!!!!!!! https://t.co/hqTRlQPFZe\"},{\"id\":\"1483785433607598081\"\
-        ,\"text\":\"@Twitter New car. New job in a healthy working environment \\\
-        uD83D\\uDD6F\\uD83D\\uDE4F\\uD83C\\uDFFD\"},{\"id\":\"1483883947612327944\"\
-        ,\"text\":\"@Twitter I would be a doctor in 2025 and a successful artist\"\
-        },{\"id\":\"1483908864693227532\",\"text\":\"@Twitter Can\u2019t wait to have\
-        \ a world tour soon!\"},{\"id\":\"1483738975768567808\",\"text\":\"@Twitter\
-        \ I will get a ep &amp; show runner for my animated show this year and get\
-        \ it green lit \\uD83D\\uDD25 \\uD83E\\uDD1E\\uD83C\\uDFFE\"},{\"id\":\"1483797315366567937\"\
-        ,\"text\":\"@Twitter I'm going to my dream college this year\"},{\"id\":\"\
-        1483676808650186753\",\"text\":\"@Twitter I dream of developing and shipping\
-        \ two software applications that actually solves problems \\uD83D\\uDE4F\\\
-        uD83C\\uDFFD\"},{\"id\":\"1483749641904697352\",\"text\":\"@Twitter New Car\
-        \ and Apartment, also a thriving university student \u2728\\uD83D\\uDE0A\"\
-        },{\"id\":\"1483563603433295874\",\"text\":\"@Twitter im going to thrive at\
-        \ university this year\"},{\"id\":\"1483640576289427459\",\"text\":\"@Twitter\
+        \ https://t.co/1jkJU9DDYg\"},{\"edit_history_tweet_ids\":[\"1484255399939350529\"\
+        ],\"id\":\"1484255399939350529\",\"text\":\"this is AMAAZZZZZINNNGG!!!! https://t.co/07vIQhYdPH\"\
+        },{\"edit_history_tweet_ids\":[\"1484256184949432331\"],\"id\":\"1484256184949432331\"\
+        ,\"text\":\"HOLY HECK!!!!!!!!!!!!! https://t.co/hqTRlQPFZe\"},{\"edit_history_tweet_ids\"\
+        :[\"1483785433607598081\"],\"id\":\"1483785433607598081\",\"text\":\"@Twitter\
+        \ New car. New job in a healthy working environment \\uD83D\\uDD6F\\uD83D\\\
+        uDE4F\\uD83C\\uDFFD\"},{\"edit_history_tweet_ids\":[\"1483883947612327944\"\
+        ],\"id\":\"1483883947612327944\",\"text\":\"@Twitter I would be a doctor in\
+        \ 2025 and a successful artist\"},{\"edit_history_tweet_ids\":[\"1483908864693227532\"\
+        ],\"id\":\"1483908864693227532\",\"text\":\"@Twitter Can\u2019t wait to have\
+        \ a world tour soon!\"},{\"edit_history_tweet_ids\":[\"1483738975768567808\"\
+        ],\"id\":\"1483738975768567808\",\"text\":\"@Twitter I will get a ep &amp;\
+        \ show runner for my animated show this year and get it green lit \\uD83D\\\
+        uDD25 \\uD83E\\uDD1E\\uD83C\\uDFFE\"},{\"edit_history_tweet_ids\":[\"1483797315366567937\"\
+        ],\"id\":\"1483797315366567937\",\"text\":\"@Twitter I'm going to my dream\
+        \ college this year\"},{\"edit_history_tweet_ids\":[\"1483676808650186753\"\
+        ],\"id\":\"1483676808650186753\",\"text\":\"@Twitter I dream of developing\
+        \ and shipping two software applications that actually solves problems \\\
+        uD83D\\uDE4F\\uD83C\\uDFFD\"},{\"edit_history_tweet_ids\":[\"1483749641904697352\"\
+        ],\"id\":\"1483749641904697352\",\"text\":\"@Twitter New Car and Apartment,\
+        \ also a thriving university student \u2728\\uD83D\\uDE0A\"},{\"edit_history_tweet_ids\"\
+        :[\"1483563603433295874\"],\"id\":\"1483563603433295874\",\"text\":\"@Twitter\
+        \ im going to thrive at university this year\"},{\"edit_history_tweet_ids\"\
+        :[\"1483640576289427459\"],\"id\":\"1483640576289427459\",\"text\":\"@Twitter\
         \ A tv show I create gets greenlit and we start filming in 2022 \u2728\"},{\"\
-        id\":\"1483751341977931776\",\"text\":\"@Twitter I'm going to become a sought\
-        \ after change lead at my current employer in years time. I'll oversee projects\
-        \ and people confidently and competently. My salary will increase x5 shem.\"\
-        },{\"id\":\"1483721331216719873\",\"text\":\"I'm going to be a successful\
-        \ music producer. https://t.co/daREG1BChM\"},{\"id\":\"1483863013572714501\"\
-        ,\"text\":\"@Twitter i\u2019ll get harry styles tickets for london in june\
-        \ with my friends \\uD83D\\uDD6F\\uD83D\\uDD6F\"},{\"id\":\"1483685568529645568\"\
-        ,\"text\":\"@Twitter I will facilitate a round table / panel for a TV show\
-        \ or film that I love.\"},{\"id\":\"1483676039469355010\",\"text\":\"@Twitter\
+        edit_history_tweet_ids\":[\"1483751341977931776\"],\"id\":\"1483751341977931776\"\
+        ,\"text\":\"@Twitter I'm going to become a sought after change lead at my\
+        \ current employer in years time. I'll oversee projects and people confidently\
+        \ and competently. My salary will increase x5 shem.\"},{\"edit_history_tweet_ids\"\
+        :[\"1483721331216719873\"],\"id\":\"1483721331216719873\",\"text\":\"I'm going\
+        \ to be a successful music producer. https://t.co/daREG1BChM\"},{\"edit_history_tweet_ids\"\
+        :[\"1483863013572714501\"],\"id\":\"1483863013572714501\",\"text\":\"@Twitter\
+        \ i\u2019ll get harry styles tickets for london in june with my friends \\\
+        uD83D\\uDD6F\\uD83D\\uDD6F\"},{\"edit_history_tweet_ids\":[\"1483685568529645568\"\
+        ],\"id\":\"1483685568529645568\",\"text\":\"@Twitter I will facilitate a round\
+        \ table / panel for a TV show or film that I love.\"},{\"edit_history_tweet_ids\"\
+        :[\"1483676039469355010\"],\"id\":\"1483676039469355010\",\"text\":\"@Twitter\
         \ Sell a pilot, find true love, publish a novel. In no particular order,\"\
-        },{\"id\":\"1483702748751310853\",\"text\":\"@Twitter I am going to be happy\
-        \ and successful this year. Things are finally working out.\"},{\"id\":\"\
-        1483831080310480896\",\"text\":\"@Twitter By October 2023, I would be a lawyer.\"\
-        },{\"id\":\"1483859933934325768\",\"text\":\"Securing a job that will give\
-        \ me financial freedom and stability while growing my knowledge in my career.\
-        \ https://t.co/Hux2F4iGNJ\"},{\"id\":\"1483641091844976641\",\"text\":\"My\
-        \ feature \u2018Swimming in Cuba\u2019 will get made. https://t.co/bWTZxfJ9yY\"\
-        },{\"id\":\"1483771851302187012\",\"text\":\"I\u2019m getting a product marketing\
-        \ manager role in a leading SaaS/tech company in the next 6 months https://t.co/j4CT7KOVN0\"\
-        },{\"id\":\"1483796896795832334\",\"text\":\"my business will take off this\
-        \ year IJN\\uD83D\\uDE4F\\uD83C\\uDFFE\u2728 https://t.co/kIJRDbmaOs\"},{\"\
-        id\":\"1483638416386449411\",\"text\":\"ted lasso blooper reel https://t.co/8JfJWNF8rP\"\
-        },{\"id\":\"1483639606125862912\",\"text\":\"Directing TV episodes in 2022\
-        \ \\uD83C\\uDFA5\\uD83C\\uDF9E\\uD83C\\uDFAC https://t.co/kIlRQ98bnh\"},{\"\
-        id\":\"1483655876783312896\",\"text\":\"My first car and apartment will be\
-        \ bagged this year https://t.co/kkEmpklw11\"},{\"id\":\"1483709123376168960\"\
+        },{\"edit_history_tweet_ids\":[\"1483702748751310853\"],\"id\":\"1483702748751310853\"\
+        ,\"text\":\"@Twitter I am going to be happy and successful this year. Things\
+        \ are finally working out.\"},{\"edit_history_tweet_ids\":[\"1483831080310480896\"\
+        ],\"id\":\"1483831080310480896\",\"text\":\"@Twitter By October 2023, I would\
+        \ be a lawyer.\"},{\"edit_history_tweet_ids\":[\"1483859933934325768\"],\"\
+        id\":\"1483859933934325768\",\"text\":\"Securing a job that will give me financial\
+        \ freedom and stability while growing my knowledge in my career. https://t.co/Hux2F4iGNJ\"\
+        },{\"edit_history_tweet_ids\":[\"1483641091844976641\"],\"id\":\"1483641091844976641\"\
+        ,\"text\":\"My feature \u2018Swimming in Cuba\u2019 will get made. https://t.co/bWTZxfJ9yY\"\
+        },{\"edit_history_tweet_ids\":[\"1483771851302187012\"],\"id\":\"1483771851302187012\"\
+        ,\"text\":\"I\u2019m getting a product marketing manager role in a leading\
+        \ SaaS/tech company in the next 6 months https://t.co/j4CT7KOVN0\"},{\"edit_history_tweet_ids\"\
+        :[\"1483796896795832334\"],\"id\":\"1483796896795832334\",\"text\":\"my business\
+        \ will take off this year IJN\\uD83D\\uDE4F\\uD83C\\uDFFE\u2728 https://t.co/kIJRDbmaOs\"\
+        },{\"edit_history_tweet_ids\":[\"1483638416386449411\"],\"id\":\"1483638416386449411\"\
+        ,\"text\":\"ted lasso blooper reel https://t.co/8JfJWNF8rP\"},{\"edit_history_tweet_ids\"\
+        :[\"1483639606125862912\"],\"id\":\"1483639606125862912\",\"text\":\"Directing\
+        \ TV episodes in 2022 \\uD83C\\uDFA5\\uD83C\\uDF9E\\uD83C\\uDFAC https://t.co/kIlRQ98bnh\"\
+        },{\"edit_history_tweet_ids\":[\"1483655876783312896\"],\"id\":\"1483655876783312896\"\
+        ,\"text\":\"My first car and apartment will be bagged this year https://t.co/kkEmpklw11\"\
+        },{\"edit_history_tweet_ids\":[\"1483709123376168960\"],\"id\":\"1483709123376168960\"\
         ,\"text\":\"I\u2019m directing my Cinema Debut this year \\uD83D\\uDE4F\\\
-        uD83D\\uDE4F https://t.co/COLcBGezR6\"},{\"id\":\"1483683921267081218\",\"\
-        text\":\"Shooting my first feature in 2022 \u2728 https://t.co/Q2ovHBsY9N\"\
-        },{\"id\":\"1483686510557900804\",\"text\":\"I will be on a cover of a magazine.\
-        \ \\n\\nOne day. https://t.co/wU2A2xaY8D\"},{\"id\":\"1483707037947244545\"\
-        ,\"text\":\"~ A cinema film this year. Amen \\uD83D\\uDE4F https://t.co/UuYixJWnCh\"\
-        },{\"id\":\"1483763412991684614\",\"text\":\"Entering grad school or getting\
-        \ a job this year \\uD83D\\uDE4F\\uD83D\\uDE4F. https://t.co/tCOcZi2cE8\"\
-        },{\"id\":\"1483793215773884418\",\"text\":\"I'm gonna open one of the biggest\
-        \ restaurants in Lagos. The food and aesthetics is gonna be amazing and everyone\
-        \ will love it \\uD83E\\uDD70\\uD83D\\uDE4F https://t.co/cUUqg5V77d\"},{\"\
-        id\":\"1483797446065070081\",\"text\":\"My idols will become my peers and\
-        \ I won\u2019t feel out of place \u2728 https://t.co/sDeqtXafIh\"},{\"id\"\
-        :\"1483804960349429766\",\"text\":\"By October 2022, I should be a lawyer.\
-        \ https://t.co/1w7iCijEwY\"},{\"id\":\"1483844443312738313\",\"text\":\"I\
-        \ will work at @Google as a Product Manager\\uD83D\\uDE4C\\uD83C\\uDFFE https://t.co/b5dwcqNzxz\"\
-        },{\"id\":\"1483713430645260289\",\"text\":\"My books getting over a million\
-        \ sales worldwide. https://t.co/gGHdKpA20x\"},{\"id\":\"1483838320874606597\"\
-        ,\"text\":\"Finna be the most sought after Musican / Icon from Ghana, few\
-        \ years from now IJMN So help me God. \\uD83D\\uDE4F\\uD83C\\uDFFE\\uD83D\\\
-        uDCAB https://t.co/8FMie575yB\"},{\"id\":\"1480583393981181961\",\"text\"\
-        :\"Hi everyone! I need 10k likes on this tweet to get an A on an assignment\
-        \ in my social networking class! Please help \\uD83E\\uDD70\"},{\"id\":\"\
-        1441766810961866761\",\"text\":\"I love that I don't have to be so proper\
-        \ on Twitter. Slang being used. Starting sentences without capitalizing. Emojis.\
-        \ Gifs. Twitter reigns supreme!!!\"},{\"id\":\"1438162359261016081\",\"text\"\
-        :\"\\uD83E\\uDD7A\\uD83E\\uDD7A\\uD83E\\uDD7A https://t.co/UcbvgPmeBi\"},{\"\
-        id\":\"1438162015609032720\",\"text\":\"WE DID IT!!!!!!!! \\n\\nThank you\
-        \ @Twitter!!! https://t.co/F72rBN7Uio\"},{\"id\":\"1431302172298338316\",\"\
-        text\":\"How it Started       vs.        How it\u2019s going https://t.co/ZsQBx8bRzi\"\
-        },{\"id\":\"1431342104874295296\",\"text\":\"thanks @Twitter for my new favourite\
-        \ hoodie! no apology necessary. https://t.co/3hLOhGqVLC\"},{\"id\":\"1431291336787996672\"\
+        uD83D\\uDE4F https://t.co/COLcBGezR6\"},{\"edit_history_tweet_ids\":[\"1483683921267081218\"\
+        ],\"id\":\"1483683921267081218\",\"text\":\"Shooting my first feature in 2022\
+        \ \u2728 https://t.co/Q2ovHBsY9N\"},{\"edit_history_tweet_ids\":[\"1483686510557900804\"\
+        ],\"id\":\"1483686510557900804\",\"text\":\"I will be on a cover of a magazine.\
+        \ \\n\\nOne day. https://t.co/wU2A2xaY8D\"},{\"edit_history_tweet_ids\":[\"\
+        1483707037947244545\"],\"id\":\"1483707037947244545\",\"text\":\"~ A cinema\
+        \ film this year. Amen \\uD83D\\uDE4F https://t.co/UuYixJWnCh\"},{\"edit_history_tweet_ids\"\
+        :[\"1483763412991684614\"],\"id\":\"1483763412991684614\",\"text\":\"Entering\
+        \ grad school or getting a job this year \\uD83D\\uDE4F\\uD83D\\uDE4F. https://t.co/tCOcZi2cE8\"\
+        },{\"edit_history_tweet_ids\":[\"1483793215773884418\"],\"id\":\"1483793215773884418\"\
+        ,\"text\":\"I'm gonna open one of the biggest restaurants in Lagos. The food\
+        \ and aesthetics is gonna be amazing and everyone will love it \\uD83E\\uDD70\\\
+        uD83D\\uDE4F https://t.co/cUUqg5V77d\"},{\"edit_history_tweet_ids\":[\"1483797446065070081\"\
+        ],\"id\":\"1483797446065070081\",\"text\":\"My idols will become my peers\
+        \ and I won\u2019t feel out of place \u2728 https://t.co/sDeqtXafIh\"},{\"\
+        edit_history_tweet_ids\":[\"1483804960349429766\"],\"id\":\"1483804960349429766\"\
+        ,\"text\":\"By October 2022, I should be a lawyer. https://t.co/1w7iCijEwY\"\
+        },{\"edit_history_tweet_ids\":[\"1483844443312738313\"],\"id\":\"1483844443312738313\"\
+        ,\"text\":\"I will work at @Google as a Product Manager\\uD83D\\uDE4C\\uD83C\\\
+        uDFFE https://t.co/b5dwcqNzxz\"},{\"edit_history_tweet_ids\":[\"1483713430645260289\"\
+        ],\"id\":\"1483713430645260289\",\"text\":\"My books getting over a million\
+        \ sales worldwide. https://t.co/gGHdKpA20x\"},{\"edit_history_tweet_ids\"\
+        :[\"1483838320874606597\"],\"id\":\"1483838320874606597\",\"text\":\"Finna\
+        \ be the most sought after Musican / Icon from Ghana, few years from now IJMN\
+        \ So help me God. \\uD83D\\uDE4F\\uD83C\\uDFFE\\uD83D\\uDCAB https://t.co/8FMie575yB\"\
+        },{\"edit_history_tweet_ids\":[\"1480583393981181961\"],\"id\":\"1480583393981181961\"\
+        ,\"text\":\"Hi everyone! I need 10k likes on this tweet to get an A on an\
+        \ assignment in my social networking class! Please help \\uD83E\\uDD70\"},{\"\
+        edit_history_tweet_ids\":[\"1441766810961866761\"],\"id\":\"1441766810961866761\"\
+        ,\"text\":\"I love that I don't have to be so proper on Twitter. Slang being\
+        \ used. Starting sentences without capitalizing. Emojis. Gifs. Twitter reigns\
+        \ supreme!!!\"},{\"edit_history_tweet_ids\":[\"1438162359261016081\"],\"id\"\
+        :\"1438162359261016081\",\"text\":\"\\uD83E\\uDD7A\\uD83E\\uDD7A\\uD83E\\\
+        uDD7A https://t.co/UcbvgPmeBi\"},{\"edit_history_tweet_ids\":[\"1438162015609032720\"\
+        ],\"id\":\"1438162015609032720\",\"text\":\"WE DID IT!!!!!!!! \\n\\nThank\
+        \ you @Twitter!!! https://t.co/F72rBN7Uio\"},{\"edit_history_tweet_ids\":[\"\
+        1431302172298338316\"],\"id\":\"1431302172298338316\",\"text\":\"How it Started\
+        \       vs.        How it\u2019s going https://t.co/ZsQBx8bRzi\"},{\"edit_history_tweet_ids\"\
+        :[\"1431342104874295296\"],\"id\":\"1431342104874295296\",\"text\":\"thanks\
+        \ @Twitter for my new favourite hoodie! no apology necessary. https://t.co/3hLOhGqVLC\"\
+        },{\"edit_history_tweet_ids\":[\"1431291336787996672\"],\"id\":\"1431291336787996672\"\
         ,\"text\":\"She\u2019s here and she\u2019s perfect.\\n\\nI love you, @Twitter.\
-        \ \\uD83D\\uDC99 https://t.co/FkCFTbjvSz\"},{\"id\":\"1431290252547837956\"\
-        ,\"text\":\"We're sorry or you're welcome. \\uD83D\\uDD25\\uD83D\\uDD25 \\\
-        n\\nThanks @Twitter \\uD83D\\uDC99 https://t.co/gE6nHEaA7C\"},{\"id\":\"1431306142605627393\"\
-        ,\"text\":\"I love it, @Twitter. Thank you. https://t.co/DaOX48QwaZ\"},{\"\
-        id\":\"1422593029332901889\",\"text\":\"I\u2019ve really made it, friends!!\
+        \ \\uD83D\\uDC99 https://t.co/FkCFTbjvSz\"},{\"edit_history_tweet_ids\":[\"\
+        1431290252547837956\"],\"id\":\"1431290252547837956\",\"text\":\"We're sorry\
+        \ or you're welcome. \\uD83D\\uDD25\\uD83D\\uDD25 \\n\\nThanks @Twitter \\\
+        uD83D\\uDC99 https://t.co/gE6nHEaA7C\"},{\"edit_history_tweet_ids\":[\"1431306142605627393\"\
+        ],\"id\":\"1431306142605627393\",\"text\":\"I love it, @Twitter. Thank you.\
+        \ https://t.co/DaOX48QwaZ\"},{\"edit_history_tweet_ids\":[\"1422593029332901889\"\
+        ],\"id\":\"1422593029332901889\",\"text\":\"I\u2019ve really made it, friends!!\
         \ I\u2019m on the @Twitter account\u2019s header! https://t.co/KdWjfAkV8n\"\
-        },{\"id\":\"1417846280345341958\",\"text\":\"gm https://t.co/agyr81WIpJ\"\
-        },{\"id\":\"1417846802255126530\",\"text\":\"yeah https://t.co/jym3ONy5o7\"\
-        },{\"id\":\"1412927155290443777\",\"text\":\"@Twitter @Twitter thanks!! I'm\
-        \ a man of my word...stay tuned https://t.co/ywPuoH1K1q\"},{\"id\":\"1410325422609469441\"\
-        ,\"text\":\"@Twitter wow!!! holy moly\"},{\"id\":\"1400452227563622400\",\"\
-        text\":\"folders for bookmarks!\\nundo Tweet!\\nand more!\\n\\nnow available\
-        \ for @TwitterBlue subscribers\\n\\nbe one of the first to explore it in Australia\
-        \ on iOS https://t.co/DvFHovDsRp\"},{\"id\":\"1400452354042851328\",\"text\"\
-        :\"Hey \\uD83C\\uDDE8\\uD83C\\uDDE6, you\u2019re in.\\n\\nBe one of the first\
-        \ to explore @TwitterBlue, a new subscription service on iOS. https://t.co/wV2wn8lXln\"\
-        },{\"id\":\"1387067947663908868\",\"text\":\"@Twitter same\"},{\"id\":\"1379496673899085825\"\
-        ,\"text\":\"@Twitter they like dinosaurs\"},{\"id\":\"1375472671090167830\"\
-        ,\"text\":\"Many people within our community are using today as a day of healing\
-        \ and action. Please be mindful of your loved ones and colleagues who are\
-        \ participating and take action by sharing your commitment to #StopAsianHate\"\
-        },{\"id\":\"1364690287763800065\",\"text\":\"twitter in my dms \\uD83E\\uDD38\u200D\
-        \u2642\uFE0F https://t.co/rlkCo2T11K\"},{\"id\":\"1364612503796256771\",\"\
-        text\":\"OMG https://t.co/5NyWGMKi2x https://t.co/1jxfvUnl4X\"},{\"id\":\"\
-        1364612247251779588\",\"text\":\"so @twitter just followed me- https://t.co/SvApU4pTv2\"\
-        },{\"id\":\"1364610831061815297\",\"text\":\"SHUT UP TWITTER FOLLOWS ME BYE\
-        \ https://t.co/6XM17uZDdE\"},{\"id\":\"1356687762859024384\",\"text\":\"Feel\
-        \ like Twitter people can also be Instagram people, but Instagram people can\u2019\
-        t also be Twitter people.\"},{\"id\":\"1356408295234412545\",\"text\":\"https://t.co/eBPVyRL5g3\"\
-        },{\"id\":\"1350158867620122625\",\"text\":\"We're the three best friends\
-        \ that anybody could have \\uD83D\\uDC9A @Twitter https://t.co/wNTmTb8REp\"\
-        },{\"id\":\"1341797366203109377\",\"text\":\"Someone had to say it https://t.co/JZAg4ZLHia\"\
-        },{\"id\":\"1341514858475315200\",\"text\":\"guys who refused to call me their\
-        \ girlfriend in public are probably regretting that now that one of my tweets\
-        \ is on a billboard\"},{\"id\":\"1341514582821658626\",\"text\":\"aye they\
-        \ threw me onto a billboard in times square. can i hit the rt button on that?\
-        \ https://t.co/a588vyDvpU\"},{\"id\":\"1341514442635243520\",\"text\":\"HEY\
-        \ BESTIE @Twitter https://t.co/dp7JE8ibXc\"},{\"id\":\"1341514296711213056\"\
-        ,\"text\":\"silly little tweets get you serious BIG billboards https://t.co/yZ2XSEUjRZ\"\
-        },{\"id\":\"1341405876721225737\",\"text\":\"@Twitter Hey, 2020, your game\
-        \ is out of order\"},{\"id\":\"1341398978299105280\",\"text\":\"@Twitter 2020\
-        \ was like opening the fridge every five minutes to see if something new was\
-        \ in there. except there was always something new and it was bad\"},{\"id\"\
-        :\"1341164835220971522\",\"text\":\"can i get a W? \\uD83D\\uDE2D\\uD83D\\\
-        uDE2D\\uD83D\\uDE2D\\uD83D\\uDE2D\\uD83D\\uDE2D\\uD83D\\uDE2D https://t.co/QJXxDNYyPP\"\
-        },{\"id\":\"1341165523619311616\",\"text\":\"Yeah so this happened. Ty for\
-        \ the giant IRL RT @Twitter maybe I need to revise that review after all.\
-        \ https://t.co/PUiUhc65h9\"},{\"id\":\"1341159361792462848\",\"text\":\"@Twitter\
-        \ This is amazing \\uD83D\\uDE2D\u2764\"},{\"id\":\"1341160128364466176\"\
-        ,\"text\":\"Guys, my tweet is on a billboard! \\uD83D\\uDE2D\u2764\\nThank\
-        \ you @Twitter https://t.co/75xDYYrj4q\"},{\"id\":\"1341103644905775105\"\
-        ,\"text\":\"@Twitter That\u2019s awesome!  Thank you! It\u2019s still true.\"\
-        },{\"id\":\"1341107454000713729\",\"text\":\"@Twitter Haha, thank you for\
-        \ the recognition! \\uD83D\\uDE4C\\uD83C\\uDFFD\"},{\"id\":\"1341094355260612610\"\
-        ,\"text\":\"i- im on a billboard https://t.co/p9xXohuOC0\"},{\"id\":\"1341092973270982658\"\
-        ,\"text\":\"Aww \\uD83E\\uDD70 https://t.co/fzFqr5tenk\"},{\"id\":\"1341082656868507648\"\
-        ,\"text\":\"My Foolishness PSA has made it to print. Thank you, @Twitter!\
-        \ Leave it in 2020, y\u2019all. \\uD83D\\uDE4F\\uD83C\\uDFFD\u2764\uFE0F https://t.co/SUzl7VP8Un\"\
-        }],\"meta\":{\"result_count\":86,\"next_token\":\"7140dibdnow9c7btw453p178d9z2exz3w6smfcx8bml9z\"\
-        }}"
+        },{\"edit_history_tweet_ids\":[\"1417846280345341958\"],\"id\":\"1417846280345341958\"\
+        ,\"text\":\"gm https://t.co/agyr81WIpJ\"},{\"edit_history_tweet_ids\":[\"\
+        1417846802255126530\"],\"id\":\"1417846802255126530\",\"text\":\"yeah https://t.co/jym3ONy5o7\"\
+        },{\"edit_history_tweet_ids\":[\"1412927155290443777\"],\"id\":\"1412927155290443777\"\
+        ,\"text\":\"@Twitter @Twitter thanks!! I'm a man of my word...stay tuned https://t.co/ywPuoH1K1q\"\
+        },{\"edit_history_tweet_ids\":[\"1410325422609469441\"],\"id\":\"1410325422609469441\"\
+        ,\"text\":\"@Twitter wow!!! holy moly\"},{\"edit_history_tweet_ids\":[\"1400452227563622400\"\
+        ],\"id\":\"1400452227563622400\",\"text\":\"folders for bookmarks!\\nundo\
+        \ Tweet!\\nand more!\\n\\nnow available for @TwitterBlue subscribers\\n\\\
+        nbe one of the first to explore it in Australia on iOS https://t.co/DvFHovDsRp\"\
+        },{\"edit_history_tweet_ids\":[\"1400452354042851328\"],\"id\":\"1400452354042851328\"\
+        ,\"text\":\"Hey \\uD83C\\uDDE8\\uD83C\\uDDE6, you\u2019re in.\\n\\nBe one\
+        \ of the first to explore @TwitterBlue, a new subscription service on iOS.\
+        \ https://t.co/wV2wn8lXln\"},{\"edit_history_tweet_ids\":[\"1387067947663908868\"\
+        ],\"id\":\"1387067947663908868\",\"text\":\"@Twitter same\"},{\"edit_history_tweet_ids\"\
+        :[\"1379496673899085825\"],\"id\":\"1379496673899085825\",\"text\":\"@Twitter\
+        \ they like dinosaurs\"},{\"edit_history_tweet_ids\":[\"1375472671090167830\"\
+        ],\"id\":\"1375472671090167830\",\"text\":\"Many people within our community\
+        \ are using today as a day of healing and action. Please be mindful of your\
+        \ loved ones and colleagues who are participating and take action by sharing\
+        \ your commitment to #StopAsianHate\"},{\"edit_history_tweet_ids\":[\"1364690287763800065\"\
+        ],\"id\":\"1364690287763800065\",\"text\":\"twitter in my dms \\uD83E\\uDD38\u200D\
+        \u2642\uFE0F https://t.co/rlkCo2T11K\"},{\"edit_history_tweet_ids\":[\"1364613192866017283\"\
+        ],\"id\":\"1364613192866017283\",\"text\":\"twitter and me besties for life\
+        \ \\uD83D\\uDC96 https://t.co/67abwqQips\"},{\"edit_history_tweet_ids\":[\"\
+        1364612503796256771\"],\"id\":\"1364612503796256771\",\"text\":\"OMG https://t.co/5NyWGMKi2x\
+        \ https://t.co/1jxfvUnl4X\"}],\"meta\":{\"result_count\":96,\"next_token\"\
+        :\"7140dibdnow9c7btw4543y9ogasjr42z236pfnyg7hsts\"}}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '4769'
-      content-type:
+      Content-Length:
+      - '5647'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:23 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:39 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192818358586163; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192818358586163; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_+ekc729NZynLpXC+eT89Yg=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192818358586163; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518405881307152; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:39 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518405881307152; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:39 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_f3JI6UYOzRwqdvPpio18uQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:39 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518405881307152; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:39 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - c11a73f7d204de13238156674a5e5dbc88adfedb4e178d3eb1e741321bb14fc7
+      - 14fbf30cf45f9749a232dfc7dbfa21f8f3732c7cf59bd67321781c36e9ce38cc
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -200,9 +268,11 @@ interactions:
       x-rate-limit-remaining:
       - '74'
       x-rate-limit-reset:
-      - '1651929083'
+      - '1665184958'
       x-response-time:
-      - '395'
+      - '487'
+      x-transaction-id:
+      - 958e18fb2407c206
       x-xss-protection:
       - '0'
     status:
index 57e1c5979cb1e6985dc80d439f0145516752fe31..9c8a527de4cd9fa06b11d8fc1d53118be842d064 100644 (file)
@@ -3,359 +3,350 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/lists/84839422/tweets
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1522916670209146881\",\"text\":\"RT @fotogramas_es:\
-        \ \u26A1\uFE0F  Estas son las 15 series recientes m\xE1s adictivas que han\
-        \ llegado recientemente a Netflix \\uD83D\\uDC47  https://t.co/qhMORyMwkw\"\
-        },{\"id\":\"1522916648138723329\",\"text\":\"RT @elperiodico: Chanel brilla\
-        \ en su segundo ensayo \\n\\n\u27A1\uFE0FLas redes han explotado de orgullo\
-        \ ante el segundo ensayo de @ChanelTerrero con su\u2026\"},{\"id\":\"1522916629134381057\"\
-        ,\"text\":\"RT @Cosmopolitan_es: \u26A1\uFE0F \u201CEvaluna comparte las primeras\
-        \ im\xE1genes de Camilo e \xCDndigo bailando juntos\u201D de @Cosmopolitan_es\
-        \ https://t.co/BKIVx9\u2026\"},{\"id\":\"1522904538428153858\",\"text\":\"\
-        \u0623\u0639\u0644\u0646\u062A \u0648\u0633\u0627\u0626\u0644 \u0625\u0639\
-        \u0644\u0627\u0645 \u0633\u0648\u0631\u064A\u0629 \u0648\u0639\u0631\u0628\
-        \u064A\u0629 \u0639\u0646 \u063A\u0627\u0631\u0629 \u062C\u0648\u064A\u0629\
-        \ \u0627\u0633\u062A\u0647\u062F\u0641\u062A #\u062D\u0648\u064A\u062C\u0629\
-        _\u0643\u0627\u0637\u0639 \u0642\u0631\u0628 \u0627\u0644\u062C\u0633\u0631\
-        \ \u0627\u0644\u0645\u0639\u0644\u0642 \u0628\u0645\u062F\u064A\u0646\u0629\
-        \ #\u062F\u064A\u0631_\u0627\u0644\u0632\u0648\u0631. \u062A\u0627\u0628\u0639\
-        \u0648\u0627 \u0645\u0639\u0646\u0627 \u0627\u0644\u062A\u0641\u0627\u0635\
-        \u064A\u0644\\n\\n#\u0633\u0648\u0631\u064A\u0627\\n\\nhttps://t.co/lCIETODISf\"\
-        },{\"id\":\"1522894062277513216\",\"text\":\"#TwitterBlueroom LIVE Q&amp;A\
-        \ with CLASS:y\\nCLASS:y(\uD074\uB77C\uC528)\uC640 \uBE14\uB8E8\uB8F8\uC5D0\
-        \uC11C \uB9CC\uB098\uC694 \\uD83D\\uDC9E \\n\\n#CLASSy #\uD074\uB77C\uC528\
-        \ \\n#CLASSISOVER #SHUTDOWN\\n\\nhttps://t.co/vlJ28rN9un\"},{\"id\":\"1522893995147669504\"\
-        ,\"text\":\"RT @M25_CLASSy: [\\uD83D\\uDCFA]\\n\\n\u2728 CLASS:y &amp; #TwitterBlueroom\
-        \ LIVE Q&amp;A \u2728\\n\\nCLASS:y(\uD074\uB77C\uC528)\uC640 \\n\uBE14\uB8E8\
-        \uB8F8\uC5D0\uC11C \uB9CC\uB098\uC694 \\uD83D\\uDC9E \\n\\n#CLASSy #\uD074\
-        \uB77C\uC528 \\n#CLASSISOVER #SHUTDOWN https://t.c\u2026\"},{\"id\":\"1522889824407101440\"\
-        ,\"text\":\"\u0627\u0644\u0645\u0639\u0632 \u0639\u0644\u064A \u064A\u0643\
-        \u0634\u0641 \u0639\u0646 \u062A\u0634\u062C\u0639\u064A\u0647 \u0627\u0644\
-        \u0647\u0644\u0627\u0644 \u0648\u064A\u062E\u062A\u0627\u0631 \u0623\u0641\
-        \u0636\u0644 \u0627\u0644\u0644\u0627\u0639\u0628\u064A\u0646 \u0628\u0627\
-        \u0644\u062F\u0648\u0631\u064A \u0627\u0644\u0633\u0639\u0648\u062F\u064A\
-        \ - \u0639\u0628\u0631 @GoalSA\\n\\nhttps://t.co/iiCUE27bxF\"},{\"id\":\"\
-        1522885735325515776\",\"text\":\"\u0644\u0644\u062D\u0641\u0627\u0638 \u0639\
-        \u0644\u0649 \u0627\u0644\u0647\u0648\u064A\u0629 \u0648\u0635\u0648\u0646\
-        \ \u0627\u0644\u062A\u0631\u0627\u062B.. \u0645\u0647\u0631\u062C\u0627\u0646\
-        \ \u0633\u0628\u0627\u0642 \u062F\u0644\u0645\u0627 \u0627\u0644\u062A\u0627\
-        \u0631\u064A\u062E\u064A \u064A\u0646\u0637\u0644\u0642 - \u0639\u0628\u0631\
-        \ @Baynounahtv \\n\\nhttps://t.co/D8r02jniXb\"},{\"id\":\"1522884083734433792\"\
-        ,\"text\":\"Captain @mayankcricket won the toss and @PunjabKingsIPL have elected\
-        \ to bat first against @rajasthanroyals. Follow along for all the updates\
-        \ as #PBKSvRR gets underway.\\nhttps://t.co/WFk6VucCJs\"},{\"id\":\"1522884046916931586\"\
-        ,\"text\":\"Captain @mayankcricket won the toss and @PunjabKingsIPL have elected\
-        \ to bat first against @rajasthanroyals. Follow along for all the updates\
-        \ as #PBKSvRR gets underway.\\nhttps://t.co/3ZKFRDDliV\"},{\"id\":\"1522883968940400640\"\
-        ,\"text\":\"Captain @mayankcricket won the toss and @PunjabKingsIPL have elected\
-        \ to bat first against @rajasthanroyals. Follow along for all the updates\
-        \ as #PBKSvRR gets underway.\\nhttps://t.co/EV0VOO13i9\"},{\"id\":\"1522883965983539200\"\
-        ,\"text\":\"\u0628\u064A\u0646\u0647\u0627 \u0623\u0628\u0637\u0627\u0644\
-        \ \u0641\u064A \u0645\u0635\u0631 \u0648\u0625\u0646\u062C\u0644\u062A\u0631\
-        \u0627 \u0648\u0641\u0631\u0646\u0633\u0627.. \u0641\u0631\u0642 \\\"\u0639\
-        \u064E\u0644\u0650\u0642\u064E\u062A\\\" \u0641\u064A \\\"\u0642\u0627\u0639\
-        \\\" \u0627\u0644\u062F\u0648\u0631\u064A\u0627\u062A! \u2693\\uD83D\\uDE25\
-        \ - \u0639\u0628\u0631 @alittihadSport \\n\\nhttps://t.co/WehyU8d0kk\"},{\"\
-        id\":\"1522883546712522752\",\"text\":\"IPL 2022: @PunjabKingsIPL - @rajasthanroyals\
-        \ \u0B87\u0B9F\u0BC8\u0BAF\u0BC7 \u0BAE\u0BCB\u0BA4\u0BB2\u0BCD. \u0BAA\u0BCB\
-        \u0B9F\u0BCD\u0B9F\u0BBF\u0BAF\u0BBF\u0BA9\u0BCD \u0B85\u0BAA\u0BCD\u0B9F\u0BC7\
-        \u0B9F\u0BCD\u0B95\u0BB3\u0BC1\u0B95\u0BCD\u0B95\u0BC1 \u0B87\u0BA8\u0BCD\u0BA4\
-        \u0BAA\u0BCD \u0BAA\u0B95\u0BCD\u0B95\u0BA4\u0BCD\u0BA4\u0BC8\u0BAA\u0BCD\
-        \ \u0BAA\u0BBF\u0BA9\u0BCD\u0BA4\u0BCA\u0B9F\u0BB0\u0BB5\u0BC1\u0BAE\u0BCD\
-        . #PBKSvRR\\nhttps://t.co/EV0VOOiEGJ\"},{\"id\":\"1522883149323288577\",\"\
-        text\":\"\u091F\u0949\u0938 \u091C\u0940\u0924\u0915\u0930 @PunjabKingsIPL\
-        \ \u0928\u0947 @rajasthanroyals \u0915\u0947 \u0916\u093F\u0932\u093E\u092B\
-        \ \u092A\u0939\u0932\u0947 \u092C\u0932\u094D\u0932\u0947\u092C\u093E\u091C\
-        \u0940 \u0915\u0930\u0928\u0947 \u0915\u093E \u092B\u0948\u0938\u0932\u093E\
-        \ \u0915\u093F\u092F\u093E \u0939\u0948\u0964 #PBKSvRR \u092E\u0948\u091A\
-        \ \u0915\u0947 \u0938\u092D\u0940 \u0905\u092A\u0921\u0947\u091F\u094D\u0938\
-        \ \u0914\u0930 \u0939\u093E\u0907\u0932\u093E\u0907\u091F\u094D\u0938 \u092F\
-        \u0939\u093E\u0902 \u0926\u0947\u0916\u0947\u0902\u0964\\nhttps://t.co/EV0VOOiEGJ\"\
-        },{\"id\":\"1522882537319714816\",\"text\":\"\u0641\u064A \u0645\u0631\u0627\
-        \u0633\u0645 \u0628\u0633\u064A\u0637\u0629.. \u0625\u064A\u0645\u0627\u0646\
-        \u0648\u064A\u0644 \u0645\u0627\u0643\u0631\u0648\u0646 \u0631\u0626\u064A\
-        \u0633\u0627 \u0644\u0641\u0631\u0646\u0633\u0627 \u0644\u0648\u0644\u0627\
-        \u064A\u0629 \u062B\u0627\u0646\u064A\u0629 \\uD83C\\uDDEB\\uD83C\\uDDF7 -\
-        \ \u0639\u0628\u0631 @aletihadae \\n\\nhttps://t.co/JwCaKgHme0\"},{\"id\"\
-        :\"1522879014293188609\",\"text\":\"\u0645\u0646 \u0647\u0648 \u062A\u0648\
-        \u062F \u0628\u0648\u064A\u0644\u064A \u062E\u0644\u064A\u0641\u0629 \u0623\
-        \u0628\u0631\u0627\u0645\u0648\u0641\u064A\u062A\u0634 \u0641\u064A \u062A\
-        \u0634\u064A\u0644\u0633\u064A\u061F - \u0639\u0628\u0631 @ArrajolM \\n\\\
-        nhttps://t.co/8UOz7KprZP\"},{\"id\":\"1522874032089145344\",\"text\":\"RT\
-        \ @eltelevisero: \u26A1\uFE0F \\\"Lista completa de concursantes de la s\xE9\
-        ptima edici\xF3n de #MasterChefCelebrity\\uD83D\\uDC68\\uD83C\\uDFFB\u200D\
-        \\uD83C\\uDF73 \\\"\\nhttps://t.co/xgluld3cUw\"},{\"id\":\"1522874019921510400\"\
-        ,\"text\":\"RT @elperiodico: \\uD83D\\uDC60Dakota Johnson o como triunfar\
-        \ en bata en la  \\n#MetGala2022 \\n\\nhttps://t.co/UWTp24MpR5\"},{\"id\"\
-        :\"1522873505636929538\",\"text\":\"RT @CNTravelerSpain: La mejor ruta ciclista\
-        \ (y senderista) de Europa de 2022 est\xE1 en Irlanda \\uD83D\\uDEB5\u200D\
-        \u2640\uFE0F https://t.co/vZE0GYLw38\"},{\"id\":\"1522873475987349507\",\"\
-        text\":\"RT @elperiodico: \u26A1\uFE0F Marat\xF3n de Barcelona: afectaciones\
-        \ al tr\xE1fico y transporte p\xFAblico para este domingo\\n\\n https://t.co/ibzEpzBJaW\"\
-        },{\"id\":\"1522841955419447296\",\"text\":\"\u062A\u0634\u064A\u0644\u0633\
-        \u064A \u064A\u0639\u0644\u0646 \u0639\u0646 \u0627\u062A\u0641\u0627\u0642\
-        \ \u0644\u0627\u0633\u062A\u062D\u0648\u0627\u0630 \u0645\u0644\u0627\u0643\
-        \ \u062C\u062F\u062F \u0639\u0644\u0649 \u0627\u0644\u0646\u0627\u062F\u064A\
-        \ \u0645\u0642\u0627\u0628\u0644 4.25 \u0645\u0644\u064A\u0627\u0631 \u0625\
-        \u0633\u062A\u0631\u0644\u064A\u0646\u064A \\uD83D\\uDD35 - \u0639\u0628\u0631\
-        \ @akhbar\\n\\nhttps://t.co/KaBHgxO3k9\"},{\"id\":\"1522838639344078849\"\
-        ,\"text\":\"\u0645\u062D\u0645\u062F \u0639\u0628\u062F\u0647 \u0648\u0645\
-        \u0627\u062C\u062F \u0627\u0644\u0645\u0647\u0646\u062F\u0633 \u0648\u0631\
-        \u0627\u0628\u062D \u0635\u0642\u0631 \u064A\u0634\u0639\u0644\u0648\u0646\
-        \ \u062D\u0641\u0644\u0627\u062A \u0627\u0644\u0639\u064A\u062F \u0628\u0627\
-        \u0644\u0633\u0639\u0648\u062F\u064A\u0629 - \u0639\u0628\u0631 @hiamag\\\
-        n\\nhttps://t.co/kaz1802sS8\"},{\"id\":\"1522828848898854912\",\"text\":\"\
-        Tomorrow is #MothersDay and we\u2019re here for it \u2764\uFE0F\\n\\nJoin\
-        \ in the conversation! https://t.co/xxHFC46Ql1\"},{\"id\":\"1522811173946728451\"\
-        ,\"text\":\"\u5185\u95A3\u5B98\u623F\u306F\u3001\u5317\u671D\u9BAE\u304B\u3089\
-        \u5F3E\u9053\u30DF\u30B5\u30A4\u30EB\u306E\u53EF\u80FD\u6027\u304C\u3042\u308B\
-        \u3082\u306E\u304C\u767A\u5C04\u3055\u308C\u305F\u3068\u767A\u8868\u3057\u307E\
-        \u3057\u305F\\nhttps://t.co/ds2df3jtaC\"},{\"id\":\"1522776988666134529\"\
-        ,\"text\":\"\u30D0\u30E9\u30A8\u30C6\u30A3\u30FC\u756A\u7D44\u300EKing \uFF06\
-        \ Prince\u308B\u3002\u300F\u304C\u300113\u664230\u5206\u304B\u3089\u653E\u9001\
-        \u3055\u308C\u307E\u3059\\uD83D\\uDCFA\\n#KingandPrince  #\u30AD\u30F3\u30D7\
-        \u308B\\nhttps://t.co/XhUuUHpvfm\"},{\"id\":\"1522776321503338496\",\"text\"\
-        :\"RT @UNICEFinJapan: \u56FD\u9023\u306E #\u6C17\u5019\u5909\u52D5 \u5BFE\u7B56\
-        \u306B\u3001\u5B50\u3069\u3082\u305F\u3061\u306E\u58F0\u3092\uFF01\\n\u300C\
-        #\u5B50\u3069\u3082\u30D1\u30D6\u30B3\u30E12022\u300D5\u67085\u65E5\u304B\u3089\
-        \u52DF\u96C6\u958B\u59CB\\n\u27A1\uFE0Fhttps://t.co/powAomSATL\\n\\n\\uD83D\\\
-        uDCE3\u5B50\u3069\u3082\u30D1\u30D6\u30B3\u30E12022 \u7279\u8A2D\u30DA\u30FC\
-        \u30B8\u27A1\uFE0Fhttps://t.co/TKVYOPGCsn\u2026\"},{\"id\":\"1522765702071042048\"\
-        ,\"text\":\"\u7C73\u56FD\u52D9\u7701\u306E\u30DD\u30FC\u30BF\u30FC\u526F\u5831\
-        \u9053\u5B98\u306F\u3001\u5317\u671D\u9BAE\u304C\u5317\u6771\u90E8\u8C4A\u6E13\
-        \u91CC\uFF08\u30D7\u30F3\u30B2\u30EA\uFF09\u30675\u6708\u4E2D\u306B\u3082\u6838\
-        \u5B9F\u9A13\u3092\u884C\u3046\u6E96\u5099\u304C\u6574\u3046\u53EF\u80FD\u6027\
-        \u304C\u3042\u308B\u3068\u306E\u5206\u6790\u3092\u660E\u3089\u304B\u306B\u3057\
-        \u307E\u3057\u305F\\nhttps://t.co/fnmQEX2ddf\"},{\"id\":\"1522765347450851328\"\
-        ,\"text\":\"RT @AztecaNoticias: \xBFTe toc\xF3 la granizada de este viernes\
-        \ en la #CDMX? Comp\xE1rtenos tus videos o fotograf\xEDas. \\n\\nhttps://t.co/zMMRjtzV06\"\
-        },{\"id\":\"1522765337288003584\",\"text\":\"RT @politicomx: \u26A1A menos\
-        \ de un mes de que las #Elecciones2022 se lleven a cabo en Quintana Roo, conoce\
-        \ todo lo que debes saber de este proc\u2026\"},{\"id\":\"1522762324066533376\"\
-        ,\"text\":\"RT @WNBA: Watch the @minnesotalynx take on the @seattlestorm right\
-        \ here \u2B07\uFE0F https://t.co/px0MpNAyMu\"},{\"id\":\"1522761645616893953\"\
-        ,\"text\":\"The ending of Sky-Sparks https://t.co/42ew9L3rLS\"},{\"id\":\"\
-        1522758927582044161\",\"text\":\"RT @JoelEmbiid: https://t.co/X6PE3IxTQj\"\
-        },{\"id\":\"1522742571046481920\",\"text\":\"Covid-19: Brasil registra 176\
-        \ mortes e 19.447 casos em 24 horas\\n\\nhttps://t.co/me133Bjpo3\"},{\"id\"\
-        :\"1522736537246388224\",\"text\":\"RT @NBATV: Natasha Cloud put her on skates\
-        \ \u26F8 https://t.co/CB6lFgk92o\"},{\"id\":\"1522711676285759488\",\"text\"\
-        :\"Pelo menos oito pessoas morreram ap\xF3s uma explos\xE3o no hotel Saratoga,\
-        \ um edif\xEDcio hist\xF3rico em Cuba\\n\\nhttps://t.co/iGrSkhd1wf\"},{\"\
-        id\":\"1522692948244246528\",\"text\":\"we'll go first: yellowstone meets\
-        \ stranger things\"},{\"id\":\"1522692671743172609\",\"text\":\"RT @arrogantkei:\
-        \ the topic was range \\uD83C\\uDFF9 https://t.co/m9hMN8G8CE\"},{\"id\":\"\
-        1522692649114906626\",\"text\":\"describe #outerrange in four words https://t.co/poA9ux7oex\"\
-        },{\"id\":\"1522691547308900359\",\"text\":\"RT @TwitterVoices: It is #CultureCon\
-        \ eve! And #TwitterVoices are ready to take the stage and keep it all the\
-        \ way \\uD83D\\uDCAF with the convos that mat\u2026\"},{\"id\":\"1522688916213878784\"\
-        ,\"text\":\"the best protagonist\"},{\"id\":\"1522688844470300672\",\"text\"\
-        :\"O l\xEDder ind\xEDgena J\xFAnior Hekurari afirmou nesta sexta que o grupo\
-        \ de yanomamis que estava desaparecido em Roraima foi encontrado. A Pol\xED\
-        cia investiga o caso \\n\\nhttps://t.co/kBfT5icol3\"},{\"id\":\"1522681857351036929\"\
-        ,\"text\":\"RT @EW: We're heading back to the #TheWilds! To join the fun,\
-        \ be ready to press play on the season 2 premiere with us TODAY at 6pm ET/3pm\
-        \ P\u2026\"},{\"id\":\"1522681764161937408\",\"text\":\"Quer saber como sua\
-        \ marca pode se conectar com as principais paix\xF5es, eventos e tend\xEA\
-        ncias da timeline? Descubra o poder do formato Pre-roll no Twitter, com publishers\
-        \ verificados e seguros. Leia o artigo! #BrandSafety\"},{\"id\":\"1522673615505874952\"\
-        ,\"text\":\"Dos operarios que estaba desaparecidos fueron encontrados muertos\
-        \ por la explosi\xF3n en Salamanca, Madrid \\nhttps://t.co/jmmk2vvrvK\"},{\"\
-        id\":\"1522668933072969728\",\"text\":\"RT @FUCCl: Twitter is really the pinnacle\
-        \ of social media. They wouldn\u2019t know what to do without y\u2019all.\"\
-        },{\"id\":\"1522664021601697793\",\"text\":\"RT @JacobiMyles: Runway baddie\
-        \ #AdutAkech \\uD83C\\uDF39 https://t.co/blhwVHdPMd\"},{\"id\":\"1522654064286257152\"\
-        ,\"text\":\"RT @NiusDiario: \u26A1\uFE0F#Moments | Alejandra Su\xE1rez Barcala,\
-        \ el personaje del d\xEDa en seis tuits\\nhttps://t.co/ZKXvpm3B7H\"},{\"id\"\
-        :\"1522653949714644994\",\"text\":\"RT @elperiodico: \u26A1\uFE0FAs\xED afectar\xE1\
-        \ este domingo la Marat\xF3n de Barcelona\\nhttps://t.co/ibzEpzBJaW\"},{\"\
-        id\":\"1522653823617097730\",\"text\":\"RT @torreon: #MOMENTO \u26A1\uFE0F\
-        \xBFQui\xE9nes son todos los artistas que colaboraron en #UnVeranoSinTi de\
-        \ Bad Bunny?\\nhttps://t.co/0Sx63dOG3M\"},{\"id\":\"1522653425908998145\"\
-        ,\"text\":\"RT @PuckNews: Join @juliaioffe in conversation w/ legendary photojournalist\
-        \ @lynseyaddario and Pulitzer Prize-winning journalist @mschwirtz\u2026\"\
-        },{\"id\":\"1522653348100513795\",\"text\":\"RT @yotele: \u26A1\uFE0F Marta\
-        \ Riesco no volver\xE1 a trabajar como colaboradora en Telecinco tras una\
-        \ tensa reuni\xF3n con sus jefes https://t.co/bHmenuDb\u2026\"},{\"id\":\"\
-        1522653192617705477\",\"text\":\"RT @fotogramas_es: \u26A1\uFE0F Celebramos\
-        \ 20 a\xF1os de #SpiderMan , la pel\xEDcula en la que Sony y Sam Raimi revolucionaron\
-        \ el cine de superh\xE9roes con u\u2026\"},{\"id\":\"1522653131884142603\"\
-        ,\"text\":\"Honey @jackharlow Come Home The Kids Miss You https://t.co/ygdc95aSIH\"\
-        },{\"id\":\"1522653034521804800\",\"text\":\"RT @EsquireEs: \u26A1\uFE0F Desde\
-        \ luego, el trabajo de estos actores es digno de admirar...\\nhttps://t.co/UecHyeUnyn\"\
-        },{\"id\":\"1522652669759864833\",\"text\":\"RT @elle_es: Un bob corto y rizado\
-        \ que ya nos chifla \\uD83D\\uDE0D\\nhttps://t.co/3NLwwzGPbr\"},{\"id\":\"\
-        1522652469079289868\",\"text\":\"RT @menshealthESP: Tener unos abdominales\
-        \ como los de @channingtatum es posible. Si quieres un 'six pack' como el\
-        \ suyo pon atenci\xF3n a su en\u2026\"},{\"id\":\"1522652419728936960\",\"\
-        text\":\"If you\u2019re a #SmallBusiness on Twitter looking to grow, check\
-        \ out these useful tips from @mizizishop, @seescandies, and @boxebristol \u2B07\
-        \uFE0F\"},{\"id\":\"1522652291513425921\",\"text\":\"RT @Newtral: \\uD83D\\\
-        uDCF2 Las claves de las recientes denuncias de espionaje a m\xF3viles con\
-        \ el programa Pegasus.\\n\\nTe lo explicamos en este @MomentsES\u2026\"},{\"\
-        id\":\"1522651673830862849\",\"text\":\"RT @Cosmopolitan_es: \u26A1\uFE0F\
-        \ Las 5 acusaciones m\xE1s graves de Amber Heard contra Johnny Depp \\uD83D\\\
-        uDE41 \\nhttps://t.co/ygj3qL3xLT\"},{\"id\":\"1522651531601924099\",\"text\"\
-        :\"RT @elperiodico: El espectacular traje de la firma Palomo Spain que Chanel\
-        \ llevar\xE1 a Eurovisi\xF3n 2022 https://t.co/p4g3Jx76OM\"},{\"id\":\"1522645438188466176\"\
-        ,\"text\":\"RT @HuffPost: Hear from some of these abortion providers and advocates\
-        \ on Spaces at 2:30 p.m. ET \\uD83D\\uDC47 https://t.co/2cRq5YIB4C\"},{\"\
-        id\":\"1522644753074036742\",\"text\":\"Varias personas resultaron heridas\
-        \ y otras murieron tras la explosi\xF3n en el Hotel Saratoga de La Habana,\
-        \ Cuba, este viernes\\nhttps://t.co/8NGL2R5PUA\"},{\"id\":\"1522643344731615233\"\
-        ,\"text\":\"when Spaces hosts meet in real life https://t.co/0xdFKKYVM2\"\
-        },{\"id\":\"1522642806032019456\",\"text\":\"\u0BAE\u0BC7\u0B9F\u0BCD\u0B9A\
-        \u0BC8 \u0BB5\u0BC6\u0BA9\u0BCD\u0BB1\u0BA4\u0BC1 @mipaltan! \u0BB9\u0BC8\u0BB2\
-        \u0BC8\u0B9F\u0BCD\u0B9A\u0BC8 \u0B87\u0B99\u0BCD\u0B95\u0BC1 \u0BAA\u0BC6\
-        \u0BB1\u0BB5\u0BC1\u0BAE\u0BCD. #GTvMI\\nhttps://t.co/7iFVCaGCSH\"},{\"id\"\
-        :\"1522642552972795906\",\"text\":\"#ScarletWitch is too powerful\"},{\"id\"\
-        :\"1522642324781633536\",\"text\":\"If you\u2019d like to apply, or would\
-        \ like to nominate someone else for the program, please feel free to fill\
-        \ out the following form:\\n\\nhttps://t.co/LUuWj24HLu\"},{\"id\":\"1522642323535847424\"\
-        ,\"text\":\"We\u2019ve gone into more detail on each Insider in our forum\
-        \ post.\_\\n\\nJoin us in congratulating the new additions! \\uD83E\\uDD73\\\
-        n\\nhttps://t.co/0r5maYEjPJ\"},{\"id\":\"1522642322449608704\",\"text\":\"\
-        Today, we\u2019re excited to expand this group with the addition of 8 new\
-        \ developers!\\n\\nWelcome to the program, kings and queens \\uD83D\\uDC51\\\
-        n\\n@andreitr, @dara_tobi, @Harmon758Public, @RedouaneBali, @ryanjgallag,\
-        \ @fourtonfish, @v21, @VeldaKiara\"},{\"id\":\"1522642320910282753\",\"text\"\
-        :\"Last October, we announced the launch of the Twitter Developer Insider\
-        \ Program \\uD83D\\uDE80\\n\\nSince then, this group of developers has helped\
-        \ us build better, learn faster, and support the community in new and exciting\
-        \ ways.\\nhttps://t.co/nTuXs7BjDp\"},{\"id\":\"1522641609493467136\",\"text\"\
-        :\"The @mipaltan clinch their second win in a row. Catch all the reactions\
-        \ to the #GTvMI match here.\\nhttps://t.co/7iFVCaGCSH\"},{\"id\":\"1522641041198919681\"\
-        ,\"text\":\"\u092E\u0941\u0902\u092C\u0908 \u0915\u0947 \u092C\u094D\u0930\
-        \u0947\u092C\u094B\u0930\u094D\u0928 \u0938\u094D\u091F\u0947\u0921\u093F\u092F\
-        \u092E \u092E\u0947\u0902 \u0916\u0947\u0932\u0947 \u0917\u090F #GTvMI \u092E\
-        \u0948\u091A \u092E\u0947\u0902 @mipaltan \u0928\u0947 @gujarat_titans \u0915\
-        \u094B 5 \u0930\u0928\u094B\u0902 \u0938\u0947 \u0939\u0930\u093E \u0926\u093F\
-        \u092F\u093E \u0939\u0948\u0964 \u0907\u0938 \u092E\u0948\u091A \u092A\u0930\
-        \ \u0938\u092D\u0940 \u092A\u094D\u0930\u0924\u093F\u0915\u094D\u0930\u093F\
-        \u092F\u093E \u0914\u0930 \u0939\u093E\u0907\u0932\u093E\u0907\u091F\u094D\
-        \u0938 \u092F\u0939\u093E\u0902 \u092B\u0949\u0932\u094B \u0915\u0930\u0947\
-        \u0902\u0964\\nhttps://t.co/7iFVCaGCSH\"},{\"id\":\"1522640520262074369\"\
-        ,\"text\":\"RT @canaltech: Quer saber tudo sobre a queda do NFT? Confira nesse\
-        \ moments que criamos: https://t.co/8oX1jJFFo9\"},{\"id\":\"1522639549519831043\"\
-        ,\"text\":\"Feliz #UnVeranoSinTi https://t.co/3EV5oC2VIX\"},{\"id\":\"1522639030315278338\"\
-        ,\"text\":\"RT @tangerinanews: Confira nove estreias da semana nos cinemas\
-        \ e streamings pra assistir no fim de semana https://t.co/XUtpidH8pl\"},{\"\
-        id\":\"1522634733867487234\",\"text\":\"The finance conversation has become\
-        \ more open (and fun!) than ever before.\\n\\nLearn how Finance Goes Social\
-        \ during our Twitter Trends chat this Thursday, 5/12 at 1pm ET/10am PT with\
-        \ @iamrrr, @Anu__Dave, @JNSilva_, and @RhysDurrellW.\\n\\nSet a reminder\\\
-        uD83D\\uDC47\\nhttps://t.co/VL8VbHsjHG\"},{\"id\":\"1522632435179171840\"\
-        ,\"text\":\"when the morning coffee finally hits &gt;\"},{\"id\":\"1522629147297787905\"\
-        ,\"text\":\"\u26A1\uFE0F \u201C\u062E\u0633\u0627\u0626\u0631 \u0628\u0627\
-        \u0644\u0645\u0644\u064A\u0627\u0631\u0627\u062A.. \u0639\u0627\u0635\u0641\
-        \u0629 \u0627\u0631\u062A\u0641\u0627\u0639 \u0627\u0644\u0641\u0627\u0626\
-        \u062F\u0629 \u062A\u0636\u0631\u0628 \u0627\u0644\u0623\u0633\u0647\u0645\
-        \ \u062D\u0648\u0644 \u0627\u0644\u0639\u0627\u0644\u0645\u201D by @Baynounahtv\
-        \ https://t.co/Tn0NzisB4o\"},{\"id\":\"1522624786983264257\",\"text\":\"RT\
-        \ @gridnews: What will May 9th mean for the war in Ukraine? \\n\\nJoin @TomNagorski\
-        \ and @joshuakeating now on @TwitterSpaces for a chat. https\u2026\"},{\"\
-        id\":\"1522624483705692162\",\"text\":\"Tenemos que confesar algo: decir que\
-        \ el ni\xF1o se siente mal, pero lo cierto es que lo dejamos quedarse en casa\
-        \ porque lo quer\xEDamos consentir. #SorryNotSorry https://t.co/Futc3dWQ1F\"\
-        },{\"id\":\"1522623574397407234\",\"text\":\"\\uD83C\\uDFB5 \\\"Eu tenho tanto\
-        \ pra lhe falar, mas com palavras n\xE3o sei dizer\u2026\\\". Quem j\xE1 cantou\
-        \ essa m\xFAsica pra m\xE3e? E que m\xE3e sabe a letra de cor? Nos Tweets\
-        \ sobre m\xE3es, m\xFAsica \xE9 um dos temas mais mencionados. Como o Dia\
-        \ das M\xE3es t\xE1 chegando, conta a\xED que #musicademae te vem \xE0 cabe\xE7\
-        a! \\uD83D\\uDC99\"},{\"id\":\"1522623247208095745\",\"text\":\"RT @Cilla_Presley:\
-        \ Here is an exclusive clip! #ElvisMovie https://t.co/s2DktfLGGh\"},{\"id\"\
-        :\"1522622842940149760\",\"text\":\"Querida gente de @TwitterParents, \xBF\
-        qu\xE9 piensan o qu\xE9 consejo tienen para esto? \\uD83D\\uDC40\\uD83D\\\
-        uDC47 #Mam\xE1SinFiltro https://t.co/NjMDsh1aSG\"},{\"id\":\"1522622469290352640\"\
-        ,\"text\":\"Pues @TwitterParents tiene una \u2728gran\u2728 biograf\xEDa:\
-        \ \\\"Menos culpa. M\xE1s flexibilidad. Cero juicios. Todo amor\\\".\\n\\\
-        nAs\xED que, \xBFpor qu\xE9 no hablar sobre lo que te hace ser una madre que\
-        \ *no* se siente culpable? \\n\\nEmpezamos nosotros: dar pizza\\uD83C\\uDF55\
-        \ en la cena. \\uD83E\\uDD2D #Mam\xE1SinFiltro https://t.co/gIxQEN8m4I\"},{\"\
-        id\":\"1522619837620572160\",\"text\":\"Se hizo historia en el tenis espa\xF1\
-        ol. Carlos Alcaraz ha derrotado por primera vez a Rafa Nadal en los cuartos\
-        \ de final del Mutua Madrid Open \\uD83C\\uDFBE\\nhttps://t.co/M1K1Z5egrV\"\
-        },{\"id\":\"1522618586342301697\",\"text\":\"this Tweet is your permission\
-        \ to stop working and start gaming\"},{\"id\":\"1522615452052205580\",\"text\"\
-        :\"What a fantastic way of highlighting how easy it can be to ignore the symptoms\
-        \ of ovarian cancer. \\n\\nMust watch \\uD83D\\uDC40\\uD83D\\uDC47 https://t.co/ftuHn7EOID\"\
-        },{\"id\":\"1522615136388743168\",\"text\":\"WNBA IS BACK https://t.co/5FXJ7jzIWm\"\
-        },{\"id\":\"1522614227692883970\",\"text\":\"La fuerza estuvo del lado de\
-        \ las marcas esta semana, \u2728 descubre c\xF3mo conectaron en nuestro moment\
-        \ semanal.\\uD83D\\uDC47\\uD83D\\uDC47 https://t.co/4n9k9TkS1H\"},{\"id\"\
-        :\"1522611450874929153\",\"text\":\"Analistas repudiam fala de Bolsonaro sobre\
-        \ papel das For\xE7as Armadas no processo eleitoral. Presidente disse que\
-        \ militares n\xE3o ser\xE3o apenas \u201Cespectadores\u201D da elei\xE7\xE3\
-        o\\nhttps://t.co/lW7Txor8ff\"},{\"id\":\"1522592048733425665\",\"text\":\"\
-        For this and more \\uD83D\\uDC47\\n\\nhttps://t.co/7kNaDm1tsu\"},{\"id\":\"\
-        1522592041666072576\",\"text\":\"We asked @adamm0rgan for his advice on starting\
-        \ a newsletter. https://t.co/OYwadDezzM\"},{\"id\":\"1522592028709769217\"\
-        ,\"text\":\"\u2018The Frontlist\u2019 is a newsletter by Adam Morgan (@adamm0rgan),\
-        \ featuring monthly book previews, reading recommendations, and exclusive\
-        \ interviews with writers, book designers, and publishers.\\n\\nhttps://t.co/ppetL3CIad\"\
-        },{\"id\":\"1522587339113050113\",\"text\":\"\\uD83D\\uDD02 Bad Bunny's #UnVeranoSinTi\
-        \ https://t.co/7veiS7hffx\"},{\"id\":\"1522586052346667009\",\"text\":\"Ter\
-        \ aten\xE7\xE3o \xE0s conversas sobre datas comemorativas e grandes eventos\
-        \ \xE9 essencial para marcas que desejam fazer parte do que est\xE1 acontecendo.\
-        \ @rafaelcamilo, l\xEDder de Twitter Next no Brasil, listou 5 estrat\xE9gias\
-        \ para alcan\xE7ar esse objetivo. Confira: https://t.co/8dcRpvM3iX\"},{\"\
-        id\":\"1522584700660895744\",\"text\":\"\u26A1\uFE0F \u201C\u0623\u0632\u0645\
-        \u0629 \u063A\u0630\u0627\u0621 \u062A\u0647\u062F\u062F \u0627\u0644\u0639\
-        \u0627\u0644\u0645.. \u0648\u0631\u0628\u0639 \u0645\u0644\u064A\u0627\u0631\
-        \ \u0637\u0646 \u062D\u0628\u0648\u0628 \\\"\u0639\u0627\u0644\u0642\u0629\
-        \\\" \u0641\u064A \u0623\u0648\u0643\u0631\u0627\u0646\u064A\u0627\\uD83C\\\
-        uDF3E\u201D by @aletihadae https://t.co/fWn9LjlMMi\"},{\"id\":\"1522584062262718467\"\
-        ,\"text\":\"\u26A1\uFE0F \u201C46 \u0639\u0627\u0645\u064B\u0627 \u0645\u0646\
-        \ \u0627\u0644\u0633\u0644\u0627\u0645 \u0648\u0627\u0644\u0623\u0645\u0646\
-        .. \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062A \u062A\u062D\u062A\u0641\
-        \u064A \u0628\u0630\u0643\u0631\u0649 \u062A\u0648\u062D\u064A\u062F \u0627\
-        \u0644\u0642\u0648\u0627\u062A \u0627\u0644\u0645\u0633\u0644\u062D\u0629\u201D\
-        \ by @Forsan_UAE https://t.co/KWXo1TCx5C\"},{\"id\":\"1522583275063152641\"\
-        ,\"text\":\"RT @bpolitics: TUNE IN: Chief Justice Roberts called the leak\
-        \ of a draft opinion \u201Cabsolutely appalling,\u201D but it has sparked\
-        \ a conversation\u2026\"},{\"id\":\"1522582884095303680\",\"text\":\"Moms,\
-        \ *hypothetically* let's say your kids/partner are a little late in getting\
-        \ you a gift this year--what's the one thing you want for #MothersDay?\"},{\"\
-        id\":\"1522582421744631808\",\"text\":\"jaw on the floor #TheWilds https://t.co/1pgWOsO0sy\"\
-        }],\"meta\":{\"result_count\":99,\"next_token\":\"7140dibdnow9c7btw421dyyvx5wstfnjsb2wjd99prxo8\"\
-        }}"
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1578510160623853570\"],\"\
+        id\":\"1578510160623853570\",\"text\":\"If you could have 1:1 master classes\
+        \ with 5 Latinx folks, who would they be? #PalFrente\"},{\"edit_history_tweet_ids\"\
+        :[\"1578505292156764160\"],\"id\":\"1578505292156764160\",\"text\":\"RT @NewYorker:\
+        \ Watch a live discussion with @hasanminhaj and @dopequeenpheebs at the #NewYorkerFest.\
+        \ Stream it here. https://t.co/o0Gkdxx1Gj\"},{\"edit_history_tweet_ids\":[\"\
+        1578502943891824640\"],\"id\":\"1578502943891824640\",\"text\":\"We see you\u2019\
+        re having fun with the new stickers in the photo editor. Us too. https://t.co/s14RiWlUO9\"\
+        },{\"edit_history_tweet_ids\":[\"1578501624775200770\"],\"id\":\"1578501624775200770\"\
+        ,\"text\":\"#Elei\xE7\xF5es2022 \\n\\nDatafolha: na disputa pelo governo de\
+        \ S\xE3o Paulo, Tarc\xEDsio larga na frente com 50%; Haddad tem 40%\\n\\nhttps://t.co/14QV7LtmYe\"\
+        },{\"edit_history_tweet_ids\":[\"1578500615831162880\"],\"id\":\"1578500615831162880\"\
+        ,\"text\":\"RT @sfchronicle: Food critic Soleil Ho said The French Laundry\
+        \ is \\\"rarely\\\" worth the splurge.\\n\\nYet, the three-Michelin-starred\
+        \ restaurant r\u2026\"},{\"edit_history_tweet_ids\":[\"1578500498839068672\"\
+        ],\"id\":\"1578500498839068672\",\"text\":\"RT @GQMexico: Las pel\xEDculas\
+        \ europeas tienen algo especial: todas enganchan al momento. Reunimos las\
+        \ mejores que todo fan del cine debe\_cono\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578500471211249665\"],\"id\":\"1578500471211249665\",\"text\":\"RT @TapasMagazine:\
+        \ \\uD83C\\uDF78Estos son los 'hotspots' de Barcelona donde ir despu\xE9s\
+        \ de cenar seg\xFAn el d\xEDa de la semana\\nhttps://t.co/5lftAfGMo6\"},{\"\
+        edit_history_tweet_ids\":[\"1578500455629406208\"],\"id\":\"1578500455629406208\"\
+        ,\"text\":\"RT @runners_es: \u26A1\uFE0F \u201CChelsea Sodaro, madre hace\
+        \ 18 meses, da la sorpresa y conquista el Ironman de Kona\u201D\\nhttps://t.co/IwfWbqOtvx\"\
+        },{\"edit_history_tweet_ids\":[\"1578500437635801088\"],\"id\":\"1578500437635801088\"\
+        ,\"text\":\"RT @yotele: \u26A1\uFE0F #Eurovisi\xF3n 2023 se celebrar\xE1 en\
+        \ Liverpool\\nhttps://t.co/AHCm8tIce0 https://t.co/3whQg2s4in\"},{\"edit_history_tweet_ids\"\
+        :[\"1578500413837361152\"],\"id\":\"1578500413837361152\",\"text\":\"RT @LaVanguardia:\
+        \ \\uD83D\\uDDFA\uFE0F\\uD83D\\uDD0D\xBFGanas m\xE1s o menos que tu vecino?\
+        \ Consulta este mapa interactivo de la renta por hogar de tu manzana y c\xF3\
+        mo ha cambiad\u2026\"},{\"edit_history_tweet_ids\":[\"1578500396514828288\"\
+        ],\"id\":\"1578500396514828288\",\"text\":\"RT @MVSNoticias: \\\"Estamos a\
+        \ 4 a\xF1os de gobierno y lo hemos hecho con honestidad, transparencia\\\"\
+        : Sheinbaum https://t.co/Q3FGvJZrlO\"},{\"edit_history_tweet_ids\":[\"1578500372460888064\"\
+        ],\"id\":\"1578500372460888064\",\"text\":\"RT @EsquireEs: \u26A1\uFE0F Los\
+        \ dos reyes de la m\xFAsica urbana espa\xF1ola se juntan, pero en vez de sumar\
+        \ fuerzas parece que se restan.\\n https://t.co/ny\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578500355813298176\"],\"id\":\"1578500355813298176\",\"text\":\"RT @elpais_america:\
+        \ \u26A1\uFE0F\\uD83C\\uDDE6\\uD83C\\uDDF7\\uD83D\\uDCF7 El supuesto abrazo\
+        \ de consuelo entre un polic\xEDa y una madre de Plaza de Mayo, el 5 de octubre\
+        \ de 1982, se dio en\u2026\"},{\"edit_history_tweet_ids\":[\"1578500334607273984\"\
+        ],\"id\":\"1578500334607273984\",\"text\":\"RT @NiusDiario: \u26A1\uFE0F#Moments\
+        \ | Sandra Daviu, presentadora de 'El diario de Patricia', arrebata la plaza\
+        \ de profesor a Pablo Iglesias https://\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578500296036454400\"],\"id\":\"1578500296036454400\",\"text\":\"RT @EsquireEs:\
+        \ \u26A1\uFE0F Como se pregunta Torcuato Luca de Tena, \u201C\xBFquiz\xE1\
+        \ la verdadera locura no sea otra cosa que la sabidur\xEDa misma que, cansada\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578500280731115520\"],\"id\":\"1578500280731115520\"\
+        ,\"text\":\"RT @yotele: Sandra Davi\xFA arrebata a Pablo Iglesias la vacante\
+        \ de profesor universitario a la que aspiraba https://t.co/zlEdsWy0lP\"},{\"\
+        edit_history_tweet_ids\":[\"1578499937700286465\"],\"id\":\"1578499937700286465\"\
+        ,\"text\":\"more is more when it comes to the new emojis. add a sticker or\
+        \ 25 to an image in your next tweet. https://t.co/sk26awjHZh\"},{\"edit_history_tweet_ids\"\
+        :[\"1578496509523345408\"],\"id\":\"1578496509523345408\",\"text\":\"Tebet\
+        \ diz que apoio a Lula \xE9 \u201Ctotal\u201D e promete se engajar na campanha.\
+        \ Petista diz que senadora pode ajudar \u201Cdo jeito que ela quiser\u201D\
+        \\nhttps://t.co/jBG5BJKWUX\"},{\"edit_history_tweet_ids\":[\"1578494517577060352\"\
+        ],\"id\":\"1578494517577060352\",\"text\":\"Este curso virtual busca promover\
+        \ el pensamiento cr\xEDtico \\uD83E\\uDDE0 a trav\xE9s de buenas pr\xE1cticas\
+        \ en el consumo y distribuci\xF3n de informaci\xF3n.\\n\\nAs\xED, podr\xE1\
+        s actuar frente a contenido enga\xF1oso \\uD83E\\uDDD0mitigando sus efectos\
+        \ y \u2728fortaleciendo\u2728 la experiencia en plataformas digitales.\\n\xA1\
+        Participa!\\uD83D\\uDC47 https://t.co/eBPcCP029E\"},{\"edit_history_tweet_ids\"\
+        :[\"1578492220927156224\"],\"id\":\"1578492220927156224\",\"text\":\"ARA!\
+        \ Daqui a pouco \xE9 o \xFAltimo cap\xEDtulo de #Pantanal e o remake foi um\
+        \ sucesso aqui no Twitter. Desde a estreia da novela, em 28/3, os emojis mais\
+        \ usados nas conversas foram: \\uD83D\\uDD25, \\uD83D\\uDC06, \\uD83E\\uDD7A\
+        \ e \\uD83D\\uDE2D. Conta para gente como voc\xEAs est\xE3o para Tweetar a\
+        \ reta final?\"},{\"edit_history_tweet_ids\":[\"1578491455148285952\"],\"\
+        id\":\"1578491455148285952\",\"text\":\"Opa, novela nova no peda\xE7o! Espa\xE7\
+        o para falar de #Travessia \\uD83D\\uDC47 https://t.co/xPI5oHMEsA\"},{\"edit_history_tweet_ids\"\
+        :[\"1578491029619019776\"],\"id\":\"1578491029619019776\",\"text\":\"#Elei\xE7\
+        \xF5es2022 Datafolha: Lula tem 49% das inten\xE7\xF5es de voto ante 44% de\
+        \ Bolsonaro\\n\\nhttps://t.co/9nrEKMSeEC\"},{\"edit_history_tweet_ids\":[\"\
+        1578488729278160896\"],\"id\":\"1578488729278160896\",\"text\":\"Agarren su\
+        \ suerita, and enjoy the takeout! \\n\\nFeliz Friday\"},{\"edit_history_tweet_ids\"\
+        :[\"1578488324943405056\"],\"id\":\"1578488324943405056\",\"text\":\"Immediately\
+        \ starts to hum \\\"a mi me gusta andar de pelo suelto\\\"... \\uD83C\\uDFB8\
+        \ we love seeing Latinx icons using Twitter Spaces! https://t.co/fkWpoEx6Zp\"\
+        },{\"edit_history_tweet_ids\":[\"1578488048630738944\"],\"id\":\"1578488048630738944\"\
+        ,\"text\":\"if they say one more game, just know you can\u2019t end on a L\"\
+        },{\"edit_history_tweet_ids\":[\"1578486354107060224\"],\"id\":\"1578486354107060224\"\
+        ,\"text\":\"If you've had a rough week, just remember this aguacate has had\
+        \ it worse \\uD83E\\uDD72\\uD83D\\uDE29\\uD83E\\uDEE0 https://t.co/GO5jJYF8gr\"\
+        },{\"edit_history_tweet_ids\":[\"1578486299366813696\"],\"id\":\"1578486299366813696\"\
+        ,\"text\":\"RT @vetshelpingvets: We are grateful to celebrate #VDD2022 with\
+        \ our friends at @Twitter! Special shout out to their Veteran ERG @TwitterStr\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578486081455915009\"],\"id\":\"1578486081455915009\"\
+        ,\"text\":\"RT @CornellBarnard: #NAVY #Leapfrogs #FleetWeekSF https://t.co/Ljm5vj8wWp\"\
+        },{\"edit_history_tweet_ids\":[\"1578486071050268672\"],\"id\":\"1578486071050268672\"\
+        ,\"text\":\"RT @rayinaction: A San Francisco Fire boat shoots water up in\
+        \ the air leading the parade of ships as part of the Fleet Week festivities\
+        \ in\u2026\"},{\"edit_history_tweet_ids\":[\"1578486018176864258\"],\"id\"\
+        :\"1578486018176864258\",\"text\":\"Our casa is your casa! https://t.co/MZrIN810Ve\"\
+        },{\"edit_history_tweet_ids\":[\"1578485427794677761\"],\"id\":\"1578485427794677761\"\
+        ,\"text\":\"RT @DeptofDefense: .@PentagonPresSec: On a special note, we\u2019\
+        d like to recognize and congratulate @USMC Col. Nicole Mann, who yesterday\
+        \ beca\u2026\"},{\"edit_history_tweet_ids\":[\"1578485109543825408\"],\"id\"\
+        :\"1578485109543825408\",\"text\":\"Segundo TSE, n\xE3o houve, por parte do\
+        \ tribunal, veto \xE0 campanha da vacina\xE7\xE3o contra a poliomielite, mas\
+        \ a um pronunciamento do ministro da Sa\xFAde na TV, com base na lei eleitoral\\\
+        n\\nhttps://t.co/dF3DxHPJMa\"},{\"edit_history_tweet_ids\":[\"1578478353698680832\"\
+        ],\"id\":\"1578478353698680832\",\"text\":\"amar a ciegas quita poder, pero\
+        \ to love @RomeoSantosPage music te da fuerza \\uD83E\\uDE84\\n\\ngracias\
+        \ por acompa\xF1arnos en esta aventura!\\n\\nbesos,\\nRomeo x yo \u2763\uFE0F\
+        \\n\\nhttps://t.co/H6MCK1DXd9\"},{\"edit_history_tweet_ids\":[\"1578477937870794752\"\
+        ],\"id\":\"1578477937870794752\",\"text\":\"\\uD83D\\uDD0A the Formula trilogy\
+        \ is known for having major crossover features \u2B07\uFE0F #FormulaVol3 \\\
+        nhttps://t.co/eARTVgNYMH\"},{\"edit_history_tweet_ids\":[\"1578477417332891649\"\
+        ],\"id\":\"1578477417332891649\",\"text\":\"\\uD83D\\uDD0A the concepts behind\
+        \ #FormulaVol3 \\nhttps://t.co/3697xiPCa2\"},{\"edit_history_tweet_ids\":[\"\
+        1578476308958302208\"],\"id\":\"1578476308958302208\",\"text\":\"\\uD83D\\\
+        uDD02 #FormulaVol3 https://t.co/mI0hF8pDbS\"},{\"edit_history_tweet_ids\"\
+        :[\"1578474968748158976\"],\"id\":\"1578474968748158976\",\"text\":\"\\uD83C\\\
+        uDFB6 Sin Fin - @RomeoSantosPage ft. @jtimberlake #FormulaVol3 https://t.co/1vO0AXJBti\"\
+        },{\"edit_history_tweet_ids\":[\"1578473809689993216\"],\"id\":\"1578473809689993216\"\
+        ,\"text\":\"RT @JanetJackson: \\uD83D\\uDDA4 #TVR25\"},{\"edit_history_tweet_ids\"\
+        :[\"1578473761266814977\"],\"id\":\"1578473761266814977\",\"text\":\"\\uD83D\\\
+        uDCBF Lo que escuchar\xE1s en #FormulaVol3 https://t.co/zhyz4KnvSW\"},{\"\
+        edit_history_tweet_ids\":[\"1578472990072721409\"],\"id\":\"1578472990072721409\"\
+        ,\"text\":\"I hope you're watching @Lionesses vs @USWNT\"},{\"edit_history_tweet_ids\"\
+        :[\"1578472195205959680\"],\"id\":\"1578472195205959680\",\"text\":\"Arthur's\
+        \ first podcast https://t.co/9sl3k4mgAV\"},{\"edit_history_tweet_ids\":[\"\
+        1578469964620918785\"],\"id\":\"1578469964620918785\",\"text\":\"\\uD83D\\\
+        uDD0A cover art detalles #FormulaVol3 https://t.co/fnChQpSEgZ\"},{\"edit_history_tweet_ids\"\
+        :[\"1578468181735223296\"],\"id\":\"1578468181735223296\",\"text\":\"\\uD83D\\\
+        uDDBC the King of Bachata depicted in art #FormulaVol3 https://t.co/M00YJky5Le\"\
+        },{\"edit_history_tweet_ids\":[\"1578467709670789121\"],\"id\":\"1578467709670789121\"\
+        ,\"text\":\"the soundboard experiment is now live for everyone on iOS \\uD83C\\\
+        uDF89\\n\\nwe\u2019ll be looking closely at which sounds you are liking and\
+        \ using the most to see where we'll go next with this feature\u2014looking\
+        \ forward to hearing what you think! https://t.co/GPOn9XaurC\"},{\"edit_history_tweet_ids\"\
+        :[\"1578466516370014208\"],\"id\":\"1578466516370014208\",\"text\":\"dique\
+        \ envy is a sign of admiration, as\xED que entiendo si quieres ser yo...\\\
+        n\\npas\xE9 un tiempo con @RomeoSantosPage talking about his latest album\
+        \ #FormulaVol3 \u2B07\uFE0F https://t.co/Iny66FAPsp\"},{\"edit_history_tweet_ids\"\
+        :[\"1578464845040701456\"],\"id\":\"1578464845040701456\",\"text\":\"Looking\
+        \ for more #TwitterBizTips this shopping season? \\n\\nDive into these articles\
+        \ and learn how your brand can join the conversation and drive results \\\
+        uD83D\\uDE0E\"},{\"edit_history_tweet_ids\":[\"1578463773701963776\"],\"id\"\
+        :\"1578463773701963776\",\"text\":\"RT @JanetJackson: Thank u guys for another\
+        \ #1! \\nI LUV u \\uD83D\\uDE18 #TVR25 https://t.co/bDGe0kBf1d\"},{\"edit_history_tweet_ids\"\
+        :[\"1578463217918963712\"],\"id\":\"1578463217918963712\",\"text\":\"RT @ItGetsBetter:\
+        \ For #LGBTQHistoryMonth, we asked elders from our community what inspires\
+        \ them about queer youth: \\n\\nMeet Marcus Arana (Hol\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578453119494606851\"],\"id\":\"1578453119494606851\",\"text\":\"RT @RadicalHighway_:\
+        \ POV: You finished watching Cyberpunk\\n\\n#\u30B5\u30A4\u30D0\u30FC\u30D1\
+        \u30F3\u30AF\u30A8\u30C3\u30B8\u30E9\u30F3\u30CA\u30FC\u30BA #CyberpunkEdgerunners\
+        \ https://t.co/Tk18UDYdrd\"},{\"edit_history_tweet_ids\":[\"1578448527633440768\"\
+        ],\"id\":\"1578448527633440768\",\"text\":\"Twitter est\xE1 innovando\u26A1\
+        \ y las marcas no pueden perd\xE9rselo, conoce c\xF3mo lograron unirse a los\
+        \ formatos en nuestro moment semanal.\\uD83D\\uDE0E\\uD83D\\uDE0C \\nhttps://t.co/g7j9J1ZvR4\"\
+        },{\"edit_history_tweet_ids\":[\"1578446883508588545\"],\"id\":\"1578446883508588545\"\
+        ,\"text\":\"On your desktop, you can access this from the left navigation:\
+        \ More \u27A1\uFE0F Professional Tools \u27A1\uFE0F Professional Home https://t.co/rMGwXl1s6u\"\
+        },{\"edit_history_tweet_ids\":[\"1578446813375655936\"],\"id\":\"1578446813375655936\"\
+        ,\"text\":\"\\uD83D\\uDC99 Make the most of your Twitter Professional Account\
+        \ with Professional Home!\\n\\n\\uD83D\\uDCCA Our new dashboard gives pros\
+        \ around the globe the ability to track performance, discover product offerings,\
+        \ and tap into additional resources.\"},{\"edit_history_tweet_ids\":[\"1578446352312590337\"\
+        ],\"id\":\"1578446352312590337\",\"text\":\"RT @politico: We'll be on Spaces\
+        \ to discuss the latest jobs report with @eleanor_mueller, @vtg2, @morningmoneyben\
+        \ and a great lineup of gue\u2026\"},{\"edit_history_tweet_ids\":[\"1578442431162290177\"\
+        ],\"id\":\"1578442431162290177\",\"text\":\"RT @IntrinsicWW: Okay San Fran\
+        \ @blackbirds it's your time to shine! Check out your official #WeAreIntrinsic\
+        \ photos below and in the coming\u2026\"},{\"edit_history_tweet_ids\":[\"\
+        1578442189905965056\"],\"id\":\"1578442189905965056\",\"text\":\"RT @MsBennyBonsu:\
+        \ Thank you @Blackbirds for keeping my brothers legacy alive. \\n\\nI am thankful\
+        \ for my family and good friends,  #TwitterFami\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578438514391150592\"],\"id\":\"1578438514391150592\",\"text\":\"RT @alexmorgan13:\
+        \ It\u2019s GAMEDAY people!\\n\\nExcited to watch the USWNT take on England\
+        \ at 3PM ET\\uD83C\\uDDFA\\uD83C\\uDDF8 \\n\\nI\u2019ll be doing a Q&amp;A\
+        \ throughout the match s\u2026\"},{\"edit_history_tweet_ids\":[\"1578437577111064577\"\
+        ],\"id\":\"1578437577111064577\",\"text\":\"https://t.co/ejQvl3pF4q https://t.co/Pul5xBK02p\"\
+        },{\"edit_history_tweet_ids\":[\"1578437478830133250\"],\"id\":\"1578437478830133250\"\
+        ,\"text\":\"https://t.co/ME84Ip0xKc https://t.co/kFatvuQw8x\"},{\"edit_history_tweet_ids\"\
+        :[\"1578437384760266752\"],\"id\":\"1578437384760266752\",\"text\":\"https://t.co/7N1gVpWSYS\
+        \ https://t.co/itGyOH2MfZ\"},{\"edit_history_tweet_ids\":[\"1578437267513036800\"\
+        ],\"id\":\"1578437267513036800\",\"text\":\"https://t.co/2ln13hFlzk https://t.co/lxQwzFPBto\"\
+        },{\"edit_history_tweet_ids\":[\"1578437195740123136\"],\"id\":\"1578437195740123136\"\
+        ,\"text\":\"https://t.co/2ln13hFlzk https://t.co/t3MzjZDZEb\"},{\"edit_history_tweet_ids\"\
+        :[\"1578437126940598274\"],\"id\":\"1578437126940598274\",\"text\":\"you had\
+        \ questions about lydia t\xE1r\\n\\n@tarmovie\u2019s composer Todd Field and\
+        \ maestro Cate Blanchett are here to give you answers https://t.co/y972hLj7B4\"\
+        },{\"edit_history_tweet_ids\":[\"1578436412847706112\"],\"id\":\"1578436412847706112\"\
+        ,\"text\":\"RT @noobde: 30 Years of Mortal Kombat. Can you share your first\
+        \ experience with MK? Where were you? Which MK was it? What do you remember?\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578436160652685312\"],\"id\":\"1578436160652685312\"\
+        ,\"text\":\"RT @FreeLionesses: Great to see so many supporters picking up\
+        \ their #ShareYourRoar scarves \\uD83E\\uDDE3\\uD83C\\uDFF4\\uDB40\\uDC67\\\
+        uDB40\\uDC62\\uDB40\\uDC65\\uDB40\\uDC6E\\uDB40\\uDC67\\uDB40\\uDC7F https://t.co/9562ltdf08\"\
+        },{\"edit_history_tweet_ids\":[\"1578432801715650561\"],\"id\":\"1578432801715650561\"\
+        ,\"text\":\"Ontem come\xE7ou a @BrasilGameShow, maior feira de games da Am\xE9\
+        rica Latina! E aqui no Twitter, 77% das pessoas gostam de ver as marcas entrarem\
+        \ em conversas sobre eventos na timeline. Confira agora nossos insights para\
+        \ sua marca se conectar, enquanto ainda d\xE1 tempo. #BGSNoTwitter\"},{\"\
+        edit_history_tweet_ids\":[\"1578431247805829120\"],\"id\":\"1578431247805829120\"\
+        ,\"text\":\"WHO \u0915\u0940 \u0924\u0930\u092B \u092D\u093E\u0930\u0924 \u092E\
+        \u0947\u0902 \u092C\u0928\u0947 \u091A\u093E\u0930 #CoughSyrups \u0915\u094B\
+        \ \u0932\u0947\u0915\u0930 \u0905\u0932\u0930\u094D\u091F \u091C\u093E\u0930\
+        \u0940 \u0915\u0930\u0928\u0947 \u0915\u0947 \u092C\u093E\u0926 \u0938\u094D\
+        \u0935\u093E\u0938\u094D\u0925\u094D\u092F \u092E\u0902\u0924\u094D\u0930\u093E\
+        \u0932\u092F \u0928\u0947 \u0915\u0939\u093E \u0939\u0948 \u0915\u093F \u0928\
+        \u093F\u0930\u094D\u092E\u093E\u0924\u093E \u0915\u0902\u092A\u0928\u0940\
+        \ \u092F\u0947 \u0926\u0935\u093E\u0907\u092F\u093E\u0902 \u0926\u0947\u0936\
+        \ \u092E\u0947\u0902 \u0928\u0939\u0940\u0902 \u092C\u0947\u091A\u0924\u0940\
+        \ \u0914\u0930 \u0909\u0928\u094D\u0939\u094B\u0902\u0928\u0947 \u0907\u0938\
+        \u0947 \u0938\u093F\u0930\u094D\u092B \u0917\u093E\u092E\u094D\u092C\u093F\
+        \u092F\u093E \u0915\u094B \u0928\u093F\u0930\u094D\u092F\u093E\u0924 \u0915\
+        \u093F\u092F\u093E \u0939\u0948\u0964\\nhttps://t.co/PyplNXwBei\"},{\"edit_history_tweet_ids\"\
+        :[\"1578428153436962818\"],\"id\":\"1578428153436962818\",\"text\":\"RT @universa_uol:\
+        \ Cabelo lavado e arrumado, maquiagem leve, esmalte clarinho nas unhas. A\
+        \ apar\xEAncia fresca \xE9 s\xF3 um dos atributos das vended\u2026\"},{\"\
+        edit_history_tweet_ids\":[\"1578427822430773258\"],\"id\":\"1578427822430773258\"\
+        ,\"text\":\"A hack moment.\\n\\n#TweepYourselfInCyber #CybersecurityAwarenessMonth\
+        \ https://t.co/B8PqAmzzIz\"},{\"edit_history_tweet_ids\":[\"1578426951097671686\"\
+        ],\"id\":\"1578426951097671686\",\"text\":\"S\xE9 parte de las tendencias\
+        \ del torneo de f\xFAtbol \u26BD conectando con la afici\xF3n m\xE1s grande\
+        \ del mundo.\\uD83C\\uDF10\\n#DondeViveElF\xFAtbol\"},{\"edit_history_tweet_ids\"\
+        :[\"1578426847679119361\"],\"id\":\"1578426847679119361\",\"text\":\"you know\
+        \ it is Fall when you can smell the pumpkin spice in the air\"},{\"edit_history_tweet_ids\"\
+        :[\"1578426843543248898\"],\"id\":\"1578426843543248898\",\"text\":\"RT @UOLNoticias:\
+        \ https://t.co/hlpoKa8nkv\"},{\"edit_history_tweet_ids\":[\"1578426591859953665\"\
+        ],\"id\":\"1578426591859953665\",\"text\":\"RT @vivabem_uol: J\xE1 passou\
+        \ por isso? A ci\xEAncia explica! https://t.co/AdYzQ1N1hg\"},{\"edit_history_tweet_ids\"\
+        :[\"1578414851688480769\"],\"id\":\"1578414851688480769\",\"text\":\"honesty\
+        \ hour: what is the hardest part about being a developer? \\uD83D\\uDDEF\"\
+        },{\"edit_history_tweet_ids\":[\"1578413953092583424\"],\"id\":\"1578413953092583424\"\
+        ,\"text\":\"Revisit Janet Jackson\u2019s November 1997 cover story! \\n\\\
+        uD83D\\uDD8B Danyel Smith (@danamo) \\n\\uD83D\\uDCF8 Mario Testino\\n\\nhttps://t.co/QO6LOQC0dh\"\
+        },{\"edit_history_tweet_ids\":[\"1578413902324535296\"],\"id\":\"1578413902324535296\"\
+        ,\"text\":\"RT @EsquireEs: \u26A1\uFE0F Nosotros estamos en una constante\
+        \ b\xFAsqueda de lo cl\xE1sico con el fin de preservar la longevidad de nuestra\
+        \ m\xFAsica y de nue\u2026\"},{\"edit_history_tweet_ids\":[\"1578413885849313286\"\
+        ],\"id\":\"1578413885849313286\",\"text\":\"RT @elperiodico: \\uD83C\\uDF99\uFE0F\
+        \ \xBFGlasgow o Liverpool, d\xF3nde se celebrar\xE1 Eurovisi\xF3n 2023?\\\
+        nhttps://t.co/gCRBeRWhfR\"},{\"edit_history_tweet_ids\":[\"1578413873627123713\"\
+        ],\"id\":\"1578413873627123713\",\"text\":\"if we could turn back the hands\
+        \ of time, it'd be 25 years \u2B07\uFE0F\\n\\n1997, the year of The Velvet\
+        \ Rope + @JanetJackson x @VibeMagazine cover story \u2728 https://t.co/ZiJdbZn100\"\
+        },{\"edit_history_tweet_ids\":[\"1578413858468909057\"],\"id\":\"1578413858468909057\"\
+        ,\"text\":\"RT @ecartelera: \u26A1\uFE0F \xBFQu\xE9 opinan las redes sobre\
+        \ Chris Pratt como la voz de Mario en #SuperMarioBrosLaPel\xEDcula? Despu\xE9\
+        s de escucharlo breveme\u2026\"},{\"edit_history_tweet_ids\":[\"1578413838952792065\"\
+        ],\"id\":\"1578413838952792065\",\"text\":\"RT @GQSpain: \u26A1\uFE0F \u201C\
+        Los hombres m\xE1s guapos del mundo son estos (lo dice la ciencia)\u201D de\
+        \ @GQSpain https://t.co/9ftov3NnBa\"},{\"edit_history_tweet_ids\":[\"1578413825803665409\"\
+        ],\"id\":\"1578413825803665409\",\"text\":\"RT @elle_es: Y menos mal https://t.co/hN0Vrz9wjK\"\
+        },{\"edit_history_tweet_ids\":[\"1578413813405294594\"],\"id\":\"1578413813405294594\"\
+        ,\"text\":\"RT @MVSNoticias: Raquel Buenrostro estar\xE1 a cargo de la dependencia\
+        \ con el objetivo de continuar estrechando lazos con Estados Unidos y Can\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578413798007914496\"],\"id\":\"1578413798007914496\"\
+        ,\"text\":\"RT @WomensHealthESP: \u26A1\uFE0F Perfecto para hacer crecer el\
+        \ booty \\uD83C\\uDF51\\nhttps://t.co/3BHV5IBlf0\"},{\"edit_history_tweet_ids\"\
+        :[\"1578413783801790467\"],\"id\":\"1578413783801790467\",\"text\":\"RT @MovistarPlus:\
+        \ Si no la has visto todav\xEDa tienes deberes para el finde...\\n\\n\xA1\
+        Primeras reacciones de \\uD83E\\uDEAB#Apag\xF3n, nuestra nueva serie origina\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578413769503477760\"],\"id\":\"1578413769503477760\"\
+        ,\"text\":\"RT @FormulaTV: \u26A1\uFE0F La temporada 13 de 'LQSA' rendir\xE1\
+        \ homenaje a Jos\xE9 Luis Gil en todos sus cap\xEDtulos https://t.co/7ntmVcAmT4\"\
+        },{\"edit_history_tweet_ids\":[\"1578413756022923265\"],\"id\":\"1578413756022923265\"\
+        ,\"text\":\"RT @PublimetroMX: #SinTemorADios | La falta de credibilidad, bajos\
+        \ salarios y hasta la violencia han mermado las filas de la iglesia mexica\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578413740382470145\"],\"id\":\"1578413740382470145\"\
+        ,\"text\":\"RT @Cosmopolitan_es: \u26A1\uFE0F Famosos que han dado visibilidad\
+        \ a la depresi\xF3n con sus testimonios  https://t.co/UWiI66rXC5\"},{\"edit_history_tweet_ids\"\
+        :[\"1578413698741411841\"],\"id\":\"1578413698741411841\",\"text\":\"RT @yotele:\
+        \ \u26A1\uFE0F Tamara Falc\xF3 responde a las cr\xEDticas por su pol\xE9mico\
+        \ discurso: \\\"Se ha sacado de contexto\\\" https://t.co/6SqmaBB2PC\"},{\"\
+        edit_history_tweet_ids\":[\"1578413684791119878\"],\"id\":\"1578413684791119878\"\
+        ,\"text\":\"RT @ViajesNG: @sergiogarciabd ha revolucionado el lenguaje de\
+        \ la narraci\xF3n gr\xE1fica. En este @MomentsES os explicamos por qu\xE9\
+        \ Granada es el\u2026\"},{\"edit_history_tweet_ids\":[\"1578413669276438530\"\
+        ],\"id\":\"1578413669276438530\",\"text\":\"RT @MarGomezH: \u26A1\uFE0F \u201C\
+        Incre\xEDbles im\xE1genes mejoradas del Universo captadas por el telescopio\
+        \ James Webb\u201D  https://t.co/RVrg04DZKk\"},{\"edit_history_tweet_ids\"\
+        :[\"1578413656114663425\"],\"id\":\"1578413656114663425\",\"text\":\"RT @elperiodico:\
+        \ \\uD83D\\uDED2 Este es el supermercado m\xE1s barato de Espa\xF1a seg\xFA\
+        n la OCU\\n\\nhttps://t.co/rQk8Y02FYP\"},{\"edit_history_tweet_ids\":[\"1578413642147569664\"\
+        ],\"id\":\"1578413642147569664\",\"text\":\"RT @AD_Spain: \u26A1\uFE0F \u201C\
+        Exposiciones y artistas que no te puedes perder\u201D de @AD_Spain https://t.co/1P4LtIrjTi\"\
+        },{\"edit_history_tweet_ids\":[\"1578406852651618305\"],\"id\":\"1578406852651618305\"\
+        ,\"text\":\"bueno, @RomeoSantosPage trilogy reigns undefeated at no. 1 on\
+        \ the Tropical Albums Chart\\n\\n\\uD83D\\uDD0A Formula, Vol. 1 (2011)\\n\\\
+        uD83D\\uDD0A Formula, Vol. 2 (2014)\\n\\uD83D\\uDD0A Formula, Vol. 3 (2022)\\\
+        n\\nnumbers don't lie\"},{\"edit_history_tweet_ids\":[\"1578403793498169344\"\
+        ],\"id\":\"1578403793498169344\",\"text\":\"RT @NewsbytesHindi: \u0926\u093F\
+        \u0917\u094D\u0917\u091C \u0905\u092D\u093F\u0928\u0947\u0924\u093E \u0905\
+        \u0930\u0941\u0923 \u092C\u093E\u0932\u0940 \u0915\u093E \u0928\u093F\u0927\
+        \u0928\\n\\n#ArunBali \\n\\nhttps://t.co/IUX0HirSY1 https://t.co/88RO128Wm3\"\
+        },{\"edit_history_tweet_ids\":[\"1578402519302144001\"],\"id\":\"1578402519302144001\"\
+        ,\"text\":\"RT @weatherindia: \u26A1\uFE0FTill now, we've been using Oxygen\
+        \ and Methane presence as indicators of extraterrestrial life. But now, some\
+        \ scientists\u2026\"},{\"edit_history_tweet_ids\":[\"1578402041189253121\"\
+        ],\"id\":\"1578402041189253121\",\"text\":\"RT @BiIndia: \u26A1\uFE0F\u201C\
+        From managing Harvard\u2019s Alpha Fund to starting a $1 billion hedge fund\
+        \ \u2014 The journey of #DivyaNettimi\u201D by @BiIndia \\nhttps:/\u2026\"\
+        },{\"edit_history_tweet_ids\":[\"1578400946169815043\"],\"id\":\"1578400946169815043\"\
+        ,\"text\":\"RT @ETimesLifestyle: 'There\u2019s nothing like a good cry': C\u2019\
+        mon boys, let\u2019s join the tear fest\\n#RogerFederer #RafaelNadal\\uD80C\\\
+        uDCF5 \\n\\nhttps://t.co/DeN\u2026\"},{\"edit_history_tweet_ids\":[\"1578400279413899266\"\
+        ],\"id\":\"1578400279413899266\",\"text\":\"RT @BiIndia: \u26A1\uFE0F\u201C\
+        Here are 10 cartoon characters that are part of the #LGBTQIA community\u201D\
+        \ by @BiIndia https://t.co/O3deGKbYxL\"}],\"meta\":{\"result_count\":97,\"\
+        next_token\":\"7140dibdnow9c7btw423i3sn9uw15y6f8lzfkzug1atrq\"}}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '9301'
-      content-type:
+      Content-Length:
+      - '8893'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:26 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:40 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192818587096810; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:26 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192818587096810; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:26 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_1zhvH3Yb+Y5pjcfiQdAZbA=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:26 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192818587096810; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:26 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518405966852076; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518405966852076; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_D9wPbfaOtd6hLssteJ2UOQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518405966852076; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 38cec82348a245e54ee0a15d839280f6295cab1a91153daeeec6f1c25289c228
+      - e80bf70caf99637b431d5d3f706bafb07dceb9d6bf5183f8c0d7bdb4464a50fc
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -365,9 +356,11 @@ interactions:
       x-rate-limit-remaining:
       - '899'
       x-rate-limit-reset:
-      - '1651929085'
+      - '1665184959'
       x-response-time:
-      - '517'
+      - '516'
+      x-transaction-id:
+      - 006d9e8fa56551dd
       x-xss-protection:
       - '0'
     status:
index 52bfdd9c18f4b8193d13657694cd385ff75d6f6b..5791b4452394b3f50d8604638408143ca274a202 100644 (file)
@@ -3,73 +3,76 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/1293593516040269825/quote_tweets
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1458146351036841988\",\"text\":\"RT @TwitterAPI:\
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1458146351036841988\"],\"\
+        id\":\"1458146351036841988\",\"text\":\"RT @TwitterAPI: Twitter API v2: Early\
+        \ Access released\\n\\nToday we announced Early Access to the first endpoints\
+        \ of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\":[\"\
+        1456942863447588871\"],\"id\":\"1456942863447588871\",\"text\":\"RT @TwitterAPI:\
         \ Twitter API v2: Early Access released\\n\\nToday we announced Early Access\
-        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"id\"\
-        :\"1457665167639007235\",\"text\":\"Can you share some screenshots worth of\
-        \ 888885.4k+ upvotes?\\n#cheerupraja00710 \\n#100DaysOfCode #javascript  \
-        \ #Python, #flutter \\nhttps://t.co/6z0cfF1ARu\"},{\"id\":\"1456942863447588871\"\
-        ,\"text\":\"RT @TwitterAPI: Twitter API v2: Early Access released\\n\\nToday\
-        \ we announced Early Access to the first endpoints of the new Twitter API!\\\
-        n\\n#Twi\u2026\"},{\"id\":\"1453474504928280580\",\"text\":\"We ask the Twitter\
-        \ administration to support the account of Mr. Hussein Al-Ezzi, after activists\
-        \ hacked the account\\n\\n Hope for a quick reply\\n They made it clear that\
-        \ brother Hussein Al-Ezzi did not violate the human rights conditions and\
-        \ standards on Twitter\\n@hussinalezzi5 https://t.co/5X3p8MkMJM https://t.co/uxy1CNOlOG\"\
-        },{\"id\":\"1452401301044797451\",\"text\":\"RT @TwitterAPI: Twitter API v2:\
+        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1453474504928280580\"],\"id\":\"1453474504928280580\",\"text\":\"We ask\
+        \ the Twitter administration to support the account of Mr. Hussein Al-Ezzi,\
+        \ after activists hacked the account\\n\\n Hope for a quick reply\\n They\
+        \ made it clear that brother Hussein Al-Ezzi did not violate the human rights\
+        \ conditions and standards on Twitter\\n@hussinalezzi5 https://t.co/5X3p8MkMJM\
+        \ https://t.co/uxy1CNOlOG\"},{\"edit_history_tweet_ids\":[\"1452401301044797451\"\
+        ],\"id\":\"1452401301044797451\",\"text\":\"RT @TwitterAPI: Twitter API v2:\
         \ Early Access released\\n\\nToday we announced Early Access to the first\
-        \ endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"id\":\"1452329441200386056\"\
-        ,\"text\":\"RT @TwitterAPI: Twitter API v2: Early Access released\\n\\nToday\
-        \ we announced Early Access to the first endpoints of the new Twitter API!\\\
-        n\\n#Twi\u2026\"},{\"id\":\"1451925842486079488\",\"text\":\"RT @TwitterAPI:\
+        \ endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1452329441200386056\"],\"id\":\"1452329441200386056\",\"text\":\"RT @TwitterAPI:\
         \ Twitter API v2: Early Access released\\n\\nToday we announced Early Access\
-        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"id\"\
-        :\"1450521278658482182\",\"text\":\"RT @TwitterAPI: Twitter API v2: Early\
-        \ Access released\\n\\nToday we announced Early Access to the first endpoints\
-        \ of the new Twitter API!\\n\\n#Twi\u2026\"},{\"id\":\"1449081128837603330\"\
-        ,\"text\":\"RT @TwitterAPI: Twitter API v2: Early Access released\\n\\nToday\
-        \ we announced Early Access to the first endpoints of the new Twitter API!\\\
-        n\\n#Twi\u2026\"},{\"id\":\"1447635166986375173\",\"text\":\"RT @TwitterAPI:\
+        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1451925842486079488\"],\"id\":\"1451925842486079488\",\"text\":\"RT @TwitterAPI:\
+        \ Twitter API v2: Early Access released\\n\\nToday we announced Early Access\
+        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1450521278658482182\"],\"id\":\"1450521278658482182\",\"text\":\"RT @TwitterAPI:\
         \ Twitter API v2: Early Access released\\n\\nToday we announced Early Access\
-        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"}],\"meta\"\
-        :{\"result_count\":10,\"next_token\":\"azxzu6t3auit\"}}"
+        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1447635166986375173\"],\"id\":\"1447635166986375173\",\"text\":\"RT @TwitterAPI:\
+        \ Twitter API v2: Early Access released\\n\\nToday we announced Early Access\
+        \ to the first endpoints of the new Twitter API!\\n\\n#Twi\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1447395402676793345\"],\"id\":\"1447395402676793345\",\"text\":\"Hello\
+        \ #Twitter https://t.co/1GPaAuDXKi\"}],\"meta\":{\"result_count\":9,\"next_token\"\
+        :\"ayf96h94ritk\"}}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '649'
-      content-type:
+      Content-Length:
+      - '612'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:27 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:40 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192818703462878; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:27 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192818703462878; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:27 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_eq3/aA2PFceD0Lxdsj935g=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:27 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192818703462878; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:27 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406042102303; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406042102303; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_L5KgW6awY5JpqPgP2bjhKw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406042102303; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 49167ff567fea5cccdb26883976813160a77cb1158867714393d89a5be2e1634
+      - aca9cb1c393a6ad8a97581e250e9edd76148c31498e2b59c089f00f01012635a
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -79,9 +82,11 @@ interactions:
       x-rate-limit-remaining:
       - '74'
       x-rate-limit-reset:
-      - '1651929087'
+      - '1665184960'
       x-response-time:
-      - '243'
+      - '212'
+      x-transaction-id:
+      - 258fdbdc0ca77297
       x-xss-protection:
       - '0'
     status:
index b56cec64202b24fc6ea12dbb17531924a0465461..f727736727a57ef4f329c24ef1f1fd653d67dc0a 100644 (file)
@@ -3,48 +3,51 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/1293593516040269825
   response:
     body:
-      string: "{\"data\":{\"id\":\"1293593516040269825\",\"text\":\"It\u2019s finally\
-        \ here! \\uD83E\\uDD41 Say hello to the new #TwitterAPI.\\n\\nWe\u2019re rebuilding\
-        \ the Twitter API v2 from the ground up to better serve our developer community.\
-        \ And today\u2019s launch is only the beginning.\\n\\nhttps://t.co/32VrwpGaJw\
-        \ https://t.co/KaFSbjWUA8\"}}"
+      string: "{\"data\":{\"edit_history_tweet_ids\":[\"1293593516040269825\"],\"\
+        id\":\"1293593516040269825\",\"text\":\"It\u2019s finally here! \\uD83E\\\
+        uDD41 Say hello to the new #TwitterAPI.\\n\\nWe\u2019re rebuilding the Twitter\
+        \ API v2 from the ground up to better serve our developer community. And today\u2019\
+        s launch is only the beginning.\\n\\nhttps://t.co/32VrwpGaJw https://t.co/KaFSbjWUA8\"\
+        }}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '264'
-      content-type:
+      Content-Length:
+      - '288'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:29 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:40 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192818945389592; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192818945389592; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_CAK8JfjPoWUIu55o10qCLw=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192818945389592; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406093417790; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406093417790; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_mWjv/WGbVZ0UlL/YWMy7gw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406093417790; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - c75ed40fbc73ae85021606923b280c404fc6afbceaa54bcdc3d5fd8cb64096b0
+      - c68cdc388917ef6e675046fe1e9e0802122906ce17c104eca3746a2e6777fd22
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -54,9 +57,11 @@ interactions:
       x-rate-limit-remaining:
       - '299'
       x-rate-limit-reset:
-      - '1651929089'
+      - '1665184960'
       x-response-time:
-      - '52'
+      - '50'
+      x-transaction-id:
+      - 486a4b62c85371bd
       x-xss-protection:
       - '0'
     status:
index 88556973ab64dec924a744c9dd04276f2b2f88b9..10b2ec2896cedd89528eaf283d21dca8637a70ff 100644 (file)
@@ -3,51 +3,54 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets?ids=1293593516040269825,1293595870563381249
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1293593516040269825\",\"text\":\"It\u2019s finally\
-        \ here! \\uD83E\\uDD41 Say hello to the new #TwitterAPI.\\n\\nWe\u2019re rebuilding\
-        \ the Twitter API v2 from the ground up to better serve our developer community.\
-        \ And today\u2019s launch is only the beginning.\\n\\nhttps://t.co/32VrwpGaJw\
-        \ https://t.co/KaFSbjWUA8\"},{\"id\":\"1293595870563381249\",\"text\":\"Twitter\
-        \ API v2: Early Access released\\n\\nToday we announced Early Access to the\
-        \ first endpoints of the new Twitter API!\\n\\n#TwitterAPI #EarlyAccess #VersionBump\
-        \ https://t.co/g7v3aeIbtQ\"}]}"
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1293593516040269825\"],\"\
+        id\":\"1293593516040269825\",\"text\":\"It\u2019s finally here! \\uD83E\\\
+        uDD41 Say hello to the new #TwitterAPI.\\n\\nWe\u2019re rebuilding the Twitter\
+        \ API v2 from the ground up to better serve our developer community. And today\u2019\
+        s launch is only the beginning.\\n\\nhttps://t.co/32VrwpGaJw https://t.co/KaFSbjWUA8\"\
+        },{\"edit_history_tweet_ids\":[\"1293595870563381249\"],\"id\":\"1293595870563381249\"\
+        ,\"text\":\"Twitter API v2: Early Access released\\n\\nToday we announced\
+        \ Early Access to the first endpoints of the new Twitter API!\\n\\n#TwitterAPI\
+        \ #EarlyAccess #VersionBump https://t.co/g7v3aeIbtQ\"}]}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '363'
-      content-type:
+      Content-Length:
+      - '394'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:29 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:41 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192818967416184; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192818967416184; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_lv98VGQ6jqZT+OlkHJxq0A=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192818967416184; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:29 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406113858624; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406113858624; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_l278p+x5TIxlUu6HiqmvvA=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406113858624; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 40def0bceb71dd3f4552e35b0a8a983ff2fb68f4339691f7a2222d1a134c183c
+      - caf2b48f758276c363f227494edc6980f8ec4dfd213c07ed7392d3123cfffe4d
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -57,9 +60,11 @@ interactions:
       x-rate-limit-remaining:
       - '299'
       x-rate-limit-reset:
-      - '1651929089'
+      - '1665184961'
       x-response-time:
-      - '63'
+      - '65'
+      x-transaction-id:
+      - 88c89fbf22eb52b2
       x-xss-protection:
       - '0'
     status:
index 64cb38d13847cd3e7a7e72894a9fce0bf7cbffcf..6b40910c6e27b1faffdcdef04426b53c62a96726 100644 (file)
@@ -3,56 +3,53 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/mentions
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1522923263990579201\",\"text\":\"@1ruthieann @elonmusk\
-        \ Yes..! @TIME...\\noops!\\ntime will tell...\\nbut don't forget...\\njust\
-        \ a few years ago...\\nSurely @elonmusk had a reason for doing that...\\njust\
-        \ like a #reason for purchasing @Twitter... https://t.co/EI3YL89vFo\"},{\"\
-        id\":\"1522923221103820801\",\"text\":\"@dunjusol @TwitterDE @Twitter damn\
-        \ he probably dead or sum\"},{\"id\":\"1522923132910247937\",\"text\":\"Fuck\
-        \ all the way off, @Twitter @elonmusk let\u2019s us talk this way now \\uD83D\\\
-        uDE02 https://t.co/lHsF1yqq0T\"},{\"id\":\"1522923129785389056\",\"text\"\
-        :\"@Timidzn @kauisiki @elonmusk @MrBeast @Twitter I dont have friends ;-;\"\
-        },{\"id\":\"1522923125695926272\",\"text\":\"@Kiran_Kalyan_ @Twitter Thankyou\
-        \ So Much Bro\"}],\"meta\":{\"next_token\":\"7140dibdnow9c7btw421dz02trvwav4lfrb4owz7joppu\"\
-        ,\"result_count\":5,\"newest_id\":\"1522923263990579201\",\"oldest_id\":\"\
-        1522923125695926272\"}}"
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1578522401263919106\"],\"\
+        id\":\"1578522401263919106\",\"text\":\"@GerardDalbon @Twitter @dsa_intl_comm\
+        \ What why?\"},{\"edit_history_tweet_ids\":[\"1578522395434192896\"],\"id\"\
+        :\"1578522395434192896\",\"text\":\".@Twitter #PBS says we aren\u2019t getting\
+        \ enough #immigrants to fill #jobs, blaming poor #economy on this! @TuckerCarlson\
+        \ @FoxNews @NewsHour\"}],\"meta\":{\"next_token\":\"7140dibdnow9c7btw423i3sy5bxqs2le36uxls6whj6ly\"\
+        ,\"result_count\":2,\"newest_id\":\"1578522401263919106\",\"oldest_id\":\"\
+        1578522395434192896\"}}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '528'
-      content-type:
+      Content-Length:
+      - '345'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:30 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:41 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192819086097862; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192819086097862; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_n+OGNRpnJW6kmTKaUCoKmw=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192819086097862; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406151329208; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406151329208; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_pZEx3WynW0mT4meimSqySA=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406151329208; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 60c3de84e9259d0057c56947127a52ca6cee51a34ba98d4a721dd00d918c71f0
+      - 89040fb65813ad32b55d8a0c8758838d442a7c931fceae95e7c7a57a2e79b05d
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -62,9 +59,11 @@ interactions:
       x-rate-limit-remaining:
       - '449'
       x-rate-limit-reset:
-      - '1651929090'
+      - '1665184961'
       x-response-time:
-      - '131'
+      - '96'
+      x-transaction-id:
+      - 2f70dabf977cb1ba
       x-xss-protection:
       - '0'
     status:
index 6f8105a14466e41360e74f3f83b7917931a50369..65f39a8d3d6259a7407fa023470b2f96501d1c6a 100644 (file)
@@ -3,57 +3,50 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/tweets
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1509951255388504066\",\"text\":\"we are working\
-        \ on an edit button\"},{\"id\":\"1509216629695168512\",\"text\":\"@McDonalds\
-        \ we ordered those 5 months ago\u2026 we want snack wraps now\"},{\"id\":\"\
-        1509209405937627143\",\"text\":\"@lwtsphh he's defrosting for the single drop\"\
-        },{\"id\":\"1509208980035457030\",\"text\":\"@jeffbcraven yay jeff\"},{\"\
-        id\":\"1509208967792238592\",\"text\":\"@BTS_Factss the bird has to Tweet\
-        \ too\"},{\"id\":\"1509208694596190213\",\"text\":\"@blackprints yeah that's\
-        \ why we had to check on you\"},{\"id\":\"1509208291246805002\",\"text\":\"\
-        @praatyy are we friends?\"},{\"id\":\"1509208278680715265\",\"text\":\"@eihsip\
-        \ hahahahahahahahahahahaha \\uD83D\\uDE2D\"},{\"id\":\"1509207786256744452\"\
-        ,\"text\":\"@lennisminuit can confirm, not a good feeling\"},{\"id\":\"1509207707307417602\"\
-        ,\"text\":\"@SPARTlNN not showing it at all!\"}],\"meta\":{\"result_count\"\
-        :10,\"newest_id\":\"1509951255388504066\",\"oldest_id\":\"1509207707307417602\"\
-        ,\"next_token\":\"7140dibdnow9c7btw420k2n6ezlpvoembdd33gb1wkp4i\"}}"
+      string: '{"data":[{"edit_history_tweet_ids":["1577730467436138524"],"id":"1577730467436138524","text":"whoa,
+        it works\n\nnow everyone can mix GIFs, videos, and images in one Tweet, available
+        on iOS and Android https://t.co/3OQ4eGsUku https://t.co/LVVolAQPZi"},{"edit_history_tweet_ids":["1565318587736285184"],"id":"1565318587736285184","text":"if
+        you see an edited Tweet it''s because we''re testing the edit button\n\nthis
+        is happening and you''ll be okay"}],"meta":{"next_token":"7140dibdnow9c7btw4232poeq0wapgnwgwqwvuwn3peex","result_count":2,"newest_id":"1577730467436138524","oldest_id":"1565318587736285184"}}'
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '541'
-      content-type:
+      Content-Length:
+      - '383'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:31 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:41 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192819114625522; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:31 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192819114625522; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:31 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_1hnwhgMUhO1vefnhNGXkng=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:31 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192819114625522; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:31 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406177080989; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406177080989; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_O3RDjiZWTuqo5fKP1wnyxQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406177080989; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:41 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 783ebc71f5281df00e6678527f0d2c4986e9c60ac059d1e4c5167bab85a50a0a
+      - 34b063785b3282b449e894fa348081429ced16c09d10d64170a92d676540c463
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -63,9 +56,11 @@ interactions:
       x-rate-limit-remaining:
       - '1499'
       x-rate-limit-reset:
-      - '1651929091'
+      - '1665184961'
       x-response-time:
-      - '99'
+      - '101'
+      x-transaction-id:
+      - 42d892242dd549a6
       x-xss-protection:
       - '0'
     status:
index 11fed99028cb3b0784b93d11dca2d720b2aa8799..a299928fdad0d25943f3b78a7c7f17800be3c175 100644 (file)
@@ -3,51 +3,69 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/search/all?query=Tweepy
   response:
     body:
-      string: '{"data":[{"id":"1522929868509437952","text":"2022-05-07 13:22:29.902422
-        tweepy"},{"id":"1522929365373579264","text":"2022-05-07 13:20:29.902484 tweepy"},{"id":"1522928861910028289","text":"2022-05-07
-        13:18:29.902580 tweepy"},{"id":"1522928358576820225","text":"2022-05-07 13:16:29.902426
-        tweepy"},{"id":"1522927855256096768","text":"2022-05-07 13:14:29.902355 tweepy"},{"id":"1522927351952289799","text":"2022-05-07
-        13:12:29.902680 tweepy"},{"id":"1522926848660975618","text":"2022-05-07 13:10:29.902925
-        tweepy"},{"id":"1522926345306660864","text":"2022-05-07 13:08:29.902352 tweepy"},{"id":"1522925842040602626","text":"2022-05-07
-        13:06:29.905305 tweepy"},{"id":"1522925338669596675","text":"2022-05-07 13:04:29.902253
-        tweepy"}],"meta":{"newest_id":"1522929868509437952","oldest_id":"1522925338669596675","result_count":10,"next_token":"b26v89c19zqg8o3fpywln8q05w1r0v8k2muddlynw2rul"}}'
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1578523114753118208\"],\"\
+        id\":\"1578523114753118208\",\"text\":\"2022-10-07 23:10:12.638569 tweepy\"\
+        },{\"edit_history_tweet_ids\":[\"1578522611398893568\"],\"id\":\"1578522611398893568\"\
+        ,\"text\":\"2022-10-07 23:08:12.637373 tweepy\"},{\"edit_history_tweet_ids\"\
+        :[\"1578522194770296832\"],\"id\":\"1578522194770296832\",\"text\":\"RT @t6dr1ve:\
+        \ #TwitterBots go away! We don't need your help! #Tweepy #OpenAI #MEME #Python\
+        \ #Programming #DataScience #Blockchain #Cardano #A\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578522108187283456\"],\"id\":\"1578522108187283456\",\"text\":\"2022-10-07\
+        \ 23:06:12.640564 tweepy\"},{\"edit_history_tweet_ids\":[\"1578521604837212160\"\
+        ],\"id\":\"1578521604837212160\",\"text\":\"2022-10-07 23:04:12.641218 tweepy\"\
+        },{\"edit_history_tweet_ids\":[\"1578521101444841473\"],\"id\":\"1578521101444841473\"\
+        ,\"text\":\"2022-10-07 23:02:12.636630 tweepy\"},{\"edit_history_tweet_ids\"\
+        :[\"1578520598170386433\"],\"id\":\"1578520598170386433\",\"text\":\"2022-10-07\
+        \ 23:00:12.636983 tweepy\"},{\"edit_history_tweet_ids\":[\"1578520573914718208\"\
+        ],\"id\":\"1578520573914718208\",\"text\":\"RT @t6dr1ve: #TwitterBots go away!\
+        \ We don't need your help! #Tweepy #OpenAI #MEME #Python #Programming #DataScience\
+        \ #Blockchain #Cardano #A\u2026\"},{\"edit_history_tweet_ids\":[\"1578520094778740736\"\
+        ],\"id\":\"1578520094778740736\",\"text\":\"2022-10-07 22:58:12.637170 tweepy\"\
+        },{\"edit_history_tweet_ids\":[\"1578519902427619328\"],\"id\":\"1578519902427619328\"\
+        ,\"text\":\"RT @t6dr1ve: #TwitterBots go away! We don't need your help! #Tweepy\
+        \ #OpenAI #MEME #Python #Programming #DataScience #Blockchain #Cardano #A\u2026\
+        \"}],\"meta\":{\"newest_id\":\"1578523114753118208\",\"oldest_id\":\"1578519902427619328\"\
+        ,\"result_count\":10,\"next_token\":\"b26v89c19zqg8o3fpzbn1e0frnrh1hac71cvjb7ddu8ot\"\
+        }}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '325'
-      content-type:
+      Content-Length:
+      - '521'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 13:23:58 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:10:47 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192983819611364; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:23:58 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192983819611364; Max-Age=63072000; Expires=Mon, 06 May
-        2024 13:23:58 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_CAD+nBJqeYigK+oQRrzVog=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 13:23:58 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192983819611364; Max-Age=63072000; Expires=Mon, 06 May 2024
-        13:23:58 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518424758908972; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:10:47 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518424758908972; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:10:47 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_1o9XCpnKqdPtsEVJUK2Mzg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:10:47 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518424758908972; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:10:47 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 2035902175090892923bb3bdcd2d2ce4009f0e1f4dc1a83bdffdaa524e5e2eb8
+      - 0c86f33385d5e6c1e97c09a12cebd601963188e8cac127a57af0a11f37a899bd
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -57,9 +75,11 @@ interactions:
       x-rate-limit-remaining:
       - '299'
       x-rate-limit-reset:
-      - '1651930738'
+      - '1665185147'
       x-response-time:
-      - '76'
+      - '98'
+      x-transaction-id:
+      - 67792706e1facd9f
       x-xss-protection:
       - '0'
     status:
index 7e1551c21d0fa2e7de9a5fecaf08ecc414c509d3..5a65ffca5ea236ae6d6cf0cf5c9a52c036d98680 100644 (file)
@@ -3,59 +3,69 @@ interactions:
     body: null
     headers:
       User-Agent:
-      - Python/3.10.0 aiohttp/3.7.4.post0 Tweepy/4.9.0
+      - Python/3.10.0 aiohttp/3.8.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/search/recent?query=Tweepy
   response:
     body:
-      string: "{\"data\":[{\"id\":\"1522922822112358400\",\"text\":\"2022-05-07 12:54:29.902322\
-        \ tweepy\"},{\"id\":\"1522922318758137858\",\"text\":\"2022-05-07 12:52:29.902272\
-        \ tweepy\"},{\"id\":\"1522921815437418498\",\"text\":\"2022-05-07 12:50:29.902263\
-        \ tweepy\"},{\"id\":\"1522921723120734208\",\"text\":\"RT @iamukasa: Coolest\
-        \ two talks I've sat in today , an IBM package to find deviations in your\
-        \ dataset with fairness implications by @tanya_\u2026\"},{\"id\":\"1522921312125132800\"\
-        ,\"text\":\"2022-05-07 12:48:29.902318 tweepy\"},{\"id\":\"1522920929042571264\"\
-        ,\"text\":\"RT @iamukasa: Coolest two talks I've sat in today , an IBM package\
-        \ to find deviations in your dataset with fairness implications by @tanya_\u2026\
-        \"},{\"id\":\"1522920808804405253\",\"text\":\"2022-05-07 12:46:29.902321\
-        \ tweepy\"},{\"id\":\"1522920305525669890\",\"text\":\"2022-05-07 12:44:29.902362\
-        \ tweepy\"},{\"id\":\"1522919802196664321\",\"text\":\"2022-05-07 12:42:29.902274\
-        \ tweepy\"},{\"id\":\"1522919298876030977\",\"text\":\"2022-05-07 12:40:29.902508\
-        \ tweepy\"}],\"meta\":{\"newest_id\":\"1522922822112358400\",\"oldest_id\"\
-        :\"1522919298876030977\",\"result_count\":10,\"next_token\":\"b26v89c19zqg8o3fpywln8ppjiyeilz63dj4j19roxqbh\"\
+      string: "{\"data\":[{\"edit_history_tweet_ids\":[\"1578522194770296832\"],\"\
+        id\":\"1578522194770296832\",\"text\":\"RT @t6dr1ve: #TwitterBots go away!\
+        \ We don't need your help! #Tweepy #OpenAI #MEME #Python #Programming #DataScience\
+        \ #Blockchain #Cardano #A\u2026\"},{\"edit_history_tweet_ids\":[\"1578522108187283456\"\
+        ],\"id\":\"1578522108187283456\",\"text\":\"2022-10-07 23:06:12.640564 tweepy\"\
+        },{\"edit_history_tweet_ids\":[\"1578521604837212160\"],\"id\":\"1578521604837212160\"\
+        ,\"text\":\"2022-10-07 23:04:12.641218 tweepy\"},{\"edit_history_tweet_ids\"\
+        :[\"1578521101444841473\"],\"id\":\"1578521101444841473\",\"text\":\"2022-10-07\
+        \ 23:02:12.636630 tweepy\"},{\"edit_history_tweet_ids\":[\"1578520598170386433\"\
+        ],\"id\":\"1578520598170386433\",\"text\":\"2022-10-07 23:00:12.636983 tweepy\"\
+        },{\"edit_history_tweet_ids\":[\"1578520573914718208\"],\"id\":\"1578520573914718208\"\
+        ,\"text\":\"RT @t6dr1ve: #TwitterBots go away! We don't need your help! #Tweepy\
+        \ #OpenAI #MEME #Python #Programming #DataScience #Blockchain #Cardano #A\u2026\
+        \"},{\"edit_history_tweet_ids\":[\"1578520094778740736\"],\"id\":\"1578520094778740736\"\
+        ,\"text\":\"2022-10-07 22:58:12.637170 tweepy\"},{\"edit_history_tweet_ids\"\
+        :[\"1578519902427619328\"],\"id\":\"1578519902427619328\",\"text\":\"RT @t6dr1ve:\
+        \ #TwitterBots go away! We don't need your help! #Tweepy #OpenAI #MEME #Python\
+        \ #Programming #DataScience #Blockchain #Cardano #A\u2026\"},{\"edit_history_tweet_ids\"\
+        :[\"1578519591474511872\"],\"id\":\"1578519591474511872\",\"text\":\"2022-10-07\
+        \ 22:56:12.636619 tweepy\"},{\"edit_history_tweet_ids\":[\"1578519088158371840\"\
+        ],\"id\":\"1578519088158371840\",\"text\":\"2022-10-07 22:54:12.636526 tweepy\"\
+        }],\"meta\":{\"newest_id\":\"1578522194770296832\",\"oldest_id\":\"1578519088158371840\"\
+        ,\"result_count\":10,\"next_token\":\"b26v89c19zqg8o3fpzbn1e0frlukytxrp1o8pel01jb7h\"\
         }}"
     headers:
-      api-version:
-      - '2.42'
-      cache-control:
+      Cache-Control:
       - no-cache, no-store, max-age=0
-      content-disposition:
+      Content-Disposition:
       - attachment; filename=json.json
-      content-encoding:
+      Content-Encoding:
       - gzip
-      content-length:
-      - '441'
-      content-type:
+      Content-Length:
+      - '521'
+      Content-Type:
       - application/json; charset=utf-8
-      date:
-      - Sat, 07 May 2022 12:56:32 UTC
-      server:
+      Date:
+      - Fri, 07 Oct 2022 23:07:42 UTC
+      Server:
       - tsa_b
-      set-cookie:
-      - guest_id_marketing=v1%3A165192819189407595; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:32 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165192819189407595; Max-Age=63072000; Expires=Mon, 06 May
-        2024 12:56:32 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_J6fOm+ReYv7nrnsoid6fIg=="; Max-Age=63072000; Expires=Mon,
-        06 May 2024 12:56:32 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165192819189407595; Max-Age=63072000; Expires=Mon, 06 May 2024
-        12:56:32 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      Set-Cookie:
+      - guest_id_marketing=v1%3A166518406264845051; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518406264845051; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:07:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_Jcdwr151cmIkQuz/FCJanw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:07:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518406264845051; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:07:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      api-version:
+      - '2.52'
+      perf:
+      - '7626143928'
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 4d16f0105ed8b5eff1c6e9fd2acdc4df7505183b69055d6d993a54c3327e553b
+      - aac843af8825cc951d120d015c2ad23ea415f2534b101bc6e9309752504f5686
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -65,9 +75,11 @@ interactions:
       x-rate-limit-remaining:
       - '449'
       x-rate-limit-reset:
-      - '1651929091'
+      - '1665184962'
       x-response-time:
-      - '120'
+      - '96'
+      x-transaction-id:
+      - c6403e0d547ed5bd
       x-xss-protection:
       - '0'
     status:
index 646ed6316bd175ad11cec67b87ad14c6205f7789..31c9937d471ee3e25f50edfd10a9362c85ec9a2a 100644 (file)
@@ -9,7 +9,7 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.8.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/me
   response:
@@ -19,7 +19,7 @@ interactions:
         FlQqhKQWl2TmpQPFS4tTi1DkXFLLlGprAQAAAP//AwBsn+W8VAAAAA==
     headers:
       api-version:
-      - '2.39'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -31,24 +31,26 @@ interactions:
       content-type:
       - application/json; charset=utf-8
       date:
-      - Thu, 24 Mar 2022 21:51:06 UTC
+      - Fri, 07 Oct 2022 23:02:33 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - guest_id_marketing=v1%3A164815866630450829; Max-Age=63072000; Expires=Sat,
-        23 Mar 2024 21:51:06 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A164815866630450829; Max-Age=63072000; Expires=Sat, 23 Mar
-        2024 21:51:06 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_eMArlUFr941GYm8j9l6KOA=="; Max-Age=63072000; Expires=Sat,
-        23 Mar 2024 21:51:06 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A164815866630450829; Max-Age=63072000; Expires=Sat, 23 Mar 2024
-        21:51:06 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518375313821308; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:02:33 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518375313821308; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 23:02:33 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_asFpqM68IFW3s3QWIODllw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 23:02:33 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518375313821308; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        23:02:33 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write
       x-connection-hash:
-      - 6c26a394a92cf147e0f531805ba05a0dd9ef308f113bd4c16b6dde4f1ab22e2d
+      - 3123d4e3d79e311f7425b51ed67a620a2073a69a32ffcdd8ebee2d450a140e09
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -56,11 +58,13 @@ interactions:
       x-rate-limit-limit:
       - '75'
       x-rate-limit-remaining:
-      - '73'
+      - '74'
       x-rate-limit-reset:
-      - '1648159496'
+      - '1665184653'
       x-response-time:
-      - '39'
+      - '40'
+      x-transaction-id:
+      - 20aa8f40201a1849
       x-xss-protection:
       - '0'
     status:
@@ -80,10 +84,10 @@ interactions:
       Content-Type:
       - application/json
       Cookie:
-      - guest_id=v1%3A164815866630450829; guest_id_ads=v1%3A164815866630450829; guest_id_marketing=v1%3A164815866630450829;
-        personalization_id="v1_eMArlUFr941GYm8j9l6KOA=="
+      - guest_id=v1%3A166518375313821308; guest_id_ads=v1%3A166518375313821308; guest_id_marketing=v1%3A166518375313821308;
+        personalization_id="v1_asFpqM68IFW3s3QWIODllw=="
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.8.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: POST
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks
   response:
@@ -92,7 +96,7 @@ interactions:
         H4sIAAAAAAAAAKpWSkksSVSyqlZKys/Pzk0syk5NUbIqKSpNra0FAAAA//8DAMsUtTwcAAAA
     headers:
       api-version:
-      - '2.39'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -104,7 +108,9 @@ interactions:
       content-type:
       - application/json; charset=utf-8
       date:
-      - Thu, 24 Mar 2022 21:51:06 UTC
+      - Fri, 07 Oct 2022 23:02:33 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       strict-transport-security:
@@ -112,7 +118,7 @@ interactions:
       x-access-level:
       - read-write
       x-connection-hash:
-      - 6c26a394a92cf147e0f531805ba05a0dd9ef308f113bd4c16b6dde4f1ab22e2d
+      - 3123d4e3d79e311f7425b51ed67a620a2073a69a32ffcdd8ebee2d450a140e09
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -120,11 +126,13 @@ interactions:
       x-rate-limit-limit:
       - '50'
       x-rate-limit-remaining:
-      - '47'
+      - '49'
       x-rate-limit-reset:
-      - '1648159497'
+      - '1665184653'
       x-response-time:
-      - '82'
+      - '67'
+      x-transaction-id:
+      - fb08a5c55081a31e
       x-xss-protection:
       - '0'
     status:
@@ -140,24 +148,24 @@ interactions:
       Connection:
       - keep-alive
       Cookie:
-      - guest_id=v1%3A164815866630450829; guest_id_ads=v1%3A164815866630450829; guest_id_marketing=v1%3A164815866630450829;
-        personalization_id="v1_eMArlUFr941GYm8j9l6KOA=="
+      - guest_id=v1%3A166518375313821308; guest_id_ads=v1%3A166518375313821308; guest_id_marketing=v1%3A166518375313821308;
+        personalization_id="v1_asFpqM68IFW3s3QWIODllw=="
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.8.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAESQTU4DMQyFr2KyLm2H/kE3CCiLskAIsUEMQu7EMFHTeJg4DUNViWuw4ywchZOQ
-        qVCRJW/ee/ant1EaBdX0YaOMVlOVjfqTNMPBZDSa9E/Gw3GmOkroTZKYh9nxYJb2LBvDOfNyhfUS
-        pDT+4Psrd7m7Y40NRAKsCSwGV5TGvYCj+G8npys2TnwH0FqOraHhAMKwCMbqnTti4+GZa6iIK0ut
-        GMRY855OOw0pTjUWAtFImQDI1LD4e0Aa7iKReDgEdrYBXKOxuEhX2LXeJBtJeTi7mcP6qNuCX7OA
-        Dwk6lih7lFOYy8/Hp29B089dOEGFFVTsBfZ1XAz7uStFKj/t9aRbcG99jw2/3srVpdo+dtSK2o43
-        qiYfrDwVHFzqM9tufwEAAP//AwCugDp2fwEAAA==
+        H4sIAAAAAAAAAGyRTU7DMBCFrzJ4XdqG/kE3CCiLskAIsUEERW48EKuuJ8TjhlBV4hrsOAtH4SRM
+        KlQ2yJI3772Zz88bZTRrNX3YKDSWs8IGpqrJuEbkzJogkkpG/Ymc4WAyGk36J+PhOFGPHWWNmv6r
+        dRTjK4uYxtnxYCb3LBnDOdFypaslsCw5+PpMfervyOgGagRdITgdfV5Y/wwe6z87elOS9Rw6oJ2j
+        ujU0FIEJFtE6s3PXugnwRBWUSKXDVoxsnX2T0d6AxLHSOUNtuRAAtBUsfheggbv2tQEOgbxrQK+1
+        dXohU8i3XpEtSx7ObuawPuq24NfEEKJA14XmPcopzPn7/SO0oLJzFxaouIKSAsO+jothP/UFcxmm
+        vR53c+qt73VDL7d8dam2Uu0K20/ZqApDdJzlFL30mWy3PwAAAP//AwCi5bLLsAEAAA==
     headers:
       api-version:
-      - '2.39'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -165,11 +173,13 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '313'
+      - '334'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Thu, 24 Mar 2022 21:51:06 UTC
+      - Fri, 07 Oct 2022 23:02:33 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       strict-transport-security:
@@ -177,7 +187,7 @@ interactions:
       x-access-level:
       - read-write
       x-connection-hash:
-      - 6c26a394a92cf147e0f531805ba05a0dd9ef308f113bd4c16b6dde4f1ab22e2d
+      - 3123d4e3d79e311f7425b51ed67a620a2073a69a32ffcdd8ebee2d450a140e09
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -185,11 +195,13 @@ interactions:
       x-rate-limit-limit:
       - '180'
       x-rate-limit-remaining:
-      - '177'
+      - '179'
       x-rate-limit-reset:
-      - '1648159497'
+      - '1665184653'
       x-response-time:
-      - '141'
+      - '89'
+      x-transaction-id:
+      - 6834c817f57233f3
       x-xss-protection:
       - '0'
     status:
@@ -207,10 +219,10 @@ interactions:
       Content-Length:
       - '0'
       Cookie:
-      - guest_id=v1%3A164815866630450829; guest_id_ads=v1%3A164815866630450829; guest_id_marketing=v1%3A164815866630450829;
-        personalization_id="v1_eMArlUFr941GYm8j9l6KOA=="
+      - guest_id=v1%3A166518375313821308; guest_id_ads=v1%3A166518375313821308; guest_id_marketing=v1%3A166518375313821308;
+        personalization_id="v1_asFpqM68IFW3s3QWIODllw=="
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.8.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: DELETE
     uri: https://api.twitter.com/2/users/1072250532645998596/bookmarks/1507070437557096461
   response:
@@ -219,7 +231,7 @@ interactions:
         H4sIAAAAAAAAAKpWSkksSVSyqlZKys/Pzk0syk5NUbJKS8wpTq2tBQAAAP//AwCKvoiPHQAAAA==
     headers:
       api-version:
-      - '2.39'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -231,7 +243,9 @@ interactions:
       content-type:
       - application/json; charset=utf-8
       date:
-      - Thu, 24 Mar 2022 21:51:06 UTC
+      - Fri, 07 Oct 2022 23:02:33 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       strict-transport-security:
@@ -239,7 +253,7 @@ interactions:
       x-access-level:
       - read-write
       x-connection-hash:
-      - 6c26a394a92cf147e0f531805ba05a0dd9ef308f113bd4c16b6dde4f1ab22e2d
+      - 3123d4e3d79e311f7425b51ed67a620a2073a69a32ffcdd8ebee2d450a140e09
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -247,11 +261,13 @@ interactions:
       x-rate-limit-limit:
       - '50'
       x-rate-limit-remaining:
-      - '47'
+      - '49'
       x-rate-limit-reset:
-      - '1648159498'
+      - '1665184653'
       x-response-time:
-      - '53'
+      - '48'
+      x-transaction-id:
+      - 6ca28380f5568f78
       x-xss-protection:
       - '0'
     status:
index a3483946c8be113c29fb7b1eae8f2b3ce348e8f7..6d6f18fb95729213bfd2dac7e9361033edc9b92d 100644 (file)
@@ -9,155 +9,173 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.9.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/1072250532645998596/timelines/reverse_chronological
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAIxcy3LcWHL9lUsqYiR1UBQehRe9EN9k6UVKpJ6WQ3ELuFUAiQKq8ahicWIcvfPK
-        4Y0XnohxxIQXE174Axxe9qf0D/gXfDIvqgigNLZ7piWyCrjImzcf52Qm+vfbkazk9t7f/n47ibb3
-        tk3H8tzAs0zDcgzH9B3L397ZrtRdhS8vMiXysZguxVjO8yKplEhlnYWxKsVQTPJKVLmIVToTeV2J
-        RVLFWyKuqlm59/x5tRvmz98p69xz4okTbP9hp/NEx3XsIHB8y7MM8+GJURIJmS1zPLiUS1GouSpK
-        JcK4yLMX4lt97NvH+PNoYHzLvmVVnJQC/69iJb5tp7JSJURaKFWV4rc//fu3bVElU5UmmdrBqpFY
-        KBHLuRITlakir0tRSNpSMk2qsif5qzvj1XRwWR/Ufcnxp294Jm3AtB4kv84jCIwnyGKlpSSbsGjN
-        Lp7xLvI0nyShTEWcT9VaPpFnfOk1lFipQhxcDsXc2u3KpF6fvvo5Osprc0Mma+AOBoFlOV77/K5j
-        /YQn9Iin2Hspxkkm03QpQjx9S1z/P6WDjrN8IeRcJqkcpX9FXCg5TfMFbXuZ12QbhaqKBOvzxdMc
-        p1OoUGUVbuRDokN5r5oTGxf5VMxUPsP6dP84p9V26aCPYhXespHRQuO8qHElLYcfsS40nmT4cSqr
-        JM9aVuJ9yzoafCnlpL64qeZpT4OWZ0N95sD0HMtuneo+JFzOkhn2iB8z9V1lEyiEfn2ThLFU6RsZ
-        hbISF3mO/+eQT1a//fJHbE1kaiHIkElGEvu3X/5lITP6FiZXVn0JBraH08NJWvj5QYL312L/Kg8T
-        OpnlxR0Wi/bEJ/WYrCzPb0nZ+Gwhi4gUvlApTpY+bI7mcSn2yzpW05ksJHRIwuR1ISKFD6opzgKH
-        XSrcIgs61Td5BjveI6W33O3o+PFBKCNcFuK8SiWL8Ldf/tLfgen5JuzQNm3faVuhZCklzh4nRl4C
-        QSdKnyU/4wR/Hp8YYkQS4stxnUKoqoCyq3hXkDBvczFSbGuzVIaKropykUCbf+k6ydntu4PJffz1
-        Xd9JIJ498D3fNizLaIm3/1odFhJHuP9RpZF8lUBR4lOex3m+Jc7lbLYUo6SoYhK8fQlLfoQ/T/1+
-        dLMMmFJg04EGTsuaeqtVOasAZjSdwW4p1L5S2VLicObkoNM6S6oEsfa3X/658+jOhk3rq/v16vj+
-        5rwrxcCCNVsI6cHAcD37QYrDBCYj+XExnPrnOoHWyROVLJfiLE2qMOZYMcWJQ8UkZzlLMlHPcAay
-        rhKcDyxtJLCdclcc5dkEgbRc7adSckqmdJMnGR38/liWFUJOyy9PH5R3etjdzvD+2H955L67srvb
-        sV3XcAeBYfuuYdl210EWeR4t8uJWFXti+JgiPHLTFMFqV5xSVNkv8zRSBZn8clcMK1i8mnLeWJIZ
-        vVLLUQ4PKnU8ScIiD/OsKhCAVLErDqAbDmDdL0RzD7YNm0TsTzZ8wnYGjmPYAXybjKLlExTyBLwv
-        qZYCH8E3Kw4TkuS+xZlD73weJBHsQaU5ghA/DCE80reSbeBcmmA6kqWKVpGZgo9+yEGW5RUHRr6Y
-        vnzUBAcdtrv6n02+lKGcfn79rvv5lw8fz4I3d8fDz5tbhKUNLAsm57j9LSZTOUFORNJZ3kNlCQVG
-        xJGcbIf3VuhwEvPmaPsUI2mbKT7O2ELxS6MiQWvrRMELt7ffdQrT+Bh8jO+nr3u7iCbhlfsWcW9j
-        F3BYwzIGgel5wcMuPiHeIh+VFRs4yTdJ5nguJ7h49QVtpLmSTIH20j6NpPihkOfFeHI5zeO3o+7n
-        4eTYOn79+mZ5uymk5xq+7SPTD4y2qnUaHiEhTGVxWwqtUy1wSg8meZsPydXzYiKz5J4TbSE27x8h
-        1iXf5fR7hMsUttWVUJpnr4fHI6P+3P28OpwGxb2yP0ebkjtmYAOdDEzTa8Wi9RNxyG9zslKCamwd
-        XeGT6SwvKi3vqH2XbO4TM7K0jjgXxiL7eD768upl9/PPgbyLo8F8/AMxDcOHLXuW57UU/KkBjlNg
-        07X5lnS6+xMdL1nYEtYa4twFm8ZcFgmBzDGwIAkoU3J2RN1NF9wVh3DwBWNHpw+5gSHKHdiVopWr
-        AnkjzvEToSE6SmhI4Cm3BNDIW0hZaXKrmsseEuyp09stMpXnISO6jme0YSOrmHM1dgqQXGftnWog
-        DRQDWW9qXBVzVqMkoTRwozBLmyiBIStGwXIq7/F3D8++j2bxh+RzFI77grmB6yBnWQ7c0XkQbAh3
-        R/CN6hCuRSoCuMwY9xznBUUFhI6EEARlV5JziBNb6qPjwDmJIS4MPQfk1cdwRdnqGOiyJ4IJhhKY
-        SDiQxWsZ7MkS/4j9GzlN1HeEoDoplLm19e0BdZ4MjlrZ7eivfk4Iqwvvz8tqAsh7nvZl8d2BEwyA
-        XAJwtG7miwGZoFlCC2WY7ImPqqCEEsJwWDG89ysCgOt8XDdQe3/l9hS9HvFCobRgi0cye0xxuEn9
-        SsP3MM9TMSvyGxXCJetyxW54lc3MZ7oWTMs0ID2AUJuTaM4GGRWyKGI9UlWffZ1m0Vfj8Pj+yOqu
-        agWeaWBRw/OcwG4lmz4GWbslThcJH1AZaiDvaGOcdaLlrK8xpZqlOVI5sATtrwQyQ/BjZyd7YofA
-        emOyc+0CGq3JaJ6DBoBnkvGDXT4vZYrF13QBTwAGqXUapjCMA0I+e4a7kc/xCwAS+TakIcd+Rj+U
-        OLuIBCtzMa1pN+BjlPFGdZJGjPzhmm0ZiYJ3Qks3Kc7zm9FL+3z+pqdVd+AbgKsAKrbht5LfG7C9
-        npG+Mz4Ex1Z4/d7ormEaoKEWcL9lGMBpLZ9t6WqSs9Hk4tHw6MCyWKUSoma8mZYN7ogh7gAJGCng
-        M80eSlWWjJKzvvGtCWgHUOyKc0CmdVzCemCndFPRyxJ3d748T+7G0bK7JSPwAt+xDcd0kBh6iPOs
-        wOGkw6wEDKsrtSdOG5Y3TgoqQtBJEbHeEWcKyVaJw7qMye4LCkJ7nU+p6IFTHRPA0ZUDbHcR58TT
-        64xibDJOVMTqGhU1MbYkm0vSxobfGS6iJ+is73iu2Q7q37bLBG4gZrWKYJhhoUi4zgey+LZNXOPX
-        P+8fFUl5VstIFgVid89ejAEAiGG6gT0wAivYDEiSKKR4C2IPPxLXpIvLIq+AndMGEf3655OrS7sH
-        PV8efH1pvC7nRdl/HtEoxD6QY2Toh+dJcBeBRAWP7eb3Il4WphzHg85CbuB7JiEnk8hEG4a8BVpe
-        59sRuAOcFznsIXYf+BSvPyFiwR6pnLT/uk7KN3KZf+w++ubi8u3o/Ou7zO8/2gWwRAzHz2Z7D+uc
-        cHxy8vDzadC7HUzOhSnargPxW4HvYMQ4QCxxekJOqAKwqtFFTPRD/FFywQaUu+KgViFE4VsOFnJF
-        61du03KuPka5SrKQc0FG0YkY4kgp8kYsBsCI3DCGj+YFo/IV+tHPL7mM044Fq+IF/BMLrB2ZqpN0
-        O+O8MJUloE/I1Z8mMv4O4e5vgLQIKvEO8oq5Q5dEfpq9eTv8+f5DtqFGwwXCC2BRsN+u5X45mRbq
-        Ws5kticudRkKgmgdai5OiEP9XCNpwTNlCdbM2m84SlnV0XK9kUxbP7LFZaHmpIp0ucOnQ7wGGmvu
-        WpfImhv7Hu0GjhcErjfwPMBSpxeGmpuuZjJU5d764fp3hpNw6xR4EA+QdZTk2Es2zzWkDqUm6RoO
-        LBtrocjZxLIon1A+u11/MJJVXNWjXUQnxXVDXkf+QGjbGlj2wIXoQbeg1mEVR7GC2VENh5FkyL/2
-        VzJt3wwsYDE4v9sDEp1aXwddvaQFRyqUZF1NVRH6QMT8I/wFgHxOKZeKiGSFUa5K/dVUyUwXBtZX
-        E+Gmi+YyrRVH4XmiuMwpIyYBjdp78PbV4OrWncd2cNrdke9ajoO8EvgmwnRnR6pVVbJOxUROFftZ
-        Ph4nYaILt7HMJjCf/UmBuFoSqajSXkb7mM7Ht4H01avekxE8LCoKeYHRqYG9xV97RF0zRoiA1r/9
-        8qcQwR9p8181Pjx5c3oE1xNPOLUxmkYw1MFnkdwmmn6tgHWhnu40CJwRqBRZPR0RDhqLqJBjHE1K
-        xgX1axIXVjVvj8BQGePekmqZ6YZhISF7LnIcmDqIcMsbDlLwnXoSM3KYsmAktxQjXSTUH7OZTfIs
-        k+SHXJiGFTEmeEYYI4nUCuNC9FWkrMhtUuovrJgMhUv4CzsZdgkbI2/L66ZSFNZFocvca3iyK/7e
-        MnhFXJnCK6PlrjhOyrBmWKOdFYAlE09gUWfnTwm2TpmxZDnVUaYqSiTjxIhcmmPf5XuoKU7ItBdy
-        uUmvjM+59fM07qkQNBxRBRk8MAe+/8NUdNhKRV7vdmOAxA/nNv3At9w2O6OAIlNIAphDghJrHCUT
-        AOEZF6c5vao7HDah3ZgcskpCSK8PB+ROUY1YERzaEo8OD66GR909Hb59/2n0OUiuT7pCeb5tDmAV
-        loNY6bcaShcxwPyCC8V/BByXxaoQyZTYM3vLWDZYlo1UbQPQ/tWw1VS0mfOPCknuqXHdzqyudJLl
-        aDqmClg9YxPhi5OQeFQaiQllNnIGhBG1RY0YfIvL0xLWmUdbXbFwWgMzcAc2fjCNFngAstXgmMp9
-        EG4Kw8CTqQKacXguKUEjwjdZYPzQjXjAqZSZIxgi+S6tRolpoZIiooJRSXUL6uuoYpI0KeUJ4kP3
-        E5xbkVBfaFST33D5ARfli4zwPRByRCFjocul4KJP6ZkjLXtKPRKyZnZZRQ2niaAP0yVdpQOC3iWp
-        hos/P1AP8JVr4h+jZZELgiqUoTgG3asCfkwQjppQM64Z0cnQBQB1oLwh7WWVM5LqcamPkaoJOGLd
-        cQQb48JmOcsRMj3rmef8+l/iVDwXlvXMsvHzkRab1FtSUaap+Ghl0nelXNJ+mKuEKpk3tpTd0uPo
-        ghVSA+6YpQk1aeASY6aQq4oKC51EJDVXfrjqA83gQtL+cyRymFmU/0BTnmshAwWdYm1zFnSEulBS
-        F7rC1KAULnBrm17BZGxmUq7KzbNEZvnDodZZSQskY619lc4gFwlPZ01kmzoLZAh84ES3y6ZFy+iS
-        029FJ0W35xplkAk3FUtmTFLMqdbBNnGTj+jhP5BSpqOaIgsuh3pmTU4gcqXoXPk4EiLpkwYPN0Ul
-        /qLOqNyHcPYDLcIbA2Acr93f4aNpysS8MRbuCZ6e5VwYSMI6pT5bEaniKTfZxnAkejiuoRoF70K1
-        Q8hqI/iUvlRSW0ZMZArpgD4rap22S5ychNUlq1DCfkjxAGcxTsno+PK10Ulxm5QlffZERuwIRbmq
-        KcL4q7rAWTQpDMG5ae+sWrmsRDrUpiWnVUvO0kZlT3u6cwOwGN+1TROZpN0RaWIqoQtKZhqUMoGs
-        sypJxcs6oyStS3qUEpEqZrku/yHbSPIRYPOCYtJIjakpTMa023s+AVMQes927E6vnNA0sFUxDdNk
-        r8v81ruxHHHUnBfVEiI1L7fEp6YW2i66kXqow0bpXOMErhJVVEJbhdrluqLBhreC8sd0HYGS6xin
-        wYXMSgRyKi6PN8AQObEfGKAyANpubzNT3Z8u8oUyzD1xrtbcRM9UkCqxbKuJTCJPZXhxJR6VcV5U
-        Yc0FQFlXOXXWQwZo9SzNJXnfLBpz5bXIZ4f53TqCI9TScvTxCB9v9MRcxw2oNxqAifluG4QyYtfG
-        2ZR3OYYeIhPBnKNWfwI6nKiyagAm1/aSalfsVypeYJvDVf2bXBxXU6BRVKLNvjSshyptJGxrbdo/
-        2J0idXcZvTWYnryZmedfup8nyUFyvzTKZNTbnwNcagMlga8DYrXwkSaTszwKyUv5kJFKbpkVVjKl
-        2F3ko7wC5b0gy7nSlkOdr9sRlF/qEPn65OxiZxWtypkiYiAmNRSyJZ4MH+uqWbVquiMREPUhqIFn
-        MZXYoUhBYXTBWS+m0sF05b9jtXja3ejri9ML5+h8VB/1NooMMrAdjxrq4KbtjTahgodIqI9P1VYW
-        mPwZu8AjI86L5O2Enjj0c0mtbLn7VssPjZOuVFHqnFnXb29kj+PAxf0Bdb7NgdEpFpFPACblGTRM
-        hIUKVMhtMO6CFLgA40AQ1A58qC/pVaXP5o73zjFff7kXHxMp9l+S/4byDJA+7xUaLMBH2zIDSDIA
-        JO2FmaQI66SaLalfpMVQs6TMI2xYvE7uxVFKZitv8YxD8Lv7o6RaHg+/MFnX0050JyuNCyHMYLic
-        XeAaRG21XM07kV0JXfjk3PRmeAwqwvva8EwLlDSgyphhG24bHRwnGiUx0uDs9tBifqi/ElGVxJ7A
-        inRLlITjoK7COOOxInwLzidT/b3msuULsfJL3fPlgZ45NEzuwjFUzZva+ZqcEUdKqvO61zo1zt++
-        iqPs07LbQ3FNf+BbNogvHUngds8jBSVJYYWp2mvx78AWl8Oji2e+OInqkBvo+Cmhv9uXmacXH67F
-        24tPW50PKdp0JLMn1YWRfLoyr8Tz55yUcSiZorKuuG3mDzhGHdBoxTPdPqZI3UyGPJolYe5vnJnp
-        Ifx7A6QCw+5g39cc1zUCWeeWeoTktSsOGra900R/MQG46oW943x5fBffn98YGw807cCH81O7oN2C
-        wfmFOQHfKfHtWXJ/L3XJmvofOscNJ3lxCKYko6Qgis8QR0uFCEbku5nmIyTXey6e6JkDqoOBCrWb
-        FMtWF4+m2RIFp9I74qCep7fEknOdFcZJFHEGf8Ii/UQ0acnO8RMo98kcYLvRTXNGBZIHly7IA0ZU
-        YqiaoRiGmwyAqFBT7u7u9kW2YXcD30SQBK3sNRDoloPqEwLi98Pkfq+pclJWUrbr74mjWOalOJhQ
-        HeFTk1wvZVaVyNwseif0I/nF6r0creqjFNUQF/YPAUXy7HiZSeCBUlyBteyIqNA95Qaf9I3K8V1k
-        sSAwDSqWtoss18PXurrzmFy9rHC8NHjGvg6AgPhTIg3f1Gkix6CEMsnThMH6T1DeTzp+6JopZb8X
-        gMbUJUYyi5eERYa6PsNRAAfyopeI7q/L0+vg4sYKe+I6ULVnWKbpBUG7QXoR74g40RK3csmR5fbG
-        Gc7iD8vz5OrqsruwayGTA6z4AUw9sH5UKTk9aFVN3FYIOGz/4h90Fwb2dAZB4JmeAy173RIgxTpO
-        i4JoidLldO0kXMjS1IKZPTfQQiKzCBYP+3P99nzVb7/840PF49DYob5URtxsSP5KJS/kjmWp0jHP
-        6K3rAPrpXcEHVH6DG9oGlOJ1wg2DsHYQNPyuloOvhnU8N+7D3vENDIsytm260HE7NutxOYItIGRb
-        4mLMgHP//P3l95lMucJ9DmuHfYsjBJKqafyvKhwH4FslgtKpTIpd8YnSFvF7cuOa6lEvumLYAdw1
-        QHDDDg2j563foelCLdIlFLYneNaXYRt5EFSP9fZLrrlHsow5lsNLdfFgDfd1gMMOaJwTfnvA9Xiq
-        kTUcq2yq9qV26aad2y49bXiqRcPIru8jIMMBWmiHcLuudBSAGlh7D45WFMv+7QYiOQCTZ3RnBIcP
-        FVk4NhZikL1qixMAWJW84bovKG399su/8ej1TFeEbmlIjcwT6CRJwagrfcmwWY/nP5vh8aY6n6/J
-        pr60+fgJm2vzy4plyDUvhfnnQIxPAZ1zHfBrzWFJ+WUdEhjRtQGen9FlMaBjxfppajOISXMNgCeF
-        zLrOFAQ9ndmWTSw28GjeumWuD1N6O7qGxiUYbrQwztGJrcjHVK+lajnrTZYP9Gs10NJtZjq1fTY6
-        cU6Oe3Ig4MFaTZPitdWDNE3CP8kme8j2caKYlAFWTtSzEkBM94WeMf7mlhtP6FWUIh76GQjycTKJ
-        WwFJd+cIoieg2robQUMcEx7uaQhOM4dPBf4NezV9x3YCn5D5wAj63RyeDuxyjy/lonqf3Y1DGnAo
-        KOExEONxui1xQDccr/QuDtZTGE1/kutM6zFK3bfQrcMQaHtnjf61xdBoJ2Xbh7Zie/ISQbisef5J
-        r8gTs+Ox4lYSTYZlquBCbga4sY9AfkkTi4R6IWBPC3A3z6XZJo8yS//osDXCMuDsVLbkScOC+v+d
-        uU5GO5ca7rzQRYhIeym7lSzWXT1GlR9K7uc2N54Cd66GrbnOVhNCklUz1phkt7s9iV0D5wUq4+LU
-        +sFRFguZjPbE4fuTg1fDt2d74tGwLKRC7ofaKaRVZHgEX1JF/baEG4/gKZIG4QHf4gTMOzsY1Qc/
-        p5Ir9WPQv0IThlCXSXaazvRIVtwumUiQoaopqyUzQkab5gYzcw1ERkR3r52u9LQGzcfpYh2/arAi
-        wW1S81zb/KrAtDIRCjOziAydwEsCs2hB9Y3eefNVpFk3FZeZnSFy9sW1A+rMWbYDrNvCG+DrFVTU
-        CksnptG7l6ZCgc5dsHGnjcubXjDCHxI9p6a9ro/F5ZtsvDi8yV73V/QGgIH2wKBysd1B3BvZjuJZ
-        b93Fx7GLPDm37vrrOgFyDv4NXLCI/is0nVz7MMvQfyJYjFjoIfpVitUueTdLiT+uWuC6pgy6QQMu
-        FQ0nNJUTKq4XKlZAQHPFHd3V2elbdZWss6PUKavlweXipdfbkQVW6XpIo4AxbTPjBiIZLYBvr5hg
-        vJououL9y+RkYy0K6IZn+qbfzujdPtig9s6PPp843bqDAzJoBoTSXN9022NYGkvd1tnk2RhEXjWV
-        bT0vR35ABClUqRrxO1GtFplN4eMRNkB0h/ayQW2Ld9WrqXMeRW97wngBvcwSBA6k2ai1IgCPZKEL
-        k0giO4BByL3ld/qCMsF6WGxf1UU+A0fjXgO+KevplIaXrmvFBVLTwoG+rJGO4DoWv/kFEa9ptZ+O
-        mtWkLu7RmyXP+EUtms2I81nDl+KN0AE8FHi+ZdG/Thv78xAQEZnWZKctpnrcAPGZW4ycWHVOj8GB
-        8MRuQKUWqjkwqEjo+l67dHtFAGCqmpqNYkCO7YJo8ezgi/4yNnTsDSyA505D52F+jrAHt5sAm5r5
-        f1YozzmQmPdEBh9GYjMasZ8izoE8re23yqdAj83bWBFzkW9ZmmcRdbRGdSRnCOz4hHAV5M2/UWie
-        Uufi/lt2r+jNLHwt58kkozsQtJNyYyeWbwHI2r2JkaFOSE2P+GdCs4Lb503JWidqGTFz78/2vZQv
-        w8mb64OLuPc0Y+Bb0H5gUtRt45CC7EhlN/mSWla6v7p/izB2z7Fkf5Tn3E7ike5deoNuSXx6Tg0+
-        PfGka5zUCSXmW+rLeVSTe/Q8octYvDVdO4W59yzEh/e7tkFEkapXLe/hTrPY/0z19aM0ryNxJqer
-        pkSpW87wlYeqyI7gH/X7VQBIEtCspvGeRUbF/A7c9U44JRLBx2rMpSgs7+oxPvp9pKK+qEhWAxO5
-        wvAsL2h13ym9q6zxY6kDa3f4mNodHKOVHsRh4nY53N3dbXeRDnvPo3LXwA8MG/DX8bpRTj+PHPTZ
-        7ybV33Tt4fLd/Lpa2tXRbX9FKzBoXtkZ2PhfN1R9vbuaAea9v3hD1E87AnEg098zjLM313ran441
-        pcK+Jz7cFlKjnNMauUwmMA3x/sgyzAGIERM7okBsGTQnTIvd+wZ9pd92g1WV+k1SWppXpfpqP0iR
-        2F4AQyFC4rk9DvAQNnWQhaVu9YNs87LgX4+yW73ouvV/hlfxo/AKw9sUHqfnOWCtsG74fVf47oA9
-        SExT0ZuDQ+cPVXt6T+VGl+EnXIZ/eBFDz7g1/WtO/jSGtMJ2hzm3Uw8yJpBTwEfObTyVxACB8GAK
-        9L8hthe4DjmmO/B8w7f78KV5LyVejWESqICRr9+9OlaVTLiV0yqL612VunnJpKX32tdo2fltNf/N
-        kvbmoHd//fOvf37ITT6/KT1sDhWIB3qlbqVuOOz01beQVC2taQcFj1ORAksa/cMzK7F/qusCR1Dy
-        o0/8sqm6zi/q4hp7uca9oO7/8Q///Z//tAESsjPpv7x+9/HwZU+dDsiF51g0Nx4YPc+7ATKhZhnc
-        JddGTHxGHDRlnEal1ED5Qo1iOIx8ARraGiOC6RXRAl88o4IoU/uyqsfjF9yhJL3SCmtzxWFRIfU7
-        9IQcpVc43BhvBM4D4zbI+5yBb/bSbhNnW52EgIl+expO12yBuZo0XTRjPDQgVNbFDOlRdywr6nrT
-        Ppu4s7cJvzQWPLPO3vaEtIElnQCUwPHN9ms0VzmF1+7rL9BdQX3XLX7bEYw439EdbQhGxfAy52zG
-        RvSEG09U99a5l3oMCTEhHdmB2yd3CH6TuxrJtQ2TOq99Pt0SH/SYiCZQegwoZcpH/sB0fTVrQCdX
-        wHEyGobRyXX4eLouSCHas4hDYvcpj8dTPpnw6/34A2HskSpnthXa4hG/xtlEuo4ivx4U7/KFcXx9
-        01OkBWQP0m558Pd2urmCkvavaEL2DXz6YMZpN7m4ep5cygh/6Wa6druqWvLx7jRDfVzVClPJrJMN
-        5mHqQRPdhRrRK6xUD5yS+49lDQ/8MOQ+w9/tbE8V/Yccfr8NW8cX37kMtr1nGsbOdqYW2P/3/+W/
-        8EDvw7au+MEeCQd+r3JQBVziAaxGySiCooPQG1ULIE5l+3c300Ea2qPi1p/cxoZfmnM7G23/4Q//
-        AwAA//8DACezXFdnQgAA
+        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
+        Gq/ffPN/AQAA//8DAHGmNxXlWAAA
     headers:
       api-version:
-      - '2.43'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -165,28 +183,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '7938'
+      - '8970'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Fri, 20 May 2022 17:08:16 UTC
+      - Fri, 07 Oct 2022 22:43:15 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - guest_id_marketing=v1%3A165306649566838768; Max-Age=63072000; Expires=Sun,
-        19 May 2024 17:08:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A165306649566838768; Max-Age=63072000; Expires=Sun, 19 May
-        2024 17:08:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_9fPfEVO4cdJJonsdLLpHvg=="; Max-Age=63072000; Expires=Sun,
-        19 May 2024 17:08:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A165306649566838768; Max-Age=63072000; Expires=Sun, 19 May 2024
-        17:08:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259523758682; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:15 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259523758682; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:15 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_xRzvu8jRCn4trr1OFoVq9A=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:15 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259523758682; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:15 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read-write-directmessages
       x-connection-hash:
-      - 756c638396125314e9c11a66a7e13af6ff25e84d0ddd8c8b7d83125b8a729700
+      - db6d8ddfbf1f644a5ab0c45b823b97a074317929bd945ebb98b707de96ae6110
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -196,9 +216,11 @@ interactions:
       x-rate-limit-remaining:
       - '178'
       x-rate-limit-reset:
-      - '1653067390'
+      - '1665183225'
       x-response-time:
-      - '1036'
+      - '374'
+      x-transaction-id:
+      - 34a7e28ddd8c5d17
       x-xss-protection:
       - '0'
     status:
index e958220a5bf8b866d73b2672a5aec8b5576333bc..537fff6f4a920873d2e5ac93dd29c99c16c1dd5d 100644 (file)
@@ -9,98 +9,115 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.6 Requests/2.25.1 Tweepy/4.0.0-alpha
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/liked_tweets
   response:
     body:
       string: !!binary |
-        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
+        H4sIAAAAAAAAAKRb224jSXL9lWwN4AF2tZq6X9owPJIoqdVqSd2SWt1qjzFIViXJlIqV7LqIYi/W
+        GBjwo+FXL+BnYz/B7/6T+QH/gk9kkcW6cJY0LDTUlIJiRkZGnDgRkfXHvZgXfO/1P/xxT8Sy+Hki
+        80Jli5+LuRDFzzLOIdozbcd1bMdzrSA0bd92fXPvH/f3ZLz3eqNsf68QLwWEN3fsx/iRZzKNyqQo
+        M/Ga/W4qWCYywWOZjtl0wdQ8ZXo1Jp5FtmCFxDtyNRUqFSyRTyJnsvgdmxTFLH/9ww/FQaR++OB7
+        ztHg/JiHe3/a/6uau77rOp5j24Hj25bj+dZa8w2yluZ3c1kUIrtUz1Lkr9lEfJ+zYabK8aRgTzJ9
+        YoVixURojROZin32npcJuynjeCXKiwza5PuMpzFL1ZzxnH13lKlcfyibyCKn93Esgzf9OJRJshAy
+        mqQiYxIijnV+/eU/t+3SdAM/9ALL8CzfCuzQt9e73CCrd/ljNMnUlBcySlQZsx+LCU+fyhRC2/LZ
+        d6dQfqAyVUwW2zRwHDv0Qsc0HMfwDNOzg7UGG2S1Bnw245lIi2SBU4Z9VVSooci2LudZgWNbZuDA
+        8ww7dIzGcn1ZvdxClRkrFjPFprzyLKYyOZYpT7Yu6ft26DqhYVn0zzHDxpJ9Wb1kImhfj2VesFzg
+        yOEEBVZg5N5jJfKt6wa2Y/leCGf1PI821li3L6vX/akcBPYA34+PB+x4IiM+Vvvs/F07ktJPyeVD
+        /mDe+lv1sFzXcL3Q8GzHDwyv6WMbZLUe6okvWKTSkcymIiaLx/ijnRazbM/1Yc7QsYzuYi1Zvdic
+        V5/P6JxHKi1YBJcei7/fbmXT8x3HDdzACy3fNNymlXuyekGL3Qj9SQhfRA8dNaew3raeZVqW7Ru2
+        79mmDey0G7i0QbbeoFp+TZb/v9qKgHZou24YmAEcFJDnNSJzg6yFgLPnTDxNCPvgtbFiQAIA00yo
+        WSIAZwWda15wHb6ZmOF7hXsyW8M6gozxZM4XOZvwZ8Hw6RlnMh0pejOPt/qC6xiGG5rwct8M/cB3
+        ncYG+rK1qQSbqzKJ2ROAd6dFAs+1Tde1/CBwws4ibVm9SAbwVEgLpcRC8LWMR8V2+HKN0DICKzSR
+        dQLDNYxmVurL1ng9yzgvFgsGzGTY3yiTIo3zrd7tImY8jzw3BCYGttlcry+r15MjBsT8nk4NuRnZ
+        TCUihYPf6XydI7BzlWVbk4MLeDIDww8c8rQAPzSW78uaLlhpUMEnklQOBKFUmsEFRYofNJQiiWzN
+        kL5vGEGoXSXwgRqN+N4ga0VBPuH1v9fafxWsUcCHq/S/DH+ZdgTL5L/VOp6DECTyFIBKhQj7hnX6
+        slq1sXwmCkXm4UnClmyFHcssQnQORcTLvGJSRFBypnPfXRWSlHN//eXPBTAyq3gXpaOf0p9SBCQr
+        ZxSa8MRVqOMn+utc254+VRYHDAKei4N2Phl4hyfO9eTms7vDtkEKAseyTTCD0DL91ra7snVYTxRR
+        o2GmwSQlOrYEEmi2xp+2OXaKEMcxA/i/4cDaQdCOkI6s5R8Rn4pMQaEY1oxfs08TQdinVtYjjSlg
+        wbTpwIZAUU1sNQVQIyLBtQ9VAuxiJiMizLSb6fJPOLZKH8ALyqKFGgsNx/OJTIhX7MAT4UEG+EJg
+        +aFr24D7Zlrty+pd6iirgp6YC/zotpxh6SM1T5ADpth/JLdTKJcwFEEOtgSO5oKhNY+8J+vAkKZP
+        PGW0ACJ/qQ5l3JWvz8X3ZDGRaztTCNJ7Ac5FoVJybr0PSYloBvjQtoRDE8QhgIY4DHCV7WBmhh5I
+        ju9Y+GY6dgvMerK138pcn14dbXBQHKrIqQLAtmyE20gliZoLCjSmi6FURuQ325XyYTcDJYxje6Yd
+        uFbTsn1ZM5j4PnnTXGVPOZmIipRaxQh6TeULOzs/hXM+y1ioZS0jp3xM/DnVTqzPAoJnLhM+TMiz
+        mby+1e88TONMgZG1YMK+/uCIs/zjU9n+/bv7e5Ucfnj/Re6QQkPXBBW0g8A1UFh4rRTalTVZgU6e
+        2C+dBhRdutTSTbYfP5nT8S3UVEFoARqax9+T1et+vOwA5btv0f394shN2r8P7yZz4T3Mg+0AitVA
+        uR2kTysMQIaDtiYdWa3J2ceH2/aa3wafTq+F9e3i8067B9NHRQmH8ozQ6+y+LavX1PwRTiBRd6Xw
+        nCpvt11ChXPx5kjcn29XwrEN2wgcsDLQcVDzphI9WcPZgcuSATbZVGloxdE7yx4DOcKyD9FS6+V2
+        cCaz07PTk+0e6ZgWPC4wAs+n183z6MtqtVaZSteEoNAVCFTOKZBDslyly6AjsJuKg+0w7+DoLRPl
+        A/wRUN4sGfuydTH+rJA5sRybZeqROjIpG/I0lf/9F0pfok6qv/7Hv7StJJ7T+eWH+PQi2kk3AnjD
+        MGwqqrq6tWVr6rtau65rT8wBy7+WoF2w1R8QuuNSsN835NYA+PSHQnDg6d+19Z2E91f2w/X17eNO
+        +gI2kfYNQtEmcdwgW58qtbGQxyORCFCDQmdy9t2ZUvGRKrS/LXf0imD3kwAdg5GR5NNI5wkAqUhy
+        TdBiAHICwpv9IcqoVwQOHEWqTPExuWZmGqiBzjDFaFE5N3gFLTjGekQfKupWUaOJSGajMllywQ6B
+        My/C4ujhZHZ90/69GnnfTp+iJ2crQoK3eSgqgQKG4/hgE1azlO7JaoudH7DD6QE7zhbY/kF1jif4
+        PvCttip3vDg88y/sTx/bv78o3lrlt6fz2XgHFV1aH+Dou6YJXt1SsSurVbxFtUVns+6thMcsk9QQ
+        HPLoacmT8Z/6Ka0dtqXjm5vPF+fKvS136Ps4nuEZDnK3Z9uG2eo39WW1jp9EAkamfe9YqYQN1Dhn
+        7ejRVjUH613YXlvL/P7j3XvXLz582EFLCzWT5RO4dXjzBlm/O3USGPr1Mb6feoeN8DUGDcGgreDV
+        2yMVTN4Vpt3x3sentx/DweBhFxcgghCGIfVADNdqm7cra1Nh/Du8PDz8Ql/nV1dXZ2ev8NVWxfCf
+        zz9MHuL3b3ZSBZkacBI6tmXbZkeVtqxW5c31uwf25uT44lXzqwN0X+9ukg/vT7+IHfqMfoDsaXuG
+        j5rTCNp9xq6sD8xXYg4cyg70i0c1JHLIATY8KSaLmnCJ9FlmKp0Cq9ZnPfBO1+funK7P/XSwg9pw
+        rtDxPSRY1C5NMrBB1lf7fNklAv3nLKb+c0aaW4blaszkLC+jCDSdIJNnBbTYQafQCAIqYm3L8l27
+        hYA9WV+nY15V57qdiUDWjTNONkxotFBSklbp1tYfHZsdAMZQ1rlUlwTtI+3INtpGojIixsSZmLG/
+        4dPZ37Kc2FxWpjSkoPSE+pWnKAgoMeV1f3uBvKsNONZlGhtnAnQikc1jh4kbgHTSOPetbIv0D33b
+        dG3PI87ZhvCebMPevp8iO+pCUdEWYqTWKYrZJBErfkpb2EEPkF3ida5hgty5dkuPrmyTjauVkbCX
+        eX5Vl6JenOkfqJeQq1Exp8oFpWsiI2o7prpyxNFERcmThJpxyTOoLMgbarBpzv4fMeU7yNEmVRAw
+        ZDuD92SboeB4efyHMwQNhTs4bAK6ApY9yarWVZlKVJq5LKB6URJ9AbP8SyMDHO6gqesBlWxgkxW6
+        yDYtTbuyvqay4QRaL0HtlYZi/ydHQNXhe1YQIuc5bth2hI6sr8ohK56r+DlnFc+j0MmrwKG4IWvO
+        qa0Ig7KRTKakdwVVFhlul2N1TRtHB+Zlm36z0bhBtiVkhkLTDMBjNRHlI3pLNW5hieAxGRJxFZUZ
+        DfiYmM4StRAaXBeak1Nb8gAfCoShvim1d3TdES3Z6rJ9pmdHcTUjpF9j2Zko9M8H7BKuwxOeLSqk
+        kilZLhfsxYUpxXR7qYR9oxiyTcv0fDMM/Hb4dmVrsto2RTtLTMtcRrSXuIxE1iHYMb85OTOPjieX
+        u6Q2D+zORv3umw4wpJ3aOrINzo0ksoTvCc8yirJFIsjw0RN5FoF3otKYujUpeyxXTSmc2nKysDlF
+        4/Uu0RC4KC9BnlAXtaZOG2S/mXpGPJLwfQoGzjLUPMh/usP0A5vxVCR6D5zd3VeRgx8oMCpcPMfm
+        nneoljVK06DYo2mYYRpdBG/J+qreCijK2UwmCiA3kqRjhlqUVt9ns3KYyHyCN6T4OYHDp3jFCBVl
+        VMJ1oXQssv1dPNUAdgQUp6YRdBJNV7bJorzts9QFrUKq4bs13h2wO6pD9ayANqUzTN02K4td7Eod
+        c5TGpuEgCYZtuOnK+gofLdh1dR2AIM7eb1O1hM+BJjtpgYLTBpMHfya209aiI2uUegAunYk1l9UO
+        VZEhyhHTyiQpdb0RK0LEalpZEt5JDrtYtuXHWdXKQUjRGDIRMdARwUbACMP20OFN+WKdOvLs6u1O
+        +cY0QrrnEPoeXnfyTVtWbwyIOUJyodnCr7/8++1cTld55LgcciDGmvNNedyd7ww/3X15Gb0NFw+7
+        +KtvBnBIwzID3zA7JKIjWyMrVJjS8kVl/QpGSZkMoKVtqVuIGeAgEVWRkSyvE91yfvtDIaKJThI8
+        XaxGcXSlhXlsqtJi0uk7PjrHd/7F9f2VsRPl9OCrPtgE1WJOh3K2ZfWOcNZDZISUWv3atgWn4c9o
+        1CDK52+vfoOtnSCztzV+On97MxhO+fUud0c8O3Doyo0HT3DMjo90ZOsiF0w+4TnY2jBR1HhicNVO
+        ozp4O3r76eo0yN7vpEXoGajC3MCjyXZHi7as1mIgM3ABOlfAu5jJXMXVyEETnrWJDt3167BRRBwe
+        d+2W3HwIg2E62UVjF4wRdRGl/y50dWWt2JIZjaqX5JevyG918ACuIR+PV3NrffJtFZ9OprOnZI7D
+        2CUdwFy2jeqWHM/opIO2rBNecW1aOOcxXHPK2UAMy6KhWM8fl6/bGh9fv4uOzsS3G28nSmCHlml5
+        vhGAVHUpQVu2RuKJUitVK+uu8KvBfTv3Ay31/OYofwivdlLKc03Ddf3QQEJyOkq1ZWsz1geqBwcR
+        EVgq4TjQacy/waIHepx+ner5XQdF5x+tQ+uFPwQ7lWIG3QUKHd9yHLfVfu7Lav3+CeVEVJ3rkhDV
+        af0Q/sh++0A/lg/y5e2n9HiXKPE9lAwWXZ0IHM/s4GFHVut2kiK704GOM1QJeTShNiWY2xrzq4y7
+        zRE7Ri2Or6Mv0opOgp2A3LZoMmoHAY32O0DelnVIf5pyRrdPVuN7yi9DiaiGZ2b4xsuMU2se3vmO
+        j1VORAp0gRrxGhLwlgkSWaTbiNXHEaGZktdUhX9jRAwfIxrJVm2TqiFu/PbxRR8/fh27976//Y6d
+        7pI41El2DboBY3Y7KC1ZE+RkrJJ8FQG6DERszoRY3hAhnra8XkJpA2SR7DRLeCT6sZoPxNfiMx+d
+        7+JviMGQKnpU0cRr2lSuI6sVbvNIi3gkioUukew0kue+PJaPJ/NdeA7cxHEoGfjEatu8vCvrIggx
+        aqqUfzxTagw+w2n2/37JeS4rptM47eMmM+hQMzeeR1+vvr182+XkUevbBqovyzOQw9on35E1T36o
+        1FNeR6pGPUAeNiKBg6jEkaB1l3Iue9RxfPYmvpgdWsbLTpUDWJQR+NoDQ79TObRltX6nchlMFJJT
+        RTdum72JSyrLeYrS8TyCtqMMnP1sAhOjaBPzZVNC/5YuQZy/vbxit0pPy4jvn6n44Lc6aifrUcrh
+        UYcmnV5K4fru4mj7rg1QR9QiYWCagRl6rXjsydZjAFkDxiu4dopihJnG03qurZG0Gm2j8NPN3BTp
+        obr6AJYnx1U7vipLcqWLmlQUq2IvIir4ir3X970qezSxaPvVcBPhGKAc8czAQznd3Fdf1ggQjXzL
+        Uj5W6fdF1QivqleQU5QGxE3Xo9QDdptwumIldHsxFziyW2qX0Y859ijSiDxUFhMCpYjPZMET+U0P
+        HE+m6lECrc/kiDB7WYRmAubJUSHPMjEVr15tb7rbgelZthtanmmYXhtW+7L2RKwy6eFvve5k6mj4
+        PH4/FUdbL8tU6xqm6xmhYVt+6zp1X7aeJZ6wwfmAnd/VwyXiNHf0lIAedK5K9d7Y6dS3sqMr/6NU
+        21XTRaBvWSEcHBDZBPW+bO31CFEkRX26cPjq6xkHt/yq5EhC+bLn0dLvS/7h6CUY3nzbwXRAQ4u6
+        FD7yCnWs2vp1ZI05IYzUGLwuByUpgGbEn1WZyYIu7alYImpThUpBJWpMb6BODM+6lNGevLuenH29
+        f3e8g8aoo2wbBYofhl7rkZcNsgbPFtpcE0FTBj1/qH6BGBuhWjigs18GJQ5/v97bQXMeHnYc4en4
+        9G74+Hy7PSmRaoblWq7jE/twvY7abVlj3k2X/vQ9ZCKRdJlPX47WU/CD1rCpPXhaeXJ3Or5xH+MT
+        L31zwg/9XcyP5Gk6SJ6uh6wf2h2Hbsu6cCeLpmHrUOtes+XXn53gw5x/2f4kheXSzc6QhiCGGbRy
+        fV/WqhOf6VEt3fejTpBWbdkXRrxXhaSq+iu1BZcXU5aOhL/KOshwEX96HB0+3Qfb75GYfkDP8oDS
+        uTSYcJssvS9b34uetlfk40UWmJ/OZ9tbavpTA3BE10Ul6tpGd8WWbP1UkeCTTlNpMbWvrxau2v5Y
+        DTzb8unJgtAAUfT9Jtfpy/pd0vpFhTh0MihTqA5Nl5eLkcfjg4MDVCYLVpR0a76l62L+vlRvzAvz
+        63ZdkSBceA1SBV3QbrUc+7K+rnM116lCkUvh29YFDQMslMbknu1ZFn5sLNiX1QuOVBJTMUKgS4yV
+        eof5q5/SMo1Vde0JPxDE0VWpV6trr+vrq/R3K6WPkhLwUg7zKJMoIfQl2aFoFn9VUwKsRLzMErp7
+        JTWXOizzIgO74KvbsO0Ifj59o54H+c3WRxeqjdru8m6c3bxXuEG2zpBisW6SDU6CxmtvnzClunEm
+        Uw3sR399S01r7NMsA3lsaZRZobm/yJ7psnK1126/496ap0HyOdka9HbgGx41NDyvuifR2OwGWd/F
+        cj7detWFOiaU/OwgxOe4QfMO7wZZfxGYaFHd1I9lqnJU/FtbsbaP3GXRczZAWuodGs01e7J1zUVd
+        7NWDBOCtdOO6zPSl+zKlOQONZ6i7TFOdGBGuC0h6gaOkyzerpgKP6JwOVjQeLjyVaUwjHzWqng2h
+        /BOTF+TLOWuCt45LIszLJxiqoZWcVQ8y6BuF1MquPpoNUTxMeLZ8KKXSUVbdT3jSd7eFmh3mkqdv
+        eLH9iOiCDKpP3/dQ2Bso9Brm6svWtGs1+tS1TLy6BKH5sx38+su//vrnf/6f//q3tntmydOxsu5M
+        82IXtUzbDC0UK4ZJz9O21erIemppzCHj54UUywGsHIkm8ehcxfN8Ppx//SBn2z2M1rdc6gd6luv5
+        rYe0+7Jat+vLs/aS7tXi09nlhbReupfrXkbPH9PE+bz3J3zyVNCD43/cy0ReJsXPOu/vvQ69/T2a
+        tvxcqCeR4uN9gFQshzEQNoz8YTGn58UXoRrz/DFzrG+W7c1G6WLsT3J6VupP/wsAAP//AwBP+e8M
+        kj4AAA==
     headers:
       api-version:
-      - '2.24'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -108,24 +125,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '4729'
+      - '5647'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Mon, 20 Sep 2021 18:12:42 UTC
+      - Fri, 07 Oct 2022 22:43:16 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_/+lN5pJJtHQB8sRzRQgrpg=="; Max-Age=63072000; Expires=Wed,
-        20 Sep 2023 18:12:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A163216156189651841; Max-Age=63072000; Expires=Wed, 20 Sep 2023
-        18:12:42 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259580197573; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259580197573; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_M2ZWE1hlqGS4f0FI5JJ8eg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259580197573; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:16 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - b6adbe0b1bd07ad4f71300daf80f61b2fdd2ca053fa9823183eb6fff632c4660
+      - 12b78e87b3a8e02c4de4a57a9a042e5cdf933f1f6c1f8fd56d7b7d7819fe749e
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -133,9 +156,13 @@ interactions:
       x-rate-limit-limit:
       - '75'
       x-rate-limit-remaining:
-      - '74'
+      - '73'
       x-rate-limit-reset:
-      - '1632162461'
+      - '1665183226'
+      x-response-time:
+      - '445'
+      x-transaction-id:
+      - 8232f4bfa00552e7
       x-xss-protection:
       - '0'
     status:
index 4cabf76359bdf5e840d2c7a661692f342f192c3a..346c19f59215e2bf780dd6fd285f1cce36f6b4ac 100644 (file)
@@ -9,185 +9,172 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.10.0 Requests/2.26.0 Tweepy/4.3.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/lists/84839422/tweets
   response:
     body:
       string: !!binary |
-        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
-        XwAAAP//AwAnqKD+vEwAAA==
+        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
+        AA==
     headers:
       api-version:
-      - '2.30'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -195,24 +182,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '9649'
+      - '8893'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Mon, 15 Nov 2021 23:40:30 UTC
+      - Fri, 07 Oct 2022 22:43:17 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_lz79ltUO1v335/LHVR3DFg=="; Max-Age=63072000; Expires=Wed,
-        15 Nov 2023 23:40:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A163701962951943854; Max-Age=63072000; Expires=Wed, 15 Nov 2023
-        23:40:30 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259651567841; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259651567841; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_morl34Zb9RAhGEPghVRDBg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259651567841; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - d3dc1553a22da6162c57858cf6023e814bb807bffd4afdc0da26ad788d0577a4
+      - 8230003aa45ac2f885aa86a9e49d7909653a2bd5e57dc65acaa059e1abedb79a
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -220,11 +213,13 @@ interactions:
       x-rate-limit-limit:
       - '900'
       x-rate-limit-remaining:
-      - '899'
+      - '898'
       x-rate-limit-reset:
-      - '1637020529'
+      - '1665183226'
       x-response-time:
-      - '577'
+      - '524'
+      x-transaction-id:
+      - 917d0e1890242dba
       x-xss-protection:
       - '0'
     status:
index ab033896f9c1295ab365a08ac2f8182859c76269..1b6738327e4e1afa3d63bb9d88132f2f5f0aa6e2 100644 (file)
@@ -9,27 +9,26 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.10.0 Requests/2.27.1 Tweepy/4.6.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/1293593516040269825/quote_tweets
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAANSV0W7TMBSGX+WQXlI227GdpDesGoOBVDZNk0CiaPISl3hN7cx22mXTJJ6GB+NJ
-        OKmYtvIENBdWcmz/5zu/jp2HpFJRJZNvD4mpkklCuchFTohMGU9ZJlmeJ+Mk6ruIkxeXcHS5MTFq
-        Pz3/OIG/74AfsGYTOFG+6WFaljoE8LrRKuhqbuf20lWqh40GZa3rbKmr3bXRQaw1LIwPEbStWmds
-        DOAW27DVm5epXg2KIwz8/vkreRy/AKdcpoKSVOacFnsEnkkpqMxkWhCSsVQ8gx8rC73rINTKawhu
-        hUPptbahdphn43ysh2z58IgDvnwNXbt2UYe3mKqstfZd69WNQmFKAGOUkHeqD2eLY1dpGN2otUJF
-        00YAGJ33sXZ2DKNF022p57aOsQ2Tw8N4ULpDeU/KxXs6veh2+ZngpBBECsIYl2JvjJcFZ7lMOc8E
-        +pfRvQFPecYF4QXLWU7wvD6Df8HMYbkVexJS1cpYE6JX0Tg7EISubbF1tqtUWSJnHAhm/gBOuxC0
-        sTBt3pzc35sxqMVWo4xmjRoBalUusagXWwdIOHUtVuVwJdx2plyiKW3T48RlrXtYKWw2E6FEozzu
-        VRGuvUMN/29CqEwF1kVYG9eoqLeJ6m6FB8GbHzUClM5WZqgkoMcVhIij8hV6aJ9KntujGmWNVY1G
-        TQE7XSy+pm0+W84+zXbj3V1Pjz+fNWcfdrxmnNCUUIJdUqDr+9MkLGUF55QRkuaSCLk34LRgIueM
-        I3VW8D26yIlglGW5RPqc0Zz93+Dfx8lKDz//h8Tr0DXxanuckwkl48Qi91V0S22R/prc6rXLFm7R
-        9Mnj4x8AAAD//wMA+ligKjUIAAA=
+        H4sIAAAAAAAAANSW0WrbMBSGX+VMvc1aS5ZtOVcNW2m3kbWMwArrCJqlzCKOlElyU7cE+jR7sD3J
+        TsJa4mbQ69wY+/zSf853JCQ/ECWjJMNvD0QrE6e1CdH5bhpXWsepUQElQnkmKM/TjCZpLjgthSDf
+        B8QoMvyvNiBR30UUv0zgdLIyMWo/uvowhH/vgB9wy4ZwJn3TwaiqdAjgdaNl0OrG3tiJU7KDlQZp
+        rWttpVV/bHQQaw0z40MEbdXSGRsDuNk2bPVqN9WbjeMRBv48/ibrwSukecmZyFPOi0wIUdBd0j3t
+        oElTXvAs4SUTTCSZSHZJ97Rn0q9Yaphvsz9llmphLCbxMhpnNyWHdrl0Pm5HyapCsLgpeeyP4aIN
+        QRsLo+bt2f29GYCcbT2qaG7RI0Atqzl2YWfqhgou3BLb4HAk/GpNNccuLpsOhUmtO1hIpcFEqLCz
+        HufKCD+8Qw//MiEoo8C6CLfGNTLqbaK6XUgL3vyssYDKWWwbkgRcFAUh4lN6hU23T8g39rRGW2Nl
+        o9EzgzrGZRienMTjyp1k1+lSjOfjj+N+vL3r6LvPl83l+euLw3hC04QmuNdKXIreNtzTDnobspSV
+        nFOWJKnIkyzvkb7UDpqUliwTnHFEKUreP0T3tIMmTTJGWSFyRBKMCrZLuqcdMikvNldfnpd4LRQZ
+        LdId0n3tsEnTMuMJy4u8KNOUZz3Sl9oz6YVuGgdHT1l75yE9v5Kj9v31J0PWaLbQmz+RB+J1aJs4
+        3R79ZFgOiEWraXRzbdFQdrMyr0vuTZyT9fovAAAA//8DACcwRh3BCAAA
     headers:
       api-version:
-      - '2.38'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -37,28 +36,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '647'
+      - '612'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Thu, 17 Mar 2022 22:36:03 UTC
+      - Fri, 07 Oct 2022 22:43:17 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - guest_id_marketing=v1%3A164755656286570056; Max-Age=63072000; Expires=Sat,
-        16 Mar 2024 22:36:03 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id_ads=v1%3A164755656286570056; Max-Age=63072000; Expires=Sat, 16 Mar
-        2024 22:36:03 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - personalization_id="v1_P3Oiv406PvpnkmH15uKI3A=="; Max-Age=63072000; Expires=Sat,
-        16 Mar 2024 22:36:03 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A164755656286570056; Max-Age=63072000; Expires=Sat, 16 Mar 2024
-        22:36:03 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259722242669; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259722242669; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_OLsX9761BCr6TVdN9bJqeQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259722242669; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - f075da26aecd07d6597c14e21f39a06f2ac88fc9c0089ae7bddb700e85b3ba4b
+      - 958950ff38e23cbe614ce2db582efa454e2dfbf2be504ef0d5bc1d8b77e19aba
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -66,11 +67,13 @@ interactions:
       x-rate-limit-limit:
       - '75'
       x-rate-limit-remaining:
-      - '74'
+      - '73'
       x-rate-limit-reset:
-      - '1647557462'
+      - '1665183227'
       x-response-time:
-      - '660'
+      - '230'
+      x-transaction-id:
+      - 1018770493c7e885
       x-xss-protection:
       - '0'
     status:
index c602689b3a687b234d986da13bc1e7bbe58761bf..1b0a432541996df44990e27eb9bf363f02716b95 100644 (file)
@@ -9,18 +9,21 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.1 Requests/2.25.1 Tweepy/3.10.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/1293593516040269825
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAFSOwU6DQBCGX2VcrwYKtA3lRlI11YtJ1V64LOwU1iy7ZJkFSdPE1/D1fBIX4sVk
-        ModvvvzzX5jgxFl2YVKwjEXxLtn4ibar9Sre7tJ4w+4Y4Sf544F+vr57OEvNlZqgQYs3ULh9mtz7
-        vV9HcOQzVsoA+WkQNI5w+zpKIrT5yyEodKFP6GMsgsXSSSWkrhf1zwKvwRDD2Zp24bU1Tgtw3ZxZ
-        4uL0aAcE4ywIHFCZzrPKtK3TkqYAcu+TEXxa+irudNWA7MFoX3vOLLGWWvvPS6GGqOuzMKSgMmES
-        v9uxe+RPI/zjz/zhWH6c3vKUXa+/AAAA//8DAF869jI2AQAA
+        H4sIAAAAAAAAAGyOzUrDQBSFX+U6bkvSpj+k2QWqUt0IVbswEiaZ22ZkOhMmdxJDKfgavp5P4iS4
+        EYTDXZzzce45M8GJs+TMUEjKK9mQsX1OHSLlUjQseWWzaD1fes1W08U0Wq3jaMneJkwKlvybTRjh
+        B/lwS9+fXw0cpOZK9VChxSvI3Cae3/i7WcxgxwdbKQPkVSFo7OD6qZNEaNPHbZDpTO/R11gEi4WT
+        Skh9HNFfCjwGbQQHa06jf7TGaQGuHjoLHJkGbYtgnAWBLSpTe680p5PTkvoAUs+TEbwf9yrudFmB
+        bMBoP3voLPAotfafx0EVUd0kYUhBacJ59GK7+o7fd/DHf+C3u+J9/5zG7HL5AQAA//8DABjCzJ5n
+        AQAA
     headers:
+      api-version:
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -28,24 +31,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '264'
+      - '288'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Tue, 13 Apr 2021 03:45:04 GMT
+      - Fri, 07 Oct 2022 22:43:17 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_CR3Pk00ylbnJA+U0ny6uGQ=="; Max-Age=63072000; Expires=Thu,
-        13 Apr 2023 03:45:04 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A161828550441263991; Max-Age=63072000; Expires=Thu, 13 Apr 2023
-        03:45:04 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259767936709; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259767936709; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_+va9nyvYVNvyBD0tqgy2qQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259767936709; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 93589af46001ea987bd7aa7363e12bb3
+      - 92a77929006ce21d643bb271815d8d8a2f76f1a9e661d89b6662dc31481c7be4
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -53,11 +62,13 @@ interactions:
       x-rate-limit-limit:
       - '300'
       x-rate-limit-remaining:
-      - '299'
+      - '298'
       x-rate-limit-reset:
-      - '1618286404'
+      - '1665183228'
       x-response-time:
-      - '50'
+      - '49'
+      x-transaction-id:
+      - 966424516862f637
       x-xss-protection:
       - '0'
     status:
index 4484310068b1c5710fbfcc3549ea313305345b4b..993b081d60103b5934c8e046c77a90d4483130cb 100644 (file)
@@ -9,20 +9,22 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.1 Requests/2.25.1 Tweepy/3.10.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets?ids=1293593516040269825%2C1293595870563381249
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAFRQy07CQBT9lcuwJTxaCqW7GtCgGw0IC3Ex7dzCmDLTzKOVEBJ/w9/zS5w2RGly
-        M4szJ+d1JowaSqK3M+GMRGTkzfzA3WgyHA+9ySz0AtIjBj+N+1yan69vDRkXNM9PcECFHdjZeegv
-        3Dsfj2BFazjPJRh3BwSBFXTXFTcGVfy87O/ETmzRySgEhYnlOeNi31CvLHA0KD3IlDw2+F5JKxjY
-        otZMsOFoVCWCtAoYlpjLwmGpPB6t4ObUh9jxjWT01OTNqRXpAbgGKVzsWjPBPRfCOTeBDsYUOhoM
-        TD+VA9/bqKp4oI8VtPAner9KPravcUguvdZaQTgdBhPfD0feePa/VrtPBAuqnHucpqi1654j1chq
-        +3WdFCoEKoSrmiJrc69TZlxpAyhYIbkwrkz2t/CNVadWvFkcuo3WVaq7QaW5FHf2WLTr7aelT3GZ
-        mBdyeb/8AgAA//8DADmclNgXAgAA
+        H4sIAAAAAAAAAIRRy27CMBD8lcVcEY+ER+BGBa1oL62g7aEg5MQLcRXsyN6QIoTU3+jv9UvqRAiR
+        qlKllQ8zo/Hs7JEJTpyN3o4MhaR1LC1pc1hTjkhrKayjWMcb+j03nX672/b6w8DrsVWDScFGf3IN
+        RvhBjpzR9+eXhY1UPEkOEKPBGiyzSeBP3TvpdmDOCzhJNJCbGEFhDvVFLonQjB9nzaVaqld0NgbB
+        YJjJREi1LaVnFTgZ7D3YGL0r8a3RmRKQpYVniKXGotkj6MyAwD0mOnVYpHe7TEk6NGHs9KQFP5R5
+        E56pKAZpQSsXu/AMcSuVcj+XgWKi1I5aLWpGuuV7LyZP7/h9DhX8gd/Ow/fX53HATo3/6+0Fg3av
+        7/tBx+sOf9Vb5S71VgsYwZQbF3ccRWitKytBblEUeRfFapAjcKVcNxGKqvbc/UYaS4BKpFoqcttv
+        Lie5+qpWOF6dCOql19mq/oLGSq1usl1a7WM72PscZyE9sdPq9AMAAP//AwDDKC6WeQIAAA==
     headers:
+      api-version:
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -30,24 +32,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '363'
+      - '394'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Tue, 13 Apr 2021 03:47:51 GMT
+      - Fri, 07 Oct 2022 22:43:17 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_I4pPzi3RhJuWUOrZMV196A=="; Max-Age=63072000; Expires=Thu,
-        13 Apr 2023 03:47:51 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A161828567137532771; Max-Age=63072000; Expires=Thu, 13 Apr 2023
-        03:47:51 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259788577760; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259788577760; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_6Bab0F9QA+bxwkggr7O1Hg=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259788577760; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:17 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - e73d97435f0dceb85177cf88d0b7e5e6
+      - 698a3dccd5c01864796b94c889973eabb98cbec954b6620591bb1a8b7cd36b74
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -55,11 +63,13 @@ interactions:
       x-rate-limit-limit:
       - '300'
       x-rate-limit-remaining:
-      - '299'
+      - '298'
       x-rate-limit-reset:
-      - '1618286571'
+      - '1665183228'
       x-response-time:
-      - '64'
+      - '78'
+      x-transaction-id:
+      - ce22271c0f575639
       x-xss-protection:
       - '0'
     status:
index c6d4930227ad5ffcd2dc49f3d3cdd396c1accb42..42be6433038f0a95c075588aa7d95593afae417f 100644 (file)
@@ -9,29 +9,34 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.1 Requests/2.25.1 Tweepy/3.10.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/mentions
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAHxUzW7jNhB+lYEKFD24jmTJkZRe7G6KzXZ340Xs7Q+awhiJtMSYIgWSsiMHAfay
-        l1562VPR9lSgZ6OX3psncR+gr9Bxsq2NJFhBEEkN55vvmxnyymPo0Dv67soTzDvygjAJkiAKe1Ea
-        hWkUHIZ9r+M5funIOJgyLmu90lMYTJbCOW7gxcvhaDQCMsDWIjk8o4XlZsFBODhvjpPwC/oexwGU
-        SB4WCq0U3i686869uEHYj2jWP/TDvbi2FAucNxUa348jHwZPXo6OuSwFDIZYDZFV4hUa19LSLIRi
-        z/mFEUuUO5qDp1oXRO79+EwxgUBzBlo9pNFLEqIQRP20F+3RmHw7On364vVXn/uTHXKNn25+evfP
-        nz+CKhAaiuF0+Qiif9g/jPykn/j7wqxtcqMt3+EVgjJX0asNh1mjVEupKhHcknNn4ePCfXb0yZ2V
-        sqydVkI9Fm5LPu4F6X79VuRQclZQuLOGtSe44Mo6LtQuvCs5bN78bHPBlRMzkUNt9AXPndDKbt78
-        QmSIX8a5glxXteSOyxb0ghuHc/qZtUCORtdtB1CxWzwpKuHwFgH0DEoqpKJdhVCcG6GKLu0SFuhd
-        UldQhLomXkC0UEpQTS45GsqJdEwvlSXgukZDYWTbfSg99pMw7vf7PX+/dk+0mgnGVc6PG+cQBuPX
-        45Ph6eTL4elel7yfjJu61sbBpEQ1h1Y3YDVUTV5SaxOTvab2u/Ch52u08Jw0GUFYhlPLU7UKGI/P
-        HuMdhUmahlS2He+/3/52rs7Vf3ibX/+AzbsfYMzLJmuo4RQxuh3mPBMXOKdZhqb5X0kHxtgifKQY
-        aeCSDhFQbhtJuZ6jwflW9ZnYWoeSUU5nSBNbIqPsU30o6dthpk2FVtyhl0sEwlG0QwAylFjerakm
-        mrVA90kDhm6CWmLLTRe2AkjHQ8X9NI1JdxrEe2fihFvMbtbVzRoUhxVuewX/+h2NvVmrm/UKHJbV
-        NnQA7c1agpZEnuGuiKVztT06OHDdXB8MQ/Xqm1O1kHPv+vuOV/HtZXflkRO3bvoBNoov7++4dyka
-        bhvpprluFPFOti6Xbuo0nQLyiYPIZyJjSi/TPM7cMlxGrFdkCS8uq5jJMlv1qihOexfZBXG7/hcA
-        AP//AwB+P2WmiQUAAA==
+        H4sIAAAAAAAAAIxW227bRhD9lYGQIi+KTIqUSPrFchw7FydpEasIkLYwlsuhuBK5S+wuRdOGAX9E
+        Xwq0P+cv6axcS7LlAhIEkeAMd885M3NWN72MWdY7/O2mh5mwl4UwVunu0raI9lJkhkI9fxTFI388
+        TEZj34/COBgFvT/6PZH1Dl+M9XsWrywFJ9NWWIsaHm8umrpW2oKlfYC+VQenX6cfv51Cjpj1oS06
+        yBR0qnEpcgECWiYf8geg0dRKZmCVe9EKvkA7gMLa2hweHNgBVwffR++vjj8vFj+y3m1/H04RAY58
+        Px56yQ6n7dia03ulMph8F2UpWHWiCiYhF5JJLlgJmTAGuRVKgsphgqWSVWMW93d/mbUGABmy8v7u
+        T8M6IWfgpOCFEhyJq3HkatbB/d3fr/whpG4fJd8o/cYoyJUGqZwysz7QvUtk7gGt+sr3HrNdiLIZ
+        SaVaCVE8iH9yeBjUWiyZRXiE4lK4klarEnCJulutPbi/+weOS6MOQTpYBbKsFBL7MPml4Yuv2Jpn
+        ss/fzj5dn+t6b9nDJB6NvSiKh6Md2bdjm1Y6R6wbc1yWZxoRJseVUvIbawuYnBGjvCk/sCVKmMzZ
+        Ak0hsMwMm883qjs+gFd1yYQ0q0Yj2TqqjEanqaMvqfdcRaymWhogISlFaEiVMrQEkZ7SK8DojZI1
+        MycVMAuFagGZEeV6ySU6VZdCcsygrksnfmqeSjb79SQ98+r6c7SvZMN4HCXhKIxekGwrtpHsC2re
+        nUuRE4q1Dm3B3Dwh5FTKo6OjPXcPvDCMx4Efe/HO7tuxrYJRWaasXJipbmyxGQY4YfK1hYn9D1BK
+        agqWlrhq7yXjnFoNhJw3WiC5RL5SFThKQ3EhKatiqxHLtaqoqStCz93wKU74abEFrgzjCD5U7rMn
+        w6E3DPwgiYJovMNwO7brbhW1HPzevIuDU/p9N4xproAtmShXtDSyB0vASs0FMYCsMvuB8hMvJh9K
+        qK47lvsktgElrPmEeT4VmGnBi43OLbkEOtNdFZ8aHJ+ImTIpUQ/2xBUmQZCMonAYhTu4tmNrXB+c
+        7ZC3kemBsH1IG9eFzL42zpZo7KwT5gf1JD3hSsutU2NfTMMo8hIv8eMXMG3FNlqtW1C7UU4ZX0Al
+        pKjEtZvbknWrR6u2FBmqPXGQdSVxHIcvHJNPYmscF6oPH4FV1MFk11SLzaykyFlDlXKnyWO71Y3m
+        BTP4KOLDUVqTR7nr24tn3jxLukTNlLj4uXdLcCp05/1NT9Lel1YtUBKCyA+9TKSZVG3Co9S24TAQ
+        gemCZnTd1NWC1yq/4qa6mofxnIDTSdyU9pKrRhIB3+vTci0aJ8X//idQZfY844kct7f/AgAA//8D
+        ABeaX46NCAAA
     headers:
+      api-version:
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -39,24 +44,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '868'
+      - '1035'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Tue, 13 Apr 2021 03:39:55 GMT
+      - Fri, 07 Oct 2022 22:43:18 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_heQcMZElZgg1GiD3RwMeeA=="; Max-Age=63072000; Expires=Thu,
-        13 Apr 2023 03:39:55 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A161828519489792657; Max-Age=63072000; Expires=Thu, 13 Apr 2023
-        03:39:55 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259817973007; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259817973007; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_q7BxF21pB3XV6qiL0FAIlA=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259817973007; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - f85ad90534a67e7168bc1457504d813f
+      - 700048f7c941e70d6dfbcac2856a440589c22fd3e20b6cdb88dbf9131e396edf
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -64,11 +75,13 @@ interactions:
       x-rate-limit-limit:
       - '450'
       x-rate-limit-remaining:
-      - '449'
+      - '448'
       x-rate-limit-reset:
-      - '1618286094'
+      - '1665183228'
       x-response-time:
-      - '140'
+      - '160'
+      x-transaction-id:
+      - 66d4a8b86cdb9dd7
       x-xss-protection:
       - '0'
     status:
index cc76550782ae55eec7de9d0243874a17633ad03f..feb2b28bc313ebfb703345b0021b222f507a12bf 100644 (file)
@@ -9,23 +9,22 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.1 Requests/2.25.1 Tweepy/3.10.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/users/783214/tweets
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAHyTzW7cIBSFX+WKTTazwGADnk2rVl1UbTZpdlVlYcPM4B+IAMfjjObdiydRa8VV
-        N5YNPt+5h3u5ICWjRPufF2QU2qOMCkwxywUrGeGCECzQDkV9jmnz4REOzkM0Xqsd9KbTt+9n7efX
-        RXTd/eHwMi95STKM88TjrPzL+aiMdYO0VQuTvvMa4knP77VFUdCMllgUlNCV9t54aZX8JEOQRwMy
-        yWc3QhjfOG88cFZ/2DBzlmNCOMFFlq+Yg+y09BFMvAtQy2AaGGQ8gdey7zeV5aJgjAiOU2Frim37
-        avAJApMMIOFkbNxoM1ywxT0v+PpErElOoZ4a1zsfbomUUfYuQtBLHhOWUHaDwwUuyywjmAq+wj2k
-        wj+7YIZ00HB0sg/vlZTlGWOipCUX6xDtoqmCHZuuMhaeejkbe4ST9ApiYulNJJKmJI1Lnt7JmhSi
-        Mbab/ajhXs61htSU71+/ffmxpPPwOGkdw7LYjiGCcjoscW9TdXukvMPGi2OcvDgvKCMrr2fTK2lf
-        tD2m4hf+MgWT7hs3vM7oMhEHn46y9jLFmpzv3Jii/NqhQS8X4IJcr3SI1X/crJ5Wf/zrongdxj5W
-        jRtT6/cZXjTnWEXXpd7tEc9yrEytrJvKhtdxohOd1fjiDjwK+STOyh5aylrMppah6/U3AAAA//8D
-        AB3BvbeeAwAA
+        H4sIAAAAAAAAAHyRW2vjQAyF/4qYl7yYJr7Fbt760rKw0JZeHna7mLFHGw9xNK5HziSE/PfKWVha
+        WgoDAp2D5nzSURnNWq1+HxUay1VrPbvhUHFA5MoaL5KK86Io0kW2LLJ0GadlnmTqT6SsUasvtUgx
+        7lnE0DodgWUIbtj4F3ohcgFwh8PBEUKjCbZ2Dzc/rn0EO2vQSdVkwG71Gj1Ygsn3OIURYadtp+sO
+        pQn29uHsvCIzOGugZe79aj7ni8bN09v7DG/802b82P/5/Oy6q/u7X1adou+Jl3kal3kpbMukzOPy
+        PfFn7T+x/QsHN4JHlHQwfYDmX35Zw8xDjY0ePULA2YDA6NnSGrjFsxfqkdnRtCiWXCCv1X2PNJkm
+        Wpk96zqZAm6jD+okmbY43e+oBvRjx1XjRpIgSaQIg4yvvrmS68w7x1dUJFQVuw2SWIo4WxhbG7nh
+        ZVPUHLIkTXqHr4ug+zWFdXgNuzFQ2iPu1en0BgAA//8DAKLIq9RcAgAA
     headers:
+      api-version:
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -33,24 +32,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '522'
+      - '384'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Tue, 13 Apr 2021 03:41:23 GMT
+      - Fri, 07 Oct 2022 22:43:18 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_bo444/e9hn+uN/Yjvp/n1w=="; Max-Age=63072000; Expires=Thu,
-        13 Apr 2023 03:41:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A161828528362648741; Max-Age=63072000; Expires=Thu, 13 Apr 2023
-        03:41:23 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259848811475; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259848811475; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_Xf0UDXIXURSipsbFBu0q3w=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259848811475; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:18 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 6d6c9476af9fa3c647a21476e10941fe
+      - 8900db9222fdde77f58fdf32d01e8295fe259f6169f3bf86f905943bc4227ca7
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -58,11 +63,13 @@ interactions:
       x-rate-limit-limit:
       - '1500'
       x-rate-limit-remaining:
-      - '1499'
+      - '1498'
       x-rate-limit-reset:
-      - '1618286183'
+      - '1665183228'
       x-response-time:
-      - '71'
+      - '103'
+      x-transaction-id:
+      - fd8ded4416df66c6
       x-xss-protection:
       - '0'
     status:
index 85e979580798d2209e6bc385bcf5565681a9fd8d..2d93c78e72a7e4f8a0328de7f7cd9675652acd8f 100644 (file)
@@ -9,30 +9,25 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.6 Requests/2.25.1 Tweepy/4.0.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/search/all?query=Tweepy
   response:
     body:
       string: !!binary |
-        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
+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
+        //8DAFYKUGrNBQAA
     headers:
       api-version:
-      - '2.26'
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -40,24 +35,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '852'
+      - '525'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Mon, 27 Sep 2021 18:57:19 UTC
+      - Fri, 07 Oct 2022 22:58:40 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_HaYYbvDpDvrRw2jiTveNeA=="; Max-Age=63072000; Expires=Wed,
-        27 Sep 2023 18:57:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A163276903968066747; Max-Age=63072000; Expires=Wed, 27 Sep 2023
-        18:57:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518352022386426; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:58:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518352022386426; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:58:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_8PlILzXfhbb14qsGruJUoQ=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:58:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518352022386426; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:58:40 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 857873a789534016c9be98135203dd85deb56a6eb9a054d49f5080583ed9bbf3
+      - 1cbada9b8f7a15fbabe3cdb34767cac165d21e4ffc42109fd348969cfd02e61a
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -65,9 +66,13 @@ interactions:
       x-rate-limit-limit:
       - '300'
       x-rate-limit-remaining:
-      - '296'
+      - '297'
       x-rate-limit-reset:
-      - '1632769337'
+      - '1665183997'
+      x-response-time:
+      - '95'
+      x-transaction-id:
+      - 9eb652581560b4bd
       x-xss-protection:
       - '0'
     status:
index b33abbb5a55df87d5ec0f8d63533196509b70e34..2df7d63b6452a1c9dad90f59ae1b67121749d02f 100644 (file)
@@ -9,31 +9,22 @@ interactions:
       Connection:
       - keep-alive
       User-Agent:
-      - Python/3.9.1 Requests/2.25.1 Tweepy/3.10.0
+      - Python/3.10.0 Requests/2.27.1 Tweepy/4.10.1
     method: GET
     uri: https://api.twitter.com/2/tweets/search/recent?query=Tweepy
   response:
     body:
       string: !!binary |
-        H4sIAAAAAAAAAORW72vbRhj+V97JH/zFSySd7JP8aWEra+joyuoORleMbJ1tObLOPZ2buiEQSaWs
-        ENhKWUPaQtdmW9alS9v9bLzkn9lVXvJf7GQnxD9C2RijhYGQxN17z733PO+jV0uKY3NbKV5cUlxH
-        KSoaMjVT0xFCGCOMkGlpSk7h5CqXkx+V4J12lzeoX3aDhrtAGS1Cf+2b/v0nItwW8XURfS3iXRF/
-        NrieiPgnEd8U8bqIduSIporw6cVs5uWLFy97K/sbewe9ngi/FNFtEd4Q4WP5kuyGyd7tg40HItwR
-        obxfF+GmCNezOciKaAi4IuKvku0HyY31ZPXOYCKWGJsi/l5Ev4n4UTr0voh+HyTzhcwnHTj78fx7
-        83PpW0ZEv4joqUzvz/W9/sNYhKuj+6Uh/bvbIropwjV5qoN7t/Z//O4MswM6mHq2ltzfTE8b3htE
-        /7HyrbKcG2dPV01Jna4ahqkfs/c/JwqyybNbyc7Pg9UPh+k8EvGWiLbk1lp+//Hz7KXhIcRKlBnW
-        GWT4IiHt7iTFKjYKuq4hpBpohOLzxHdcvw6tLtRcFnBIV3O44tpQGuC8NQGk4rTQdUM3VdMYATpN
-        PI8erplcktfVvKpbpoFVQ/sH8pY+PPdfCTul4glKHws7qcMrVJyW6GRpM8mdrf3VX5NeiiGZOFIS
-        MucOdTyZS+kQw8C4YKhYNcc/NIxWCOO0XLEDTn1ShBJ17C5oCObaDHRV13Lg+nDWblPPzQFvEAg6
-        Piy6ngfMDQjYHNRCUc8XjTy8e+p8CWzfGQ8LZG3IKM0qGmrRMAdRM1BquMFh4bjBtL1lztLgWFaO
-        ivMjJfNa0gO7w+nbdeITZnPiQKULNhxSXqEc5qHKyGCmE6TGGKqQghBo0A4LwHGDtmd3ZUSDMAJV
-        2iJQY7QFDc7bQXF2ls9U6WyjVKo59Qtzp7WZT/1jUYcm9YjNfIk+ThS2sHSVhVWkIaxbb3wXmfLQ
-        pE2ODXSCu/6Nh6ZqDFsFC+lp+zVMlEdvUgt5fSwdtZwfNpLdz/vPe8n23b/bL7CVt9IvTd7Ammwc
-        I55Ng08xRllx6KsWkSgOOJQE4Ev/tAmrUdaCtl13fZu7cocxXzR9p/nJnIub2tHOkAmIz92WvNm+
-        7XUDiTqY4vLZ7Mg0CZPIpELpwjiW06x9gFnbu3BGWb6UU2Qq8r9sSfHJIgl4+RV/Z9RzxiKmj8tI
-        0PF4uUo7vjy2puYk6lVe5nSB+HJRRS9cMa2qZl27XDcpqtGAM3wZ1SvIIBWCPMQdrVsP2ga7tugo
-        y8t/AQAA//8DAGBs9QU1CgAA
+        H4sIAAAAAAAAAJTU227jIBAG4FepuE6rYZgZIK+yqqykJq23qZ1NSHNS3n3xNtkVaFHl69/wMcOY
+        i2oXcaHmPy4qtF1s3rpdHLanJh5CiE3X7lKkNFvHWkCcAW89OW3V80x1rZr/N5upGI4xhQiIjxoe
+        wT4gzgnnGp/EWA3mYQQ2J3WdfQ8zC3mrvQUWKOA8q8HwByYwTJNgkFQZeCEBV8JZVoGN+6pYeBpM
+        zM5YFO2QTAHnWQ2WW8XpdJNgYIZ0PUjkylbnWQ2me8XGT4ENpyES0tYAl8OVZzX4PlzeTmq1ARrb
+        OS6jsuI8q8Fwq1jcJBiZGIxnx+h0AedZBca/w0V2EgypleQELbGUcJbVYLnDbtIdazaOtEeN6Mrf
+        Kc9qMN2mGs2/Vqd9PsL4hF1UHw5hN6LVd2lYt8UXJbwNu/06Ni/Dvk8H0DBLux5jE4f30KdFS5RP
+        51+0P/96dYNZbc7LXgdYrd6OP7thdT7IZtBGtp/Lfr9W1+tvAAAA//8DAFLUvl9gBQAA
     headers:
+      api-version:
+      - '2.52'
       cache-control:
       - no-cache, no-store, max-age=0
       content-disposition:
@@ -41,24 +32,30 @@ interactions:
       content-encoding:
       - gzip
       content-length:
-      - '987'
+      - '393'
       content-type:
       - application/json; charset=utf-8
       date:
-      - Tue, 13 Apr 2021 03:39:55 GMT
+      - Fri, 07 Oct 2022 22:43:19 UTC
+      perf:
+      - '7626143928'
       server:
       - tsa_b
       set-cookie:
-      - personalization_id="v1_ZuOQMrjuAi1vFAu/ANL3uw=="; Max-Age=63072000; Expires=Thu,
-        13 Apr 2023 03:39:55 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
-      - guest_id=v1%3A161828519538371875; Max-Age=63072000; Expires=Thu, 13 Apr 2023
-        03:39:55 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_marketing=v1%3A166518259917552945; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id_ads=v1%3A166518259917552945; Max-Age=63072000; Expires=Sun, 06 Oct
+        2024 22:43:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - personalization_id="v1_dBQWl9DagIcM4hsFgR8vSw=="; Max-Age=63072000; Expires=Sun,
+        06 Oct 2024 22:43:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
+      - guest_id=v1%3A166518259917552945; Max-Age=63072000; Expires=Sun, 06 Oct 2024
+        22:43:19 GMT; Path=/; Domain=.twitter.com; Secure; SameSite=None
       strict-transport-security:
       - max-age=631138519
       x-access-level:
       - read
       x-connection-hash:
-      - 49fc3db116d587525eee6ee8b5068c29
+      - 69284f016c998a2f3abba66449a737c820e6336dc85ec0b7293793019be7e1e1
       x-content-type-options:
       - nosniff
       x-frame-options:
@@ -66,11 +63,13 @@ interactions:
       x-rate-limit-limit:
       - '450'
       x-rate-limit-remaining:
-      - '449'
+      - '448'
       x-rate-limit-reset:
-      - '1618286095'
+      - '1665183229'
       x-response-time:
-      - '121'
+      - '78'
+      x-transaction-id:
+      - 8f4c70590e71e846
       x-xss-protection:
       - '0'
     status: