This runs a raffle over multiple accounts on Twitch, each time a team raises a factor of $100 on Tiltify.
You will need to run the application first to generate the empty config.json
file. Fill that in with the correct information and then the application can be used properly.
Once set, restart the application and keep it running for however long your event is going.
- All raffle winners will contain the Twitch whisperable username of the winner in a generated
raffles.txt
file. - This connects to all of the Twitch accounts in the channels list
- If no raffle entries are made, the raffle will be closed with no winner and still documented in the output
raffles.txt
file. - This only works for Tiltify team campaigns! Use your Tiltify team campaign id. The app will watch the total amount your team has raised for the campaign.
This is an array of RaffleItems, of which the schema is as follows:
{
"Artist": "ExampleArtist",
"Type": "Full body piece",
"Amount": 200.00,
"RaffleTime": 600
}
Gaps are allowed in the RaffleData array, and if an amount doesnt exist, the milestone will be skipped.
You can also manually turn off a milestone by putting the flag Enabled: false
into the json above for an item.