Skip to content

Instantly share code, notes, and snippets.

View kaapstorm's full-sized avatar

Norman Hooper kaapstorm

  • Dimagi, Inc.
  • Edinburgh, Scotland
View GitHub Profile
@kaapstorm
kaapstorm / fbworkon
Last active May 15, 2019 10:25
Set your current FogBugz case from the command line
#!/usr/bin/env python3
from datetime import datetime
import os
import re
import sys
import requests
import yaml
RC_FILENAME = '~/.fbworkonrc'