Skip to content

Instantly share code, notes, and snippets.

@felipealbrecht
Last active September 15, 2022 13:23
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipealbrecht/6e84aa529551e20268a2 to your computer and use it in GitHub Desktop.
Save felipealbrecht/6e84aa529551e20268a2 to your computer and use it in GitHub Desktop.
Connecting to DeepBlue server
import xmlrpclib
url = "http://deepblue.mpi-inf.mpg.de/xmlrpc"
user_key = "anonymous_key"
server = xmlrpclib.Server(url, allow_none=True)
server.echo(user_key)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment