twitterpostsentiment

package
v0.0.0-...-d807890 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ScrapeTwitterPostSentiment

func ScrapeTwitterPostSentiment(url string)

Types

type Tweet

type Tweet struct {
	Name              string  `json:"name"`
	Username          string  `json:"username"`
	Message           string  `json:"message"`
	Sentiment         string  `json:"sentiment"`
	CompoundSentiment float64 `json:"compound_sentiment"`
	PositiveSentiment float64 `json:"positive_sentiment"`
	NegativeSentiment float64 `json:"negative_sentiment"`
	NeutralSentiment  float64 `json:"neutral_sentiment"`
}

Jump to

Keyboard shortcuts

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