Skip to content

Instantly share code, notes, and snippets.

View zzh8829's full-sized avatar
๐Ÿ˜š
hi

Zihao Zhang zzh8829

๐Ÿ˜š
hi
View GitHub Profile
@zzh8829
zzh8829 / TiebaSign.py
Last active December 20, 2015 01:19
Baidu Tieba Signer
#! usr/bin/python3
import urllib.request as ur
import urllib.parse as up
import time,json,re
cookie = ""
class TiebaSigner:
def __init__(self):