/netplay-index

A NetPlay Index server for Dolphin

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

NetPlay Index

Code style: black

A NetPlay Index server for Dolphin.

Features

  • Admin panel
  • Word backlisting
  • Host banning
  • Serverlist filtering

Requirements

Setup

# Install dependencies
pip3 install -r requirements.txt

# Creates a sysop account and gives you a randomly generated password (can be changed later)
python3 main.py --add_sysop=SYSOP_NAME

# Run the server
python3 main.py

Contributing

All PRs must be formatted using Black before submission.

License

Licensed under the GNU General Public License v3 or any later version at your option. See LICENSE.