Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Profile ¶
type Profile struct {
Avatar string
Banner string
Biography string
Birthday string
FollowersCount int
FollowingCount int
IsPrivate bool
IsVerified bool
Joined *time.Time
LikesCount int
Location string
Name string
TweetsCount int
URL string
UserID string
Username string
Website string
}
Profile of twitter user.
func GetProfile ¶
GetProfile return parsed user profile.
type Tweet ¶
type Tweet struct {
HTML string
ID string
IsPin bool
IsRetweet bool
Likes int
PermanentURL string
Photos []string
Replies int
Retweets int
Text string
TimeParsed time.Time
Timestamp int64
URLs []string
UserID string
Username string
Videos []Video
}
Tweet type.
func FetchSearchTweets ¶
FetchSearchTweets gets tweets for a given search query, via the Twitter frontend API
Click to show internal directories.
Click to hide internal directories.