An open API service indexing awesome lists of open source software.

https://github.com/a0s/mtmr_finance


https://github.com/a0s/mtmr_finance

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

mtmr_finance
============

Shows summary balances (in USD) on [MTMR](https://github.com/Toxblh/MTMR) bar from different markets

![image](https://user-images.githubusercontent.com/418868/114740440-850c7f80-9d52-11eb-97ae-f58c1a96bcab.png)

Sources
-------

### Tinkoff Invest [OpenAPI](https://github.com/TinkoffCreditSystems/invest-openapi/)

Input env:
```shell
TINKOFF_OPENAPI_TOKEN
```

MTMR:
```json
{
"type": "shellScriptTitledButton",
"width": 130,
"refreshInterval": 300,
"source": {
"inline": "source ~/.zshrc && `which python3` $HOME/mtmr_finance/tcs_balance.py"
},
"actions": [],
"align": "right",
"bordered": true
}
```

### [Bittrex API](https://bittrex.github.io/api/v3)

Input env:
```shell
BITTREX_READ_KEY
BITTREX_READ_SECRET
```

MTMR:
```json
{
"type": "shellScriptTitledButton",
"width": 130,
"refreshInterval": 300,
"source": {
"inline": "source ~/.zshrc && `which python3` $HOME/mtmr_finance/bittrex_balance.py"
},
"actions": [],
"align": "right",
"bordered": true,
}
```

Installation
------------

```shell
brew install python@3.8
git clone https://github.com/a0s/mtmr_finance.git
```