Skip to content

Instantly share code, notes, and snippets.

View hallfox's full-sized avatar

Taylor Foxhall hallfox

  • Bloomberg LP
View GitHub Profile
@hallfox
hallfox / claim_ebook.py
Created November 11, 2015 03:36
Script to claim free ebook of the day
import requests
import re
import os.path
import getpass
import time
import datetime
# Configure save path here
savePath = "/home/" + getpass.getuser() + "/Desktop/"