@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!