Skip to content

Instantly share code, notes, and snippets.

View mdlindsey's full-sized avatar

Dan Lindsey mdlindsey

View GitHub Profile
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"existingStorageAccountResourceGroupName": {
"type": "string",
"metadata": {
"description": "Resource group for existing storage account"
}
},
@mdlindsey
mdlindsey / README.md
Last active June 14, 2022 11:05
TRN API Warzone Scraper

Tracker.gg API Warzone Scraper

This was once used in Stagg but was removed for a few reasons:

  1. Data was slow to update and fetch
  2. No authentication leads to easily exceeding rate limits
  3. Match data was missing player loadouts among other things
  4. Profiles cannot be fetched until they are initialized (must visit profile URL before fetching data)

How-to