@@ -16,28 +16,30 @@ Used to either create or send mock events for use with local webhooks testing.
16
16
17
17
** Args**
18
18
19
- | Argument | Description |
20
- | ---------------------| ------------------------------------------------------------------------------------------------------------|
21
- | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
22
- | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23
- | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
24
- | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
25
- | ` transaction ` | Bits in Extensions transactions events. |
26
- | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
27
- | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
28
- | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
29
- | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
30
- | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
31
- | ` raid ` | Channel Raid event with a random viewer count. |
32
- | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
33
- | ` stream-change ` | Stream Changed event. |
34
- | ` streamup ` | Stream online event. |
35
- | ` streamdown ` | Sstream offline event. |
36
- | ` add-moderator ` | Channel moderator add event. |
37
- | ` remove-moderator ` | Channel moderator removal event. |
38
- | ` ban ` | Channel ban event. |
39
- | ` unban ` | Channel unban event. |
40
-
19
+ | Argument | Description |
20
+ | ---------------------- | ---------------------------------------------------------------------------------------------------------- |
21
+ | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
22
+ | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23
+ | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
24
+ | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
25
+ | ` transaction ` | Bits in Extensions transactions events. |
26
+ | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
27
+ | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
28
+ | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
29
+ | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
30
+ | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
31
+ | ` raid ` | Channel Raid event with a random viewer count. |
32
+ | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
33
+ | ` stream-change ` | Stream Changed event. |
34
+ | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
35
+ | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
36
+ | ` add-moderator ` | Channel moderator add event. |
37
+ | ` remove-moderator ` | Channel moderator removal event. |
38
+ | ` ban ` | Channel ban event. |
39
+ | ` unban ` | Channel unban event. |
40
+ | ` hype-train-begin ` | Hype Train begins event. |
41
+ | ` hype-train-progress ` | Hype Train progress event. |
42
+ | ` hype-train-end ` | Hype Train ends event. |
41
43
42
44
** Flags**
43
45
@@ -54,7 +56,7 @@ Used to either create or send mock events for use with local webhooks testing.
54
56
| ` --status ` | ` -S ` | Status of the event object, currently applies to channel points redemptions. | ` -S fulfilled ` | N |
55
57
| ` --item-id ` | ` -i ` | Manually set the ID of the event payload item (for example the reward ID in redemption events). | ` -i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92 ` | N |
56
58
| ` --cost ` | ` -C ` | Amount of bits or channel points redeemed/used in the event. | ` -C 250 ` | N |
57
- | ` --description ` | ` -d ` | Title the stream should be updated/started with. | ` -d Awesome new title! ` | N |
59
+ | ` --description ` | ` -d ` | Title the stream should be updated with. | ` -d Awesome new title! ` | N |
58
60
59
61
** Examples**
60
62
@@ -105,26 +107,29 @@ Allows you to test if your webserver responds to subscription requests properly.
105
107
** Args**
106
108
107
109
| Argument | Description |
108
- | ---------------------| ------------------------------------------------------------------------------------------------------------|
109
- | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
110
- | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
111
- | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
112
- | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
113
- | ` transaction ` | Bits in Extensions transactions events. |
114
- | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
115
- | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
116
- | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
117
- | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
118
- | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
119
- | ` raid ` | Channel Raid event with a random viewer count. |
120
- | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
121
- | ` stream-change ` | Stream Changed event. |
122
- | ` streamup ` | Stream online event. |
123
- | ` streamdown ` | Sstream offline event. |
124
- | ` add-moderator ` | Channel moderator add event. |
125
- | ` remove-moderator ` | Channel moderator removal event. |
126
- | ` ban ` | Channel ban event. |
127
- | ` unban ` | Channel unban event. |
110
+ | ---------------------- | ---------------------------------------------------------------------------------------------------------- |
111
+ | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
112
+ | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
113
+ | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
114
+ | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
115
+ | ` transaction ` | Bits in Extensions transactions events. |
116
+ | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
117
+ | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
118
+ | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
119
+ | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
120
+ | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
121
+ | ` raid ` | Channel Raid event with a random viewer count. |
122
+ | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
123
+ | ` stream_change ` | Stream changed event. |
124
+ | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
125
+ | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
126
+ | ` add-moderator ` | Channel moderator add event. |
127
+ | ` remove-moderator ` | Channel moderator removal event. |
128
+ | ` ban ` | Channel ban event. |
129
+ | ` unban ` | Channel unban event. |
130
+ | ` hype-train-begin ` | Hype Train begins event. |
131
+ | ` hype-train-progress ` | Hype Train progress event. |
132
+ | ` hype-train-end ` | Hype Train ends event. |
128
133
129
134
** Flags**
130
135
0 commit comments