Browse Source

readme with instructions

master
arnaucode 7 years ago
parent
commit
c48bf60578
2 changed files with 21 additions and 0 deletions
  1. +1
    -0
      .gitignore
  2. +20
    -0
      README.md

+ 1
- 0
.gitignore

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

+ 20
- 0
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

Loading…
Cancel
Save