Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akagi201/wootrade-sdk-py
Python SDK for WooX exchange
https://github.com/akagi201/wootrade-sdk-py
api crypto exchange rest sdk websocket woo
Last synced: 5 days ago
JSON representation
Python SDK for WooX exchange
- Host: GitHub
- URL: https://github.com/akagi201/wootrade-sdk-py
- Owner: Akagi201
- Created: 2023-09-26T09:38:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-17T02:19:25.000Z (10 months ago)
- Last Synced: 2024-01-17T09:29:12.711Z (10 months ago)
- Topics: api, crypto, exchange, rest, sdk, websocket, woo
- Language: Python
- Homepage: https://woo.org/
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wootrade-sdk-py
[![PyPI version](https://badge.fury.io/py/wootrade-sdk.svg)](https://badge.fury.io/py/wootrade-sdk)
**Note: not maintained anymore, just use the awesome ccxt**
api doc:
Fork from to make it work.
## Install dep
```sh
poetry add wootrade_sdk
```## Usage
```sh
poetry install
poetry shell # enter the virtual env
black . # format code
cd examples
python get_all_symbols_price_change_percentage.py
```