create account

Introducing The New User Post Bot by rishi556

View this thread on: hive.blogpeakd.comecency.com
· @rishi556 · (edited)
$309.37
Introducing The New User Post Bot
<center>![Screen Shot 2021-03-22 at 9.35.49 PM.png](https://files.peakd.com/file/peakd-hive/rishi556/23xVkfaVZFMqRmFCuCgBhJAqpGvcmNQZZnSasf7JEeogzk359sYCXicytB6TKQPxiWi1i.png)
<sub><a href="https://pngtree.com/freepng/target-love-icon-design-template-vector-isolated_4130808.html">Image source</a></sub></center>

@acidyo wanted a super simple bot so I made a super simple bot. The basic idea of the bot was to send a discord message whenever a brand new account created a post. I thought of two ways of doing it.

The first way was the rejected way. We stream the chain, looking for root posts. We then see if they had made any other root posts using the `getDiscussionBeforeDate` call. That would have made more calls to a hivemind node and I didn't really want to do that. Which is what led to the second way. 


The way that we did do it was to stream the chain to looking for the account creation action. Whenever that happens, we save 2 things to the db, who created the account and the name of the new account. We also look for posts made with our stream, and whenever a root post is made, we check our DB to see if the author of the post is in there. If so we send a message on discord, and then delete them from the DB. The only problem here is that it'll only work for accounts created after we started the stream(or set our start block to an earlier point) but thats something we can live with.


![Screen Shot 2021-03-22 at 9.14.49 PM.png](https://files.peakd.com/file/peakd-hive/rishi556/23tvAjQnRMxEoRcNaZSXy6RaT8DiYojZZDG17Puj26Z9yETf7ne4Gm4hQdzS8tHZCn2gt.png)

This was a relatively simple bot to make for me. A lot of it I was able to copy paste from my old projects since I've worked with hive streaming a ton. Check out lines 14-859(https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L22-L85), that handles the streaming.

Then we look for accounts created and save them to the db(https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L91-L108). We have to look for both the `account_create` and `create_claimed_account` operation since there's two ways to create accounts. Account create is done by paying fees, and with claimed it's done using account tokens that can be claimed for RC.

Now for some new parts. This was my first time working with webhooks for discord. Webhooks was better than a bot for this since all we would be doing is pushing stuff on events and a whole bot wasn't needed for that. This makes things a lot lighter. I used https://discohook.org/ to play around with the discord webhooks and decide on a format I liked. 

The code from https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L109 onward is going to handle the sending part. We basically check to see if the `parent_author` field is blank(if it isn't that means it's a comment) and then if it is, check to see if the User is inside our database. If they are, it means that they are a new user who's post hasn't been shared to discord yet. And so we share it, then delete them off the database so their other posts won't get shared.

Starting this bot up is pretty simple. It supports multiple discord webhook targets so one instance can share to multiple locations at once. It also lets you skip accounts created by known problematic accounts.

It's built in nodejs so you'd just have to install a version of nodejs compatible with aixos and mongoose(I like 15). I'm not going to go in depth on that, as there's plenty of general how to start a node app guides on google.

Configuration for this bot in particular just needs to be done in the config.json file. `mongo_url` should be the url to your mongo instance with a DB specified. `discord_webhook_urls` should be an array of webhooks that you want to send it to. By using an array we can send to multiple destinations with one instance. `nodes` should be an array of urls to hive nodes. If one of the nodes has problems, this lets us switch to another node automatically and not have to check up on it. I'd recommend putting a few in there. `errorToSwitch` is how many errors you'd want from a node before you switch to the next node(I might have forgotten to reset error count after a successful attempt on this version but its fine). Finally `creator_to_skip` should be an array of accounts to ignore on them creating accounts. If they make an account, the author never gets added to the DB.

`state.json` stores the last processed block. Setting this to `-1` will start at the head block and setting to any other block will let you start at that block, so you can replay the chain if needed.

And thats all there is to it. It's relatively simple to start up and once you do its easy to use, and if you are a curator, you might find some use out of it.

If you run a discord and want the notifications in your server, throw a comment here and I'll reach out on how to get it added. My discord tag is Rishi#0556(unless my nitro lapses and then who knows what it'll be, find me in the main hive discord and we can go from there). 

Grab it on git here: https://github.com/Rishi556/NewUserPostBot
๐Ÿ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 301 others
๐Ÿ‘Ž  
properties (23)
authorrishi556
permlinkintroducing-the-new-user-post-bot
categoryhive-169321
json_metadata{"app":"peakd/2021.03.7","format":"markdown","tags":["hive","discord","bot","new"],"users":["acidyo"],"links":["https://pngtree.com/freepng/target-love-icon-design-template-vector-isolated_4130808.html","/@acidyo","https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L22-L85","https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L91-L108","https://discohook.org/","https://github.com/Rishi556/NewUserPostBot/blob/main/index.js#L109","https://github.com/Rishi556/NewUserPostBot"],"image":["https://files.peakd.com/file/peakd-hive/rishi556/23xVkfaVZFMqRmFCuCgBhJAqpGvcmNQZZnSasf7JEeogzk359sYCXicytB6TKQPxiWi1i.png","https://files.peakd.com/file/peakd-hive/rishi556/23tvAjQnRMxEoRcNaZSXy6RaT8DiYojZZDG17Puj26Z9yETf7ne4Gm4hQdzS8tHZCn2gt.png"]}
created2021-03-23 02:33:00
last_update2021-03-23 02:42:03
depth0
children27
last_payout2021-03-30 02:33:00
cashout_time1969-12-31 23:59:59
total_payout_value157.335 HBD
curator_payout_value152.034 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,083
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,539,866
net_rshares247,996,206,805,283
author_curate_reward""
vote details (366)
@acidyo ·
$0.59
Thanks for taking the time to make this, I think that with some curator eyes on this channel and hopefully more communities, tribes and curation projects adapting to it and assisting newcomers with their Hive beginning journeys, if they're not sure where or how to post and helping them find the right communities, this could be a tool for an increased retention rate for newcomers.

Hopefully more people step up at wanting to use this as well! 
๐Ÿ‘  , , , ,
properties (23)
authoracidyo
permlinkre-rishi556-qqei80
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 02:43:12
last_update2021-03-23 02:43:12
depth1
children1
last_payout2021-03-30 02:43:12
cashout_time1969-12-31 23:59:59
total_payout_value0.295 HBD
curator_payout_value0.293 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length446
author_reputation3,307,587,278,993,638
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,539,987
net_rshares839,274,185,111
author_curate_reward""
vote details (5)
@rishi556 ·
$0.89
Helping newcomers is going to be awesome. Retention is a problem on hive and hopefully this can help alleviate some of that problem.
๐Ÿ‘  , ,
properties (23)
authorrishi556
permlinkre-acidyo-qqeiae
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 02:44:39
last_update2021-03-23 02:44:39
depth2
children0
last_payout2021-03-30 02:44:39
cashout_time1969-12-31 23:59:59
total_payout_value0.448 HBD
curator_payout_value0.446 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length132
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,540,003
net_rshares1,228,891,282,071
author_curate_reward""
vote details (3)
@bala41288 ·
Nice work Rishi. I haven't explored webhooks yet. I guess looking at your code will give me a good first glance for a simple understanding. !BEER
properties (22)
authorbala41288
permlinkre-rishi556-2021324t85811310z
categoryhive-169321
json_metadata{"tags":["hive","discord","bot","new"],"app":"ecency/3.0.14-mobile","format":"markdown+html"}
created2021-03-24 03:28:12
last_update2021-03-24 03:28:12
depth1
children1
last_payout2021-03-31 03:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length145
author_reputation1,511,188,239,225,793
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,563,118
net_rshares0
@rishi556 ·
It's really simple, especially for all it does. No need for an entire discord bot. I just wish there was a way to webhoook into dms :)
properties (22)
authorrishi556
permlinkre-bala41288-qqhxl5
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-24 23:07:54
last_update2021-03-24 23:07:54
depth2
children0
last_payout2021-03-31 23:07:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length134
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,581,504
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @rishi556, here is a little bit of <code>BEER</code> from @bala41288 for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-rishi556-introducing-the-new-user-post-bot-20210324t032915280z
categoryhive-169321
json_metadata{"app":"beerlover/2.0"}
created2021-03-24 03:29:15
last_update2021-03-24 03:29:15
depth1
children0
last_payout2021-03-31 03:29:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length521
author_reputation25,761,811,859,010
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,563,131
net_rshares0
@brittandjosie ·
WoW maybe we need thiamin the terminal thanks for sharin
properties (22)
authorbrittandjosie
permlinkqql302
categoryhive-169321
json_metadata{"app":"hiveblog/0.1"}
created2021-03-26 15:57:42
last_update2021-03-26 15:57:42
depth1
children1
last_payout2021-04-02 15:57:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length56
author_reputation525,661,217,955,513
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,617,240
net_rshares0
@rishi556 ·
I'd be happy to help you set it up in there. Just send me a dm and I'll tell you what I need from you.
properties (22)
authorrishi556
permlinkre-brittandjosie-qql32m
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-26 15:59:09
last_update2021-03-26 15:59:09
depth2
children0
last_payout2021-04-02 15:59:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,617,258
net_rshares0
@cryptoxicate ·
I think it's a great project, it's an excellent tool. Thanks for your effort guys!
properties (22)
authorcryptoxicate
permlinkre-rishi556-2021322t235248216z
categoryhive-169321
json_metadata{"tags":["hive","discord","bot","new"],"app":"ecency/3.0.15-vision","format":"markdown+html"}
created2021-03-23 03:52:45
last_update2021-03-23 03:52:45
depth1
children1
last_payout2021-03-30 03:52:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length82
author_reputation82,483,397,080,526
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,540,684
net_rshares0
@rishi556 ·
Happy to do work that should help new users out.
properties (22)
authorrishi556
permlinkre-cryptoxicate-qqeq5q
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 05:34:39
last_update2021-03-23 05:34:39
depth2
children0
last_payout2021-03-30 05:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,541,570
net_rshares0
@davidmuhammad ·
Welcome
๐Ÿ‘  ,
๐Ÿ‘Ž  , ,
properties (23)
authordavidmuhammad
permlinkre-rishi556-2021323t203118537z
categoryhive-169321
json_metadata{"tags":["hive","discord","bot","new"],"app":"ecency/3.0.14-mobile","format":"markdown+html"}
created2021-03-23 13:31:18
last_update2021-03-23 13:31:18
depth1
children0
last_payout2021-03-30 13:31:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation6,813,184,461,391
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,548,975
net_rshares-290,929,399,658
author_curate_reward""
vote details (5)
@geekgirl ·
Awesome. You have skillz!
properties (22)
authorgeekgirl
permlinkqqemuv
categoryhive-169321
json_metadata{"app":"hiveblog/0.1"}
created2021-03-23 04:23:18
last_update2021-03-23 04:23:18
depth1
children1
last_payout2021-03-30 04:23:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation1,586,488,611,824,452
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,540,954
net_rshares0
@rishi556 ·
Thanks. So do you :)
properties (22)
authorrishi556
permlinkre-geekgirl-qqeq5x
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 05:34:45
last_update2021-03-23 05:34:45
depth2
children0
last_payout2021-03-30 05:34:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,541,572
net_rshares0
@hiveqa ·
Dat a boi!!!!!!!!
properties (22)
authorhiveqa
permlinkre-rishi556-qqfkbq
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 16:26:15
last_update2021-03-23 16:26:15
depth1
children0
last_payout2021-03-30 16:26:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation6,767,181,889,680
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,551,815
net_rshares0
@kendewitt ·
Awesome, and useful. Hope to see more little tools like this pop up.
properties (22)
authorkendewitt
permlinkre-rishi556-qqfinz
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 15:50:24
last_update2021-03-23 15:50:24
depth1
children0
last_payout2021-03-30 15:50:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation10,021,017,921,615
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,551,244
net_rshares0
@klye ·
Neat initiative boys. Herding new users towards resources they'll need to be successful is important. Well done.
properties (22)
authorklye
permlinkre-rishi556-qqejk3
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 03:12:42
last_update2021-03-23 03:12:42
depth1
children1
last_payout2021-03-30 03:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length112
author_reputation412,341,527,771,769
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,540,255
net_rshares0
@rishi556 ·
$0.58
Gotta help them out. Its hard being new in this world.
๐Ÿ‘  ,
properties (23)
authorrishi556
permlinkre-klye-qqeq1r
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 05:32:15
last_update2021-03-23 05:32:15
depth2
children0
last_payout2021-03-30 05:32:15
cashout_time1969-12-31 23:59:59
total_payout_value0.292 HBD
curator_payout_value0.292 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length54
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,541,556
net_rshares822,559,462,968
author_curate_reward""
vote details (2)
@louis88 ·
Good Work @rishi556 !
I think it would be easy to modify the Script that will check the User-Account for the first time posted in a specific tag. For example an onboarded User for the German Community will write it's first Post in the main german tag "deutsch" and get notified by this in our German D-A-CH Discord Server. I'm gonna ping @jedigeiss who is the Owner of our Discord - Maybe this would be helpful to find out language specific new users on the chain.

