[steem.rocks](http://steem.rocks) landing page includes a simple input which you can enter your username to that field and continue using the site. Almost all 3rd party steem related websites ask for usernames at some point. I wanted to add an auto-complete feature here, so users can type a few characters and select their username. <img src="https://i.hizliresim.com/QpkMqj.png"> <center>*Auto complete feature on Steemit wallet*</center> Instead of doing that as a steem.rocks centered feature, I developed a public API which every 3rd party developer can use and benefit. #### How it works? 1. It indexes all usernames in the Steem chain by using the [lookup_accounts](https://github.com/steemit/steem/blob/06e67bd4aea73391123eca99e1a22a8612b0c47e/libraries/app/include/steemit/app/database_api.hpp#L250) call. 2. Then it stores all usernames in the redis with sorted sets to get auto-complete functionality. (Thanks to beautiful [walrus library](http://walrus.readthedocs.io/en/latest/autocomplete.html)) #### Using it as a client Just pass ?username to that address: ```http://autocomplete.steem.rocks/?username=utopia``` <img src="https://i.hizliresim.com/8NG1VW.png"> <center>*Autocomplete options for utopia*</center> #### Running on your own You can run your own autocomplete API instance. ##### Installation **** ``` $ git https://github.com/emre/steem-username-autocomplete-api.git $ cd steem-username-autocomplete-api $ virtualenv -p python3.6 autocomplete-api-env $ source autocomplete-api-env/bin/activate $ pip install -r requirements.txt ``` ##### Indexing the database ``` $ FLASK_APP=autocomplete_api/app.py flask initdb ``` **Note**: Indexing all steem usernames takes 10 minutes on my development setup. ##### Serving the api ``` $ FLASK_APP=autocomplete_api/app.py flask run ``` *** Feel free to test, debug, break it. Just let me know after that. :) Github Repository: [@emre/steem-username-autocomplete-api](https://github.com/emre/steem-username-autocomplete-api) <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@emrebeyler/introducing-a-public-autocomplete-api-for-steem-usernames">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | emrebeyler | ||||||
---|---|---|---|---|---|---|---|
permlink | introducing-a-public-autocomplete-api-for-steem-usernames | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":115939088,"name":"steem-username-autocomplete-api","full_name":"emre/steem-username-autocomplete-api","owner":{"login":"emre","id":72460,"avatar_url":"https://avatars0.githubusercontent.com/u/72460?v=4","gravatar_id":"","url":"https://api.github.com/users/emre","html_url":"https://github.com/emre","followers_url":"https://api.github.com/users/emre/followers","following_url":"https://api.github.com/users/emre/following{/other_user}","gists_url":"https://api.github.com/users/emre/gists{/gist_id}","starred_url":"https://api.github.com/users/emre/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/emre/subscriptions","organizations_url":"https://api.github.com/users/emre/orgs","repos_url":"https://api.github.com/users/emre/repos","events_url":"https://api.github.com/users/emre/events{/privacy}","received_events_url":"https://api.github.com/users/emre/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/emre/steem-username-autocomplete-api","description":"A simple HTTP api for steem usernames for auto-complete frontends","fork":false,"url":"https://api.github.com/repos/emre/steem-username-autocomplete-api","forks_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/forks","keys_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/keys{/key_id}","collaborators_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/teams","hooks_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/hooks","issue_events_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/issues/events{/number}","events_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/events","assignees_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/assignees{/user}","branches_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/branches{/branch}","tags_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/tags","blobs_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/git/refs{/sha}","trees_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/git/trees{/sha}","statuses_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/statuses/{sha}","languages_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/languages","stargazers_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/stargazers","contributors_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/contributors","subscribers_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/subscribers","subscription_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/subscription","commits_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/commits{/sha}","git_commits_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/git/commits{/sha}","comments_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/comments{/number}","issue_comment_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/issues/comments{/number}","contents_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/contents/{+path}","compare_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/compare/{base}...{head}","merges_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/merges","archive_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/downloads","issues_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/issues{/number}","pulls_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/pulls{/number}","milestones_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/milestones{/number}","notifications_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/labels{/name}","releases_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/releases{/id}","deployments_url":"https://api.github.com/repos/emre/steem-username-autocomplete-api/deployments","created_at":"2018-01-01T18:47:18Z","updated_at":"2018-01-01T19:35:34Z","pushed_at":"2018-01-01T20:08:49Z","git_url":"git://github.com/emre/steem-username-autocomplete-api.git","ssh_url":"git@github.com:emre/steem-username-autocomplete-api.git","clone_url":"https://github.com/emre/steem-username-autocomplete-api.git","svn_url":"https://github.com/emre/steem-username-autocomplete-api","homepage":null,"size":4,"stargazers_count":0,"watchers_count":0,"language":"Python","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"open_issues_count":0,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit"},"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","score":10.310219},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemrocks","python","sndbox"],"users":["emre","emrebeyler"],"links":["http://steem.rocks","https://github.com/steemit/steem/blob/06e67bd4aea73391123eca99e1a22a8612b0c47e/libraries/app/include/steemit/app/database_api.hpp#L250","http://walrus.readthedocs.io/en/latest/autocomplete.html","https://github.com/emre/steem-username-autocomplete-api"],"moderator":{"account":"codingdefined","reviewed":true,"pending":false,"flagged":false}}" | ||||||
created | 2018-01-01 20:26:12 | ||||||
last_update | 2018-01-06 22:23:33 | ||||||
depth | 0 | ||||||
children | 15 | ||||||
last_payout | 2018-01-08 20:26:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 82.838 HBD | ||||||
curator_payout_value | 33.435 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 2,212 | ||||||
author_reputation | 448,535,049,068,622 | ||||||
root_title | "Introducing a public autocomplete API for steem usernames" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 26,430,324 | ||||||
net_rshares | 11,803,830,630,286 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 82,384,791,650 | 1% | ||
lgm-1 | 0 | 2,299,454,335 | 25% | ||
rufans | 0 | 13,018,864,287 | 100% | ||
mindfreak | 0 | 20,137,458,193 | 12.5% | ||
sambillingham | 0 | 10,188,998,241 | 45% | ||
hansikhouse | 0 | 81,986,302,200 | 17.5% | ||
voronoi | 0 | 167,728,868,408 | 25% | ||
teamhumble | 0 | 39,902,565,023 | 6% | ||
sandbox | 0 | 453,993,535 | 25% | ||
danielsaori | 0 | 40,251,810,935 | 42% | ||
dogda | 0 | 408,881,900 | 100% | ||
erb | 0 | 5,984,096,114 | 25% | ||
indiantraveller | 0 | 422,861,785 | 2.5% | ||
steemit-turkey | 0 | 4,785,462,961 | 10% | ||
mkt | 0 | 63,710,278,538 | 100% | ||
nanosesame | 0 | 5,237,040,945 | 12.6% | ||
coquiunlimited | 0 | 537,355,375 | 5% | ||
monomyth | 0 | 42,137,057,967 | 70% | ||
crimsonclad | 0 | 12,059,393,128 | 5% | ||
sndbox | 0 | 4,716,819,719,414 | 25% | ||
codingdefined | 0 | 7,148,917,524 | 25% | ||
leotrap | 0 | 2,043,254,653 | 5% | ||
pedrhenrique | 0 | 405,296,659 | 25% | ||
nettybot | 0 | 10,603,196,240 | 100% | ||
matrixonsteem | 0 | 369,838,143 | 100% | ||
somethingburger | 0 | 1,549,400,195 | 25% | ||
steemliberator | 0 | 307,777,061 | 100% | ||
dorabot | 0 | 1,944,931,703 | 5% | ||
msp3k | 0 | 1,288,099,987 | 100% | ||
witnessstats | 0 | 369,808,670 | 100% | ||
boontjie | 0 | 7,707,326,934 | 100% | ||
olgapersh | 0 | 412,264,400 | 100% | ||
playitforward | 0 | 6,780,132,383 | 25% | ||
animagic | 0 | 1,436,630,773 | 12.5% | ||
r2steem2 | 0 | 372,456,305 | 100% | ||
fagevs | 0 | 404,871,301 | 100% | ||
steemcreate | 0 | 386,836,685 | 100% | ||
skuzovat | 0 | 405,807,600 | 100% | ||
hsynterkr | 0 | 3,435,788,935 | 100% | ||
anadolu | 0 | 50,938,835,052 | 10% | ||
omersurer | 0 | 12,769,346,425 | 100% | ||
revan746 | 0 | 8,629,555,898 | 30% | ||
idlebright | 0 | 486,902,186 | 12.5% | ||
utopian-io | 0 | 6,238,794,917,769 | 4.46% | ||
favcau | 0 | 25,902,321,775 | 100% | ||
cryptonik | 0 | 2,965,958,647 | 100% | ||
emrebeyler | 0 | 32,826,772,583 | 100% | ||
nudaeva | 0 | 454,219,250 | 100% | ||
turbot | 0 | 8,994,939,124 | 100% | ||
turkiye | 0 | 27,863,744,769 | 50% | ||
thashadowbrokers | 0 | 50,576,391 | 100% | ||
gokos | 0 | 556,325,509 | 100% | ||
muhammetcan | 0 | 609,166,800 | 99% | ||
ramslife | 0 | 554,711,836 | 100% | ||
akintunde | 0 | 4,016,299,294 | 100% | ||
brotato | 0 | 215,958,315 | 100% | ||
pizaz | 0 | 215,840,194 | 100% | ||
triplethreat | 0 | 50,515,257 | 100% | ||
dootdoot | 0 | 60,657,968 | 100% | ||
wewt | 0 | 50,498,419 | 100% | ||
conflaxus | 0 | 50,498,418 | 100% | ||
tittilatey | 0 | 50,532,045 | 100% | ||
cajun | 0 | 215,928,194 | 100% | ||
coonass | 0 | 215,869,160 | 100% | ||
squirrelnuts | 0 | 215,854,369 | 100% | ||
steemdevs | 0 | 215,852,203 | 100% | ||
jeezy | 0 | 50,493,620 | 100% | ||
test.with.dots | 0 | 50,494,603 | 100% | ||
pi-pi | 0 | 50,477,574 | 100% | ||
harunbadilli | 0 | 0 | 0% | ||
listentosteem | 0 | 50,474,852 | 100% | ||
amosbastian | 0 | 1,859,056,810 | 100% | ||
jestemkioskiem | 0 | 20,903,437,360 | 100% | ||
nageshwar0369 | 0 | 59,998,111 | 100% | ||
alpertr | 0 | 554,039,681 | 100% | ||
gravy | 0 | 50,459,864 | 100% | ||
yucealiosman | 0 | 605,637,100 | 100% | ||
onursa | 0 | 605,637,100 | 100% | ||
gryrgn | 0 | 570,337,911 | 100% | ||
oups | 0 | 616,417,763 | 100% | ||
portugalcoin | 0 | 322,519,608 | 100% | ||
emmali | 0 | 148,810,365 | 100% | ||
nainaselezneva | 0 | 818,148,766 | 100% | ||
turkishrider | 0 | 713,700,263 | 100% |
This is absolutely wonderful. Good Job
author | akintunde |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t225023486z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-01 22:50:27 |
last_update | 2018-01-03 04:21:24 |
depth | 1 |
children | 1 |
last_payout | 2018-01-08 22:50:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 38 |
author_reputation | 16,541,536,778,040 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,447,285 |
net_rshares | 0 |
thanks.
author | emrebeyler |
---|---|
permlink | re-akintunde-re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180103t060432427z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-03 06:04:33 |
last_update | 2018-01-03 06:04:33 |
depth | 2 |
children | 0 |
last_payout | 2018-01-10 06:04:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,708,482 |
net_rshares | 0 |
<div class='pull-right'>https://cdn.steemitimages.com/DQmaHThyECGhEx8tSfHZbiMFRNYjJ35K92cDgiJjkzBUaJo/One%20sip%20of%20BEER%20for%20you.gif<p><sup><a href='https://steem-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p> Hey @emrebeyler, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>Learn how to <a href='https://steemit.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn FREE BEER each day </a> by staking.</p> </center><div></div>
author | beerlover |
---|---|
permlink | re-introducing-a-public-autocomplete-api-for-steem-usernames-20200101t050720z |
category | utopian-io |
json_metadata | "{"app": "beem/0.21.1"}" |
created | 2020-01-01 05:07:24 |
last_update | 2020-01-01 05:07:24 |
depth | 1 |
children | 0 |
last_payout | 2020-01-08 05:07:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 526 |
author_reputation | 25,811,331,779,356 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,914,285 |
net_rshares | 0 |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/UCvqCsx). **[[utopian-moderator]](https://utopian.io/moderators)**
author | codingdefined |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180102t051757291z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-02 05:17:57 |
last_update | 2018-01-02 05:17:57 |
depth | 1 |
children | 0 |
last_payout | 2018-01-09 05:17:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 532,929,792,362,974 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,491,846 |
net_rshares | 4,210,700,986 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 4,210,700,986 | 16% |
You rock! \O/
author | cryptonik |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t204701357z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-01 20:47:00 |
last_update | 2018-01-01 20:47:00 |
depth | 1 |
children | 1 |
last_payout | 2018-01-08 20:47:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 2,299,620,450,256 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,432,867 |
net_rshares | 0 |
\m/
author | emrebeyler |
---|---|
permlink | re-cryptonik-re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t205745173z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-01 20:57:45 |
last_update | 2018-01-01 20:57:45 |
depth | 2 |
children | 0 |
last_payout | 2018-01-08 20:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,434,037 |
net_rshares | 0 |
What have we here, 2 year !BEER
author | isnochys |
---|---|
permlink | re-introducing-a-public-autocomplete-api-for-steem-usernames-20200101t050703z |
category | utopian-io |
json_metadata | "{"app": "beem/0.20.23"}" |
created | 2020-01-01 05:07:06 |
last_update | 2020-01-01 05:07:06 |
depth | 1 |
children | 0 |
last_payout | 2020-01-08 05:07:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 47,886,018,797,724 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 93,914,277 |
net_rshares | 0 |
Hah, what do you know, I was looking for a way to do autocompletes in my bot. You're a thousand steps ahead of me, as always, emre!
author | jestemkioskiem |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t210547102z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-01 21:05:54 |
last_update | 2018-01-01 21:16:36 |
depth | 1 |
children | 1 |
last_payout | 2018-01-08 21:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 41,292,066,961,817 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,434,944 |
net_rshares | 0 |
not really a big deal, I just connected some parts. :)
author | emrebeyler |
---|---|
permlink | re-jestemkioskiem-re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180102t055753662z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-02 05:57:54 |
last_update | 2018-01-02 05:57:54 |
depth | 2 |
children | 0 |
last_payout | 2018-01-09 05:57:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,496,658 |
net_rshares | 0 |
Bir utopian-io post atmayı öğrenemedim :)
author | oliverbix | ||||||
---|---|---|---|---|---|---|---|
permlink | re-emrebeyler-201812t13438894z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","steemrocks","python","sndbox"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-01 22:35:45 | ||||||
last_update | 2018-01-01 22:35:45 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-01-08 22:35:45 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 41 | ||||||
author_reputation | 1,339,239,805,340 | ||||||
root_title | "Introducing a public autocomplete API for steem usernames" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 26,445,596 | ||||||
net_rshares | 0 |
that's the spirit, refreshing page to give it an up vote. :)
author | oups |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t204901190z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-01 20:49:03 |
last_update | 2018-01-01 20:49:03 |
depth | 1 |
children | 1 |
last_payout | 2018-01-08 20:49:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 20,674,011,682,802 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,433,090 |
net_rshares | 0 |
thanks.
author | emrebeyler |
---|---|
permlink | re-oups-re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180102t055942532z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-02 05:59:42 |
last_update | 2018-01-02 05:59:42 |
depth | 2 |
children | 0 |
last_payout | 2018-01-09 05:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,496,890 |
net_rshares | 0 |
Nice one! Noticed the new logo and landing page on steem.rocks today, starting to use it more and more vs the alternatives.
author | sambillingham |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180101t215108148z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-01 21:51:09 |
last_update | 2018-01-01 21:51:09 |
depth | 1 |
children | 1 |
last_payout | 2018-01-08 21:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 34,876,406,478,004 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,440,422 |
net_rshares | 0 |
thanks! @favcau did the new homepage. More improvements are coming soon.
author | emrebeyler |
---|---|
permlink | re-sambillingham-re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180102t055731144z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["favcau"],"app":"steemit/0.1"} |
created | 2018-01-02 05:57:33 |
last_update | 2018-01-02 05:57:33 |
depth | 2 |
children | 0 |
last_payout | 2018-01-09 05:57:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 448,535,049,068,622 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,496,611 |
net_rshares | 0 |
### Hey @emrebeyler I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-emrebeyler-introducing-a-public-autocomplete-api-for-steem-usernames-20180103t040809445z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-03 04:08:09 |
last_update | 2018-01-03 04:08:09 |
depth | 1 |
children | 0 |
last_payout | 2018-01-10 04:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,065 |
author_reputation | 152,955,367,999,756 |
root_title | "Introducing a public autocomplete API for steem usernames" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 26,691,196 |
net_rshares | 179,666,632 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 179,666,632 | 0.32% |