Documentation
¶
Overview ¶
Package twitter implements a Timeliner service for importing and downloading data from Twitter.
Index ¶
Constants ¶
View Source
const ( DataSourceName = "Twitter" DataSourceID = "twitter" )
Service name and ID.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Retweets bool // whether to include retweets Replies bool // whether to include replies to tweets that are not our own; i.e. are not a continuation of thought HTTPClient *http.Client // contains filtered or unexported fields }
Client implements the timeliner.Client interface.
Click to show internal directories.
Click to hide internal directories.