create account

Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service by dzivenu

View this thread on: hive.blogpeakd.comecency.com
· @dzivenu ·
$387.54
Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service
<html>
<p><img src="https://cdn.steemitimages.com/DQmX2mtpv3TC8aoHJ7W7QNkH3EJQmFha3WcunSmEfRwgNBM/banner.png" alt="steem curator" width="3066" height="1725"/></p>
<h2>What is Curator?</h2>
<p>Curator is an app for organized curation of Steem posts; curator comes with curating interface and full automated smart voting bot functionality. Posts can be filtered by app, category or author.</p>
<p><strong>Repo</strong>: <a href="https://github.com/peerquery/curator">https://github.com/peerquery/curator</a></p>
<p><strong>Demo</strong>: <a href="https://steem-curator.herokuapp.com">https://steem-curator.herokuapp.com</a></p>
<h2>What can curator do?</h2>
<p>Curator comes with the following functionalities:</p>
<h3>Dashboard</h3>
<p><img src="https://cdn.steemitimages.com/DQmTkR4YFeTGp4nrg1MXfM361XAKfbd9qgLkYUu3yCXaKqn/Dashboard.png" width="1423" height="1906"/></p>
<p>Curator comes with a minimalist but informative dashboard to view:</p>
<ul>
  <li>bot's stat's: voting power, steem power, delegation and more</li>
  <li>curation stats: total posts for the day, daily goal, approved, ...</li>
  <li>team strength and a few other details</li>
</ul>
<h3>Curation</h3>
<p><img src="https://cdn.steemitimages.com/DQmVjBR8epKLLYP6Xqx4ke8rjH87iPG7jyHiXZB1jx7hCHW/Curation%20(4).png" width="1423" height="2013"/></p>
<p>The curation page allows team members to view posts and approve or reject a post. To prevent <em>double curation</em>, each post is shown to a curator only once, and no two curators will see the same posts at once.</p>
<p>Curators have the choice to approve, reject or ignore a post; there is no option to report or flag yet. For approved posts, the percent of vote(weight in %) the bot should deliver and the corresponding ratings are:</p>
<ul>
  <li>1% Nice</li>
  <li>3% Average</li>
  <li>5% Interesting</li>
  <li>10% genius</li>
  <li>15% Awesome</li>
  <li>20% Remarkable</li>
  <li>25% Exceptional</li>
  <li>30% Outstanding</li>
</ul>
<h3>Re-curation</h3>
<p>In the same curation page, every already approved post can be re-curated as re-rejected. Similarly, every rejected post can be re-approved.</p>
<p>Currently, anyone can re-curate an already curated post. In the next update this functionality will be reserved for moderators. That way curators can only curate a post once, then only moderators can re-curate already curated posts.</p>
<h3>Voting bot</h3>
<p>The owner sets the voting interval for the bot in the <em>.env</em> file. The bot fetches one approved post from and DB and votes it at the frequency of the interval set by the owner in the .env file(VOTE_INTERVAL_MINUTES).</p>
<p>In the demo interval in the is 5 minutes, so every 5 minutes the bot will check for one approved posts and vote it. After voting, the bot will comment on the post, building the comment from:</p>
<ul>
  <li>the curator and approved %; <em>eg: Approved for 5% vote by @some-curator</em></li>
  <li>curator's remarks about the curation; <em>eg: Very nice and original work</em></li>
  <li>default site message of the main project as set by owner/admins; <em>eg: Visit us at cr.tor. Looking for something to support? Delegate SP to support our work!</em></li>
</ul>
<p>In the above case, the final comment for the post would be:</p>
<blockquote><em>Approved for 5% vote by @some-curator</em></blockquote>
<blockquote><em>Remarks: Very nice and original work.</em></blockquote>
<blockquote><em>Visit us at cr.tor. Looking for something to support? Delegate SP to support our work!</em></blockquote>
<p>The vote amount in USD calculated during vote and added to recorded for the post on the post in the DB. This way we can see the amount awarded for every voted post.</p>
<p>In next editions, this will be used to calculated how much money has been awarded to all curators by the project and more.</p>
<p><em>For posts rejected by curators or moderators, no comment is left on their post. Curation is a voluntary service, hence authors will not have their posts spammed with messages of rejection since they might never have asked for it to be curated. For instance, if you are curating on the tag: love, or on all posts from the app busy.app, not everyone whose posts come from these category or app are interested in your curation service. Hence if you do not appreciate their content, there is no need to "spam" it with a rejection message.</em></p>
<h3>Team functionality</h3>
<p>Curator is built for team work. There is no limit to the number of people that could be added to a team. To add a person, you simple get their Steem account and email. Then you send them a invite using the Curator's team page. They will receive an email with a secure link to activate and set their password.</p>
<p>There are four roles in a Curator team, in the order of decreasing authority:</p>
<ol>
  <li><strong>Owner</strong> - the entity(person, business or org) that installed the Curator server. The owner account is created during DB setup even before the server is launched - using info from the <em>.env</em> file. This account has veto and cannot be managed. There can be only one owner account, in general terms will be considered as <em>super-admin</em>.</li>
  <li><strong>Admins </strong>- the admins are added by the owner or another admin only. Admins will manage sitewide settings(bot rate, bot resting day, footer text, ...), moderators and curators. There can be multiple admins. Admins manage the team and can add(invite) or remove a moderator or curator. Admins can admit a user to the banned blacklist group.</li>
  <li><strong>Moderators </strong>- moderators will only inspect the work of curators - prior to the work being voted by the bot. Moderators can approve(termed <em>re-approve</em>) a post rejected by a curator or they can reject(termed <em>re-reject</em>) a post approved by a curator(both activities are termed <em>re-curation</em>). Moderators can admit a user to the probation blacklist group.</li>
  <li><strong>Curators</strong> - curators will simple curate: approve or reject a post. Curators can only report users to the blacklist, but only moderators can admit a user to the banned blacklist group.</li>
</ol>
<p><strong>Please note that these separation of capabilities will be implemented in the next update. For now all users have full admin(not super-admin/owner) rights.</strong></p>
<p>The non-curation members include:</p>
<ul>
  <li><strong>sponsors</strong>: sponsors who will delegate Steem Power to users</li>
  <li><strong>editor</strong>: prepare editorial summary of top curated posts to be published on curation blog or as content for email digest</li>
  <li><strong>developer</strong>: frontend customization, pulling updates via Git and development of custom features</li>
</ul>
<h3>Team activity stream</h3>
<p>The Activity page lets you see a stream of activities of the team. You can view curation, re-curation, team management and more.</p>
<p>Not all activity views are active in this version yet.</p>
<h3>Secure auth</h3>
<p>Curator's auth system is built to be very secure, using the latest Node.js security measures. No passwords are handled beyond the server, all passwords are hashed with 12 rounds of bcrypt salt.</p>
<p>No passwords are auto-generated. New team members only receive email to set their own password, which in the future will be validated for strength.</p>
<p>All activation tokens are hashed with their hashes stored in DB, also they are one-time tokens. Logged users receive an httpOnly signed cookie which contains the JWTs of their account, email, role and authority.</p>
<p>JWTs are read only on the server where a user object created and added to the navbar using the <em>.ejs</em> renderer. This means the entire stateless auth system is handled server side.</p>
<p>Password reset comes with a confirmation email to inform the user of all password resets.</p>
<p>You can review the code for yourself, and if you find an loopholes please create an issues or fixing pull.</p>
<h3>Blacklist system</h3>
<p>Curator's blacklist allows the team(owner, admins, moderators and curators) to exclude certain authors from Curation. This is for excluding <em>known spammers</em> or <em>authors</em> whose content does not meet a Curator community's standards.</p>
<p>There are 4 different categories of blacklists:</p>
<ol>
  <li><strong>Reported:</strong> This is where authors are admitted to when their content is flagged by a Curator. Authors on reported list for a week who have not been admitted to probation will be eligible to have their reported status removed.</li>
  <li><strong>Probation:</strong> Moderators review reported authors and admit those deserving on probation. After a month of being on probation, if an author is not admitted to the banned category then their probation can be lifted.</li>
  <li><strong>Banned:</strong> This is reserved for admin to banned users. Users on the banned lists will be banned for at least a year before their banned could be removed.</li>
  <li><strong>Opt-out: </strong>this is for authors who ask to be excluded from a Curation service but also serves a very important second purpose: all team members are automatically put on the out-out list. This way content from none of the team will be indexed for Curation.</li>
</ol>
<p><strong>Note: the full functionality of the blacklist will be implemented in coming updates. For now, all you can do is simple admit accounts to blacklist.</strong></p>
<h3>Landing page</h3>
<p>The landing page of Curator is the homepage. For now its only a static page but in the next update will come with dynamic content to show the sponsors, and live statistics(total team, total amount in $ rewarded, total curation, ...).</p>
<p>Curator also comes with a custom 404 page.</p>
<h2>Why Curator?</h2>
<p>The main reason for developing curator is to serve as a common curation interface for the coming Peer Query beta. However I realized Steem lacks a common curation tool, and most curators rely on either SteemSQL and the PowerBI interface or Discord servers for curation.</p>
<p>Then came the idea to develop Curator as a standalone(from Peer Query) app so anyone could deploy it to curate content on Steem regardless of the app, author or category.</p>
<p>Initially I had wanted to <a href="https://steemit.com/utopian-io/@dzivenu/introducing-app-stream-curate-and-serve-steem-posts-comments-replies-by-app-author-category">build Curator without an internal content DB such that it would rely on App Stream's curation APIs</a>. However, I realized App Stream was too much of a heavyweight for a simple community service.</p>
<p>Most people would not want to deploy several resources to host App Stream just to be able to use Curator. Hence I borrowed App Stream's <em>content-to-DB</em> filtering modules for Curator, making it a single standalone curation app.</p>
<h2>Who can use curator?</h2>
<p>Anyone can use curator. For the initial setup you would need to know HTML to do a few editing on the frontend as well as how to deploy a Node.js app.</p>
<h2>How can Curator help?</h2>
<h3>Serve as common Curation interface</h3>
<p>With the coming features such as chat in next updates, curation on Steem should be easier and less depended on general purposes apps such as Steemit chat and Discord.</p>
<h3>Improve Steem content quality</h3>
<p>While this version is only a demonstration of the concepts behind Curator, I hope the subsequent versions would be adopted by curation communities.</p>
<p>With the ease of curation provided by curator, hopefully more people will get into the business of curation. In the advent of curation-as-a-business movement, content quality on Steem would be improved, great authors would be rewarded and hopefully investors would appreciate Steem more.</p>
<h3>Serve as app Curation interface</h3>
<p>Curator might be an easy way for Steem apps and dapps owners and communities such as steemit, busy, utopian, dtube, steempress, peerquery beta(coming soon) and more to curate content from their communities.</p>
<p>Note that its not just the app creators but also the community who can curate from an app. Consider, since just about anyone can deploy Curator, multiple parties can curate from the app: Steemit, Busy, .... The same can be said of categories and authors.</p>
<p>In the extreme case for example, when the future "official" Peer Query curation is live but a segment of the community does not appreciate our work, they could easily deploy their own Curator-powered Curation service to curate content the tag or app: "peerquery" and compete with the "official" Peer Query curation. The same can be said of other apps.</p>
<p>This possibility will allow for multiple Curator-powered services to exist even on the same category, app or author. Curation monopoly would not be possible, and the advent of competing Curation services would cause curators to maintain a high standard to ask to attract more Steem Power delegation.</p>
<h3>Separate app from community(hivemind?)</h3>
<p>Traditionally, the most common way to curate content from a client is if it is created from it. With Curator, you can curate content even without an app.</p>
<p>Without a client at all, a Curator-powered curation service can curate on posts from a tag, regardless of the app they are created on.</p>
<p>This is great for community building and community tailored curation services. You can curate by a article category, author or publishing app.</p>
<h3>Connect witnesses and community(curation-as-a-service)</h3>
<p>While Steem is a social blockchain, most of the witnesses campaigns have become sole capitalist ventures. If more communities were adopt Curator, this could change.</p>
<p>Curator could provide an opportunity for witnesses and wanna-be witnesses to delegate Steem Power to support curation services in their respective communities.</p>
<p>Such a social contribution would let witnesses show their respect and support for the community's authors. In turn, I believe most community members would vote for witnesses who have delegated Steem Power to curate content from their community.</p>
<h3>Become a sustainable SMT business model(curation-as-a-business)</h3>
<p>With the advanced version of Curator and Smart Media Tokens(SMT), anyone can setup a curation service powered by their own SMT.</p>
<p>In the coming updates of Curator, the bot system will be able to vote:</p>
<ul>
  <li>content from the projects' blog</li>
  <li>vote content from the team's members' blog accounts</li>
