Skip to content

Instantly share code, notes, and snippets.

@wmeister-old
Created June 8, 2010 04:26
Show Gist options
  • Save wmeister-old/429618 to your computer and use it in GitHub Desktop.
Save wmeister-old/429618 to your computer and use it in GitHub Desktop.
import telnetlib
HOST = "nethack.alt.org"
tn = telnetlib.Telnet(HOST)
print tn.read_all()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment