Post
Topic
Board Bitcoin Technical Support
Re: Req: Python MtGox auth example
by
rokj
on 19/02/2012, 15:45:36 UTC
https://github.com/rokj/bitcoin_dealer/blob/master/exchange/exchange/mtgox.py

Here it is how I am doing, but it supports older API.

Will implement support for newer API in few days.

UPDATE: Here is for APIv1 https://github.com/rokj/bitcoin_dealer/blob/master/exchange/exchange/mtgox1.py