C# Class IrcDotNet.TwitterBotUser

Afficher le fichier Open project: IrcDotNet/IrcDotNet Class Usage Examples

Méthodes publiques

Méthode Description
ListTweetsMentioningMe ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
ListTweetsOnHomeTimeline ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
LogIn ( string username, string password ) : bool
LogOut ( ) : void
SendTweet ( string text ) : TwitterStatus
TwitterBotUser ( ) : System.Collections.Generic
TwitterBotUser ( IrcUser ircUser ) : System.Collections.Generic

Method Details

ListTweetsMentioningMe() public méthode

public ListTweetsMentioningMe ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
tweetCount int
Résultat IEnumerable

ListTweetsOnHomeTimeline() public méthode

public ListTweetsOnHomeTimeline ( int tweetCount = defaultReplyTweetCount ) : IEnumerable
tweetCount int
Résultat IEnumerable

LogIn() public méthode

public LogIn ( string username, string password ) : bool
username string
password string
Résultat bool

LogOut() public méthode

public LogOut ( ) : void
Résultat void

SendTweet() public méthode

public SendTweet ( string text ) : TwitterStatus
text string
Résultat TwitterStatus

TwitterBotUser() public méthode

public TwitterBotUser ( ) : System.Collections.Generic
Résultat System.Collections.Generic

TwitterBotUser() public méthode

public TwitterBotUser ( IrcUser ircUser ) : System.Collections.Generic
ircUser IrcUser
Résultat System.Collections.Generic