Awesome! Got the kitties all setup. I don't use Kofi but noticed they had a Fourthwall webhook on the website. I had been trying to get the Fourthwall stuff to work but didn't know I needed to setup a webhook in the dashboard. Well....got the webhook setup now...gonna see if I can set up the stuff in Streamer Bot now. Thank you!!!
Did you use the Kofi link? I figured out a couple more things after the video and altered the code a bit. I works better now plus I added the rest of the Kofi print outs to it.
@@thewizardofco no. i was still using the first version of yours, but i just downloaded the new one right now. thank you very much for taking the trouble.
@@thewizardofco i have the problem that i have to implement it in the old streamer. bot first, because the brand new version doesn't want to print anything. with version 0.1.16 it prints followers etc. but in 0.2.2 nothing happens.
@@ChrisTV84 so when you get a follow nothing prints? Did you set up an action for twitch follows? The trigger in the action would be twitch follow. Then in the sub-actions you add the action print twitch events.
Thank you so much for updating the cat code, I do experience a issue though, every now and again it just prints the receipt without the cat picture only with the redeemers name, is this a known issue? It seems to happen more if somebody reddems print a cat 3 times in a row straight after each other, wondering if there needs to be a delay in there or something
@@markeveritt9550 I’ll check it out. I think it’s the way the thisisnotacat website is set up. If they change any of the directories it’ll break the links. The best way would be for me to make thousands of cat pictures and save them in a file but honestly that’s a bit of work. Then the link would never change.
@@markeveritt9550 that’s above my pay grade. I did find that some of the directories don’t have 5000 cats so I updated the code to only go to 4000. The few times I tested it has worked.
I was wanting to get this set up for Fourthwall Alerts - subscriptions, purchases, and donos... is that something you'd be willing to help with a tutorial? Also I would like to create my own fortunes, since you've peaked around do you think that would be terribly difficult for me to do?
I’ll check out Fourthwall and see if there’s anything I can buy for the fortunes, there is a file in the teotools folder that’s labeled fortunes. You should be able to open that up and change them.
Thanks for your video! Since SB 0.2.3 I've had the problem that when someone subscribes, the same slip of paper is always printed out twice. I'm starting to despair. Do you have a solution for this?
Double check the triggers for subscribers. You may have multiple actions that go off for one. After one of the updates I had something similar happen for bit donations. Multiple would trigger for one donation.
I just tested it, Still working for me. They way I set it up if they change how the website layout is. It may mess up the printing. I'll check and see if they changed or added anything later.
@@thewizardofco Its working with picture through testing the channelpoint trigger 90-99% but sometimes its just the „kitty for (username)“ without the picture
@@Satan666Pandora hmm. I’ll run a few more test prints to see if I can replicate your results. The way I set it up is I went to this is not a cat and found where they keep the cat pictures. There was 6 folders with about 5 thousand cats in them each. I’m thinking that they either got rid of a directory or change the amount of cats in one. I’m new to programming so it’s a learning process for me.
@@thewizardofco If you are down we could help each other. Im currently in contact with another streamer to who is implementing sich features and maybe we could profit from one anothers knowledge. You got discord? :)
good job man 😍 ... is there a way to print alerts from lumia? i stream on kick and try to print my subs, but kick doesnt have a public API, but i can use Lumia to send my sub infos to streamerbot. Streamerbot can write it to a text file, but how can i trigger the printer instead of the text file? What do you think, is it possible or just wasted time? (translated with google) 😂
@@thewizardofco thanks for the reply. 💚 Unfortunately, I have no idea about this sort of thing and you're the only one I've found who deals with it. It would be so nice if I could at least print out the subs and gifted subs from Kick. I'd like to figure it out myself, but I wouldn't even know where to start 🤷
@@19MadMike yeah it should be easy enough. You just have to change the template to include the image. I’ll work on it at lunch and send you a link to the updated code.
That would be absolutely amazing, cheers mate! I can't wait to show all this off to my stream! I'm like a small kid at the minute, so excited haha. Cheers mate, I appreciate you!@thewizardofco
@@thewizardofco Wow, wow, wow! You my friend are amazing. First time ever touching coding (copying and pasting counts, right?) and it's worked. You legend Thank you mate.
This was a great help! Thank you. I was able to use this guide to make my own integrations. Don't supposed you have any idea why addons, when triggered by a third part don't work? I can't for the life of my figure out why Trigger waifu from twitch = fine Trigger waifu from a test = fine Trigger waifu from my own third party = doesnt fire. But -only- on addons. Everything else with the third party trigger is fine. Super strange.
@@thewizardofco So, I'm using a program called "Tikfinity" to trigger the action, which is how I integrate tiktok into streamerbot. I followed your Kofi guide, and made my own tiktok gift + tiktok sub receipt, which works great. Tikfinity triggers the action, and it prints my custom template based on StreamElementsTip, like yours, variables and all. Issue is, the Addons. Every trigger works fine, except coming from tikfinity. I have no clue why.
@@thewizardofco So, I'm using a program called "Tikfinity", which is how I integrate tiktok into streamerbot and pull variables. It works great. I followed your guide for kofi integration, but repurposed it for my own needs to create my own gift, and sub alerts for TikTok, using StreamElementsTip as a base like your kofi one. Issue comes with the addons, they just don't fire. Checking the logs sheds some light: [2024-05-12 21:04:58.120 ERR] TwitchHelix :: Unable to make call BadRequest (Invalid username(s), email(s), or ID(s). Bad Identifiers.) - users?login=Test User 123 [2024-05-12 21:04:58.121 ERR] TwitchService :: Failed to make call to twitch api Twitch.Common.Exceptions.TwitchApiError: Invalid username(s), email(s), or ID(s). Bad Identifiers. But, why would this hit a bad API call, but the other actions don't?
@@thewizardofco I think my messages keep getting filtered, but I figured out the issue incase anyone else has problems in the future. The issue was, a %__source% variable is needed. If it doesn't exist, the print doesnt run. So, I set an argument to create my own source, and viola! It works.
Awesome! Got the kitties all setup. I don't use Kofi but noticed they had a Fourthwall webhook on the website. I had been trying to get the Fourthwall stuff to work but didn't know I needed to setup a webhook in the dashboard. Well....got the webhook setup now...gonna see if I can set up the stuff in Streamer Bot now. Thank you!!!
Thank you so much. It helps me a lot
Did you use the Kofi link? I figured out a couple more things after the video and altered the code a bit. I works better now plus I added the rest of the Kofi print outs to it.
@@thewizardofco no. i was still using the first version of yours, but i just downloaded the new one right now. thank you very much for taking the trouble.
@@ChrisTV84 nice! Let me know if everything works. I tested it but you never know if something will break.
@@thewizardofco i have the problem that i have to implement it in the old streamer. bot first, because the brand new version doesn't want to print anything. with version 0.1.16 it prints followers etc. but in 0.2.2 nothing happens.
@@ChrisTV84 so when you get a follow nothing prints? Did you set up an action for twitch follows? The trigger in the action would be twitch follow. Then in the sub-actions you add the action print twitch events.
help
Thank you so much for updating the cat code, I do experience a issue though, every now and again it just prints the receipt without the cat picture only with the redeemers name, is this a known issue? It seems to happen more if somebody reddems print a cat 3 times in a row straight after each other, wondering if there needs to be a delay in there or something
@@markeveritt9550 I’ll check it out. I think it’s the way the thisisnotacat website is set up. If they change any of the directories it’ll break the links. The best way would be for me to make thousands of cat pictures and save them in a file but honestly that’s a bit of work. Then the link would never change.
Or alternatively could right some code to validate that the website has returned a cat .jpg if not then loop round the code.
@@markeveritt9550 that’s above my pay grade. I did find that some of the directories don’t have 5000 cats so I updated the code to only go to 4000. The few times I tested it has worked.
I was wanting to get this set up for Fourthwall Alerts - subscriptions, purchases, and donos... is that something you'd be willing to help with a tutorial? Also I would like to create my own fortunes, since you've peaked around do you think that would be terribly difficult for me to do?
I’ll check out Fourthwall and see if there’s anything I can buy for the fortunes, there is a file in the teotools folder that’s labeled fortunes. You should be able to open that up and change them.
Thanks for your video! Since SB 0.2.3 I've had the problem that when someone subscribes, the same slip of paper is always printed out twice. I'm starting to despair. Do you have a solution for this?
Double check the triggers for subscribers. You may have multiple actions that go off for one. After one of the updates I had something similar happen for bit donations. Multiple would trigger for one donation.
@@thewizardofco Thank you! I will Check later 🙌🏻
Thanks for the Tutorial! Sometimes the cat picture doesnt print. Any idea? I copied your work 1 to 1 so idk if that happened for you recently?
I just tested it, Still working for me. They way I set it up if they change how the website layout is. It may mess up the printing. I'll check and see if they changed or added anything later.
@@thewizardofco Its working with picture through testing the channelpoint trigger 90-99% but sometimes its just the „kitty for (username)“ without the picture
@@Satan666Pandora hmm. I’ll run a few more test prints to see if I can replicate your results. The way I set it up is I went to this is not a cat and found where they keep the cat pictures. There was 6 folders with about 5 thousand cats in them each. I’m thinking that they either got rid of a directory or change the amount of cats in one. I’m new to programming so it’s a learning process for me.
@@thewizardofco If you are down we could help each other. Im currently in contact with another streamer to who is implementing sich features and maybe we could profit from one anothers knowledge. You got discord? :)
good job man 😍 ... is there a way to print alerts from lumia? i stream on kick and try to print my subs, but kick doesnt have a public API, but i can use Lumia to send my sub infos to streamerbot.
Streamerbot can write it to a text file, but how can i trigger the printer instead of the text file? What do you think, is it possible or just wasted time?
(translated with google) 😂
There might be a way to work around with Lumia stream. I’d have to look into it.
@@thewizardofco thanks for the reply. 💚
Unfortunately, I have no idea about this sort of thing and you're the only one I've found who deals with it. It would be so nice if I could at least print out the subs and gifted subs from Kick. I'd like to figure it out myself, but I wouldn't even know where to start 🤷
Can you do tutorial video for youtube ? Printing subscriber alert with subscriber photo, printing superchat.
I can try and set it up to work with RUclips. As the code is now it’s really only works for Twitch. Let me mess with it and I’ll let you know.
@@thewizardofco Thank you sir. Actually Asian countries like india, youtube is famous and twitch users are very less.
Have you worked out yet how to get profile pictures to print for followers? I get profile pictures for bits, subs etc but not followers. Any ideas?
@@19MadMike yeah it should be easy enough. You just have to change the template to include the image. I’ll work on it at lunch and send you a link to the updated code.
That would be absolutely amazing, cheers mate! I can't wait to show all this off to my stream! I'm like a small kid at the minute, so excited haha. Cheers mate, I appreciate you!@thewizardofco
@@19MadMike here’s the code link www.dropbox.com/scl/fo/yk7t5hk2648aqxuem1l4i/AD4yU2u5BXIa6oi9ZpR8d6Y?rlkey=pof4er29roapyllw6fb2yjxaq&dl=0
@@thewizardofco Wow, wow, wow! You my friend are amazing. First time ever touching coding (copying and pasting counts, right?) and it's worked. You legend Thank you mate.
@@19MadMike glad we got it working for you!
This was a great help! Thank you. I was able to use this guide to make my own integrations. Don't supposed you have any idea why addons, when triggered by a third part don't work? I can't for the life of my figure out why
Trigger waifu from twitch = fine
Trigger waifu from a test = fine
Trigger waifu from my own third party = doesnt fire.
But -only- on addons. Everything else with the third party trigger is fine. Super strange.
What addon are you trying to use and what third party is trying to trigger it?
@@thewizardofco So, I'm using a program called "Tikfinity" to trigger the action, which is how I integrate tiktok into streamerbot. I followed your Kofi guide, and made my own tiktok gift + tiktok sub receipt, which works great. Tikfinity triggers the action, and it prints my custom template based on StreamElementsTip, like yours, variables and all. Issue is, the Addons. Every trigger works fine, except coming from tikfinity. I have no clue why.
@@thewizardofco So, I'm using a program called "Tikfinity", which is how I integrate tiktok into streamerbot and pull variables. It works great. I followed your guide for kofi integration, but repurposed it for my own needs to create my own gift, and sub alerts for TikTok, using StreamElementsTip as a base like your kofi one.
Issue comes with the addons, they just don't fire. Checking the logs sheds some light:
[2024-05-12 21:04:58.120 ERR] TwitchHelix :: Unable to make call BadRequest (Invalid username(s), email(s), or ID(s). Bad Identifiers.) - users?login=Test User 123
[2024-05-12 21:04:58.121 ERR] TwitchService :: Failed to make call to twitch api
Twitch.Common.Exceptions.TwitchApiError: Invalid username(s), email(s), or ID(s). Bad Identifiers.
But, why would this hit a bad API call, but the other actions don't?
@@thewizardofco I think my messages keep getting filtered, but I figured out the issue incase anyone else has problems in the future. The issue was, a %__source% variable is needed. If it doesn't exist, the print doesnt run. So, I set an argument to create my own source, and viola! It works.