blob: 9d1c760a2c4ee6ee145e428f1fcb9279d7fd7627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## What is JabberHive?
JabberHive is a modular Reply Bot system. All "modules" are in fact separate
programs linked together using the JabberHive Protocol. Please refer to the
protocol for more information.
## Component Description
* Discord Gateway for a JabberHive network.
## JabberHive Protocol Compatibility
* **Protocol Version(s):** 1.
* **Inbound Connections:** None.
* **Outbound Connections:** Single.
* **Pipelining:** No.
* **Behavior:** Gateway.
## Dependencies
- Python 3.5+
- discord.py (https://github.com/Rapptz/discord.py)
## Example of Use
``./jh-discord -d /tmp/lc0 -t YOUR_TOKEN''
|