Skip to content

Instantly share code, notes, and snippets.

@RevStrangeHope
Created June 19, 2018 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RevStrangeHope/aa887d130e1053a336eb70adc85ea28d to your computer and use it in GitHub Desktop.
Save RevStrangeHope/aa887d130e1053a336eb70adc85ea28d to your computer and use it in GitHub Desktop.
Step 1. Learn how to add HTTP headers to Curl Request [API Key]
Step 2. Create a Script which outputs the Match ID format to a txt file [Example: 435861691508266437]
Step 3. Using that txt file create a bash script that will
URL Formating is as such
API's IP ADRESS REMOVED/v1/tournaments/{tournament_id}/matches
to
API's IP ADRESS REMOVED/v1/tournaments/435861691508266437/matches
Example of matchid txt file output
435861697816500469
435861899210196672
435861892197319291
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment