A telegram price alert bot from BTC ≈ MYR
Read the full story here:
https://malifaaziz.medium.com/hosting-telegram-bot-server-in-old-android-device-9bae3773d065
Try it in Telegram:
https://t.me/ask_mycoin_bot
- Ensure you've created new telegram bot in botfather
- In the terminal, set the environment variable. Linux example,
export TELEGRAM_BOT_TOKEN=<your bot token> - Then run the spring app using maven,
mvn spring-boot:run