Can you find out which Twitch chats a user is in? menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can you find out which Twitch chats a user is 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.

    Can you find out which Twitch chats a user is in?
  2. #2
    CreativeXtent's Avatar Moderator Authenticator enabled
    Reputation
    581
    Join Date
    Jun 2011
    Posts
    1,601
    Thanks G/R
    246/149
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why you trying to stalk people?

  3. #3
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to find streams that I know 1-2 people are in the chats of.

  4. #4
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Write an IRC bot that crawls through all chats.

  5. #5
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Literally all chats? : p yea...

  6. #6
    Sychotix's Avatar Moderator Authenticator enabled
    Reputation
    1441
    Join Date
    Apr 2006
    Posts
    3,999
    Thanks G/R
    295/585
    Trade Feedback
    1 (100%)
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Yes, literally all chats.

  7. #7
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How would you even get a list of all channels?

  8. #8
    itoobie's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by torchi12 View Post
    How would you even get a list of all channels?
    use the twitch api, its super simple

  9. #9
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itoobie View Post
    use the twitch api, its super simple
    Guess I can wait until I think the stream is up, cus the api only gets you live streams

  10. #10
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got ideas ;X

  11. #11
    Wilbo007's Avatar Contributor CoreCoins Purchaser
    Reputation
    80
    Join Date
    Jun 2011
    Posts
    210
    Thanks G/R
    5/3
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would also have a use for such a program

  12. #12
    ClearFlare's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2007
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by torchi12 View Post
    Anyone got ideas ;X
    You were already given an idea... And quite honestly, it may be the only way.

  13. #13
    jozsab1's Avatar Active Member
    Reputation
    61
    Join Date
    Jan 2008
    Posts
    157
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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 ...

  14. #14
    torchi12's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jozsab1 View Post
    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.

  15. #15
    ClearFlare's Avatar Contributor
    Reputation
    105
    Join Date
    Mar 2007
    Posts
    268
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 6
    Last Post: 05-27-2010, 12:41 PM
  2. How do you find out Display ids on Wowmodelviewer on a mac?
    By Verify in forum World of Warcraft General
    Replies: 3
    Last Post: 10-30-2008, 10:36 PM
  3. How many music references can you find in this picture?
    By Elephant in forum Community Chat
    Replies: 0
    Last Post: 10-05-2007, 06:03 PM
  4. Whats this addon ? +rep if you find out for me
    By Victor in forum Community Chat
    Replies: 3
    Last Post: 06-14-2007, 09:58 PM
  5. how do you find out.?.?.?.?
    By lincoln1992 in forum World of Warcraft General
    Replies: 4
    Last Post: 06-01-2007, 08:43 PM
All times are GMT -5. The time now is 11:16 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search