{"id":14979856,"url":"https://github.com/ohn0/youtube-livechat-scraper","last_synced_at":"2025-10-06T09:31:12.169Z","repository":{"id":51969826,"uuid":"520704235","full_name":"ohn0/youtube-livechat-scraper","owner":"ohn0","description":"grab youtube live chat data from existing VODs","archived":false,"fork":false,"pushed_at":"2023-12-21T19:40:54.000Z","size":504,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-25T05:20:55.048Z","etag":null,"topics":["chat","livestreaming","python","python3","scraper","scraping-python","streaming","youtube"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ohn0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-03T01:52:17.000Z","updated_at":"2023-12-19T22:33:56.000Z","dependencies_parsed_at":"2022-08-13T01:11:13.608Z","dependency_job_id":"74131732-862d-4523-b959-67e1f2c4a5dd","html_url":"https://github.com/ohn0/youtube-livechat-scraper","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohn0%2Fyoutube-livechat-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohn0%2Fyoutube-livechat-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohn0%2Fyoutube-livechat-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohn0%2Fyoutube-livechat-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohn0","download_url":"https://codeload.github.com/ohn0/youtube-livechat-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235515427,"owners_count":19002481,"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","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":["chat","livestreaming","python","python3","scraper","scraping-python","streaming","youtube"],"created_at":"2024-09-24T14:00:47.546Z","updated_at":"2025-10-06T09:31:06.823Z","avatar_url":"https://github.com/ohn0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# youtube-livechat-scraper\nA tool to scrape youtube livechat data I came up with while watching vtubers. It rips almost all data from a VOD's livechat including the following:\n- Chat messages\n- Superchats\n- Memberships joined\n- Memberships gifted and received\n- Purchased Stickers\n\nAll of the data can be wrapped up in a large raw JSON object that also contains lots of metadata from the responses, like the author, the time the message got sent, etc.\n\n## USAGE:\n\nRequires the following python3 packages:\n  - NOTE: These packages will be installed via pip when installing the scraper.\n  - BeautifulSoup\n  - Requests\n\nHow to use:\n  - Import the LiveChatScraper from scrapers.liveChatScraper to wherever you want to make the scraping call.\n  - Find a VOD URL and copy it\n  - Create a LiveChatScraper object and pass in the VOD's URL.\n  - Call the scrape() method on the created scraper object and the scrape will run.\n  - Once the scrape is completed, you can call ouputMessages() to get a dictionary with all the scraped data.\n  - You can all save the scraped data as a JSON to a fill by calling the writeToFile method passing the OUTPUT_JSON constant\n\n* example.py has a working example which saves the data to different formats\n\n\n  \n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohn0%2Fyoutube-livechat-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohn0%2Fyoutube-livechat-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohn0%2Fyoutube-livechat-scraper/lists"}