-
two bugs with invite code use
1. one user can use an invite code multiple times. we should check if sbot is already following and, if so, return success without actually using the code
2. i created an…
-
Scuttlebot is meant to be imported into other projects, so it needs to be customizable. The plugins rely on internal events to coordinate, which I'd rather we exposed as an external API. Applications …
-
Gtk2 is deprecated, shoebot needs porting to Gtk3.
-
what i'm seeing is that order is not preserved within the same feed. in particular, replies are being processed before their parents. that causes the index to get screwy
-
python-cairo is not correctly packaged and does not install correctly.
`requirements/README` tells to symlink the system libraries, which does not work for Cairo, since it install in `/usr/lib/pyshar…
aoloe updated
10 years ago
-
While using a new copy of Hubot (Hubot v2.0.0 & v2.0.1), I'm getting the error of
`[Tue May 29 2012 15:32:08 GMT-0700 (PDT)] ERROR Cannot load adapter irc - Error: Cannot find module 'hubot'
Error: C…
-
Dynamic variables defined with `var()` are pretty useful for playing and experimenting visually.
They could be even more powerful if there was a way to specify their values when the script is run. I …
-
(imported from the old tracker)
It would be good to be able to specify var() variable values through the commandline.
Maybe through a dict specified in the sbot command, or find a way to pipe data …