❔ A good dynamic data storage
Basically im using a python program to get topics from a youtube chat and write it to a json which a c# program picks up, everyone tells me that its a bad idea and i have had many problems. Does anyone know any alternatives
9 Replies
why do you need to use two different languages?
assuming you control both programs you should just pick one
Because one is listening to youtube chat and the other uses it to generate the dialogue
right but why do those two things have to be separate programs
I dont know how c# could could pick stuff up from a live stream chat
you need to give more details
how are you reading the chat? an API? screen capture with OCR?
Pytchat
Its listening for a command in chat and outputs the text after the command to a json array
i'm going to guess it's just a wrapper around the official youtube API https://developers.google.com/youtube/v3/live/docs/liveChatMessages
Google for Developers
LiveChatMessages | YouTube Live Streaming API | Google for Deve...
still, this seems like something you could do either entirely in C# or entirely in python
which would eliminate your IPC problem
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.