Add Rodden, Retro Russ, 8BitBoyUK. Remove Simpsons99.
This repository maintains the list of Twitch streamers for the Donkey Kong Forum community. It automatically checks which streamers are live and displays them on the forum.
Edit the streamers.json file
streamers.json
Add a new entry in the array:
{ "twitchUsername": "their_twitch_username", "dkfUsername": "their_forum_username" }
twitchUsername
dkfUsername
Commit and push your changes to the main branch
main
The list will automatically update within a few minutes
[ { "twitchUsername": "example_streamer" }, { "twitchUsername": "another_streamer", "dkfUsername": "ForumName" } ]
live-streamers.json
.github/workflows/update-live-streamers.yml
scripts/check-live-streamers.js
The current list of live streamers is available at: https://donkey-kong-forum.github.io/streamers-list/live-streamers.json
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
DKF Streamers List
This repository maintains the list of Twitch streamers for the Donkey Kong Forum community. It automatically checks which streamers are live and displays them on the forum.
How to Update the Streamers List
Adding a New Streamer
Edit the
streamers.jsonfileAdd a new entry in the array:
twitchUsernameis required (their Twitch channel name)dkfUsernameis optional (their forum display name, if different)Commit and push your changes to the
mainbranchThe list will automatically update within a few minutes
Removing a Streamer
streamers.jsonfileExample
How It Works
streamers.jsonlist and queries the Twitch APIlive-streamers.jsonon GitHub PagesTechnical Details
Files
streamers.json- The master list of all streamers (edit this file!)live-streamers.json- Auto-generated list of currently live streamers (do not edit).github/workflows/update-live-streamers.yml- GitHub Action that checks who’s livescripts/check-live-streamers.js- Script that queries the Twitch APILive Data
The current list of live streamers is available at: https://donkey-kong-forum.github.io/streamers-list/live-streamers.json