You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucode be2b96630b in analyze tweet, group retweets by same minute 6 years ago
..
README.md readme build usage 7 years ago
argos in analyze tweet, group retweets by same minute 6 years ago
argos.exe in analyze tweet, group retweets by same minute 6 years ago
twitterConfig_DEMO.json reorganization and a little bit of code robustness, and implemented TweetRandom functionallity 7 years ago

README.md

Argos

How to use

Linux

Download the file argos

needs a twitterConfig.json file on the /build or the folder where is placed argos file, with the content:

{
    "consumer_key": "xxxxxxxxxxxxxxxx",
    "consumer_secret": "xxxxxxxxxxxxxxxx",
    "access_token_key": "xxxxxxxxxxxxxxxx",
    "access_token_secret": "xxxxxxxxxxxxxxxx"
}

The tokens and keys, need to be obtained from twitter apps page: https://apps.twitter.com

To run it:

  • go to the /build folder or the folder where is placed argos file
  • open terminal
  • execute the script with:
./argos
  • follow the instructions that appears on the terminal