File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,17 @@ $ ../../../tools/tester.py
55
55
$ python tester.py
56
56
```
57
57
58
- If you feel annoyed at typing password many times, you can prepare the account information file .
58
+ You can skip to input the username and password using the ` --without-login ` argument .
59
59
60
+ ` --without-login ` 引数を指定するとログインなしでデータをダウンロードできます(一般公開されているコンテストのみ)。
61
+
62
+ ```
63
+ $ python3 ./AtCoderClient.py [contestid] --without-login
64
+ ```
65
+
66
+ If you feel annoyed at typing password many times, you can prepare an account information file.
67
+
68
+ もしパスワードを毎回入力するのが面倒くさいならアカウント情報のファイルを作ってください。
60
69
```
61
70
$ echo "password = 'AtCoder password'; username = 'AtCoder username'" > ./AccountInformation.py # Be careful with the password management!!!
62
71
```
You can’t perform that action at this time.
0 commit comments