]> jfr.im git - z_archive/twitter.git/commit
Added a json format option
authorChristan Grant <redacted>
Fri, 18 Oct 2013 22:44:49 +0000 (18:44 -0400)
committerChristan Grant <redacted>
Fri, 18 Oct 2013 22:44:49 +0000 (18:44 -0400)
commitcf2bac880a12785d25a214db88daaa1d763150da
tree35bd4f569ae486ef2383e19f88a43f535ba71abf
parent1a7546e279b5b93aafe5014c8c0f82d929a4b8af
Added a json format option

This addition allows the user to get the raw json tweet information from each row. This is helpful when the twitter json format is needed by another process.

Example usage: `twitter --format=json -r friends`
twitter/cmdline.py