You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.
@mrasband proposed to have an easy way to install a bundle of plugin. We don't have much at the moment but a clean way to install/update all "official" plugin at once is a nice to have.
Something like pip install sirbot[all] or pip install sirbot-all
I think we have a few we may want, fortunately this is easy with the extra_requires feature of setup.py! They can be combined with commas too: pip install sirbot[slack,logging]:
The few in mind that could make sense
slack -> include the slack connector
irc -> include the hypothetical irc connector
pyslackers -> our preconfigured and curated bot functionality
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@mrasband proposed to have an easy way to install a bundle of plugin. We don't have much at the moment but a clean way to install/update all "official" plugin at once is a nice to have.
Something like
pip install sirbot[all]
orpip install sirbot-all
Linked to #19
The text was updated successfully, but these errors were encountered: