Skip to content

mr-justdoit/tweetanalyzer

Repository files navigation

tweetanalyzer

A CLI tool for data mining on twitter.

Command Examples

1, Get words from tweets and generate simple statistics as YAML.

$ ./tweetanalyzer -q "from:@NASA" -t t -c 100

2, Get media files from @NASA.

$ ./tweetanalyzer.py -q "from:@NASA" -t m -c 100 | parallel --gnu "wget {}"

3, Get japanese words from tweets and generate simple statistics.

$ ./tweetanalyzer.py -q "japan" -t j -c 100

4, Get Simplified Data that includes text, username, posttime, and geolocation data.

$ ./tweetanalyzer.py -q "Gotemba" -t s -c 100

License

This software is released under the MIT License, see LICENSE.

About

CLI tools for data mining on twitter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages