From c48bf605787463b4569ef417f812a785735cbdf7 Mon Sep 17 00:00:00 2001 From: arnaucode Date: Wed, 12 Apr 2017 19:21:35 +0200 Subject: [PATCH] readme with instructions --- .gitignore | 1 + README.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index ff83f2f..0f950b1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,5 @@ _testmain.go twitterConfig.json +build/twitterConfig.json temp diff --git a/README.md b/README.md index f263020..1df9555 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # goTweetsAnalyze twitter analyzer written in Go lang + +needs a .json file with the content: +``` +{ + "consumer_key": "xxxxxxxxxxxxxxxx", + "consumer_secret": "xxxxxxxxxxxxxxxx", + "access_token_key": "xxxxxxxxxxxxxxxx", + "access_token_secret": "xxxxxxxxxxxxxxxx" +} + +``` + +to run it: +- go to the /build folder +- open terminal +- execute the script with: +``` +./goTweetsAnalyze +``` +- follow the instructions