https://github.com/jayexdesigns/twitch-subathon-countdown
This is a countdown timer template for Twitch streams
https://github.com/jayexdesigns/twitch-subathon-countdown
countdown obs subathon twitch
Last synced: 5 months ago
JSON representation
This is a countdown timer template for Twitch streams
- Host: GitHub
- URL: https://github.com/jayexdesigns/twitch-subathon-countdown
- Owner: JayexDesigns
- Created: 2021-06-30T22:28:12.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T01:45:05.000Z (over 2 years ago)
- Last Synced: 2025-05-02T10:11:33.428Z (5 months ago)
- Topics: countdown, obs, subathon, twitch
- Language: JavaScript
- Homepage:
- Size: 4.66 MB
- Stars: 28
- Watchers: 4
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Twitch Subathon Countdown Template
This is the template I created for my Twitch Subathon Countdowns
Description
A subathon timer that increases when someone subscribes, donates money, donates bits or purchases streamloots chests.
Preview
Usage
After cloning this repository you'll have to edit the "config.js" file with any plain text editor, then change the value of the variables according to what you want:
Streamlabs Token
To get the token you'll have to go to the API settings tab of your Streamlabs dashboard then click on API Tokens, copy your socket API token and finally paste the code on the "streamlabs_token" variable in the "config.js" file.
![]()
StreamElements Token
To get the token you'll have to go to your StreamElements channels dashboard, then click on show secrets, copy the Overlay token and paste the code on the "streamelements_token" variable in the "config.js" file.
![]()
Streamloots Token
To get the token you'll have to go to your Streamloots creator dashboard, then to alerts & widgets, then go to alerts, then copy the last part of the alerts url and finally paste the code on the "streamloots_token" variable in the "config.js" file.
![]()
Initial Time
You can set the initial time of the timer by setting the hours, minutes and seconds to be added when the timer is created.
Other Values
Change the other values to set the amount of seconds that will be added for the subscriptions, donations... And the minimum donation amounts to trigger the countdown increase.
Add To OBS
To add it to OBS you just have to drag the "index.html" file to the sources section or add a browser source that points to the "index.html" file.