File: plugins.md

package info (click to toggle)
errbot 6.1.7%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,712 kB
  • sloc: python: 13,831; makefile: 164; sh: 97
file content (15 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
If you are looking for errbot documentation, it is there: [errbot.io](http://errbot.io/).

### All errbot plugins found from github

{% for plugin in plugins %}
## {{loop.index}}\. <img src="{{plugin.avatar_url}}" width="32">  [{{plugin.name}}]({{plugin.repo}})

{{plugin.documentation}}

- Python {{plugin.python}}
- Install: `!repos install {{plugin.repo}}`
- Activity: {{plugin.score}}

---
{% endfor %}