Skip to main content

No project description provided

Project description

pytautulli - A python module to get information from Tautulli

Notes

This has been tested with python 3.6
This module require API key from Tautulli.
This module uses these external libararies:

  • requests

Install

pip install pytautulli

Example usage

import pytautulli

api_key = 'VHLZFXXXP5SBL4OWSAPM0G8KCCXX0A9MA9E3XWNG'
host = '192.168.1.43'
port = '8181'
username = 'username'

pytautulli.get_users(host, port, api_key)
> ['user1', 'user3']

pytautulli.verify_user(host, port, api_key, user)
> True

pytautulli.get_user_state(host, port, api_key, user)
> 'playing'

pytautulli.get_user_activity(host, port, api_key, user)
> This return a BIG list of all possible values from the activity endpoint.

pytautulli.get_home_stats(host, port, api_key)
> {'User': 'user3', 'TV': 'NCIS', 'Movie': 'Bad Boys 2'}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pytautulli-0.0.5-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page