Sorteo
En esta página se resumirá los comandos para la herramienta Sorteo. Tiene un aspecto similar a los grupos randoms.
USO PARA EL ROL SEGUIDORES
!sorteo
Se puede configurar el siguiente comando en el Nighbot o StreamElements para automatizar el registro desde Twitch:
$(customapi.https://forgamers.es/v1/l-registrations?token={YOUR-TOKEN}&player=$(sender.name))
$(urlfetch https://forgamers.es/v1/l-registrations?token={YOUR-TOKEN}&player=$(user))
$readapi(https://forgamers.es/v1/l-registrations?token={YOUR-TOKEN}&player={user.name})
Nota: Recordar que la variable $(sender.name) es usado para la interfaz de StreamElements y $(user) para Nightbot.
Personalmente recomiendo usar la herramienta StreamElements para evitar los 5 segundos de descanso entre comandos del Nightbot
USO PARA EL ROL MODERADORES O STREAMER
!sorteoreset
Se puede configurar el siguiente comando en el Nighbot o StreamElements para automatizar el reset desde Twitch:
$(customapi.https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=reset)
$(urlfetch https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=reset)
$readapi(https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=reset)
!sorteoganador
Se puede configurar el siguiente comando en el Nighbot o StreamElements para automatizar el ganador del sorteo desde Twitch. Si se ejecuta más de una vez, se seleccionará más de un jugador:
$(customapi.https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=winner)
$(urlfetch https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=winner)
$readapi(https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=winner)
!sorteoopen
Se puede configurar el siguiente comando en el Nighbot o StreamElements para abrir las inscripciones desde Twitch:
$(customapi.https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=external_access)
$(urlfetch https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=external_access)
$readapi(https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=external_access)
!sorteoclose
Se puede configurar el siguiente comando en el Nighbot o StreamElements para cerrar las inscripciones desde Twitch:
$(customapi.https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=no_external_access)
$(urlfetch https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=no_external_access)
$readapi(https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=no_external_access)
!sorteoupdate
Se puede configurar el siguiente comando en el Nighbot o StreamElements para actualizar las inscripciones desde Twitch. Es decir, envía los inscritos a la pantalla de transmisión:
$(customapi.https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=update)
$(urlfetch https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=update)
$readapi(https://forgamers.es/chatbot-command?action=lottery&token={YOUR-TOKEN}&task=update)
Mas información del comando aquí.