Posts Tagged ‘twitter’

django-twitter-oauth on github

Thursday, June 16th, 2011

Just a quick post to link (one of my) works in progress – django-twitter-oauth that I forked on github. It is a work in progress as I am using it on another project I’m working on currently so, hopefully, this app can only get better over time. There are a few things I may want to change (caching the access token in the session instead of always going to the DB) and, really, this has not been tested on MySQL yet (I am using sqlite3 for dev), but it should work. Works well so far. Only a few problems I have yet to start working on (off the top of my head, random BadStatusLine exception every once in a while, mainly) .

I will try to update my blog whenever I update the app with what I changed, but we’ll see.

Twitter-Based Exception Logger

Friday, November 20th, 2009
1
2
3
4
5
6
7
8
try
{
   //some code goes here
}
catch (Exception e)
{
   logToTwitter("Application Name", e.getStackTrace());
}

(more…)

Will The Real “24″ Bad Guy Please Stand Up

Friday, January 30th, 2009

A very amusing question/answer session on my Twitter friend timeline:

troypayne What’s the name of the bad guy in 24 right now?
Man with the right people being followed, Twitter becomes quite the riot. Thanks, guys. That made my day. But seriously, isn’t that just the truth?