I've recently been working on a small IRC bot (non-gci-work), located here<https://github.com/jcreus/ircwoods>. It features some features specific to SymPy, such as easy linking to issues or pull requests, among others. Aaron Meurer has taken a look at it, and has told me to write here in the mailing list before putting it on the #sympy IRC channel.
It is extensible (via classes, see for example SympyFunctions in the file), supports basic yet extensible logging (by now, only text logging is implemented). By now, the features implemented are !pull, !issue, !repo, !pulls, !help and !commands. But more can be added as required. It is licensed under BSD, like Sympy. How do you see it? (Note that it wouldn't override the irclogger2 logs, which are much better and posted on the web. It would be for utility functions such as those cited above.) Do I let it enter #symy? Joan Creus. -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web visit https://groups.google.com/d/msg/sympy/-/-lTYRxB6S44J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
