Skip to content

Instantly share code, notes, and snippets.

@jmorrell
Created November 29, 2016 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmorrell/5f1625e97a2b2439e936927d466c1a2b to your computer and use it in GitHub Desktop.
Save jmorrell/5f1625e97a2b2439e936927d466c1a2b to your computer and use it in GitHub Desktop.
python -c 'for i in range(0,30): print i*36' | xargs -n 1 -I {} curl "https://www.npmjs.com/browse/depended?offset={}" | grep 'class="name"' | grep -o ">.*<" > list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment