English
This is a template repository for AtCoder Archive. It saves submissions of AtCoder to local directory.
Just press the button Use this template
and create your own repository.
- Change the reviewers and assignees to your GitHub ID (
.github/dependabot.yml
: Line 10, 12, 25, 27) - Change the crawl time (
.github/workflows/crawl.yml
: Line 6)
Recommend: The time when you don't submit to AtCoder - If you want to sign the commit
- Add GPG secret key to your repository secrets. Please name the key
GPG_PRIVATE_KEY
and the passphrasePASSPHRASE
(.github/workflows/crawl.yml
: Line 33, 34) - Remove the lines 37-40 of
.github/workflows/crawl.yml
and the lines 34-37 of.github/workflows/crawl_all.yml
- Add GPG secret key to your repository secrets. Please name the key
- If you don't want to sign the commit
- Remove the lines 30-36 of
.github/workflows/crawl.yml
and the lines 27-33 of.github/workflows/crawl_all.yml
- Change the Git Config to your name and email (
.github/workflows/crawl.yml
: Line 39, 40 and.github/workflows/crawl_all.yml
: Line 36, 37) - Remove
-S
option (_src/commit.py
: Line 12)
- Remove the lines 30-36 of
- Change the API Query to your AtCoder ID (
_src/fetch.py
: Line 10, 19) - Enable GitHub Actions in your repository settings
This repository is not affiliated with AtCoder. I am not responsible for any damage caused by this repository.
日本語
AtCoderの提出をローカルに保存するためのテンプレートリポジトリ。
Use this template
ボタンを押して、自分のリポジトリを作成してください。
- レビュアーやアサイン先を自分のGitHub IDに変更する(
.github/dependabot.yml
: Line 10, 12, 25, 27) - クロールの時間を変更する(
.github/workflows/crawl.yml
: Line 6)
おすすめ: 普段AtCoderに提出しない時間 - コミットに署名する場合
- GPG 秘密鍵 をリポジトリの Secrets に追加する。秘密鍵は
GPG_PRIVATE_KEY
、パスフレーズはPASSPHRASE
と名前をつけてください(.github/workflows/crawl.yml
: Line 33, 34) -
.github/workflows/crawl.yml
37-40行目と.github/workflows/crawl_all.yml
34-37行目を削除する
- GPG 秘密鍵 をリポジトリの Secrets に追加する。秘密鍵は
- コミットに署名しない場合
-
.github/workflows/crawl.yml
30-36行目と.github/workflows/crawl_all.yml
27-33行目を削除する - Gitに自分の名前とメールアドレスを設定する (
.github/workflows/crawl.yml
: Line 39, 40 and.github/workflows/crawl_all.yml
: Line 36, 37) -
-S
オプションを削除 (_src/commit.py
: Line 12)
-
- APIのクエリを自分のAtCoder IDに変更する(
_src/fetch.py
: Line 10, 19) - リポジトリの設定でGitHub Actionsを有効にする
このリポジトリにはAtCoder社は関わっていません。 このリポジトリによって生じた、いかなる損害についても、私は責任を負いません。
MIT License, made by a01sa01to
- AtCoder Problems API (Using this API)
- atcoder-dumper (Created based on this)