-
Notifications
You must be signed in to change notification settings - Fork 24
/
index.html
115 lines (105 loc) · 5.44 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
---
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>
<span class="command">pip3</span> install opsdroid
</div>
<div>
<span class="command">opsdroid</span>
</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 framework.</h3>
<div class="modules-area">
<div class="modules connectors">
<h2>
<a href="https://docs.opsdroid.dev/en/stable/connectors/index.html">Connectors</a>
</h2>
<p>
Connector modules transfer messages between opsdroid and a particular chat service.
</p>
<p id="connectors">
<a href="https://docs.opsdroid.dev/en/stable/connectors/facebook.html" title="Facebook">Facebook</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/github.html" title="Github">GitHub</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/gitter.html" title="Gitter">Gitter</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/mattermost.html" title="Mattermost">Mattermost</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/matrix.html" title="Matrix">Matrix</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/rocketchat.html" title="Rocket.chat">Rocket.chat</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/shell.html" title="Shell">Shell</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/slack.html" title="Slack">Slack</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/telegram.html" title="Telegram">Telegram</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/webexteams.html" title="Webex Teams">Webex Teams</a>
<a href="https://docs.opsdroid.dev/en/stable/connectors/websocket.html" title="Websocket">Websocket</a>
</p>
</div>
<div class="modules databases">
<h2>
<a href="https://docs.opsdroid.dev/en/stable/databases/index.html">Databases</a>
</h2>
<p>
Database modules allow opsdroid to persist information in a database of your choice.
</p>
<p id="databases">
<a href="https://docs.opsdroid.dev/en/stable/databases/sqlite.html" title="Sqlite">SQLite</a>
<a href="https://docs.opsdroid.dev/en/stable/databases/mongo.html" title="Mongodb">MongoDB</a>
<a href="https://docs.opsdroid.dev/en/stable/databases/redis.html" title="Redis">Redis</a>
</p>
</div>
<div class="modules parsers">
<h2>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/index.html">Parsers</a>
</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/stable/skills/matchers/parse.html" title="Parser Format">Parser Format</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/regex.html" title="Matcher Regex">Regex</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/dialogflow.html" title="Matcher Dialogflow">Dialogflow</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/luis.ai.html" title="Matcher LuisAI">Luis.AI</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/rasanlu.html" title="Matcher Rasa">Rasa</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/wit.ai.html" title="Matcher WitAI">Wit.ai</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/crontab.html" title="Matcher Crontab">Crontab</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/watson.html" title="Watson">Watson</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/webhook.html" title="Matcher Webhook">Webhook</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/always.html" title="Matcher Always">Always</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/sapcai.html" title="SAP Conversational AI">SAP Conversational AI</a>
<a href="https://docs.opsdroid.dev/en/stable/skills/matchers/event.html" title="Event">Event</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>