{"id":18711596,"url":"https://github.com/hennamann/facebook-live-chat","last_synced_at":"2025-08-08T19:05:05.069Z","repository":{"id":57232204,"uuid":"106451474","full_name":"Hennamann/facebook-live-chat","owner":"Hennamann","description":"A module for getting live chat comments from a Facebook live stream.","archived":false,"fork":false,"pushed_at":"2017-11-11T22:15:35.000Z","size":9,"stargazers_count":12,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-26T11:12:23.222Z","etag":null,"topics":["api","chat","facebook","live","nodejs","npm-module"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hennamann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-10-10T17:49:04.000Z","updated_at":"2023-11-16T14:33:36.000Z","dependencies_parsed_at":"2022-08-31T14:10:23.361Z","dependency_job_id":null,"html_url":"https://github.com/Hennamann/facebook-live-chat","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Hennamann/facebook-live-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hennamann%2Ffacebook-live-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hennamann%2Ffacebook-live-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hennamann%2Ffacebook-live-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hennamann%2Ffacebook-live-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hennamann","download_url":"https://codeload.github.com/Hennamann/facebook-live-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hennamann%2Ffacebook-live-chat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269474785,"owners_count":24423102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","chat","facebook","live","nodejs","npm-module"],"created_at":"2024-11-07T12:39:57.161Z","updated_at":"2025-08-08T19:05:04.969Z","avatar_url":"https://github.com/Hennamann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# facebook-live-chat\n\nA module for grabbing live chat comments from a Facebook livestream.\n\n## Example\n\n```js\nconst Facebook = require('facebook-live-chat');\n\nconst fb = new Facebook('FACEBOOK_USER_ID_HERE', 'USER_ACCESS_TOKEN_HERE');\n\nfb.on('ready', () =\u003e {\n\tconsole.log('ready!');\n\tfb.listen(1000);\n});\n\nfb.on('chat', json =\u003e {\n\tconsole.log(json.message);\n});\n\nfb.on('error', err =\u003e {\n\tconsole.log(err);\n});\n```\n\n## Install\n\n```\n$ npm install --save facebook-live-chat\n```\n\n## License\n\n[MIT](https://github.com/Hennamann/facebook-live-chat/blob/master/LICENSE.md)\n\n## Author\n\n[Ole Henrik Stabell](https://github.com/hennamann)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhennamann%2Ffacebook-live-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhennamann%2Ffacebook-live-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhennamann%2Ffacebook-live-chat/lists"}