Skip to content

Instantly share code, notes, and snippets.

View Rihcus's full-sized avatar

Rihcus Ramukavis Rihcus

  • North America
  • 22:27 (UTC -04:00)
View GitHub Profile
@Rihcus
Rihcus / ngrok-plex.py
Last active May 11, 2024 08:17 — forked from nagleaidan/ngrok-plex.py
Run plex through ngrok with SSL via duckdns
#!/usr/bin/python3
from plexapi.myplex import MyPlexAccount
import sys
import json
import requests
import time
import socket
# please make sure to install PlexAPI via pip, "pip install PlexAPI"
@Rihcus
Rihcus / ngrok-plex.py
Last active April 7, 2022 00:13 — forked from origamiofficial/ngrok-plex.py
Run Plex Through Ngrok to Bypass CGNAT or Double-NAT Scenario
#!/usr/bin/python3
from plexapi.server import PlexServer
import sys
import json
import requests
import time
import socket
###This script hashes out the duckdns portion.