Skip to content

Instantly share code, notes, and snippets.

import sys
import json
import tweepy
secrets_file = 'secrets.json'
with open(secrets_file) as secrets_file:
keys = json.load(secrets_file)
print 'Connecting to Twitter and authenticating'
@skoppula
skoppula / build.sh
Last active December 22, 2015 00:07
LaTeX Problem Set Template
#!/bin/bash
file="my-solutions"
totalfile="$file"
# Compile the tex file
pdflatex --shell-escape -jobname=$totalfile ${file}.tex
# Cleanup the junk
rm -rf *.log *.aux missfont.log _minted* texput.log *.out *.dvi