Skip to content

CodiePP/binance_currencies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

  • open the file "Binance_Currencies.ods" in LibreOffice
  • enable the automatic update of external links
  • run the "get_prices.sh" script in a terminal (see below)

set your personal API keys

  • get your personal API access keys on https://binance.com
  • edit the file "binance.sh" and enter key and secret

get price candlesticks

(Linux/OSX only)

watch -p -n $((15*60)) -c ./get_prices.sh

installation on Windows

download and install MSYS2

install 'jq':

pacman -S -v mingw-w64-x86_64-jq

run in a 64-bit subsystem terminal (should indicate 'MINGW64'):

while [ true ]; do ./get_prices.sh; sleep $((14*60+55)); done

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages