@@ -66,12 +66,13 @@ optional arguments:
6666
6767## Login
6868
69- There are two ways to login in your LeetCode account, by providing username and password or by passing the cookies as program argument.
69+ There are two ways to login in your LeetCode account, by providing username and password or by passing the cookies as
70+ program argument.
7071
7172### Username and Password:
7273
73- To login using username and password, insert them when prompted or pass them as parameter when lunching the
74- script, like in the following example:
74+ To login using username and password, insert them when prompted or pass them as parameter when lunching the script, like
75+ in the following example:
7576
7677``` bash
7778python ./app.py --username {USERNAME} --password {PASSWORD}`
@@ -81,12 +82,19 @@ The former option is to be preferred as it will avoid storing your password in t
8182
8283# ## Cookies
8384
84- To login using cookies, pass the string containing them as parameter when lunching the script, like in the following example:
85+ To login using cookies, pass the string containing them as parameter when lunching the script, like in the following
86+ example:
8587
8688` ` ` bash
8789python ./app.py --cookies {COOKIES}
8890` ` `
8991
92+ # # Special mentions
93+
94+ Thanks to [skygragon](https://github.com/skygragon) for
95+ developing [leetcode-cli](https://github.com/skygragon/leetcode-cli), which I used as documentation for LeetCode APIs.
96+ The license of leetcode-cli is available [here](https://github.com/skygragon/leetcode-cli/blob/master/LICENSE).
97+
9098# # License
9199
92100[Apache License 2.0](LICENSE)
0 commit comments