Quick Install
Clone the repository and run the install script:- Telegram Bot Token: Create one via @BotFather
- Telegram User ID: Get yours via @userinfobot
Create a Telegram Bot
- Open @BotFather in Telegram
- Send
/newbotand follow the prompts to name your bot - Copy the bot token (format:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz)
Get Your User ID
- Open @userinfobot in Telegram
- Send
/startto receive your user ID
Verify Installation
- Open your Telegram bot and send
/start - You should see the main menu with commands like
/portfolio,/trade,/agent
Access Points
| Service | URL | Description |
|---|---|---|
| Telegram | Your bot | Primary interface |
| API | http://localhost:8000 | REST API |
| Swagger | http://localhost:8000/docs | API documentation |
| Web Dashboard | Run /web in Telegram | Browser interface |
Managing Services
Troubleshooting
Bot not responding
Bot not responding
- Check that Condor is running:
make logs - Verify your bot token is correct
- Ensure your user ID is in the allowed list
API connection failed
API connection failed
- Check Hummingbot API is running:
docker ps - Verify port 8000 is accessible
- Check credentials in config
Next Step
Adding Credentials
Connect your exchange accounts

