clearloop/leetcode-cli

Add Linux support

clearloop opened this issue · 0 comments

Linux users should be the main users of leetcode-cli, and what embarrassed is, it just supports OSX now...

Reason

It caused by the decoding process about chrome cookies, the iter field for OSX is 1003, and for Linux is 1, it doesn't be fixed is just because I don't have enough time to test...

Finally

Linux will be supported at v0.2.0, btw, test and submit will be avaiable at the same time.

2020.1.5

Already add Linux supports, need more tests.

2020.1.6

Add Cookie configs, support all platforms.