Skip to content

Instantly share code, notes, and snippets.

View hesier's full-sized avatar
😐
233

hesier hesier

😐
233
View GitHub Profile
@hesier
hesier / BaiduPCS-appid-getter.py
Created February 18, 2019 08:22 — forked from pcmid/BaiduPCS-appid-getter.py
获取有效的百度app_id
from __future__ import print_function
import requests
import threading
import sys
def eprint(*args, **kwargs):
print(*args, file=sys.stderr, **kwargs)