mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-06 18:46:40 +01:00
readme with instructions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,4 +25,5 @@ _testmain.go
|
||||
|
||||
|
||||
twitterConfig.json
|
||||
build/twitterConfig.json
|
||||
temp
|
||||
|
||||
20
README.md
20
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
|
||||
|
||||
Reference in New Issue
Block a user