luabot
luabot copied to clipboard
An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody
[How to use the service](https://gist.github.com/philipz/7bf3f4b1c5319d581935).
Instead of relying in the `urltitles` plugin, the `github` plugin should detect when a GitHub URL is mentioned (or an issue/PR number written as in e.g. `#123`) and obtain the...
Currently, the `github` plugin supports notifying of updates received using a webhook from one GitHub repository to a MUC room. It would be great to support receiving updates for multiple...
Having bug information (modification, even!) using the [Bugzilla's new REST API](https://wiki.mozilla.org/Bugzilla:REST_API) would be great.
It would be great if it was possible to specify credentials that the bot could use for certain URLs, which should not be difficult to do for sites using HTTP...
Or, more generally speaking: being able to define date-based reminders. If a person comes online on the day of the reminder, send a message to them.
The idea would be that the plug-in polls feed URLs at certain time intervals, and when new elements are seen, the date, time, title and URL are posted to channels.
To reproduce this: 1. Run the bot, and after the bot is running, 2. cut the connection to the server. For example, by stopping the server. The bot should detect...
Must support (at least): - One active poll per chatroom. - A poll is a set of possible arbitrary choices (e.g. do not limit the number of possible choices). -...
The MeetBot admin commands are missing from the `meeting` plugin: - [ ] `meetbot listmeetings` - [ ] `meetbot savemeetings` - [ ] `meetbot addchair ` - [ ] `meetbot...