-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from Streamerbot/dev
More trovo changes
- Loading branch information
Showing
21 changed files
with
113 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
icon: IconTrovo | ||
navigation: false | ||
--- | ||
|
||
# Trovo Sub-Actions | ||
Reference of all available Trovo sub-actions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: Trovo Sub-Actions | ||
icon: IconTrovo | ||
aside.level: 3 | ||
category.title: Trovo Sub-Actions | ||
category.icon: IconTrovo | ||
navigation.title: Trovo | ||
navigation.description: Control your Trovo stream with Streamer.bot |
Binary file added
BIN
+5.72 KB
streamerbot/3.api/1.sub-actions/trovo/chat/assets/send-message-to-channel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Clear Chat | ||
:wip |
16 changes: 16 additions & 0 deletions
16
streamerbot/3.api/1.sub-actions/trovo/chat/send-message-to-channel.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Send Message to Channel | ||
Send a chat message on your channel. | ||
|
||
:image-preview | ||
|
||
## Parameters | ||
### `Preferred Account` | ||
Select the Twitch account to use when sending the message: | ||
- `Bot`: Send the message from your bot account | ||
- `Broadcaster`: Send the message from your broadcaster account | ||
|
||
### `Message` | ||
Enter the text you would like to send | ||
|
||
## C# Usage | ||
:csharp-method |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/1.sub-actions/trovo/followers/get-latest-follower.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Get Latest Follower | ||
:wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
streamerbot/3.api/2.triggers/trovo/connections/bot-chat-connected.md
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
streamerbot/3.api/2.triggers/trovo/connections/bot-chat-disconnected.md
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
streamerbot/3.api/2.triggers/trovo/connections/broadcaster-authenticated.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Broadcaster Authenticated | ||
Trovo broadcaster authenticated trigger. | ||
|
||
## Details | ||
The trovo broadcaster authenticated trigger runs when your trovo broadcaster account is authenticated. | ||
|
||
## Variables | ||
:variables-description{empty} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# First Words | ||
Trovo first words trigger. | ||
|
||
## Details | ||
The trovo first words trigger runs when someone places their first chat message in 12 hours. To reset the first words or change the 12 hours go to `Platforms > Trovo > Settings` | ||
|
||
## Variables | ||
:variables-description | ||
|
||
:variables{name=TrovoChat disclosure} | ||
:variables{name=TrovoUser disclosure} |
37 changes: 37 additions & 0 deletions
37
streamerbot/3.api/2.triggers/trovo/general/present-viewers.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Present Viewers | ||
Trovo present viewers trigger. | ||
|
||
## Details | ||
The present viewers trigger runs every 1-10 minutes, by default every 5 minutes. It'll give a list of all the users in your stream, this data can be only used in C#. | ||
|
||
::list | ||
- Trovo Service: `Chat Client` | ||
:: | ||
|
||
## Variables | ||
:variables-description | ||
Name | Description | ||
----:|:------------ | ||
`title` | ik1497's channel | ||
`audienceType` | The current audience type | ||
`categoryId` | The current category ID | ||
`categoryName` | The current category name | ||
`viewerCount` | The current viewer count | ||
`subscribers` | The amount of subscribers | ||
`followers` | The amount of followers | ||
`startedAt` | The epoch time the stream has stated | ||
`isLive` | Boolean for current streaming status <br> `True`/`False` | ||
`users` | A C# Dictionary list of usernames present in chat <br> Each user present will get [the following data](#users-dictionary) | ||
|
||
### users Dictionary | ||
Name | Description | Example | ||
----:|:------------|:-------- | ||
`id` | The user id of the user | `trovo_678296378` | ||
`userName` | The user name of the user | `trovouser123` | ||
`display` | The display name of this user | `TrovoUser123` | ||
`role` | The role of the user | 1=`Viewer`, 2=`VIP`, 3=`Moderator`, 4=`Broadcaster` | ||
`isSubscribed` | Boolean value indicating user's subscription status | `True`/`False` | ||
`isModerator` | Boolean value indicating if the user is a moderator | `True`/`False` | ||
|
||
:wip | ||
* Role in users dictionary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Raid | ||
:wip |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/2.triggers/trovo/spells/custom-spell-cast.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Custom Spell Cast | ||
:wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Spell Cast | ||
:wip |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/2.triggers/trovo/subscriptions/gift-subscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Gift Subscription | ||
:wip |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/2.triggers/trovo/subscriptions/mass-gift-subscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Mass Gift Subscription | ||
:wip |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/2.triggers/trovo/subscriptions/resubscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Resubscription | ||
:wip |
2 changes: 2 additions & 0 deletions
2
streamerbot/3.api/2.triggers/trovo/subscriptions/subscription.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Subscription | ||
:wip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters