package
Version:
v0.0.0-...-d807890
Opens a new window with list of versions in this module.
Published: Feb 1, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ScrapeInstagramSentiment(link string)
type Post struct {
Username string `json:"username"`
Message string `json:"message"`
CompoundScore float64 `json:"compund_score"`
PositiveScore float64 `json:"positive_score"`
NeutralScore float64 `json:"neutral_score"`
NegativeScore float64 `json:"negative_score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.