Tangia Subathon mode let you quickly start and configure a subathon timer! You can see how much tim you have remaining on a subathon along with the total time the subathon has been going! You can start a subathon by heading to the subathon tab under settings.

Configuring Subathon mode
You can set the number of seconds the timer gets increased for events like Tier 1,2,3 subs, bit cheers, Tangia interaction redeems through the extensions and viewer page, and media shares. The time added for subscriptions also applies to gifted subscriptions which means it will add the time you have set multiplied by the number of subs gifted.

Subathon mode API Access
If you want to setup various commands or custom actions that increment the amount of time remaining on a subathon, you can with your magic link at the bottom of the page.

The magic URL is formatted as:
https://api.tangia-staging.co/quick_action/update-subathon?k=[SecretCodeRedacted]71dd&seconds=30
the
&seconds=30
specifies how much time gets added to your subathon timer, just adjust the number of seconds.You can plug this URL into anything that makes a web request. So for example if you wanted to make a streamdeck button to increase time you would add the url to a website system action, and enable
get request in the background
Or if you are using something like streamer bot, you would use their
fetch
functionality