Skip to content

Instantly share code, notes, and snippets.

View kyle-swygert's full-sized avatar

Kyle "1ncredibr0" Swygert kyle-swygert

  • Washington State
View GitHub Profile
@georgekurdin
georgekurdin / read me.rst
Last active October 20, 2021 20:24
Streamlabs TLDR
@IvantheTricourne
IvantheTricourne / getGamesOnDate.js
Last active May 30, 2020 00:34
See first comment for usage/installation instructions.
// slippi deps
const fs = require('fs');
const _ = require('lodash');
const path = require('path');
const slp = require('slp-parser-js');
const SlippiGame = slp.default; // npm install slp-parser-js
// cli deps
const yargs = require('yargs'); // npm install yargs
/////////////////////////////////////////////////////////////////