#!/usr/bin/env python import sys import urllib q = { 'f': sys.argv[1] } print 'http://nella.org/jra/geek/captionate/conv.cgi?' + urllib.urlencode(q)