- Added telegram_command_bot.py with slash commands (/buySOL, /sellBTC, etc) - Docker compose setup with DNS configuration - Sends trades as plain text to n8n webhook (same format as TradingView) - Improved Telegram success message formatting - Only responds to authorized chat ID (579304651) - Commands: /buySOL, /sellSOL, /buyBTC, /sellBTC, /buyETH, /sellETH
400 B
400 B
Steps to Create a NEW Telegram Bot for Manual Trades
- Open Telegram on your phone
- Search for @BotFather
- Send: /newbot
- Name it: "Manual Trader Bot" (or anything you want)
- Username: something like "my_manual_trader_bot" (must end in _bot)
- Copy the TOKEN you get
- Send that token to me and I'll configure everything
This will be a SEPARATE bot from your n8n bot, so no conflicts!