Property | Type | Description | |
---|---|---|---|
DMSendTextRegex | |||
StatusUrlRegex | |||
ThirdPartyStatusUrlRegex | |||
storedEvent_ | List |
Method | Description | |
---|---|---|
ClearAuthInfo ( ) : void | ||
ContainsUserAtList ( long listId, string user ) : Task |
||
CreateHtmlAnchor ( string text, List |
||
CreateListApi ( string listName, bool isPrivate, string description ) : System.Threading.Task | ||
DeleteList ( long listId ) : System.Threading.Task | ||
Dispose ( ) : void | ||
EditList ( long listId, string new_name, bool isPrivate, string description ) : Task |
||
GetApiResultCount ( MyCommon type, bool more, bool startup ) : int |
WORKERTYPEに応じた取得件数を取得する
|
|
GetDirectMessageApi ( bool read, MyCommon gType, bool more ) : System.Threading.Task | ||
GetFavoritesApi ( bool read, FavoritesTabModel tab, bool backward ) : System.Threading.Task | ||
GetHashList ( ) : string[] | ||
GetHomeTimelineApi ( bool read, HomeTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
GetInfoApi ( ) : Task |
||
GetListMembers ( long listId, List |
||
GetListStatus ( bool read, ListTimelineTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
GetListsApi ( ) : System.Threading.Task | ||
GetMaxApiResultCount ( MyCommon type ) : int |
WORKERTYPEに応じた取得可能な最大件数を取得する
|
|
GetMentionsTimelineApi ( bool read, MentionsTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
GetQuoteTweetStatusIds ( IEnumerable |
ツイートに含まれる引用ツイートのURLからステータスIDを抽出
|
|
GetQuoteTweetStatusIds ( IEnumerable |
||
GetRelatedResult ( bool read, RelatedPostsTabModel tab ) : System.Threading.Task | ||
GetSearch ( bool read, PublicSearchTabModel tab, bool more ) : System.Threading.Task | ||
GetStatusApi ( bool read, long id, TabModel tab ) : System.Threading.Task | ||
GetStatusApi ( bool read, long id ) : Task |
||
GetTextLengthRemain ( string postText ) : int | ||
GetUserTimelineApi ( bool read, string userName, UserTimelineTabModel tab, bool more ) : System.Threading.Task | ||
Initialize ( string token, string tokenSecret, string username, long userId ) : void | ||
ParseSource ( string sourceHtml ) : Uri>.Tuple |
Twitter APIから得たHTML形式のsource文字列を分析し、source名とURLに分離します
|
|
PostRetweet ( long id, bool read ) : System.Threading.Task | ||
PostStatus ( string postStr, long reply_to, IReadOnlyList |
||
PreProcessUrl ( string orgData ) : string | ||
ReconnectUserStream ( ) : void | ||
RefreshBlockIds ( ) : System.Threading.Task |
ブロック中のユーザーを更新します
|
|
RefreshConfiguration ( ) : System.Threading.Task |
t.co の文字列長などの設定情報を更新します
|
|
RefreshFollowerIds ( ) : System.Threading.Task |
フォロワーIDを更新します
|
|
RefreshMuteUserIdsAsync ( ) : System.Threading.Task |
ミュート中のユーザーIDを更新します
|
|
RefreshNoRetweetIds ( ) : System.Threading.Task |
RT 非表示ユーザーを更新します
|
|
SendDirectMessage ( string postStr ) : System.Threading.Task | ||
StartUserStream ( ) : void | ||
StopUserStream ( ) : void | ||
Twitter ( ) : System.Diagnostics | ||
Twitter ( TwitterApi api ) : System.Diagnostics | ||
UploadMedia ( IMediaItem item ) : Task |
||
VerifyApiResultCount ( MyCommon type, int count ) : bool |
渡された取得件数がWORKERTYPEに応じた取得可能範囲に収まっているか検証する
|
|
VerifyCredentialsAsync ( ) : System.Threading.Task | ||
VerifyFirstApiResultCount ( int count ) : bool |
渡された取得件数が起動時の取得可能範囲に収まっているか検証する
|
|
VerifyMoreApiResultCount ( int count ) : bool |
渡された取得件数が更新時の取得可能範囲に収まっているか検証する
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
ResetApiStatus ( ) : void |
Method | Description | |
---|---|---|
CheckAccessLevel ( TwitterApiAccessLevel accessLevelFlags ) : void | ||
CheckAccountState ( ) : void | ||
CreateAccessibleText ( string text, TwitterEntities entities, TwitterStatus quoteStatus ) : string | ||
CreateDirectMessagesFromJson ( TwitterDirectMessage item, MyCommon gType, bool read ) : void | ||
CreateEventFromJson ( string content ) : void | ||
CreateEventFromRetweet ( System.Xml.Linq.XElement xElm ) : FormattedEvent |
UserStreamsから受信した公式RTをイベントに変換します
|
|
CreateFavoritePostsFromJson ( TwitterStatus items, bool read ) : long? | ||
CreatePostsFromJson ( TwitterStatus items, MyCommon gType, TabModel tab, bool read ) : long? | ||
CreatePostsFromSearchJson ( TwitterSearchResult items, PublicSearchTabModel tab, bool read, bool more ) : long? | ||
CreatePostsFromStatusData ( TwitterStatus status ) : OpenTween.PostClass | ||
CreatePostsFromStatusData ( TwitterStatus status, bool favTweet ) : OpenTween.PostClass | ||
FindTopOfReplyChain ( PostClass>.IDictionary |
startStatusId からリプライ先の発言を辿る。発言は posts 以外からは検索しない。
|
|
GetTextLengthRemainInternal ( string postText, bool isDm ) : int | ||
ReplaceTextFromApi ( string text, TwitterEntities entities ) : string | ||
UpdateUserStats ( TwitterUser self ) : void |
ユーザーのフォロワー数などの情報を更新します
|
|
VerifyCredentials ( ) : void | ||
userStream_Started ( ) : void | ||
userStream_StatusArrived ( string line ) : void | ||
userStream_Stopped ( ) : void |
public ContainsUserAtList ( long listId, string user ) : Task |
||
listId | long | |
user | string | |
return | Task |
public CreateHtmlAnchor ( string text, List |
||
text | string | |
AtList | List |
|
entities | TwitterEntities | |
media | List |
|
return | string |
public CreateListApi ( string listName, bool isPrivate, string description ) : System.Threading.Task | ||
listName | string | |
isPrivate | bool | |
description | string | |
return | System.Threading.Task |
public DeleteList ( long listId ) : System.Threading.Task | ||
listId | long | |
return | System.Threading.Task |
public EditList ( long listId, string new_name, bool isPrivate, string description ) : Task |
||
listId | long | |
new_name | string | |
isPrivate | bool | |
description | string | |
return | Task |
public static GetApiResultCount ( MyCommon type, bool more, bool startup ) : int | ||
type | MyCommon | |
more | bool | |
startup | bool | |
return | int |
public GetDirectMessageApi ( bool read, MyCommon gType, bool more ) : System.Threading.Task | ||
read | bool | |
gType | MyCommon | |
more | bool | |
return | System.Threading.Task |
public GetFavoritesApi ( bool read, FavoritesTabModel tab, bool backward ) : System.Threading.Task | ||
read | bool | |
tab | FavoritesTabModel | |
backward | bool | |
return | System.Threading.Task |
public GetHomeTimelineApi ( bool read, HomeTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
read | bool | |
tab | HomeTabModel | |
more | bool | |
startup | bool | |
return | System.Threading.Task |
public GetListMembers ( long listId, List |
||
listId | long | |
lists | List |
|
cursor | long | |
return | Task |
public GetListStatus ( bool read, ListTimelineTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
read | bool | |
tab | ListTimelineTabModel | |
more | bool | |
startup | bool | |
return | System.Threading.Task |
public GetListsApi ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public static GetMaxApiResultCount ( MyCommon type ) : int | ||
type | MyCommon | |
return | int |
public GetMentionsTimelineApi ( bool read, MentionsTabModel tab, bool more, bool startup ) : System.Threading.Task | ||
read | bool | |
tab | MentionsTabModel | |
more | bool | |
startup | bool | |
return | System.Threading.Task |
public static GetQuoteTweetStatusIds ( IEnumerable |
||
entities | IEnumerable |
|
return | IEnumerable |
public static GetQuoteTweetStatusIds ( IEnumerable |
||
urls | IEnumerable |
|
return | IEnumerable |
public GetRelatedResult ( bool read, RelatedPostsTabModel tab ) : System.Threading.Task | ||
read | bool | |
tab | RelatedPostsTabModel | |
return | System.Threading.Task |
public GetSearch ( bool read, PublicSearchTabModel tab, bool more ) : System.Threading.Task | ||
read | bool | |
tab | PublicSearchTabModel | |
more | bool | |
return | System.Threading.Task |
public GetStatusApi ( bool read, long id, TabModel tab ) : System.Threading.Task | ||
read | bool | |
id | long | |
tab | TabModel | |
return | System.Threading.Task |
public GetStatusApi ( bool read, long id ) : Task |
||
read | bool | |
id | long | |
return | Task |
public GetTextLengthRemain ( string postText ) : int | ||
postText | string | |
return | int |
public GetUserTimelineApi ( bool read, string userName, UserTimelineTabModel tab, bool more ) : System.Threading.Task | ||
read | bool | |
userName | string | |
tab | UserTimelineTabModel | |
more | bool | |
return | System.Threading.Task |
public Initialize ( string token, string tokenSecret, string username, long userId ) : void | ||
token | string | |
tokenSecret | string | |
username | string | |
userId | long | |
return | void |
public static ParseSource ( string sourceHtml ) : Uri>.Tuple |
||
sourceHtml | string | |
return | Uri>.Tuple |
public PostRetweet ( long id, bool read ) : System.Threading.Task | ||
id | long | |
read | bool | |
return | System.Threading.Task |
public PostStatus ( string postStr, long reply_to, IReadOnlyList |
||
postStr | string | |
reply_to | long | |
mediaIds | IReadOnlyList |
|
return | System.Threading.Task |
public PreProcessUrl ( string orgData ) : string | ||
orgData | string | |
return | string |
public RefreshBlockIds ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public RefreshConfiguration ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public RefreshFollowerIds ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public RefreshMuteUserIdsAsync ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public RefreshNoRetweetIds ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public SendDirectMessage ( string postStr ) : System.Threading.Task | ||
postStr | string | |
return | System.Threading.Task |
public Twitter ( TwitterApi api ) : System.Diagnostics | ||
api | TwitterApi | |
return | System.Diagnostics |
public UploadMedia ( IMediaItem item ) : Task |
||
item | IMediaItem | |
return | Task |
public static VerifyApiResultCount ( MyCommon type, int count ) : bool | ||
type | MyCommon | |
count | int | |
return | bool |
public VerifyCredentialsAsync ( ) : System.Threading.Task | ||
return | System.Threading.Task |
public static VerifyFirstApiResultCount ( int count ) : bool | ||
count | int | |
return | bool |
public static VerifyMoreApiResultCount ( int count ) : bool | ||
count | int | |
return | bool |
public static Regex,System.Text.RegularExpressions DMSendTextRegex | ||
return |
public static Regex,System.Text.RegularExpressions StatusUrlRegex | ||
return |
public static Regex,System.Text.RegularExpressions ThirdPartyStatusUrlRegex | ||
return |