I want to write a Python script that accesses Trac through its API.
Specifically, I want to send users a daily email with ticket changes
(similar to what they would get by visiting /timeline?
daysback=1&ticket=on&milestone=on).

I want to run this script in the same server that hosts Trac itself.
Ideally, I want to use Trac's existing code to generate html or at
least TSV, but it seems that the functions that do it require an
"running" http Request object, which I don't have when running the
script outside of Trac.

Is there a way to get html/CSV/TSV query results from an external
script, or do I have to write the SQL myself?

Thanks,
Noam.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to