A very basic Twitter to TinkerPop GraphSON exporter.
You will need Twitter API creds which you can get by creating a new app here: https://apps.twitter.com/
mvn install
- Copy
config.properties.template
toconfig.properties
and fill it in with your Twitter API creds. - In
config.properties
, modify the list of Twitter user names if you like. - Run
TwitterToGraphSON
.