I want to find out which twitch channel chats certain users are in(so I can find the some streams I'm looking for). you can connect to twitch chat from, say, mIRC but you can't do a WHOIS to find out what channels they're in.
I want to find out which twitch channel chats certain users are in(so I can find the some streams I'm looking for). you can connect to twitch chat from, say, mIRC but you can't do a WHOIS to find out what channels they're in.
why you trying to stalk people?
Trying to find streams that I know 1-2 people are in the chats of.
Write an IRC bot that crawls through all chats.
Literally all chats? : p yea...
Yes, literally all chats.
How would you even get a list of all channels?
Anyone got ideas ;X
I would also have a use for such a program
making IRC bots is really simple. Just google and you can find irc bots with less than 2 pages of code. Heck, i found one in php that has 255 lines of code. Just iterate through all channels and get the user list ...
What are you even............................................................................ ................................................................................ ...............................
You do realise you CAN NOT get offline channels, right? You don't seem to.
The API also can also get a list of channels or streams the user is following. You can use that and iterate through those channels finding the current users and searching on that. Assuming the person you're trying to stalk is following the channels they are watching or hanging out in.
I don't think there's truly a way to get "every" channel. If anything, that may require bruteforce. There doesn't seem to be anything for that on the API.