Skip to content

Instantly share code, notes, and snippets.

@zbjxb
zbjxb / getLiveComment.py
Created December 14, 2021 07:14 — forked from Youngyi/getLiveComment.py
简单的Bilibili直播弹幕抓取实现
#!/usr/bin/env python
import socket
import binascii
import threading
import time
import json
reconnect_flag = 0
@zbjxb
zbjxb / ezTD_mobuSetup.py
Created August 20, 2019 16:27 — forked from OmniZ3D/ezTD_mobuSetup.py
Easily setup & maintain a standardized pipeline for Animators in MotionBuilder Also helpful when/if a MotionBuilder bug resets the config files. Making a copy of your "..\Documents\MB\[version]\config" directory is recommended to back up your personal preferences.
########################################################################################
## ezTD_mobuSetup.py
## version: 2.0
## Author: Jason Barnidge
## jbarnidge [at] OmniZed.com
## www.OmniZed.com
## Description:
## Easily setup & maintain a standardized pipeline for Animators in MotionBuilder
## Also helpful when/if a MotionBuilder bug resets the config files
########################################################################################