Check coin price in a currency
/p | /price [coin] [currency]
Example: /p or /price btc vnd
Check Bitcoin or Ethereum price in a currency
/btc | /eth [currency]
Example: /btc or /eth or /eth sgd
Supported coins. Default: btc
/coins
Supported currencies. Default: usd
/currencies
- Get your Telegram bot API Token
- Get your CoinGecko API Key
- Copy
.env.example
to.env
- Put the API token/key above to the corresponding variables
- Run
docker compose up --build
(exlude the--build
flag at your need)