twitter

package
v1.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2022 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg config.APIConfig) (resolvers []resolver.CustomURLManager)

Types

type TweetApiResponse

type TweetApiResponse struct {
	ID        string `json:"id_str"`
	Text      string `json:"full_text"`
	Timestamp string `json:"created_at"`
	Likes     uint64 `json:"favorite_count"`
	Retweets  uint64 `json:"retweet_count"`
	User      struct {
		Name            string `json:"name"`
		Username        string `json:"screen_name"`
		ProfileImageUrl string `json:"profile_image_url_https"`
	} `json:"user"`
	Entities struct {
		Media []struct {
			Url string `json:"media_url_https"`
		} `json:"media"`
	} `json:"entities"`
}

type TwitterUserApiResponse

type TwitterUserApiResponse struct {
	Name            string `json:"name"`
	Username        string `json:"screen_name"`
	Description     string `json:"description"`
	Followers       uint64 `json:"followers_count"`
	ProfileImageUrl string `json:"profile_image_url_https"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL