Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: sodopestavi on October 23, 2014, 12:17:30 PM
-
Hello, everyone!
I need a little assistance setting up Follower and Donor notifications with Deepbot. I'm not too sure how to get the CLR browser to work. I'm assuming I need to share images I want used for each so you can do your computer magic to get it to work. In which case, here is a Follower png and a Donor png!
For both, I would like their names to show up underneath the words. As for the Donor, just apply their name and amount. No need for personal messages, unless you can set up a scrolling system to allow the message to roll.
Anywho, here are the images.
-
Follows
Link: http://deepbot.tv/notifications/follownotification1.htm
Width: 590
Height: 110
CSS Code:
#follow-notification {
display: none;
position: absolute;
top: 0px;
left: 0px;
width: 580px !important;
height: 110px !important;
border-radius: 00px !important;
background-image: url('https://i.imgur.com/GAJEWaz.png') !important;
background-repeat: no-repeat;
overflow: hidden !important;
}
#follow-notification .followname {
position: absolute !important;
margin-top: 21px !important;
margin-left: 0px !important;
text-align: center !important;
width: 580px !important;
font-size: 40px !important;
font-weight: bold !important;
font-family: impact !important;
color: #00cebb !important;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #000000;
-webkit-text-fill-color: #FFFFFF;
}
Preview:
(http://puu.sh/cn03W/7c347b961a.jpg)
Donations
Link: http://deepbot.tv/notifications/donationnotification2.htm
Width: 600
Height: 150
CSS Code:
#donor-notification {
width: 580px !important;
height: 110px !important;
background-color: transparent !important;
background-image:url('https://i.imgur.com/buw7afU.png') !important;
background-repeat: no-repeat !important;
background-size: initial !important;
}
#donor-notification .header {
position: absolute !important;
visibility: hidden !important;
}
#donor-notification .streamname {
visibility: hidden !important;
}
#donor-notification .message {
visibility: hidden !important;
margin-top: 0px !important;
}
#donor-notification .amount {
font-size: 35px !important;
font-family: Impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor {
font-size: 35px !important;
font-family: impact !important;
font-weight: normal !important;
text-shadow: 3px 4px 1px #000 !important;
color: white !important;
}
#donor-notification .donor:after {
content: ' - ';
}
#donor-notification .title {
padding-top: 50px !important;
margin-left: 70px !important;
width: 76% !important;
float: left !important;
text-align: center !important;
}
Preview:
(http://puu.sh/cn09s/67e900e8e6.jpg)
You can view info of putting this in OBS here: http://deepbot.deep.sg/wiki/OBS+CLR+Browser
-
Awesome! The Follower image works, but the Donor one is incorrect. It shows a completely different image. How do I fix this?
-
The donation one is working using the image that you provided. Are you using the CSS Code that I put?
-emrerocky
-
Of course. It's showing a different, textured image. Odd. Also, I searched the forums to find where I put in my donor information for the alert. How does deepbot know I get a donation? Do I have to set up a streamtip or paypal form or something?
-
It works for me. If you don't have donations setup, that is probably why it isn't working. You can view info about setting this up here: http://deepbot.deep.sg/forums/index.php?topic=408.0
-emrerocky
-
I messaged Experts to set up a donation page the other day. Still haven't heard anything back. This is a very tedious process to set up this bot properly lol.
-
I messaged Experts to set up a donation page the other day. Still haven't heard anything back. This is a very tedious process to set up this bot properly lol.
Experts is currently out of town, so expect delayed response.
-emrerocky