jmhobbs@pyhacker /archive2011/pysiri-python-interface-siri/
$ date
Wed Nov 23 11:34:00 MST 2011
$ cat teaser
pysiri - A Python interface to Siri
Last week, the guys at Applidium posted an article on their blog with the technical details to the Siri HTTPS server (the blog post has since been taken down). Along with the article, they published some proof of concept code written in Ruby. That code can be found here. Anyway, I thought it'd be fun to port that code to Python and thus pysiri was...
Read more...
jmhobbs@pyhacker /archive2011/convert-comments-exported-disqus-wxr/
$ date
Fri Nov 11 10:57:50 MST 2011
$ cat teaser
Convert comments exported from Disqus to WXR
When I moved the Python code from my other site (http://www.thehobbsfamily.net) to this site, I wanted to move the comments from those posts over too. I'm using Disqus for the comments on the site and the comment migration tool Disqus provides didn't seem to work for me. The only way I could think of migrating those comments over was to export them from the other site then import them into this...
Read more...
jmhobbs@pyhacker /archive2011/liquid-planner/
$ date
Mon Oct 31 12:58:12 MDT 2011
$ cat teaser
Liquid Planner
We use Liquid Planner at my job to manage our projects and timesheets. Liquid Planner provides a nice RESTful API so I wrote some python to access some of the functions.
Read more...
jmhobbs@pyhacker /archive2011/paychex-paystubs/
$ date
Mon Oct 31 12:54:25 MDT 2011
$ cat teaser
Paychex paystubs
The company I work for uses Paychex to handle payroll. Paychex provides a website where, among other things, you can download your paystubs. Rather than manually logging in and downloading my current paystub every paycheck, I wrote a script that does it for me.
Read more...
jmhobbs@pyhacker /archive2011/boxee-box-nfo-file-creator/
$ date
Mon Oct 31 12:48:34 MDT 2011
$ cat teaser
Boxee Box NFO file creator
The Boxee Box is a great piece of hardware. The main thing I use it for is streaming local content from my network. For most of the movies and TV shows, Boxee does a great job of figuring out what it is and downloading information and thumbnails. Occasionally it doesn't work even though the movie/TV show is found on IMDB/TVDB.
In the cases where Boxee messes up, I...
Read more...