Property | 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 |
Method | Description | |
---|---|---|
GetKeywordSuggestions ( ) : List |
||
HasNewKeywordSuggestions ( ) : bool | ||
Init ( string screenName, |
||
ProcessItems ( IEnumerable |
||
ProcessTweeps ( IEnumerable |
||
ResetHasNewKeywordSuggestions ( ) : void | ||
SetIgnoreKeywords ( List |
||
Shutdown ( ) : void |
Method | Description | |
---|---|---|
DebugConsoleLog ( ) : void | ||
EstablishTargets ( ) : void | ||
ExecutePendingCommands ( ) : void | ||
FindKeywordsFromCurrentTweets ( IEnumerable |
||
FindPotentialTweets ( IEnumerable |
||
FindSuggestedTweeps ( ) : void | ||
FindTweepsToFollow ( IEnumerable |
||
GetMinClout ( ) : int | ||
GetMinRetweets ( ) : double | ||
GetMinWeight ( ) : double | ||
RespondToTweets ( IEnumerable |
||
SaveRuntimeSettings ( ) : void | ||
SendTweet ( Tweet tweet, bool isRetweet ) : bool | ||
SendTweets ( ) : void | ||
UpdateAverageWeight ( IEnumerable |
public Init ( string screenName, |
||
screenName | string | |
log | ||
return | void |
public ProcessItems ( IEnumerable |
||
tweets | IEnumerable |
|
return | Task |
public ProcessTweeps ( IEnumerable |
||
tweeps | IEnumerable |
|
return | Task |
public ResetHasNewKeywordSuggestions ( ) : void | ||
return | void |
public SetIgnoreKeywords ( List |
||
keywords | List |
|
return | void |