mickeydarrenlau / minecraftservercheck

Streamlit web app that shows server status on demand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft server Status

MADE WITH PYTHON Ubuntu Streamlit App MIT LICENSE MAINTAINED BADGE

Minecraft-server-check

Minecraft Server Status is a Python web application that has realtime information about public Minecraft servers. There are currently 8 servers listed (as of 22 Oct 2021) and this number is increasing.

Hosted on Heroku:

Minecraft Server Status App

This project is built using

  • Streamlit

    pip3/pip install streamlit

  • mcstatus (Minecraft server status querying package)

    pip3/pip install mcstatus

The app updates the data when a user refreshes the web page.


ezgif com-gif-maker-MINECRAFT

What is shown?

  1. Name of the server
  2. Info metrics (These metrics include:)
    • Total number of players linked to that server
    • Number of players currently online in that server at that time
    • Latency
  3. Link to the website of the server

Improvements made to date

  • Added a favicon to the web app minecraft server

  • Added a name to the web app (Minecraft Server Status)

  • Added 1 more server to the list. Bedwars.games

About

Streamlit web app that shows server status on demand

License:MIT License


Languages

Language:Python 87.7%Language:Shell 10.1%Language:Procfile 2.2%