10-04-2019, 07:38 AM
Hi listy,
nice idea to use telegram! I do a similar thing with rocketchat
I think you don't have to use the xmlrpc API in your trigger, you should be able to do something like:
nice idea to use telegram! I do a similar thing with rocketchat
I think you don't have to use the xmlrpc API in your trigger, you should be able to do something like:
Code:
from pyasm.search import Search
login = Search.eval("@SOBJECT(sthpw/login['login','dcortassa'])",
single=True)
print(login.get_full_email())