File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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` コマンドが使えない場合はインストールしてください。
You can’t perform that action at this time.
0 commit comments