On 7 November 2011 13:04, Petr Bena benapetr@gmail.com wrote:
I don't know if you want to use bots like CIA, but if you would like to use more customized output of bot feed, I could volunteer here,
Although slightly offtopic... CIA allows full customisation of the bot output, even though the documentation [1] is hard to find. This, for instance, is the output used for pywikipediabot (which adds a link to the revision) [2]:
<rule> <match path="project">pywikipedia</match> <formatter medium="irc"> <format appliesTo="CommitToIRC"> <b><project/>:</b> <autoHide><color fg='green'><author/></color></autoHide> <autoHide><color fg='orange'><branch/></color></autoHide> <b>*</b> <autoHide><b><revision/></b></autoHide> <autoHide>http://toolserver.org/~pywikipedia/r<revision/> </autoHide> <color fg='aqua'><module/></color>/<files/><b>:</b> <log/> </format> </formatter> </rule>
In addition, we also use the CIA bot for notices for e-mails. Using a backend script [2], we also parses sf.net e-mails to add a link to the bug report.
Best, Merlijn
[1] http://cia.vc/doc/rulesets/ [2] http://cia.vc/account/bots/3251/ [3] https://github.com/valhallasw/cia-mail