Software for checking user's steem posts yet to pay out and calculating their potential payout in USD.
This is a task request for software (running in shell but also ready to use in different software) that will look up the rewards for posts that have a pending payout, sum them up and show their USD value. It will be used for a future discord community, synced up with a bot.
Here's the required functionality:
- Look up user's post and toss away these that have already paid out.
- Check steem's and SBD's current USD value.
- Calculate the payout in SBD and SP as well as USD for both 50/50 and 100% SP after the curator cut.
- Store the payout in all currencies in a dictionary like this:
All of the commits must be suggested as pull requests for the steem_reward repository on github as steem-rewards.py. Your program needs proper documentation via comments as well as a README.md file.
If any devs are interested, please say so in the comments.
Posted on Utopian.io - Rewarding Open Source Contributors
I could do that in Python, even today if it's okay to use steem's and coinmarketcap's API. Are you okay with that?
Sure, I've got no problem with that, just let me know when you're finished and contact me on discord at pajac#5104 for details.
Thank you for the contribution. It has been approved.
You can contact us on Discord.
[utopian-moderator]
Hey @oschlypajac I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Hi, I would like to built it in javascript ;)