Generator für Geburtstagsgrafiken und WMS API. (Nicht mehr in Verwendung wegen Privatssphäreschutz)
http://wms.viwetter.de/interface/index.php
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
kidimage | 3 years ago | |
wmsapi | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
setup.py | 3 years ago |
README.md
autowkid
Automated Birthday Greetings
Generates birthday images based on exported XML.
Apewms Python Interface
This is the general usage:
import wmsapi
# general api instance
api = wmsapi.wmsapi("uname", "passw")
api.ping() # returns true if login is correct
api.newCycle("path/to/file", 5) # <num> is folder dir, to add image to
api.delLastCycle(5) # deletes oldes img from folder <num>
api.getFolderSize(5) # returns num of images in folder <num>
# kiddies api instance
kid = wmsapi.kiddies("uname", "passw")
kid.cyclekid("path/to/new/image")
# kid also contains a general api as kid.api