create account

How many days ago did my followers post the last content ? by hakancelik

View this thread on: hive.blogpeakd.comecency.com
· @hakancelik · (edited)
$27.80
How many days ago did my followers post the last content ?
<center>![](https://cdn.discordapp.com/attachments/443888140323913728/458311414650765313/steempython.png)</center>
<center> thank you @steinhammer for the graphic </center>

#### Repository
https://github.com/steemit/steem-python

#### What Will I Learn?

Hello everyone Let's start today I'll show you how many days ago when did my or your followers the last post content with python ,idea of this script by @captainsailor thank you cap.

- You will learn python functions
- You will learn Blog class ,Account class and Steem class with steem-python library
- you will learn to get follower information with Account class.

#### Requirements

- python 3.6
- steem-python library

#### Difficulty

- Basic

#### Tutorial Contents

####  Create a file called main.py

First we will use it in our project and add libraries and variables, these Steem class and Blog class and Let's set steem node.

```python
from steem import Steem
from steem.blog import Blog
from steem.account import Account

STEEM = Steem(nodes=['https://api.steemit.com'])
```

You can use other nodes.

Write a function for it named follow_the_last_post and take a parameters as username, I set username to captainsailor by default. Later we find the followers to use Account class and we find their last post and post's time to use Blog class finally it will return this variable.

**check the codes below**

```python
def follow_the_last_post(username = "captainsailor"):
    for account_name in Account(username, STEEM).get_following():
        last_post = Blog(account_name = account_name).take(1)
        try:
            post_time_elapse = last_post[0].time_elapsed()
            days = post_time_elapse.days
            yield dict(
                account_name = account_name,
                url = last_post[0].url,
                days = days,
            )
        except IndexError:
            yield "{} user has never shared content".format(account_name)

```

You can run the script this way

```python
for i in follow_the_last_post():
    print(i)
```
I hope you can tell, if there are sections you do not understand, you can ask in comments see you.


### Result .

```
abusehunt user has never shared content
{'account_name': 'ademkrgl', 'url': '/tr/@ademkrgl/salkiintermalsu-8vf3tlpjo8', 'days': 0}
{'account_name': 'ahmetmertugrul', 'url': '/creativecrypto/@ahmetmertugrul/crypto-art-challenge-cardano-edition-my-entry-b6a0995fe3934', 'days': 49}
{'account_name': 'akkoca42', 'url': '/tr/@akkoca42/lev-tolstoy-insan-her-zaman-oezguerduer', 'days': 96}
{'account_name': 'alpertr', 'url': '/steempress/@alpertr/logout-536y321wwc', 'days': 0}
{'account_name': 'anadolu', 'url': '/tr/@anadolu/yoyow-yoyo-hakkinda', 'days': 5}
{'account_name': 'arafs', 'url': '/tr/@arafs/tr-etiketi-haftalk-rapor-0406-1006-1528971708', 'days': 3}
{'account_name': 'arvex', 'url': '/introduceyourself/@arvex/hello-i-am-arvex', 'days': 19}
{'account_name': 'asenakorkut', 'url': '/tr/@asenakorkut/aagari-uecret-meselesi', 'days': 1}
{'account_name': 'atacapella', 'url': '/tr/@atacapella/cocuklar-icin-robotik-kodlama-robotic-coding-for-children', 'days': 1}
{'account_name': 'atalente', 'url': '/tr/@atalente/gobaba-ya-getirdigim-arkadaslarim-cpxturk-and-gobaba-projesi', 'days': 3}
{'account_name': 'avina', 'url': '/tr/@avina/oenyargi-bir-tuer-kimlik-sunumudur', 'days': 0}
{'account_name': 'bahriyeli', 'url': '/tr/@bahriyeli/pamukkale-2018-5-0-11-19-3', 'days': 7}
{'account_name': 'baycan', 'url': '/dmania/@baycan/what-is-this-pleace-zg1hbmlh-muthk', 'days': 0}
{'account_name': 'biriki3', 'url': '/tr/@biriki3/sanssiz-feslegen-kayboldu', 'days': 0}
{'account_name': 'bluesky6', 'url': '/steempress/@bluesky6/passwordreset-y6w2hdnv94', 'days': 0}
{'account_name': 'bumper', 'url': '/bumper/@bumper/bumper-update-the-future-of-bumper-switching-gears', 'days': 28}
{'account_name': 'bunnypuncher', 'url': '/cat/@bunnypuncher/caturday-update-on-our-new-cat-she-s-an-art-lover-lol', 'days': 0}
{'account_name': 'bybrawe', 'url': '/tr/@bybrawe/cointurk-haftalik-is-raporu-17-06-2018', 'days': 0}
{'account_name': 'camal', 'url': '/hede-io/@camal/miqrant-emiqrant-v-immiqrant', 'days': 0}
{'account_name': 'candyboy', 'url': '/crypto/@candyboy/watching-huobi-streaming-and-get-an-airdrop', 'days': 3}
{'account_name': 'canku', 'url': '/life/@canku/bursa-view', 'days': 45}
{'account_name': 'cashthekush', 'url': '/dlive/@cashthekush/0aa1e905-6f53-11e8-8fb4-0242ac110002', 'days': 3}
{'account_name': 'catwolff', 'url': '/tr/@catwolff/anneler-guenue-uezerine', 'days': 36}
{'account_name': 'chorock', 'url': '/sportsphotography/@chorock/jumping-into-the-sea', 'days': 0}
{'account_name': 'chronocrypto', 'url': '/steempress/@chronocrypto/adonaldmarshallinspiredstory-iuw10pu9sr', 'days': 0}
{'account_name': 'cpxturk', 'url': '/cointurk/@cpxturk/pazarlama-reklam-ekibimize-cok-sayida-calisan-alinacaktir', 'days': 9}
{'account_name': 'cpxturk-destek', 'url': '/cointurk/@cpxturk-destek/promote-nedir-nasil-kullanilir-ve-avantajlari-nelerdir', 'days': 1}
{'account_name': 'cyberyunus', 'url': '/steemhunt/@cyberyunus/mediam-exhibitions-of-painting-works', 'days': 1}
{'account_name': 'dangerux', 'url': '/tr/@dangerux/bilmemiz-gereken-faydali-bilgiler-8', 'days': 0}
{'account_name': 'dlive', 'url': '/dlive/@dlive/campaign-or-celebrate-father-s-day-with-dlive', 'days': 0}
{'account_name': 'doctorbishop', 'url': '/tr/@doctorbishop/rahatsiz-edici-bir-paylasim', 'days': 0}
{'account_name': 'drfrostgirl', 'url': '/tr/@drfrostgirl/hoscakalin-ve-iyi-bayramlar', 'days': 1}
{'account_name': 'dsound', 'url': '/void/@dsound/another-post-to-increase-dsound-reputation-to-fight-abuse', 'days': 65}
{'account_name': 'e-babil', 'url': '/dlive/@e-babil/7a8411d0-590e-11e8-bcd6-3ffd583ab4ab', 'days': 31}
{'account_name': 'edebiyat', 'url': '/tr/@edebiyat/nusirevan-i-adil-iv-boeluem', 'days': 0}
{'account_name': 'embesilikat', 'url': '/tr/@embesilikat/canim-koal-im-koal-discord-sunucusu-uezerine', 'days': 43}
{'account_name': 'enigmatic', 'url': '/travel/@enigmatic/italya-da-gezilebilecek-yerleri-goerelim', 'days': 0}
{'account_name': 'ercu', 'url': '/hede-io/@ercu/hede-de-azerbaycan-tuerkcesi-olarak-acilan-basliklarin-bir-ikilem-yasatmasi', 'days': 10}
{'account_name': 'eyupyusuf', 'url': '/dngo-io/@eyupyusuf/halime-kaptan-2-bolumun-ortasi-1528923819', 'days': 3}
{'account_name': 'ferow', 'url': '/blog/@ferow/a-warning-for-everyone-that-will-travel-to-turkey-or-other-eastern-countries-food-poisoning', 'days': 30}
{'account_name': 'feryuse', 'url': '/tr/@feryuse/pythagoras-in-tabulari-taboos-of-pythagoras', 'days': 4}
{'account_name': 'flagship', 'url': '/flagship/@flagship/flagship-daily-status-report-june-16-2018-250-return-upvotes-and-current-queue', 'days': 0}
{'account_name': 'gcamkerten', 'url': '/dram/@gcamkerten/22-guen', 'days': 28}
{'account_name': 'gizemk', 'url': '/tr/@gizemk/anneler-guenue', 'days': 34}
{'account_name': 'gokhan83kurt', 'url': '/tr/@gokhan83kurt/kindar-e40691290bd4a', 'days': 0}
{'account_name': 'golge', 'url': '/tr/@golge/gnlk-14062018-1528971790', 'days': 2}
{'account_name': 'good-karma', 'url': '/esteem/@good-karma/new-curators-to-support-esteem-users-a55547ea9c17', 'days': 6}
{'account_name': 'hakancelik', 'url': '/utopian-io/@hakancelik/firstup-how-can-i-make-steembottracker-s-front-run-the-bots-with-python', 'days': 1}
{'account_name': 'harshilpatel', 'url': '/dtubedaily/@harshilpatel/apidxr29', 'days': 1}
{'account_name': 'hkmusic', 'url': '/steemgar/@steemplayroom/steemgar-game-1529096009830#@hkmusic/hkmusic1529096699344', 'days': 1}
hwawol user has never shared content
{'account_name': 'ilkeryilmaz', 'url': '/tr/@ilkeryilmaz/gobaba-kyc-islemi-tamamlanmasi', 'days': 5}
{'account_name': 'irinead', 'url': '/tr/@irinead/cin-biberimsi-9eb6da15fb369', 'days': 4}
{'account_name': 'jumbot', 'url': '/jumbot/@jumbot/jumbot-guenluek-rapor-115-guenuen-en-jumbo-yazilari', 'days': 0}
{'account_name': 'kagantrky', 'url': '/cointurk/@kagantrky/cointurk-haftalik-kueratoer-raporu-weekly-cointurk-curator-report-13-06-2018', 'days': 3}
{'account_name': 'kamuhuzuru', 'url': '/tr/@kamuhuzuru/e-hadi-ama', 'days': 0}
{'account_name': 'kedi', 'url': '/steemstem/@kedi/fantastic-organic-chemistry', 'days': 35}
{'account_name': 'kusadasi', 'url': '/cointurk/@kusadasi/bir-cok-dolar-kazanabileceginiz-projelerimiz-devam-ediyor', 'days': 0}
{'account_name': 'kutalp', 'url': '/tr/@kutalp/bir-upvote-tusuna-basmak-bu-kadar-mi-zor', 'days': 52}
{'account_name': 'lakethefire', 'url': '/tr/@lakethefire/account-md3x4c56eb', 'days': 0}
{'account_name': 'lessismoring', 'url': '/cointurk/@lessismoring/ramazan-yardimlasma-ayi-cointurk-30-projesi-lessismoring-0436', 'days': 19}
{'account_name': 'lightshield', 'url': '/tr/@lightshield/zuerafalar-5c0d3387cfc97', 'days': 6}
{'account_name': 'mahfi', 'url': '/tr/@mahfi/yok-ol-be-kadin-yok-ol', 'days': 2}
{'account_name': 'mahsumakbas', 'url': '/tr/@mahsumakbas/genesis-mining-yeni-btc-contract-acti', 'days': 0}
{'account_name': 'maloalejandro', 'url': '/spanish/@maloalejandro/is-a-false-say-to-cristiano-ronaldo-or-es-una-mentira-le-dijeron-a-cristiano-ronaldo', 'days': 1}
{'account_name': 'minnowbooster', 'url': '/minnowbooster/@minnowbooster/minnowbooster-answering-questions-and-engaging-with-the-steem-community', 'days': 1}
{'account_name': 'minnowhelper', 'url': '/contest/@minnowhelper/13-minnowhelper-writing-contest-and-winners-from-the-12-writing-contest', 'days': 4}
{'account_name': 'monomyth', 'url': '/dlive/@krypted/0436fc14-3f45-11e8-9f5b-0242ac110002#@monomyth/0ddac110-3f4a-11e8-9fb9-1b6b05d958f1', 'days': 64}
{'account_name': 'mucar38', 'url': '/tr/@mucar38/bayramdnvetrafik-fly1jc79tw', 'days': 0}
{'account_name': 'muratkbesiroglu', 'url': '/steemit/@muratkbesiroglu/11-applications-i-use-along-with-steemit-com-english-turkish', 'days': 0}
{'account_name': 'murattatar', 'url': '/hede-io/@murattatar/oppenheimer-in-cennete-gitmesi', 'days': 0}
{'account_name': 'netknight', 'url': '/tr/@netknight/duenya-kupasi-nda-2-guen-nasil-gecti', 'days': 1}
{'account_name': 'obulunmaz', 'url': '/tr/@obulunmaz/anlamakta-israrciyiz', 'days': 3}
{'account_name': 'oguzcan', 'url': '/tr/@oguzcan/steemit-e-neden-baslamaliyim', 'days': 0}
{'account_name': 'omersurer', 'url': '/tr/@omersurer/kalemimdenszlenler5-aasbfc8zfo', 'days': 0}
{'account_name': 'onlinegamer', 'url': '/cointurk/@onlinegamer/cointurk-haftalik-is-raporum-10-17-haziran-2018', 'days': 0}
{'account_name': 'osmania', 'url': '/tr/@osmania/gobaba-ueyelik-islemi-cpxturk-and-gobaba-projesi', 'days': 0}
{'account_name': 'pars11', 'url': '/dlive/@pars11/a49b9ed4-7179-11e8-8fb4-0242ac110002', 'days': 0}
{'account_name': 'peri', 'url': '/tr/@peri/yorum-etkinligi-en-iyi-yorum-oeduelue-1-sbd', 'days': 0}
{'account_name': 'photographericy', 'url': '/photography/@photographericy/travel-photography-series-by-photographericy-57-1528996436', 'days': 2}
{'account_name': 'pinarhanpolat', 'url': '/tr/@pinarhanpolat/suekran', 'days': 3}
{'account_name': 'propofol', 'url': '/cointurk/@propofol/gobaba-cpxturk-and-gobaba-projesi-propofol-4503', 'days': 8}
{'account_name': 'punky', 'url': '/tr/@punky/whatsapp-pearl-jam-ve-kolayi-tercih-etmek', 'days': 3}
{'account_name': 'queqtra', 'url': '/tr/@queqtra/tr-eng-irritabl-bagirsak-sendromu-irritable-bowel-syndrome', 'days': 0}
{'account_name': 'quraturk', 'url': '/tr/@quraturk/quraturk-secilen-yazilar-or-selected-posts-14-06-2018', 'days': 2}
{'account_name': 'ramta', 'url': '/super8ballclub/@ramta/wow-super8ballclub-is-here-at-steemit-verification', 'days': 46}
{'account_name': 'readmore', 'url': '/tr/@readmore/lloret-de-mar-castell-de-sant-joan', 'days': 47}
{'account_name': 'ruen', 'url': '/dlive/@ruen/5450fa90-7147-11e8-8587-fb4bcb1f0470', 'days': 1}
{'account_name': 'sahinadm', 'url': '/tr/@sahinadm/nihayet-steem-try-islemi-yapabilecegiz-cpxturk-and-gobaba-projesi', 'days': 0}
{'account_name': 'sauronbey', 'url': '/tr/@sauronbey/tuerk-lirasi-ile-steem-almak-cok-daha-kolay-cpxturk-and-gobaba-projesi', 'days': 7}
{'account_name': 'sedatcelik', 'url': '/dlive/@sedatcelik/37ac6f10-71be-11e8-b988-0242ac110002', 'days': 0}
{'account_name': 'selinnball', 'url': '/photography/@selinnball/grafiti-sanati-art-of-graffiti', 'days': 11}
{'account_name': 'shubaca430', 'url': '/contest/@shubaca430/a-view-from-the-window-contest', 'days': 1}
smartmarket user has never shared content
{'account_name': 'sorucevap', 'url': '/tr/@sorucevap/minnowsupport-nasil-kullanilir', 'days': 9}
{'account_name': 'steempress-io', 'url': '/steempress/@steempress-io/steempress-answers-to-common-questions-and-update-to-design', 'days': 4}
{'account_name': 'steinhammer', 'url': '/davinci-application/@steinhammer/lm-application-davinci-witness-project', 'days': 4}
{'account_name': 'sudefteri', 'url': '/tr/@sudefteri/dostum-degil-uykular', 'days': 2}
{'account_name': 'supermarioo', 'url': '/kusadasi/@supermarioo/6s6iq7-scorp', 'days': 2}
{'account_name': 'tahirozgen', 'url': '/tr/@tahirozgen/si-iz-kreyzi-layk-hoer-dedi-ya-da-baba', 'days': 0}
{'account_name': 'thundercurator', 'url': '/steemit/@thundercurator/changes-to-thundercurator-services-effective-june-17th-2018-introducing-tier-based-upvoting-system', 'days': 0}
{'account_name': 'tipu', 'url': '/steemit/@tipu/investors-report-12-06-2018-limiting-invest-reinvest-option', 'days': 4}
{'account_name': 'tolgahanuzun', 'url': '/tr/@tolgahanuzun/yurt-disi-planlari-1', 'days': 0}
{'account_name': 'trcleaners', 'url': '/trcleaners/@trcleaners/trcleaners-faaliyet-raporu-1', 'days': 2}
{'account_name': 'try-market', 'url': '/kusadasi/@try-market/6qcaq1-guenluek-steem-fiyati', 'days': 0}
{'account_name': 'tulpar', 'url': '/dlive/@tulpar/c50f0efd-6811-11e8-ba6c-0242ac110003', 'days': 12}
{'account_name': 'turkauthor', 'url': '/tr/@turkauthor/istifham-nedir-yazmanin-incelikleri-serisi', 'days': 22}
{'account_name': 'turkce-bilim', 'url': '/tr/@turkce-bilim/duyuru-and-tesekkuer', 'days': 1}
{'account_name': 'tutku', 'url': '/hede-io/@tutku/erken-secim-2018', 'days': 34}
{'account_name': 'ugurarslanboga', 'url': '/colorchallenge/@ugurarslanboga/colorchallenge-sunday-purple-068c978b53ee9', 'days': 0}
{'account_name': 'uzercanan', 'url': '/dmania/@uzercanan/makeup-ability-zg1hbmlh-o8ka3', 'days': 0}
{'account_name': 'whitecollar', 'url': '/tr/@whitecollar/cointurk-haftalik-raporum-or-17-06-2018', 'days': 0}
{'account_name': 'yallapapi', 'url': '/steem/@yallapapi/just-another-hype-post-nothing-to-see-here-move-along', 'days': 8}
{'account_name': 'yasujizr', 'url': '/utopian-io/@yasujizr/new-logo-for-hiper', 'days': 5}
{'account_name': 'yesnomaybe', 'url': '/steemgar/@steemplayroom/steemgar-game-1529180609815#@yesnomaybe/yesnomaybe1529181297233', 'days': 0}
{'account_name': 'yunustkty', 'url': '/tr/@yunustkty/merhaba-tarih-severler-9c22a66002302', 'days': 1}
{'account_name': 'zoltarian', 'url': '/tr/@zoltarian/imar-barisi-ile-ilgili-bilgilendirme', 'days': 3}
```


#### Curriculum

- [How can I make steembottracker's front run the bots with python](https://steemit.com/utopian-io/@hakancelik/firstup-how-can-i-make-steembottracker-s-front-run-the-bots-with-python)


#### Proof of Work Done

https://gist.github.com/hakancelik96/3b72a320cdd1059ed2eddba29bd939ba
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 82 others
properties (23)
authorhakancelik
permlinkhow-many-days-ago-when-did-my-followers-the-last-post-content
categoryutopian-io
json_metadata{"tags":["utopian-io","tutorial","python","steem"],"users":["steinhammer","captainsailor"],"image":["https://cdn.discordapp.com/attachments/443888140323913728/458311414650765313/steempython.png"],"links":["https://github.com/steemit/steem-python","https://steemit.com/utopian-io/@hakancelik/firstup-how-can-i-make-steembottracker-s-front-run-the-bots-with-python","https://gist.github.com/hakancelik96/3b72a320cdd1059ed2eddba29bd939ba"],"app":"steemit/0.1","format":"markdown"}
created2018-06-17 11:45:15
last_update2018-06-18 16:59:36
depth0
children16
last_payout2018-06-24 11:45:15
cashout_time1969-12-31 23:59:59
total_payout_value21.113 HBD
curator_payout_value6.683 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,216
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,084,873
net_rshares12,631,554,937,750
author_curate_reward""
vote details (146)
@algo.coder ·
$0.04
Hi, good work !
It would be great to have a visual representation of the data (distribution of followers by last post in days). It would allow to see with just a glance if most of the followers are active or not.
👍  ,
properties (23)
authoralgo.coder
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t131904176z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-06-17 13:19:03
last_update2018-06-17 13:19:03
depth1
children4
last_payout2018-06-24 13:19:03
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation3,643,171,587,055
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,093,822
net_rshares18,004,406,558
author_curate_reward""
vote details (2)
@captainsailor ·
It would be amazing yes. I hope we will see this soon :)
👍  
properties (23)
authorcaptainsailor
permlinkre-algocoder-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t143453199z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-17 14:34:54
last_update2018-06-17 14:34:54
depth2
children0
last_payout2018-06-24 14:34:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation4,814,576,544,591
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,102,079
net_rshares6,309,896,891
author_curate_reward""
vote details (1)
@hakancelik ·
Hi thanks ,it can definitely developing, interface can be made, use can be presented to steem's users, maybe another day I can develop.
properties (22)
authorhakancelik
permlinkre-algocoder-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t133816242z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-17 13:38:18
last_update2018-06-17 13:38:18
depth2
children2
last_payout2018-06-24 13:38:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length135
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,095,835
net_rshares0
@algo.coder ·
No pressure !
And maybe not a real interface, juste a little something with matplotlib could be great !
properties (22)
authoralgo.coder
permlinkre-hakancelik-re-algocoder-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t144524376z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-06-17 14:45:24
last_update2018-06-17 14:45:24
depth3
children1
last_payout2018-06-24 14:45:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation3,643,171,587,055
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,103,246
net_rshares0
@hakancelik ·
### ruen

{'account_name': 'acidyo', 'days': 0}
{'account_name': 'anadolu', 'days': 5}
{'account_name': 'anneadam', 'days': 3}
{'account_name': 'anritco', 'days': 9}
{'account_name': 'arafs', 'days': 3}
{'account_name': 'artizm', 'days': 0}
{'account_name': 'artzone', 'days': 0}
{'account_name': 'bera.dincer', 'days': 1}
{'account_name': 'captainsailor', 'days': 0}
{'account_name': 'catwolff', 'days': 36}
{'account_name': 'chardonnay', 'days': 5}
{'account_name': 'cyberyunus', 'days': 0}
{'account_name': 'damla', 'days': 6}
{'account_name': 'drfrostgirl', 'days': 2}
{'account_name': 'drkent', 'days': 31}
{'account_name': 'ercu', 'days': 10}
{'account_name': 'eyupyusuf', 'days': 3}
{'account_name': 'ferow', 'days': 31}
{'account_name': 'fineartnow', 'days': 78}
{'account_name': 'firewall', 'days': 85}
{'account_name': 'fungi', 'days': 84}
{'account_name': 'gokhan83kurt', 'days': 1}
{'account_name': 'golge', 'days': 3}
{'account_name': 'hayirhah', 'days': 2}
{'account_name': 'hede-io', 'days': 15}
{'account_name': 'jimmylin', 'days': 0}
{'account_name': 'jumbot', 'days': 0}
{'account_name': 'kagantrky', 'days': 3}
{'account_name': 'kedi', 'days': 35}
{'account_name': 'mozer', 'days': 5}
{'account_name': 'murattatar', 'days': 0}
{'account_name': 'neokuduk', 'days': 30}
{'account_name': 'pars11', 'days': 1}
{'account_name': 'peri', 'days': 0}
{'account_name': 'punky', 'days': 4}
{'account_name': 'qurator', 'days': 0}
{'account_name': 'quraturk', 'days': 2}
{'account_name': 'readmore', 'days': 47}
{'account_name': 'redjepi', 'days': 0}
{'account_name': 'sauronbey', 'days': 7}
seacat user has never shared content
{'account_name': 'shaka', 'days': 0}
{'account_name': 'sorucevap', 'days': 10}
{'account_name': 'sudefteri', 'days': 2}
{'account_name': 'tarikhakan55', 'days': 0}
{'account_name': 'thornaci', 'days': 38}
{'account_name': 'trliste', 'days': 48}
{'account_name': 'tulpar', 'days': 12}
{'account_name': 'turkce-bilim', 'days': 1}
{'account_name': 'ucmuharfli', 'days': 4}
{'account_name': 'yasujizr', 'days': 5}

@ruen
properties (22)
authorhakancelik
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t155142503z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["ruen"],"app":"steemit/0.1"}
created2018-06-17 15:51:45
last_update2018-06-17 15:51:45
depth1
children0
last_payout2018-06-24 15:51:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,051
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,110,365
net_rshares0
@mcfarhat ·
we have been notified by the owner of the graphic (@emrebeyler) that you are using it as a header of your posts without proper credit nor prior permissions.
Please avoid using it in the future till you get proper confirmation from the owner.

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
properties (22)
authormcfarhat
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180618t161730041z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["emrebeyler"],"links":["https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-06-18 16:17:33
last_update2018-06-18 16:17:33
depth1
children1
last_payout2018-06-25 16:17:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length411
author_reputation150,657,286,524,230
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,245,827
net_rshares0
@hakancelik ·
I did not know that, I am changing the picture
properties (22)
authorhakancelik
permlinkre-mcfarhat-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180618t163512191z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.4.0"}
created2018-06-18 16:35:15
last_update2018-06-18 16:35:15
depth2
children0
last_payout2018-06-25 16:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length46
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,247,738
net_rshares0
@murattatar ·
$0.05
Hocam GitHub'tan taşınmayı düşünüyor musun?
👍  
properties (23)
authormurattatar
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180618t111242204z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-18 11:12:42
last_update2018-06-18 11:12:42
depth1
children2
last_payout2018-06-25 11:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.035 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation48,825,843,967,967
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,212,252
net_rshares22,518,321,142
author_curate_reward""
vote details (1)
@hakancelik ·
github'ı çok sevdiğim için şuanlık düşünmüyorum, yaptığım bütün çalışmalar zaten açık kaynak bir sorun olacağını düşünmüyorum, olursa belki o zaman değiştiririm, sizin bu konuda düşünceleriniz neler ?
properties (22)
authorhakancelik
permlinkre-murattatar-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180618t123852609z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-18 12:38:54
last_update2018-06-18 12:38:54
depth2
children1
last_payout2018-06-25 12:38:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length200
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,220,721
net_rshares0
@murattatar · (edited)
$0.07
El değiştirme sonrası düşüncelerim [şöyle](https://steemit.com/hede-io/@punky/guele-guele-github#@murattatar/re-punky-guele-guele-github-20180618t104518220z)

Öyle çok profesyonel kodlarım yok ama yine de microsoft'un; hotmail'den nokia'ya skype'tan windows10'a el attığı şeyleri **amorf** bir hale getirdiği düşünülürse,  *taşınacağım kesin*.  
Ama nereye, ona henüz karar vermedim.
👍  ,
properties (23)
authormurattatar
permlinkre-hakancelik-re-murattatar-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180619t193533381z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/hede-io/@punky/guele-guele-github#@murattatar/re-punky-guele-guele-github-20180618t104518220z"],"app":"steemit/0.1"}
created2018-06-19 19:35:36
last_update2018-06-19 19:36:39
depth3
children0
last_payout2018-06-26 19:35:36
cashout_time1969-12-31 23:59:59
total_payout_value0.051 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length383
author_reputation48,825,843,967,967
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,399,659
net_rshares32,676,494,258
author_curate_reward""
vote details (2)
@netknight ·
pek çok kişinin merak edeceği harika bir çalışma olmuş, elinize sağlık.
👍  
properties (23)
authornetknight
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t180406634z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-17 18:04:30
last_update2018-06-17 18:04:30
depth1
children1
last_payout2018-06-24 18:04:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length71
author_reputation1,361,926,674,264
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,124,195
net_rshares6,390,277,743
author_curate_reward""
vote details (1)
@hakancelik ·
Teşekkürler 🙃 👍
properties (22)
authorhakancelik
permlinkre-netknight-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t181406431z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-17 18:14:09
last_update2018-06-17 18:14:09
depth2
children0
last_payout2018-06-24 18:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,125,117
net_rshares0
@portugalcoin ·
Thank you for your contribution.
While I liked the content of your contribution, I would still like to extend few advices for your upcoming contributions: 

- <b>Tutorial content:</b> There are parts of the code that have little explanation, try to explain as much as possible.
- Try to make the tutorial longer with everything explained in detail.

Looking forward to your upcoming tutorials.



Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/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](https://review.utopian.io/result/8/33344323).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
properties (22)
authorportugalcoin
permlinkre-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t212356779z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/8/33344323","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-06-17 21:23:57
last_update2018-06-17 21:23:57
depth1
children1
last_payout2018-06-24 21:23:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length887
author_reputation603,427,171,524,765
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,143,025
net_rshares0
@hakancelik ·
Thank you for your interest, I'm glad you to like my content. I will follow your advices in future contributions and I will try to do a better job 👍.
properties (22)
authorhakancelik
permlinkre-portugalcoin-re-hakancelik-how-many-days-ago-when-did-my-followers-the-last-post-content-20180617t214008206z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-17 21:40:09
last_update2018-06-17 21:40:09
depth2
children0
last_payout2018-06-24 21:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation15,102,487,166,852
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id61,144,380
net_rshares0
@utopian-io ·
Hey @hakancelik
**Thanks for contributing on Utopian**.
We’re already looking forward to your next contribution!

**Contributing on Utopian**
Learn how to contribute on <a href='https://join.utopian.io'>our website</a> or by watching <a href='https://www.youtube.com/watch?v=8S1AtrzYY1Q'>this tutorial</a> on Youtube.

**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>
properties (22)
authorutopian-io
permlinkre-how-many-days-ago-when-did-my-followers-the-last-post-content-20180618t130009z
categoryutopian-io
json_metadata"{"app": "beem/0.19.29"}"
created2018-06-18 13:00:09
last_update2018-06-18 13:00:09
depth1
children0
last_payout2018-06-25 13:00:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length507
author_reputation152,955,367,999,756
root_title"How many days ago did my followers post the last content ?"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id61,222,853
net_rshares0