SteemWarz - Weekly comparison of steem apps

in #utopian-io6 years ago (edited)

Repository

https://github.com/blws/insteemr

Introduction

16396468826_89b3e17454_b.jpg
Welcome to my weekly app analysis
where we compare trends of steem apps.

Subjects:
steemit, dlive, dtube, utopian-io, steemstem, dsound, steepshot, artzone

This analysis points out various important and interesting data.

Outline

  • Scope
  • Results
  • Steemit week change
  • Dlive week change
  • Dtube week change
  • Utopian-io week change
  • Steemstem week change
  • Dsound week change
  • Steepshot week change
  • Artzone week change
  • Conclusion
  • Tools and Scripts
  • Relevant Links and Resources

Scope

Data used in this analysis is a collection of all posts
(without comments) created during last two weeks.

  1. Timeframe (This week)
    begin: Thu Jun 21 2018
    end: Thu Jun 28 2018
  2. Timeframe (Last week)
    begin: Fri Jun 29 2018
    end: Fri Jul 06 2018
Results

Overall comparison

DataLast weekThis weekChange
Price of SBD1.08 USD1.33 USD+23%
Number of posts197,30097,700-51%
N. of posts above 6$12,9777,402-43%
Earnings388,469$236,158$-40%
EWI*272,965$163,398$-41%
Earnings/EWI70.3%69.2%-1.6%
Average per post1.96$2.41$+23%

EWI - Earnings without interest
** - EWI
*- above 6$

Steemit week change

steemit.png

DataLast weekThis weekChange
Number of posts*1,216669-44%
Earnings37,840$25,879$-31%
EWI18,363$12,960$-29%
Earnings/EWI48.5%50.1%+1.6%
Average per post*31.11$38.68$+24%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
steem39%44%+5%
life24%26%+2%
blog15%16%+1%
cryptocurrency13%12%-1%
bitcoin/crypto*11%11%0%

last week/this week

Dlive week change

2PIC 87796.png

DataLast weekThis weekChange
Number of posts*1,685901-46%
Earnings27,249$17,582$-35%
EWI22,376$14,889$-33%
Earnings/EWI82.1%84.7%+2.6%
Average per post**16.17$19.51$+20%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
game65%63%-2%
dlive-broadcast57%51%-6%
dlive-video42%49%+7%
dlivestar26%20%-6%
gaming25%27%+2%
Dtube week change

3PIC 93537 (1).png

DataLast weekThis weekChange
Number of posts*738416-43%
Earnings26,082$16,806$-35%
EWI21,361$14,214$-33%
Earnings/EWI81.9%84.6%+2.7%
Average per post**35.34$40.39$+20%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
life24%21%-3%
onelovedtube21%20%-1%
dtubedaily18%22%+4%
vlog16%20%+4%
steemit15%11%-4%
Utopian-io week change

3PIC 87796.png

DataLast weekThis weekChange
Number of posts*16469-57%
Earnings9,373$5,769$-38%
EWI8,680$4,800$-44%
Earnings/EWI91.7%83.2%-9%
Average per post**57.15$83.60$+46%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
development29%25%-4%
steemdev17%18%+1%
graphics/steem*12%12%0%
blog/technology*11%11%0%
logo/translations*11%11%0%
Steemstem week change

4PIC 87796.png

DataLast weekThis weekChange
Number of posts*18084-53%
Earnings6,375$2,986$-46%
EWI8,680$2,955$-34%
Earnings/EWI92.5%99.0%+7%
Average per post**35.41$35.54$+0.3%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
science62%50%-12%
stemng20%11%-9%
stem-espanol16%15%-1%
spanish13%16%+3%
education/physics*12%12%0%
Dsound week change

5PIC 87796.png

DataLast weekThis weekChange
Number of posts*374194-48%
Earnings5,180$3,252$-37%
EWI4,771$3,028$-36%
Earnings/EWI92.1%93.1%+1%
Average per post**13.85$16.76$+21%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
music78%77%-1%
dsound-original61%59%-2%
artzone30%29%-1%
ftlob18%15%-3%
musicvoter16%13%-3%
Steepshot week change

steep.png

DataLast weekThis weekChange
Number of posts*331152-54%
Earnings5,625$3,156$-43%
EWI3,337$1,889$-43%
Earnings/EWI59.3%59.9%+1%
Average per post**16.99$20.76$+22%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
photography60%46%-14%
life52%51%-1%
travel36%21%-15%
blog33%23%-10%
nature/photo*18%15%-3%
Artzone week change

artzone.png

DataLast weekThis weekChange
Number of posts*269152-54%
Earnings3,897$3,156$-43%
EWI3,419$1,889$-43%
Earnings/EWI87.7%59.9%+1%
Average per post**14.48$20.76$+22%

Top 5 sub Tags by Earnings

DataLast weekThis weekDiff
dsound40%44%+4%
music40%41%+1%
art38%41%+3%
dsound-original27%31%-4%
ftlob22%21%-1%

Conclusion



During last 7 months of a bear market number of posts and votes
has been declining, but competition has also been declining.
SBD price grew +23% and average earnings per post had been increased to 23%.
This week's winner is utopian-io with a 46% increase of the average earning per post.
With last week market pullback this is perfect time to invest in making
posts.

Tools and Scripts

https://blws.github.io/insteemr
-for generating data and images

Script for crawling all posts with steem.js

//get all posts created in last 7 days
getCreated("",0,7);

function getCreated(tag, dayBegin, dayEnd) {
    if (notFirstPost == 0) {
        notFirstPost = 1;
        steem.api.getDiscussionsByCreated({
            "tag": tag,
            "limit": 100
        }, function (err, result) {
            allPostParser(err, result, dayBegin, dayEnd, tag);
        });
    } else {
        steem.api.getDiscussionsByCreated({
            "tag": tag,
            "limit": 100,
            "start_permlink": window.permlink,
            "start_author": window.author
        }, function (err, result) {
            allPostParser(err, result, dayBegin, dayEnd, tag);
        });
    }
}

function allPostParser(err, result, dayBegin, dayEnd, tag) {
    if (err === null) {
        var i, len = result.length;
        for (i = 0; i < len; i++) {
            var discussion = result[i];
            if (i == len - 1) {
                window.permlink = discussion.permlink;
                window.author = discussion.author;
            } else {
                hDat = new Date(discussion.created);
            }
            if ((i == 0) && (firstTime == 0)) {
                firstTime = 1;
                firstDate = new Date(discussion.created);
                if (dayBegin == 0) {
                    window.dayBeginFlag = 1;
                } else {
                    window.dayBeginFlag = 0;
                }
                beginDate = new Date(firstDate);
                beginDate.setDate(firstDate.getDate() - dayBegin);
                endDate = new Date(firstDate);
                endDate.setDate(firstDate.getDate() - dayEnd);
                timeDiff = new Date(beginDate).getTime() - new Date(endDate).getTime();
            }
            if (window.dayBeginFlag) {
                var ppv = parseFloat(discussion.pending_payout_value.substring(0, discussion.pending_payout_value.length - 4));
                discussion.ppv = ppv;
                discussion.rshr = 0;
                discussion.rshrw = 0;
                var benlist = [];
                for (z = 0; z < discussion.beneficiaries.length; z++) {
                    benlist.push(discussion.beneficiaries.account);
                }
                if (ppv >= 1) {
                    for (k = 0; k < discussion.active_votes.length; k++) {
                        discussion.rshr += parseFloat(discussion.active_votes[k].rshares);
                        if (botlist.includes(discussion.active_votes[k].voter)) {
                            discussion.rshrw += parseFloat(discussion.active_votes[k].rshares);
                        }
                        if (benlist.includes(discussion.active_votes[k].voter)) {
                            discussion.rshrw += parseFloat(discussion.active_votes[k].rshares);
                        }
                        if (discussion.author == discussion.active_votes[k].voter) {
                            discussion.rshrw += parseFloat(discussion.active_votes[k].rshares);
                        }
                    }
                }
                ppvSum += ppv;
                discussion.eebib = discussion.rshrw / discussion.rshr;
                discussion.ppw = discussion.ppv * (1 - discussion.eebib);
                var ppw = discussion.ppw;
                //console.log(ppv);
                if (isNaN(ppw) == 0) {
                    ppwSum += ppw;
                }if (discussion.ppv >= 6) {
                    resAry.push(discussion);
                }
                postCnt++;
            } else {
                console.log("error line");
            }
        }
    } else {
        cs(err);
    }
};

Relevant Links and Resources

Website
https://blws.github.io/insteemr


Links
https://blws.github.io/insteemr

Proof of Authorship

@proba1
GitHub Account
https://github.com/blws
Data file commit
https://github.com/blws/insteemr/commit/4a636131af72a85e017d895add9b84ab8205e5f4

Sort:  

Hey @proba1
Thanks for contributing on Utopian.
We’re already looking forward to your next contribution!

Want to chat? Join us on Discord https://discord.gg/h52nFrV.

Vote for Utopian Witness!

Hello @proba1, thanks for using the #utopian-io and #analysis tags. This has been curated as a Utopian analysis contribution.

Some comments you may want to consider on your next contribution:

  • Please include the criteria you used to select the applications to analyze
  • Include textual explanations after each chart presented, not just tables; some people (for me for example) prefer to read explanations of charts presented
  • Include explanation of terms you used in your analysis. For example, what do you mean by Earnings without interest? Interest is not a common term associated with STEEM posts since posts do not earn interest (unless there has been a change to this I'm not aware?)
  • Since your analysis is comparative, it would have been better if you included a chart where specific data (e.g., number of posts, earnings, etc.) of all applications are presented for easier visual comparison
  • When I saw the title of your post, I remembered @miniature-tiger's analysis; you may want to consider existing analysis to make your contribution more unique

Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, click here.


Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]

great info. after reading this, i have to start posting soon. thanks

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.035
BTC 65916.61
ETH 3431.41
USDT 1.00
SBD 4.66