Sha256: 52f041e68e6d82d9c30e070e4ac0ef2a9797c375d9567bccffa42214921d9d12

Contents?: true

Size: 558 Bytes

Versions: 1

Compression:

Stored size: 558 Bytes

Contents

# Twitter To CSV

## Usage

      twitter_to_csv --username <your twitter username> --password <your twitter password> \
                     --json hi.json --filter zit,zits,pimple,pimples,acne \
                     --csv out.csv --fields text,
                     --fields text,retweeted_status.id,retweeted_status.favorited,...
                     
Use `--sample-fields 1000`` to output the occurrence count of different Twitter fields.

You can also `--replay-from-file` if you have a JSON output file and you want to run it back through the exporter.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twitter_to_csv-0.0.2 README.markdown