Skip to content

Commit 0e4cfe1

Browse files
connpass のグループID取得方法をアップデート
1 parent 45872c8 commit 0e4cfe1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/how_to_add_dojo.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,12 @@ https://coderdojo.jp/stats
141141
### 各イベント管理サービスの `group_id` の取得方法
142142

143143
- `connpass` の場合は [Connpass API](https://connpass.com/about/api/) に対応します
144-
1. connpass のイベントページをブラウザで表示します (Ex. https://coderdojo-tobe.connpass.com/)
145-
2. イベントのページを表示します (どのイベントでもOK)
146-
3. イベントページの URL をコピーします
147-
4. 以下のコマンドで上記のコピーした URL を指定すると `group_id` (Series ID) が得えられます
144+
1. connpass のグループまたはイベントページをブラウザで表示します (Ex. https://coderdojo-tobe.connpass.com/)
145+
2. URL をコピーします
146+
3. 以下のコマンドで上記のコピーした URL を指定すると `group_id` (Series ID) が得えられます
148147

149148
```
150-
$ bin/c-search https://coderdojo-tobe.connpass.com/event/89808/
149+
$ bundle exec bin/c-search https://coderdojo-tobe.connpass.com/
151150
=> 5072
152151
```
153152
`jq`コマンドが使えない場合はインストールしてください。

0 commit comments

Comments
 (0)