</ul>
<p><em><strong>This model will mean that the Curator model could become a self-sustaining business model which financially rewards not only authors but also the team and also finances the project itself.</strong></em></p>
<p>Two interesting features coming up are Curator/curation-based reputation and email digest subscriptions. Exciting times are ahead for curation, <em><strong># curation-as-a-service</strong></em> and <em><strong># curation-as-a-business</strong></em>.</p>
<h2>Current state of Curator</h2>
<p>The current state of Curator is only a <em>minimum viable product</em>. According to my testing and as evident on the demo, Curator does most of the things it is expected to do.</p>
<p>Curator could be used to curate and upvote posts on Steem, invite/add team members and vote on crated content. The system works, however bear in mind that's its still work in progress.</p>
<p>If you find any bugs, you might want to create issues to highlight it. I will be updating Curator swiftly and in a timely manner.</p>
<h2>What's next for Curator</h2>
<p>Lots of exciting features(modules) are in development while some are in testing and will be integrated in the next update. Coming features include for next update:</p>
<ul>
  <li>team profile/account page</li>
  <li>team wallet page to view earnings</li>
  <li>sponsors showcase and bluff page removal page in office</li>
  <li>sponsors listing and management page</li>
  <li>segregation of team capabilities according to role</li>
  <li>community page for authors</li>
  <li>reputation system for authors</li>
  <li>password reset for team</li>
</ul>
<h3>In cooking pot</h3>
<ul>
  <li>full voting bot to vote projects's blog and blog of curators and other team members</li>
  <li>socket.io live chat for team members with three modes: public, personal and snap</li>
  <li>email subscribe option for community to receive digests of curated posts</li>
  <li>documentation and support pages for Curator</li>
  <li>sitewide settings control page for user, admins and owner</li>
  <li>dynamic sitemap to allow indexing of pages by search engines</li>
  <li>public api to allow for thirdparty developer to access selected data for their apps</li>
  <li>feature improvements and minor updates</li>
  <li>page templates for footer links</li>
  <li>full working blacklist system</li>
</ul>
<h2>Tech stack:</h2>
<ul>
  <li>Node.js</li>
  <li>DSteem</li>
  <li>Mysql</li>
  <li>Semantic UI</li>
  <li>JQuery</li>
