Skip to content

APie357/DemoPoster

Repository files navigation

DemoPoster

Automatically uploads Counter Strike 2 demos and sends them to a Discord channel via a webhook.

Configuration

server.cfg

// Discord webhook
dpost_webhook_url "https://discord.com/api/webhooks/..."
dpost_webhook_base_path "https://example.com/demos/"  // Should be publically accessible
                                                      // Posts demo to https://example.com/demos/<some_demo>.dem

// SFTP configuration
dpost_sftp_host "127.0.0.1"
dpost_sftp_port 21
dpost_sftp_user "root"
dpost_sftp_pass "stopusingroot"
dpost_sftp_dir "/path/to/demos"

About

[WIP] Automatically record and upload demos to SFTP for Counter Strike 2 community servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages