A simple Teamspeak stats-generator - based on server-logs https://claytonia.net/tsstats.html
Find a file
dependabot[bot] 3c6419e24c
Bump jinja2 from 2.11.1 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.1 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.1...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-19 21:33:22 +00:00
docs Remove testing-requirements.txt (replaced by -dev) 2019-03-10 13:10:09 +01:00
tsstats Disable shadows on hints 2020-03-27 22:39:50 +01:00
.coveragerc Exclude tsstats/logger.py from coverage-report 2017-02-27 13:37:05 +01:00
.gitignore Add pytests .cache to .gitignore 2018-02-01 17:02:56 +01:00
.travis.yml Drop testing for Python 2 2020-03-27 22:52:34 +01:00
LICENSE Bump LICENSE-year to 2017 2017-02-11 22:15:51 +01:00
Pipfile Update dependencies 2019-03-10 12:58:36 +01:00
Pipfile.lock Bump jinja2 from 2.11.1 to 2.11.3 2021-03-19 21:33:22 +00:00
README.rst Remove landscape badge completely 2020-03-27 22:55:51 +01:00
requirements-dev.txt Bump jinja2 from 2.11.1 to 2.11.3 2021-03-19 21:33:22 +00:00
requirements.txt Bump jinja2 from 2.11.1 to 2.11.3 2021-03-19 21:33:22 +00:00
screenshot.png Update screenshot.png 2017-02-11 22:21:58 +01:00
setup.py Bump version to 2.0.1 2018-05-19 18:10:30 +02:00

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 <https://teamspeakstats.readthedocs.io/en/latest/config.html>`__)
-  The package works entirely off your Teamspeak server's logs, so that
   no ServerQuery account is necessary

Example
=======

::

    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 <http://teamspeakstats.readthedocs.io/en/latest/>`__!

.. |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