/cookie2json

format cookies from chrome or firefox to json.

Primary LanguagePythonMIT LicenseMIT

Cookie2Json

这是一个将Chrome里的cookie文本转为Json的程序 使用方法:

# Usage:
import cookie2json
cookie2json.format(<PutCookieHere>)

Cookie格式:

# Cookie Format
cookie: aa:11; ccc:22

另一种用法:

# Another Usage
python -m cookie2json "<PutCookieHere>"