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.

31 lines
662 B

  1. # Argos
  2. ## How to use
  3. ### Linux
  4. Download the file **argos**
  5. needs a **twitterConfig.json** file on the **/build** or the folder where is placed **argos** file, with the content:
  6. ```
  7. {
  8. "consumer_key": "xxxxxxxxxxxxxxxx",
  9. "consumer_secret": "xxxxxxxxxxxxxxxx",
  10. "access_token_key": "xxxxxxxxxxxxxxxx",
  11. "access_token_secret": "xxxxxxxxxxxxxxxx"
  12. }
  13. ```
  14. The tokens and keys, need to be obtained from twitter apps page: https://apps.twitter.com
  15. To run it:
  16. - go to the **/build** folder or the folder where is placed **argos** file
  17. - open terminal
  18. - execute the script with:
  19. ```
  20. ./argos
  21. ```
  22. - follow the instructions that appears on the terminal