</ul>
<h2>Install recommendation</h2>
<p>Curator is developed to facilitate group curation, making it obvious you would need a team to work on curator. <em>One team member however which is not very visible but very important is a frontend web developer with GIT experience.</em></p>
<p>If you intend to use the current Curator or any of the future updates, I would strongly recommend you get a developer on your team for two important reasons:</p>
<h3>You need a developer for frontend editing</h3>
<p>As you can see on the demo, Curator has a default homepage with custom placeholder content. However, if you are to use Curator, you would definitely want to use a have your own custom version which would have customized content according to your vision, goals and brand.</p>
<p>Since the frontend of Curator is only static .ejs(.html) files with no UI frontend framework(no React, Vue, Angular), any web developer with only basic HTML(no need for CSS or JS) knowledge can edit them.</p>
<h3>You need a developer for repo branch management</h3>
<p><em>Curator would see major new features and improvements in next updates, Curator is not fully automated or dynamic. Most of the pages are static .ejs(.html) templates which are served.</em></p>
<p><em>During setup, you would be required to update(edit) these static templates by replacing the placeholder texts and images used in the default source code with your own brand information.</em></p>
<p><em>However, every new update comes with the default placeholder content, hence if you attempt to directly use a new update, all your custom branded content would be lost and would require you to set them up again - even though your DB content and already curated works would still remain intact.</em></p>
<p><em>For this reason you would need a develop with GIT experience who can pull only the updates to your repo without pulling and merging the entire repo which would only override your custom content with the default contents.</em></p>
<p><em>Let me use an example to illustrate this: you setup Curator, then in the next update you attempt to use the entire new code repo. What would happen is that the source homepage would override your current homepage content. After such an indiscriminate update(which I am cautioning against), your homepage would look like the one in the demo - all your custom edits would be gone.</em></p>
<p><em><strong>With a developer with GIT experience, you can pull only the updates into your repo without pulling the entire repo.</strong></em></p>
<p>If you do not want to deal with branch management, you might want to wait for a more matured version to before deploying.</p>
<h2>Using Curator</h2>
<h3>Installation</h3>
<p>Like App Stream, Curator uses native Mysql(no Sequelize), lots of tables, views and lots(40+) of complex stored procedures.</p>
<p>Manual setup would be tedious and inefficient, hence a custom setup manager module automatically setups the DB for you, creating all tables, all inserting all default data as well as creating all stored procedures for you.</p>
<p>Follow the following setups to Curator locally:</p>
<ul>
  <li>clone the repo: <a href="https://github.com/peerquery/curator">https://github.com/peerquery/curator</a></li>
  <li>navigate to the local repo folder in Git bash or CMD,</li>
  <li><em>npm install</em> to install dependencies</li>
  <li>setup your own email STMP server and enter details in <em><strong>.env</strong></em> file - or use <a href="https://ethereal.email">Ethereal.email</a> for testing</li>
  <li>rename <em><strong>sample.env</strong></em> to <em><strong>.env</strong></em> and configure every single blank field</li>
  <li>start server using: <em>node/nondemon setup</em></li>
  <li>view Curator at http://localhost</li>
  <li>use any graphical Mysql DB interface such as PHPMyAdmin or Workbench to explore DB</li>
</ul>
<h3>Project links</h3>
<p>Github repo: <a href="https://github.com/peerquery/curator">https://github.com/peerquery/curator</a></p>
<p>Working demo: <a href="https://steem-curator.herokuapp.com">https://steem-curator.herokuapp.com</a></p>
<h2>The Curator demo</h2>
<h3>The demo's details</h3>
<p>The details to login to the owner account for the demo can be found in the <a href="https://github.com/peerquery/curator">Read Me on Github</a>. Note that on the demo, the DB populating engine is turned off and the demo runs on a pre-populated DB. This means new posts are not indexed into the DB of the demo for curation.</p>
<p>Lots of Steem posts are created evry minute, and if I were to leave the populating engine on, within a week the demo's DB would consume huge volumes of data.</p>
<p>Fresh content is not necessary for testing Curator so I pre-populated the DB and turned the populating engine off.</p>
<p><em><strong>Also, the account used as the voting bot for the demo is my dev account, @makafuigdzivenu. This account has a Steem Power(SP) of only 6. Due to the low SP, votes using 1%, 10% and other low % will not work on the blockchain as they are rejected as below dust threshold. For this reason, the demo will vote at 100% on all curated posts, not the custom % you set.</strong></em></p>
<p><em><strong>These and all other custom setups are only for the demo, the default code works as expected.</strong></em></p>
<h3>Conflicting ghost activities</h3>
<p>Remember that Curator comes with only one owner account, and that is what I am giving out to test the demo. This means it is possible that multiple people with "owner" account will be logged in at the same time.</p>
<p>The consequences would be overlapping activities. &nbsp;When you do something, someone else might undo it. So if you invite a team, someone can remove it. If you approve a posts, someone else might unapproved it, ...</p>
<p><em><strong>Bottomline: there may be more than one person active on the demo at the same time, yet they all share the same account and same capabilities, so naturally you might notice things being done for you which are were not actually done by you.</strong></em></p>
<h3>Viewing the "virtual" emails</h3>
<p>Email STMP in demo is powered by <a href="https://ethereal.email">Ethereal.email</a>. Ethereal.email is only for demo purposes and so does not deliver the actual emails sent, instead they are all caught into its system and served on its system.</p>
<p>The keys to Ethereal.email account used for the demo can be seen in the <a href="https://github.com/peerquery/curator">Read Me on Github</a>. Login at Ethereal.email with these keys to view all email invites sent to new team members from Curator's demo.</p>
<h3>Recommendations</h3>
<p>After logging in using the demo default owner account, create a new account for yourself by using the team page to invite any vanity email to join.</p>
<p>Visit and login to Ethereal.email using the account provided above, access the <em>messages tap</em> to view the invite email you sent to your vanity email.</p>
<p>Click the button in the email, complete the process to activate your own custom account. Now, logout of the owner account and login using your vanity email and password.</p>
<p>Now test Curator from your very own account!</p>
<h3><em><strong>One important request: remember that the demo actually works, it will leave whatever remarks you leave while curating as real comments under the real post. Please leave nice comments, else you would be littering the actual posts with spam comments.</strong></em></h3>
<h2>Roadmap</h2>
<ol>
  <li>Rapid completion of Curator</li>
  <li>Implement curator on Peer Query beta(after launch)</li>
  <li>Add Curator to the Steem Institute for continued development and promotion of use</li>
