This plugin will watch a Dropbox folder and announce updates to paths that channels can elect to follow.
supybot.plugins.DropboxWatch.apiKey(String): The Dropbox OAuth2 API keysupybot.plugins.DropboxWatch.appSecret(String): The Dropbox app secretsupybot.plugins.DropboxWatch.interval(PositiveInteger): The time (in seconds) between polling the event queue for announcement notifications (default:60)
To set these, use the config command.
Note: If any of the global settings are changed, the plugin will need to be reloaded.
supybot.plugins.DropboxWatch.paths(SpaceSeparatedListOfStrings): Which paths (relative to the root) this channel would like to receive announcements for (example:impure73 wip Public)
To set these, use the config channel command.