Tag Archives: Python
Python websocket server ( websocket protocol 76 )
A simple python server that handshakes (version 76 of the ietf websocket protocol ) an HTML5 enabled browser connecting to it using websockets. Also includes basic message framing. Continue reading
[OwlKun] Integrating OAuth with Twitter’s API in python
I believe everyone’s heard that Twitter will be doing away with basic authentication come June ’10. They’re switching to OAuth. It’s a mechanism via which a consumer (C) and access the resources of a site (S), on behalf of a … Continue reading