booto / netplay-index

A NetPlay Index server for Dolphin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A NetPlay Index server for Dolphin

License:GNU General Public License v3.0


Languages

Language:Python 65.4%Language:HTML 32.4%Language:JavaScript 1.6%Language:CSS 0.6%