- 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
12 lines
400 B
Markdown
12 lines
400 B
Markdown
# Steps to Create a NEW Telegram Bot for Manual Trades
|
|
|
|
1. Open Telegram on your phone
|
|
2. Search for @BotFather
|
|
3. Send: /newbot
|
|
4. Name it: "Manual Trader Bot" (or anything you want)
|
|
5. Username: something like "my_manual_trader_bot" (must end in _bot)
|
|
6. Copy the TOKEN you get
|
|
7. Send that token to me and I'll configure everything
|
|
|
|
This will be a SEPARATE bot from your n8n bot, so no conflicts!
|