6 Apr 2012 20:34
Three
Hey everyone, I created the Python Open311 API wrapper last summer for Code for America (I was an intern then, and I'm now a fellow), and wanted to introduce its successor, Three: http://github.com/codeforamerica/three I've talked to some of you previously about Three and what I hope to accomplish with it which is to make the Open311 API as absolutely user-friendly and easy-to-use as possible. It currently allows you to interact with 29 different Open311 cities using some pretty simple code. For instance, if we were going to look at the services and requests for Macon, Georgia import three three.city('macon') three.services() three.requests() If interested, you should check out the code (and documentation) on Github and submit any bug reports or pull requests. Thanks! Zach
RSS Feed