-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
158 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
124 changes: 124 additions & 0 deletions
124
OpenTween.Tests/Resources/Responses/TimelineTweet_SelfThread.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
{ | ||
"itemType": "TimelineTweet", | ||
"__typename": "TimelineTweet", | ||
"tweet_results": { | ||
"result": { | ||
"__typename": "Tweet", | ||
"rest_id": "1511751702684499968", | ||
"has_birdwatch_notes": false, | ||
"core": { | ||
"user_results": { | ||
"result": { | ||
"__typename": "User", | ||
"id": "VXNlcjo0MDQ4MDY2NA==", | ||
"rest_id": "40480664", | ||
"affiliates_highlighted_label": {}, | ||
"has_graduated_access": true, | ||
"is_blue_verified": false, | ||
"profile_image_shape": "Circle", | ||
"legacy": { | ||
"followed_by": true, | ||
"following": true, | ||
"can_dm": true, | ||
"can_media_tag": true, | ||
"created_at": "Sat May 16 15:20:01 +0000 2009", | ||
"default_profile": false, | ||
"default_profile_image": false, | ||
"description": "OpenTween Project 言い出しっぺ", | ||
"entities": { | ||
"description": { | ||
"urls": [] | ||
}, | ||
"url": { | ||
"urls": [ | ||
{ | ||
"display_url": "m.upsilo.net/@upsilon", | ||
"expanded_url": "https://m.upsilo.net/@upsilon", | ||
"url": "https://t.co/vNMmyHHOQD", | ||
"indices": [ | ||
0, | ||
23 | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"fast_followers_count": 0, | ||
"favourites_count": 216205, | ||
"followers_count": 1304, | ||
"friends_count": 917, | ||
"has_custom_timelines": false, | ||
"is_translator": false, | ||
"listed_count": 92, | ||
"location": "Funabashi, Chiba, Japan", | ||
"media_count": 1040, | ||
"name": "upsilon", | ||
"normal_followers_count": 1304, | ||
"pinned_tweet_ids_str": [], | ||
"possibly_sensitive": false, | ||
"profile_banner_url": "https://pbs.twimg.com/profile_banners/40480664/1349188016", | ||
"profile_image_url_https": "https://pbs.twimg.com/profile_images/719076434/____normal.png", | ||
"profile_interstitial_type": "", | ||
"screen_name": "kim_upsilon", | ||
"statuses_count": 10096, | ||
"translator_type": "regular", | ||
"url": "https://t.co/vNMmyHHOQD", | ||
"verified": false, | ||
"want_retweets": true, | ||
"withheld_in_countries": [] | ||
} | ||
} | ||
} | ||
}, | ||
"edit_control": { | ||
"edit_tweet_ids": [ | ||
"1511751702684499968" | ||
], | ||
"editable_until_msecs": "1649266467565", | ||
"is_edit_eligible": true, | ||
"edits_remaining": "5" | ||
}, | ||
"edit_perspective": { | ||
"favorited": false, | ||
"retweeted": false | ||
}, | ||
"is_translatable": true, | ||
"views": { | ||
"state": "Enabled" | ||
}, | ||
"source": "<a href=\"https://www.opentween.org/\" rel=\"nofollow\">OpenTween (dev)</a>", | ||
"legacy": { | ||
"bookmark_count": 0, | ||
"bookmarked": false, | ||
"created_at": "Wed Apr 06 17:04:27 +0000 2022", | ||
"conversation_id_str": "1511751702684499968", | ||
"display_text_range": [ | ||
0, | ||
45 | ||
], | ||
"entities": { | ||
"user_mentions": [], | ||
"urls": [], | ||
"hashtags": [], | ||
"symbols": [] | ||
}, | ||
"favorite_count": 1, | ||
"favorited": false, | ||
"full_text": "OpenTweenそろそろ次のリリースしたいんだけど今のAPI規制下で出してもねえ、という", | ||
"is_quote_status": false, | ||
"lang": "ja", | ||
"quote_count": 0, | ||
"reply_count": 1, | ||
"retweet_count": 0, | ||
"retweeted": false, | ||
"user_id_str": "40480664", | ||
"id_str": "1511751702684499968" | ||
}, | ||
"quick_promote_eligibility": { | ||
"eligibility": "IneligibleNotProfessional" | ||
} | ||
} | ||
}, | ||
"tweetDisplayType": "SelfThread", | ||
"hasModeratedReplies": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version: 3.6.2.{build} | ||
version: 3.7.0.{build} | ||
|
||
os: Visual Studio 2022 | ||
|
||
|