comparison pyikriam/example.py @ 62:a4c364888197

add ikriam game binding lib python version
author hychen@mluna
date Wed, 22 Oct 2008 04:04:32 +0800
parents
children 19d2a7b175b3
comparison
equal deleted inserted replaced
60:610bbe1824ef 62:a4c364888197
1 from __init__ import Ikariam
2
3 i = Ikariam(server='s1.ikariam.tw', username='hychen', password='')
4 city = i.city(117261)
5 city.sync()
6 print 'gold is'+city.gold