Skip to content
This repository has been archived by the owner on Dec 29, 2017. It is now read-only.

Install all "official" plugin #20

Open
ovv opened this issue Jun 8, 2017 · 1 comment
Open

Install all "official" plugin #20

ovv opened this issue Jun 8, 2017 · 1 comment

Comments

@ovv
Copy link
Member

ovv commented Jun 8, 2017

@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

Linked to #19

@mattrasband
Copy link
Contributor

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

  1. slack -> include the slack connector
  2. irc -> include the hypothetical irc connector
  3. pyslackers -> our preconfigured and curated bot functionality

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants