Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.45 KB

README.md

File metadata and controls

30 lines (15 loc) · 1.45 KB

UrT Web Monitor

Just another UrT Server Monitor with html5 and JS extras! It is a python clone of urt-webmonitor

What does it do?

The web application tracks Urban Terror game servers and updates player and server data in a fixed interval. If you're using a modern web browser which has html5 desktop notification support, it can also send desktop notifications on certain events.

Demo: http://urtweb.sarim.me (The demo is hosted on AppFog and because of their extremely volatile service, it can be down time to time. We shall soon move it to our own hosted environment for better uptime)

How can it help?

Never again leave your browser to check your favorite Urban Terror game servers. Keep the application open in a tab and let it do the job for you!

How do I install it?

The application uses python bottle.py in the backend. You need a web server that supports python. To fetch the server data, the application also requires outbound socket connections. Some shared hosting could have such outbound connections disabled. Please check with your host in such cases.

You can run the app using gunicorn.

gunicorn wsgi:application

Edit config.json to add the servers you want to track.

How can I report a bug / request a feature?

Please report any issues or feature requests on Github - https://github.com/urtbd/urt-pywebmonitor/issues :)