Skip to content

chadaporter1/python-bittrex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-bittrex

Python bindings for bittrex. I am Not associated -- use at your own risk, etc.

For python 2 - other forks are based on Python 3. The most signiciant difference is that urllib was split into submodules for Python 3.

Another thing: buy_market works in this fork. Even though 'trex apparently has disabled it.

In order to run the integration tests, a file called "secrets.json" must be added to the root folder of this distro. I.e. the same directory as this README. Structure it as follows, adding your API keys:


{

  "key": "mykey",
  "secret": "mysecret"
}

Getting an API key

  1. Enable 2FA
  2. Add a key by pressing "Add Key" and choosing what you want to enable. Then press "Update Key" to add it.

About

Python bindings for bittrex

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%