https://github.com/a0s/mtmr_finance
https://github.com/a0s/mtmr_finance
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a0s/mtmr_finance
- Owner: a0s
- Created: 2021-04-14T13:14:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-25T14:39:10.000Z (almost 5 years ago)
- Last Synced: 2025-01-06T02:12:12.103Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mtmr_finance
============
Shows summary balances (in USD) on [MTMR](https://github.com/Toxblh/MTMR) bar from different markets

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
```