Documentation ¶ Index ¶ func BuildQuery(query string, excludes []string, filters []string) string type Client func NewClient(accessToken, accessTokenSecret, consumerKey, consumerSecret string) *Client func (c *Client) SearchTweets(query string, maxId, sinceId int64) ([]anaconda.Tweet, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BuildQuery ¶ func BuildQuery(query string, excludes []string, filters []string) string Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(accessToken, accessTokenSecret, consumerKey, consumerSecret string) *Client func (*Client) SearchTweets ¶ func (c *Client) SearchTweets(query string, maxId, sinceId int64) ([]anaconda.Tweet, error) Source Files ¶ View all Source files client.goquery.go Click to show internal directories. Click to hide internal directories.