diff --git a/config.xlsx b/config.xlsx index b8b9137..d8bc426 100755 Binary files a/config.xlsx and b/config.xlsx differ diff --git a/runner/instagram.go b/runner/instagram.go index 8d3e8bb..f396bbb 100644 --- a/runner/instagram.go +++ b/runner/instagram.go @@ -141,7 +141,8 @@ func (r *Runner) GetIntsaEgagement(urls []string) []InstaPost { if res.Views != 0 { res.Type = "Video" - res.Engagement = res.Views + res.Comments + //res.Engagement = res.Views + res.Comments + res.Engagement = 0 } else { res.Type = "Image" res.Engagement = res.Likes + res.Comments