mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 02:56:41 +01:00
minimal update
This commit is contained in:
Binary file not shown.
4
main.go
4
main.go
@@ -7,6 +7,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const version = "0.1-dev"
|
||||||
const minNumWords = 10
|
const minNumWords = 10
|
||||||
const minNumHashtag = 2
|
const minNumHashtag = 2
|
||||||
const iterationsCount = 3
|
const iterationsCount = 3
|
||||||
@@ -15,7 +16,10 @@ func main() {
|
|||||||
fmt.Println("---------------")
|
fmt.Println("---------------")
|
||||||
fmt.Print("\x1b[36;1m") //cyan
|
fmt.Print("\x1b[36;1m") //cyan
|
||||||
fmt.Println("goTweetsAnalyze initialized")
|
fmt.Println("goTweetsAnalyze initialized")
|
||||||
|
fmt.Print("\x1b[35;1m") //cyan
|
||||||
|
fmt.Println("https://github.com/arnaucode/goTweetsAnalyze")
|
||||||
fmt.Print("\x1b[0m") //defaultColor
|
fmt.Print("\x1b[0m") //defaultColor
|
||||||
|
fmt.Println("version " + version)
|
||||||
fmt.Println("Reading twitterConfig.json file")
|
fmt.Println("Reading twitterConfig.json file")
|
||||||
client := readConfigTokensAndConnect()
|
client := readConfigTokensAndConnect()
|
||||||
fmt.Println("---------------")
|
fmt.Println("---------------")
|
||||||
|
|||||||
Reference in New Issue
Block a user