This video goes over how to use the dll that i’ve provided below to extract who is in your chat.
Mediafire link to DLL: http://www.mediafire.com/download/d19md35vms2aevn/TwitchCSharp.dll
Follow me on Twitch: https://www.twitch.tv/tallestone
source
Hello.
i know it's been a few years, but i have been making this bot and all seems fine and dandy except for this line
"Chatters AllChatters = ChatClient.GetChatters(channelname.Text.ToLower());"
which comes up randomly with an "IndexOutOfRangeException"
any chance that you could hep me out and tell me why or how to fix that.
Thanks in advance
TallestOne, will you make a part 10 in the near future?
this not working anymore showing resharp error 🙁 please update this
Hey TallesOne , i got a problem. I wanna install RestSharp but I get told that it cant get installed because it refers to ".NETFramework,Version=4.5" but there arent any assembly references or content files compatible with that framework. Any suggestions?
Please make an updated version with the new API :/
How do you get subscribers or name color or displayname or turbo?
My visual studio doesnt like TwitchROChat, what am I doing wrong? (It just underlines it in red)
For me the viewers are on top. Did i do something wrong ?
and how to i put the amount of chatters next to my viewers label ?
Is there a way to make the bot greet or do something, when someone joins into my twitch chat?
+TallestOne I forgot to ask if this is reliable if people in chat don't talk, are they still in the list?
Awesome tutorial, I have been after something like this for a long time!
In regards to the viewers list, I added the ability to check who is a mod and who is not ect.
I was wondering how I would select a user from the list box…
For example @crossfire151
then output that to a textbox but exclude the "@"
then I would be able to use this for permitting users to post links, timing them out, banning them ect.
So something like this:
irc.sendIrcMessage(":" + username + "!" + username + "@" + username + ".tmi.twitch.tv PRIVMSG #crossfire151" + " :" + "!permit " + Globalcmd.Text);
This works fine and have tested by manually typing a username.
Could you help me with excluding that "@", I would be highly appreciated!
Thanks,
Subbed and liked 🙂
@tallestone How do you find when a user follows the channel?
Would you or anyone else happen to know of any documentation on the available data in tmi.twitch.tv? I only know how to get the viewer list (tmi.twitch.tv/group/user/NAME/chatters) and hosts (tmi.twitch.tv/hosts?include_logins=1&target=ID), but there must be more stream-specific data available than that. I understand the Twitch TMI is officially unsupported, but it would be cool if we could find at least some information about the Json data structure.
Many thanks on the awesome tutorials, TallestOne. They've been very helpful to me.
TallestOne do you know how to fix that i'm the moderator of my channel?
It says that I (The brodcaster) is a viewer, how can i fix that?
tmi.twitch: https://gyazo.com/bc3f1c830fc3aa46c6afef4f2b6c291b
Chat: https://gyazo.com/7d634bcdbeac19fae1a5a6bee17470c9
Can you send a sample on how to make authentication (keep private)?
Hey! has anyone got any idea why the lists would be returning null but the count returns an int fine? http://pastebin.com/FQkJePZE
I try to get the game for a !game command:
Channel channel = APIClient.GetChannel("derfuntak");
string game = channel.Game;
But channel will keep 'null'. Can someone help me?
Any idea how I would find out if the user is a subscriber or not?
I'm not sure why but the LoyaltyPointTimer doesn't seem to work for me. It's checking for new viewers alright and i can still manually reward points but it doesn't give additional points when the timer ticks.
Could anyone have an idea as to where the problem could be? 🙁
Hey tallestone , is it possible to show how the songrequest Works? It would be awesome if you would do it and show how the code Looks like 🙂
Awesome, thanks for this! Got Roulette working with nearly every betting option and a Slot Machine both using points – if you want the code let me know 🙂
also one thing. I noticed when you stream on twitch I actually have to put my tablet to full volume to listen. can you fix that?
Kappa