</ol>
<h2>Final note</h2>
<p>After App Stream, Curator is second tool we will need to power Peer Query beta -&nbsp;which would be a complete redesign and move away from the current tag browser interface into a full blown platform.</p>
<p>With Steem Institute's essentials set, I will hurry through with the development of Curator so we could launch <strong>Peer Query beta</strong>, and then <strong>@institute</strong>.</p>
<p>Thanks to everyone who has supported my work this far.</p>
<p><br></p>
</html>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 199 others
properties (23)
authordzivenu
permlinkintroducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service
categoryutopian-io
json_metadata{"tags":["utopian-io","blog","curator","curation-service","curation-business"],"users":["some-curator","makafuigdzivenu","institute"],"image":["https://cdn.steemitimages.com/DQmX2mtpv3TC8aoHJ7W7QNkH3EJQmFha3WcunSmEfRwgNBM/banner.png","https://cdn.steemitimages.com/DQmTkR4YFeTGp4nrg1MXfM361XAKfbd9qgLkYUu3yCXaKqn/Dashboard.png","https://cdn.steemitimages.com/DQmVjBR8epKLLYP6Xqx4ke8rjH87iPG7jyHiXZB1jx7hCHW/Curation%20(4).png"],"links":["https://github.com/peerquery/curator","https://steem-curator.herokuapp.com","https://steemit.com/utopian-io/@dzivenu/introducing-app-stream-curate-and-serve-steem-posts-comments-replies-by-app-author-category","https://ethereal.email","http://localhost"],"app":"steemit/0.1","format":"html"}
created2018-06-25 16:02:00
last_update2018-06-25 16:02:00
depth0
children42
last_payout2018-07-02 16:02:00
cashout_time1969-12-31 23:59:59
total_payout_value292.405 HBD
curator_payout_value95.130 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25,169
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,217,318
net_rshares161,709,637,169,816
author_curate_reward""
vote details (263)
@a-a-a ·
# Breaking: https://steemit.com/news/@bible.com/6h36cq
πŸ‘Ž  
properties (23)
authora-a-a
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t160230611z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/news/@bible.com/6h36cq"],"app":"steemit/0.1"}
created2018-06-25 16:02:33
last_update2018-06-25 16:02:33
depth1
children0
last_payout2018-07-02 16:02:33
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_length54
author_reputation-3,087,833,994,273
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,217,402
net_rshares-16,786,764,112
author_curate_reward""
vote details (1)
@alan369 ·
Best tool for curators!
πŸ‘  
properties (23)
authoralan369
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t175024912z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 16:51:30
last_update2018-06-25 16:51:30
depth1
children0
last_payout2018-07-02 16:51: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_length23
author_reputation3,838,855,969,890
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,223,854
net_rshares6,563,440,733
author_curate_reward""
vote details (1)
@amang9578 ·
@dzivenu
posted a new post please have look upvote and support
https://steemit.com/mgsc/@amang9578/options-to-buy-bitcoins-in-worst-case-for-indian-investors
properties (22)
authoramang9578
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180627t190329719z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dzivenu"],"links":["https://steemit.com/mgsc/@amang9578/options-to-buy-bitcoins-in-worst-case-for-indian-investors"],"app":"steemit/0.1"}
created2018-06-27 19:03:30
last_update2018-06-27 19:03:30
depth1
children0
last_payout2018-07-04 19:03: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_length157
author_reputation6,255,910,088
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,521,848
net_rshares0
@anirudhi ·
@dzivenu bro... Awesome... but how can i find your code ... cannot find
properties (22)
authoranirudhi
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t061355233z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dzivenu"],"app":"steemit/0.1"}
created2018-06-26 06:13:51
last_update2018-06-26 06:13:51
depth1
children1
last_payout2018-07-03 06:14: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_length71
author_reputation-10,930,275,635
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,302,218
net_rshares0
@dzivenu ·
https://github.com/peerquery/curator
properties (22)
authordzivenu
permlinkre-anirudhi-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t115914594z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://github.com/peerquery/curator"],"app":"steemit/0.1"}
created2018-06-26 11:59:18
last_update2018-06-26 11:59:18
depth2
children0
last_payout2018-07-03 11:59:21
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_length36
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,336,445
net_rshares0
@arcange ·
Congratulations @dzivenu!
Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180625) in the following category:

* Pending payout - Ranked 9 with $ 252,39
properties (22)
authorarcange
permlinkre-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t180530000z
categoryutopian-io
json_metadata""
created2018-06-26 16:08:15
last_update2018-06-26 16:08:15
depth1
children0
last_payout2018-07-03 16:08: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_length215
author_reputation1,146,606,601,469,178
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,367,111
net_rshares0
@authorcolinbmw ·
Honestly, you didn't define the term Curator, as the heading implied you might, so the whole post confused me, and I didn't really understand after a bit of reading what the affect is for someone like me, or how I can get involved, if and how it makes me money. I will read more of it tomorrow, and spend a little extra time to figure it out, but upvoted and resteemed anyway, and maybe promoted tomorrow, once I get it. Thank you, though. Looks involved. Careful on some of your writing. Hard to understand with errors and incorrect English here and there. Impressive set up of post!
properties (22)
authorauthorcolinbmw
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t072818424z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 07:28:18
last_update2018-06-26 07:28:18
depth1
children1
last_payout2018-07-03 07:28: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_length584
author_reputation285,181,561,603
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,309,629
net_rshares0
@dzivenu ·
well noted
properties (22)
authordzivenu
permlinkre-authorcolinbmw-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t115843821z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 11:58:45
last_update2018-06-26 11:58:45
depth2
children0
last_payout2018-07-03 11:58: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_length10
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,336,390
net_rshares0
@blhz ·
wow. this is a great tool for curating! thx!
πŸ‘  
properties (23)
authorblhz
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t164000289z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 16:40:00
last_update2018-06-25 16:40:00
depth1
children0
last_payout2018-07-02 16:40:00
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_length44
author_reputation115,696,118,546
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,222,471
net_rshares6,845,739,260
author_curate_reward""
vote details (1)
@cardboard ·
Sweet app, tipuvote! :)
πŸ‘  
properties (23)
authorcardboard
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t191157569z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 19:11:57
last_update2018-06-25 19:11:57
depth1
children2
last_payout2018-07-02 19:11:57
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_length23
author_reputation31,522,757,177,122
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,240,067
net_rshares6,281,142,207
author_curate_reward""
vote details (1)
@dzivenu ·
thank you @cardboard!
properties (22)
authordzivenu
permlinkre-cardboard-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t202701730z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cardboard"],"app":"steemit/0.1"}
created2018-06-25 20:27:12
last_update2018-06-25 20:27:12
depth2
children0
last_payout2018-07-02 20:27: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_length21
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,247,716
net_rshares0
@reddust ·
I’m checking this app out too☺️
πŸ‘  
properties (23)
authorreddust
permlinkre-cardboard-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180627t124340078z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-27 12:43:39
last_update2018-06-27 12:43:39
depth2
children0
last_payout2018-07-04 12:43: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_length31
author_reputation167,904,626,237,187
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,480,461
net_rshares172,726,976
author_curate_reward""
vote details (1)
@destinysaid ·
Amazing!! Will check it out, the @bigwaves curation team has been looking for a way to organize manual curation for a while now.

