#!/usr/bin/env python import telnetlib t = telnetlib.Telnet("localhost", 6546) t.write("jump livetv\nexit\n")