Skip to content

Scrapes connection info from TeamSpeak and displays it in a web interface.

Notifications You must be signed in to change notification settings

dpk2442/teamspeak-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamSpeak Watcher

Periodically scrapes data from a TeamSpeak server about who is connected, and displays the information in a web interface.

Installation

  1. Clone the repository.

  2. Create a configuration file.

  3. Create the virtual environment.

  4. Install the scripts into cron. The following example would download the channels and client database once per day, and the current client list every five minutes.

     0   2 * * * /path/to/repo/bin/run_cronjob.sh download_channellist
     30  2 * * * /path/to/repo/bin/run_cronjob.sh download_clientdblist
     */5 * * * * /path/to/repo/bin/run_cronjob.sh download_clientlist
    

About

Scrapes connection info from TeamSpeak and displays it in a web interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published