You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my-token (or `mt` for short) is a CLI tool for those who are both **Crypto investors** and **Engineers**, allowing you to track token prices and changes in your favorite exchanges on the terminal.
13
+
my-token (or `mt` for short) is a CLI tool for those who are both **Crypto investors** and **Engineers**, allowing you
14
+
to track token prices and changes in your favorite exchanges on the terminal.
14
15
15
16
### Features
16
17
17
-
* Auto refresh on a specified interval, watch prices in live update mode
18
-
* Proxy aware HTTP request, for easy access to blocked exchanges
19
-
* Real-time prices from 12+ exchanges
18
+
* Auto refresh on a specified interval, watch prices in live update mode
19
+
* Proxy aware HTTP request, for easy access to blocked exchanges
20
+
* Real-time prices from 12+ exchanges
20
21
21
22
### Supported Exchanges
22
23
23
-
*[Binance](https://www.binance.com/)
24
-
*[CoinMarketCap](https://coinmarketcap.com/)
25
-
*[Bitfinex](https://www.bitfinex.com/)
26
-
*[Huobi.pro](https://www.huobi.pro/)
27
-
*[ZB](https://www.zb.com/)
28
-
*[OKEx](https://www.okex.com/)
29
-
*[Gate.io](https://gate.io/)
30
-
*[Bittrex](https://bittrex.com/)
31
-
*[HitBTC](https://hitbtc.com/)
32
-
*~~[BigONE](https://big.one/)~~
33
-
*[Poloniex](https://poloniex.com/)
34
-
*[Kraken](https://www.kraken.com/)
35
-
*[Coinbase](https://www.coinbase.com/)
36
-
*_still adding..._
37
-
24
+
*[Binance](https://www.binance.com/)
25
+
*[CoinMarketCap](https://coinmarketcap.com/)
26
+
*[Bitfinex](https://www.bitfinex.com/)
27
+
*[Huobi.pro](https://www.huobi.pro/)
28
+
*[ZB](https://www.zb.com/)
29
+
*[OKEx](https://www.okex.com/)
30
+
*[Gate.io](https://gate.io/)
31
+
*[Bittrex](https://bittrex.com/)
32
+
*[HitBTC](https://hitbtc.com/)
33
+
*~~[BigONE](https://big.one/)~~
34
+
*[Poloniex](https://poloniex.com/)
35
+
*[Kraken](https://www.kraken.com/)
36
+
*[Coinbase](https://www.coinbase.com/)
37
+
*_still adding..._
38
+
38
39
### Installation
39
40
40
41
#### Homebrew
@@ -44,17 +45,21 @@ my-token (or `mt` for short) is a CLI tool for those who are both **Crypto inves
44
45
```
45
46
46
47
#### `curl | bash` style downloads to `/usr/local/bin`
Download from [release page](https://github.com/polyrabbit/my-token/releases/latest) and extract the tarbal into /usr/bin or your `PATH` directory.
60
+
61
+
Download from [release page](https://github.com/polyrabbit/my-token/releases/latest) and extract the tarbal into
62
+
/usr/bin or your `PATH` directory.
58
63
59
64
### Usage
60
65
@@ -91,7 +96,8 @@ Find help/updates from here - https://github.com/polyrabbit/my-token
91
96
$ mt binance.BNBUSDT binance.BTCUSDT Huobi.HTUSDT
92
97
```
93
98
94
-
Here `Binance` and `Huobi` can be replaced by any supported exchanges, and different exchanges use different forms to express tokens/symbols/markets, refer to their URLs to find the format.
99
+
Here `Binance` and `Huobi` can be replaced by any supported exchanges, and different exchanges use different forms to
100
+
express tokens/symbols/markets, refer to their URLs to find the format.
95
101
96
102
*#### Auto-refresh on every 10 seconds
97
103
@@ -115,7 +121,9 @@ See issue [#3](https://github.com/polyrabbit/my-token/issues/3) for a discussion
115
121
$ mt -c my_token.example.yaml
116
122
```
117
123
118
-
my-token can also read options from configuration file, see the attached [my_token.example.yaml](my_token.example.yaml) for its format. By default my-token searches configuration file `my_token.yml` in current directory and `$HOME`, so you can compose a `my_token.yml`, place it in your `$HOME` and just type `mt` to get all pre-defined prices.
124
+
my-token can also read options from configuration file, see the attached [my_token.example.yaml](my_token.example.yaml)
125
+
for its format. By default my-token searches configuration file `my_token.yml` in current directory and `$HOME`, so you
126
+
can compose a `my_token.yml`, place it in your `$HOME` and just type `mt` to get all pre-defined prices.
119
127
120
128
```bash
121
129
$ # Generate an example config file to my $HOME directory
@@ -128,7 +136,7 @@ $ mt # <--- This is also the way I used most freqently
128
136
129
137
### Thanks
130
138
131
-
* Inspired by [coinmon](https://github.com/bichenkk/coinmon)
139
+
* Inspired by [coinmon](https://github.com/bichenkk/coinmon)
0 commit comments