Skip to content

Commit 6ddcd55

Browse files
author
Kazuma Mikami
committed
2 parents 288b039 + d97b6a7 commit 6ddcd55

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,17 @@ $ ../../../tools/tester.py
5555
$ python tester.py
5656
```
5757

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.
5959

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+
もしパスワードを毎回入力するのが面倒くさいならアカウント情報のファイルを作ってください。
6069
```
6170
$ echo "password = 'AtCoder password'; username = 'AtCoder username'" > ./AccountInformation.py # Be careful with the password management!!!
6271
```

0 commit comments

Comments
 (0)