Skip to content

Instantly share code, notes, and snippets.

View goldblatt's full-sized avatar

Susan G. goldblatt

  • San Francisco, CA
View GitHub Profile
@goldblatt
goldblatt / mint_total_month_budget
Created September 15, 2015 03:03
basic code for the text message budget spending code
from twilio.rest import TwilioRestClient
import datetime
import settings
import mintapi # TODO: look into this repo
class TwilioHandler:
def __init__(self, mint_email, mint_password):