Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 482 Bytes

tradeking-apis

Wrappers for TradeKing's API calls.

Requirements

requests - 0.14.1

requests-oauth - 0.4.1

pip install requests-oauth

Setup

set environment variables:

TK_CONSUMER_KEY
TK_CONSUMER_SECRET
TK_OAUTH_TOKEN
TK_OAUTH_SECRET

to the values given by tradeking or pass them in explicitly.