analyzes week days frequency and hour frequency

This commit is contained in:
arnaucode
2017-04-13 17:36:40 +02:00
parent c48bf60578
commit 0d10f80cef
7 changed files with 131 additions and 52 deletions

View File

@@ -7,6 +7,8 @@ import (
"strings"
)
const minNumWords = 4
func main() {
fmt.Println("---------------")
fmt.Println("goTweetsAnalyze initialized")
@@ -28,7 +30,7 @@ option to select: `
switch option {
case "1":
fmt.Println("selected 1 - Analyze username")
analyzeUsername(client)
getUser(client)
break
case "2":
fmt.Println("selected 2 - Delete all Favs")