Skip to content

Puchao64/telegram-trading-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Telegram Trading Bot 🛠️

Telegram bot for live crypto prices, crypto news feed, and simulated trading.
👉 Try it in Telegram: @SignalForgeBot


✨ Features

  • /ping — check bot availability
  • /price — real-time BTC & ETH prices (via CoinGecko API)
  • /news — latest crypto news (via CoinDesk RSS)
  • /buy BTC or /buy ETH — simulate buy order at current price

🖼️ Preview

Command Screenshot
/price price
/news news
/buy BTC buy

🔧 Stack

  • Node.js
  • Telegram Bot API (node-telegram-bot-api)
  • CoinGecko API
  • CoinDesk RSS (rss-parser)
  • Axios
  • dotenv

🚀 Installation

git clone https://github.com/Puchao64/telegram-trading-bot.git  
cd telegram-trading-bot  
npm install

🧪 Create .env file

cp .env.example .env

Then open .env and add your bot token:

BOT_TOKEN=your_token_here

▶️ Run

node bot.js

🗂️ Project Structure

.
├── assets/         # Screenshots  
├── bot.js          # Main bot code  
├── .env.example    # Environment variable example  
└── README.md       # Project documentation  

👤 Author

Artur Puchinin
📍 Costa Adeje, Spain
📧 puchininarturl@gmail.com
🔗 GitHub
🔗 LinkedIn

About

Telegram bot for live crypto prices, news feed, and simulated trading via API.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors