You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Bash, you can use wget to download all .csv files.
# Download all .csv files from Base URL of the data folder in the stable branch
wget -r -np -nd -A csv "https://raw.githubusercontent.com/zekrom-vale/ZekDex/stable/data/"