Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Fixed some typos in the README.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonCoder01 authored and J0B10 committed Jul 12, 2019
1 parent 130e2ab commit c53f72a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -10,19 +10,19 @@ What if you could **combine** the power of
with your interactive chat in your livestream. What if you could easily react on events, e.g.

- Automatically **share** your new subscribers on twitter
- Automatically **control** your studio's lighting colors trough chat messages
- Automatically **control** your studio's lighting colors through chat messages
- Automatically **post** an user's cheer on your minecraft server
- Automatically **upload** a youtube video with stream highlights when your stream stops

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.
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.

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**.

## The ChatOverflow Project

**Chat Overflow** is a plugin framework, which offers ready-to-use platform integrations for all* major streaming- and social-media-sites.

**Chat Overflow** enables you to to level up your stream with by writing simple, platform-independent plugins in java or scala**.
**Chat Overflow** enables you to to level up your stream by writing simple, platform-independent plugins in java or scala**.

It's getting even better: The **Chat Overflow** license allows you to sell your custom plugins, creating new services for other streamers.

Expand All @@ -39,22 +39,22 @@ And it's so easy. Here is all the code to get started with a simple twitch chat

\* There are still missing platforms. This is a open-source project. You can [help](https://github.com/codeoverflow-org/chatoverflow/issues), too!

\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, ...
\** The API is written in java. So, every JVM-compatible language is possible. Java, Scala, Kotlin, etc.

### Installation / Releases
Head over to [releases](https://github.com/codeoverflow-org/chatoverflow/releases).

Just download the newest zip file, make sure that java is installed and launch the framework.

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.
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.

### Development

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).

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).
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).

***Pre-Alpha note***: Please note, that the development workflow and the documentation will be updated soon.
***Pre-Alpha note***: Please note that the development workflow and the documentation will be updated soon.

### Discord

Expand Down

0 comments on commit c53f72a

Please sign in to comment.