scottjbarr / bitfinex-py

A Python client for the Bitfinex API
MIT License
134 stars 131 forks source link

Clean-up and made bitfinex module independent of decouple #5

Closed Fatsie closed 8 years ago

Fatsie commented 8 years ago

I like to use my own way of storing key/secret pair. Pass them to TradeClient when creating an object. bitfinex_test.py changes are not tested.

Also did small clean-ups.

scottjbarr commented 8 years ago

Thanks @Fatsie :)