You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,19 @@ What if you could **combine** the power of
10
10
with your interactive chat in your livestream. What if you could easily react on events, e.g.
11
11
12
12
- Automatically **share** your new subscribers on twitter
13
-
- Automatically **control** your studio's lighting colors trough chat messages
13
+
- Automatically **control** your studio's lighting colors through chat messages
14
14
- Automatically **post** an user's cheer on your minecraft server
15
15
- Automatically **upload** a youtube video with stream highlights when your stream stops
16
16
17
-
and so much more. We know, there is [IFTTT](https://ifttt.com/). But sometimes, building blocks are to generic and services not optimized for your streaming environment.
17
+
and so much more. We know, there is [IFTTT](https://ifttt.com/). But sometimes, building blocks are to generic and services aren't optimized for your streaming environment.
18
18
19
19
The alternative: Develop everything by yourself and waste hundreds of hours with API-integration. We already solved this problem for you. This is **Chat Overflow**.
20
20
21
21
## The ChatOverflow Project
22
22
23
23
**Chat Overflow** is a plugin framework, which offers ready-to-use platform integrations for all* major streaming- and social-media-sites.
24
24
25
-
**Chat Overflow** enables you to to level up your stream with by writing simple, platform-independent plugins in java or scala**.
25
+
**Chat Overflow** enables you to to level up your stream by writing simple, platform-independent plugins in java or scala**.
26
26
27
27
It's getting even better: The **Chat Overflow** license allows you to sell your custom plugins, creating new services for other streamers.
28
28
@@ -39,22 +39,22 @@ And it's so easy. Here is all the code to get started with a simple twitch chat
39
39
40
40
\* There are still missing platforms. This is a open-source project. You can [help](https://github.com/codeoverflow-org/chatoverflow/issues), too!
41
41
42
-
\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
42
+
\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, etc.
43
43
44
44
### Installation / Releases
45
45
Head over to [releases](https://github.com/codeoverflow-org/chatoverflow/releases).
46
46
47
47
Just download the newest zip file, make sure that java is installed and launch the framework.
48
48
49
-
Note, that you'll have to develop your own plugins or search for plugins online (e.g. on our [Discord Server](https://discord.gg/p2HDsme)). **Chat Overflow** is only the framework.
49
+
Note that you'll have to develop your own plugins or search for plugins online (e.g. on our [Discord Server](https://discord.gg/p2HDsme)). **Chat Overflow** is only the framework.
50
50
51
51
### Development
52
52
53
53
Start with the [Installation](https://github.com/codeoverflow-org/chatoverflow/wiki/Installation). Then learn more about the [CLI](https://github.com/codeoverflow-org/chatoverflow/wiki/Using-the-CLI).
54
54
55
-
Please see the wiki to learn how to code new [platform sources](https://github.com/codeoverflow-org/chatoverflow/wiki/Adding-a-new-platform-source) and new [plugins](https://github.com/codeoverflow-org/chatoverflow/wiki/Writing-a-plugin).
55
+
Please consult the wiki to learn how to code new [platform sources](https://github.com/codeoverflow-org/chatoverflow/wiki/Adding-a-new-platform-source) and new [plugins](https://github.com/codeoverflow-org/chatoverflow/wiki/Writing-a-plugin).
56
56
57
-
***Pre-Alpha note***: Please note, that the development workflow and the documentation will be updated soon.
57
+
***Pre-Alpha note***: Please note that the development workflow and the documentation will be updated soon.
0 commit comments