<html> <p>=First off a big thanks to @fyrstikken and everyone else that worked on the <a href="https://steemit.com/upvote-bot/@fyrstikken/updated-winfrey-upvote-bot-will-vote-for-everyone-who-post-on-steemit-with-a-2-upvote-except-posts-flagged-by-cheetah-or">Winfrey Bot</a>. And also thanks to @thebatchman for doing this <a href="https://github.com/TheBatchman/steemit-autovoter">great addition</a> to the Winfrey Bot.</p> <p><img src="http://i.imgur.com/RQaoV4t.png" width="589" height="640"/></p> <p>I began using the bot over the weekend. And I must say it worked fantastically. However I was wondering if I could automatically import the list of users that I follow. Rather than typing them out manually in the bot scrypt i n order to vote at 100% voting power.</p> <p>Unfortunately the version of python steem that I'm using doesn't have this functionality. But luckily enough I was able to find a <a href="https://steemit.com/steem/@cryptomental/piston-who-are-your-followers">post on steemit</a> by @cryptomental. In it he outlined a class you could use to see who you are following and who your followers were.</p> <p>I adapted his class as follows.</p> <p>The first thing we need to do is import the following:</p> <blockquote>from steemapi.steemnoderpc import SteemNodeRPC</blockquote> <p>Once you import SteemNodeRPC you are able to query the api with this class.</p> <blockquote># begin finding who we follow<br> # start call to SteemNodeRPC<br> class FollowMe(object):<br> def __init__(self):<br> self.rpc = SteemNodeRPC("wss://node.steem.ws", "", "", apis=["follow"])<br> <br> # get who we follow<br> def following(self,account):<br> return [ f['following'] for f in self.rpc.get_following(account, "", "blog", 100, api="follow") ]</blockquote> <p>Once you have this class somewhere accessible. You can instantiate the class with the folowing.</p> <blockquote># call FollowMe<br> f = FollowMe()<br> # set the iamfollowinglist. Currently we are just grabbing the first line. Eventually we can loop through this if we want.<br> iamfollowing = f.following(account[0])<br> #print iamfollowing to see if it got anything. Comment out if you don't want to see this<br> #print("followers %s" % iamfollowing)</blockquote> <p>And finally we can append the iamfollowing list to the my_subscriptions list. Or really anywhere else we wish.</p> <blockquote>my_subscriptions = top_writers + my_favorites + iamfollowing</blockquote> <p>In addition to this. If we wanted to vote for everyone following us. We could create a followers function.</p> <blockquote> def followers(self, account): <br> return [ f['follower'] for f in self.rpc.get_followers(account, "", "blog", 100, api="follow") ] </blockquote> <p>Thanks for taking the time to read this post. I hope you enjoyed my small improvement to this bot.</p> <p><br></p> <p><strong>EDIT</strong></p> <p>I need to add that we also have to append iamfollowing variable to the my_fovorites variable.</p> <blockquote>my_fovorites = my_favorites + iamfollowing</blockquote> <p>This needs to be done in order for the bot to actually vote your favorites at 100% voting power. I'll keep testing.</p> <p>I've put the entire code on pastebin. <a href="http://pastebin.com/n2WPMrWY">Click Here</a> to view it.</p> <p><strong>UPDATE: BroadcastingError</strong></p> <p>If you are encountering this error when you run your script. It's because the newer version of piston steem is not backwards compatible. </p> <p>You must install an earlier version of python steem. Uninstall piston/steem related libraries with pip3. </p> <p>Then install steem with the following.</p> <blockquote>pip3 install steem==0.3.1</blockquote> <p>This worked for me just fine. After spending a few days trying to figure out this issue.</p> <p>UPDATE 2/15/2017</p> <p>I forked @thebatchman github repository. If your interested in forking or downloading via git. It's here.</p> <p>https://github.com/grey580/steemit-autovoter</p> <p><br></p> <p><br></p> </html>
author | grey580 |
---|---|
permlink | adding-functionality-to-the-winfrey-vote-bot |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot","tip-bot","plagiarism","steemit","print"],"users":["fyrstikken","thebatchman","cryptomental"],"image":["http://i.imgur.com/RQaoV4t.png"],"links":["https://steemit.com/upvote-bot/@fyrstikken/updated-winfrey-upvote-bot-will-vote-for-everyone-who-post-on-steemit-with-a-2-upvote-except-posts-flagged-by-cheetah-or","https://github.com/TheBatchman/steemit-autovoter","https://steemit.com/steem/@cryptomental/piston-who-are-your-followers","http://pastebin.com/n2WPMrWY","https://github.com/grey580/steemit-autovoter"],"app":"steemit/0.1","format":"html"} |
created | 2017-02-08 04:34:18 |
last_update | 2017-02-15 19:08:00 |
depth | 0 |
children | 10 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.279 HBD |
curator_payout_value | 0.080 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,239 |
author_reputation | 11,869,709,267,081 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,450,873 |
net_rshares | 5,735,546,640,297 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wang | 0 | 912,061,739,263 | 68% | ||
pairmike | 0 | 3,711,361,411 | 1% | ||
proctologic | 0 | 32,070,767,994 | 100% | ||
konelectric | 0 | 912,138,356 | 1% | ||
proctologic2 | 0 | 701,550,677 | 100% | ||
proctologic3 | 0 | 774,377,905 | 100% | ||
forrestwillie | 0 | 806,051,577 | 1% | ||
acidyo | 0 | 65,143,961,237 | 85% | ||
noganoo | 0 | 19,553,020,584 | 100% | ||
taoteh1221 | 0 | 6,317,357,724 | 100% | ||
applecrisp | 0 | 232,877,683 | 8% | ||
kenny-crane | 0 | 119,244,819,183 | 100% | ||
arisa | 0 | 3,581,359,554 | 100% | ||
andrei | 0 | 255,676,079 | 1% | ||
proglobyte | 0 | 104,303,704 | 3% | ||
ozzy-vega | 0 | 42,383,836,691 | 100% | ||
seth-krings | 0 | 3,877,817,312 | 100% | ||
crok | 0 | 5,525,402,116 | 100% | ||
technology | 0 | 12,273,816,883 | 100% | ||
jparty | 0 | 17,541,502,356 | 100% | ||
tskeene | 0 | 23,039,707,173 | 100% | ||
fyrstikken | 0 | 1,353,915,578,664 | 100% | ||
auction | 0 | 1,895,749,871 | 100% | ||
grey580 | 0 | 745,944,314 | 4% | ||
thebatchman | 0 | 1,119,811,898 | 3% | ||
getssidetracked | 0 | 4,103,695,115 | 85% | ||
trees | 0 | 1,405,769,265 | 85% | ||
strawhat | 0 | 2,244,444,156 | 85% | ||
cryptochannel | 0 | 3,036,966,188 | 85% | ||
mrgreen | 0 | 7,811,569,816 | 85% | ||
fulltimegeek | 0 | 2,305,073,894,887 | 100% | ||
steemit-life | 0 | 178,014,179,366 | 58% | ||
bitland | 0 | 2,024,431,069 | 100% | ||
mapipaz | 0 | 832,275,750 | 100% | ||
thebatchman1 | 0 | 69,194,420 | 3% | ||
karenmckersie | 0 | 17,205,888,815 | 34% | ||
dimon14 | 0 | 6,896,937,635 | 100% | ||
ubg | 0 | 586,709,966 | 1% | ||
bones | 0 | 3,082,199,967 | 100% | ||
neroru | 0 | 7,837,240,823 | 100% | ||
pokemon | 0 | 233,168,445 | 85% | ||
proglobyte-m1 | 0 | 105,737,260 | 3% | ||
tingaling | 0 | 104,301,296 | 3% | ||
toxichan | 0 | 162,198,818 | 1% | ||
timelapse | 0 | 462,329,381 | 1% | ||
kurtbeil | 0 | 3,216,907,764 | 3% | ||
tannukas6 | 0 | 62,907,833 | 1% | ||
bigsambucca | 0 | 245,166,983 | 100% | ||
darthnava | 0 | 354,487,042 | 1% | ||
zentat | 0 | 109,504,289 | 3% | ||
matrixdweller | 0 | 491,164,160 | 1% | ||
dgarsan | 0 | 5,160,527,607 | 100% | ||
alexma3x | 0 | 300,780,483 | 20% | ||
shadowspub | 0 | 554,808,041 | 1% | ||
steembriefing | 0 | 104,369,218 | 3% | ||
celestial | 0 | 253,074,613 | 100% | ||
englishtchrivy | 0 | 56,767,652,269 | 100% | ||
runridefly | 0 | 25,159,123,050 | 77% | ||
barrydutton | 0 | 969,921,747 | 1% | ||
jlufer | 0 | 10,220,677,205 | 100% | ||
contentjunkie | 0 | 0 | 100% | ||
alaqrab | 0 | 12,575,808,431 | 100% | ||
steemitguide | 0 | 545,702,883 | 1% | ||
richardcrill | 0 | 1,434,661,818 | 1% | ||
sponge-bob | 0 | 144,557,059,915 | 30% | ||
titusfrost | 0 | 17,719,334,493 | 100% | ||
gsdalex | 0 | 73,543,827 | 100% | ||
kev7000 | 0 | 6,162,748,987 | 100% | ||
jacobts | 0 | 228,884,561 | 1% | ||
renzoarg | 0 | 4,604,239,328 | 42.5% | ||
patelincho | 0 | 111,896,197 | 1% | ||
bitcoinparadise | 0 | 19,318,365,188 | 100% | ||
whatsup | 0 | 29,021,375,416 | 100% | ||
jeanviete | 0 | 651,434,064 | 100% | ||
bontonstory | 0 | 0 | 2% | ||
rynow | 0 | 36,059,875,911 | 100% | ||
robotev1 | 0 | 69,840,610 | 20% | ||
robotev2 | 0 | 69,654,569 | 20% | ||
robotev | 0 | 4,498,345,006 | 20% | ||
steemitawards | 0 | 125,287,446 | 3% | ||
steemint | 0 | 104,613,185 | 3% | ||
comeup | 0 | 73,397,011 | 20% | ||
michaelstobiersk | 0 | 33,890,891,287 | 100% | ||
zaitsevalesyaa | 0 | 10,346,822,704 | 100% | ||
bleujay | 0 | 23,028,427,660 | 11% | ||
gamer00 | 0 | 3,862,486,813 | 1% | ||
frankches | 0 | 4,061,628,844 | 100% | ||
revostrike | 0 | 81,362,885 | 1% | ||
giantbear | 0 | 1,166,035,150 | 1% | ||
steemito | 0 | 134,160,052 | 100% | ||
meanpeoplesuck | 0 | 50,300,330 | 100% | ||
steemspeak | 0 | 229,392,883 | 1% | ||
tablettenformat | 0 | 1,562,935,089 | 100% | ||
missk | 0 | 1,816,069,403 | 100% | ||
fyrst-witness | 0 | 370,832,792 | 1% | ||
lovethepeople | 0 | 130,344,100 | 100% | ||
daisyd | 0 | 204,368,518 | 1% | ||
jmehta | 0 | 132,022,441 | 100% | ||
porco-bastardo | 0 | 126,658,094 | 100% | ||
sqube | 0 | 2,957,808,434 | 1% | ||
whatageek | 0 | 596,100,743 | 1% | ||
hr-dr-professor | 0 | 4,614,417,184 | 100% | ||
francomason | 0 | 54,638,181 | 100% | ||
breezin | 0 | 10,469,353,088 | 100% | ||
mrfoot | 0 | 1,680,496,875 | 100% | ||
gutzofter | 0 | 41,906,639,621 | 100% | ||
spbesner | 0 | 7,420,668,937 | 100% | ||
reisman | 0 | 241,813,795 | 8% | ||
helicopter | 0 | 717,393,802 | 100% | ||
seablue | 0 | 325,338,480 | 1% | ||
cardboard | 0 | 5,990,986,793 | 100% | ||
gildar | 0 | 815,155,597 | 100% | ||
meysam | 0 | 472,646,771 | 1% | ||
madlenfox | 0 | 178,633,501 | 100% | ||
dddcoinz | 0 | 960,779,462 | 100% | ||
tamersameeh | 0 | 337,949,101 | 100% | ||
highmountain | 0 | 418,523,792 | 100% | ||
steemnews24 | 0 | 527,498,294 | 100% | ||
darth-azrael | 0 | 1,271,668,212 | 40% | ||
driptorchpress | 0 | 60,505,264 | 1% | ||
birrulibmc | 0 | 1,400,373,491 | 100% | ||
barvon | 0 | 2,875,763,039 | 87% | ||
adialam | 0 | 1,084,935,245 | 100% | ||
djsonic | 0 | 478,616,685 | 100% | ||
rahul.stan | 0 | 344,703,466 | 100% | ||
steemcenterwiki | 0 | 446,615,757 | 100% | ||
free2play | 0 | 107,378,960 | 3% | ||
kochmaster | 0 | 874,938,859 | 100% | ||
thedeplorable1 | 0 | 980,758,484 | 5% | ||
claritypavilion | 0 | 2,706,713,352 | 100% | ||
wakstim | 0 | 429,141,926 | 100% | ||
smalltalk | 0 | 238,811,741 | 17% | ||
blacklist | 0 | 208,577,588 | 1% | ||
xqu2 | 0 | 333,670,594 | 100% | ||
benjiparler | 0 | 244,162,803 | 100% | ||
livehonest | 0 | 207,341,990 | 100% | ||
iloveupvotes | 0 | 0 | 0% | ||
mecs13 | 0 | 366,653,894 | 100% | ||
vegaiq | 0 | 271,278,753 | 100% | ||
amrizal | 0 | 2,212,465,428 | 100% | ||
fahmiauliasfr | 0 | 660,881,826 | 100% | ||
steemfeed | 0 | 2,462,622,514 | 100% | ||
varwarking | 0 | 365,870,370 | 100% | ||
justtranscend | 0 | 269,977,012 | 100% | ||
akhyar36 | 0 | 277,273,489 | 100% | ||
suheimi45 | 0 | 357,298,054 | 100% | ||
silvia24 | 0 | 358,656,877 | 100% | ||
loveluvlov | 0 | 0 | 100% | ||
tincho | 0 | 349,703,641 | 100% | ||
vass | 0 | 356,895,690 | 100% |
Anybody know why I get the following error when using the winfrey bot? ImportError: cannot import name 'BroadcastingError' Used to work but quit working after I did an update to the steem libraries a while back.
author | darth-azrael |
---|---|
permlink | re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t191752916z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-08 19:17:51 |
last_update | 2017-02-08 19:17:51 |
depth | 1 |
children | 5 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 213 |
author_reputation | 214,394,563,055,829 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,456,277 |
net_rshares | 4,521,723,535 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bola | 0 | 4,521,723,535 | 8% |
I have been getting that error for a month now as well. I went on steemit-chat, and know one helped me out with that issue, actually no one responded to the question. I hope someone here can explain why there is a broadcasting error on all the bots that are released on steemit.
author | bola |
---|---|
permlink | re-darth-azrael-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t211541466z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-08 21:15:51 |
last_update | 2017-02-08 21:15:51 |
depth | 2 |
children | 1 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 278 |
author_reputation | 51,245,914,991,562 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,457,159 |
net_rshares | 0 |
I think there is more wrong that that too. I tried removing the code that handled that error but then the bot never cast any votes. I think there were some fundamental changes in the newest version of the steem python libraries that broke this but I haven't seen a fix and I don't know how or if it is possible to go back to an older version. Anyone trying to follow instructions to install one of these bots and the necessary prerequisites today will not have success though.
author | darth-azrael |
---|---|
permlink | re-bola-re-darth-azrael-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t211827144z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-08 21:18:27 |
last_update | 2017-02-08 21:19:36 |
depth | 3 |
children | 0 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 476 |
author_reputation | 214,394,563,055,829 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,457,188 |
net_rshares | 0 |
The problem lies squarely with your version of python steem or piston. You will need to uninstall them and install python steem version 0.3.1 pip3 install steem==0.3.1
author | grey580 |
---|---|
permlink | re-darth-azrael-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170209t003843055z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-09 00:38:42 |
last_update | 2017-02-09 00:41:42 |
depth | 2 |
children | 2 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 11,869,709,267,081 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,458,575 |
net_rshares | 3,160,271,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darth-azrael | 0 | 3,160,271,825 | 100% |
Thanks! That fixed the problem. I figured that was the issue but I wasn't sure how to specify a specific version or which version to install.
author | darth-azrael |
---|---|
permlink | re-grey580-re-darth-azrael-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170209t142051701z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-09 14:20:51 |
last_update | 2017-02-09 14:20:51 |
depth | 3 |
children | 1 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 141 |
author_reputation | 214,394,563,055,829 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,462,906 |
net_rshares | 0 |
Love your winfrey bot ! Looks very cool !💙👍💙
author | karenmckersie |
---|---|
permlink | re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t161707095z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-08 16:17:15 |
last_update | 2017-02-08 16:17:45 |
depth | 1 |
children | 2 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 280,862,618,735,740 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,455,005 |
net_rshares | 0 |
Well I can't take credit for it. @fyrstikken and others were the ones who created it. I'm just adding to the functionality.
author | grey580 |
---|---|
permlink | re-karenmckersie-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t165137243z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"users":["fyrstikken"],"app":"steemit/0.1"} |
created | 2017-02-08 16:51:36 |
last_update | 2017-02-08 16:51:36 |
depth | 2 |
children | 1 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | 11,869,709,267,081 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,455,253 |
net_rshares | 1,564,208,181 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karenmckersie | 0 | 1,564,208,181 | 1% |
Cool !👍
author | karenmckersie |
---|---|
permlink | re-grey580-re-karenmckersie-re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170208t170921640z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-08 17:09:27 |
last_update | 2017-02-08 17:09:27 |
depth | 3 |
children | 0 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 280,862,618,735,740 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,455,394 |
net_rshares | 0 |
Outstanding!
author | michaelstobiersk |
---|---|
permlink | re-grey580-adding-functionality-to-the-winfrey-vote-bot-20170211t080945753z |
category | upvote-bot |
json_metadata | {"tags":["upvote-bot"],"app":"steemit/0.1"} |
created | 2017-02-11 08:09:45 |
last_update | 2017-02-11 08:09:45 |
depth | 1 |
children | 0 |
last_payout | 2017-03-11 16:55:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 28,639,834,562,096 |
root_title | "Adding functionality to the Winfrey Vote Bot" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 2,477,880 |
net_rshares | 0 |