xenova / chat-downloader

A simple tool used to retrieve chat messages from livestreams, videos, clips and past broadcasts. No authentication needed!
https://chat-downloader.readthedocs.io/
MIT License
902 stars 127 forks source link

[QUESTION] Module Hook? #246

Open G4l4xee opened 3 months ago

G4l4xee commented 3 months ago

I'm using this module in a project, and trying to use PyInstaller to turn it into a .exe When I try compile it, for some reason chat-downloader isn't seen. Apologies for my lack of understanding here - does this module not have a hook that PyInstaller can find? I'm using terms out of my knowledge here, I don't know how it works but 30 minutes of google and stack overflow seems to point to the fact that PyInstaller just doesn't know cha-downloader exists. Any help?

SurajBhari commented 2 days ago

Have you tried it with --collect-data chat_downloader ?