Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into Debug--#4
Browse files Browse the repository at this point in the history
  • Loading branch information
caelum02 authored Oct 24, 2023
2 parents 68ab35d + d9833b5 commit b256aac
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions download_replay.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

#Please write ids of replay to download
ids=(52965522 51283939)

mkdir -p data && cd data

for id in ${ids[@]}
do
curl -O https://www.kaggleusercontent.com/episodes/${id}.json
done

0 comments on commit b256aac

Please sign in to comment.