thanks and greetings ๐Ÿ˜€ Awesome idea @acidyo 
properties (22)
authorlouis88
permlinkre-rishi556-qqf5po
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 11:10:36
last_update2021-03-23 11:10:36
depth1
children1
last_payout2021-03-30 11:10:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length510
author_reputation1,175,057,482,791,379
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,547,009
net_rshares0
@rishi556 ·
That should be a pretty easy change to make. Just check to see if the tags have that and if they don't, ignore it. If they do. Send the notification.
properties (22)
authorrishi556
permlinkre-louis88-qqfh3x
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 15:16:45
last_update2021-03-23 15:16:45
depth2
children0
last_payout2021-03-30 15:16:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length149
author_reputation132,030,433,979,940
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,550,710
net_rshares0
@oscarcampos86 ·
Cada dia llegan nuevas actualizaciones y nos facilita muchos comandos. poco a poco seguirรก mejorando hive, todos los dias aprendo algo nuevo sobre todo al leer sus post. son de gran ayuda. mil gracias.
properties (22)
authoroscarcampos86
permlinkqqr8rd
categoryhive-169321
json_metadata{"app":"hiveblog/0.1"}
created2021-03-30 00:13:45
last_update2021-03-30 00:13:45
depth1
children0
last_payout2021-04-06 00:13:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation50,541,771,804,255
root_title"Introducing The New User Post Bot"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,689,758
net_rshares0
@poshbot ·
https://twitter.com/oAcido/status/1379398751140376578
properties (22)
authorposhbot
permlinkre-introducing-the-new-user-post-bot-20210406t114111z
categoryhive-169321
json_metadata"{"app": "beem/0.24.20"}"
created2021-04-06 11:41:09
last_update2021-04-06 11:41:09
depth1
children0
last_payout2021-04-13 11:41:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation5,554,335,374,496
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,861,006
net_rshares0
@poshbot ·
https://twitter.com/oAcido/status/1379399036516630532
properties (22)
authorposhbot
permlinkre-introducing-the-new-user-post-bot-20210406t114219z
categoryhive-169321
json_metadata"{"app": "beem/0.24.20"}"
created2021-04-06 11:42:18
last_update2021-04-06 11:42:18
depth1
children0
last_payout2021-04-13 11:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation5,554,335,374,496
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,861,019
net_rshares0
@prm4031 ·
Es exelente tu post, la verdad es una buena manera para que los nuevos integrantes se adapten, saludos.
properties (22)
authorprm4031
permlinkqqg3oj
categoryhive-169321
json_metadata{"app":"hiveblog/0.1"}
created2021-03-23 23:24:18
last_update2021-03-23 23:24:18
depth1
children0
last_payout2021-03-30 23:24:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation168,421,088,547,066
root_title"Introducing The New User Post Bot"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,559,476
net_rshares0
@revisesociology ·
Very nice! 
properties (22)
authorrevisesociology
permlinkre-rishi556-qqetfd
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-23 06:45:15
last_update2021-03-23 06:45:15
depth1
children0
last_payout2021-03-30 06:45:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation2,261,275,724,123,760
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,542,455
net_rshares0
@theguruasia ·
!wine
properties (22)
authortheguruasia
permlinkre-rishi556-qqgut0
categoryhive-169321
json_metadata{"tags":["hive-169321"],"app":"peakd/2021.03.7"}
created2021-03-24 09:10:12
last_update2021-03-24 09:10:12
depth1
children1
last_payout2021-03-31 09:10:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation72,546,352,811,679
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,566,727
net_rshares0
@wine.bot ·
<center>
<sup>Congratulations, @theguruasia You Successfully Shared <b>0.200 WINE</b> With @rishi556.</sup>
<sup>You Earned <b>0.200 WINE</b> As Curation Reward.</sup>
<sup>You Utilized <b>2/3</b> Successful Calls.</sup>

