small update

This commit is contained in:
arnaucode
2017-04-18 01:46:48 +02:00
parent 19b11221bc
commit a4ee1767e3
6 changed files with 40 additions and 16 deletions

View File

@@ -13,12 +13,10 @@ const minNumHashtag = 2
const iterationsCount = 3
func main() {
c.DarkGray("Argus Panoptes")
fmt.Println("---------------")
fmt.Print("\x1b[36;1m") //cyan
fmt.Println("goTweetsAnalyze initialized")
fmt.Print("\x1b[35;1m") //cyan
fmt.Println("https://github.com/arnaucode/goTweetsAnalyze")
fmt.Print("\x1b[0m") //defaultColor
c.Cyan("argus initialized")
c.Purple("https://github.com/arnaucode/argus")
fmt.Println("version " + version)
fmt.Println("Reading twitterConfig.json file")
client := readConfigTokensAndConnect()