Skip to content

Instantly share code, notes, and snippets.

@Scrxtchy
Created October 18, 2018 04:44
Show Gist options
  • Save Scrxtchy/95b6c4d51c24e4186b80ab53f2355cd6 to your computer and use it in GitHub Desktop.
Save Scrxtchy/95b6c4d51c24e4186b80ab53f2355cd6 to your computer and use it in GitHub Desktop.
twtich pubsub topics
10-18 15:24:35.608 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.613 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.868 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.869 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"}
10-18 15:24:35.871 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.956 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["broadcast-settings-update.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.959 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-user-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.961 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["friendship.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.964 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["presence.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.967 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-image-update.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.969 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-subscribe-events-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.971 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["video-playback-by-id.90707410"]}, "type":"LISTEN"}
10-18 15:24:37.972 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["whispers.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.845 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["stream-chat-room-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.847 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["channel-bits-events-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.849 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["user-bits-updates-v1.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.854 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["following.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.858 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chat_moderator_actions.90707410.90707410"]}, "type":"LISTEN"}
10-18 15:24:52.861 18746 18927 E twitch-scratch-send: websocket send: wss://pubsub-edge.twitch.tv {"data":{"auth_token":"[REDACTED]", "topics":["chatrooms-channel-v1.90707410"]}, "type":"LISTEN"}
@Scrxtchy
Copy link
Author

Here's some scopes

["chat_login", "user_blocks_edit", "user_blocks_read", "user_follows_edit", "user_push_subscriptions_edit", "user_read", "user_subscriptions", "channel_commercial", "channel_editor", "channel_feed_edit", "channel_feed_read", "channel_feed_report", "channel_read", "collections_edit", "communities_edit", "communities_moderate", "user_edit", "user_friends_edit", "user_friends_read", "user_presence_edit", "user_presence_friends_read", "user_subscriptions_edit", "whispers_edit"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment