User:Exec: Difference between revisions
Jump to navigation
Jump to search
Line 33: | Line 33: | ||
==Scripts== | ==Scripts== | ||
<pre> | |||
~wiki login | |||
~wiki title[|section] (gets [section] content) | |||
~wiki edit title|section|text | |||
~wiki edit title|section| (deletes section) | |||
~wiki logout | |||
</pre> | |||
Revision as of 23:45, 18 July 2014
Development
Wiki interaction library code to be developed for the exec script executive, to enable performing of specific wiki operations from IRC by authorized users.
Ideas for possible bot tasks include maintaining team and project to-do lists and outputting certain filtered items in IRC.
Other tasks might eventually include identifying and classifying issues raised in talk pages, and keeping track of them.
Capabilities
Editing of wiki articles may be performed using the ~wiki alias in IRC (must be authorized).
Approved tasks
How it works
Exec is a php IRC bot. IRC:exec
Description of tasks
Scripts
~wiki login ~wiki title[|section] (gets [section] content) ~wiki edit title|section|text ~wiki edit title|section| (deletes section) ~wiki logout
https://github.com/crutchy-/test/blob/master/scripts/wiki.php