Skip to content

Instantly share code, notes, and snippets.

View vbernardes's full-sized avatar

Vítor Bernardes vbernardes

View GitHub Profile
@KevinBalkoski
KevinBalkoski / leaderboard_pull.py
Created February 19, 2017 23:57
Pull 2017 Crossfit Open Leaderboard Data
import urllib
import requests
import pandas as pd
import sqlite3
import sys, traceback
import time
import random
# Connect to SQLite Database
conn = sqlite3.connect('open_2017.db')