File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,16 @@ Python 3.5 で動作する [AtCoder](http://atcoder.jp/) からサンプル入
32
32
## Usage
33
33
34
34
35
- * 重要: かつてログイン情報を保持するために` AccountInformation.py ` に書き込むことを要求していましたが、セキュリティリスクが高すぎるため、セッション情報のみを保持する方針に切り替えました。
36
- 過去のユーザーの方はそのファイルを削除することを推奨します。*
35
+ * 重要: かつてパスワード入力なしでログインを実現するために` AccountInformation.py ` にログイン情報を書き込むことを要求していましたが、セキュリティリスクが高すぎるため、セッション情報のみを保持する方針に切り替えました。
36
+ 今後はできるだけ保持されているセッション情報を利用してAtCoderにアクセスし、必要に応じて再入力を要求します。
37
+ 過去のユーザーの皆様には` AccountInformation.py ` を削除して頂くようお願い申し上げます。*
37
38
38
39
39
40
- ` atcoder-tools gen {contest_id} ` コンテスト環境を用意するコマンド
40
41
- ` atcoder-tools test ` カレント・ディレクトリ上に実行ファイルと入出力(in_ \* .txt, out_ \* .txt)がある状態で実行するとローカルテストを行う
41
42
43
+ ` atcoder-tools gen --help ` で` atcoder-tools gen ` の引数の詳細について確認することができます。
44
+
42
45
例:
43
46
```
44
47
$ atcoder-tools gen agc001
You can’t perform that action at this time.
0 commit comments