Skip to content

Instantly share code, notes, and snippets.

@Youngyi
Youngyi / getLiveComment.py
Created October 3, 2017 05:07 — forked from Sg4Dylan/getLiveComment.py
简单的Bilibili直播弹幕抓取实现
#!/usr/bin/env python
import socket
import binascii
import threading
import time
import json
reconnect_flag = 0