improved user analysis

This commit is contained in:
arnaucode
2017-06-23 04:23:56 +02:00
parent 657dd9b805
commit 1b7865d715
2 changed files with 37 additions and 0 deletions

View File

@@ -62,5 +62,6 @@ func optionAnalyzeUserTweets(client *twitter.Client) {
fmt.Println(" ")
fmt.Print("User @")
c.Cyan(username)
analyzeUserAccount(client, username)
fmt.Println(" analysis finished")
}