twitter-corpus icon indicating copy to clipboard operation
twitter-corpus copied to clipboard

Add command line arguments

Open bwbaugh opened this issue 11 years ago • 1 comments

We should allow some of the options that are currently hard-coded into the Python script (or potentially in a configuration file) to be specified on the command line instead (potentially overriding values if already set).

bwbaugh avatar Mar 21 '13 03:03 bwbaugh

To expand on this, it'd be nice if we could turn this script into a fully fledged CLI app that can use commands and options to specify the kinds of operations to perform (sample; filter; etc.). For example, see the mitsuhiko/click repo.

bwbaugh avatar Oct 12 '15 21:10 bwbaugh