progress
This commit is contained in:
parent
03e46c8254
commit
41f5d95bbc
@ -1,16 +1,16 @@
|
||||
{
|
||||
"folders": [
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
"path": "../cvttpy_tools"
|
||||
},
|
||||
{
|
||||
"path": "../cvttpy_trading"
|
||||
},
|
||||
{
|
||||
"path": "../cvttpy_tools"
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"workbench.colorTheme": "Solarized Dark"
|
||||
}
|
||||
"settings": {
|
||||
"workbench.colorTheme": "Monokai Night"
|
||||
}
|
||||
}
|
||||
11
coinbase/scripts/current_futures.sh
Executable file
11
coinbase/scripts/current_futures.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
Python=${HOME}/.pyenv/python3.12-venv/bin/python3
|
||||
RootDir=$(realpath $(dirname ${0})/../../../)
|
||||
|
||||
export PYTHONPATH=${RootDir}
|
||||
Script=${RootDir}/cli-utils/coinbase/get_futures_list.py
|
||||
|
||||
Cmd="${Python} ${Script} | ${Python} -m json.tool"
|
||||
echo ${Cmd}
|
||||
eval ${Cmd}
|
||||
Loading…
x
Reference in New Issue
Block a user