Skip to content
/ npmdl Public

DO NOT USE. A multithreaded script that downloads the latest version of nearly every tarball in the NPM registry.

License

Notifications You must be signed in to change notification settings

rarecoil/npmdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmdl

A multithreaded NPM registry downloader

This is a dumb multithreaded Python script I wrote to download the latest version of every npm module that exists in the NPM registry. Uses one thread to populate a Redis queue from skimdb and 10 to download modules.

I guess it's also an OK example of how to use a Redis worker queue in Python.

License

MIT

About

DO NOT USE. A multithreaded script that downloads the latest version of nearly every tarball in the NPM registry.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages