Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 26, 2018 23:21
Show Gist options
  • Save ryantm/92be0fef2042d15212f373d23ed09bcf to your computer and use it in GitHub Desktop.
Save ryantm/92be0fef2042d15212f373d23ed09bcf to your computer and use it in GitHub Desktop.
/nix/store/gfvsdshvr4135r231wzcl2n5if66r0ws-errbot-5.2.0
├── bin
│   └── errbot
├── lib
│   └── python3.6
│   └── site-packages
│   ├── errbot
│   │   ├── backends
│   │   │   ├── base.py
│   │   │   ├── graphic_card.html
│   │   │   ├── graphic.plug
│   │   │   ├── graphic.py
│   │   │   ├── hipchat.plug
│   │   │   ├── hipchat.py
│   │   │   ├── images
│   │   │   │   ├── errbot-bg.svg
│   │   │   │   ├── errbot.svg
│   │   │   │   └── prompt.svg
│   │   │   ├── __init__.py
│   │   │   ├── irc.plug
│   │   │   ├── irc.py
│   │   │   ├── null.plug
│   │   │   ├── null.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── graphic.cpython-36.pyc
│   │   │   │   ├── hipchat.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── irc.cpython-36.pyc
│   │   │   │   ├── null.cpython-36.pyc
│   │   │   │   ├── slack.cpython-36.pyc
│   │   │   │   ├── telegram_messenger.cpython-36.pyc
│   │   │   │   ├── test.cpython-36.pyc
│   │   │   │   ├── text.cpython-36.pyc
│   │   │   │   └── xmpp.cpython-36.pyc
│   │   │   ├── slack.plug
│   │   │   ├── slack.py
│   │   │   ├── styles
│   │   │   │   ├── style.css
│   │   │   │   └── style-demo.css
│   │   │   ├── telegram_messenger.plug
│   │   │   ├── telegram_messenger.py
│   │   │   ├── test.plug
│   │   │   ├── test.py
│   │   │   ├── text.plug
│   │   │   ├── text.py
│   │   │   ├── xmpp.plug
│   │   │   └── xmpp.py
│   │   ├── bootstrap.py
│   │   ├── botplugin.py
│   │   ├── cli.py
│   │   ├── config-template.py
│   │   ├── core_plugins
│   │   │   ├── acls.plug
│   │   │   ├── acls.py
│   │   │   ├── backup.plug
│   │   │   ├── backup.py
│   │   │   ├── chatRoom.plug
│   │   │   ├── chatRoom.py
│   │   │   ├── cnf_filter.plug
│   │   │   ├── cnf_filter.py
│   │   │   ├── flows.plug
│   │   │   ├── flows.py
│   │   │   ├── health.plug
│   │   │   ├── health.py
│   │   │   ├── help.plug
│   │   │   ├── help.py
│   │   │   ├── __init__.py
│   │   │   ├── plugins.plug
│   │   │   ├── plugins.py
│   │   │   ├── __pycache__
│   │   │   │   ├── acls.cpython-36.pyc
│   │   │   │   ├── backup.cpython-36.pyc
│   │   │   │   ├── chatRoom.cpython-36.pyc
│   │   │   │   ├── cnf_filter.cpython-36.pyc
│   │   │   │   ├── flows.cpython-36.pyc
│   │   │   │   ├── health.cpython-36.pyc
│   │   │   │   ├── help.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── plugins.cpython-36.pyc
│   │   │   │   ├── textcmds.cpython-36.pyc
│   │   │   │   ├── utils.cpython-36.pyc
│   │   │   │   ├── vcheck.cpython-36.pyc
│   │   │   │   ├── webserver.cpython-36.pyc
│   │   │   │   └── wsview.cpython-36.pyc
│   │   │   ├── templates
│   │   │   │   ├── about.md
│   │   │   │   ├── repos2.md
│   │   │   │   ├── repos.md
│   │   │   │   ├── status_gc.md
│   │   │   │   ├── status_load.md
│   │   │   │   ├── status.md
│   │   │   │   ├── status_plugins.md
│   │   │   │   └── webstatus.md
│   │   │   ├── test.md
│   │   │   ├── textcmds.plug
│   │   │   ├── textcmds.py
│   │   │   ├── utils.plug
│   │   │   ├── utils.py
│   │   │   ├── vcheck.plug
│   │   │   ├── vcheck.py
│   │   │   ├── webserver.plug
│   │   │   ├── webserver.py
│   │   │   └── wsview.py
│   │   ├── core.py
│   │   ├── flow.py
│   │   ├── __init__.py
│   │   ├── logs.py
│   │   ├── plugin_manager.py
│   │   ├── plugin_wizard.py
│   │   ├── __pycache__
│   │   │   ├── bootstrap.cpython-36.pyc
│   │   │   ├── botplugin.cpython-36.pyc
│   │   │   ├── cli.cpython-36.pyc
│   │   │   ├── config-template.cpython-36.pyc
│   │   │   ├── core.cpython-36.pyc
│   │   │   ├── flow.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── logs.cpython-36.pyc
│   │   │   ├── plugin_manager.cpython-36.pyc
│   │   │   ├── plugin_wizard.cpython-36.pyc
│   │   │   ├── repo_manager.cpython-36.pyc
│   │   │   ├── specific_plugin_manager.cpython-36.pyc
│   │   │   ├── streaming.cpython-36.pyc
│   │   │   ├── templating.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── version.cpython-36.pyc
│   │   ├── rendering
│   │   │   ├── ansiext.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── ansiext.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   └── xhtmlim.cpython-36.pyc
│   │   │   └── xhtmlim.py
│   │   ├── repo_manager.py
│   │   ├── specific_plugin_manager.py
│   │   ├── storage
│   │   │   ├── base.py
│   │   │   ├── __init__.py
│   │   │   ├── memory.plug
│   │   │   ├── memory.py
│   │   │   ├── __pycache__
│   │   │   │   ├── base.cpython-36.pyc
│   │   │   │   ├── __init__.cpython-36.pyc
│   │   │   │   ├── memory.cpython-36.pyc
│   │   │   │   └── shelf.cpython-36.pyc
│   │   │   ├── shelf.plug
│   │   │   └── shelf.py
│   │   ├── streaming.py
│   │   ├── templates
│   │   │   ├── card.md
│   │   │   ├── initdir
│   │   │   │   ├── config.py.tmpl
│   │   │   │   ├── example.plug
│   │   │   │   ├── example.py
│   │   │   │   └── __pycache__
│   │   │   │   └── example.cpython-36.pyc
│   │   │   └── new_plugin.py.tmpl
│   │   ├── templating.py
│   │   ├── utils.py
│   │   └── version.py
│   └── errbot-5.2.0.dist-info
│   ├── DESCRIPTION.rst
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── metadata.json
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
22 directories, 150 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment