Skip to content

TotallyMehis/ssdb

Repository files navigation

SSDB - Source engine Server list Discord Bot

Creates a list of Source engine game servers and updates it regularly. Useful for small mod communities.

The list can be configured to display specific set of servers or all mod's servers. The list format can be customized.

SSDB with default connect

Example image

SSDB with website connect

Example image

Running with Docker

cp .ssdb_config.ini.template .ssdb_config.ini

#
# Configure .ssdb_config.ini file with at least the bot token, channel id and the list method.
#

# Builds image and runs SSDB.
docker compose up

Running manually

# Install dependencies
pip install -r requirements.txt

cp .ssdb_config.ini.template .ssdb_config.ini

#
# Configure .ssdb_config.ini file with at least the bot token, channel id, lower format setting and the list method.
#

# Run SSDB.
python ssdb.py

About

Source engine Serverlist Discord Bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published