I have uploaded the source code of my vote analysis tool, My Steemit Friends onto Github.
Tool website: http://mysteemitfriends.online
Github: https://github.com/Bulletproofmonk/MySteemitFriends
Commits: Every Commit on 2017-12-25 https://github.com/Bulletproofmonk/MySteemitFriends/commits/master
Screenshot of signed in session on Github:
MySteemitFriends
A tool to analyse your upvote statistics for Steemit. Go to live website at http://mysteemitfriends.online to see how it works. Each file in this project will be explained in detail below.
Files
index.php: The main page for the tool. Enter your user name and click the button to see the statistical results who has upvoted you as well as who you have upvoted in table for a side by side comparison. You can then set filters and ordering methods with dropdowns and textboxes (e.g. time period, whether to exclude comment upvotes, rank by number of votes, total weight or total weight * Steem Power).
upvotelist.php: A page opened up from index.php. It will show all articles voted on by a particular user, with the date and percentage of each vote, and a show ranking button that displays this user's contributation as a ranking against all other users who voted.
getdollars.php: PHP file that queries SteemJS to find out the rshares contributed by each user, the payout value of the article hence calculate each user's dollar contribution to the payout.
style.css: CSS Stylesheet for the whole website.
Folders
- bootstrap: The bootstrap framework imported in this website.
- jquery: The jquery library imported in this website.
- extensions: Any extensions imported in this website (e.g. popovers).
- images: Any images used in this website.
Posted on Utopian.io - Rewarding Open Source Contributors