Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Windows service to create Extra Life stream labels for consumption in streaming software such as SLOBS, OBS Studio, or XSplit

License

Notifications You must be signed in to change notification settings

mkniller/ExtraLifeStreamLabels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extra Life Stream Labels is a Windows service that utilizes the Donor Drive public API to fetch Extra Life participant, team, and donation information.

Add your Participant Id, Team Id, and desired location for stream labels to be saved to the app.config file.

<appSettings>
    <add key="ParticipantId" value=""/>
    <add key="TeamId" value=""/>
    <add key="StreamLabelOutputPath" value="D:\\ExtraLifeStreamLabelData\\"/>
  </appSettings>

To install the service, open the command prompt as admin. Navigate to your extracted directory and enter ExtraLifeStreamLabelsService.exe i

To uninstall the service enter ExtraLifeStreamLabelsService.exe u

The service is set to automatic and will start when Windows starts, however if you wish to start it immediately you may either use the Windows Services Manager to start it or use the following command at the command line:

sc Start ExtraLifeStreamLabelService

Like my work? Consider supporting my Extra Life efforts by visiting https://www.extra-life.org/participant/WireJunky42 and making a donation.

Build Status

About

Windows service to create Extra Life stream labels for consumption in streaming software such as SLOBS, OBS Studio, or XSplit

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published