Yea as far as I can tell they are not well documented as well, I am trying to build a different GUI relating specifically to Steem followers/following using the steem.piston thanks @xeroc BTW unfortunately the closest stuff I can find is a project @roelandp worked on here http://steem-o-graph.com/ I am still trying to get a hold of @roelandp to see if he firstly did use steem piston for this and secondly if he might be willing to let me use some of his code.
You are viewing a single comment's thread from:
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"]
Oh dude you are agod! You just made my life so much simpler!