This repository was archived by the owner on Aug 18, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Thank you for improving * Chat Overflow* .
2
2
While plugins live in their own project, source connections (e.g. to a platform like Twitch or Discord) exist in the framework itself.
3
- By this measure, we can make sure that everyone profits from the same features.
3
+ <!-- By this measure, we can make sure that everyone profits from the same features. -->
4
+ We made this design choice so that all platform source connectors are free to access by all plugin developers.
4
5
This wiki entry tries to show you the different steps needed to implement a new connection.
5
6
6
7
1 . Add new types to the API (Also register them in the requirement Input/Output section)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Once the framework is running open http://localhost:2400/ in a browser and wait
10
10
![ ] ( /img/usage/login.png )
11
11
12
12
When running for the first time enter a password that you want to use for securing your credentials and click on ` REGISTER ` .
13
- If you already are registered, use your password to login.
13
+ If you are already registered, use your password to login.
14
14
If the login was successful the gui will display the authentication key for this session.
15
15
16
16
## Creating a plugin instance
You can’t perform that action at this time.
0 commit comments