Noxalus / Live-Stream-Chat-Retriever

Retrieve live streams chat messages from different sources (Twitch, YouTube Gaming, Dailymotion etc...) to print them into a single HTML page.
47 stars 15 forks source link

Facebook Live? #5

Open ewertonhm opened 5 years ago

ewertonhm commented 5 years ago

Any way to put facebook live comments?

this may help https://obsproject.com/forum/resources/facebook-comment-overlay.512/

Noxalus commented 5 years ago

I don't have time to do that, but it should be very easy to do.

I've found an NPM package that seems to retrieve the messages from a Facebook live (here), don't know if it works, but I think it can do the job.

Feel free to fork this repo and add a facebook-api.js file in the api folder that implements and exports initialize, isReady and getNewMessages function (which will be fairly easy with the package I've linked). 😉