Speed bot v1: REST polling, MLX model, standardized across all infra. WebSocket WIP.
This commit is contained in:
13
launch_speed.sh
Executable file
13
launch_speed.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
# Launch speed bot for a coin
|
||||
COIN="${1:-DOGE}"
|
||||
DRY="${2:-dry}"
|
||||
|
||||
FLAGS="--coin $COIN"
|
||||
if [ "$DRY" = "live" ]; then
|
||||
FLAGS="$FLAGS --live"
|
||||
fi
|
||||
|
||||
echo "🚀 Speed Bot: $COIN ($DRY mode)"
|
||||
cd ~/kalshi-bot
|
||||
exec python3 speed_bot.py $FLAGS
|
||||
Reference in New Issue
Block a user