Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thor77/teamspeakstats
A simple Teamspeak stats-generator - based on server-logs
https://github.com/thor77/teamspeakstats
teamspeak teamspeak-stat-generator teamspeak3
Last synced: about 7 hours ago
JSON representation
A simple Teamspeak stats-generator - based on server-logs
- Host: GitHub
- URL: https://github.com/thor77/teamspeakstats
- Owner: Thor77
- License: mit
- Created: 2015-07-13T17:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T20:26:39.000Z (10 months ago)
- Last Synced: 2024-10-07T00:48:10.623Z (about 1 month ago)
- Topics: teamspeak, teamspeak-stat-generator, teamspeak3
- Language: Python
- Size: 434 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
TeamspeakStats |Build Status| |Build status| |Coverage Status| |PyPI| |Documentation Status|
==========================================================================================================A simple Teamspeak stat-generator - based solely on server-logs
|screenshot|
Installation
============- Install the package via PyPi ``pip install tsstats``
- Clone this repo
``git clone https://github.com/Thor77/TeamspeakStats`` and install
with ``python setup.py install``
- Just use the package as is via ``python -m tsstats [-h]``Usage
=====- Run the script ``tsstats [-h]``
- Optionally create a config-file (see
`Configuration `__)
- The package works entirely off your Teamspeak server's logs, so that
no ServerQuery account is necessaryExample
=======::
tsstats -l /var/log/teamspeak3-server/ -o /var/www/tsstats.html
Parse logs in ``/var/log/teamspeak3-server`` and write output to ``/var/www/tsstats.html``.
For more details checkout the `documentation `__!
.. |screenshot| image:: https://raw.githubusercontent.com/Thor77/TeamspeakStats/master/screenshot.png
.. |Build Status| image:: https://travis-ci.org/Thor77/TeamspeakStats.svg?branch=master
:target: https://travis-ci.org/Thor77/TeamspeakStats
.. |Build status| image:: https://ci.appveyor.com/api/projects/status/u9cx7krwmmevbvl2/branch/master?svg=true
:target: https://ci.appveyor.com/project/Thor77/teamspeakstats
.. |Coverage Status| image:: https://coveralls.io/repos/Thor77/TeamspeakStats/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/Thor77/TeamspeakStats?branch=master
.. |PyPI| image:: https://img.shields.io/pypi/v/tsstats.svg
:target: https://pypi.python.org/pypi/tsstats
.. |Documentation Status| image:: https://readthedocs.org/projects/teamspeakstats/badge/?version=latest
:target: http://teamspeakstats.readthedocs.io/en/latest/?badge=latest