#### Repository https://github.com/steemit/steem #### Introduction There are many communities on the Steem network that use a different language than English. For example, I am actively involved in the #polish community using the @jacekw account. The purpose of the following analysis is to find the most active communities of this type, compare them and observe how they have changed over time. #### Outline * Scope of the analysis * Tools * Verification of initial data * Different tags for the same languages * Posts * Payouts * Average payout per post * Authors * Tags with prefixes * Conclusions * Proof of work #### Scope of the analysis The data has been downloaded from the [SteemSQL](https://steemsql.com/) database (table`Comments`) and refer to the first 6 months of 2018. The following script was used to download posts from the given tag. ``` SELECT url, total_payout_value, active_votes, json_metadata, created, body_language FROM Comments (NOLOCK) c WHERE depth = 0 AND (CONTAINS(json_metadata, 'spanish') AND json_metadata LIKE '%"spanish"%') AND YEAR(created) = 2018 AND MONTH(created) <= 6 ``` #### Tools - [SteemSQL](https://steemsql.com/) - [python 3.6](https://www.python.org/) - [matplotlib](https://matplotlib.org/) - [matplotlib_venn](https://pypi.org/project/matplotlib-venn/) - [jupyter notebook](http://jupyter.org/) #### Verification of initial data Potential language community tags have been manually selected based on 1000 most popular tags (from a 14 day time period). ``` lang_tags = [ 'indonesia', 'spanish', 'aceh', 'kr', 'cervantes', 'cn', 'deutsch', 'castellano', 'venezuela', 'tr', 'polish', 'fr', 'myanmar', 'japanese', 'ru', 'pt', 'thai', 'ua', 'morocco', 'arab', 'pilipinas', 'steemit-austria', 'mexico', 'vn', 'rusteemteam', 'cesky', 'bangladesh', 'russian', 'hindi', 'br', 'arabic', 'teamserbia', 'steemromania', 'teamukraine', 'filipino', 'serbia' ] ``` There are different conventions here: - country name e.g. #indonesia, #venezuela - name of the language used, in English e.g. #spanish, #polish - name of the language used, in the mother tongue e.g. #cervantes, #deutsch - two-letter code e.g. #kr, #cn - other name e.g. #steemit-austria, #rusteemteam In my opinion, the name of the country is not the best choice for the language community tag, because this is the first tag that comes to mind if we want to add a post regarding given country in English. The tags have been selected manually, so additional verification is needed, as some of them may not be relevant to language communities at all. For this purpose, I used the column `body_language` from the table` Comments`. Below you will find charts showing the share of individual languages in given tags.     We can see that some tags are dominated by English. Such tags will be omitted from further analysis. Since we are not sure to what extent the `body_language` can be trusted, we will set the threshold quite low, at 30%. .|Tag|Ratio|Lang -|-|-|- 1|castellano|94.1|es 2|br|92.5|pt 3|cervantes|89.4|es 4|kr|87.4|ko 5|thai|87.3|th 6|spanish|87.0|es 7|teamukraine|85.5|uk 8|venezuela|84.7|es 9|pt|81.0|pt 10|polish|79.2|pl 11|myanmar|77.4|my 12|tr|68.7|tr 13|japanese|68.4|ja 14|deutsch|67.9|de 15|fr|65.1|fr 16|steemit-austria|63.1|de 17|rusteemteam|61.2|ru 18|cesky|59.7|cs 19|indonesia|53.2|id 20|cn|51.0|zh 21|arabic|50.6|ar 22|ru|48.3|ru 23|mexico|47.4|es 24|aceh|46.2|id 25|morocco|45.6|ar 26|arab|41.2|ar 27|ua|34.6|uk 28|pilipinas|33.1|tl 29|russian|32.9|ru 30|hindi|30.1|hi **-**|**-**|**-**|**-** 31|filipino|19.7|tl 32|vn|17.8|vi 33|serbia|15.9|sr 34|bangladesh|15.4|bn 35|teamserbia|15.0|sr 36|steemromania|13.9|ro The last 6 tags will be deleted. - #filipino - #vn - #serbia - #bangladesh - #teamserbia - #steemromania #### Different tags for the same languages It also appears that some communities use the same language as others. Let's see what the relations are between them, whether they have a large common part. --- ``` es : castellano, cervantes, spanish, venezuela, mexico pt : br, pt uk : teamukraine, ua de : deutsch, steemit-austria ru : rusteemteam, ru, russian id : indonesia, aceh ar : arabic, morocco, arab ``` --- ``` def plot_venn(tags): plt.figure(figsize=(6, 6)) fn = venn2 if len(tags) == 2 else venn3 fn([tag_urls_dict[tag] for tag in tags], map(lambda t: '#' + t, tags)) plt.show() for lang_code, tags in same_lang_dict.items(): if 2 <= len(tags) <= 3: plot_venn(tags) plot_venn(['spanish', 'cervantes', 'castellano']) plot_venn(['spanish', 'mexico', 'venezuela']) ``` ##### pt : #br, #pt <center>  </center> ##### uk : #teamukraine, #ua <center>  </center> ##### de : #deutsch, #steemit-austria <center>  </center> ##### ru : #rusteemteam, #ru, #russian <center>  </center> ##### id : #indonesia, #aceh <center>  </center> ##### ar : #arabic, #morocco, #arab <center>  </center> ##### es: #spanish, #cervantes, #castellano <center>  </center> ##### es : #spanish, #mexico, #venezuela <center>  </center> The #teamukraine tag is practically completely contained in #ua, so it is going to be omitted from further analysis, especially that both of them concern the Ukrainian community. For #pt and #br the situation is similar, but #br seems to be a separate (Brazilian) community. #### Posts Let's see how many posts were added in each tag. .|Tag|Posts -|--|- 1|indonesia|300522 2|spanish|282685 3|aceh|258482 4|kr|242179 5|cervantes|158545 6|cn|74577 7|deutsch|71291 8|castellano|61437 9|venezuela|58809 10|tr|57838 11|polish|29744 12|myanmar|20385 13|fr|20350 14|japanese|19592 15|ru|18445 16|pt|16875 17|thai|16681 18|ua|14414 19|morocco|8851 20|arab|6444 21|pilipinas|6389 22|steemit-austria|6386 23|mexico|4643 24|rusteemteam|4615 25|cesky|3956 26|russian|2432 27|teamukraine|2133 28|hindi|1990 29|br|1326 30|arabic|1240    We can see a great diversity here, communities from leading places have several hundred times more posts than those from the end. The Spanish language tags are top of the list, which may indicate that Steem is well known in South America. #### Author rewards However, the number of posts is an insufficient indicator, because it is very easy to spam a given tag with low value posts, and this will not indicate the popularity of a given tag at all. Therefore, let's also look at the sum of rewards in individual tags. .|Tag|Author rewards -|--|- 1|kr|342070 2|spanish|166190 3|cn|158431 4|cervantes|105259 5|deutsch|86543 6|indonesia|81085 7|tr|63973 8|aceh|42160 9|fr|36596 10|castellano|35293 11|japanese|26803 12|pt|22386 13|myanmar|19214 14|polish|19053 15|ru|18731 16|venezuela|17815 17|steemit-austria|13182 18|ua|12459 19|thai|12041 20|morocco|9888 21|mexico|8887 22|arab|6835 23|br|4579 24|cesky|4246 25|pilipinas|3428 26|rusteemteam|2364 27|hindi|1325 28|russian|718 29|teamukraine|519 30|arabic|414    The table looks quite similar to the previous one. It is also worth to look at the average rewards in a given tag. This will allow us to find out how rich the community is. #### Average payout per post .|Tag|Average author rewards per post -|--|- 1|br|3.453 2|cn|2.124 3|steemit-austria|2.064 4|mexico|1.914 5|fr|1.798 6|kr|1.412 7|japanese|1.368 8|pt|1.327 9|deutsch|1.214 10|morocco|1.117 11|tr|1.106 12|cesky|1.073 13|arab|1.061 14|ru|1.016 15|myanmar|0.943 16|ua|0.864 17|thai|0.722 18|hindi|0.666 19|cervantes|0.664 20|polish|0.641 21|spanish|0.588 22|castellano|0.574 23|pilipinas|0.537 24|rusteemteam|0.512 25|arabic|0.334 26|venezuela|0.303 27|russian|0.295 28|indonesia|0.270 29|teamukraine|0.243 30|aceh|0.163    We can see that the differences are significant. It should also be taken into account, however, that tags with a small number of posts may not have reliable results. #### Authors We can look at the popularity of a given tag from a different angle - looking at the number of authors, not posts. This indicator seems even better, because it omits situations where a given user spams a very large number of posts. .|Tag|Authors -|--|- 1|spanish|48312 2|indonesia|42307 3|aceh|40846 4|cervantes|31520 5|kr|25622 6|venezuela|18329 7|castellano|15121 8|cn|9226 9|deutsch|9109 10|tr|6931 11|polish|4785 12|japanese|3118 13|fr|2976 14|myanmar|2851 15|ru|2083 16|thai|2060 17|mexico|1998 18|pt|1829 19|arab|1058 20|morocco|1039 21|steemit-austria|880 22|ua|854 23|pilipinas|846 24|russian|796 25|hindi|638 26|rusteemteam|458 27|arabic|441 28|cesky|369 29|br|291 30|teamukraine|81 Now we see how small some communities are! And if a community does not exceed a certain threshold, its members may prefer to post in English, which makes the growth of such a community more difficult.    #### Tags with prefixes A common problem in language communities (I say this as someone who is actively involved in the #polish community) is how to use other tags. If I make a post in Polish and tag it: #polish #bitcoin #cryptocurrency, these last two tags will make the post reach also English-speaking audiences, so it is not a good solution. Another idea seems to be to use tags in the mother tongue, but then you may find tags that function as a word in both languages, e.g. #film. This shows that it is not a good solution either. Therefore, the Polish community decided (based on the convention adopted by the Korean community) on the convention of tags with the prefix `pl-`. This makes it possible to separate posts in Polish from the English-speaking audience. Let us therefore look at which other communities use such a convention. The table below shows how many unique tags are with the specified prefix. .|Prefix|Count -|--|- 1|kr|2302 2|pl|815 3|cn|221 4|ru|168 5|jp|64 6|de|31 7|tr|24 8|pt|12 9|fr|8 10|ua|5 11|es|5 We can see that the Korean community has the largest number of such unique tags, followed by the Polish and Chinese communities. As far as the Polish community is concerned we can see a tree of these tags on the website: https://steemweb.pl/categories (by @rafalski) Let's see what are the most popular tags of this type. .|Prefix-tag|Count -|--|- 1|#kr-newbie|83291 2|#kr-life|23164 3|#kr-writing|19077 4|#kr-event|13164 5|#cn-reader|13133 6|#kr-daily|12263 7|#kr-art|8748 8|#kr-travel|7077 9|#kr-food|6037 10|#pl-artykuly|5987 11|#kr-pen|5678 12|#kr-coin|5494 13|#kr-join|5484 14|#kr-news|5011 15|#jp-newbie|4171 16|#kr-overseas|4055 17|#kr-diary|3812 18|#kr-gazua|3752 19|#kr-series|2980 20|#kr-funfun|2738 21|#kr-dev|2665 22|#kr-book|2601 23|#kr-youth|2563 24|#kr-story|2355 25|#cn-malaysia|1957 26|#kr-economy|1777 27|#kr-hobby|1708 28|#kr-steemit|1706 29|#kr-game|1693 30|#pl-fotografia|1612 As we can see, most of the tags are Korean. #### Conclusions We have managed to find 30 language communities that do not use English. There are probably more, but the process of finding them is not a simple one, because of the different tagging conventions that have been adopted. All these communities are probably waiting for the appearance of the functionality [Communities](https://steemit.com/steemit/@steemitblog/applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com), because this will make it easier for them to function. It also appears that the size of language communities is not always correlated with the number of people using a given language / country size. An example of this is tag #kr, which is high in all lists and has a relatively small population compared to e.g. the Chinese community. Some communities use almost only their mother tongue, while others have chosen to use English (e.g. #serbia). It is also worth remembering that the Russian community decided at some point to move to its own blockchain: https://golos.io, but on the other hand, this did not make it completely disappear from the Steem network. Interestingly, there are also quite a big countries that do not have a language community. There are many other issues that could be explored here, such as how the community formation process looks like, who the pioneers are, who the leaders are (if any). #### Proof of work [Scripts used in this work (as Jupyter Notebook)](https://github.com/jwladzinski/steem-communities/blob/master/lang.ipynb)
author | jacekw.dev |
---|---|
permlink | analysis-of-non-english-communities-on-steem |
category | utopian-io |
json_metadata | {"tags":["utopian-io","analysis","statistics","community","python"],"users":["jacekw","rafalski"],"image":["https://cdn.steemitimages.com/DQmduBEh4f9ofoF1PV5naif4JH4qnwPohAEHZieUqkoJgn8/image.png","https://cdn.steemitimages.com/DQmVzBHqsxpwdFMUCkBFajPFqXSD77RCtppTHrsDkJuJhNS/image.png","https://cdn.steemitimages.com/DQmdK1pxM6HHpUiEnkSLtHzmhJXD2cZGKHGQvottzK4nfEF/image.png","https://cdn.steemitimages.com/DQmcuf8YZPMy5rojXoktBeZuR9HGMNMXRE97kEidxZ3yz1U/image.png","https://cdn.steemitimages.com/DQmbEkZGzLKa4Le8GRjSnPHKjptJrW8hAzveuUhbjBVXRBg/image.png","https://cdn.steemitimages.com/DQmXpjENfyQaiYzwi3xt6XGNVQJhDAGmE41Gs8fJJGi7QS6/image.png","https://cdn.steemitimages.com/DQmaCcqBSYNMAWG4R6bRJQxSfZbpNzUdcCCZUZyPeYboQ1r/image.png","https://cdn.steemitimages.com/DQmPKNa4MjaUA8RZGCimghJeSKs9bpjmDFhgxX3YeeL4vm6/image.png","https://cdn.steemitimages.com/DQmNrrN7gFAyZfz8dg1V86YELTj7NwCPYivnbkbzcA4vfCd/image.png","https://cdn.steemitimages.com/DQmdZDgkwpNHu2rFAL1nduSZj2cbBAQtQ7kQjb9DMqN6Fuo/image.png","https://cdn.steemitimages.com/DQmdjTyVx5kwAR7HEE87o7bMm56PHguGthzYBCrVmAWYrwL/image.png","https://cdn.steemitimages.com/DQmQkkuWnCozuxwKSFdr3urQtQkKpukBNP6TjnFvopmDATV/image.png","https://cdn.steemitimages.com/DQmdm1JH2sTvoyMa4rn112q7huTQvQ2JBF9Z43Uj2LDFcSj/image.png","https://cdn.steemitimages.com/DQmXdG68t9L29t6e4kVUiUEgbRujLpUQq5WoSvAhnATGYtu/image.png","https://cdn.steemitimages.com/DQmUYPdEdadnY41YSPzXE7ifW5WCyj1kNHcm8CAndkfaJiG/image.png","https://cdn.steemitimages.com/DQmbScz3HoFvxQEAkdv5xd2wLG39RKqyDGRSsj9iEdPCkU2/image.png","https://cdn.steemitimages.com/DQmagoxSMQF6FjTSEqLZVoh4rXeZ2X68d2TYzBKi7LwjPWo/image.png","https://cdn.steemitimages.com/DQmf3AnfgxfNWWWhk5iZZzwFSpFuWcRcEijGgepQjWkHLwo/image.png","https://cdn.steemitimages.com/DQmYhNg7GsYdhrcvAeu6MZUMyMmj93t5ScB51xEmd3yPctS/image.png","https://cdn.steemitimages.com/DQmPNjCdS8mvAjCFWC4hr4s3Y9Srorz4cqFRqsRDxR3tJFy/image.png","https://cdn.steemitimages.com/DQmb6RmQCg8LnHiCEasGvqeXR5hqT8pTjQX4XhMRi3h1E8e/image.png","https://cdn.steemitimages.com/DQmP7f3BXvhy52aL53V398stBpZevQ7PZJmQ6JviMXrKCSV/image.png","https://cdn.steemitimages.com/DQmXnM3JUsCVzZLveu28WXzHpMUUoRq2Um6rkFsSw5PVHEh/image.png","https://cdn.steemitimages.com/DQmdXaQj7ef4GsyrZbBVfDksXzCAxha2UHnC8wUSqgQeWUV/image.png"],"links":["https://github.com/steemit/steem","https://steemsql.com/","https://www.python.org/","https://matplotlib.org/","https://pypi.org/project/matplotlib-venn/","http://jupyter.org/","https://steemweb.pl/categories","https://steemit.com/steemit/@steemitblog/applications-team-update-hivemind-communities-sign-ups-developer-tools-and-condenser-steemit-com","https://golos.io","https://github.com/jwladzinski/steem-communities/blob/master/lang.ipynb"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-07-16 13:02:45 |
last_update | 2018-11-13 13:40:06 |
depth | 0 |
children | 20 |
last_payout | 2018-07-23 13:02:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 93.705 HBD |
curator_payout_value | 29.369 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,463 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,867,326 |
net_rshares | 57,373,007,980,150 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
noisy | 0 | 2,175,220,205,265 | 100% | ||
gtg | 0 | 5,112,011,565,888 | 100% | ||
igster | 0 | 21,508,548,459 | 10% | ||
steelman | 0 | 8,033,450,805 | 100% | ||
bowess | 0 | 102,350,220,473 | 100% | ||
raymonjohnstone | 0 | 11,254,528,626 | 100% | ||
lukmarcus | 0 | 61,188,784,841 | 50% | ||
timcliff | 0 | 942,191,045,826 | 77% | ||
perduta | 0 | 6,386,987,413 | 100% | ||
techslut | 0 | 63,660,317,046 | 20% | ||
achiron | 0 | 12,866,511,700 | 100% | ||
yavinlecretin | 0 | 1,450,515,657 | 100% | ||
jamzed | 0 | 28,978,429,050 | 100% | ||
eroche | 0 | 25,793,680,359 | 100% | ||
javirid | 0 | 1,845,328,607 | 100% | ||
steemitboard | 0 | 429,255,291 | 1% | ||
dhimmel | 0 | 467,815,225,612 | 100% | ||
ocisly | 0 | 9,045,482,985 | 100% | ||
imperfect-one | 0 | 27,407,561,019 | 50% | ||
fervi | 0 | 56,328,896,267 | 100% | ||
grski | 0 | 1,326,823,754 | 100% | ||
nocturnal | 0 | 8,621,539,459 | 100% | ||
upheaver | 0 | 1,304,607,325 | 6% | ||
mys | 0 | 49,794,700,188 | 50% | ||
jakipatryk | 0 | 56,552,540,113 | 100% | ||
diogogomes | 0 | 472,765,254 | 83% | ||
aditor | 0 | 5,230,208,718 | 100% | ||
lelon | 0 | 2,435,474,083 | 100% | ||
egodust | 0 | 594,751,362 | 100% | ||
sensation | 0 | 210,255,651 | 100% | ||
grecki-bazar-ewy | 0 | 12,182,727,031 | 100% | ||
rafalski | 0 | 25,478,141,334 | 100% | ||
nicniezgrublem | 0 | 25,703,905,308 | 100% | ||
darellur | 0 | 0 | 100% | ||
saladyn276 | 0 | 3,344,417,893 | 100% | ||
albakerki | 0 | 984,714,891,864 | 100% | ||
santigs | 0 | 1,959,756,091 | 100% | ||
crokkon | 0 | 54,833,532,555 | 100% | ||
kokoliso | 0 | 0 | 100% | ||
rohitshinde | 0 | 608,543,766 | 100% | ||
jozef230 | 0 | 12,870,343,220 | 100% | ||
marcin648 | 0 | 530,372,971 | 100% | ||
m-san | 0 | 1,641,433,794 | 100% | ||
renatomacedo | 0 | 216,245,219 | 40% | ||
spacesheep | 0 | 3,337,346,934 | 100% | ||
pataty69 | 0 | 13,547,930,060 | 40% | ||
utopian-io | 0 | 46,549,213,188,798 | 30.55% | ||
amsszczecin | 0 | 0 | 100% | ||
astromaniak | 0 | 9,390,885,422 | 30% | ||
greenorange | 0 | 609,471,115 | 100% | ||
mactro | 0 | 1,647,835,881 | 100% | ||
barbarossastudio | 0 | 11,323,193,165 | 100% | ||
piotr-galas | 0 | 4,119,375,892 | 100% | ||
jasiu | 0 | 3,448,238,379 | 100% | ||
highonthehog | 0 | 13,336,332,419 | 100% | ||
kryptojanusz | 0 | 18,838,080,474 | 99% | ||
technocracy | 0 | 5,745,193,162 | 100% | ||
hallmann | 0 | 27,840,579,379 | 100% | ||
santarius | 0 | 19,496,827,650 | 100% | ||
kapitanpolak | 0 | 14,243,390,083 | 100% | ||
acronyms | 0 | 291,494,322 | 100% | ||
didymos | 0 | 1,575,053,647 | 100% | ||
holger80 | 0 | 87,707,446,185 | 25% | ||
marcon | 0 | 8,313,293,586 | 100% | ||
cezarys | 0 | 28,044,010,178 | 100% | ||
pkocjan | 0 | 3,268,985,965 | 100% | ||
dutmistrz | 0 | 3,525,823,571 | 100% | ||
dhcomburendo | 0 | 601,890,672 | 100% | ||
sarmaticus | 0 | 7,521,379,476 | 75% | ||
properfraction | 0 | 581,284,864 | 100% | ||
nervi | 0 | 4,209,149,164 | 100% | ||
romualdd | 0 | 1,966,077,140 | 100% | ||
grzyb77 | 0 | 4,601,844,137 | 55% | ||
beleg | 0 | 8,204,543,326 | 100% | ||
pg-live-pt | 0 | 591,458,513 | 20% | ||
kurator-polski | 0 | 46,090,206,050 | 100% | ||
m44 | 0 | 563,173,849 | 100% | ||
n7reny | 0 | 593,362,678 | 100% | ||
kapsel126 | 0 | 463,095,862 | 100% | ||
santarius2 | 0 | 110,909,956 | 100% | ||
moby-dick | 0 | 55,120,390 | 100% | ||
glodniwiedzy | 0 | 17,544,478,505 | 100% | ||
rozku | 0 | 2,294,675,350 | 100% | ||
arabson1990 | 0 | 7,971,951,962 | 100% | ||
robaczekwikaaa | 0 | 1,915,910,326 | 100% | ||
angatt | 0 | 1,506,736,188 | 100% | ||
ireneblessing | 0 | 22,079,997,208 | 100% | ||
lemesh | 0 | 0 | 100% | ||
krasnalek | 0 | 1,715,569,043 | 100% | ||
lokibalboa | 0 | 2,618,234,367 | 100% | ||
ilona3 | 0 | 581,344,436 | 100% | ||
rumunio | 0 | 581,127,334 | 100% | ||
dipoabasch | 0 | 533,070,199 | 100% | ||
dementei | 0 | 0 | 100% | ||
brooks228 | 0 | 0 | 100% | ||
kopalniapoziomow | 0 | 608,640,613 | 100% | ||
izydorjasiski | 0 | 0 | 100% | ||
antonstarik | 0 | 0 | 100% | ||
olegjadkov | 0 | 0 | 100% | ||
vaisvila | 0 | 0 | 100% | ||
borndead05 | 0 | 0 | 100% | ||
veroniq | 0 | 824,287,483 | 100% | ||
oninkarapetyan | 0 | 0 | 100% | ||
kelal | 0 | 0 | 100% | ||
dinsipov00 | 0 | 0 | 100% | ||
stogonin | 0 | 0 | 100% | ||
boulangerefinger | 0 | 0 | 100% | ||
freakout-pl | 0 | 107,235,504 | 100% | ||
patterpavo | 0 | 0 | 100% | ||
nicemetric | 0 | 0 | 100% | ||
cookiees | 0 | 0 | 100% | ||
fedykosoy00 | 0 | 0 | 100% | ||
pavlovdinar | 0 | 0 | 100% | ||
dmitriynemov | 0 | 0 | 100% | ||
miljared | 0 | 0 | 100% | ||
jakubgrab | 0 | 0 | 100% | ||
ax3 | 0 | 66,951,470 | 1% | ||
who-knock | 0 | 568,751,398 | 100% | ||
rubydetails | 0 | 0 | 100% | ||
followmutable | 0 | 0 | 100% | ||
valvebangers | 0 | 0 | 100% | ||
embryofemur | 0 | 0 | 100% | ||
halftimehydrated | 0 | 0 | 100% | ||
bangbangbooking | 0 | 0 | 100% | ||
habitroof | 0 | 0 | 100% | ||
shortcrustmend | 0 | 0 | 100% | ||
danceslovak | 0 | 0 | 100% | ||
pedlarthermal | 0 | 0 | 100% | ||
sochivec | 0 | 0 | 100% | ||
xara | 0 | 206,689,458 | 100% | ||
semirovaalinka | 0 | 0 | 100% | ||
stacykingsman | 0 | 0 | 100% | ||
sergeipankov90 | 0 | 0 | 100% | ||
tamarakanakova | 0 | 0 | 100% | ||
damiralanov | 0 | 0 | 100% | ||
skuzmin88 | 0 | 0 | 100% | ||
joinneutron | 0 | 0 | 100% | ||
enlargedremove | 0 | 0 | 100% | ||
queensstar | 0 | 0 | 100% | ||
easiertingley | 0 | 0 | 100% | ||
eclipticmelange | 0 | 0 | 100% | ||
whipinterrupt | 0 | 0 | 100% | ||
electricbrails | 0 | 0 | 100% | ||
dotfanning | 0 | 0 | 100% | ||
hexagoncanadian | 0 | 0 | 100% | ||
somalianfog | 0 | 0 | 100% | ||
trademarkroofer | 0 | 0 | 100% | ||
dunbirdderision | 0 | 0 | 100% | ||
lowreject | 0 | 0 | 100% | ||
confessrumped | 0 | 0 | 100% | ||
amusingbun | 0 | 0 | 100% | ||
august84 | 0 | 507,686,043 | 100% | ||
waveoutsiders | 0 | 0 | 100% | ||
sweatsavory | 0 | 0 | 100% | ||
crankyboned | 0 | 0 | 100% | ||
twitchgoody | 0 | 0 | 100% | ||
snoozesalsa | 0 | 0 | 100% | ||
blazarpastebin | 0 | 0 | 100% | ||
wideoprezentacje | 0 | 1,113,564,387 | 100% | ||
asamarin88 | 0 | 0 | 100% | ||
nseregin8 | 0 | 0 | 100% | ||
duarte9sousa | 0 | 16,972,115,753 | 9% | ||
bacus15 | 0 | 292,927,891 | 100% | ||
isabelpereira | 0 | 383,485,473 | 13.2% | ||
nwacrypto | 0 | 0 | 100% | ||
bikinivinyl | 0 | 0 | 100% | ||
nobeliumforce | 0 | 0 | 100% | ||
roadlifted | 0 | 0 | 100% | ||
rollpub | 0 | 0 | 100% | ||
moistmidpoint | 0 | 0 | 100% | ||
outgoingtosser | 0 | 0 | 100% | ||
ayatollah | 0 | 646,938,801 | 100% | ||
fastresteem | 0 | 81,409,718 | 1% | ||
friendtoppriest | 0 | -69,982,901 | -100% | ||
steempioneer | 0 | -57,806,345 | -100% | ||
svoyaleks | 0 | 0 | 100% | ||
kmakbrayd | 0 | 0 | 100% | ||
poluotts | 0 | 0 | 100% | ||
edvardprays | 0 | 0 | 100% | ||
dzhonlemb | 0 | 0 | 100% | ||
maksimle | 0 | 0 | 100% | ||
sergeyrevutskiy | 0 | 0 | 100% | ||
andrey.levin92 | 0 | 0 | 100% | ||
anester198 | 0 | 0 | 100% | ||
nikdem1991 | 0 | 0 | 100% | ||
antonturov90 | 0 | 0 | 100% | ||
bandos | 0 | 0 | 100% | ||
tedan | 0 | 0 | 100% | ||
rosheedah | 0 | 0 | 100% | ||
panaiam | 0 | 0 | 100% | ||
liarslalom | 0 | 0 | 100% | ||
beefdeceive | 0 | 0 | 100% | ||
tonkaerobics | 0 | 0 | 100% | ||
clustergummy | 0 | 0 | 100% | ||
skimmingnifty | 0 | 0 | 100% | ||
alpineraging | 0 | 0 | 100% | ||
metricsstride | 0 | 0 | 100% | ||
accepttransition | 0 | 0 | 100% | ||
facedfagglers | 0 | 0 | 100% | ||
knaveinvalid | 0 | 0 | 100% | ||
chelik | 0 | 0 | 100% | ||
vlbelon1987 | 0 | 0 | 100% | ||
ivan.rogach | 0 | 0 | 100% | ||
zharov.maksim | 0 | 0 | 100% | ||
molot.orex | 0 | 0 | 100% | ||
ookuncanledown | 0 | 0 | 100% | ||
dryemigrate | 0 | 0 | 100% | ||
beefhunter | 0 | 0 | 100% | ||
otherwiseestates | 0 | 0 | 100% | ||
punhatdelighted | 0 | 0 | 100% | ||
rhowarkened | 0 | 0 | 100% | ||
andespumlumon | 0 | 0 | 100% | ||
normachazard | 0 | 0 | 100% | ||
bitessolve | 0 | 0 | 100% | ||
wornwetsuit | 0 | 0 | 100% | ||
bowedfrazzled | 0 | 0 | 100% | ||
drabitlamb | 0 | 0 | 100% | ||
coatattach | 0 | 0 | 100% | ||
beatlewordy | 0 | 0 | 100% | ||
nokeununtrium | 0 | 0 | 100% | ||
lackingtalent | 0 | 0 | 100% | ||
patefund | 0 | 0 | 100% | ||
hydratededitor | 0 | 0 | 100% | ||
butanecomment | 0 | 0 | 100% | ||
safetyseed | 0 | 0 | 100% | ||
leveretwit | 0 | 0 | 100% | ||
turkishforumbee | 0 | 0 | 100% | ||
achingjavabean | 0 | 0 | 100% | ||
biotuamascyha | 0 | 0 | 100% |
.
author | crokkon |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180718t075807762z |
category | utopian-io |
json_metadata | "{"app": ""}" |
created | 2018-07-18 07:58:09 |
last_update | 2022-09-18 11:37:30 |
depth | 1 |
children | 1 |
last_payout | 2018-07-25 07:58:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,087,141 |
net_rshares | 6,854,601,508 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
espoem | 0 | 5,838,392,836 | 5% | ||
mops2e | 0 | 521,888,380 | 18% | ||
jacekw.dev | 0 | 494,320,292 | 100% |
Thanks for valuable feedback! I have just changed the tables and charts so that the values are now independent of the STEEM price (using the `author_rewards` column). Now it's looks much better :)
author | jacekw.dev |
---|---|
permlink | re-crokkon-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180718t113750598z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-18 11:37:57 |
last_update | 2018-07-18 11:37:57 |
depth | 2 |
children | 0 |
last_payout | 2018-07-25 11:37:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 196 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,106,177 |
net_rshares | 0 |
I've just found this your post and was pleasantly surprised to see my native Ukrainian community mentioned. You couldn't know this but there are several additional tags used in our community: #ukraine and #ua-by ( because we have a few members from Belorussia in our Discord-community). I think this last tag is even more popular than #ua. just info, in case if you decide to make another report in the future;-) Good work, btw. I'm a bit late here, so I voted your most recent post.
author | erikaflynn |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180801t203414104z |
category | utopian-io |
json_metadata | {"tags":["utopian-io","ukraine","ua-by","ua"],"app":"steemit/0.1"} |
created | 2018-08-01 20:34:15 |
last_update | 2018-08-01 20:34:15 |
depth | 1 |
children | 1 |
last_payout | 2018-08-08 20:34:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 485 |
author_reputation | 12,282,595,621,854 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,800,533 |
net_rshares | 774,140,946 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jacekw.dev | 0 | 774,140,946 | 100% |
Thanks for the feedback! Finding these tags was not easy, so I realize I could have missed some of them. And frankly, I just hoped that maybe there would be supplementary comments like yours :)
author | jacekw.dev |
---|---|
permlink | re-erikaflynn-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180801t211428241z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-08-01 21:14:36 |
last_update | 2018-08-01 21:14:36 |
depth | 2 |
children | 0 |
last_payout | 2018-08-08 21:14:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 193 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 66,803,684 |
net_rshares | 0 |
I would say this analysis reveals what's pretty obvious. It's all about how many people speak your language. If the audience you can hit with your native language is big enough, you will more likely prefer native language to comment & blog.
author | multialtcoin.com |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180718t151942300z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-18 15:19:12 |
last_update | 2018-07-18 15:19:12 |
depth | 1 |
children | 0 |
last_payout | 2018-07-25 15:19:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 241 |
author_reputation | 29,101,747,251 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,129,331 |
net_rshares | 0 |
Polish breaks overall trend https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmYR6dR98xoDP3u3rVna7913Vx3pqTWpPCu7vR21jB6ccF/image.png
author | mys |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180716t134926989z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.2","format":"markdown","tags":["utopian-io"],"users":[],"links":[],"image":["https://steemitimages.com/0x0/https://cdn.steemitimages.com/DQmYR6dR98xoDP3u3rVna7913Vx3pqTWpPCu7vR21jB6ccF/image.png"]} |
created | 2018-07-16 13:49:27 |
last_update | 2018-07-16 13:49:27 |
depth | 1 |
children | 3 |
last_payout | 2018-07-23 13:49:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 14,948,575,541,320 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,872,204 |
net_rshares | 52,136,715,085 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jakipatryk | 0 | 13,549,046,068 | 25% | ||
jacekw | 0 | 16,249,696,850 | 100% | ||
rafalski | 0 | 8,537,178,248 | 35% | ||
saladyn276 | 0 | 3,277,529,535 | 100% | ||
dragonpower | 0 | 0 | 0% | ||
dhcomburendo | 0 | 589,669,542 | 100% | ||
sarmaticus | 0 | 7,312,452,268 | 75% | ||
zyragon | 0 | 609,745,162 | 100% | ||
fatesick | 0 | 1,412,075,101 | 100% | ||
who-knock | 0 | 599,322,311 | 100% |
#polish to the moon!
author | jacekw.dev |
---|---|
permlink | re-mys-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180716t141853329z |
category | utopian-io |
json_metadata | {"tags":["utopian-io","polish"],"app":"steemit/0.1"} |
created | 2018-07-16 14:18:57 |
last_update | 2018-07-16 14:18:57 |
depth | 2 |
children | 0 |
last_payout | 2018-07-23 14:18:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,875,262 |
net_rshares | 0 |
I have changed the way of calculating rewards so that the result is independent of the STEEM price and now this plot also looks interesting :) https://i.imgur.com/9ZQ7fOP.png
author | jacekw.dev |
---|---|
permlink | re-mys-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180718t113138444z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://i.imgur.com/9ZQ7fOP.png"],"app":"steemit/0.1"} |
created | 2018-07-18 11:31:48 |
last_update | 2018-07-18 11:31:48 |
depth | 2 |
children | 0 |
last_payout | 2018-07-25 11:31:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,105,572 |
net_rshares | 1,059,461,706 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mys | 0 | 1,059,461,706 | 1% |
#polish is the bestest
author | rafalski |
---|---|
permlink | re-mys-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180716t201509138z |
category | utopian-io |
json_metadata | {"community":"busy","app":"busy/2.5.2","format":"markdown","tags":["utopian-io"],"users":[],"links":["/trending/polish"],"image":[]} |
created | 2018-07-16 20:15:09 |
last_update | 2018-07-16 20:15:09 |
depth | 2 |
children | 0 |
last_payout | 2018-07-23 20:15:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 37,031,676,020,250 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,910,525 |
net_rshares | 13,031,501,964 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
highonthehog | 0 | 13,031,501,964 | 100% |
It is hard to analyze "payouts through time", because in all communities those payouts are down... but mostly because of drop in STEEM price. If you would use STEEM as a unit for this chart... then we could compare which national community is growing and which don't
author | noisy |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180717t121016296z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-17 12:10:15 |
last_update | 2018-07-17 12:10:15 |
depth | 1 |
children | 2 |
last_payout | 2018-07-24 12:10:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 267 |
author_reputation | 59,974,373,499,600 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 64,983,942 |
net_rshares | 1,067,264,041 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
diogogomes | 0 | 466,665,057 | 83% | ||
zyragon | 0 | 600,598,984 | 100% |
I must admit that I was wondering how to present this. And converting to STEEM seems like a good idea, so I'll add it.
author | jacekw.dev |
---|---|
permlink | re-noisy-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180717t121749736z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-17 12:17:51 |
last_update | 2018-07-17 12:17:51 |
depth | 2 |
children | 0 |
last_payout | 2018-07-24 12:17:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 118 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,984,712 |
net_rshares | 588,404,081 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
zyragon | 0 | 588,404,081 | 100% |
Done :) https://i.imgur.com/9ZQ7fOP.png
author | jacekw.dev |
---|---|
permlink | re-noisy-re-jacekwdev-analysis-of-non-english-communities-on-steem-20180718t113224929z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"image":["https://i.imgur.com/9ZQ7fOP.png"],"app":"steemit/0.1"} |
created | 2018-07-18 11:32:33 |
last_update | 2018-07-18 11:32:33 |
depth | 2 |
children | 0 |
last_payout | 2018-07-25 11:32:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,105,641 |
net_rshares | 0 |
fantastic analysis - sorry I missed it when you posted it
author | paulag |
---|---|
permlink | re-jacekwdev-analysis-of-non-english-communities-on-steem-20180725t122523602z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-25 12:25:24 |
last_update | 2018-07-25 12:25:24 |
depth | 1 |
children | 0 |
last_payout | 2018-08-01 12:25:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 274,264,287,951,003 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,925,712 |
net_rshares | 0 |
Congratulations @jacekw.dev! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@jacekw.dev) You published your First Post [](http://steemitboard.com/@jacekw.dev) You got a First Vote [](http://steemitboard.com/@jacekw.dev) Award for the number of upvotes received [](http://steemitboard.com/@jacekw.dev) Award for the number of upvotes <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - The results, the winners and the prizes](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-the-results-and-prizes) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-jacekwdev-20180717t040259000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-17 04:02:57 |
last_update | 2018-07-17 04:02:57 |
depth | 1 |
children | 1 |
last_payout | 2018-07-24 04:02:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,424 |
author_reputation | 38,975,615,169,260 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 64,944,749 |
net_rshares | 0 |
STOP
author | jacekw.dev |
---|---|
permlink | re-steemitboard-steemitboard-notify-jacekwdev-20180718t113254728z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-07-18 11:33:00 |
last_update | 2018-07-18 11:33:00 |
depth | 2 |
children | 0 |
last_payout | 2018-07-25 11:33:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4 |
author_reputation | 4,708,428,413,464 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,105,687 |
net_rshares | 0 |
Congratulations @jacekw.dev! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@jacekw.dev) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - The results, the winners and the prizes](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-the-results-and-prizes) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-jacekwdev-20180719t234220000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-19 23:42:21 |
last_update | 2018-07-19 23:42:21 |
depth | 1 |
children | 0 |
last_payout | 2018-07-26 23:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 911 |
author_reputation | 38,975,615,169,260 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,298,673 |
net_rshares | 0 |
Congratulations @jacekw.dev! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@jacekw.dev) Award for the number of upvotes <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> **Do not miss the last post from @steemitboard:** [SteemitBoard World Cup Contest - The results, the winners and the prizes](https://steemit.com/steemitboard/@steemitboard/steemitboard-world-cup-contest-the-results-and-prizes) > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-jacekwdev-20180720t105926000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-20 10:59:24 |
last_update | 2018-07-20 10:59:24 |
depth | 1 |
children | 0 |
last_payout | 2018-07-27 10:59:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 902 |
author_reputation | 38,975,615,169,260 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,351,644 |
net_rshares | 0 |
Congratulations @jacekw.dev! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@jacekw.dev) You got your First payout [](http://steemitboard.com/@jacekw.dev) Award for the total payout received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-jacekwdev-20180725t034957000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-25 03:49:57 |
last_update | 2018-07-25 03:49:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-01 03:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 835 |
author_reputation | 38,975,615,169,260 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,886,687 |
net_rshares | 0 |
Congratulations @jacekw.dev! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@jacekw.dev) Award for the number of comments <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-jacekwdev-20180725t171805000z |
category | utopian-io |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-07-25 17:18:03 |
last_update | 2018-07-25 17:18:03 |
depth | 1 |
children | 0 |
last_payout | 2018-08-01 17:18:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 678 |
author_reputation | 38,975,615,169,260 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,953,884 |
net_rshares | 0 |
Hey @jacekw.dev **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.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-analysis-of-non-english-communities-on-steem-20180718t114008z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-07-18 11:40:09 |
last_update | 2018-07-18 11:40:09 |
depth | 1 |
children | 0 |
last_payout | 2018-07-25 11:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 302 |
author_reputation | 152,955,367,999,756 |
root_title | "Analysis of non-English communities on Steem" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 65,106,378 |
net_rshares | 0 |