From fcaab5079e4e665f4885d9a45e0186cf4bcbbcf1 Mon Sep 17 00:00:00 2001 From: Zed Date: Mon, 17 Aug 2026 07:30:23 +0700 Subject: [PATCH] Refresh stale web GraphQL endpoint hashes --- src/consts.nim | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/consts.nim b/src/consts.nim index f5e0064..a78e496 100644 --- a/src/consts.nim +++ b/src/consts.nim @@ -7,20 +7,20 @@ const bearerToken* = "Bearer AAAAAAAAAAAAAAAAAAAAANRILgAAAAAAnNwIzUejRCOuH5E6I8xnZz4puTs%3D1Zv7ttfk8LF81IUq16cHjhLTvJu4FA33AGWWjCpTnA" bearerToken2* = "Bearer AAAAAAAAAAAAAAAAAAAAAFXzAwAAAAAAMHCxpeSDG1gLNLghVe8d74hl6k4%3DRUMF4xAQLsbeBhTSRrCiQpJtxoGWeyHrDb5te2jpGskWDFW82F" - graphUser* = "IGgvgiOx4QZndDHuD3x9TQ/UserByScreenName" + graphUser* = "Gb-d6r0vxPOADdG62OEBpQ/UserByScreenName" graphUserV2* = "-ZzAG_Bckx16LMbEvHC3lg/UserResultByScreenNameQuery" graphUserById* = "xvmVfRLmnr1alc5f2dib0Q/UserByRestId" graphUserTweetsV2* = "LE3eTyeqhBh2g-fX85O2eQ/UserWithProfileTweetsQueryV2" graphUserTweetsAndRepliesV2* = "AcYHjc_YAx-9_rKWdMsKvA/UserWithProfileTweetsAndRepliesQueryV2" - graphUserTweets* = "PNd0vlufvrcIwrAnBYKE9g/UserTweets" - graphUserTweetsAndReplies* = "EqtpEwt0CoQXmDfq5DKH0A/UserTweetsAndReplies" - graphUserMedia* = "g_rGPF0fLON-M9cyVjXuzA/UserMedia" + graphUserTweets* = "SXVCYB8XHSS25nzIljNtZA/UserTweets" + graphUserTweetsAndReplies* = "qUpkZU6eN8MbtQb7rC_pYg/UserTweetsAndReplies" + graphUserMedia* = "VyudDWQnr9vJNw7GasFz2g/UserMedia" graphUserMediaV2* = "WK111rbR0vM0ZX4lyZCYjw/MediaTimelineV2" graphTweet* = "OZMbEnEa96AN8Pq6HyTWdw/ConversationTimeline" - graphTweetDetail* = "6uCvnic3m5reVuehkvHa3w/TweetDetail" + graphTweetDetail* = "XMOz5h24KAZ86qKffKTLdQ/TweetDetail" graphTweetResult* = "xYOrBQoTlfKJJPsX76MZEw/TweetResultByIdQuery" graphTweetEditHistory* = "MGElmrYILE8wUfI8GorUYA/TweetEditHistory" - graphSearchTimeline* = "-TFXKoMnMTKdEXcCn-eahw/SearchTimeline" + graphSearchTimeline* = "hyPfJYJ_XAtDYoslQc-Rgg/SearchTimeline" graphListById* = "t9AbdyHaJVfjL9jsODwgpQ/ListByRestId" graphListBySlug* = "LDQpQ89B5ipR8izCKrWU0g/ListBySlug" @@ -35,15 +35,15 @@ const graphCommunityModerators* = "GBMT3GOWy5dYsYC4XJfvow/moderatorsSliceTimeline_Query" graphCommunityHashtags* = "40DyrMxfCknGuZwE-keW_Q/CommunityHashtagsTimeline" - graphTweetResultByRestId* = "4hhGRbehkcUVTKf8n0f0xw/TweetResultByRestId" - graphTweetResultsByRestIds* = "Sc9EUQTZNEH-wzegn-nHvQ/TweetResultsByRestIds" + graphTweetResultByRestId* = "GZsN2Pc4knAoit6pXa4HSA/TweetResultByRestId" + graphTweetResultsByRestIds* = "Pho4sg8jLcrVlMeclMayrg/TweetResultsByRestIds" graphBroadcast* = "FJLCzpXCLPM1jUZqmM7oEA/BroadcastQuery" graphAudioSpace* = "rWRLsOhNJ2xjpI1tREYurQ/AudioSpaceById" restLiveStream* = "1.1/live_video_stream/status/" - graphFollowers* = "9jsVJ9l2uXUIKslHvJqIhw/Followers" - graphFollowing* = "OLm4oHZBfqWx8jbcEhWoFw/Following" + graphFollowers* = "JNyQdTISpzCkj_1fqxDvFg/Followers" + graphFollowing* = "qGZZDF3mp91q7X22s3HxpA/Following" gqlFeatures* = """{ "rweb_video_screen_enabled": false,