C# 클래스 Postworthy.Tasks.Bot.Streaming.TweetBotProcessingStep

상속: IProcessingStep, ITweepProcessingStep, IKeywordSuggestionStep
파일 보기 프로젝트 열기: postworthy/postworthy

Private Properties

프로퍼티 타입 설명
DebugConsoleLog void
EstablishTargets void
ExecutePendingCommands void
FindKeywordsFromCurrentTweets void
FindPotentialTweets void
FindSuggestedTweeps void
FindTweepsToFollow void
GetMinClout int
GetMinRetweets double
GetMinWeight double
RespondToTweets IEnumerable
SaveRuntimeSettings void
SendTweet bool
SendTweets void
UpdateAverageWeight void

공개 메소드들

메소드 설명
GetKeywordSuggestions ( ) : List
HasNewKeywordSuggestions ( ) : bool
Init ( string screenName, TextWriter log ) : void
ProcessItems ( IEnumerable tweets ) : Task>
ProcessTweeps ( IEnumerable tweeps ) : Task>>
ResetHasNewKeywordSuggestions ( ) : void
SetIgnoreKeywords ( List keywords ) : void
Shutdown ( ) : void

비공개 메소드들

메소드 설명
DebugConsoleLog ( ) : void
EstablishTargets ( ) : void
ExecutePendingCommands ( ) : void
FindKeywordsFromCurrentTweets ( IEnumerable tweets ) : void
FindPotentialTweets ( IEnumerable tweets ) : void
FindSuggestedTweeps ( ) : void
FindTweepsToFollow ( IEnumerable tweets ) : void
GetMinClout ( ) : int
GetMinRetweets ( ) : double
GetMinWeight ( ) : double
RespondToTweets ( IEnumerable tweets ) : IEnumerable
SaveRuntimeSettings ( ) : void
SendTweet ( Tweet tweet, bool isRetweet ) : bool
SendTweets ( ) : void
UpdateAverageWeight ( IEnumerable tweets ) : void

메소드 상세

GetKeywordSuggestions() 공개 메소드

public GetKeywordSuggestions ( ) : List
리턴 List

HasNewKeywordSuggestions() 공개 메소드

public HasNewKeywordSuggestions ( ) : bool
리턴 bool

Init() 공개 메소드

public Init ( string screenName, TextWriter log ) : void
screenName string
log System.IO.TextWriter
리턴 void

ProcessItems() 공개 메소드

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
리턴 Task>

ProcessTweeps() 공개 메소드

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
리턴 Task>>

ResetHasNewKeywordSuggestions() 공개 메소드

public ResetHasNewKeywordSuggestions ( ) : void
리턴 void

SetIgnoreKeywords() 공개 메소드

public SetIgnoreKeywords ( List keywords ) : void
keywords List
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void