-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Live chat support #5171
Comments
"Thank you name for the Super chat!" she says. To which I say, "What did name say?" |
I was thinking read-only anyway |
Chat is needed in the newpipe program |
I don't think this is going anywhere. It's not had any activity. Should I close it? |
There is no time limit. Any developer who wants this feature as well could look at this issue and decide to open a PR. If you close it, that possibility may get reduced by a lot, since people usually don't browse closed issues. |
Ah ok
…On Thu, 3 Jun 2021, 16:39 opusforlife2, ***@***.***> wrote:
There is no time limit. Any developer who wants this feature as well could
look at this issue and decide to open a PR. If you close it, that
possibility may get reduced by a lot, since people usually don't browse
closed issues.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5171 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ5XXOGJH7XYPD5EBYN7NGLTQ6O4ZANCNFSM4U27NXOQ>
.
|
I couldn't find a working parser for the live chat written in java while searching the internet so far. But I found the python module An example from the docs to get the live chat content as json: import pytchat
import time
chat = pytchat.create(video_id="bw-zCrtCFs0")
while chat.is_alive():
print(chat.get().json())
time.sleep(5)
# Each chat item can also be output in JSON format.
for c in chat.get().items:
print(c.json()) to see the http requests -> add the logging module as an import and define the logging level import logging
logging.basicConfig(level=logging.DEBUG) So if anyone has the know-how to create a PoC in java based on this that would be great. I'd love to do this myself but unfortunately I don't have the needed knowledge of java. |
It's been four years since the creation of this Feature Request. The ability to read Live Chat is a much needed feature. On behalf of people who like to watch streams, I would ask you to add such an option. Is there any progress on this topic since 2020? |
Not that I know of. |
Embedding |
PipePipe (fork of NewPipe) does support youtube live chat through bullet comments (danmaku subtitling). |
Checklist
Describe the feature you want
What I want is to be able to see live chat on NewPipe (with a way to turn it off in settings of course).
Is your feature request related to a problem? Please describe it
This streamer for example that I watch reads out stuff in the chat sometimes, but how could I see the chat myself? That is what this idea came from.
Additional context
Two mock ups actually made from a VOD
Maybe, you could change super chat donation colours too? And maybe change the screen side it is on?
How will you/everyone benefit from this feature?
People could read the live chat on NewPipe.
The text was updated successfully, but these errors were encountered: