Want quick access to Crypto prices? This bot will give you the current price of any cryptocurrency you ask for. Using the CoinGecko API, this bot will give you the current price of any cryptocurrency you ask for.
- Download Rust.
- Create a new bot using @Botfather to get a token in the format 123456789:blablabla.
- Add TELEGRAM_API environment variable to your
.env
file.
- Clone this repo.
- Run
cargo run
in the root directory. - Open Telegram and search for your bot.
- Send a message to your bot in the format
/price {crypto}
. For example,/price bitcoin
. - You should get a response with the current price of the crypto you asked for.