mirror of
https://github.com/arnaucube/argos.git
synced 2026-02-07 11:06:39 +01:00
readme with instructions
This commit is contained in:
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