Komwitter
Twitch & YouTube Notification Twitter Bot for komq.
Used Libraries:
- Twitter4J
- Twitch4J
- Kotlinx.serialization
- and some other dependency libraries...
Setting up credentials
On the first run, files named twitter.json
, twitch.json
, youtube.json
will be created. Modify them like the following template to run Komwitter. Komwitter won't run unless you configure them correctly.
{
"apiKey": "<API_KEY>",
"apiKeySecret": "<API_KEY_SECRET>",
"accessToken": "<ACCESS_TOKEN>",
"accessTokenSecret": "<ACCESS_TOKEN_SECRET>"
}
Twitch
{
"oauth": "<OAUTH>",
"clientId": "<CLIENT_ID>",
"clientSecret": "<CLIENT_SECRET>"
}
Youtube
{
"key": "<KEY>"
}
Contributors
- Big thanks to dolphin2410 for unmanaged stuff. (CredentialData/URLData/HttpClient etc...)