- Видео 95
- Просмотров 283 459
Phlare
США
Добавлен 7 фев 2014
I make How to/tutorial videos about chatbots, OBS, and Streaming in general because I believe building an interactive stream and an engaging chat experience should be easy and fun.
My main goal is to help other streamers learn to do fun things with stream software like Steamer.bot and OBS Studio.
One of my favorite things in life is learning new things and then sharing what I've learned with my friends, so this fits right in.
Helping is my favorite, and if my videos can help even a few new streamers find increase their comfort level with some of this tech, then I have succeeded.
My main goal is to help other streamers learn to do fun things with stream software like Steamer.bot and OBS Studio.
One of my favorite things in life is learning new things and then sharing what I've learned with my friends, so this fits right in.
Helping is my favorite, and if my videos can help even a few new streamers find increase their comfort level with some of this tech, then I have succeeded.
One Hour of Silence, Ocassionally Interrupted by Barbie [with Reverb]
My friend Hacksaw used to always have a video playing in the back of his stream with barbie saying balls with reverb applied. then that video went away and we all miss it.
So here we are.
So ridiculous.
This humorous video meme is designed for use as background entertainment during a live stream or a similar setting.
Play it and other videos in the background to inject a playful element into any Twitch livestream.
Alternative ways to utilize this video:
1. Incorporate this video as ambient noise during a potluck at work.
2. Arrange for this video to play on a friend's computer when they're studying for finals.
3. Play it on your phone out loud on the bus.
4. Employ it as background white noise f...
So here we are.
So ridiculous.
This humorous video meme is designed for use as background entertainment during a live stream or a similar setting.
Play it and other videos in the background to inject a playful element into any Twitch livestream.
Alternative ways to utilize this video:
1. Incorporate this video as ambient noise during a potluck at work.
2. Arrange for this video to play on a friend's computer when they're studying for finals.
3. Play it on your phone out loud on the bus.
4. Employ it as background white noise f...
Просмотров: 265
Видео
Monitor Ads on Twitch Easily with Streamer Bot
Просмотров 4,6 тыс.10 месяцев назад
I made a video last year about sensible ad management on Twitch, and while I still agree with everything I presented in that video, some of the facts have changed. Streamer Bot has just added some new ways to help manage ads in version 0.2.3 so it’s time to refresh our way of dealing with ads in Twitch. Export Code Here: showmeyourbot.com/monitor-ads-on-twitch-with-streamer-bot/ 🔥 Subscribe her...
Weighted Random Actions in Streamer Bot
Просмотров 1,1 тыс.Год назад
Want to have an action in streamer.bot do one of many things randomly? Want some of those things to happen more or less often than the others? Here's how to set up a weighted random action in streamer bot. How to set up Streamer Bot: showmeyourbot.com/setting-up-streamer-bot/ 🔥 Subscribe here! bit.ly/phlare_subscribe 🔴 Watch Phlare Live: bit.ly/phlare_twitch Quick Links 📼 More Streamer Tutorial...
Add a Dad Joke command with CloudBot
Просмотров 794Год назад
This tutorial will walk through how to set up a !dadjoke command for your Twitch channel using StreamLabs Cloudbot. Your users will be able to type !dadjoke and Streamlabs will respond with a random dad joke. for copy/pasta needs, here is the API url: icanhazdadjoke.com/nightbot here is the full response string: {readapi.icanhazdadjoke.com/nightbot} Updated Blog-Style Tutorial Here: showmeyourb...
Designing a Nightbot !dadjoke Command for Twitch.
Просмотров 1,9 тыс.Год назад
This tutorial will walk through how to set up a random dad joke command in Nightbot. Your users will be able to type !dadjoke and Nightbot will respond with a random groaner. for copy/pasta needs, here is the API url: icanhazdadjoke.com/nightbot here is the full response string: $(urlfetch icanhazdadjoke.com/nightbot) Updated Blog-Style Tutorial Here: showmeyourbot.com/create-a-dad-joke-command...
Dad Joke Command for StreamElements
Просмотров 3 тыс.Год назад
Here's how to quickly make a dadjoke command in StreamElements. Your users will be able to type !dadjoke and streamelements will respond with a random embarrasingly bad/good joke. We'll demonstrate how to set this up within the StreamElements Dashboard. for copy/pasta needs, here is the API url: icanhazdadjoke.com/nightbot here is the full response string: $(customapi.icanhazdadjoke.com/nightbo...
1 Hour of Silence occasionally broken by EVEN MORE Mariah
Просмотров 159Год назад
I had some requests on my previous video from last year that it really just needed MORE Mariah. So here we are. Once again the silliest video I have ever done, with 250% more Mariah. This humorous video meme is designed for use as background entertainment during a live stream or a similar setting. Play it and other videos in the background to inject a playful element into any Twitch livestream....
Creating a Dad Joke Command with Streamer Bot
Просмотров 1,7 тыс.Год назад
Let's make a dad joke command using Streamer.bot Your users will be able to type !dadjoke and the bot will spit out a random groaner. We'll go through how to set this up step by step within streamer bot and you'll also be able to just import it directly. for copy/pasta needs, here is the API url: icanhazdadjoke.com/nightbot Updated Blog-Style Tutorial Here: showmeyourbot.com/set-up-a-dadjoke-co...
1 Hour of Silence Occasionally Interrupted by Crows
Просмотров 851Год назад
Enjoy one hour of silence occasionally interrupted by crows. This meme video is meant to be played in the background of a spooky stream or other spooky event, to add some extra random jumpscare ambience. Hallowen party? yes. Somber Office Event? also yes. other fun uses for this video: - put it on the computer when leaving a conference room at work and let it run - play it on the intercom at sc...
One Hour of Silence, Occasionally Interrupted by Ham
Просмотров 254Год назад
HAM Enjoy one hour of silence occasionally interrupted by angie from 30 rock saying the word ham. This meme video is designed for the purpose of providing ambient nonsense that you can have playing in the background of a live stream or a similar setting. I often run this video and similar ones during my Twitch stream to contribute to the overall chaotic atmosphere. Here are some other ways you ...
The BIGGEST Streamer Bot Update Ever
Просмотров 2,4 тыс.Год назад
The new version 0.2.0 of streamer.bot is out on the main release channel now, and it’s got some really huge changes that make it more powerful and easier to use than ever. There is more to cover than I can do in one video but I want to go in-depth into the biggest and most significant change, and also highlight a few of my favorite smaller updates as well. Did you know you can make a command ri...
Chat commands with random results in StreamLabs Cloudbot.
Просмотров 2,8 тыс.Год назад
Want to build some fun commands where the output has some randomness to it? With the help of the {randchoice} function in StreamLabs chatbot, we can do this easily. We'll run through a simple example and I'll explain how it works bit by bit. Let me know if you need any help setting this up to do something different! If you haven't set up cloudbot yet, watch this video first: ruclips.net/video/8...
Get More Engagement with Random Phrase Commands in Nightbot
Просмотров 2,8 тыс.Год назад
Want to build some fun commands where the output isn't always exactly the same? With the help of the $eval construct and a little bit of javascript, we can do this easily in Nighbot. Don't be scared, you don't have to write the javascript yourself. This video will walk us through how to get this set up. If you haven't set up nightbot yet, watch this video first: ruclips.net/video/aNpsCypJ4Sw/ви...
EASILY use random words or phrases in commands with StreamElements
Просмотров 5 тыс.Год назад
EASILY use random words or phrases in commands with StreamElements
Unlock the Secrets of Heart Rate Streaming with Pulsoid
Просмотров 4 тыс.Год назад
Unlock the Secrets of Heart Rate Streaming with Pulsoid
One Hour of Silence Occasionally Interrupted by Robot Noises
Просмотров 567Год назад
One Hour of Silence Occasionally Interrupted by Robot Noises
Shoutout Command for Streamlabs Cloudbot
Просмотров 6 тыс.Год назад
Shoutout Command for Streamlabs Cloudbot
Random Percentage Commands with Streamlabs Cloudbot
Просмотров 2,9 тыс.Год назад
Random Percentage Commands with Streamlabs Cloudbot
Shoutout Command (with Game Name) for Nightbot 2023
Просмотров 23 тыс.Год назад
Shoutout Command (with Game Name) for Nightbot 2023
1 Hour of Silence Occasionally Interrupted by Mario
Просмотров 1,5 тыс.Год назад
1 Hour of Silence Occasionally Interrupted by Mario
Increase Chat Engagement with Random Percentage Commands
Просмотров 12 тыс.Год назад
Increase Chat Engagement with Random Percentage Commands
Shoutout Command for StreamElements (with game)
Просмотров 44 тыс.Год назад
Shoutout Command for StreamElements (with game)
Setting Up StreamElements Chatbot (in 2023)
Просмотров 7 тыс.Год назад
Setting Up StreamElements Chatbot (in 2023)
Fine-Tuned Permissions in SB using Groups
Просмотров 1,9 тыс.Год назад
Fine-Tuned Permissions in SB using Groups
1 hour of silence, occasionally interrupted by knocking
Просмотров 7 тыс.Год назад
1 hour of silence, occasionally interrupted by knocking
Keep external bots from triggering your streamer bot actions
Просмотров 1,7 тыс.Год назад
Keep external bots from triggering your streamer bot actions
Update Twitter, Discord, & Shield Mode on Stream Start or End.
Просмотров 773Год назад
Update Twitter, Discord, & Shield Mode on Stream Start or End.
Thank you so much, straight to the point video with all I needed to know.
I'm trying to add a command that randomly picks a devil fruit from One Piece, I have this ${touser} has found and eaten the $(random.pick 'Gum-Gum' 'Wax-Wax' 'Love-Love' 'Venom-Venom' 'Rizz-Rizz' 'Snip-Snip' 'Tremor-Tremor' 'Cat-Cat' 'Flame-Flame' 'Hollow-Hollow' 'Rumble-Rumble' 'Clone-Clone' 'String-String' 'Barrier-Barrier' 'Op-Op' 'Revive-Revive' 'Flower-Flower' 'Human-Human' 'Dark-Dark' 'Ice-Ice' 'Plume-Plume' 'Chop-Chop' 'Horm-Horm' 'Sand-Sand' 'Shadow-Shadow' 'Paw-Paw' 'Magma-Magma' 'Glint-Glint' 'Smooth-Smooth' 'Door-Door' 'Gas-Gas' 'Calm-Calm' 'Spring-Spring') Fruit! but it doesn't work.. What am I missing?..
Can this be added through chat command, with " !command add " ? Asking for a friend who has no PC access
@@Kviktus-v1w I assume so!
@@Phlare So if someone wants to add this through chat and only have streamelements this is how i had to change it to make it work $(user) summons a forest creature, $(random.pick 'a fox' 'a fox' 'a bear' 'an owl' 'a deer') appears.
Which will look like this: !command add !forest $(user) summons a forest creature, $(random.pick 'a fox' 'a fox' 'a bear' 'an owl' 'a deer') appears.
is there any way you can make a video for this for wizebot? I'm struggling to find a command that works for that bot.
I have never used wizebot, but at a glance it looks like when you're building a custom command there's an option to have it "say a text from a URL" and you could use the dadjoke API URL there. afraid I'm not much more help than that without further research/experimentation.
Okie dokie! Thank you so much!
I have a first words type contest in my streamer bot was curious if you i break for bots would work for 1st, 2nd and 3rd words being able to stop them type thing
hmm.. something similar to this might work. i don't quite understand what you're trying to do though.
Can we do this on RUclips? I want to make a queue for people who want to come up and live stream with me Is it possible to filter by email requests?
I will be updating this to work with RUclips and Twitch simultaneously soon!
@Phlare please include a non-twitch segment. Essentially, if I am live streaming on RUclips, and my viewers email me, I want the emails to be added to queue in order and their names to display on the bottom of the screen ticker tape fashion.
@@afrobutterfly ... they email you? i'm not sure how that would work unfortunately. I can make it respond to commands in youtube chat no problem, but responding to email is a whole different story.
you can always just enter them manually with the mod commands though.
I am also working on a on-screen version of the list so it doesn't spam chat, but just updates an onscreen Text field. I'll be sure to make both vertical list and ticker tape outputs be a possibility
my adds arent lining up iwith ths at all
What do you mean?
@Phlare so my bot will message adds coming up in 1 minute then adds playing but I asked my chat are adds playing right now and they said no
@@a1bi0rix174might just not be any ads available in your region at that time. Ads don’t always play for everyone.
you are amazing thank you soo much
how can I edit it so it generates me random number between 1-30
Just change the 100 to 30
Can't wait to try this out! I want to get pinged when someone chats during VR, but ignore bot messages. This will be a big help!
this workin for you?
@@keykeykeeks I tested it out, and so far seems to work.
Short and straight to the point. Thanks, mate.
I imported the I break for bots into my Streamer Bot. How do I edit the list of Bots? I want it to ignore my twitch name along with a few other bots it is still shouting out?
@@yungbuc31089 you just add those users to the bot group
I imported the I break for bots into my Streamer Bot. How do I edit the list of Bots? I want it to ignore my twitch name along with a few other bots it is still shouting out?
hey boss how do reset the counters?? ive made some counters and had persisted checked and now after the all the test im stuck with those added
There’s a “variables” button at the top of the streamer bot window and That will open a dialog where you can browse through all your global variables and edit the values.
@ tysvm!! MVP frfr
Straight to the point, Brilliant thank you.
Hi Phlare, how to config a command like !ShareChannel alias where followers could share automatically their youtube channels during my live? Thanks in advance
You can use $(query) to repeat back whatever the user types after the command
@ top! Thanks a lot 👊🏼 however i was aiming to something they don’t need to write anything after… like in some. Lives you can do a !share and nightbot get the channel automatically and repost to the live thread few minutes later
@ are you using nightbot on RUclips?
@ I know how to do this with twitch, but I have no idea with RUclips, sorry
Hi! This was so helpful! Is this somewhat similar to making a daily channel point redemption? do you have a video on daily redemption and how a viewer can check their progress?
Great tutorial, thank you very much~
this changed my life
@@dracoflamos9604 lol
I used this to make a bonita command. 🤣
I've updated these import codes to work with Streamer.bot 2.0+ thanks for the support everyone!!! Please subscribe to my channel: bit.ly/phlare_subscribe Check out my discord for more import commands: bit.ly/phlare_discord Here's the import code for these commands: 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
I've updated the import code for this video to work with Streamer.bot 2.0 and up: Let me know what other commands of mine you'd like to see imports for, or check out my discord for a growing list of exported commands: bit.ly/phlare_discord Don't forget to like the video and subscribe too! bit.ly/phlare-subscribe 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
Hi, this was a great explanation but doesn't seem applicable to the current version (0.2.6). The only 'logic' I can find in sub-actions anymore is under 'Core' and it has no Global options at all. Is there still a way to do this today? "Get input" seems closest but the dialog box doesn't have 'source,' 'variable name,' etc.
Globals are now under core -> globals
The Game string is no longer working was this updated ?
@@TheWhiteWolf1214 see the pinned comment - for some reason the full command won’t paste into a RUclips description and it gets broken
@@Phlare I appreciate that very much seemed to get it all straightened out. Appreciate you very much @Phlare
i’m a mod on a streamers live how do i add a command that allows me to go like !command @user and then it would give me the printed phrase. for example if i wanted to !waterballon @user then stream elements proceeds to say you just threw a water ballon at insert user here with out making it have @user i just want it to say the users name without it @ing them?
I tried the command but it puts the $ sign in the output text and dosnt generate a number :/ this is what i got. $no is $% lucky.
if i remove the $ at the start of the variable it seems to fix the first issue but still doesn't seem to generate numbers any help?
What’s the exact command you have typed in? Need to make sure there are no extra spaces anywhere ${user.name} is ${random.0-100}% lucky. Eg. no space between the $ and the { No space beteeen the { and user.name etc.
what do i do with the export code in the description? i downloaded and set up streamer bot + linked my twitch account according to this guide tho so i think everything is all good? do i need to do anything inside of StreamLabs with anything else/the code? thank u! im super new to streaming so im trying to do this right
only command working for me is !addplayer, maybe its not working because i cant add anyone else
i saw you joined my discord and asked there too, i'll follow up there, but wondering if the other commands just didn't get enabled or something
@Phlare everything works as intended thanks alot
What was the issue!
@@Phlare not having other people in my chat tk test it 😒 but made my friend come and it was fine
Can you invoke a random command inside a command? like $(random.pick !hello !hello2 !hello3)
I don’t think this would work, but you may be able to get one bot to trigger the commands of another bot. Most of these chatbots are set to ignore their own messages and those of other bots.
@@Phlare I am trying with eval with nightbot... but I dont know how can I do it :( I want to have a list of 50 shot phrases in subcommand I call it with a main command randomly because I cant write more than 500 charecters in only one comand
@LuisaVidall yeah this might be a bit more than nightbot can handle on its own unfortunately. A different way around it would be to make an api endpoint somehow that you could call with nightbot’s urlfetch command
@@Phlare I will try it with this, ty <3
its work with RUclips?
These prebuilt ones are for twitch specifically but a RUclips version could be made for sure. Perhaps I can come up with an all-in-one version
@@Phlare Still waiting for the RUclips version. 🥲
@ yeah.. this is something I indend to do, but this is just a hobby for me on top of my job and family so I go slow
I was wondering if you or anyone could help me I need assistance in writing a custom command that gives me a win rate. I want it to add my existing win and loss commands and %my wins I just dont know how to write it
Like I have custom commands that give me random jokes and 8ball and luck percentages and ones to record wins and losses. I just want it to give me a current win rate
@@TheEldenDad hm. How are the wins and losses stored? Is this all in nightbot? I know how I would do this in streamer.bot but I’m not sure if it’s possible in nightbot
The problem is the $count variable within a command only effects that specific command and I don’t think you can access the $count from a different command
@@Phlare my wins and losses are kept separately with count commands all nightbot and I reset each stream and right now for the win rate I just do it myself and the !winrate command is just a message and I type in the number. I've seen a chat bot recently that kept multiple streamers win rates and gave rolling leaderboard results and would tell you how many wins you needed to get rank #1 I wanted to try to start something like that for the game I play
That's what I was looking for, I still needed a command to be able to "prioritize" someone who sent bits or whatever, but I kind of figured it out with the help of chatgpt 😅😅 So now at least I can bring in a player to be number 1, Thanks
I recently made the switch to mid-roll ads, as some of my chatters said they find pre-rolls more annoying. I found this video pretty much instantly when looking for this topic, and I'm thrilled to give this setup a whirl. Very easy to understand too - great video!
thanks! and yeah i agree. prerolls are known to turn away new viewers. midrolls are the best solution for every reason.
Came back and grabbed the Join Group import string. Works great, thanks again!
Go show ${1} some love, they last played ${game ${1}} at ${1} Is what I had to do but thank you
This is sooo helpful! My bots are no longer having full blown conversations with each other! Thank you =)
Glad it helped!
Hey i had a question, after doing the SO command how can I add in the bot to play a clip from their channel? example !so and it does the normal shoutout in chat but then also plays a clip from their stream onto my stream like an alert
the easiest way to set up a shoutout clip thing is to use one of the hundreds of widgets out there that people have set up. i used to use the one from overlays guru: twitch.so/home
Hello ! i tried this command but it didnt work :( help me pls
Shot in the dark, but can you de-list certain people so it does not shout them out? I get shouted out often but I only streamed twice for some irl friends :D Thanks for the vid anyway, peace
Not with streamelements, no. Streamer could do something like this easily with streamer.bot though.
@@Phlare Ah, right on! t I think i'll figure that out, and a quick way to explain it to streamers that may be inclined. Thanks for the heads up! 🍻
thanks so much for the tutorial sir! God Bless you~
Such a legend i searched the entire RUclips but only you showed me the right way ❤❤❤
Yo soi El Magnifico! *spanish guitar plays*
Thank you very much. ⚡️
You're welcome!
How to set functions on streambot Greeting the viewer, specifically, I would like to give a personalized greeting to the 4th person when it will be their 1st message in a given day in the chat everyone would have a different sound alert. Sorry for my English, it's very poor. :)
Hey man, great info. Is there an updated Import code for the latest version of SB? Currently on 0.2.4
@@willjohnson9799 will put one together tonight.
these jokes suck, does anyone have a better alternative?
If you have better jokes you could just make a text file with one per line and pull from that randomly.
@@Phlare I might jsut do that, I have done several api pull lists commands before, it can be a lot of work. it's just there used to be a great dadjokes command from scrorpion site but they shut it down.
Thanks for the video! =)
you pronounce gif correctly 🙏
thank you
I want to know what do I add to show the clips of the person I gave shoutout for
@@mananmehta7025 check out twitch.so/home
I Tried but streamerbot doesnt understand what i say
Yeah it relies on the native windows voice recognition, which isn’t great, but can be trained to your voice (it takes a lot of work though) Best to find phrases it CAN recognize and just use those. Takes a good amount of trial and error