Skip to content

Instantly share code, notes, and snippets.

View BrenekH's full-sized avatar
😅
Procrastinating

Brenek Harrison BrenekH

😅
Procrastinating
  • Idaho, USA
  • 03:07 (UTC -06:00)
View GitHub Profile
@BrenekH
BrenekH / auth-plex-app.py
Created December 29, 2021 19:23
Authorize a Third-Party Application with Plex
#!/bin/env python3
"""Authorize a Third-Party Application with Plex
Python implementation of the steps described on the plex forum (https://forums.plex.tv/t/authenticating-with-plex/609370).
Dependencies: requests
Author: Brenek Harrison
"""