readme with instructions

This commit is contained in:
arnaucode
2017-04-12 19:21:35 +02:00
parent a7a888cc8f
commit c48bf60578
2 changed files with 21 additions and 0 deletions

1
.gitignore vendored
View File

@@ -25,4 +25,5 @@ _testmain.go
twitterConfig.json
build/twitterConfig.json
temp

View File

@@ -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