mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
add
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
ca1fbb7815
commit
cce687ba15
9 changed files with 268 additions and 95 deletions
|
|
@ -436,7 +436,10 @@
|
|||
},
|
||||
"features": {}
|
||||
},
|
||||
"create.json": {
|
||||
"=====v1.1====": {
|
||||
"url": "https://twitter.com/i/api/1.1/"
|
||||
},
|
||||
"friendships/create.json": {
|
||||
"include_profile_interstitial_type": 1,
|
||||
"include_blocking": 1,
|
||||
"include_blocked_by": 1,
|
||||
|
|
@ -450,11 +453,91 @@
|
|||
"include_ext_verified_type": 1,
|
||||
"include_ext_profile_image_shape": 1,
|
||||
"skip_status": 1,
|
||||
"user_id": 1180389371481976833
|
||||
"user_id": 44196397
|
||||
},
|
||||
"Template": {
|
||||
"queryId": "",
|
||||
"variables": {},
|
||||
"features": {}
|
||||
"friendships/destroy.json": {
|
||||
"include_profile_interstitial_type": 1,
|
||||
"include_blocking": 1,
|
||||
"include_blocked_by": 1,
|
||||
"include_followed_by": 1,
|
||||
"include_want_retweets": 1,
|
||||
"include_mute_edge": 1,
|
||||
"include_can_dm": 1,
|
||||
"include_can_media_tag": 1,
|
||||
"include_ext_has_nft_avatar": 1,
|
||||
"include_ext_is_blue_verified": 1,
|
||||
"include_ext_verified_type": 1,
|
||||
"include_ext_profile_image_shape": 1,
|
||||
"skip_status": 1,
|
||||
"user_id": 44196397
|
||||
},
|
||||
"friends/following/list.json": {
|
||||
"include_profile_interstitial_type": 1,
|
||||
"include_blocking": 1,
|
||||
"include_blocked_by": 1,
|
||||
"include_followed_by": 1,
|
||||
"include_want_retweets": 1,
|
||||
"include_mute_edge": 1,
|
||||
"include_can_dm": 1,
|
||||
"include_can_media_tag": 1,
|
||||
"include_ext_has_nft_avatar": 1,
|
||||
"include_ext_is_blue_verified": 1,
|
||||
"include_ext_verified_type": 1,
|
||||
"include_ext_profile_image_shape": 1,
|
||||
"skip_status": 1,
|
||||
"cursor": -1,
|
||||
"user_id": 17152334,
|
||||
"count": 3,
|
||||
"with_total_count": true
|
||||
},
|
||||
"search/typeahead.json": {
|
||||
"include_ext_is_blue_verified": 1,
|
||||
"include_ext_verified_type": 1,
|
||||
"include_ext_profile_image_shape": 1,
|
||||
"q": "aaa",
|
||||
"src": "search_box",
|
||||
"result_type": "events,users,topics"
|
||||
},
|
||||
"=====v2====": {
|
||||
"url": "https://twitter.com/i/api/2"
|
||||
},
|
||||
"search/adaptive.json": {
|
||||
"include_profile_interstitial_type": 1,
|
||||
"include_blocking": 1,
|
||||
"include_blocked_by": 1,
|
||||
"include_followed_by": 1,
|
||||
"include_want_retweets": 1,
|
||||
"include_mute_edge": 1,
|
||||
"include_can_dm": 1,
|
||||
"include_can_media_tag": 1,
|
||||
"include_ext_has_nft_avatar": 1,
|
||||
"include_ext_is_blue_verified": 1,
|
||||
"include_ext_verified_type": 1,
|
||||
"include_ext_profile_image_shape": 1,
|
||||
"skip_status": 1,
|
||||
"cards_platform": "Web-12",
|
||||
"include_cards": 1,
|
||||
"include_ext_alt_text": true,
|
||||
"include_ext_limited_action_results": false,
|
||||
"include_quote_count": true,
|
||||
"include_reply_count": 1,
|
||||
"tweet_mode": "extended",
|
||||
"include_ext_views": true,
|
||||
"include_entities": true,
|
||||
"include_user_entities": true,
|
||||
"include_ext_media_color": true,
|
||||
"include_ext_media_availability": true,
|
||||
"include_ext_sensitive_media_warning": true,
|
||||
"include_ext_trusted_friends_metadata": true,
|
||||
"send_error_codes": true,
|
||||
"simple_quoted_tweet": true,
|
||||
"q": "elon musk",
|
||||
"query_source": "trend_click",
|
||||
"count": 20,
|
||||
"requestContext": "launch",
|
||||
"pc": 1,
|
||||
"spelling_corrections": 1,
|
||||
"include_ext_edit_control": true,
|
||||
"ext": "mediaStats,highlightedLabel,hasNftAvatar,voiceInfo,birdwatchPivot,enrichments,superFollowMetadata,unmentionInfo,editControl,vibe"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue