Skip to content

Instantly share code, notes, and snippets.

View kyleboon's full-sized avatar

Kyle Boon kyleboon

View GitHub Profile
@kyleboon
kyleboon / find_classical_games.py
Created August 20, 2022 13:35
Finds classical length chess games played on chess.com
import chess.pgn
import requests
username = "kyle_b81"
year = "2022"
number_of_months = 8
with open(f"{year}.pgn", "w") as output_file:
for month_index in range(number_of_months):
api = f"https://api.chess.com/pub/player/{username}/games/{year}/{str(month_index + 1).zfill(2)}"

Kyle Boon is a Cloud Engineer for SmartThings in Minneapolis, MN. He has been developing web applications professionally for the last 11 years. Kyle is passionate about building scalable, maintainable, robust software systems and having fun while doing so. When not programming he obsesses over Ohio State football, golfs poorly, and rides bikes.

Keybase proof

I hereby claim:

  • I am kyleboon on github.
  • I am kyleboon (https://keybase.io/kyleboon) on keybase.
  • I have a public key whose fingerprint is ADD6 9635 3455 B440 3607 13C5 3178 083D D503 047E

To claim this, I am signing this object:

@kyleboon
kyleboon / bio.text
Last active December 14, 2015 05:59
Conference stuff
About Kyle Boon
Kyle Boon is a Technology Lead for Bloom Health in Minneapolis, MN. He has been developing web applications professionally for 9 years including 3 in groovy. Kyle is passionate about building scalable, maintainable, robust software systems and having fun while doing so. When not programming he obsesses over Ohio State football, golfs poorly, and brews beer.