forked from opsdroid/opsdroid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
86 lines (76 loc) · 3.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
layout: default
---
<div class="header">
<div class="header-container">
<div class="description">
<h1 class="add-shadow">Automate boring things!</h1>
<p>Introducing opsdroid, a Python 3 chat-ops bot.</p>
<p>Open source. Simple to install. Easy to extend.</p>
<code>
<div>pip3 install opsdroid</div>
<div>opsdroid</div>
</code>
<p class="github-buttons">
<a class="github-button" href="https://github.com/opsdroid/opsdroid" data-size="large" data-show-count="true" aria-label="Star opsdroid/opsdroid on GitHub">Star</a>
<a class="github-button" href="https://github.com/opsdroid/opsdroid/fork" data-size="large" data-show-count="true" aria-label="Fork opsdroid/opsdroid on GitHub">Fork</a>
</p>
</div>
<div class="chat-demo">
<div class="window-ui">
<span class="button quit"></span>
<span class="button minimize"></span>
<span class="button maximize"></span>
</div>
</div>
</div>
</div>
<div class="header-bottom"></div>
<div class="middle-layer">
<div class="panel">
<h2>Open Source, extendable, scalable and simple</h2>
<p>Designed to take messages from chat services and execute Python functions (skills) based on their contents.</p>
</div>
<h3 class="modules-intro">All your needs in one single app</h3>
<div class="modules-area">
<div class="modules connectors">
<h2>Connectors</h2>
<p>
Connector modules transfer messages between opsdroid and a particular chat service.
</p>
<p id="connectors"></p>
</div>
<div class="modules databases">
<h2>Databases</h2>
<p>
Database modules allow opsdroid to persist information in a database of your choice.
</p>
<p id="databases"></p>
</div>
<div class="modules parsers">
<h2>Parsers</h2>
<p>
Parsers/Matchers modules gather meaning of what was said and match a skill.
</p>
<p id="parsers">
<a href="https://docs.opsdroid.dev/en/latest/matchers/regex/" title="Matcher Regex">Regex</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/rasanlu/" title="Matcher Rasa">Rasa</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/dialogflow/" title="Matcher Dialogflow">Dialogflow</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/luis.ai/" title="Matcher LuisAI">Luis.AI</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/wit.ai/" title="Matcher WitAI">Wit.ai</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/crontab/" title="Matcher Crontab">Crontab</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/webhook/" title="Matcher Webhook">Webhook</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/always/" title="Matcher Always">Always</a>
<a href="https://docs.opsdroid.dev/en/latest/matchers/recast.ai/" title="Matcher RecastAI">Recast.AI</a>
</p>
</div>
<div class="modules skills side-margin">
<h2>Skills</h2>
<p>
Skills are what makes opsdroid tick. They define how opsdroid should respond and what actions to take.
</p>
<p id="skills"></p>
</div>
</div>
</div>
<div class="grey-background"></div>