Bitcoin Forum

Economy => Trading Discussion => Topic started by: hsharrison on January 28, 2014, 03:09:27 AM



Title: RELEASED: Python bindings for cryptsy.com API
Post by: hsharrison on January 28, 2014, 03:09:27 AM
I just published to GitHub a Python API to trade on cryptsy.com:
https://github.com/hsharrison/python-cryptsy

Please use it and enjoy. Post feedback here, but if you catch any bugs or have feature requests please post them on GitHub as well.


Title: Re: RELEASED: Python bindings for cryptsy.com API
Post by: AllanAV on January 29, 2014, 02:26:51 AM
Thank you!
Would you mind if I use parts of you code on an application I'm developing?
I'll give credit on on the read me and comments, as well as link to your app.


Title: Re: RELEASED: Python bindings for cryptsy.com API
Post by: hsharrison on January 29, 2014, 04:14:55 AM
Of course I wouldn't mind, it's open source after all!

Although the preferred method would be to install python-cryptsy and use it as a dependency in your project, rather than just copying parts of it. Then, if you make any improvements to python-cryptsy that make it more convenient to you, you can submit them as pull requests on github and others can benefit.