Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - CouchTalkWithGamerGirls

Pages: [1]
1
Help/Support / How to reference users in Bot commands?
« on: August 08, 2017, 06:04:41 AM »
Hi,
How can I reference a user in a bot command output message? Such as "Hello <user>"?
I've tried {user} and <user>... not sure if this is possible?
It'd be fun to have a game like this for viewers where they can "talk" with the bot.

2
Help/Support / Trouble with 2nd account setup
« on: August 25, 2015, 03:01:14 PM »
Back in the day,
Deep setup me up for two streams:
Couchtalkwithgamergirls
and
DirectorGunner

With respective bots:
lovemebot
and
DirectorBot

I stopped doing the couch talk show,
and have been tryin to use DeepBot again on DirectorGunner / DirectorBot and once I got it connected to both the bot channel and the stream, the chatting from within the bot doesn't work... And also Deep offered at one point a higher level membership in the beta for extra features... does he still do this?
Thanks for the help ahead of time!

3
Help/Support / Deepbot crashing at startup
« on: July 28, 2015, 06:13:23 AM »
Hi,
I haven't used DeepBot in a while,
it's on the same computer it's always been on.
Running update.exe brings up the DeepBot Update progress bar but nothing happens...
it doesn't update.
And when attempting to run DeepBot it will always crash.
What can I do to fix this?

Thank you

4
Feature Requests / Max Points Value for Viewers
« on: November 25, 2013, 07:08:46 PM »
Just an idea,
I thought it would be useful if the point system had a MAX value variable so that no viewer could earn more than a set amount of points.
Uses:
To keep things fair for new viewers
To match any kind of future integration with a website CAP (eg MyCred)
btw, here's the code for anyone who uses MyCred on their wordpress website who wants a point cap, just add to your functions.php file for your theme in use (just replace 500000000 with whatever you want your cap set at) provided that the author doesn't include this on an update sometime in the future:
Code: [Select]
/************************************************************************
* MyCred Balance Cap
*************************************************************************/
add_filter( 'mycred_add', 'enforce_points_cap', 10, 3 );
function enforce_points_cap( $reply, $request, $mycred ) {
if ( $reply !== true ) return $reply;

// Cap
$cap = 500000000;
// Get user id from the request
$user_id = (int) $request['user_id'];

// Get current balance
$current_balance = $mycred->get_users_cred( $user_id, $request['type'] );

// If we have reached the cap deny this transaction
if ( $current_balance >= $cap ) return false;

// The amount the user would gain in this transaction
$amount = $reqest['amount'];

// get what the new balance would be
$new_balance = $current_balance + $amount;

// if this bring us over the cap, only add enough to reach the cap
if ( $new_balance > $cap ) {
$over = $new_balance - $cap;
// Add points now
$mycred->update_user_balance( $user_id, $over );
// Returns "done"
return 'done';
}

// Transaction is ok, let myCRED add
return true;
}

And just because it'd be another feature that no one else is doing for their Twitch.TV chat bot loyalty point system.

:D

DeepBot is the best Twitch.TV bot on the planet. If you landed here, you landed in the right place!

5
Feature Requests / Viewer Analytics
« on: November 25, 2013, 06:56:53 PM »
Thank you so much for adding the new Total users in Database field in the bot Experts!
I would like to make a suggestion with it's own thread here.
It would be amazing, if there were a kind of Analytics reporting feature built into DeepBot.
The purpose of seeing:
#1 watch time of viewers (more than just overall average)
#2 what viewers are doing (eg when do they show up and leave)
Eg a viewers per hour chart, or maybe a dot chart with Y representing minutes watched and X representing hour of stream and each dot representing a user.
Any way to extrapolate data that can be used to improve one's stream.
Just putting the idea out there :)

Thank you for an incredible and indispensable tool!

6
Hi,
I've talked with Experts about this idea and I'm so excited to see if/how/when it gets implemented!
So before I go into specifics who here has a website associated with their stream and if so how do you use your website in tandem with your stream in terms of audience retention/engagement?

Our stream is Couch Talk with Gamer Girls and we use the website (www.couchtalkwithgamergirls.com) as a means to give viewers more to do after the stream that is fun. eg use points earned from bets and watching stream to bid or buy things in the website shop and also play games with goal of winning high scores for earning more points and bragging rights.

Okay so here's the idea.
The bot stores your data from the stream (eg usernames, points balance per player, hours watched etc) locally (at this point). Now if an output function was implemented using a template format for maybe a CSV file we could upload data into the stream after broadcast.
Eg CSV data per line: username, points, hours watched, sub or no sub, etc etc
and before a broadcast (I could hire a developer to make this type of plugin for us) we will output the same format from our website (lock the website points system until stream is over) and place that file in the bot directory and the bot would implement the changes to the point balance per player.

