Google JAVA API: how to get YouTube live stream chat complete manual
YouTube livestream chat API:
get LiveChatMessages for Making a Chatbot
My Telegram channel
https://t.me/L2dev4fun
Discord
https://discord.gg/egUUkRNYDH
My Lineage 2 server
https://L2dev.fun
_____________YouTube Livestream API manual:___________________
(!)Google API sources
google-api-java-client-main.zip
https://github.com/googleapis/google-api-java-client
https://codeload.github.com/googleapis/google-api-java-client/zip/refs/heads/main
google-api-java-client-services-main.zip
https://github.com/googleapis/google-api-java-client-services
https://codeload.github.com/googleapis/google-api-java-client-services/zip/refs/heads/main
(!)getting LiveChatID
https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/list?apix=true&apix_params=%7B%22part%22%3A%5B%22snippet%22%5D%2C%22broadcastStatus%22%3A%22all%22%2C%22broadcastType%22%3A%22all%22%7D
(!)getting messages and autors
https://developers.google.com/youtube/v3/live/docs/liveChatMessages/list?apix=true&apix_params=%7B%22liveChatId%22%3A%22KicKGFVDaDFRTWpFMkhiVjNLRHNybnVnODRxQRILTXJ6MWk5NHR0YUU%22%2C%22part%22%3A%5B%22snippet%2CauthorDetails%22%5D%7D#try-it
(!)enable Youtube API
https://console.developers.google.com/apis/api
(!)google secret key json
https://console.cloud.google.com/apis/credentials
-----------------------------------------------------------------------------------------
YouTube Livestream API - Connect via oAuth 2 to GoogleServices - googleapis_auth
Experimenting with the YouTube Chat API