Export twitter lists from twitter account to json formatted file.
clone project and set required properties in giraffe.properties file, and then execute:
gradle run
giraffe-consumer-key=
giraffe-consumer-secret=
giraffe-access-token=
giraffe-access-token-secret=
[
{
"name": "twitter-list",
"description": "",
"members": [
{
"id": 1,
"screenName": "a"
},
{
"id": 2,
"screenName": "b"
},
{
"id": 3,
"screenName": "c"
}
]
}
]