Skip to content

Commit

Permalink
Merge pull request #17 from Streamerbot/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GoWMan813 authored Dec 8, 2023
2 parents fe63a60 + 721241d commit e641d13
Show file tree
Hide file tree
Showing 13 changed files with 97 additions and 10 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions streamerbot/2.guide/21.broadcasters/polypop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ description: Integrate Streamer.bot with PolyPop
logo: /img/icons/polypop.png
---

PolyPop integration is made possible via the community-made Websocket plugin available here:
PolyPop integration is made possible via the community-made Websocket plugin available from `Plugins` in PolyPop:

::card-group
::card{title="PolyPop WebSocket Plugin" icon=i-mdi-github to=https://github.com/Jabbey92/PolyPopWebsocketPlugin/releases/tag/1.0 target=_blank rel=noopener}
Enable control of PolyPop via WebSockets
::
::
Click on the `Plugins` button in the top-left corner in PolyPop

![PolyPop Plugins Button](assets/polypop-plugins.png)

In this menu nevagate to the `Web Services` tab, and install the Websockets plugin

![PolyPop Websocket Plugin](assets/polypop-websockets-plugin.png)

---

Expand Down
12 changes: 11 additions & 1 deletion streamerbot/3.api/1.sub-actions/trovo/chat/clear-chat.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# Clear Chat
:wip
Clear your trovo chat.

## Variables
:variables-description

Name | Description
----:|:------------
`success` | If clearing the chat was successful `True`/`False`

## C# Usage
:csharp-method
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# Get Latest Follower
:wip
Get the details of your latest follower.

## Variables
:variables-description

Name | Description
----:|:------------
`latestFollower.userId` | The user's account ID
`latestFollower.login` | The user's login name
`latestFollower.userName` | The user's display name
`latestFollower.role` | The user's role
`latestFollower.subscribed` | Whether the user is subscribed `True`/`False`

## C# Usage
:csharp-method
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Timeout a user.
:image-preview

# Notes
When you timeout a moderator it will re-mod the moderator when the timeout has passed.

## Parameters
### `Type`
Select who you want to timeout.
Expand Down
9 changes: 9 additions & 0 deletions streamerbot/3.api/2.triggers/trovo/general/first-words.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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`

## Parameters
### `User Name`
If you want to filter on a specific user you can fill in a username here. If you don't want to filter on a specific user leave this field empty.

### `Is UserId`
If you want to filter instead on a user ID, check this box.

- Type: `Checkbox`

## Variables
:variables-description

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The present viewers trigger runs every 1-10 minutes, by default every 5 minutes.
:variables-description
Name | Description
----:|:------------
`title` | ik1497's channel
`title` | The stream title
`audienceType` | The current audience type
`categoryId` | The current category ID
`categoryName` | The current category name
Expand Down
19 changes: 18 additions & 1 deletion streamerbot/3.api/2.triggers/trovo/raid/raid.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# Raid
:wip
Trovo raid trigger.

## Details
The trovo raid trigger runs when you get a raid.

## Parameters
### `Range`
:range-description

## Variables
:variables-description

Name | Description
----:|:------------
`raid.sentAt` | The timestamp the raid was sent
`raid.raiderCount` | The amount of users that participated in the raid

:variables{name=TrovoUser disclosure}
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Gift Subscription
Trovo gift subscription trigger.

## Details
The trovo gift subscription trigger runs when you get a gift subscription.

## Variables
:variables-description

:wip
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Mass Gift Subscription
Trovo mass gift subscription trigger.

## Details
The trovo mass gift subscription trigger runs when you get a mass gift subscription.

## Variables
:variables-description

:wip
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Resubscription
Trovo resubscription trigger.

## Details
The trovo resubscription trigger runs when you get a resubscription.

## Variables
:variables-description

:wip
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Subscription
Trovo subscription trigger.

## Details
The trovo subscription trigger runs when you get a subscription.

## Variables
:variables-description

:wip

0 comments on commit e641d13

Please sign in to comment.