#### Repository https://github.com/anthonyadavisii/steemflagrewards  ## What is steemflagrewards @steemflagrewards is an initiative on the steem blockchain trying to make more users of the blockchain actually flag abuse themselves. We are doing this by upvoting the comments these users leave under the flagged post or comment. For the approval of these comment we have a discord bot which automatically upvotes and sometimes comments these comments. There also is a post that triggers once 9 distinct flaggers have got a mention approved. These posts look very similar to [this](https://steemit.com/steemflagrewards/@steemflagrewards/steem-flag-rewards-report---8-flagger-post---2018-08-05-2248) one and they have set the flaggers as beneficiaries with adjustive weight dependent on the number of mentions approved. ### New Features Actually I nearly completely rewrote the script with new features and many other smaller things. The following are the major changes I did. ##### 1. Persistent data storage and 100% beem The first version of the script by @anthonyadavisii always stored the things that would be used later, such as the several mentions and their authors for the beneficiary posts, in variables. This was problematic, because if the script crashed for whatever reason (such as the hosting PC to be restarted) all the variables would be lost. I fixed that problem by storing all the stuff that needs to be stored for a longer time in a local SQLite database. Another big stability change was the complete transition from steem-python to [beem](https://github.com/holgern/beem), it's superior small brother, who is slowly outgrowing steem-python. [Relevant commit](https://github.com/anthonyadavisii/steemflagrewards/commit/2855c46d0059dd6b8b1f11d83cca5d7d666c63ef) ##### 2. `?status` command I added a command that shows the current status of the @steemflagrewards bot. The important (non joke) values in the message are the following: * **Flaggers** - the number of distinct flaggers with approved mentions not yet included in a post * **Mentions** - the number of mentions approved but not yet included in a post * **Removed payouts in the last 7 days** - title is descriptive enough. In STU. * **Steem Power** - the effective Steem Power of @steemflagrewards * **Voting Power** - the VP of @steemflagrewards * **Vote Value** - the value of a 100% by @steemflagrewards at the current VP * **Reputation** - the reputation of @steemflagrewards. * **Latest Post** - the latest post by @steemflagrewards. A status message looks like this:  [Relevant commit](https://github.com/anthonyadavisii/steemflagrewards/commit/6bbeb7ab25095915ebb3e6109842427144a8c11b) ##### 3. `?sdl` command Lately there have been a *lot* of newly created accounts flagging other users seemingly random. We do believe it's only one person who own these accounts, and he calls himself the steemit defence league. @iamstan and some others from the steemflagrewards team have started to maintain a list of all the accounts involved. In order to make this list easier and more comfortable to maintain, I created the `?sdl` command. It has a small set of subcommands for it's usage: * `add`: For adding new accounts to the list. Usage: `?sdl add {any number of accounts seperated by whitespaces}` * `remove`: For removing accounts from the list, if they have been added even though not being part of the sdl. Usage: same as add * `list`: Lists all accounts currently on the list. If they are requested with either steemd or steemit links, they will get sent in embed messages because normal messages don't support hyperlinks. If included in command, it can also only send the accounts with, or without a delegation. Usage: `?sdl list *steemit|steemd *delegated|undelegated`  _listings look similar to this message_ * `update`: Updates information for accounts who got their delegations removed by STINC. Usage: `?sdl update` * `file`: Returns a .txt file with appropriate contents and naming for making a pull request to the irredeemables list(https://github.com/steemit/redeemer-irredeemables) Usage: `?sdl file` It can only be edited by a small set of users. Listing can be done by anyone. [Relevant commit 1](https://github.com/anthonyadavisii/steemflagrewards/commit/8671a30e96829fb3e563b2d15a49576ed863d254) [Relevant commit 2](https://github.com/anthonyadavisii/steemflagrewards/commit/8ab6a1343abbf08fe17e9a5082074741fe74e972) ##### 4. Follow on flags In order to prevent too many unnecessary comments, I made the follow on flag feature. If another @steemflagrewards abuse hunter already flagged a post, and the abuse fighter who wants to remove even more rewards from the flagged post, you can now use the follow on flags. In order to use this, just comment on the steemflagrewards comment under the first abuse fighters comment with the abuse category in it. Then the bot will not create another comment. [Relevant commit](https://github.com/anthonyadavisii/steemflagrewards/commit/0318dc9e8901bdd629cb17522a260e70c4445545) [Example follow on flag + comment](https://steemit.com/food/@sarah.taylor/food-photography#@deliberator/re-steemflagrewards-re-re-sarahtaylor-food-photography-20180806t145829z-20180806t152405506z) <sup>Small notice: some of these changes are a lot older than 14 days, but I hope they get considered for the review anyways, since I've been on vacation, and couldn't make the bot "script ready" earlier (amos said it wouldn't be that bad with that guideline)<br>Another notice: due to some git hiccups, the pull request stuff got somewhat messed up, so I recommend to just look at the <a href='https://github.com/anthonyadavisii/steemflagrewards/commits/master'>commit history</a></sup> ##### Short term todo list - `setup.py` and PyPi listing for easier usage - Queuing up any votes if the VP of the @steemflagrewards account is low - Update `README.md` with up-to-date information and more detailed use instructions #### GitHub Account [Flugschwein](https://github.com/flugschwein)
author | flugschwein |
---|---|
permlink | steemflagrewards-discord-bot-code-rebase-and-many-new-features |
category | utopian-io |
json_metadata | {"community":"busy","app":"steemit/0.1","format":"markdown","tags":["utopian-io","development","steemflagrewards","busy","abuse"],"users":["steemflagrewards","anthonyadavisii","iamstan"],"links":["https://github.com/anthonyadavisii/steemflagrewards","https://steemit.com/steemflagrewards/@steemflagrewards/steem-flag-rewards-report---8-flagger-post---2018-08-05-2248","https://github.com/holgern/beem","https://github.com/anthonyadavisii/steemflagrewards/commit/2855c46d0059dd6b8b1f11d83cca5d7d666c63ef","https://github.com/anthonyadavisii/steemflagrewards/commit/6bbeb7ab25095915ebb3e6109842427144a8c11b","https://github.com/steemit/redeemer-irredeemables","https://github.com/anthonyadavisii/steemflagrewards/commit/8671a30e96829fb3e563b2d15a49576ed863d254","https://github.com/anthonyadavisii/steemflagrewards/commit/8ab6a1343abbf08fe17e9a5082074741fe74e972","https://github.com/anthonyadavisii/steemflagrewards/commit/0318dc9e8901bdd629cb17522a260e70c4445545","https://steemit.com/food/@sarah.taylor/food-photography#@deliberator/re-steemflagrewards-re-re-sarahtaylor-food-photography-20180806t145829z-20180806t152405506z","https://github.com/anthonyadavisii/steemflagrewards/commits/master","https://github.com/flugschwein"],"image":["https://steemitimages.com/DQmTJj2SXdXcYLh3gtsziSEUXH6WP43UG6Ltoq9EZyWjQeb/frpaccount.jpg","https://cdn.steemitimages.com/DQmPp6QcrJj3Ye6D3m9igdgbwVEY1dgSvtfZKA2y8DQg1k2/image.png","https://cdn.steemitimages.com/DQme7LgXgo17TymnWKJsA3iatSPG3jm3uhQumDmQatt9HSn/image.png"]} |
created | 2018-08-06 16:39:30 |
last_update | 2018-08-06 19:43:00 |
depth | 0 |
children | 10 |
last_payout | 2018-08-13 16:39:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 42.535 HBD |
curator_payout_value | 12.459 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,291 |
author_reputation | 11,950,112,708,339 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,316,586 |
net_rshares | 37,650,470,983,877 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pfunk | 0 | 5,083,112,347,444 | 100% | ||
pfunk3 | 0 | 522,547,390,242 | 100% | ||
timcliff | 0 | 737,547,956,212 | 79% | ||
busy.org | 0 | 9,091,482,039 | 1.3% | ||
alexvan | 0 | 12,444,255,051 | 25% | ||
anthonyadavisii | 0 | 19,715,598,218 | 100% | ||
lovenfreedom | 0 | 40,716,957,378 | 100% | ||
miniature-tiger | 0 | 105,061,926,289 | 100% | ||
reconnectnature | 0 | 37,611,117,865 | 40% | ||
jerrybanfield | 0 | 888,951,744,716 | 3.43% | ||
mys | 0 | 9,733,991,289 | 10% | ||
minnowsupport | 0 | 46,550,349,585 | 0.6% | ||
vieanna | 0 | 192,944,777,734 | 100% | ||
ragepeanut | 0 | 852,565,638 | 2% | ||
doughtaker | 0 | 19,913,183,157 | 100% | ||
rafalski | 0 | 8,108,455,177 | 28% | ||
themarkymark | 0 | 47,773,982,935 | 100% | ||
tykee | 0 | 8,536,385,160 | 100% | ||
moeknows | 0 | 24,724,039,651 | 100% | ||
infinitelearning | 0 | 6,008,317,575 | 100% | ||
crokkon | 0 | 61,274,865,936 | 100% | ||
espoem | 0 | 123,249,873,396 | 100% | ||
sneaky-ninja | 0 | 1,715,426,869,358 | 13.53% | ||
isnochys | 0 | 4,494,195,623 | 10% | ||
jrawsthorne | 0 | 6,863,391,370 | 100% | ||
trump3t | 0 | 3,042,688,907 | 100% | ||
scientes | 0 | 1,243,517,347 | 100% | ||
utopian-io | 0 | 24,396,709,375,903 | 15.95% | ||
favcau | 0 | 44,456,938,451 | 100% | ||
cryptonik | 0 | 901,115,954 | 100% | ||
snurk | 0 | 594,719,800 | 100% | ||
greenorange | 0 | 602,390,219 | 100% | ||
ericfarmer | 0 | 598,700,190 | 100% | ||
sco | 0 | 52,847,178,845 | 100% | ||
naturicia | 0 | 17,914,094,803 | 100% | ||
monie | 0 | 450,192,461 | 100% | ||
amosbastian | 0 | 17,322,964,831 | 28.99% | ||
gexi | 0 | 16,336,216,542 | 100% | ||
thinkingmind | 0 | 3,106,141,633 | 100% | ||
mertimza | 0 | 235,301,436 | 100% | ||
dailythoughts | 0 | 116,783,471 | 50% | ||
smallstepschange | 0 | 355,086,340 | 10% | ||
steemflagrewards | 0 | 211,013,579,820 | 100% | ||
holger80 | 0 | 269,527,721,180 | 74% | ||
security101 | 0 | 53,504,021,412 | 100% | ||
cloudlynx | 0 | 5,789,300,797 | 100% | ||
humanduck | 0 | 482,612,593 | 100% | ||
liberviarum | 0 | 1,689,567,637 | 40% | ||
lianaakobian | 0 | 24,997,605,348 | 100% | ||
limesoda | 0 | 251,843,538,444 | 100% | ||
properfraction | 0 | 760,179,871 | 100% | ||
k3lda | 0 | 22,997,273,843 | 100% | ||
iamstan | 0 | 21,639,764,837 | 100% | ||
mwfiae | 0 | 41,069,012,274 | 100% | ||
sonius94 | 0 | 6,138,704,145 | 100% | ||
forestplane | 0 | 528,823,976 | 100% | ||
annikafried | 0 | 11,298,705,579 | 70% | ||
berndpfeiffer | 0 | 37,228,187,232 | 100% | ||
altobee | 0 | 6,468,432,483 | 100% | ||
serylt | 0 | 18,645,746,596 | 100% | ||
flagawhale | 0 | 47,286,770,837 | 100% | ||
anondelegate | 0 | 402,829,875 | 100% | ||
tyramisoux | 0 | 4,537,835,248 | 25% | ||
hatoto | 0 | 5,413,091,675 | 100% | ||
enforcer48 | 0 | 8,946,284,218 | 100% | ||
doctor-cog-diss | 0 | 407,668,119 | 100% | ||
neutralizer | 0 | 15,557,011,873 | 100% | ||
randohealer | 0 | 22,289,211,359 | 100% | ||
nullahnung | 0 | 304,413,140 | 50% | ||
smartmeme | 0 | 1,878,887,081 | 100% | ||
k3ldo | 0 | 1,643,335,093 | 100% | ||
remind-me | 0 | 135,497,302 | 100% | ||
funster | 0 | 234,674,172 | 100% | ||
wolkenluchs | 0 | 89,559,877 | 100% | ||
truthly | 0 | 129,601,402 | 100% | ||
allhailfish | 0 | 126,792,732 | 50% | ||
supposer | 0 | 492,652,620 | 100% | ||
ceruleanblue | 0 | 1,493,515,409 | 100% | ||
bid.bot | 0 | 2,129,416,073,436 | 99.2% | ||
iauns | 0 | 14,856,334,147 | 100% | ||
fuzzythumb | 0 | 439,919,067 | 100% | ||
admiralbot | 0 | 43,656,676,553 | 100% | ||
sbi8 | 0 | 16,318,965,070 | 15% | ||
torchweed | 0 | 91,903,574 | 100% | ||
steemitweekly | 0 | 114,976,124 | 100% | ||
secret.service | 0 | 41,049,018,529 | 100% | ||
kingsofa | 0 | 17,445,281,107 | 100% |
<table> <tr> <td> <center> <p/>  </center> </td> <td> ##### Promotion with Instant ROI. For Awesome Bloggers! </td> </tr> </table> <table> <tr> <td> ##### Yeah! <p><p/> You just got a boost courtesy of @anthonyadavisii, via @bid.bot and @sneaky-ninja @jerrybanfield. I am the **All-In-One**, Upvoting and Anonymous Flagging BidBot. </td> <td> ##### Top Profitability <p><p/> I'm able to **calculate and proxy** the most **profitable bids** for the best bidbots out there, so **you don't have to!** Place your bids via <a href="https://bidbot.me">https://bidbot.me</a>. </td> </tr> </table>
author | bid.bot |
---|---|
permlink | steemflagrewards-discord-bot-code-rebase-and-many-new-features-comment |
category | utopian-io |
json_metadata | {} |
created | 2018-08-09 06:59:06 |
last_update | 2018-08-09 06:59:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-16 06:59:06 |
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 | 666 |
author_reputation | 19,745,488,675,947 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,609,448 |
net_rshares | 0 |
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/3/2332211). ---- 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/)
author | emrebeyler |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180807t065331996z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/2332211","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2018-08-07 06:53:33 |
last_update | 2018-08-07 06:53:33 |
depth | 1 |
children | 0 |
last_payout | 2018-08-14 06:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.041 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 489 |
author_reputation | 448,535,049,068,622 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,381,932 |
net_rshares | 36,442,078,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anthonyadavisii | 0 | 5,840,255,870 | 25% | ||
espoem | 0 | 17,607,124,770 | 15% | ||
flugschwein | 0 | 12,657,996,004 | 50% | ||
mops2e | 0 | 336,702,181 | 10% |
Gute Aktion, seh aber das gleiche Problem, wie bei steemcleaners, diese wichtige Arbeit wird zu wenig rewarded und damit geht die Motivation gegen 0
author | gexi |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180807t191204138z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-08-07 19:12:03 |
last_update | 2018-08-07 19:12:03 |
depth | 1 |
children | 1 |
last_payout | 2018-08-14 19:12:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 2,071,037,581,586 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,442,900 |
net_rshares | 45,143,964,230 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
infinitelearning | 0 | 5,886,937,422 | 100% | ||
flugschwein | 0 | 17,726,498,652 | 75% | ||
iamstan | 0 | 21,530,528,156 | 100% |
Wir geben uns genau deshalb Mühe diese Arbeit zu rewarden ;)
author | flugschwein |
---|---|
permlink | re-gexi-re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180807t195931039z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-08-07 19:59:33 |
last_update | 2018-08-07 19:59:33 |
depth | 2 |
children | 0 |
last_payout | 2018-08-14 19:59:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 11,950,112,708,339 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,447,022 |
net_rshares | 32,667,183,905 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
isnochys | 0 | 4,518,038,008 | 10% | ||
gexi | 0 | 6,968,595,867 | 50% | ||
iamstan | 0 | 21,035,573,486 | 100% | ||
remindme.bot | 0 | 144,976,544 | 100% |
Thanks @flugschwein for all the hard work you do on stemmit. You are an example of excellence for all to follow. Yo do great work helping others on @steemcleaners and at @steemflagrewards thanks for your help very much. I would like to add that after I build the list of SDL accounts I place them in a hackmd.oi file @themarkymark created then he presently moves them to the irredeemables list on github. Will there be a way to move the list along with the bot commands? Danke @flugschwein für all die harte Arbeit an stemmit. Sie sind ein Beispiel für Exzellenz, dem alle folgen können. Ihr leistet großartige Arbeit, indem ihr anderen bei @steemcleaners und bei @steemflagrewards für eure Hilfe sehr dankbar seid. Ich möchte hinzufügen, dass, nachdem ich die Liste der SDL-Konten erstellt habe, ich sie in eine hackmd.oi-Datei @themarkymark einfüge, die er dann zur Zeit in die Liste der nicht einlösbaren Konten auf github verschiebt. Wird es eine Möglichkeit geben, die Liste zusammen mit den Bot-Befehlen zu verschieben?
author | iamstan |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180808t072024729z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["flugschwein","steemcleaners","steemflagrewards","themarkymark"],"app":"steemit/0.1"} |
created | 2018-08-08 07:20:27 |
last_update | 2018-08-08 07:20:27 |
depth | 1 |
children | 0 |
last_payout | 2018-08-15 07:20:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,033 |
author_reputation | 16,376,108,300,630 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,495,495 |
net_rshares | 20,619,731,979 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
anthonyadavisii | 0 | 14,478,967,679 | 64% | ||
sou1iane | 0 | 200,448,627 | 2.5% | ||
gospeldefense | 0 | 611,243,358 | 100% | ||
trump3t | 0 | 3,219,776,622 | 100% | ||
penghuren | 0 | 333,747,402 | 6% | ||
smartmeme | 0 | 1,775,548,291 | 100% |
finde es echt super, was du machst! Ich muss mich in das ganze mal etwas mehr einlesen, klingt auf jedenfall spannend! :)
author | infinitelearning |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180810t164453596z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-08-10 16:44:51 |
last_update | 2018-08-10 16:44:51 |
depth | 1 |
children | 0 |
last_payout | 2018-08-17 16:44:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 19,160,510,937,665 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,774,557 |
net_rshares | 0 |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by anthonyadavisii from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
author | minnowsupport |
---|---|
permlink | re-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180808t030538z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.50"}" |
created | 2018-08-08 03:05:36 |
last_update | 2018-08-08 03:05:36 |
depth | 1 |
children | 0 |
last_payout | 2018-08-15 03:05: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 | 1,698 |
author_reputation | 148,902,805,319,183 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,477,783 |
net_rshares | 0 |
Didnt know about beem! thanks! i wanted to implement some features that steem-python wass missing myself and now found them there.
author | scientes |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180807t081356967z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-08-07 08:13:57 |
last_update | 2018-08-07 08:13:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-14 08:13: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 | 130 |
author_reputation | 107,331,817,927 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,388,067 |
net_rshares | 5,824,420,985 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
flugschwein | 0 | 5,824,420,985 | 25% |
 Sneaky Ninja Attack! You have just been defended with a 13.53% upvote! I was summoned by @bidbot.credits. I have done their bidding and now I will vanish... woosh A portion of the proceeds from your bid was used in support of youarehope and tarc. [Abuse Policy]( https://steemit.com/steemit/@sneaky-ninja/new-sneaky-ninja-abuse-policy-must-read-for-all-users) [Rules]( https://steemit.com/steemit/@sneaky-ninja/sneaky-ninja-reminder-of-rules) [How to use Sneaky Ninja]( https://steemit.com/steemit/@sneaky-ninja/reminder-how-to-use-sneaky-ninja) [How it works]( https://steemit.com/steemit/@sneaky-ninja/sneaky-ninja-reminder-of-how-he-works-vote-worth-usd160-now) [Victim of grumpycat?](https://steemit.com/we-resist/@firedream/resistance-started)
author | sneaky-ninja |
---|---|
permlink | re-flugschwein-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180808t190506944z |
category | utopian-io |
json_metadata | {"app":"postpromoter/2.0.0"} |
created | 2018-08-08 19:05:06 |
last_update | 2018-08-08 19:05:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-15 19:05:06 |
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 | 881 |
author_reputation | 6,929,108,306,933 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,557,405 |
net_rshares | 0 |
Hey @flugschwein **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-steemflagrewards-discord-bot-code-rebase-and-many-new-features-20180811t162008z |
category | utopian-io |
json_metadata | "{"app": "beem/0.19.42"}" |
created | 2018-08-11 16:20:09 |
last_update | 2018-08-11 16:20:09 |
depth | 1 |
children | 0 |
last_payout | 2018-08-18 16:20:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 303 |
author_reputation | 152,955,367,999,756 |
root_title | "Steemflagrewards discord bot - Code rewrite and many new features" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 67,871,594 |
net_rshares | 16,023,679,079 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
espoem | 0 | 15,720,647,116 | 15% | ||
mops2e | 0 | 303,031,963 | 10% |