Hey Steemians! Yesterday, I had a discussion with my dear friend @mrshev and somehow it led to the question on **when are Steemians most active on a typical day?** My initial thought was that user activities should be rather consistent through the day since Steemit is a global platform. While @mrshev thought it should follow some kind of cycle, perhaps aligned with the wake-sleep time of certain parts of the world (e.g. USA).  *[Source](https://commons.wikimedia.org/wiki/File:Biological_clock_human.svg)* As you might know, I have been tinkering with the Steem API lately. So, I decided to write a simple python script to gather data from the Steem blockchain so that I can find the answer to the question (**"when are Steemians most active on a typical day?"** ). At first, I thought by using "get_discussions_by_created" function, I should be able to get all the info I needed with less than 5 lines of codes. However, I later got to realize that the function had a limit of 100 posts per retrieval. Hence, I needed to use the "start_permlink" and "start_author" parameters to get the next set of posts after I hit the limit. In the end, I decided to use a limit of 51 posts (the 51st post of each batch is used as the starting post for the next batch) and loop it through an arbitrary number. In this case, I loop it for 2000 times, which will return the past 100,000 posts. Each result is then written to a CSV file. Here is the script which I have written and please pardon my noobish programming 😂: `from steem import Steem` `s = Steem()` `permlink = ""` `author = ""` `csv_file = open("output.csv", "w")` `for x in range(2000):` ` if x == 0:` ` query = {"limit": 51}` ` else:` ` query = {"limit": 51, ` ` "start_permlink": permlink, ` ` "start_author": author` ` }` ` results = s.get_discussions_by_created(query)` ` for y in range(50):` ` permlink = results[50]['permlink']` ` author = results[50]['author']` ` tempauthor = results[y]['author']` ` temppermlink = results[y]['permlink']` ` postdate = results[y]['created']` ` line = tempauthor + "," + temppermlink + "," + postdate` ` print(line)` ` csv_file.write(line)` ` csv_file.write("\n")` `csv_file.close()` To be able to see a proper trend, I needed to have at least 1 week of data. In the end, I gathered over 250,000 posts info (between 24 May to 31 May). Oddly, the blockchain seemed to keep only 1 week of information in proper chronological order. Posts after 24 May seemed to be no longer in chronological order anymore. Perhaps someone can help enlighten me on this . After gathering the data, I used Excel to plot a simple graph below:  Behold the Steemit circadian rhythm! Haha.. Each bar represents an hour and we can see that for the past week, the most active hour was 28 May, 3pm GMT with 2324 new posts created! In general, it seems that Steemians are consistently more active between 1300-1900 GMT. And we usually "sleep" between 0000-0500 GMT. I thought this is quite interesting and decided to share this with everyone. @mrshev was right and I was wrong, Steemit activity do follow a cycle, at least for now. I think as more Steemians start to join, we probably should see flatter graph. What is your view on this? Any other Steemit trends that you will like me to explore? Thanks for reading! 
author | culgin |
---|---|
permlink | steemit-journey-when-are-steemians-most-active-on-a-typical-day |
category | steemit |
json_metadata | {"tags":["steemit","steem","fun","blockchain","teamsingapore"],"users":["mrshev"],"image":["https://cdn.steemitimages.com/DQmckkrS2kpkAU8CrH6nAUuWguRGoBpcFr6BqVF276438oU/2000px-Biological_clock_human.svg.png","https://cdn.steemitimages.com/DQmb8cijuTTErTkcWHHsE6A8JJShg4xwAK4dzuayG1gi25z/image.png","https://cdn.steemitimages.com/DQmZJqzw5Q4YZQDs79bZ4DasD1aS7BSxCXp1Dn5NCpXJFaq/GENERIC_banner.gif"],"links":["https://commons.wikimedia.org/wiki/File:Biological_clock_human.svg"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-06-01 00:52:36 |
last_update | 2018-06-01 00:52:36 |
depth | 0 |
children | 22 |
last_payout | 2018-06-08 00:52:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 47.989 HBD |
curator_payout_value | 2.083 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,488 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,680,056 |
net_rshares | 13,390,489,738,998 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fractalnode | 0 | 621,039,296,783 | 100% | ||
leesunmoo | 0 | 147,230,343,725 | 5% | ||
bryner | 0 | 15,189,423,622 | 100% | ||
alao | 0 | 81,518,677,758 | 100% | ||
cryptobarry | 0 | 148,602,730,778 | 100% | ||
corina | 0 | 18,135,572,387 | 100% | ||
flexcougar | 0 | 3,336,448,939 | 100% | ||
theb0red1 | 0 | 15,988,655,223 | 100% | ||
xaero1 | 0 | 1,687,868,239,001 | 12% | ||
telos | 0 | 57,176,539,482 | 100% | ||
cause-no-harm | 0 | 83,002,196 | 50% | ||
jrhughes | 0 | 16,806,325,539 | 100% | ||
masonmiler | 0 | 16,731,022,350 | 100% | ||
mattmccauley | 0 | 3,574,931,036 | 100% | ||
olezoom | 0 | 2,809,212,873 | 100% | ||
natord | 0 | 8,743,502,400 | 100% | ||
dhrms | 0 | 30,794,065,224 | 100% | ||
adelja | 0 | 2,816,770,001 | 100% | ||
doodleman | 0 | 2,632,880,709 | 50% | ||
jcsteem | 0 | 9,239,034,788 | 100% | ||
sdwahine | 0 | 2,843,182,744 | 100% | ||
dragon40 | 0 | 18,750,706,414 | 100% | ||
someonewhoisme | 0 | 888,073,935,545 | 89% | ||
motoengineer | 0 | 947,498,102,240 | 100% | ||
klinckify | 0 | 2,817,870,692 | 100% | ||
samhamou | 0 | 6,542,742,773 | 100% | ||
maryfavour | 0 | 366,290,576,032 | 100% | ||
samstickkz | 0 | 7,703,470,619 | 100% | ||
scottyeager | 0 | 2,868,497,528 | 100% | ||
snoe860 | 0 | 13,941,996,394 | 100% | ||
dirkzett-english | 0 | 335,769,136,278 | 100% | ||
supertraff | 0 | 4,650,442,231 | 100% | ||
galactic123 | 0 | 2,815,083,847 | 100% | ||
crypto2crypto | 0 | 55,061,291,477 | 100% | ||
olesia | 0 | 3,495,407,633 | 100% | ||
epicdesigns | 0 | 18,912,162,797 | 100% | ||
freedomcoin | 0 | 10,401,336,595 | 7% | ||
namiks | 0 | 5,263,591,494 | 100% | ||
gohba.handcrafts | 0 | 32,910,015,119 | 100% | ||
neander-squirrel | 0 | 55,851,596,634 | 100% | ||
rosher72 | 0 | 2,809,057,845 | 100% | ||
daumantas | 0 | 134,760,015,969 | 100% | ||
reggaemuffin | 0 | 3,949,295,550,085 | 39% | ||
sustainablyyours | 0 | 26,163,590,825 | 100% | ||
whiteblood | 0 | 2,784,214,890 | 100% | ||
gyanibilli | 0 | 3,015,272,004 | 100% | ||
sadekj | 0 | 8,979,517,634 | 100% | ||
alphacore | 0 | 37,939,952,440 | 100% | ||
ninaflowers | 0 | 3,574,159,198 | 100% | ||
kwakumax | 0 | 72,447,886,334 | 100% | ||
moarafatshow | 0 | 2,831,129,947 | 100% | ||
deanlogic | 0 | 24,254,027,999 | 100% | ||
coffeelovers | 0 | 7,366,405,661 | 100% | ||
elbiasto | 0 | 5,632,497,834 | 100% | ||
kranoras | 0 | 3,124,202,569 | 100% | ||
creativebuilds | 0 | 2,854,083,593 | 100% | ||
kingjan | 0 | 2,882,523,980 | 100% | ||
seanytan | 0 | 394,059,519 | 100% | ||
tylersr | 0 | 15,643,609,310 | 100% | ||
steemitbc | 0 | 2,822,991,960 | 100% | ||
cocinecomounchef | 0 | 2,836,612,912 | 100% | ||
upgoat | 0 | 2,875,641,538 | 100% | ||
honourmaus | 0 | 2,086,745,620 | 10% | ||
shehbaznawaz | 0 | 5,936,405,586 | 100% | ||
resiliencia | 0 | 321,331,744,914 | 100% | ||
scilwa | 0 | 50,952,009,031 | 100% | ||
deluge | 0 | 16,486,929,261 | 100% | ||
moromaro | 0 | 51,538,240,419 | 30% | ||
johnycrypto | 0 | 64,687,523,358 | 100% | ||
perthmint | 0 | 335,714,719 | 55% | ||
hariman | 0 | 454,529,814 | 100% | ||
laurabanfield | 0 | 330,949,061,436 | 100% | ||
melbookermusic | 0 | 37,251,581,314 | 100% | ||
musicgeek | 0 | 2,841,797,514 | 100% | ||
badham | 0 | 2,843,480,058 | 100% | ||
jessie901220 | 0 | 14,828,115,526 | 96% | ||
saadmehmood | 0 | 10,185,688,804 | 100% | ||
initforthemoney | 0 | 7,245,715,482 | 100% | ||
jerrycheung | 0 | 68,871,941,985 | 100% | ||
bootylab | 0 | 2,883,671,617 | 100% | ||
tonygreene113 | 0 | 5,585,332,354 | 100% | ||
click3rs | 0 | 2,891,482,646 | 100% | ||
sbdraffle | 0 | 281,265,617 | 46% | ||
lilastar | 0 | 36,574,440,920 | 100% | ||
catchup | 0 | 2,783,730,408 | 100% | ||
ligayagardener | 0 | 2,811,930,549 | 100% | ||
rayken04 | 0 | 2,912,058,820 | 100% | ||
angelol | 0 | 360,066,633,964 | 100% | ||
stbrians | 0 | 3,118,668,202 | 100% | ||
hannesl | 0 | 14,855,589,638 | 100% | ||
tag2017 | 0 | 2,929,245,516 | 100% | ||
vishalsingh4997 | 0 | 8,462,146,190 | 100% | ||
bappa | 0 | 3,451,909,749 | 100% | ||
steemit-2018 | 0 | 112,845,354 | 100% | ||
alexalma | 0 | 2,769,816,582 | 100% | ||
mart101 | 0 | 430,850,344 | 100% | ||
bhoa | 0 | 2,886,774,880 | 100% | ||
rajasheri | 0 | 3,289,210,788 | 100% | ||
rajafaseeh | 0 | 3,750,824,837 | 100% | ||
grupobimbyaa | 0 | 470,630,339 | 100% | ||
davidcross | 0 | 2,822,830,427 | 100% | ||
michaeljpsalazar | 0 | 3,005,880,490 | 100% | ||
nidakaur | 0 | 3,622,332,548 | 100% | ||
vladimir-simovic | 0 | 126,257,193,228 | 100% | ||
joanderit | 0 | 2,827,335,029 | 100% | ||
dandan2013 | 0 | 470,493,242 | 100% | ||
photosdaily | 0 | 473,437,701 | 100% | ||
mayankverma | 0 | 3,762,206,669 | 100% | ||
natkhatnavneet | 0 | 3,343,071,904 | 100% | ||
mohitshivhare | 0 | 3,529,648,312 | 100% | ||
politi-frantici | 0 | 49,728,761,348 | 100% | ||
joxus | 0 | 19,327,113,516 | 100% | ||
nathanieloamhen | 0 | 172,054,799 | 5% | ||
funstuff | 0 | 484,955,549 | 100% | ||
bestssnahid2 | 0 | 2,827,057,937 | 100% | ||
anikaa | 0 | 125,658,391,737 | 100% | ||
hilltop | 0 | 2,821,592,299 | 100% | ||
whatstuff | 0 | 483,326,298 | 100% | ||
lifeisbulltrap | 0 | 3,530,495,448 | 100% | ||
amanpathak | 0 | 2,818,021,690 | 100% | ||
an0na | 0 | 2,892,514,862 | 100% | ||
jrvacation | 0 | 25,270,179,465 | 20% | ||
fmalafaya | 0 | 19,969,114,021 | 100% | ||
funatoz | 0 | 32,574,421,408 | 100% | ||
dexterslab | 0 | 2,788,905,402 | 100% | ||
zakariahosen | 0 | 2,883,317,585 | 100% | ||
habib352 | 0 | 2,779,467,870 | 100% | ||
arrjey | 0 | 2,832,287,077 | 100% | ||
cryptocatz | 0 | 4,860,992,701 | 100% | ||
lovlu | 0 | 3,978,779,558 | 100% | ||
onyemacourage | 0 | 21,619,214,869 | 100% | ||
geoffreyc84 | 0 | 4,717,167,573 | 100% | ||
ranjeetfromindia | 0 | 612,779,641 | 100% | ||
nikonmarshall | 0 | 2,974,227,180 | 100% | ||
bitcoinbarometer | 0 | 12,510,379,062 | 100% | ||
abdur1122 | 0 | 4,306,781,752 | 100% | ||
supreme.yuma | 0 | 2,791,976,786 | 100% | ||
aziz96 | 0 | 4,421,042,525 | 100% | ||
kryptoblogger | 0 | 47,985,196,935 | 100% | ||
mvrr007 | 0 | 5,697,648,554 | 100% | ||
ezinwakelvin | 0 | 389,545,906 | 50% | ||
ellyn-suraya | 0 | 18,671,556,448 | 100% | ||
jestemkioskiem | 0 | 40,962,476,560 | 100% | ||
neupanedipen | 0 | 9,777,738,897 | 100% | ||
chukwunalu | 0 | 29,629,055,726 | 100% | ||
sagenomad | 0 | 5,495,714,096 | 100% | ||
rexcaelestis | 0 | 2,850,842,884 | 100% | ||
m3mt | 0 | 2,867,227,775 | 100% | ||
fun2learn | 0 | 4,351,808,704 | 25% | ||
bartcardi | 0 | 2,795,047,688 | 100% | ||
minjunpark | 0 | 3,691,662,745 | 100% | ||
chochmah | 0 | 4,044,107,084 | 100% | ||
talivet | 0 | 369,835,700 | 50% | ||
afiqsejuk | 0 | 3,624,258,316 | 100% | ||
talhadogan | 0 | 3,199,314,394 | 100% | ||
culgin | 0 | 21,275,664,496 | 100% | ||
jayboss | 0 | 586,166,568 | 100% | ||
pandygirl | 0 | 2,936,144,921 | 100% | ||
emmemm | 0 | 326,323,916 | 100% | ||
victoryudofia | 0 | 887,827,000 | 100% | ||
seandeanayao | 0 | 8,951,772,018 | 100% | ||
gandalfthewhite | 0 | 686,237,709 | 100% | ||
lowestdefinition | 0 | 5,250,359,342 | 100% | ||
khinzawlatt | 0 | 2,783,747,932 | 100% | ||
brwaves | 0 | 5,555,448,529 | 100% | ||
alex.welcomes | 0 | 47,776,703,416 | 100% | ||
okramer | 0 | 3,549,772,517 | 100% | ||
investfourmore | 0 | 93,075,300,268 | 100% | ||
jlordc | 0 | 8,252,437,793 | 25% | ||
escuetapamela | 0 | 3,347,807,105 | 100% | ||
matthewthonyit | 0 | 79,631,305 | 50% | ||
cryptotash101 | 0 | 2,861,607,249 | 100% | ||
niko3d | 0 | 4,005,779,917 | 100% | ||
mahtabansari370 | 0 | 11,826,482,461 | 100% | ||
guri-gure | 0 | 22,507,590,712 | 100% | ||
recenzent | 0 | 61,103,049,440 | 100% | ||
andii | 0 | 2,840,839,546 | 100% | ||
mindscapephotos | 0 | 4,498,524,179 | 100% | ||
puddinpaws | 0 | 27,375,904,174 | 100% | ||
jeng-e | 0 | 4,002,249,943 | 100% | ||
emma28 | 0 | 2,815,272,750 | 100% | ||
kid1412 | 0 | 143,653,877 | 25% | ||
jchauhan | 0 | 2,822,726,823 | 100% | ||
yatri | 0 | 10,713,989,508 | 100% | ||
lgh950927 | 0 | 2,815,890,867 | 100% | ||
zipporah | 0 | 34,698,821,540 | 100% | ||
jey-blue | 0 | 2,827,103,179 | 100% | ||
thetechdoctor | 0 | 2,775,796,304 | 100% | ||
taco.cat | 0 | 305,177,443 | 50% | ||
criptokingko | 0 | 216,588,032 | 50% | ||
arif019 | 0 | 2,784,244,898 | 100% | ||
favoured001 | 0 | 440,664,253 | 100% | ||
freetousesounds | 0 | 8,047,879,782 | 100% | ||
diziz4africa | 0 | 2,805,344,853 | 100% | ||
pejugold | 0 | 213,603,425 | 50% | ||
figaro001 | 0 | 99,235,051,621 | 100% | ||
dbucci24 | 0 | 2,840,394,733 | 100% | ||
rampagejr | 0 | 5,705,923,493 | 100% | ||
rawn | 0 | 2,838,272,428 | 100% | ||
pwner | 0 | 405,909,615 | 100% | ||
d-zero | 0 | 14,395,821,867 | 100% | ||
bitswami | 0 | 3,764,715,930 | 100% | ||
boukchindin | 0 | 2,799,890,775 | 100% | ||
leminou | 0 | 4,810,877,932 | 100% | ||
christianvas | 0 | 4,053,873,740 | 100% | ||
engchitchat | 0 | 19,490,428,846 | 100% | ||
cryptodj99 | 0 | 2,924,874,044 | 100% | ||
keya | 0 | 253,908,838 | 50% | ||
machnbirdsparo | 0 | 50,807,503,754 | 100% | ||
justlibby | 0 | 2,792,640,230 | 100% | ||
majorsteemian | 0 | 290,407,141 | 50% | ||
aandebickel | 0 | 12,695,790,396 | 100% | ||
hendragunawan | 0 | 216,914,932 | 50% | ||
tej37 | 0 | 2,821,635,916 | 100% | ||
nelufareasmin | 0 | 2,823,005,108 | 100% | ||
naijawhale | 0 | 2,847,236,003 | 100% | ||
thephotographers | 0 | 12,071,161,438 | 100% | ||
sbi4 | 0 | 10,191,296,567 | 7% | ||
sluttynsfw | 0 | 3,739,401,112 | 100% | ||
simonyoung | 0 | 3,519,636,716 | 100% | ||
stranded | 0 | 592,631,481 | 100% | ||
touhidalam69 | 0 | 3,157,449,752 | 100% | ||
sunnieside | 0 | 2,846,422,327 | 100% | ||
emmanuelzod | 0 | 2,975,008,543 | 100% | ||
simplewole | 0 | 73,604,223 | 50% | ||
clauxklein | 0 | 143,348,467 | 25% | ||
startuplaunchpad | 0 | 2,780,114,841 | 100% | ||
tysler | 0 | 340,391,235,345 | 100% | ||
jiangzemin | 0 | 81,590,864,337 | 100% | ||
mrshev | 0 | 18,500,664,666 | 100% | ||
vietthuy | 0 | 610,399,363 | 100% | ||
the2nubgroup | 0 | 397,864,619 | 100% | ||
teamsingapore | 0 | 612,181,380 | 100% | ||
xxxkoenigxxx | 0 | 4,153,477,656 | 100% | ||
flightphotos | 0 | 4,578,199,426 | 100% | ||
the2nubmemes | 0 | 223,407,151 | 50% | ||
elvielins | 0 | 6,077,770,188 | 100% | ||
emmywell | 0 | 64,048,057 | 50% | ||
robbie5 | 0 | 3,272,773,681 | 100% | ||
shihab1997 | 0 | 2,813,232,100 | 100% | ||
jessicaoutside | 0 | 2,327,994,445 | 100% | ||
qurator-tier-1-2 | 0 | 49,260,207,980 | 4% | ||
bitcast | 0 | 576,795,978 | 100% | ||
exhibique | 0 | 14,853,116,161 | 100% | ||
dugan | 0 | 133,258,512 | 100% | ||
anthemius | 0 | 2,953,318,678 | 100% | ||
iamlilo | 0 | 4,084,691,676 | 100% | ||
iammegankylie | 0 | 1,856,167,353 | 100% | ||
darrylnyk | 0 | 1,218,831,417 | 100% | ||
anhheo | 0 | 610,181,513 | 100% | ||
martin-p | 0 | 610,003,808 | 100% | ||
tofuboi | 0 | 485,085,344 | 100% | ||
nleseul | 0 | 454,449,946 | 100% | ||
yoloo | 0 | 6,740,339,398 | 100% |
good post. thanks you share
author | anhheo |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t015954903z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 01:59:54 |
last_update | 2018-06-01 01:59:54 |
depth | 1 |
children | 1 |
last_payout | 2018-06-08 01:59:54 |
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 | 27 |
author_reputation | 300,681,598,126 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,686,298 |
net_rshares | 4,943,116,408 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 4,943,116,408 | 25% |
Thanks!
author | culgin |
---|---|
permlink | re-anhheo-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t053059904z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 05:30:42 |
last_update | 2018-06-01 05:30:42 |
depth | 2 |
children | 0 |
last_payout | 2018-06-08 05:30:42 |
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 | 7 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,706,412 |
net_rshares | 0 |
Does it mean there are more Steemit users in Western Europe and North America?
author | bitcast |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t010810597z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 01:08:45 |
last_update | 2018-06-01 01:08:45 |
depth | 1 |
children | 3 |
last_payout | 2018-06-08 01:08:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 464,734,947,155 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 58,681,552 |
net_rshares | 9,381,174,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 8,166,887,980 | 40% | ||
ching-chong | 0 | 613,075,965 | 100% | ||
bitcast | 0 | 601,210,623 | 100% |
I think so. When I see some pictures taken by people in the tag "photography" and they say the location, most of times is a country located there. Obviously there are some exceptions, like me, I live in Venezuela in South America.
author | claubzs |
---|---|
permlink | re-bitcast-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t040011197z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 04:00:21 |
last_update | 2018-06-01 04:00:21 |
depth | 2 |
children | 0 |
last_payout | 2018-06-08 04:00:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 196,320,203,112 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,697,679 |
net_rshares | 8,777,254,095 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 8,166,887,980 | 40% | ||
bitcast | 0 | 610,366,115 | 100% |
Haha.. not quite sure. In fact I think it might be the opposite. If those who are active during 1300-1900 GMT are from Western Europe and North America, that will mean they are posting in the morning to afternoon slot. Which should typically the time they need to work.
author | culgin |
---|---|
permlink | re-bitcast-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t052744592z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 05:27:27 |
last_update | 2018-06-01 05:27:27 |
depth | 2 |
children | 1 |
last_payout | 2018-06-08 05:27:27 |
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 | 269 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,706,105 |
net_rshares | 0 |
I think it could be true that most Steemit users are posting during office hours, that's when people have access to high speed internet provided by companies.
author | bitcast |
---|---|
permlink | re-culgin-re-bitcast-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180602t161252487z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-02 16:13:27 |
last_update | 2018-06-02 16:13:27 |
depth | 3 |
children | 0 |
last_payout | 2018-06-09 16:13:27 |
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 | 159 |
author_reputation | 464,734,947,155 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 58,927,137 |
net_rshares | 0 |
Thank you for you analysis, here in my country that hours fits with the morning.
author | claubzs |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t040058637z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 04:01:06 |
last_update | 2018-06-01 04:01:06 |
depth | 1 |
children | 4 |
last_payout | 2018-06-08 04:01:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 196,320,203,112 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,697,771 |
net_rshares | 8,166,887,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 8,166,887,980 | 40% |
Interesting. Do you post in the morning? Understand you are from Venezuela.
author | culgin |
---|---|
permlink | re-claubzs-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t052845654z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 05:28:27 |
last_update | 2018-06-01 05:28:27 |
depth | 2 |
children | 3 |
last_payout | 2018-06-08 05:28:27 |
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 | 75 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,706,204 |
net_rshares | 0 |
Yes, when I come back from college at 11 AM-12 PM I sit down for a while in my computer to post and comment :)
author | claubzs |
---|---|
permlink | re-culgin-re-claubzs-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t163429934z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 16:34:36 |
last_update | 2018-06-01 16:34:36 |
depth | 3 |
children | 2 |
last_payout | 2018-06-08 16:34: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 | 110 |
author_reputation | 196,320,203,112 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,782,961 |
net_rshares | 0 |
Knowing the most active timing can actually boost post upvotes! Sharing this info would be useful for newbies as well as those who are struggling to get upvotes!
author | fun2learn |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t044514729z |
category | steemit |
json_metadata | {"tags":["steemit"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-06-01 04:45:12 |
last_update | 2018-06-01 04:45:12 |
depth | 1 |
children | 1 |
last_payout | 2018-06-08 04:45:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 161 |
author_reputation | 155,461,413,801,653 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,702,076 |
net_rshares | 7,951,969,875 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 7,951,969,875 | 40% |
Yup, I hope everyone can find this useful!
author | culgin |
---|---|
permlink | re-fun2learn-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t053031144z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 05:30:15 |
last_update | 2018-06-01 05:30:15 |
depth | 2 |
children | 0 |
last_payout | 2018-06-08 05:30: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 | 42 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,706,368 |
net_rshares | 0 |
as always, interesting stuff :)
author | martin-p |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t090607180z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 09:06:06 |
last_update | 2018-06-01 09:06:06 |
depth | 1 |
children | 1 |
last_payout | 2018-06-08 09:06:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 85,869,245,901 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,728,323 |
net_rshares | 8,167,204,754 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 8,167,204,754 | 40% |
Thank you!
author | culgin |
---|---|
permlink | re-martin-p-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t121814311z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 12:17:57 |
last_update | 2018-06-01 12:17:57 |
depth | 2 |
children | 0 |
last_payout | 2018-06-08 12:17: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 | 10 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,749,254 |
net_rshares | 0 |
Great job in analyzing the data. 13:00 GMT is 21:00 in where I live, which most of in this country actually post at night, since we make Steemit as our side-hustle.
author | michaeljpsalazar |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t012710546z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 01:27:09 |
last_update | 2018-06-01 01:27:09 |
depth | 1 |
children | 3 |
last_payout | 2018-06-08 01:27:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 1,023,826,353,873 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,683,259 |
net_rshares | 8,166,887,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 8,166,887,980 | 40% |
I guess that might be a possible explanation. May I know where are you from?
author | culgin |
---|---|
permlink | re-michaeljpsalazar-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t053002883z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-01 05:29:45 |
last_update | 2018-06-01 05:29:45 |
depth | 2 |
children | 2 |
last_payout | 2018-06-08 05:29:45 |
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 | 76 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,706,326 |
net_rshares | 0 |
The Philippines.
author | michaeljpsalazar |
---|---|
permlink | re-culgin-re-michaeljpsalazar-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t061935669z |
category | steemit |
json_metadata | {"tags":["steemit"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-06-01 06:19:36 |
last_update | 2018-06-01 06:19:36 |
depth | 3 |
children | 1 |
last_payout | 2018-06-08 06:19: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 | 17 |
author_reputation | 1,023,826,353,873 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,710,940 |
net_rshares | 0 |
@culgin thank you for the honorable mention. But all credit goes to you for executing the most important task of learning and creating a script in python, so that all Steemians can utilize your findings. 11pm SG time seems about right as it is morning in the Americas, and late afternoon in Europe.
author | mrshev |
---|---|
permlink | re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180604t002337837z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["culgin"],"app":"steemit/0.1"} |
created | 2018-06-04 00:23:18 |
last_update | 2018-06-04 00:23:18 |
depth | 1 |
children | 1 |
last_payout | 2018-06-11 00:23:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 299 |
author_reputation | 20,571,477,953,550 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,122,444 |
net_rshares | 21,230,615,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
culgin | 0 | 21,230,615,073 | 100% |
Thank you! You were the inspiration!
author | culgin |
---|---|
permlink | re-mrshev-re-culgin-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180606t124837593z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-06-06 12:48:18 |
last_update | 2018-06-06 12:48:18 |
depth | 2 |
children | 0 |
last_payout | 2018-06-13 12:48:18 |
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 | 36 |
author_reputation | 170,100,255,531,223 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,523,909 |
net_rshares | 0 |
To listen to the audio version of this article click on the play image. [](http://ec2-52-72-169-104.compute-1.amazonaws.com/culgin__steemit-journey-when-are-steemians-most-active-on-a-typical-day.mp3) Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
author | tts |
---|---|
permlink | re-steemit-journey-when-are-steemians-most-active-on-a-typical-day-20180601t010116 |
category | steemit |
json_metadata | "" |
created | 2018-06-01 01:01:15 |
last_update | 2018-06-01 01:01:15 |
depth | 1 |
children | 0 |
last_payout | 2018-06-08 01:01: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 | 381 |
author_reputation | -4,535,154,553,995 |
root_title | "Steemit Journey - When are Steemians most active on a typical day?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,680,870 |
net_rshares | 0 |