twitter

package
v0.0.0-...-07d62d3 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Tweet

type Tweet struct {
	TweeterUsername string   `json:"tweeter_username"`
	TweeterAuthorId string   `json:"tweeter_author_id"`
	TweetContent    string   `json:"tweet_content"`
	Hashtags        []string `json:"hashtags"`
	Url             string   `json:"url"`
}

type User

type User struct {
	Username  string `json:"username"`
	Url       string `json:"url"`
	Followers uint64 `json:"followers"`
	Following uint64 `json:"following"`
}

Jump to

Keyboard shortcuts

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