<center>  <br> <sup> https://github.com/amosbastian/FPLbot </sup> </center> In [my last update](https://steemit.com/fpl/@amosbastian/adding-new-features-to-my-fpl-bot-for-reddit) I laid the groundworks for the entire bot and also added a player vs. team command. With this update I've now added another command that allows users to compare a player against another player (and some other improvements here and there). https://github.com/amosbastian/FPLbot/pull/4 ## The new command The new player vs. player command works the same as the player vs. team command; `!fplbot <player_name> vs. <player_name> <optional: number of fixtures>`. However, there are some differences, mainly because of the fact that there is *too much* interesting information available. In the player vs. team table you could show all of this, but when comparing two players, it would be too much to add all this to a Markdown table. Because of this, I've decided to simply compare each player's goals and assists (and their expected values). <center>  </center> The first function that was created was `versus_player_handler()`. It basically gets all information it needs; the players (using text indexes) and their relevant fixtures (all the fixtures the player has played for their current team). It then zips these fixtures together (since you want to compare the two) and sends it to another function to create the Markdown table. ## The table In the end I created the `player_vs_player_table()` function, which in itself is a bit big (and maybe messy), but it works. As I mentioned before, it strips the information contained in the player vs. team table and creates something like the following table: <center>  </center> It could also be used on Steemit itself, but honestly I don't think the Markdown tables look anywhere near as good on here (although on Steempeak they do): ### Son (£8.9) vs. Mané (£9.6) (last 5 fixtures) |xA|A|xG|G|MP|Fixture|Fixture|MP|G|xG|A|xA| |-:|-:|-:|-:|-:|:-|-:|-:|-:|-:|-:|-:| |0.13|0|0.42|1|**90**|Spurs 3-1 Leicester|Liverpool 3-0 Bournemouth|**89**|1|0.58|0|0.12| |0.70|0|0.19|1|**90**|Spurs 1-0 Newcastle United|West Ham 1-1 Liverpool|**90**|1|0.64|0|0.00| |0.00|0|0.20|1|**90**|Spurs 2-1 Watford|Liverpool 1-1 Leicester|**90**|1|0.18|0|0.10| |0.38|0|0.05|0|**90**|Spurs 0-1 Man Utd|Liverpool 4-3 Crystal Palace|**90**|1|0.47|0|0.01| |0.08|1|0.50|1|**77**|Cardiff 0-3 Spurs|Brighton 0-1 Liverpool|**90**|0|0.10|0|0.10| |**1.29**|**1**|**1.36**|**4**|**437**|||**449**|**4**|**1.97**|**0**|**0.34**| Once this table has been returned to the `versus_player_handler()` function, the comment is formatted with its header (the Son (£8.9) vs. Mané (£9.6) (last 5 fixtures) bit) and the table as its body, and then the bot replies to the comment that requested it. ## Some small improvements I've also added the player's price to the player vs. team table, as that is a pretty important aspect of the Fantasy Premier League. I've also slightly improved the regex, as I noticed that it wasn't picking up diacritics, which meant that e.g. "son vs. mané" was seen as "son vs. man". Other than that I've added a separate script for initialising the database. Since it uses text indexes to search for the players in the database, of course they need to be made first. Finally, I also added a simple script for posting the price changes, so I can use that in the cron job instead of `bot.py`. ### Roadmap I will be making a post about it on Reddit and will see what people want to see, and if they want anything that has already been implemented to change. Hopefully they come up with some good ideas! ### Usage & installation FPLbot uses MongoDB to store players in a database, and so it is required to have MongoDB installed. Other than that, it uses [fpl](https://github.com/amosbastian/fpl) to retrieve information from Fantasy Premier League's API, and thus requires Python 3.6+. git clone git@github.com:amosbastian/FPLbot.git cd FPLbot pip install -r requirements.txt To initialise the database with text indexes you should do the following: python FPLbot/init.py Once this has been done, you should create your own `config.json` with the correct values (see [configuration](#configuration)). With this filled in, you can run the bot using python FPLbot/bot.py As for the price changes, you should schedule a cron job, like this for example: 25 1 * * * /home/amos/FPLbot/venv/bin/python /home/amos/FPLbot/FPLbot/price_changes.py ### Contributing <center>  </center> I've created a [Discord server](https://discord.gg/cjY37fv) for people interested in programming FPL related things, so if you are interested in helping out, or simply want to know more, then don't hesitate to join! Otherwise you can simply create an issue on GitHub.
author | amosbastian | ||||||
---|---|---|---|---|---|---|---|
permlink | adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit | ||||||
category | fpl | ||||||
json_metadata | {"community":"steempeak","app":"steempeak/1.7.2b","format":"markdown","tags":["fpl","utopian-io","development","football","opensource"],"users":["amosbastian","github.com"],"links":["https://github.com/amosbastian/FPLbot","https://steemit.com/fpl/@amosbastian/adding-new-features-to-my-fpl-bot-for-reddit","https://github.com/amosbastian/FPLbot/pull/4","https://github.com/amosbastian/fpl","https://#configuration","https://discord.gg/cjY37fv"],"image":["https://i.imgur.com/ao1t2qN.png","https://cdn.steemitimages.com/DQmbyzdbUgVbkHHkUh4B8bATJNyF4ueYG8kfxLKhZqooLdq/image.png","https://cdn.steemitimages.com/DQmZp3AirVMLpr5zfMogXAfUw4k67v4bQpqe7nN9UgixSSJ/image.png","https://cdn.steemitimages.com/DQmUereR9gc4Q4fTtadzzNVfmLXsLaMe3g6ozyPYRtzrpH4/image.png"]} | ||||||
created | 2019-02-19 21:06:51 | ||||||
last_update | 2019-02-19 21:06:51 | ||||||
depth | 0 | ||||||
children | 6 | ||||||
last_payout | 2019-02-26 21:06:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 42.534 HBD | ||||||
curator_payout_value | 13.823 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,120 | ||||||
author_reputation | 174,473,586,900,705 | ||||||
root_title | "Adding the player vs. player command to my FPL bot for Reddit" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 80,115,991 | ||||||
net_rshares | 114,167,225,041,212 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 7,263,251,733,985 | 29.8% | ||
daan | 0 | 12,272,039,473 | 3% | ||
techslut | 0 | 69,851,224,909 | 20% | ||
minersean | 0 | 4,766,667,633 | 75% | ||
dimitrisp | 0 | 12,851,735,682 | 25% | ||
erikaflynn | 0 | 16,358,859,732 | 35% | ||
lordneroo | 0 | 29,082,428,287 | 50% | ||
miniature-tiger | 0 | 128,100,464,081 | 50% | ||
jakipatryk | 0 | 14,850,758,822 | 50% | ||
jga | 0 | 3,994,726,285 | 34% | ||
helo | 0 | 205,672,358,015 | 100% | ||
walnut1 | 0 | 80,306,392,236 | 37.25% | ||
jamjamfood | 0 | 65,152,117,715 | 25% | ||
lorenzor | 0 | 2,125,970,674 | 18.62% | ||
suesa | 0 | 105,557,582,666 | 25% | ||
tensor | 0 | 36,124,678,914 | 100% | ||
roxane | 0 | 20,662,326,926 | 1% | ||
codingdefined | 0 | 27,551,465,723 | 20% | ||
tsoldovieri | 0 | 2,744,213,184 | 18.62% | ||
steemitri | 0 | 121,113,681,604 | 100% | ||
gregory.latinier | 0 | 33,435,351,455 | 100% | ||
iamphysical | 0 | 13,533,423,650 | 90% | ||
felixrodriguez | 0 | 1,583,414,241 | 13.03% | ||
azulear | 0 | 450,245,763 | 100% | ||
silviu93 | 0 | 9,247,206,403 | 37.25% | ||
psicoluigi | 0 | 79,464,078 | 18.62% | ||
dakeshi | 0 | 2,217,617,119 | 50% | ||
accelerator | 0 | 16,851,843,572 | 1.1% | ||
eastmael | 0 | 7,253,472,406 | 50% | ||
piaristmonk | 0 | 52,547,641,010 | 100% | ||
tony-duke | 0 | 5,526,894,889 | 37.25% | ||
revisesociology | 0 | 251,379,538,663 | 75% | ||
espoem | 0 | 190,345,133,731 | 100% | ||
vishalsingh4997 | 0 | 330,805,634 | 37.25% | ||
romiferns | 0 | 1,264,965,584 | 37.25% | ||
loshcat | 0 | 1,157,618,741 | 100% | ||
steem-plus | 0 | 944,001,025 | 0.07% | ||
pataty69 | 0 | 7,486,920,057 | 25% | ||
elear | 0 | 11,490,536,879 | 74.5% | ||
zoneboy | 0 | 16,153,016,235 | 74.5% | ||
carloserp-2000 | 0 | 33,273,756,824 | 100% | ||
carlos84 | 0 | 2,343,830,283 | 37.25% | ||
katamori | 0 | 966,055,603 | 13.6% | ||
utopian-io | 0 | 99,534,700,507,018 | 74.5% | ||
favcau | 0 | 99,214,945,930 | 100% | ||
jaff8 | 0 | 177,114,043,874 | 78.76% | ||
newsrx | 0 | 185,736,905 | 12.04% | ||
amestyj | 0 | 983,021,839 | 18.62% | ||
sandracarrascal | 0 | 186,963,635 | 37.25% | ||
ajayyy | 0 | 3,499,032,134 | 100% | ||
funtraveller | 0 | 3,155,760,678 | 1% | ||
mcyusuf | 0 | 1,761,466,391 | 37.25% | ||
gentleshaid | 0 | 55,434,887,303 | 74.5% | ||
ivymalifred | 0 | 571,763,145 | 18.62% | ||
aussieninja | 0 | 13,583,458,790 | 37.25% | ||
douglimarbalzan | 0 | 128,530,067 | 37.25% | ||
ennyta | 0 | 312,597,289 | 18.62% | ||
amosbastian | 0 | 238,730,557,988 | 78.76% | ||
eliaschess333 | 0 | 3,311,224,305 | 18.62% | ||
tdre | 0 | 82,980,467,512 | 100% | ||
ydavgonzalez | 0 | 31,593,731,885 | 100% | ||
gaming.yer | 0 | 134,791,129 | 37.25% | ||
jjay | 0 | 501,200,071 | 100% | ||
portugalcoin | 0 | 12,622,115,732 | 15% | ||
steem-familia | 0 | 134,263,520 | 37.25% | ||
viperblckz | 0 | 4,799,183,241 | 100% | ||
vanarchist | 0 | 2,561,293,381 | 100% | ||
tobias-g | 0 | 126,246,064,208 | 48% | ||
yrmaleza | 0 | 227,667,445 | 18.62% | ||
evangelista.yova | 0 | 133,632,353 | 37.25% | ||
miguelangel2801 | 0 | 264,225,009 | 18.62% | ||
didic | 0 | 30,950,193,839 | 25% | ||
jenniferjulieth | 0 | 127,111,457 | 37.25% | ||
emiliomoron | 0 | 750,022,084 | 18.62% | ||
ajfernandez | 0 | 123,561,105 | 37.25% | ||
snackaholic | 0 | 7,545,671,021 | 100% | ||
dr-frankenstein | 0 | 11,340,312,231 | 50% | ||
bozz | 0 | 1,570,576,317 | 5% | ||
movement19 | 0 | 1,020,259,516 | 17% | ||
endopediatria | 0 | 227,812,791 | 7.45% | ||
sttest1 | 0 | 76,049,145 | 100% | ||
sttest2 | 0 | 74,371,266 | 100% | ||
ingmarvin | 0 | 129,489,036 | 37.25% | ||
reazuliqbal | 0 | 44,935,926,804 | 25% | ||
alix96 | 0 | 127,170,296 | 37.25% | ||
erikah | 0 | 81,579,563,952 | 100% | ||
tomastonyperez | 0 | 3,705,391,873 | 18.62% | ||
elvigia | 0 | 3,317,666,620 | 18.62% | ||
zcool | 0 | 188,779,025 | 10% | ||
ezravandi | 0 | 1,327,659,089 | 1% | ||
mandarin2016 | 0 | 19,929,652,727 | 50% | ||
jacksartori | 0 | 4,511,590,882 | 28% | ||
effofex | 0 | 72,249,454 | 0.55% | ||
luiscd8a | 0 | 1,524,365,621 | 80% | ||
ayay | 0 | 89,353,513 | 11% | ||
kalasuut | 0 | 544,402,441 | 100% | ||
eniolw | 0 | 7,564,225,184 | 100% | ||
geadriana | 0 | 184,626,100 | 5.58% | ||
elpdl | 0 | 136,760,495 | 37.25% | ||
gogreenbuddy | 0 | 605,152,335,256 | 100% | ||
josedelacruz | 0 | 1,659,910,534 | 18.62% | ||
joseangelvs | 0 | 762,061,085 | 37.25% | ||
viannis | 0 | 566,065,505 | 18.62% | ||
flores39 | 0 | 372,896,247 | 100% | ||
erickyoussif | 0 | 1,803,724,446 | 37.25% | ||
trufflepig | 0 | 61,947,657,905 | 34% | ||
ryuna.siege | 0 | 208,973,118 | 100% | ||
pinkwonder | 0 | 7,183,759,608 | 100% | ||
andrick | 0 | 122,141,973 | 18.62% | ||
yusvelasquez | 0 | 144,641,170 | 18.62% | ||
nohebd | 0 | 508,361,479 | 100% | ||
netizens | 0 | 127,824,446 | 37.25% | ||
elimao | 0 | 129,531,074 | 37.25% | ||
anaestrada12 | 0 | 5,300,676,133 | 37.25% | ||
yorgermadison | 0 | 119,945,535 | 37.25% | ||
alexjunior | 0 | 122,355,205 | 37.25% | ||
antunez25 | 0 | 128,569,145 | 37.25% | ||
haf67 | 0 | 123,523,762 | 37.25% | ||
joelsegovia | 0 | 1,025,178,925 | 18.62% | ||
chavas | 0 | 131,595,587 | 37.25% | ||
cryptouru | 0 | 1,794,015,495 | 8.5% | ||
eglinson | 0 | 117,804,772 | 37.25% | ||
uzcateguiazambra | 0 | 130,248,554 | 37.25% | ||
bflanagin | 0 | 6,196,942,043 | 37.25% | ||
ubaldonet | 0 | 3,229,802,451 | 70% | ||
kowsrarmemins | 0 | 536,719,442 | 100% | ||
asmeira | 0 | 135,452,042 | 37.25% | ||
garrillo | 0 | 118,650,409 | 37.25% | ||
mary11 | 0 | 102,070,229 | 27.93% | ||
dalz | 0 | 12,270,911,864 | 29.8% | ||
amart29 | 0 | 1,422,980,101 | 12.41% | ||
reinaseq | 0 | 2,126,731,026 | 37.25% | ||
neymaheadca | 0 | 531,630,243 | 100% | ||
rimybtecomp | 0 | 533,872,239 | 100% | ||
verclandtebma | 0 | 532,191,080 | 100% | ||
luc.real | 0 | 194,540,234 | 100% | ||
pfernandezpetit | 0 | 120,134,673 | 37.25% | ||
mgarrillogonzale | 0 | 125,111,734 | 37.25% | ||
rubenp | 0 | 137,977,363 | 37.25% | ||
jeferc | 0 | 137,818,927 | 37.25% | ||
nieloagranca | 0 | 3,930,762,452 | 8% | ||
orlisraispor | 0 | 520,677,872 | 100% | ||
savannahbs02 | 0 | 543,193,367 | 100% | ||
steemchoose | 0 | 18,093,223,191 | 7.16% | ||
dssdsds | 0 | 5,535,840,239 | 37.25% | ||
jayplayco | 0 | 11,483,258,731 | 37.25% | ||
cryptouno | 0 | 543,806,893 | 5% | ||
lupafilotaxia | 0 | 13,639,924,218 | 100% | ||
fran.frey | 0 | 648,724,914 | 18.62% | ||
meme.nation | 0 | 502,336,412 | 8.5% | ||
alaiza | 0 | 463,996,276 | 100% | ||
mops2e | 0 | 1,215,366,163 | 80% | ||
jrevilla | 0 | 221,257,353 | 37.25% | ||
ceruleanblue | 0 | 281,804,906 | 100% | ||
swapsteem | 0 | 3,449,058,705 | 37.25% | ||
stem-espanol | 0 | 18,958,003,441 | 37.25% | ||
ravensavage | 0 | 72,222,107 | 74.5% | ||
lapp | 0 | 466,363,499 | 100% | ||
steemtpistia | 0 | 465,850,545 | 100% | ||
crassipes | 0 | 466,090,655 | 100% | ||
cribhatocons | 0 | 533,135,850 | 100% | ||
coahochsvisi | 0 | 530,827,733 | 100% | ||
gailadolma | 0 | 531,051,976 | 100% | ||
magesogu1987 | 0 | 546,086,085 | 100% | ||
agrovision | 0 | 466,363,135 | 100% | ||
hirally | 0 | 130,100,640 | 37.25% | ||
emynb | 0 | 118,848,280 | 37.25% | ||
steemitweekly | 0 | 426,795,228 | 74.5% | ||
merlin7 | 0 | 253,201,963 | 0.01% | ||
steem-ua | 0 | 1,356,077,247,684 | 12.04% | ||
giulyfarci52 | 0 | 362,496,773 | 18.62% | ||
alvinvoo | 0 | 999,511,890 | 100% | ||
teamcr | 0 | 821,505,211 | 100% | ||
alex-hm | 0 | 921,453,921 | 50% | ||
wilmer14molina | 0 | 577,352,160 | 37.25% | ||
eugenialobo | 0 | 130,541,254 | 37.25% | ||
ballesteroj | 0 | 121,536,867 | 37.25% | ||
jcmontilva | 0 | 131,706,824 | 37.25% | ||
rodriguezr | 0 | 124,953,352 | 37.25% | ||
marbely20 | 0 | 130,142,122 | 37.25% | ||
moyam | 0 | 138,812,167 | 37.25% | ||
emilycg | 0 | 124,603,364 | 37.25% | ||
darys | 0 | 131,921,474 | 37.25% | ||
sibaja | 0 | 132,760,043 | 37.25% | ||
balcej | 0 | 138,786,940 | 37.25% | ||
lmanjarres | 0 | 131,181,200 | 37.25% | ||
anaka | 0 | 137,574,727 | 37.25% | ||
benhurg | 0 | 138,811,995 | 37.25% | ||
judisa | 0 | 138,101,003 | 37.25% | ||
juddarivv | 0 | 138,786,623 | 37.25% | ||
mariamo | 0 | 127,264,259 | 37.25% | ||
kimmorales | 0 | 131,053,733 | 37.25% | ||
loraine25 | 0 | 129,803,329 | 37.25% | ||
bluesniper | 0 | 13,687,517,859 | 2.8% | ||
steemtank | 0 | 2,418,496,036,389 | 100% | ||
ascorphat | 0 | 2,232,961,140 | 2.5% | ||
rewarding | 0 | 7,738,993,299 | 87.25% | ||
tipu.curator | 0 | 9,521,976,258 | 33% | ||
pgshow | 0 | 1,180,403,987 | 3% | ||
skymin | 0 | 5,077,430,175 | 22.35% | ||
jk6276.mons | 0 | 2,063,775,972 | 55.87% | ||
hamsa.quality | 0 | 10,216,634,002 | 7% | ||
xrp.trail | 0 | 922,399,727 | 1.4% | ||
triple-paradox | 0 | 233,127,237 | 100% | ||
utopian.trail | 0 | 29,538,243,312 | 74.5% |
- Great post with lots of images, instructions and code sample. - Code looks good with lots of comments and great separation of concerns on the commits. 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/1-2-1-1-1-1-1-). ---- Need help? Chat with us on [Discord](https://discord.gg/uTyJkNm). [[utopian-moderator]](https://join.utopian.io/)
author | helo |
---|---|
permlink | re-amosbastian-adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit-20190221t150030565z |
category | fpl |
json_metadata | {"tags":["fpl"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/3/1-2-1-1-1-1-1-","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"} |
created | 2019-02-21 15:00:30 |
last_update | 2019-02-21 15:00:30 |
depth | 1 |
children | 1 |
last_payout | 2019-02-28 15:00:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 8.334 HBD |
curator_payout_value | 2.637 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 602 |
author_reputation | 121,547,934,535,311 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,196,146 |
net_rshares | 20,553,789,137,952 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
codingdefined | 0 | 26,731,388,910 | 20% | ||
jadabug | 0 | 1,371,999,666 | 1% | ||
espoem | 0 | 28,007,009,214 | 15% | ||
utopian-io | 0 | 20,263,675,617,212 | 14.54% | ||
jaff8 | 0 | 63,520,798,278 | 28.37% | ||
emrebeyler | 0 | 6,211,834,938 | 1% | ||
aydant | 0 | 5,187,314,157 | 50% | ||
amosbastian | 0 | 85,387,480,717 | 28.37% | ||
reazuliqbal | 0 | 18,410,829,934 | 10% | ||
ezravandi | 0 | 961,446,261 | 1% | ||
miggel | 0 | 305,731,448 | 100% | ||
lordofreward | 0 | 279,352,579 | 100% | ||
sbi6 | 0 | 48,316,884,423 | 33.87% | ||
votes4minnows | 0 | 586,629,226 | 5% | ||
curbot | 0 | 2,348,078,709 | 100% | ||
ascorphat | 0 | 2,486,742,280 | 2.5% |
Thank you for your review, @helo! Keep up the good work!
author | utopian-io |
---|---|
permlink | re-re-amosbastian-adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit-20190221t150030565z-20190223t183242z |
category | fpl |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-23 18:32:42 |
last_update | 2019-02-23 18:32:42 |
depth | 2 |
children | 0 |
last_payout | 2019-03-02 18:32: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 | 56 |
author_reputation | 152,955,367,999,756 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,294,798 |
net_rshares | 0 |
Hi, @amosbastian! You just got a **0.07%** upvote from SteemPlus! To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn. If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
author | steem-plus |
---|---|
permlink | adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit---vote-steemplus |
category | fpl |
json_metadata | {} |
created | 2019-02-20 07:26:21 |
last_update | 2019-02-20 07:26:21 |
depth | 1 |
children | 0 |
last_payout | 2019-02-27 07:26: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 | 438 |
author_reputation | 247,952,188,232,400 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,133,894 |
net_rshares | 0 |
#### Hi @amosbastian! Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your post is eligible for our upvote, thanks to our collaboration with @utopian-io! **Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
author | steem-ua |
---|---|
permlink | re-adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit-20190221t150620z |
category | fpl |
json_metadata | "{"app": "beem/0.20.18"}" |
created | 2019-02-21 15:06:21 |
last_update | 2019-02-21 15:06:21 |
depth | 1 |
children | 0 |
last_payout | 2019-02-28 15:06: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 | 290 |
author_reputation | 23,214,230,978,060 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,196,390 |
net_rshares | 0 |
**Congratulations!** Your post has been selected as a daily Steemit truffle! It is listed on **rank 7** of all contributions awarded today. You can find the [TOP DAILY TRUFFLE PICKS HERE.](https://steemit.com/@trufflepig/daily-truffle-picks-2019-02-20) I upvoted your contribution because to my mind your post is at least **5 SBD** worth and should receive **115 votes**. It's now up to the lovely Steemit community to make this come true. I am `TrufflePig`, an Artificial Intelligence Bot that helps minnows and content curators using Machine Learning. If you are curious how I select content, [you can find an explanation here!](https://steemit.com/steemit/@trufflepig/weekly-truffle-updates-2019-07) Have a nice day and sincerely yours,  *`TrufflePig`*
author | trufflepig |
---|---|
permlink | re-adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit-20190220t163047 |
category | fpl |
json_metadata | "" |
created | 2019-02-20 16:30:48 |
last_update | 2019-02-20 16:30:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-27 16:30: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 | 883 |
author_reputation | 21,266,577,867,113 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,153,063 |
net_rshares | 0 |
Hey, @amosbastian! **Thanks for contributing on Utopian**. We’re already looking forward to your next contribution! **Get higher incentives and support Utopian.io!** Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)). **Want to chat? Join us on Discord https://discord.gg/h52nFrV.** <a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
author | utopian-io |
---|---|
permlink | re-adding-the-player-vs-player-command-to-my-fpl-bot-for-reddit-20190222t225239z |
category | fpl |
json_metadata | "{"app": "beem/0.20.17"}" |
created | 2019-02-22 22:52:42 |
last_update | 2019-02-22 22:52:42 |
depth | 1 |
children | 0 |
last_payout | 2019-03-01 22:52: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 | 593 |
author_reputation | 152,955,367,999,756 |
root_title | "Adding the player vs. player command to my FPL bot for Reddit" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 80,260,476 |
net_rshares | 0 |