Ill try to implement this and give feedback on how the service works :)
πŸ‘  
properties (23)
authordestinysaid
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t182054695z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["bigwaves"],"app":"steemit/0.1"}
created2018-06-25 18:21:00
last_update2018-06-25 18:21:00
depth1
children1
last_payout2018-07-02 18:21:00
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_reputation47,671,849,857,331
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id62,234,246
net_rshares6,528,153,418
author_curate_reward""
vote details (1)
@dzivenu ·
Wow! I'm blown away!
properties (22)
authordzivenu
permlinkre-destinysaid-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t182352583z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 18:24:00
last_update2018-06-25 18:24:00
depth2
children0
last_payout2018-07-02 18:24:00
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_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,234,598
net_rshares0
@firepower ·
$0.41
Fantastic work with this one! Kudos!
πŸ‘  ,
properties (23)
authorfirepower
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t184051494z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 18:40:51
last_update2018-06-25 18:40:51
depth1
children2
last_payout2018-07-02 18:40:51
cashout_time1969-12-31 23:59:59
total_payout_value0.322 HBD
curator_payout_value0.085 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation1,145,868,474,852,473
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,236,577
net_rshares167,410,477,030
author_curate_reward""
vote details (2)
@dzivenu ·
thanks @firepower!!
properties (22)
authordzivenu
permlinkre-firepower-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t184859074z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["firepower"],"app":"steemit/0.1"}
created2018-06-25 18:49:09
last_update2018-06-25 18:49:09
depth2
children0
last_payout2018-07-02 18:49: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_length19
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,237,511
net_rshares0
@hadim123 ·
Hello @firepower 
Can you guide me?
I am admirer of you!😍
properties (22)
authorhadim123
permlinkre-firepower-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t132637392z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["firepower"],"app":"steemit/0.1"}
created2018-06-26 13:26:42
last_update2018-06-26 13:26:42
depth2
children0
last_payout2018-07-03 13:26: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_length57
author_reputation4,716,740,912
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,347,396
net_rshares0
@gotgame ·
This is really impressive, a nice solution that will actually help community builders on the steem blockchain
properties (22)
authorgotgame
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180627t225557393z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-27 22:55:57
last_update2018-06-27 22:55:57
depth1
children0
last_payout2018-07-04 22:55:57
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_length109
author_reputation23,969,707,386,372
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,541,754
net_rshares0
@gregjava ·
I like this
properties (22)
authorgregjava
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180629t145112521z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-29 14:51:27
last_update2018-06-29 14:51:27
depth1
children0
last_payout2018-07-06 14:51:27
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_reputation407,441,374,496
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,751,844
net_rshares0
@hadim123 ·
Great Job Man!!
I am admirer of your post.😍
properties (22)
authorhadim123
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t132508977z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 13:25:15
last_update2018-06-26 13:25:15
depth1
children0
last_payout2018-07-03 13:25: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_length43
author_reputation4,716,740,912
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,347,205
net_rshares0
@kit.andres ·
Thank you for the contribution, great quality and very interesting project. Good Luck with the roadmap.

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/1/12112214).

