Dear all, I read the following sentences in the documentation:
The server also supports an overall Atom feed per user that allows you to find out when your workflows terminate without having to poll each one separately. This feed is at https://«SERVER:PORT»/taverna-server/feed (with the default web-application name). The feed is not available to anonymous users, and will only accept updates from the internal notification mechanism. My question is: Which tool can I use to parse the ATOM feeds? I tried the feedparser python library without success. #!/usr/bin/python import feedparser d = feedparser.parse('https://user:pssw@host:port/taverna-server/feed') print d Any suggestions are welcome. Best regards, Simone. -- Simone Bnà, PhD C++ Software Developer, CINECA Via Magnanelli 6/3, 40033 Casalecchio di Reno, Italy office: +39-0516171938 email: [email protected]/[email protected]
