A BitBar plugin that displays your Binance portfolio value in your Mac OS X Menu Bar
-
Install BitBar
-
Clone this repo
-
Generate your Api key & Api Secret from Binance.
Use this guide if you don't know how.
Note: Trading permissions are not required for this app. So when you generate API keys, make sure that your disable trading and withdrawal permissions. -
Rename
secrets.example.json
tosecrets.json
and enter your API key & secrets in that file. -
Install dependencies & build
npm install
npm run build
A new folder named dist/
would now appear. Inside dist/
you'll find binance-balance.2m.sh
- Change permissions of
binance-balance.2m.sh
to make it executable
chmod +x binance-balance.2m.sh
-
Drop binance-balance.2m.sh in your BitBar plugins folder.
If you don't already have one, create a new folder anywhere and drop the script there.
Once you've launched BitBar, you can set this new folder as the plugins folder by selecting theChange Plugins Folder
-
Start BitBar using finder.
Done!