Skip to content

Instantly share code, notes, and snippets.

View salarsen's full-sized avatar

Spencer salarsen

  • Seattle, WA
View GitHub Profile
@salarsen
salarsen / RedeemKeys.py
Created April 24, 2020 05:27 — forked from musshorn/RedeemKeys.py
Python script to redeem bulk steam keys
'''
Python3 Bulk Steam key importer
Requires the pip library 'steam'
Run `pip install steam` if you're unsure
Code expects a text file with keys line seperated. For example:
XXXXX-YYYYY-ZZZZZ
@salarsen
salarsen / crayola.json
Created February 9, 2017 01:37 — forked from jjdelc/crayola.json
Crayola colors in JSON format
[
{
"hex": "#EFDECD",
"name": "Almond",
"rgb": "(239, 222, 205)"
},
{
"hex": "#CD9575",
"name": "Antique Brass",
"rgb": "(205, 149, 117)"