C# Class Postworthy.Tasks.Bot.Streaming.TweetBotProcessingStep

Inheritance: IProcessingStep, ITweepProcessingStep, IKeywordSuggestionStep
Afficher le fichier Open project: postworthy/postworthy

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetKeywordSuggestions() public méthode

public GetKeywordSuggestions ( ) : List
Résultat List

HasNewKeywordSuggestions() public méthode

public HasNewKeywordSuggestions ( ) : bool
Résultat bool

Init() public méthode

public Init ( string screenName, TextWriter log ) : void
screenName string
log System.IO.TextWriter
Résultat void

ProcessItems() public méthode

public ProcessItems ( IEnumerable tweets ) : Task>
tweets IEnumerable
Résultat Task>

ProcessTweeps() public méthode

public ProcessTweeps ( IEnumerable tweeps ) : Task>>
tweeps IEnumerable
Résultat Task>>

ResetHasNewKeywordSuggestions() public méthode

public ResetHasNewKeywordSuggestions ( ) : void
Résultat void

SetIgnoreKeywords() public méthode

public SetIgnoreKeywords ( List keywords ) : void
keywords List
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void