mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 19:16:40 +01:00
analyzes week days frequency and hour frequency
This commit is contained in:
4
main.go
4
main.go
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user