mirror of
https://github.com/0xGingi/strickland-bot.git
synced 2026-09-21 11:54:21 -04:00
No description
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| cache/event-images | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| bun.lock | ||
| check_claude_event.js | ||
| check_walker_event.js | ||
| complete_fix_walker_event.js | ||
| comprehensive_fix.js | ||
| debug_event_data.js | ||
| debug_foreign_key_issue.js | ||
| debug_model_stats.js | ||
| delete_imavov_events.js | ||
| deploy-commands.js | ||
| docker-compose.yml | ||
| Dockerfile | ||
| final_fix_walker_event.js | ||
| fix_walker_event.js | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| reimport_imavov_event.js | ||
| safe_delete_event.js | ||
| scrape_walker_event.js | ||
Strickland Bot
Advanced UFC Fight Prediction & Analysis System
Strickland Bot is an advanced UFC fight prediction system using GPT 5.5 and Opus 4.7 with nano-gpt, real-time odds integration, and comprehensive statistical analysis to provide accurate fight predictions and betting insights.
Overview
Key Features
- Real-time fight predictions
- Live betting odds integration
- Comprehensive fighter statistics
- Detailed statistical analysis
Setup
Runtime
- Bun
- Default port:
3088 - Docker Compose service:
strickland-bot
Local Commands
bun install
bun start
bun run dev
bun run deploy-commands
Docker
docker compose up -d --build
The Compose setup reads .env, maps host port 3088 to container port 3088, stores the SQLite database under ./data, and keeps cached event assets under ./cache.