<img src="https://files.peakd.com/file/peakd-hive/theguruasia/xUzavzNY-Wine5Greeting.png" alt="wine-greeting">
<sup>Total Purchase : <b>24809.918 WINE</b> & Last Price : <b>0.290 HIVE</b></sup>
<sup><b>[HURRY UP & GET YOUR SPOT IN WINE INITIAL TOKEN OFFERING -ITO-](https://wine-ico.github.io/)</b></sup>
---
<sup>[WINE Current Market Price](https://hive-engine.com/?p=market&t=WINE) : <b>0.271 HIVE</b></sup>
</center>
properties (22)
authorwine.bot
permlink20210324t091031190z
categoryhive-169321
json_metadata{"tags":["wine","wineyard"],"app":"tan-bot/1.1","format":"markdown"}
created2021-03-24 09:10:30
last_update2021-03-24 09:10:30
depth2
children0
last_payout2021-03-31 09:10:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length642
author_reputation8,093,771,826,115
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,566,736
net_rshares0
@zelensky ·
$0.03
!WINE
๐Ÿ‘  
properties (23)
authorzelensky
permlinkqqet7u
categoryhive-169321
json_metadata{"app":"hiveblog/0.1"}
created2021-03-23 06:40:42
last_update2021-03-23 06:40:42
depth1
children1
last_payout2021-03-30 06:40:42
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation486,864,775,001
root_title"Introducing The New User Post Bot"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttheycallmedan
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,542,326
net_rshares45,841,071,564
author_curate_reward""
vote details (1)
@wine.bot ·
<center>
<sup>Cheers @zelensky, Thank You For Inviting @rishi556 To A Glass Of <b>WINE</b>.</sup>
<sup>At The Moment You Don't Have Enough <b>WINE</b> Staked To Order A Glass Of <b>WINE</b> From @wine.bot.</sup>
<sup>Please Refill Your Barrels By Directly Buying [WINE From Marketplace](https://hive-engine.com/?p=market&t=WINE) & Make Sure You Have Atleast <b>25.00 WINE</b> In Staked Wallet.</sup>

<img src="https://files.peakd.com/file/peakd-hive/theguruasia/xUzavzNY-Wine5Greeting.png" alt="wine-greeting">
<sup>Total Purchase : <b>24725.918 WINE</b> & Last Price : <b>0.290 HIVE</b></sup>
<sup><b>[HURRY UP & GET YOUR SPOT IN WINE INITIAL TOKEN OFFERING -ITO-](https://wine-ico.github.io/)</b></sup>
---
<sup>[WINE Current Market Price](https://hive-engine.com/?p=market&t=WINE) : <b>0.500 HIVE</b></sup>
</center>
properties (22)
authorwine.bot
permlink20210323t064052789z
categoryhive-169321
json_metadata{"tags":["wine","wineyard"],"app":"tan-bot/1.1","format":"markdown"}
created2021-03-23 06:40:54
last_update2021-03-23 06:40:54
depth2
children0
last_payout2021-03-30 06:40:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length821
author_reputation8,093,771,826,115
root_title"Introducing The New User Post Bot"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id102,542,342
net_rshares0