A tool for quickly converting the copy and pasted cookie contents from chrome into a JSON formatted cookie that can be imported into a browser
It's easy!
Usage: main.py [OPTIONS]
Parse a copy and pasted version of an application's cookies to JSON for
import
Options:
-i, --input PATH Input file for the cookies (defaults to STDIN if this
left blank)
-o, --output PATH Output file for the cookies (defaults to STDOUT if this
left blank)
--help Show this message and exit.