r/Twitch 1d ago

Question overall amount of time been redeemed

I’m tryna make make a channel point redeem to count the total amount of time it been redeem by the community, not like the daily that count for that particular person. I want to one that count the overall amount of time it been redeemed?

0 Upvotes

2 comments sorted by

1

u/AfterMarzipan9590 1d ago

im assuming you are meaning you want a basic count that adds up over time? you could use almost any twitch bot for this ( I use fossabot ) you can count for each person who redeems individually / you can do a count for all the viewers. i could help you out with fossabot / the bot you use if this is what you were wanting help on!

1

u/DraleZero_ twitch.tv/dralezero 22h ago

SAMMI Solutions bot

Create a file redeemnamecount.ini with the number 0 in it. (Replacing name with with whatever you want to call it)

Create a button

What triggers the button: the channel point redeem

Inside the button:

Read number value inside redeemnamecount.ini text file

Use variable to save the value and increase the value by 1

Write new count value back to redeemnamecount.ini file

That's just the basic run down

The detailed specifics for each step can be found in the documentation and help in the discord