Skip to content

qwtools/wsw-tools

Repository files navigation

Web tool for starting Warsow server

Available endpoints

You can create bash aliases for this operations

alias game-stats='curl http://warsow.online/stats'
alias game-start='curl http://warsow.online/start'
alias game-stop='curl http://warsow.online/stop'

Telegram bot

telegram.me/warsow_bot

Deploy to DigitalOcean

  • Get an API Token
  • Export all token environment variables
export TOKEN=<your digitalocean token>
export TELEGRAM_TOKEN=<your telegram bot token>
  • Run deploy script
./deploy