mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 19:16:40 +01:00
small update
This commit is contained in:
8
main.go
8
main.go
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user