Giter Club home page Giter Club logo

supybot-dropboxwatch's Introduction

supybot/limnoria DropboxWatch plugin

This plugin will watch a Dropbox folder and announce updates to paths that channels can elect to follow.

settings

global

  • supybot.plugins.DropboxWatch.apiKey (String): The Dropbox OAuth2 API key
  • supybot.plugins.DropboxWatch.appSecret (String): The Dropbox app secret
  • supybot.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.

channel

  • 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.

supybot-dropboxwatch's People

Watchers

 avatar  avatar

supybot-dropboxwatch's Issues

`die()` is not called when unloading plugin

As far as I can tell, DropboxWatch.die is defined properly and does everything it should do. However, it doesn't seem to be getting called when the plugin is unloaded, which leads to issues with the periodic event and the HTTP virtual path hook. This is particularly troublesome since the plugin must be reloaded in order for either of its global settings to take effect.

Use regex for paths to watch?

Potentially use regex instead of startswith to determine which paths to announce events for. Would mean that each channel needs to be handled in a vacuum instead of gathering all announcements up front and categorizing by path before traversing the channels to check for matches.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.