bull-vision-agent

A FastAPI application that integrates with Telegram using webhooks and OpenAI Agents SDK for AI-powered stock trading assistance, utilizing MCPHub for multiple MCP server management.

GitHub Stars

14

User Rating

Not Rated

Favorites

0

Views

24

Forks

6

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Clone the repository
2Install dependencies:
bash
   poetry install
   
3Copy .env.example to .env and fill in the required values:
bash
   cp .env.example .env
   
4Edit .env with your actual values:
- TELEGRAM_BOT_TOKEN: Your Telegram bot token from @BotFather - TELEGRAM_WEBHOOK_URL: The public URL where your bot will receive updates - HOST and PORT: Server configuration - AZURE_OPENAI_API_KEY: Your Azure OpenAI API key - AZURE_OPENAI_ENDPOINT: Your Azure OpenAI endpoint - AZURE_OPENAI_DEPLOYMENT: Your Azure OpenAI deployment name - AZURE_OPENAI_API_VERSION: Azure OpenAI API version - MONGO_URI: MongoDB connection string - MONGO_DB: MongoDB database name

Additional Resources