twitter-corpus
twitter-corpus copied to clipboard
Add command line arguments
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).
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.