No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-02 11:15:31 -04:00
cache/event-images init 2026-05-02 11:15:31 -04:00
src init 2026-05-02 11:15:31 -04:00
.dockerignore init 2026-05-02 11:15:31 -04:00
.env.example init 2026-05-02 11:15:31 -04:00
.gitignore init 2026-05-02 11:15:31 -04:00
bun.lock init 2026-05-02 11:15:31 -04:00
check_claude_event.js init 2026-05-02 11:15:31 -04:00
check_walker_event.js init 2026-05-02 11:15:31 -04:00
complete_fix_walker_event.js init 2026-05-02 11:15:31 -04:00
comprehensive_fix.js init 2026-05-02 11:15:31 -04:00
debug_event_data.js init 2026-05-02 11:15:31 -04:00
debug_foreign_key_issue.js init 2026-05-02 11:15:31 -04:00
debug_model_stats.js init 2026-05-02 11:15:31 -04:00
delete_imavov_events.js init 2026-05-02 11:15:31 -04:00
deploy-commands.js init 2026-05-02 11:15:31 -04:00
docker-compose.yml init 2026-05-02 11:15:31 -04:00
Dockerfile init 2026-05-02 11:15:31 -04:00
final_fix_walker_event.js init 2026-05-02 11:15:31 -04:00
fix_walker_event.js init 2026-05-02 11:15:31 -04:00
index.js init 2026-05-02 11:15:31 -04:00
LICENSE init 2026-05-02 11:15:31 -04:00
package.json init 2026-05-02 11:15:31 -04:00
README.md init 2026-05-02 11:15:31 -04:00
reimport_imavov_event.js init 2026-05-02 11:15:31 -04:00
safe_delete_event.js init 2026-05-02 11:15:31 -04:00
scrape_walker_event.js init 2026-05-02 11:15:31 -04:00

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.