Skip to content

Takes the current play count from Tautulli and generates an ASCII Dong ๐Ÿ† based on the amount.

License

Notifications You must be signed in to change notification settings

boo-lean/plexDong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

plexDong ๐Ÿ†

PyPI PyPI

Takes the current play count from Tautulli and generates an ASCII Dong ๐Ÿ† based on the amount.

This is intended as a joke, please do not take it seriously.

Installation

Docker

sudo docker run -h localhost -p 8787:8787 -it -e api_token=<api_token> -e server_url=<server_url> ghcr.io/boo-lean/plexdong:latest

Simply replace the environment variables with your own and run the command.

Manual

  • You must have Tautulli installed and fully configured
  • Clone the repository
  • Install the requirements using pip3 install -r requirements.txt
  • Edit the .env file with your Tautulli host and API key (found under Settings > Web Interface)
  • Run it using gunicorn --bind 0.0.0.0:8787 wsgi:app
  • Open a web browser to access http://localhost:8787
  • Go crazy

Example

About

Takes the current play count from Tautulli and generates an ASCII Dong ๐Ÿ† based on the amount.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published