The NLTK site does list a command line interface for downloading packages and collections at the bottom of this page :
http://www.nltk.org/data
The command line usage varies by which version of Python you are using, but on my Python2.6 install I noticed I was missing the 'spanish_grammar' model and this worked fine:
python -m nltk.downloader spanish_grammars
You mention listing the project's corpus and model requirements and while I'm not sure of a way to automagically do that, I figured I would at least share this.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…