Telegram bot for live crypto prices, crypto news feed, and simulated trading.
👉 Try it in Telegram: @SignalForgeBot
/ping— check bot availability/price— real-time BTC & ETH prices (via CoinGecko API)/news— latest crypto news (via CoinDesk RSS)/buy BTCor/buy ETH— simulate buy order at current price
| Command | Screenshot |
|---|---|
/price |
![]() |
/news |
![]() |
/buy BTC |
![]() |
- Node.js
- Telegram Bot API (
node-telegram-bot-api) - CoinGecko API
- CoinDesk RSS (
rss-parser) - Axios
- dotenv
git clone https://github.com/Puchao64/telegram-trading-bot.git
cd telegram-trading-bot
npm installcp .env.example .envThen open .env and add your bot token:
BOT_TOKEN=your_token_herenode bot.js.
├── assets/ # Screenshots
├── bot.js # Main bot code
├── .env.example # Environment variable example
└── README.md # Project documentation
Artur Puchinin
📍 Costa Adeje, Spain
📧 puchininarturl@gmail.com
🔗 GitHub
🔗 LinkedIn


