Giter Club home page Giter Club logo

coinbase-pro's Introduction

teleprint.me

Portfolio

About

OS Dist Server License

Languages

Stats

Donate

If you find value in the projects and believe in the work being done, consider making a donation. Your generous contribution will directly support the ongoing development and maintenance of these projects, helping to ensure they remain free and accessible to all. Donations can be made using Bitcoin:

Bitcoin

coinbase-pro's People

Contributors

teleprint-me avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

daegeee zupollask

coinbase-pro's Issues

user guide

hi teleprint-me, i was previously playing around with the old cbpro package and while that worked for some things, i noticed some issues and found your fork/new project. while i code in python, i'm more of a data scientist (vs dev) and so it's a little hard for me to immediately jump into using your package (perhaps because i code closer to the way cbpro did it...although maybe that's less robust :) - is there a user guide that i'm missing? if not, can i suggest something like this: https://algotrading101.com/learn/coinbase-pro-api-guide/ - this was very helpful for me with cbpro

websocket-client not included in install

Bug

Bug in install script when install coinbase-pro module via pip

mkdir test
cd test
touch main.py settings.json
virtualenv venv
source venv/bin/activate
pip install -U pip bpython
deactivate
source venv/bin/activate
pip install -U git+https://github.com/teleprint-me/coinbase-pro.git#egg=coinbase-pro

Expected results should include both requests and websocket-client.

Actual results exclude websocket-client after proper install.

$ pip list --format=columns
Package            Version
------------------ ---------
blessings          1.7
bpython            0.21
certifi            2021.10.8
charset-normalizer 2.0.7
coinbase-pro       2.1.1
curtsies           0.3.10
cwcwidth           0.1.5
greenlet           1.1.2
idna               3.3
pip                21.3.1
Pygments           2.10.0
pyxdg              0.27
requests           2.26.0
setuptools         58.1.0
six                1.16.0
urllib3            1.26.7
wheel              0.37.0

Manual install of the websocket-client package resolves the missing dependency issue.

$ pip install -U websocket-client
$ pip list --format=columns      
Package            Version
------------------ ---------
blessings          1.7
bpython            0.21
certifi            2021.10.8
charset-normalizer 2.0.7
coinbase-pro       2.1.1
curtsies           0.3.10
cwcwidth           0.1.5
greenlet           1.1.2
idna               3.3
pip                21.3.1
Pygments           2.10.0
pyxdg              0.27
requests           2.26.0
setuptools         58.1.0
six                1.16.0
urllib3            1.26.7
websocket-client   1.2.1
wheel              0.37.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.