Skip to content

Instantly share code, notes, and snippets.

View landall's full-sized avatar

landall

  • Beijing
View GitHub Profile
@dapao9999
dapao9999 / BaiduPCS-appid-getter.py
Created September 9, 2019 12:56 — 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)
@pcmid
pcmid / BaiduPCS-appid-getter.py
Created September 20, 2018 06:44
获取有效的百度app_id
from __future__ import print_function
import requests
import threading
import sys
def eprint(*args, **kwargs):
print(*args, file=sys.stderr, **kwargs)