I have been experimenting with the [steem-python](https://github.com/steemit/steem-python) lately. Not following a steemian who does follow you is totally okay. Not all feelings mutual, I get it. But for the sake of experiments with the python package (this will be also helpful for new devs to see how things work out on steem package.) let's find out these guys. :) ### The steem-python package *** It's available on the PYPI. You can just install it by typing ```bash $ [sudo] pip install steem ``` or if you like 90s: ```bash $ [sudo] easy_install steem ``` ### Getting the steem instance *** ```python from steem import Steem s = Steem() ``` We're all set. Now you're capable of doing a lot of stuff with steem blockchain. By default, Steem class uses default nodes to gather information about the network. If you decide to something time-sensitive or if you need to do send a lot of requests to nodes, you have probably think of setting up your own. *RPC requests to remote nodes are slow. You can bypass it by using it on your own.* ### Getting the follower list *** steem-python also includes some additional classes like Account. This class has some helper functions to get information about the accounts. You can get an account instance like this: ```python steem = Steem() account = Account('emrebeyler', steem) ``` After this step; getting followers or following list is very easy. ``` followers = account.get_followers() following = account.get_following() ``` This will output a list of string (usernames). Most of the work is done; let's see the diff. ``` print(set(followings) - set(followers)) ``` This will output with a list of steemians who don't you follow you back. If you want to unfollow these guys, you can just use steem.unfollow() function. Let's put these together into one script: ``` from steem import Steem from steem.account import Account def users_dont_follow_back(account): followers = set(account.get_followers()) following = set(account.get_following()) return following - followers if __name__ == '__main__': steem = Steem( keys=['<posting_key>'] ) account = Account('emrebeyler', steem) users = users_dont_follow_back(account) print("%s users don't follow you back. Here is the list: \n %s" % ( len(users), users) ) for user in users: print("Unfollowing %s" % user) steem.unfollow(user, what=['blog'], account='emrebeyler') ``` Aaaand, action! https://i.hizliresim.com/3podor.png
author | emrebeyler |
---|---|
permlink | steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back |
category | python |
json_metadata | {"tags":["python","programming","steem"],"image":["https://i.hizliresim.com/3podor.png"],"links":["https://github.com/steemit/steem-python"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-10-14 00:46:39 |
last_update | 2017-10-14 01:16:57 |
depth | 0 |
children | 21 |
last_payout | 2017-10-21 00:46:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.877 HBD |
curator_payout_value | 1.717 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.500 HBD |
body_length | 2,538 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,625,832 |
net_rshares | 3,578,400,687,008 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gregory-f | 0 | 3,027,042,610 | 3% | ||
cheftony | 0 | 3,919,947,607 | 0.75% | ||
raphaelom | 0 | 4,612,146,766 | 100% | ||
ubg | 0 | 204,624,685 | 1% | ||
cryptohustlin | 0 | 1,402,782,391 | 1% | ||
reported | 0 | 343,407,131 | 1% | ||
eileenbeach | 0 | 428,453,975 | 1% | ||
royrodgers | 0 | 377,166,856 | 1% | ||
banjo | 0 | 451,118,588 | 1% | ||
melinda010100 | 0 | 284,202,825 | 2% | ||
scrooger | 0 | 703,652,586 | 4% | ||
booster | 0 | 1,342,238,619,201 | 4.44% | ||
gingerninja | 0 | 2,038,770,020 | 5% | ||
pearica | 0 | 913,780,596 | 5% | ||
calinconst | 0 | 58,866,144 | 10% | ||
coffeedrinker51 | 0 | 87,885,932 | 1% | ||
massive-pop | 0 | 274,343,573 | 10% | ||
steemshiro | 0 | 35,230,866,513 | 100% | ||
minnowpond1 | 0 | 299,569,089 | 1% | ||
drotto | 0 | 6,202,061,897 | 1.56% | ||
promoted | 0 | 34,291,340,726 | 2.5% | ||
followforupvotes | 0 | 94,118,368 | 1% | ||
driva | 0 | 75,656,935,674 | 70% | ||
bellyrub | 0 | 206,342,130,647 | 1.59% | ||
techtek | 0 | 10,404,410,718 | 100% | ||
hdmed | 0 | 970,875,016 | 100% | ||
upgoater | 0 | 326,765,060,490 | 100% | ||
maxbullion | 0 | 79,591,581,742 | 50% | ||
originalworks | 0 | 3,205,247,606 | 1% | ||
fivestargroup | 0 | 65,070,233 | 0.02% | ||
kamikaze | 0 | 420,209,147,397 | 71% | ||
steemdiffuser | 0 | 5,366,004,071 | 25% | ||
airwavez | 0 | 75,789,682 | 25% | ||
boomerang | 0 | 93,636,424,391 | 1.98% | ||
tach | 0 | 5,611,233,942 | 100% | ||
qurator | 0 | 38,699,261,731 | 10% | ||
morwhale | 0 | 1,230,243,798 | 54% | ||
randowhale0 | 0 | 799,469,692,522 | 6.19% | ||
murattatar | 0 | 599,102,542 | 100% | ||
flide | 0 | 617,220,000 | 100% | ||
hsynterkr | 0 | 1,510,107,192 | 100% | ||
morwhalebox | 0 | 496,878,200 | 100% | ||
steem69 | 0 | 696,450,499 | 100% | ||
andystar | 0 | 506,136,800 | 100% | ||
junkelirins | 0 | 493,792,000 | 100% | ||
juck | 0 | 496,878,200 | 100% | ||
feedme | 0 | 509,223,000 | 100% | ||
emrebeyler | 0 | 4,137,820,166 | 100% | ||
moorkedi | 0 | 574,377,607 | 100% | ||
minnowpondred | 0 | 60,715,009,702 | 70% | ||
turbot | 0 | 1,242,511,624 | 100% | ||
run-the-bits | 0 | 1,021,301,737 | 100% |
<div class='pull-right'>https://cdn.steemitimages.com/DQmaHThyECGhEx8tSfHZbiMFRNYjJ35K92cDgiJjkzBUaJo/One%20sip%20of%20BEER%20for%20you.gif<p><sup><a href='https://steem-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br><br> <p> Hey @emrebeyler, here is a little bit of <code>BEER</code> for you. Enjoy it!</p> </center>
author | beerlover |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20191014t050719z |
category | python |
json_metadata | "{"app": "beem/0.21.1"}" |
created | 2019-10-14 05:07:21 |
last_update | 2019-10-14 05:07:21 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 05:07: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 | 365 |
author_reputation | 25,782,738,404,647 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,533,128 |
net_rshares | 0 |
<p>This wonderful post has received a bellyrub 1.59 % upvote from @bellyrub thanks to this cool cat: @emrebeyler. My pops @zeartul is one of your top steemit witness, if you like my bellyrubs please go vote for him, if you love what he is doing vote for this comment as well.</p>
author | bellyrub |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t014849149z |
category | python |
json_metadata | {"tags":["python"],"app":"drotto/0.0.2"} |
created | 2017-10-14 01:49:03 |
last_update | 2017-10-14 01:49:03 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:49: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 | 280 |
author_reputation | 7,904,765,975,109 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,628,809 |
net_rshares | 0 |
This post has received a 1.98 % upvote from @boomerang thanks to: @emrebeyler<br><br>@boomerang distributes 100% of the SBD and up to 80% of the Curation Rewards to STEEM POWER Delegators. If you want to bid for votes or want to delegate SP please read <a href="https://steemit.com/steemit/@boomerang/boomerang-a-new-steemit-bid-bot-for-all-steemians-whitepaper">the @boomerang whitepaper</a>.
author | boomerang |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t025046 |
category | python |
json_metadata | "{"app": "pysteem/0.5.2"}" |
created | 2017-10-14 02:50:48 |
last_update | 2017-10-14 02:50:48 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 02:50: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 | 393 |
author_reputation | 1,273,205,827,891 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,631,569 |
net_rshares | 0 |
<p>This post has received a 4.44 % upvote from @booster thanks to: @emrebeyler.</p>
author | booster |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t015944642z |
category | python |
json_metadata | {"tags":["python"],"app":"drotto/0.0.2c"} |
created | 2017-10-14 01:59:57 |
last_update | 2017-10-14 01:59:57 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:59: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 | 84 |
author_reputation | 68,767,115,776,562 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,629,297 |
net_rshares | 0 |
<p>This post has received a 1.56 % upvote from @drotto thanks to: @banjo.</p>
author | drotto |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t011223896z |
category | python |
json_metadata | {"tags":["python"],"app":"drotto/0.0.2c"} |
created | 2017-10-14 01:12:39 |
last_update | 2017-10-14 01:12:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:12:39 |
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 | 78 |
author_reputation | 419,916,705,599 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,627,031 |
net_rshares | 0 |
As a follower of @followforupvotes this post has been randomly selected and upvoted! Enjoy your upvote and have a great day!
author | followforupvotes |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t004728204z |
category | python |
json_metadata | {"app":"my_app"} |
created | 2017-10-14 01:06:39 |
last_update | 2017-10-14 01:06:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:06:39 |
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 | 124 |
author_reputation | 24,665,782,446,239 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,760 |
net_rshares | 0 |
Thanks for this nice post @emrebeyler I'm looking forward to Your next post
author | hdmed |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t005615465z |
category | python |
json_metadata | "" |
created | 2017-10-14 00:56:15 |
last_update | 2017-10-14 00:56:15 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 00:56: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 | 75 |
author_reputation | 66,254,816,822,123 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,286 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
red-rose | 0 | 0 | 0% |
If I could turn back !BEER
author | isnochys |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20191014t050703z |
category | python |
json_metadata | "{"app": "beem/0.20.23"}" |
created | 2019-10-14 05:07:09 |
last_update | 2019-10-14 05:07:09 |
depth | 1 |
children | 0 |
last_payout | 2019-10-21 05:07: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 | 26 |
author_reputation | 47,917,144,909,021 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 91,533,126 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
beerlover | 0 | 0 | 0.01% |
 *<sub>img credz: pixabay.com</sub>* *Nice, you got a 71.0% @kamikaze upgoat, thanks to @emrebeyler* *Want a boost? [Minnowbooster's](https://steemit.com/minnowbooster/@minnowbooster/6rt2mn-introducing-minnowbooster-beta) got your back!*
author | minnowbooster |
---|---|
permlink | comment-1508148103348 |
category | python |
json_metadata | "" |
created | 2017-10-16 10:01:42 |
last_update | 2017-10-16 10:01:42 |
depth | 1 |
children | 0 |
last_payout | 2017-10-23 10:01: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 | 376 |
author_reputation | 230,546,282,483,083 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,814,821 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kostronor | 0 | 0 | 10% |
@reported has voted on behalf of @minnowpond. If you would like to recieve upvotes from minnowponds team on all your posts, simply FOLLOW @minnowpond. To receive an upvote send 0.25 SBD to @minnowpond with your posts url as the memo To receive an reSteem send 0.75 SBD to @minnowpond with your posts url as the memo To receive an upvote and a reSteem send 1.00SBD to @minnowpond with your posts url as the memo
author | minnowpond |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t010436 |
category | python |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-14 01:04:36 |
last_update | 2017-10-14 01:04:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:04: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 | 448 |
author_reputation | 13,239,048,956,578 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,659 |
net_rshares | 0 |
@minnowpond1 has voted on behalf of @minnowpond. If you would like to recieve upvotes from minnowponds team on all your posts, simply FOLLOW @minnowpond. To receive an upvote send 0.25 SBD to @minnowpond with your posts url as the memo To receive an reSteem send 0.75 SBD to @minnowpond with your posts url as the memo To receive an upvote and a reSteem send 1.00SBD to @minnowpond with your posts url as the memo
author | minnowpond1 |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t010422 |
category | python |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-14 01:04:24 |
last_update | 2017-10-14 01:04:24 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:04: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 | 451 |
author_reputation | 383,828,786,455 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,652 |
net_rshares | 0 |
This post received a 54% upvote from @morwhale team thanks to @emrebeyler! For more information, [click here](https://steemit.com/@morwhale)! , [TeamMorocco](https://steemit.com/@teammorocco)! . this is @originalworks . steem @steemprice BTC
author | morwhale |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t005615465z |
category | python |
json_metadata | "" |
created | 2017-10-14 00:56:15 |
last_update | 2017-10-14 00:56:15 |
depth | 1 |
children | 3 |
last_payout | 2017-10-21 00:56: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 | 244 |
author_reputation | 767,197,612,874 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,290 |
net_rshares | 198,548,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemprice | 0 | 198,548,950 | 10% |
The @OriginalWorks bot has determined this post by @emrebeyler to be original material and upvoted it! <center></center> To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! ### To enter this post into the daily RESTEEM contest, upvote this comment! The user with the most upvotes on their @OriginalWorks comment will win!<h3> For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info) || [Click here to participate in the @OriginalWorks sponsored writing contest(125 SBD in prizes)!!!](https://steemit.com/cryptocurrency/@originalworks/125-sbd-sponsored-writing-contest-miniapps) Special thanks to @reggaemuffin for being a supporter! Vote him as a witness to help make Steemit a better place!
author | originalworks |
---|---|
permlink | re-re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t005615465z-20171014t005732 |
category | python |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-14 00:57:33 |
last_update | 2017-10-14 00:57:33 |
depth | 2 |
children | 0 |
last_payout | 2017-10-21 00:57: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 | 929 |
author_reputation | 79,292,026,602,057 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,353 |
net_rshares | 367,242,793 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anomaly | 0 | 367,242,793 | 1% |
GREAT I WILL JOIN YOU SOON, IF I DEPOSIT 0.05 HOW MUCH CAN I GET ?
author | red-rose |
---|---|
permlink | re-morwhale-re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t020544427z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2017-10-14 02:05:45 |
last_update | 2017-10-14 02:05:45 |
depth | 2 |
children | 0 |
last_payout | 2017-10-21 02:05: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 | 66 |
author_reputation | 531,394,715,242 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,629,519 |
net_rshares | 2,319,272,910 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
red-rose | 0 | 2,319,272,910 | 100% |
<code>$5608.89 USD/BTC</code><br><code>Volume: 151301.69 BTC ($848634931.22 USD)</code><br><code>Last Updated Sat Oct 14 00:53:40 2017</code>
author | steemprice |
---|---|
permlink | re-re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t005615465z-20171014t005726 |
category | python |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2017-10-14 00:57:27 |
last_update | 2017-10-14 00:57:27 |
depth | 2 |
children | 0 |
last_payout | 2017-10-21 00:57: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 | 141 |
author_reputation | 260,361,248,612 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,346 |
net_rshares | 367,242,793 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anomaly | 0 | 367,242,793 | 1% |
Yey! Üstad eline sağlık! Ne tatlı bir modülmüş böyle ;)
author | murattatar |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t022801641z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2017-10-14 02:28:00 |
last_update | 2017-10-14 02:28:00 |
depth | 1 |
children | 1 |
last_payout | 2017-10-21 02:28: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 | 56 |
author_reputation | 48,825,843,967,967 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,630,451 |
net_rshares | 6,058,406,930 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hsynterkr | 0 | 1,482,142,244 | 100% | ||
emrebeyler | 0 | 4,576,264,686 | 100% |
cok guzel bir interface'e sahip. Iyi dusunmusler,
author | emrebeyler |
---|---|
permlink | re-murattatar-re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t121437777z |
category | python |
json_metadata | {"tags":["python"],"app":"steemit/0.1"} |
created | 2017-10-14 12:14:36 |
last_update | 2017-10-14 12:14:36 |
depth | 2 |
children | 0 |
last_payout | 2017-10-21 12: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 | 49 |
author_reputation | 448,535,049,068,622 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,662,384 |
net_rshares | 703,960,540 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
murattatar | 0 | 703,960,540 | 100% |
<center>Qurator</center> | <center>Your Quality Content Curator</center> -|-|  | This post has been upvoted and given the stamp of authenticity by @qurator. To join the quality content creators and receive daily upvotes click [here](https://steemit.com/qurator/@qurator/qurator-update-cheaper-tier-access-and-increased-registration-fee) for more info.
author | qurator |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t004731697z |
category | python |
json_metadata | {"app":"my_app"} |
created | 2017-10-14 01:07:39 |
last_update | 2017-10-14 01:07:39 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:07:39 |
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 | 441 |
author_reputation | 1,641,586,098,580,259 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,626,801 |
net_rshares | 0 |
This post received a 6.19% upvote from @randowhale thanks to @emrebeyler! To learn more, check out [@randowhale 101 - Everything You Need to Know](https://steemit.com/steemit/@randowhale/randowhale-101-everything-you-need-to-know-about-randowhale)!
author | randowhale0 |
---|---|
permlink | re-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171015t165054 |
category | python |
json_metadata | "{"order": "c7e40994c8a41c645ed8760b0d594de8daa8a5ab", "reward": 1, "format": "markdown", "app": "randowhale/0.2"}" |
created | 2017-10-15 16:50:54 |
last_update | 2017-10-15 16:50:54 |
depth | 1 |
children | 0 |
last_payout | 2017-10-22 16:50: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 | 248 |
author_reputation | 155,356,679,113 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,762,829 |
net_rshares | 0 |
<p>This post has received a 25.00 % upvote from @steemdiffuser thanks to: @emrebeyler. Steem on my friend!</p> <p><a href="https://steemit.com/introduceyourself/@steemdiffuser/chello-steemit-friends-here-to-upvote-blaze-a-trail-and-crack-some-bot-like-jokes">Get Upvotes</a>, <a href="goo.gl/forms/xpEw3ydYIm4xyjZF3">Join Our Trail</a>, or <a href="https://goo.gl/forms/fdmsKYYUpFMY4OUw1">Delegate Some SP</a></p>
author | steemdiffuser |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t025223366z |
category | python |
json_metadata | {"tags":["python"],"app":"drotto/0.0.2c"} |
created | 2017-10-14 02:52:36 |
last_update | 2017-10-14 02:52:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 02:52: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 | 415 |
author_reputation | 42,883,860,240 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,631,657 |
net_rshares | 0 |
<p>This post has received a 100.00 % upvote from @upgoater thanks to: @emrebeyler.</p>
author | upgoater |
---|---|
permlink | re-emrebeyler-steem-python-experiments-1-detect-steemians-who-don-t-follow-you-back-20171014t015251088z |
category | python |
json_metadata | {"tags":["python"],"app":"drotto/0.0.2c"} |
created | 2017-10-14 01:53:00 |
last_update | 2017-10-14 01:53:00 |
depth | 1 |
children | 0 |
last_payout | 2017-10-21 01:53: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 | 87 |
author_reputation | 178,778,574,744 |
root_title | "steem-python experiments #1 - Detect steemians who don't follow you back" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 17,628,997 |
net_rshares | 0 |