I RELEASED A NEW TASK LIST, CHECK THAT ONE OUT INSTEAD HERE
A simple task list overlay for co-working streamers on Twitch! Allows streamer and twitch chat to display their tasks on the overlay.
Why you should use this overlay:
- Lightweight
- Setup instructions on Youtube
- Highly customisable
- No third party databases required
- Requires no servers or third-party hosting, just run OBS and you're good to go!
- An IDE (recommended: Visual Studio Code, Brackets.io)
- OBS (SLOBS, other variations)
- Install zip file or use git to install folder
- Follow instructions on Twitch Application
- Go to tmi app token generator
- Select "Connect"
- Obtain oauth token
- Go to Twitch Developers and create a twitch application
- Enter
Name
- Enter
http://localhost
for OAuth Redirect URL - Select
Chat Bot
for the Category
- Create your application.
- Obtain the
Client ID
from the application - Put the Client ID into the get token link
- Paste the link into your browser
- In the URL, obtain the
access_token
- Paste the
access_token
into index.js - Finish setup
- Create a new Browser Source
- Select
Local File
, then select the HTML file - Adjust width and height (recommended: 1280 x 720)
- Select OK to finish setup
- Test the commands in your chat
RyanPython - Creation of this project
berryspace - Introducing the concept to Ryan & testing
instafluff - Creating ComfyJS (the library the bot is built on)