---- 
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/)
properties (22)
authorkit.andres
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t012425183z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://join.utopian.io/guidelines","https://review.utopian.io/result/1/12112214","https://support.utopian.io/","https://discord.gg/uTyJkNm","https://join.utopian.io/"],"app":"steemit/0.1"}
created2018-06-26 01:24:24
last_update2018-06-26 01:24:24
depth1
children0
last_payout2018-07-03 05:36: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_length595
author_reputation31,454,326,251,184
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,273,430
net_rshares0
@mattclarke ·
$0.12
Riveting. Thanks @ausbitbank for the resteem.
πŸ‘  , ,
properties (23)
authormattclarke
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t202813544z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["ausbitbank"],"app":"steemit/0.1"}
created2018-06-25 20:28:12
last_update2018-06-25 20:28:12
depth1
children0
last_payout2018-07-02 20:28:12
cashout_time1969-12-31 23:59:59
total_payout_value0.089 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation127,109,115,295,840
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,247,811
net_rshares48,702,607,548
author_curate_reward""
vote details (3)
@mimishka ·
Good Post!!!upvoted!
properties (22)
authormimishka
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t192317771z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 19:23:15
last_update2018-06-25 19:23:15
depth1
children0
last_payout2018-07-02 19:23: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_length20
author_reputation34,158,121,654
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,241,298
net_rshares0
@personz ·
$0.40
This is awesome, well done! πŸ‘  Looking forward to look at your code
πŸ‘  ,
properties (23)
authorpersonz
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t163528981z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 16:35:30
last_update2018-06-25 16:35:30
depth1
children1
last_payout2018-07-02 16:35:30
cashout_time1969-12-31 23:59:59
total_payout_value0.318 HBD
curator_payout_value0.083 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation42,452,361,038,560
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,221,886
net_rshares168,116,223,346
author_curate_reward""
vote details (2)
@dzivenu ·
thank you very much
properties (22)
authordzivenu
permlinkre-personz-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t163805202z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 16:40:00
last_update2018-06-25 16:40:00
depth2
children0
last_payout2018-07-02 16:40:00
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_length19
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,222,466
net_rshares0
@photoexpo ·
@dzivenu it sounds very useful site for steemers. But is there any subscription fees for this site or it is totally free?
properties (22)
authorphotoexpo
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t203022434z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dzivenu"],"app":"steemit/0.1"}
created2018-06-25 20:30:27
last_update2018-06-25 20:30:27
depth1
children1
last_payout2018-07-02 20:30:27
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_length121
author_reputation2,829,253,481
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,248,046
net_rshares0
@dzivenu ·
thanks for your interest. its more than free: its open source. the code repo is on Github with MIT license. anyone can use it for whatever.

however, not everyone needs to use it. once a team sets it up, the entire community can benefit from their curation services for free.
πŸ‘  
properties (23)
authordzivenu
permlinkre-photoexpo-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t203837454z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 20:38:48
last_update2018-06-25 20:38:48
depth2
children0
last_payout2018-07-02 20:38:48
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_length275
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,248,894
net_rshares2,460,281,947
author_curate_reward""
vote details (1)
@ranahussnainali ·
Hi there,

After a few years holding bitcoins and a few months trading alts on a regular basis, I decided to gather all sources of information that helped me take decisions. It includes crypto news websites, most of the major Twitter accounts and a few other subreddits.

This list is far from being complete and I count on your help to make it grow!

Let me know your thoughts
πŸ‘  
properties (23)
authorranahussnainali
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t010011539z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 01:00:12
last_update2018-06-26 01:00:12
depth1
children0
last_payout2018-07-03 05:36: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_length377
author_reputation100,105,350,608
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,271,348
net_rshares159,284,141
author_curate_reward""
vote details (1)
@reddust ·
I will check this app out, maybe this app will help me become a better curator☺️
properties (22)
authorreddust
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180627t124257446z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-27 12:42:57
last_update2018-06-27 12:42:57
depth1
children0
last_payout2018-07-04 12:42:57
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_length80
author_reputation167,904,626,237,187
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,480,382
net_rshares0
@saqlainnaik ·
Great work
properties (22)
authorsaqlainnaik
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180628t061323471z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-28 06:13:30
last_update2018-06-28 06:13:30
depth1
children0
last_payout2018-07-05 06:13: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_length10
author_reputation19,219,629,611
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,575,446
net_rshares0
@shirleyhenderson ·
Wow guys!
properties (22)
authorshirleyhenderson
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180628t081209352z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-28 08:12:09
last_update2018-06-28 08:12:09
depth1
children0
last_payout2018-07-05 08:12: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_length9
author_reputation393,292,545,607
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,586,276
net_rshares0
@steemlota ·
its really awesome. fantastic work
properties (22)
authorsteemlota
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180627t124443235z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-27 12:44:45
last_update2018-06-27 12:44:45
depth1
children0
last_payout2018-07-04 12:44: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_length34
author_reputation89,980,933,896
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,480,586
net_rshares0
@subhankar734 ·
@dzivenu that's a great tool. Bt is there any subscription fees for this or totally free??
properties (22)
authorsubhankar734
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t095035555z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dzivenu"],"app":"steemit/0.1"}
created2018-06-26 09:50:36
last_update2018-06-26 09:50:36
depth1
children0
last_payout2018-07-03 09:50: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_length90
author_reputation109,419,603,782
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,322,764
net_rshares0
@teenovision ·
this is really a fantastic job
properties (22)
authorteenovision
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t031809230z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 03:18:09
last_update2018-06-26 03:18:09
depth1
children0
last_payout2018-07-03 05:36: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_length30
author_reputation1,282,682,099,259
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,284,494
net_rshares0
@theversatileguy ·
Amazing , solves a real problem.@curie and @steemhunt.
properties (22)
authortheversatileguy
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t132811102z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["curie","steemhunt"],"app":"steemit/0.1"}
created2018-06-26 13:28:18
last_update2018-06-26 13:28:18
depth1
children0
last_payout2018-07-03 13:28: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_length54
author_reputation2,519,216,388,348
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,347,614
net_rshares0
@tia.belletrist ·
@dzivenu that's a great tool for curating. Would be awesome if you could create a short video explaining the same too.
πŸ‘  
properties (23)
authortia.belletrist
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t165428544z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["dzivenu"],"app":"steemit/0.1"}
created2018-06-25 16:54:30
last_update2018-06-25 16:54:30
depth1
children0
last_payout2018-07-02 16:54: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_length118
author_reputation1,716,236,567
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,224,226
net_rshares6,704,589,997
author_curate_reward""
vote details (1)
@tipu ·
This post received 0.69 SBD upvote from @tipU funded by @cardboard | @dzivenu now has a chance to win free @steembasicincome share :) | <strong><a href="https://steemit.com/steemit/@tipu/tipu-voting-service-quick-guide-updated-19-06-2018" rel="noopener">Voting service</a></strong> | <strong><a href="https://steemit.com/steemit/@tipu/receiving-daily-profit-with-tipu-quick-guide" rel="noopener">For investors</a></strong>.
properties (22)
authortipu
permlinkre-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t191247
categoryutopian-io
json_metadata""
created2018-06-25 19:12:48
last_update2018-06-25 19:12:48
depth1
children0
last_payout2018-07-02 19:12:48
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_length423
author_reputation55,902,105,514,997
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,240,162
net_rshares0
@utopian-io ·
Hey @dzivenu
**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>
properties (22)
authorutopian-io
permlinkre-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t161008z
categoryutopian-io
json_metadata"{"app": "beem/0.19.29"}"
created2018-06-26 16:10:09
last_update2018-06-26 16:10:09
depth1
children0
last_payout2018-07-03 16:10: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_length299
author_reputation152,955,367,999,756
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,367,333
net_rshares0
@viog37 ·
Hi i like the idea of it. I just logged in with the owner's credentials and i curated/rejected some posts already. I was looking into creating an account myself, but it looks rather complicated to me. 

