URL: http://kungfupeople.com/signup/

My first Twitter app - KungFuPeople.com I've just finished my first Twitter app. It's basically a just a about using OAuth to allow people to sign up to KungFuPeople.com without having to pick yet another password.

I simply took the oauth.py module by Leah Culver and wrapped it with some useful functions taken from a similar Twitter app we've done at work.

Unlike other Twitter apps for this one I'm using Twitter solely for handling authorization and authentication. That means that it has to work with the existing user + profile functionality but just side-step the sign up and login.

Next goal: Google OAuth

Your email will never ever be published.

Previous:
Comparing jsmin and slimmer September 17, 2009 Python
Next:
London Frock Exchange launched September 26, 2009 Work, Django
Related by category:
Claude Opus is 10x faster than OpenAI GPT 5 at non-streaming completions July 24, 2026 Python
Best Django Redis configuration for speed and size July 19, 2026 Python
How to use a list/tuple/array in Django with a raw SQL cursor July 14, 2026 Python
Using AI to rewrite blog post comments November 12, 2025 Python
Related by keyword:
Integrate BrowserID in a Tornado web app November 22, 2011 Tornado, Mozilla
Git + Twitter = Friedcode April 22, 2009 Python, Linux
WSSE Authentication and Apache December 13, 2007 Python
OpenID, Attribute Exchange, SReg, python-openid and Google April 23, 2010 Python, Web development