bwbaugh / twitter-corpus

Collects all tweets from the sample Public stream using Twitter's streaming API, and saves them to a file for later use as a corpus.
Other
46 stars 8 forks source link

Add command line arguments #4

Open bwbaugh opened 11 years ago

bwbaugh commented 11 years ago

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 commented 8 years ago

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.