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

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