bits of site code for bullspec
Last updated Tue Dec 15 05:47:56 -0800 2009
Simple Twitter (and supporting OAuth code and minimal file persistence) client for the Go program...
Last updated Thu Nov 19 13:15:10 -0800 2009
Example Google App Engine app with inbound mail processing of attachments, use of Imgur API to up...
Last updated Wed Oct 14 11:55:05 -0700 2009
fixed error in example code (additional_params)
Think about factoring out the db Model
add retry for timeout
add simple ACK checking
formatted usage section a little more nicely
removed extraneous imports
added usage docstring to bullpay
replaced 8-space indent with tabs in the few places it was clinging.
refactor: Generalized the callback functions.
added (non-working due to http.Get not supporting https) Google and Yahoo OAuth client defs.
move /replies to /twitter/replies or similar
allow logout (expire cookie/session)
Check-in simple file-based persistence for sessions and tokens
allow for logout to delete session
also moved auth tokens to the minimal (terrible) file-based persistence model
added simple file-based persistence service for sessions
updated session code a bit, uses a SessionService in prep for move to persistence-backed sessions
learn how to use templates to display replies in a less ugly way
customize session key other than "sid"
Discover how to make "login required" more generic