Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 943 Bytes

File metadata and controls

21 lines (16 loc) · 943 Bytes
title Fetch URL
description Network Sub-Actions Reference
published true
date 2023-04-10 05:36:03 UTC
tags
editor markdown
dateCreated 2021-10-24 23:44:38 UTC

Overview

With this sub-action you are able to fetch the result of a URL, much like the URL commands that Nightbot and many other bots have, provide a URL, and a variable name to write the result to, and you'll be able to use it in other sub-actions.

sub-action-fetch-url-001.png

An example usage, would be a website that just returns a joke. You would enter the URL, and in the variable name, just put joke, and as as another sub-action after, send a message to your Twitch channel, with the message being %joke%. Now you have a joke action, that you could trigger by many different means!