Now here's where we take these ideas to the next level (I haven't talked to experts about these yet):
There could be an additional column of data added to each viewer in this template to show if they are a verified website user or not.. if they are then special raffles can be done for just website users. Why do this? This would give incentive to have many of your viewers (on the fence of deciding to sign up on your website) to actually sign up on your website so they can participate in the special raffles and contests. Now wouldn't that be awesome?

Here's another idea.. as a website owner, if you approach companies or are approached by companies for advertising opportunities, your impressions and access to viewer data means EVERYTHING. What I learned from VidCon2013 in Anaheim California is that for content creators like us, a newsletter is incredibly important. And the larger your user database in your newsletter (either mailchimp or whatever, eg MyMail wordpress plugin) the greater value your brand has in potential reach since you have a means to directly contact your viewers (since YouTube doesn't share your subscriber emails with you... yet). Anyways long story short... if you had a newsletter, there could be another column in the bot's user data template to check if user is subscribed to your newsletter or not and you could do custom raffles just for newsletter subscribers (if experts allowed) which would give incentive more so to signup for your newsletter.

The overall idea of ALL of this is to maximize your monetizing potential while giving your fans more than the average joe stream in terms of pure fun and awesomeness! And in order to maximize your monetizing potential (since we live in a free world where you can't really make people do things.. we're not robots) you need to come up with powerful incentives to get the desired responses / actions from your audience so it's a WIN WIN for all parties. Basic economics.

Okay.. here's even a bigger (and more expensive in terms of 3rd party development) idea that would be even higher levels of awesomeness! Instead of my previous idea of integration where you manually stop your website point system... if the plugin that's made has an API... Experts BOT (better named as the world's best twitch.tv semi-automated chat assistant) could directly connect to your website from the computer you're using to run his chat assistant to allow nearly no interruption to user activity on your website which would allow them to still earn/spend points via the website when you're live. Why do this? let's say a viewer is desperate to join a raffle but doesn't have enough points.. the user could immediately go to your website and donate / buy points which would then automatically update to Expert's chat assistant at whatever set interval you have updates set to. This would revolutionize the way content creators use twitch.tv and save up a lot of manual work time which could then be used to focus on providing your viewers an even greater experience.

This is all VERY possible... and can be an incentive for Experts to implement for a subscription if streamers catch on to my proposal.

My proposal can be done rather easily for developing the website plugin if:
#1 You have a private wordpress website (not a wordpress.com one but an actually fully installed one on your own host)
#2 You are using MyCred as your point system on your wordpress website
#3 You are using a newsletter plugin like MyMail

If we all use these 3 factors... I can easily get a special addon made for MyCred that works with Expert's chat assistant through an API. And for security the addon can have an IP address lock to only allow your streaming computer to connect to the addon incase someone managed to get your API code.

Expert's, let me know what you think. I'll help fund as much as I can depending on how much I'm able to raise to fund this.

Everyone, please feel free to contact me and/or please feel encouraged to reply with your ideas as well on this overall topic.

Kind Regards to all twitch.tv users,
David AE Levy
-producer of Couch Talk with Gamer Girls

P.S. please forgive the slightly pretentious subject title I gave this topic.

7
Streamer Introductions / Greatest Hits with Gamer Tits, now on Twitch.tv
« on: October 14, 2013, 05:12:31 PM »

http://www.youtube.com/watch?v=0fa9C5qK5Sg

Couch Talk with Gamer Girls is new on Twitch.tv
The show has been in development since july 2013 and is broadcasted from the entertainment capitol of the world Las Vegas, Nevada USA with a cast of about 15 regular video gaming girls who say and do pretty much whatever they want on the show. It's not scripted and they review games, game with audience, challenge each other on coops, multiplayer, and vintage games. Recently we've been playing mostly GTAO with about 200 viewers last Saturday. We're working toward getting our sub button as requested by our fans, so if you want to spread the word that would be so nice of you!

Reason we're here,
we need a really cool bot to make the chat more fun for our fans, we're short staffed on crew so it's hard to manage as well. We heard this chat bot, Deep Bot, is one of the best twitch.tv chat bot out there right now for twitch.tv (hopefully this post helps your SEO/SERP ;D ), so we'd be honored if we could use it in our stream.
Our end goal is to be picked up by network television, we're ambitious and want to grow :)


P.S. SMF was a good choice for your forum :)

Pages: [1]