Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

download_data.sh 185 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
  1. for var in {0..9}
  2. do
  3. wget -nc https://storage.googleapis.com/lambdastruck_bucket/github_readmes/github_repos_00000000000$var.json.gz -O data/github_repos_00000000000$var.json.gz
  4. done
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...