aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/pythonxmlrpc.py
blob: 6fe8192298c1af5baa59f2ac4356c14673b31bd8 (about) (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
# Simple example of using Atheme's XMLRPC server with python

import xmlrpclib

atheme = xmlrpclib.ServerProxy('http://127.0.0.1:8080/xmlrpc')

print atheme.atheme.command('*', '*', '::1', 'ALIS', 'LIST', '*')