Skip to content
/ giraffe Public

Twitter bot to export twitter lists into json formatted file

License

Notifications You must be signed in to change notification settings

akadir/giraffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

giraffe

Build Status gradle-version

Export twitter lists from twitter account to json formatted file.

Usage

clone project and set required properties in giraffe.properties file, and then execute:

gradle run

elephant.properties

giraffe-consumer-key=
giraffe-consumer-secret=
giraffe-access-token=
giraffe-access-token-secret=

example file

[
  {
    "name": "twitter-list",
    "description": "",
    "members": [
      {
        "id": 1,
        "screenName": "a"
      },
      {
        "id": 2,
        "screenName": "b"
      },
      {
        "id": 3,
        "screenName": "c"
      }
    ]
  }
]

About

Twitter bot to export twitter lists into json formatted file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages