You are viewing a single comment's thread from:
RE: LibertyTeeth Community Minnow Support: votes are in! 3 extra winners!! My VP is at 100%, and we're off and running! :)
hi @libertyteeth can you share the perl script , i want to know how you get Steem Power
i tried to make a script in vbscript
Thanks for the request! I will make a separate post about it.
Thank you :)
Oh! Just read your comment again; I am unable to get SP from Perl, I need Python for that.
However! Check out these two posts by @hoffmann, he's working on a Perl way to access the STEEM blockchain!
https://steemit.com/utopian-io/@hoffmann/howto-setup-a-modern-perl-development-environment
https://steemit.com/utopian-io/@hoffmann/howto-write-a-perl-package-to-interact-with-steemit
@libertyteeth I tried to use this to help me
for example if you want to get number of followers :
https://api.steem.place/getFollowersCount/?a=libertyteeth
if you want to get total posts ( post & comments )
https://api.steem.place/getPostCount/?a=libertyteeth
source : https://steemit.com/technology/@moisesmcardona/steemplace-api
but i didn't find how you can know how much you SP you have ^^
i find many posts how you can get others information
but ididn't find any one talking about how to get SP
thank you my friend :)
That's actually quite helpful, thanks! Didn't know about api.steem.place, good to have another place to get data from if the one I'm using disappears (permanently, or temporarily).
yes I find Many website like api.steem.place just search about steemit api posts you will find many tools can help you build things easly , i was thinking to make a little program , alert me when my favourits steemians post something , because the feed at steemit it's not useful if you follow many people u will missed many posts ^^ , so i can check number of posts for example :
https://api.steem.place/getPostCount/?a=libertyteeth
if posts number increase Then new post is posted & alert me :)
That right there is awesome! My solution is a lot more complex, I really like this!
Post completed, here you go!
https://steemit.com/life/@libertyteeth/the-perl-script-i-wrote-to-help-me-tabulate-the-votes-on-the-contest-i-just-ran