Versions in this module Expand all Collapse all v1 v1.1.0 May 18, 2021 Changes in this version + func GetTweets(username string) <-chan *twitterscraper.Result + func GetUserID(username string) (string, error) + func Register() error + type Bot struct + Username string + func NewUser(id int, username, password string, timeout int) (Bot, context.CancelFunc, error) + func (b Bot) EnsureCommented(tweetURL, nick, text string) + func (b Bot) EnsureFollowed(who string) error + func (b Bot) EnsureFollowingReciprocity(who string) error + func (b Bot) EnsureLiked(tweetURL string) + func (b Bot) EnsureRetweeted(tweetURL string) + func (b Bot) Follow(who string) error + func (b Bot) IsCommented(tweetURL, nick string) (bool, error) + func (b Bot) IsFollowed(who string) (bool, error) + func (b Bot) IsFollowing(who string) (bool, error) + func (b Bot) IsLiked(tweetURL string) (bool, error) + func (b Bot) IsLoggedIn() (bool, error) + func (b Bot) IsProfileAccessible() (bool, error) + func (b Bot) IsRetweeted(tweetURL string) (bool, error) + func (b Bot) IsTweetAvailable(tweetURL string) (bool, error) + func (b Bot) LogCommentLink(tweetURL string) + func (b Bot) Login() error + func (b Bot) MaybeLike(tweetURL string, chance float32) + func (b Bot) MaybeRetweet(tweetURL string, chance float32) + func (b Bot) Open() error + func (b Bot) Post(text string) error + func (b Bot) Reply(tweetURL, text string) + func (b Bot) ReplyFromTemplate(tweetURL, template string) + func (b Bot) TrollReply(tweetURL string) + func (b Bot) Unfollow(who string) error