Is it any way it can be explained or guided less technical? Or is there a Discord channel to join for further engagement? 

And by the way, how can i submit a post for the Curator bot, if i'd like to be reviewed for  curation? Thank you.
πŸ‘  
properties (23)
authorviog37
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t030608984z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 03:06:09
last_update2018-06-26 03:06:09
depth1
children2
last_payout2018-07-03 05:36: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_length440
author_reputation255,128,000,062
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,283,275
net_rshares7,057,463,154
author_curate_reward""
vote details (1)
@dzivenu · (edited)
$0.07
to create an account, please visit the "team" in the left sidebar. when there simply click on the "add member" button which will generate a popup for you to fill in the info of the new user you want to invite.
![Team (1).png](https://cdn.steemitimages.com/DQmWnPpE3c7XSjCnThXnzpYnDhuvmjmLYQShqafjhpfReCd/Team%20(1).png)

the demo uses ethereal.email as email STMP server so no emails are delivered to the real addresses - instead they are caught to ethereal.email's own email servers. my ethereal.email account details are  on the [Github](https://github.com/peerquery/curator) page of curator. log in to [ethereal.email/messages](http://ethereal.email/messages), and see all emails from the demo there.

now click on the one you sent, and follow the sets in it to activate your account and that's it.

On the second question of post submission, you do not submit anything to curator. a curation service will stream content directly from the blockchain - by category, author or app. so just write your post from any client using the target category and the curator will automatically catch it - there is nothing to submit.

if a curation is curated by author(eg: multi-author blogs such as @adsactly), then only posts from the author account will be curated. if the curation team is curating from an app such as steemit or busy, then you would have to create your app from those app.

i hope this clarifies some of your concerns. i am putting together a second post to further explain Curator. thanks for your interest!
πŸ‘  
properties (23)
authordzivenu
permlinkre-viog37-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t115748009z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["adsactly"],"links":["https://github.com/peerquery/curator","http://ethereal.email/messages"],"app":"steemit/0.1","image":["https://cdn.steemitimages.com/DQmWnPpE3c7XSjCnThXnzpYnDhuvmjmLYQShqafjhpfReCd/Team%20(1).png"]}
created2018-06-26 11:57:51
last_update2018-06-26 12:04:39
depth2
children1
last_payout2018-07-03 11:57:54
cashout_time1969-12-31 23:59:59
total_payout_value0.052 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,519
author_reputation35,080,388,713,175
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,336,285
net_rshares28,788,886,196
author_curate_reward""
vote details (1)
@lextenebris ·
$0.50
It would be interesting (and useful) to separate the submission of content to the Curator queue from direct feeding from the blockchain, instead pulling from a bin of content which is itself the result of either automated or manual submission, a filter which lives between the blockchain and the database and only lets content through which fulfill some condition or something as straightforward as a Google Sheet to which authorized users or processes put links for consideration.

That would definitely enable standalone teams with thematic or content-oriented purposes to make better use of Curator for its intended purpose. It would open up the possibility of "submitting to Curator" for certain communities if that's how they wanted to run things as well as automated filter discovery.

This is part of that "breaking things down into Producers and Consumers" thing that can be so useful for creating online services.
πŸ‘  ,
properties (23)
authorlextenebris
permlinkre-dzivenu-re-viog37-re-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180626t221813592z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-26 22:18:15
last_update2018-06-26 22:18:15
depth3
children0
last_payout2018-07-03 22:18:15
cashout_time1969-12-31 23:59:59
total_payout_value0.373 HBD
curator_payout_value0.122 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length922
author_reputation19,919,716,726,680
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,403,884
net_rshares201,653,492,894
author_curate_reward""
vote details (2)
@wendyth16 ·
this is a genial servise, and oportunity thanks
πŸ‘  
properties (23)
authorwendyth16
permlinkre-dzivenu-introducing-curator-advanced-standalone-curation-interface-and-the-age-of-curation-as-a-service-20180625t170411918z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-25 17:04:15
last_update2018-06-25 17:04:15
depth1
children0
last_payout2018-07-02 17:04: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_length47
author_reputation871,721,100,069,221
root_title"Introducing Curator: advanced standalone curation interface and the age of #curation-as-a-service"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,225,513
net_rshares6,387,004,155
author_curate_reward""
vote details (1)