You are viewing a single comment's thread from:

RE: radiator - STEEM Ruby API Client

in #steem8 years ago (edited)

I just added follower api support:

api = Radiator::FollowerApi.new
response = api.get_followers('inertia', 0, 'blog', 100)
response.result.map(&:follower)
=> ["a11at",
 "abarefootpoet",
 "abit",
 "alexgr",
 "alexoz",
 "andressilvera",
 "applecrisp",
 "arrowj",
 "artificial",
 "ash",
 "ausbitbank",
 "beachbum",
 "ben99",
 "benadapt",
 .
 .
 .
"steemzine"]
Sort:  

Oh dude you are agod! You just made my life so much simpler!