 Hello, Steemians! Over the past month, I've been building a new search engine that indexes the steem blockchain. It's currently live at [asksteem.com](https://www.asksteem.com). The goal of AskSteem is to provide a reliable, powerful, and fast search engine that is optimized for steem. In this post, I'd like to cover some of the features that are available. # Query Syntax There are many different ways that you can query the AskSteem index. I've created a video demonstrating each of them, but you may also read their descriptions and examples below. https://www.youtube.com/watch?v=gw2kGFLGmxo&t=215s ### Keyword/Phrase Search Like many other search engines, you can search for general phrases and terms. AskSteem will try its best to find the document that is most relevant to your query based on our ranking algorithm. **Example Queries:** **Tip:** Click the example to go to that query on AskSteem [`How to buy bitcoin`](https://www.asksteem.com/search?q=How+to+buy+bitcoin) [`What is steem`](https://www.asksteem.com/search?q=What+is+steem) [`Markdown tutorial`](https://www.asksteem.com/search?q=Markdown+tutorial) ### Exact Search Putting a query into quotes requests that AskSteem only returns documents that have exactly that phrase in that order. **Example Queries:** [`"How to buy bitcoin"`](https://www.asksteem.com/search?q=%22How+to+buy+bitcoin%22) [`"What is steem"`](https://www.asksteem.com/search?q=%22What+is+steem%22) [`"Markdown tutorial"`](https://www.asksteem.com/search?q=%22Markdown+tutorial%22) ### Tag Search AskSteem allows you to filter posts by tag. **Example Queries:** [`tags:life`](https://www.asksteem.com/search?q=tags:life) [`tags:steemit`](https://www.asksteem.com/search?q=tags:steemit) ### Author Search You can filter posts by the author too. **Example Queries:** [`author:thekyle`](https://www.asksteem.com/search?q=author:thekyle) [`author:abit`](https://www.asksteem.com/search?q=author:abit) [`author:steemit`](https://www.asksteem.com/search?q=author:steemit) ### Creation Date Search AskSteem provides a highly flexible and powerful date search tool for posts. You can search by exact date or by date range. Dates must be in the form of YYYY-MM-DD. **Example Queries:** Search for all posts posted on June 2, 2017 [`created:2017-06-02`](https://www.asksteem.com/search?q=created:2017-06-02) Search for all posts posted between May 1, 2017, and May 31, 2017 [`created:[2017-05-01 TO 2017-05-31]`](https://www.asksteem.com/search?q=created:%5B2017-05-01+TO+2017-05-31%5D) ### Search by Number of Votes/Comments Similar to dates AskSteem has another set of robust tools that allow searches based on the number of upvotes or comments a post receives. **Example Queries:** Posts with 150 votes: [`net_votes:150`](https://www.asksteem.com/search?q=net_votes:150) Posts with between 100 and 150 votes [`net_votes:[100 TO 150]`](https://www.asksteem.com/search?q=net_votes:%5B100+TO+150%5D) Posts with 50 comments: [`children:50`](https://www.asksteem.com/search?q=children:50) Posts with between 40 and 50 comments: [`children:[40 TO 50]`](https://www.asksteem.com/search?q=children:%5B40+TO+50%5D) Posts with more than 50 comments: [`children:>50`](https://www.asksteem.com/search?q=children:%3E50) or less than 50: [`children:<50`](https://www.asksteem.com/search?q=children:%3C50) this also works with votes, less than or equal to 10 votes: [`net_votes:<=10`](https://www.asksteem.com/search?q=net_votes:%3C%3D10) ### Searches with Boosts You can prioritize certain parts of your query with boosts. These are indicated by placing a `^n` at the end of a term, where `n` is the power you want to boost that part of the query to. **Example Queries:** Give the term bitcoin a boost of two: [`I really want posts to have the term bitcoin^2 in them.`](https://www.asksteem.com/search?q=I+really+want+posts+to+have+the+term+bitcoin%5E2+in+them.) Give the term mine a boost of two, and term steem a boost of three: [`How to mine^2 steem^3`](https://www.asksteem.com/search?q=How+to+mine%5E2+steem%5E3) ### Inclusive/Exclusive Search You can indicate whether you want documents to contain certain terms by placing a `+` or a `-` in front of the term. **Example Queries:** Find documents about mining but not bitcoin: [`cryptocurrency +mining -bitcoin`](https://www.asksteem.com/search?q=cryptocurrency+%2Bmining+-bitcoin) ### Wildcard Search You can use the wildcard expressions of `?` for a single character, or `*` to match any number of characters. **Example Queries:** How to mine any cryptocurrency: [`How to mine *`](https://www.asksteem.com/search?q=How+to+mine+*) ### Boolean Search AskSteem supports any combination of the previously mentioned search types in a single powerful query. This uses boolean values of AND, OR, and NOT, along with parenthesis to separate statements. **Example Queries:** Posts tagged with asksteem by @thekyle: [`tags:asksteem AND author:thekyle`](https://www.asksteem.com/search?q=tags:asksteem+AND+author:thekyle) Posts with between 50 and 100 comments that have more than 500 upvotes and that are tagged with 'bitcoin' or have the term bitcoin in the document: [`(bitcoin OR tags:bitcoin) AND (net_votes:>500 AND children:(>50 AND <100))`](https://www.asksteem.com/search?q=%28bitcoin+OR+tags:bitcoin%29+AND+%28net_votes:%3E500+AND+children:%28%3E50+AND+%3C100%29%29) Posts created on June 2, 2017, with 100 or more upvotes but less than 10 comments: [`created:2017-06-02 AND net_votes:>=100 AND children:<10`](https://www.asksteem.com/search?q=created:2017-06-02+AND+net_votes:%3E%3D100+AND+children:%3C10) # Developers https://www.youtube.com/watch?v=aiqasuhUPXU Because AskSteem integrates directly into the steem blockchain it can read metadata directly from posts and use that data when performing queries and displaying results. We encourage developers to add AskSteem compatible metadata to their posts so that we can show links to your application in our search results. The full documentation can be found at [asksteem.com/developers](https://www.asksteem.com/developers), however, in this post I will summarize the most important tags. | Tag | Description | Example | | ------------- |:-------------:| -----:| | domain | The domain name or web address that your application is hosted on. | `example.com` | | locator | The path to reach the post on the domain relative to the root. | `/CATEGORY/@AUTHOR/PERMLINK` | | protocol | Either 'http' or 'https' if not provided then http will be used by default | `https` | If none of the above metadata is provided then AskSteem will link to steemit.com for all posts by default, however, it is assumed that the platform creating the content will have the best interface for viewing it, so we would rather link there. The `domain` and `locator` tags are required for custom linking to work, however, the `protocol` tag is optional and will default to http. * The domain tag should be the domain name that your web-based steem application is hosted on and is subdomain sensitive (so if your hosting on www subdomain then put that). * The locator should be the permalink to that particular post in your applications URL structure, also notice the leading forward slash, this is required. The final URL that we point to will be generated by concatenating the domain and locator together with the protocol at the beginning which will be http unless otherwise specified. Additionally, if you are building an application on the steem blockchain and need a search API please email us at contact@asksteem.com, we are able to query custom metadata and make various other customizations to the ranking algorithm to support your use case. # Funding The harsh reality is that search engines are expensive to run and that adding new features and improving performance are difficult if the basic funding needs of the project are not covered. AskSteem currently costs me about $100/month to run, and that number will, of course, continue to increase as steem grows and the index size increases. Ideally, my goal is the have those costs covered through upvotes from the steem community and to use any extra money for adding new features and scaling the search infrastructure to meet demand. If this works then AskSteem will be the first search engine in the world to use a cryptocurrency based revenue model, instead of selling advertising. Thank you for your time, and [happy searching](https://www.asksteem.com)!
author | thekyle |
---|---|
permlink | introducing-asksteem-a-steem-search-engine |
category | steemit |
json_metadata | {"tags":["steemit","steem","asksteem","steem-project","steemdev"],"users":["thekyle"],"image":["https://i.imgur.com/oTH9CLH.png","https://img.youtube.com/vi/gw2kGFLGmxo/0.jpg","https://img.youtube.com/vi/aiqasuhUPXU/0.jpg"],"links":["https://www.asksteem.com","https://www.youtube.com/watch?v=gw2kGFLGmxo&t=215s","https://www.asksteem.com/search?q=How+to+buy+bitcoin","https://www.asksteem.com/search?q=What+is+steem","https://www.asksteem.com/search?q=Markdown+tutorial","https://www.asksteem.com/search?q=%22How+to+buy+bitcoin%22","https://www.asksteem.com/search?q=%22What+is+steem%22","https://www.asksteem.com/search?q=%22Markdown+tutorial%22","https://www.asksteem.com/search?q=tags:life","https://www.asksteem.com/search?q=tags:steemit","https://www.asksteem.com/search?q=author:thekyle","https://www.asksteem.com/search?q=author:abit","https://www.asksteem.com/search?q=author:steemit","https://www.asksteem.com/search?q=created:2017-06-02","https://www.asksteem.com/search?q=created:%5B2017-05-01+TO+2017-05-31%5D","https://www.asksteem.com/search?q=net_votes:150","https://www.asksteem.com/search?q=net_votes:%5B100+TO+150%5D","https://www.asksteem.com/search?q=children:50","https://www.asksteem.com/search?q=children:%5B40+TO+50%5D","https://www.asksteem.com/search?q=children:%3E50","https://www.asksteem.com/search?q=children:%3C50","https://www.asksteem.com/search?q=net_votes:%3C%3D10","https://www.asksteem.com/search?q=I+really+want+posts+to+have+the+term+bitcoin%5E2+in+them.","https://www.asksteem.com/search?q=How+to+mine%5E2+steem%5E3","https://www.asksteem.com/search?q=cryptocurrency+%2Bmining+-bitcoin","https://www.asksteem.com/search?q=How+to+mine+*","https://www.asksteem.com/search?q=tags:asksteem+AND+author:thekyle","https://www.asksteem.com/search?q=%28bitcoin+OR+tags:bitcoin%29+AND+%28net_votes:%3E500+AND+children:%28%3E50+AND+%3C100%29%29","https://www.asksteem.com/search?q=created:2017-06-02+AND+net_votes:%3E%3D100+AND+children:%3C10","https://www.youtube.com/watch?v=aiqasuhUPXU","https://www.asksteem.com/developers"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-06-03 19:07:45 |
last_update | 2017-06-09 21:47:57 |
depth | 0 |
children | 149 |
last_payout | 2017-06-10 19:07:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 859.018 HBD |
curator_payout_value | 279.541 HBD |
pending_payout_value | 0.000 HBD |
promoted | 26.400 HBD |
body_length | 8,544 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,123,336 |
net_rshares | 33,823,557,132,562 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 396,253,190,083 | 28% | ||
fmooo | 0 | 34,843,913,246 | 28% | ||
steempty | 0 | 327,074,195,828 | 28% | ||
pharesim | 0 | 255,411,904,585 | 4% | ||
ihashfury | 0 | 6,680,820,716 | 42.09% | ||
boy | 0 | 1,936,352,092 | 100% | ||
bue-witness | 0 | 2,361,054,373 | 100% | ||
bunny | 0 | 330,449,691 | 100% | ||
fminer05 | 0 | 124,765,782,267 | 100% | ||
bue | 0 | 39,372,562,284 | 100% | ||
mini | 0 | 1,034,948,054 | 100% | ||
moon | 0 | 131,586,640 | 100% | ||
officialfuzzy | 0 | 3,098,833,697,338 | 100% | ||
proctologic | 0 | 0 | 100% | ||
healthcare | 0 | 385,693,638 | 100% | ||
daniel.pan | 0 | 610,176,378 | 100% | ||
helen.tan | 0 | 176,396,656 | 100% | ||
craig-grant | 0 | 1,480,819,281,234 | 100% | ||
kingscrown | 0 | 1,954,637,845,514 | 61% | ||
bryner | 0 | 7,451,658,360 | 100% | ||
tad-auker | 0 | 1,594,509,964 | 25% | ||
acidyo | 0 | 2,272,799,331,382 | 50% | ||
klye | 0 | 182,652,265,978 | 100% | ||
oaldamster | 0 | 52,250,445,069 | 100% | ||
scalextrix | 0 | 3,289,853,358 | 100% | ||
cm-steem | 0 | 117,230,752,780 | 100% | ||
intelliguy | 0 | 20,579,862,688 | 100% | ||
juanmiguelsalas | 0 | 10,800,587,428 | 100% | ||
kaylinart | 0 | 413,974,473,856 | 100% | ||
grandpere | 0 | 60,851,917,850 | 100% | ||
lukestokes | 0 | 498,440,225,014 | 100% | ||
fyrstikken | 0 | 105,831,422,154 | 2% | ||
good-karma | 0 | 91,988,903,885 | 11% | ||
sonzweil | 0 | 168,851,283,161 | 100% | ||
dennygalindo | 0 | 10,084,592,554 | 100% | ||
alao | 0 | 10,438,558,561 | 100% | ||
alex2649tw | 0 | 0 | 100% | ||
alkemix | 0 | 798,376,060 | 100% | ||
ausbitbank | 0 | 2,428,525,134,275 | 70% | ||
losos | 0 | 153,471,523 | 10% | ||
gikitiki | 0 | 5,819,751,250 | 100% | ||
lrock | 0 | 107,118,446,911 | 100% | ||
revulv | 0 | 9,851,169,504 | 100% | ||
dwinblood | 0 | 141,021,216,384 | 100% | ||
igster | 0 | 34,481,156,218 | 100% | ||
transisto | 0 | 3,905,542,067,107 | 96% | ||
meesterboom | 0 | 61,648,724,946 | 65% | ||
mapipaz | 0 | 566,837,712 | 100% | ||
inertia | 0 | 287,057,350,227 | 100% | ||
tryptamin | 0 | 6,801,194,303 | 100% | ||
adamt | 0 | 12,698,560,183 | 100% | ||
ramta | 0 | 1,772,570,134,345 | 100% | ||
heimindanger | 0 | 21,530,132,291 | 100% | ||
biletskiy | 0 | 2,003,744,531 | 100% | ||
sokoloffa | 0 | 35,568,935,151 | 100% | ||
winstonwolfe | 0 | 3,867,523,684 | 100% | ||
michaeldodridge | 0 | 102,405,047,001 | 100% | ||
tommyhansen | 0 | 69,395,019,144 | 100% | ||
alexpmorris | 0 | 14,279,425,696 | 100% | ||
dmilash | 0 | 22,993,430,246 | 100% | ||
craigslist | 0 | 260,978,669 | 100% | ||
theprophet0 | 0 | 1,453,586,974,667 | 100% | ||
timcliff | 0 | 221,692,194,876 | 100% | ||
letc | 0 | 1,135,693,555 | 50% | ||
kryptik | 0 | 14,472,240,940 | 100% | ||
stephen.king989 | 0 | 48,947,502,624 | 100% | ||
kurtbeil | 0 | 107,128,918,783 | 100% | ||
ekitcho | 0 | 0 | 100% | ||
sirwinchester | 0 | 104,062,530,885 | 100% | ||
inv | 0 | 452,296,466,950 | 28% | ||
bryan-imhoff | 0 | 33,550,484,900 | 100% | ||
hanshotfirst | 0 | 280,210,009,518 | 39% | ||
bledarus | 0 | 502,193,079 | 100% | ||
kajalpats | 0 | 2,173,193,410 | 100% | ||
skellyjelly | 0 | 0 | 100% | ||
rubenalexander | 0 | 0 | 100% | ||
theb0red1 | 0 | 5,362,461,882 | 50% | ||
intothewild | 0 | 24,140,658,315 | 100% | ||
runaway-psyche | 0 | 4,173,361,008 | 100% | ||
stevescoins | 0 | 12,223,746,167 | 25% | ||
awgbibb | 0 | 95,924,025,458 | 51% | ||
tolik8080 | 0 | 54,421,327 | 100% | ||
cryptomancer | 0 | 267,161,017,055 | 100% | ||
barbro | 0 | 196,579,090,981 | 100% | ||
steevc | 0 | 100,544,720,415 | 100% | ||
julianita | 0 | 1,829,953,142,928 | 95% | ||
someguy123 | 0 | 158,292,477,604 | 100% | ||
andreasea | 0 | 57,859,709 | 100% | ||
mckeever | 0 | 0 | 100% | ||
joshsigurdson | 0 | 4,749,004,999 | 100% | ||
embraceurdialect | 0 | 395,828,677 | 100% | ||
themonetaryfew | 0 | 87,757,632,706 | 100% | ||
jtstreetman | 0 | 157,957,227 | 100% | ||
runridefly | 0 | 7,695,998,262 | 7% | ||
krnel | 0 | 70,686,375,532 | 100% | ||
jlufer | 0 | 8,922,509,389 | 100% | ||
por500bolos | 0 | 705,752,086 | 100% | ||
uwelang | 0 | 21,133,146,906 | 20% | ||
chrisaiki | 0 | 3,556,852,983 | 100% | ||
getonthebus | 0 | 925,524,692 | 0% | ||
aggroed | 0 | 32,509,860,309 | 100% | ||
steemsunny | 0 | 57,714,528,128 | 100% | ||
canadian-coconut | 0 | 1,395,105,259,258 | 38% | ||
fraenk | 0 | 0 | 100% | ||
kommienezuspadt | 0 | 106,574,508,519 | 100% | ||
titusfrost | 0 | 19,092,458,093 | 100% | ||
skcamper | 0 | 4,828,882,982 | 100% | ||
the-ego-is-you | 0 | 5,777,183,717 | 100% | ||
pjo | 0 | 216,073,926 | 11% | ||
damarth | 0 | 399,270,431,310 | 100% | ||
johano | 0 | 7,582,597,065 | 100% | ||
allyouneedtoknow | 0 | 12,526,436,070 | 70% | ||
bitcoinparadise | 0 | 3,076,808,943 | 100% | ||
whatsup | 0 | 62,231,693,625 | 100% | ||
freebornangel | 0 | 0 | 100% | ||
everittdmickey | 0 | 25,850,770,729 | 100% | ||
clayboyn | 0 | 4,920,429,032 | 100% | ||
greatdabu | 0 | 65,417,951,970 | 100% | ||
justusagenstum | 0 | 21,403,054,682 | 100% | ||
technium | 0 | 1,495,612,251 | 100% | ||
lighteye | 0 | 3,183,433,789 | 100% | ||
wearechange-co | 0 | 498,367,071 | 100% | ||
siniceku | 0 | 1,098,367,853 | 100% | ||
shbour | 0 | 0 | 100% | ||
triverse | 0 | 6,741,136,659 | 100% | ||
cryplectibles | 0 | 4,898,253,718 | 100% | ||
rebeccabe | 0 | 262,539,808 | 100% | ||
vutran7 | 0 | 148,852,937 | 100% | ||
steeminganarchy | 0 | 20,965,459,847 | 100% | ||
bigbear | 0 | 453,167,546 | 100% | ||
astral | 0 | 15,203,313,967 | 100% | ||
ianstrat | 0 | 6,928,378,727 | 100% | ||
lakshmi | 0 | 1,220,729,224 | 100% | ||
steemito | 0 | 258,656,474 | 100% | ||
keuudeip | 0 | 6,707,247,456 | 100% | ||
stray | 0 | 10,506,543,042 | 100% | ||
thejohalfiles | 0 | 3,740,833,478,988 | 28% | ||
missk | 0 | 1,703,530,119 | 100% | ||
jmehta | 0 | 954,945,163 | 100% | ||
voronoi | 0 | 101,574,590,239 | 100% | ||
djvidov | 0 | 4,585,968,050 | 100% | ||
steemvoter | 0 | 101,491,846,451 | 100% | ||
trans-juanmi | 0 | 6,365,432,561 | 100% | ||
j3dy | 0 | 0 | 100% | ||
nigelmarkdias | 0 | 14,675,028,766 | 100% | ||
breezin | 0 | 499,707,053 | 100% | ||
street.yoga | 0 | 0 | 100% | ||
gutzofter | 0 | 86,455,522,778 | 100% | ||
hopehuggs | 0 | 16,517,783,973 | 100% | ||
notdavemate | 0 | 1,285,575,603 | 100% | ||
wagnertamanaha | 0 | 3,799,133,495 | 100% | ||
omarrium | 0 | 1,863,882,494 | 100% | ||
guttormf | 0 | 0 | 100% | ||
jwoox1991 | 0 | 481,376,380 | 100% | ||
cardboard | 0 | 512,550,637 | 100% | ||
v4vapid | 0 | 34,701,349,076 | 100% | ||
fricibacsi | 0 | 25,990,784,280 | 100% | ||
krishatnet | 0 | 704,641,601 | 100% | ||
leongkhan | 0 | 39,815,050,846 | 100% | ||
krasotka | 0 | 6,785,037,837 | 100% | ||
jphenderson | 0 | 4,071,636,215 | 100% | ||
baah | 0 | 6,150,937,357 | 100% | ||
michaeladamparis | 0 | 23,306,984,926 | 100% | ||
kouhei-gahaku | 0 | 10,703,083,826 | 100% | ||
steemcenterwiki | 0 | 2,466,256,718 | 100% | ||
akiyoshi | 0 | 526,636,880 | 100% | ||
fisteganos | 0 | 22,657,282,813 | 100% | ||
crystalandbones | 0 | 1,641,359,959 | 100% | ||
uv888p | 0 | 424,751,705 | 100% | ||
razpor | 0 | 0 | 100% | ||
thekyle | 0 | 417,285,379 | 100% | ||
ejemai | 0 | 191,964,993 | 100% | ||
sumsum | 0 | 6,464,869,230 | 100% | ||
thewisesloth | 0 | 18,055,737,245 | 100% | ||
pqlenator | 0 | 0 | 100% | ||
eyehid3 | 0 | 0 | 100% | ||
shaunmza | 0 | 13,021,091,933 | 100% | ||
steemitboard | 0 | 72,834,546 | 10% | ||
gunsmithing | 0 | 5,628,686,662 | 100% | ||
mahaelsayed | 0 | 698,096,159 | 100% | ||
aaronmda | 0 | 341,617,088 | 100% | ||
steemfeed | 0 | 4,090,083,543 | 100% | ||
notoriousdjp | 0 | 0 | 100% | ||
samuelpaddy | 0 | 154,853,292 | 100% | ||
mostshirleyalysa | 0 | 360,299,224 | 100% | ||
alexanarcho | 0 | 0 | 100% | ||
robertdurst10 | 0 | 4,834,235,193 | 100% | ||
thereikiforest | 0 | 10,677,778,563 | 100% | ||
anonimnotoriu | 0 | 476,293,889 | 100% | ||
pbock | 0 | 916,789,044 | 100% | ||
amranamrozi | 0 | 90,632,117 | 100% | ||
elenka | 0 | 1,804,331,914 | 100% | ||
cvanlaer | 0 | 1,132,050,325 | 100% | ||
azizi69 | 0 | 381,134,091 | 100% | ||
borislavzlatanov | 0 | 0 | 100% | ||
brownz | 0 | 0 | 100% | ||
omido98 | 0 | 9,883,904,443 | 100% | ||
crawfish37 | 0 | 260,522,375 | 100% | ||
worldclassplayer | 0 | 67,269,709,368 | 100% | ||
nepd | 0 | 55,964,286,670 | 100% | ||
thomasgutierrez | 0 | 1,386,921,170 | 100% | ||
maniac2d | 0 | 388,237,808 | 100% | ||
bunnychum | 0 | 1,199,993,133 | 100% | ||
sassal | 0 | 8,147,885,104 | 100% | ||
michelios | 0 | 42,748,801,270 | 100% | ||
freedomexists | 0 | 1,956,215,053 | 100% | ||
almvide | 0 | 1,158,738,603 | 100% | ||
abhi3700 | 0 | 0 | 100% | ||
bibek | 0 | 605,836,718 | 100% | ||
ropaga | 0 | 1,357,403,302 | 100% | ||
avilsd | 0 | 31,943,348,652 | 100% | ||
awesomianist | 0 | 2,528,043,227 | 100% | ||
detlev | 0 | 2,286,895,843 | 100% | ||
karmashine | 0 | 1,112,225,875 | 100% | ||
jamhuery | 0 | 859,251,552 | 100% | ||
tbnfl4sun | 0 | 82,229,723 | 100% | ||
onecircular | 0 | 79,303,862 | 100% | ||
iamkunaning | 0 | 913,083,323 | 100% | ||
arjane | 0 | 6,509,572,399 | 100% | ||
airmatti | 0 | 1,795,699,462 | 100% | ||
kiaraantonoviche | 0 | 3,974,520,194 | 100% | ||
imperfect-one | 0 | 5,682,251,280 | 100% | ||
blackvapor | 0 | 1,712,785,119 | 100% | ||
cryptodog | 0 | 1,440,003,806 | 100% | ||
chrisc | 0 | 334,087,784 | 100% | ||
szokerobert | 0 | 1,087,701,521 | 100% | ||
hiimamazing | 0 | 129,379,009 | 100% | ||
coocoocachoo | 0 | 1,263,476,046 | 100% | ||
secter | 0 | 1,398,177,569 | 100% | ||
nitromad | 0 | 0 | 100% | ||
lenisys | 0 | 1,193,358,313 | 100% | ||
mridu87 | 0 | 0 | 100% | ||
smasssh | 0 | 95,617,520 | 100% | ||
newsdesk | 0 | 2,071,283,628 | 100% | ||
dozjia | 0 | 182,307,181 | 100% | ||
rainbowsky | 0 | 653,605,059 | 100% | ||
capiz92 | 0 | 3,209,821,764 | 100% | ||
ozmaga | 0 | 252,324,303 | 100% | ||
chrissymchavez | 0 | 2,068,102,134 | 100% | ||
nap-g | 0 | 86,556,534 | 100% | ||
gindor | 0 | 9,509,509,416 | 100% | ||
kaeptnkook | 0 | 1,385,228,278 | 100% | ||
kemosabe | 0 | 1,101,089,044 | 100% | ||
minneapplematt | 0 | 404,347,332 | 100% | ||
kskarthik | 0 | 1,238,973,002 | 100% | ||
kwahzee | 0 | 263,587,623 | 100% | ||
maxd337 | 0 | 67,992,662 | 100% | ||
albertvhons | 0 | 302,359,170 | 100% | ||
lunix | 0 | 0 | 100% | ||
elizahfhaye | 0 | 124,059,827 | 100% | ||
sacred-agent | 0 | 8,356,699,828 | 100% | ||
steemking777 | 0 | 1,543,535,407 | 100% | ||
matthe | 0 | 9,319,552,326 | 100% | ||
obeduche | 0 | 1,424,447,956 | 100% | ||
rikgeo | 0 | 0 | 100% | ||
yacov | 0 | 1,629,588,323 | 100% | ||
clacrax | 0 | 1,000,143,942 | 100% | ||
schlees | 0 | 0 | 100% | ||
jdogg | 0 | 2,660,758,312 | 100% | ||
traderdad | 0 | 3,000,359,727 | 100% | ||
tomascello | 0 | 0 | 100% | ||
joseywhales | 0 | 1,515,493,587 | 100% | ||
lautenglye | 0 | 590,149,091 | 100% | ||
svinsent | 0 | 1,164,805,446 | 100% | ||
steemchiller | 0 | 1,817,117,505 | 100% | ||
happyme | 0 | 1,638,643,182 | 100% | ||
sanees | 0 | 51,780,000 | 100% | ||
emilniz | 0 | 0 | 100% | ||
ilonavnijnatten | 0 | 936,377,681 | 100% | ||
varna | 0 | 1,527,897,233 | 100% | ||
ijoel | 0 | 637,548,794 | 100% | ||
headliner | 0 | 1,214,056,274 | 100% | ||
user786 | 0 | 828,534,125 | 100% | ||
laloelectrix | 0 | 393,995,462 | 100% | ||
ginasarasini | 0 | 1,524,193,236 | 100% | ||
tuyelblockchain | 0 | 1,485,313,641 | 100% | ||
gigafart | 0 | 262,821,955,330 | 100% | ||
budimir | 0 | 0 | 100% | ||
doqstrader | 0 | 2,216,211,041 | 100% | ||
aivanouski | 0 | 2,432,557,329 | 100% | ||
carface | 0 | 4,842,862,505 | 1% | ||
roomservice | 0 | 52,910,480,469 | 100% | ||
veganv | 0 | 1,424,444,052 | 100% | ||
dinoo | 0 | 9,765,364,572 | 100% | ||
sneakgeekz | 0 | 15,386,623,104 | 100% | ||
shinidanitv | 0 | 2,885,511,549 | 100% | ||
heathcarmody | 0 | 1,455,248,534 | 100% | ||
leomichael | 0 | 293,812,280 | 100% | ||
iulianbutanu | 0 | 464,651,515 | 100% | ||
brakan | 0 | 1,386,932,238 | 100% | ||
ericdyce | 0 | 1,454,750,675 | 100% | ||
heejaekim | 0 | 1,394,135,957 | 100% | ||
jeffcirceo | 0 | 238,648,163 | 100% | ||
mieftha | 0 | 857,909,467 | 100% | ||
cryptoemperor | 0 | 1,515,437,207 | 100% | ||
rondonson | 0 | 520,247,213 | 100% | ||
soi-green | 0 | 1,620,521,201 | 100% | ||
ericarthurblair | 0 | 0 | 100% | ||
kilianmiguel | 0 | 1,128,672,129 | 100% | ||
reggaemuffin | 0 | 1,216,585,283 | 100% | ||
sinfrancisco | 0 | 1,485,074,604 | 100% | ||
nowherehomestead | 0 | 1,839,165,090 | 100% | ||
strucelrtfsc | 0 | 756,430,272 | 100% | ||
littlebug | 0 | 2,838,763,242 | 100% | ||
brendanwenzel | 0 | 0 | 100% | ||
ubertec | 0 | 726,172,732 | 100% | ||
stryker88 | 0 | 51,780,000 | 100% | ||
steampunk-penny | 0 | 585,431,832 | 100% | ||
orinklev | 0 | 387,302,305 | 100% | ||
jga | 0 | 756,429,925 | 100% | ||
mfgminer | 0 | 1,125,386,784 | 100% | ||
hamxaali18 | 0 | 665,658,329 | 100% | ||
pips | 0 | 756,429,917 | 100% | ||
monkimo | 0 | 635,401,125 | 100% | ||
krispee | 0 | 1,137,634,100 | 100% | ||
rabby77 | 0 | 756,429,893 | 100% | ||
abdulrehman | 0 | 0 | 100% | ||
kassie-vegas | 0 | 635,401,078 | 100% | ||
lazylove | 0 | 423,600,705 | 100% | ||
wallsnow | 0 | 665,658,242 | 100% | ||
nedupaul | 0 | 756,429,820 | 100% | ||
happychau123 | 0 | 711,044,026 | 100% | ||
whiteblood | 0 | 741,301,209 | 100% | ||
organicfilms | 0 | 499,243,654 | 100% | ||
complexious | 0 | 121,028,763 | 100% | ||
jamie1128 | 0 | 680,786,769 | 100% | ||
xervantes | 0 | 1,699,590,634 | 100% | ||
thedynamic | 0 | 756,429,706 | 100% | ||
hangeul | 0 | 151,285,940 | 100% | ||
lauzy | 0 | 468,986,415 | 100% | ||
styxer | 0 | 680,786,732 | 100% | ||
cryptodc | 0 | 711,043,910 | 100% | ||
lrsm13 | 0 | 726,172,489 | 100% | ||
dududagrav | 0 | 272,314,681 | 100% | ||
ercpok | 0 | 257,186,087 | 100% | ||
berlinmoonlight | 0 | 4,928,103,345 | 100% | ||
ydauti | 0 | 27,225,663,396 | 100% | ||
dexterdumb | 0 | 756,429,656 | 100% | ||
sunny-superduper | 0 | 574,886,533 | 100% | ||
morganchambers | 0 | 756,429,589 | 100% | ||
deathandtaxes | 0 | 590,015,073 | 100% | ||
richman103 | 0 | 112,250,358 | 100% | ||
cryptohustler | 0 | 294,921,414 | 100% | ||
abbas | 0 | 741,300,918 | 100% | ||
everyway | 0 | 51,780,000 | 100% | ||
lasper | 0 | 226,928,826 | 100% | ||
aptyppp | 0 | 529,500,589 | 100% | ||
bonesounds | 0 | 726,172,208 | 100% | ||
khaaaarl | 0 | 756,429,123 | 100% | ||
crypto-mental | 0 | 756,429,102 | 100% | ||
wepollock | 0 | 726,171,932 | 100% | ||
bigbigworld | 0 | 363,085,964 | 100% | ||
rodrigopw | 0 | 650,529,014 | 100% | ||
beckerly | 0 | 756,429,058 | 100% | ||
mujab | 0 | 756,429,054 | 100% | ||
zeteticmindset | 0 | 317,700,177 | 100% | ||
jrtbx | 0 | 51,780,000 | 100% | ||
giannisaid | 0 | 278,571,632 | 100% | ||
adeen | 0 | 284,375,186 | 100% | ||
heimdall | 0 | 51,780,000 | 100% | ||
adeelsiddiqui | 0 | 0 | 100% | ||
lifewithcrypto | 0 | 0 | 100% | ||
rafael1983 | 0 | 0 | 100% | ||
fareaukhan | 0 | 0 | 100% | ||
fem-of-war | 0 | 0 | 100% | ||
panknil | 0 | 0 | 100% | ||
pippininja | 0 | 0 | 100% | ||
whizzkid | 0 | 0 | 100% | ||
semasping | 0 | 0 | 100% | ||
hermitthewriter | 0 | 0 | 100% | ||
fandy | 0 | 0 | 100% | ||
fahrullah | 0 | 0 | 100% | ||
misrori | 0 | 0 | 100% | ||
blankimagery | 0 | 0 | 100% | ||
voldo | 0 | 0 | 100% | ||
sublimenonsense | 0 | 0 | 100% | ||
cryptodz | 0 | 0 | 100% | ||
consciouslyawe | 0 | 0 | 100% | ||
marnee | 0 | 0 | 100% | ||
marinalove | 0 | 0 | 100% | ||
scorer | 0 | 0 | 100% | ||
michellecarter | 0 | 0 | 100% | ||
dankeny | 0 | 0 | 100% | ||
kiaazad | 0 | 0 | 100% | ||
johnnos01 | 0 | 0 | 100% | ||
urbanoanderson | 0 | 0 | 100% | ||
miqyk | 0 | 0 | 100% | ||
datascience | 0 | 0 | 100% | ||
mausamdhanu | 0 | 0 | 100% | ||
tectum | 0 | 0 | 100% | ||
ruthianaart94 | 0 | 0 | 100% | ||
pengbit | 0 | 0 | 100% | ||
greenprogrammer | 0 | 0 | 100% | ||
codebrain | 0 | 0 | 100% | ||
xqgames | 0 | 0 | 100% |
Solid!
author | adamt |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t221722608z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 22:17:21 |
last_update | 2017-06-07 22:17:21 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 22:17:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 6,928,229,020,018 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,365,154 |
net_rshares | 0 |
This is something many were waiting for! Tried and it works well! It has to be developed, congrats for the project!
author | airmatti |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t095325683z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 09:53:27 |
last_update | 2017-06-06 09:53:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 09:53:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.670 HBD |
curator_payout_value | 0.221 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 28,523,573,828,702 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,262,403 |
net_rshares | 242,421,703,382 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kus-knee | 0 | 242,421,703,382 | 100% |
Hello, i just got here.. But.. If you have time to check my blog, Maybe you can help with my proposal.. And say something about it.. My pleasure
author | albertvhons |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t073823162z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 07:38:30 |
last_update | 2017-06-06 07:38:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 07:38:30 |
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 | 146 |
author_reputation | 27,135,699,010,226 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,258,164 |
net_rshares | 0 |
nice work, though it would also be great if an author's comments could be searched as well!
author | alexpmorris |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170608t185613763z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-08 18:56:15 |
last_update | 2017-06-08 18:56:15 |
depth | 1 |
children | 2 |
last_payout | 2017-06-15 18:56:15 |
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 | 91 |
author_reputation | 32,063,874,290,523 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,421,054 |
net_rshares | 0 |
Thanks, I haven't really had any plans for allowing users to search authors comments, but if people start making comments that might answer queries then perhaps in the future I will allow comment searching. :)
author | thekyle |
---|---|
permlink | re-alexpmorris-re-thekyle-introducing-asksteem-a-steem-search-engine-20170608t190140969z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-08 19:01:39 |
last_update | 2017-06-08 19:01:39 |
depth | 2 |
children | 1 |
last_payout | 2017-06-15 19:01:39 |
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 | 209 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,421,344 |
net_rshares | 0 |
I just know that for me, I often find myself searching my past comments in reference to a new post or comment (or even in chat).
author | alexpmorris |
---|---|
permlink | re-thekyle-re-alexpmorris-re-thekyle-introducing-asksteem-a-steem-search-engine-20170608t190730504z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-08 19:07:33 |
last_update | 2017-06-08 19:07:33 |
depth | 3 |
children | 0 |
last_payout | 2017-06-15 19:07: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 | 128 |
author_reputation | 32,063,874,290,523 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,421,646 |
net_rshares | 0 |
Great job, a search engine is sorely needed!
author | almvide |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t073712908z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 07:37:15 |
last_update | 2017-06-07 07:37:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 07:37:15 |
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 | 44 |
author_reputation | 1,856,213,405,187 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,321,847 |
net_rshares | 0 |
Thank you, resteemed and have a question: Is it possible to combine 2 search tags like author and exact search in one search request?
author | anonnews |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t034345720z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 03:43:45 |
last_update | 2017-06-07 03:43:45 |
depth | 1 |
children | 2 |
last_payout | 2017-06-14 03:43: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 | 134 |
author_reputation | 7,414,160,704,761 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,313,429 |
net_rshares | 0 |
Glad you like it and yes. You can type `author:thekyle AND bitcoin` to get posts created by @thekyle (me) about bitcoin. This works with any two types of search. For more info read the part about boolean search in the above post.
author | thekyle |
---|---|
permlink | re-anonnews-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t125318287z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-07 12:53:21 |
last_update | 2017-06-07 12:54:09 |
depth | 2 |
children | 1 |
last_payout | 2017-06-14 12:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 229 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,334,995 |
net_rshares | 0 |
Thanks for answering!
author | anonnews |
---|---|
permlink | re-thekyle-re-anonnews-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t132415219z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 13:23:57 |
last_update | 2017-06-07 13:23:57 |
depth | 3 |
children | 0 |
last_payout | 2017-06-14 13:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 7,414,160,704,761 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,336,685 |
net_rshares | 0 |
I can already think of so many ways AskSteemit will help Steemians. No, not just newbs who are starting. I'm saying this tool will be especially useless, ESPECIALLY, to steem veterans who wanna up their game. I'm Glad this initial post has help covered at least 3 months cost and I'm sure the community will be happy to support you all the way. Your tool will be part and parcel of many of us in our Steemit life. Thanks for "coming out of nowhere" with this amazing engine. I can say your tune and effort spent will be worth it.
author | awesomianist |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t181850270z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 18:19:06 |
last_update | 2017-06-09 18:19:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 18:19: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 | 537 |
author_reputation | 30,939,172,096,979 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,484,768 |
net_rshares | 0 |
This is an awesome tool! Thank you for taking the time to create this for the benefit of all Steemians. ReSteem, followed.
author | bi5h0p |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t181027787z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 18:10:18 |
last_update | 2017-06-10 18:10:18 |
depth | 1 |
children | 1 |
last_payout | 2017-06-17 18:10:18 |
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 | 122 |
author_reputation | 2,419,444,465,186 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,545,036 |
net_rshares | 174,818,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bi5h0p | 0 | 174,818,379 | 100% |
Glad you like it! :)
author | thekyle |
---|---|
permlink | re-bi5h0p-re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t181101460z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 18:11:00 |
last_update | 2017-06-10 18:11:00 |
depth | 2 |
children | 0 |
last_payout | 2017-06-17 18:11: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 | 20 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,545,068 |
net_rshares | 0 |
I've waited since 2016 for this. There's a lot of great old articles that are hard to find because Steem is focused on new content. I wish authors could get paid for old articles that might have been low rated originally, yet later were rediscovered for very useful content.
author | biblenerd |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170901t075018474z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-01 07:50:12 |
last_update | 2017-09-01 07:50:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-08 07:50:12 |
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 | 274 |
author_reputation | 43,521,143,287 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,527,842 |
net_rshares | 0 |
Genius!
author | bonesounds |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170604t181149369z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-04 18:11:51 |
last_update | 2017-06-04 18:11:51 |
depth | 1 |
children | 0 |
last_payout | 2017-06-11 18:11:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 250,040,665 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,170,190 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bonesounds | 0 | 0 | -100% |
Awesome.... Just upvoted and Resteemed...
author | bunnychum |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170608t134739740z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-08 13:47:42 |
last_update | 2017-06-08 13:47:42 |
depth | 1 |
children | 0 |
last_payout | 2017-06-15 13:47: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 | 41 |
author_reputation | 38,701,359,387,872 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,404,171 |
net_rshares | 0 |
Thank you for providing a Steem search other than Google! Yacy might make your indexing efforts more distributed and cost effective. Yacy is a great Distributed Search engine. You can host a node that only indexes Steem in collaboration with anyone else who wants to index steem and share results. Yacy runs on Desktops, laptops and servers. Linux, Windows and Mac. http://yacy.net/en/index.html There is also a built in interface for your site that works out of the box. Together we are strong. Take a look if you're interested. I have a basic demo that indexed some of steem and reddit on my Desktop here. http://camb.hopto.org:8090/ (this demo won't be up much longer) I will be moving it to a proper server soon and begin indexing only distributed networks. Good luck!
author | camb |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170820t001542498z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["http://yacy.net/en/index.html","http://camb.hopto.org:8090/"],"app":"steemit/0.1"} |
created | 2017-08-20 00:15:42 |
last_update | 2017-08-20 00:15:42 |
depth | 1 |
children | 2 |
last_payout | 2017-08-27 00:15: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 | 785 |
author_reputation | 2,733,578,557,743 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,304,899 |
net_rshares | 1,303,918,516 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mego0917 | 0 | 1,303,918,516 | 100% |
Very interesting, I'll be looking into this. :)
author | thekyle |
---|---|
permlink | re-camb-re-thekyle-introducing-asksteem-a-steem-search-engine-20170820t002123533z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-20 00:21:21 |
last_update | 2017-08-20 00:21:21 |
depth | 2 |
children | 1 |
last_payout | 2017-08-27 00:21:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.038 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,305,150 |
net_rshares | 10,769,156,441 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
camb | 0 | 10,769,156,441 | 100% |
Yacy has been an undervalued project for years. It works great. If you have any questions getting started, feel free to ask me and I will answer as best as I can.
author | camb |
---|---|
permlink | re-thekyle-re-camb-re-thekyle-introducing-asksteem-a-steem-search-engine-20170820t002353445z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-20 00:23:57 |
last_update | 2017-08-20 00:23:57 |
depth | 3 |
children | 0 |
last_payout | 2017-08-27 00:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 162 |
author_reputation | 2,733,578,557,743 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,305,270 |
net_rshares | 1,226,201,518 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mego0917 | 0 | 1,226,201,518 | 100% |
Yes thank you! I can now search then click back after reading an article and it will take me back to my search results. Small thing but needed! 😎
author | carface |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t220735656z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 22:07:36 |
last_update | 2017-06-09 22:07:36 |
depth | 1 |
children | 1 |
last_payout | 2017-06-16 22:07:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.608 HBD |
curator_payout_value | 0.203 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 20,232,737,189,861 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,496,721 |
net_rshares | 250,581,673,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
carface | 0 | 250,581,673,226 | 100% |
Glad you like it!
author | thekyle |
---|---|
permlink | re-carface-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t220824431z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 22:08:24 |
last_update | 2017-06-09 22:08:24 |
depth | 2 |
children | 0 |
last_payout | 2017-06-16 22:08:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,496,756 |
net_rshares | 15,661,354,576 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
carface | 0 | 15,661,354,576 | 5% |
Hope my upvote helps a bit! Really cool tool!
author | chrissymchavez |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170603t191824973z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-03 19:18:24 |
last_update | 2017-06-03 19:18:24 |
depth | 1 |
children | 1 |
last_payout | 2017-06-10 19:18: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 | 45 |
author_reputation | 2,330,754,484,896 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,123,673 |
net_rshares | 756,429,820 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nedupaul | 0 | 756,429,820 | 100% |
Well they say every little bit helps. :)
author | thekyle |
---|---|
permlink | re-chrissymchavez-re-thekyle-introducing-asksteem-a-steem-search-engine-20170603t192847526z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-03 19:28:48 |
last_update | 2017-06-03 19:28:48 |
depth | 2 |
children | 0 |
last_payout | 2017-06-10 19:28:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,124,033 |
net_rshares | 2,200,108,653 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
chrissymchavez | 0 | 2,200,108,653 | 100% |
Great tool, thanks for the effort. This post paid really nice too, right on. Sorry I found it too late, but now following Cheers
author | codypanama |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170720t225741903z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-20 22:57:42 |
last_update | 2017-07-20 22:57:42 |
depth | 1 |
children | 1 |
last_payout | 2017-07-27 22:57: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 | 128 |
author_reputation | 3,879,315,360,846 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,129,187 |
net_rshares | 0 |
Thanks, glad you like the tool.
author | thekyle |
---|---|
permlink | re-codypanama-re-thekyle-introducing-asksteem-a-steem-search-engine-20170720t225818613z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-20 22:58:18 |
last_update | 2017-07-20 22:58:18 |
depth | 2 |
children | 0 |
last_payout | 2017-07-27 22:58:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,129,230 |
net_rshares | 16,353,186,809 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 16,353,186,809 | 100% |
I like everything but the name. Expect slight competition from SteemCrawler and SteemaVista, but then Steemhoo and Steeng, will come in too. Hopefully before all that you will be bought out by Stoogle.
author | cryplectibles |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t193623769z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 19:36:09 |
last_update | 2017-06-07 19:36:39 |
depth | 1 |
children | 1 |
last_payout | 2017-06-14 19:36: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 | 203 |
author_reputation | 77,862,422,266,201 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,357,096 |
net_rshares | 5,127,155,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryplectibles | 0 | 4,709,859,344 | 100% | ||
thekyle | 0 | 417,295,738 | 100% |
Haha well, thanks. Glad you like the concept, and maybe the name is one of those things that grows on you over time. :)
author | thekyle |
---|---|
permlink | re-cryplectibles-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t201233993z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 20:12:33 |
last_update | 2017-06-07 20:12:33 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 20:12: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 | 119 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,358,897 |
net_rshares | 4,711,475,046 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryplectibles | 0 | 4,711,475,046 | 100% |
Amazing work @thekyle. Hopefully the Whales will upvote. Re-steeming.
author | cryptodog |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t235528590z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-06 23:55:30 |
last_update | 2017-06-06 23:55:30 |
depth | 1 |
children | 1 |
last_payout | 2017-06-13 23:55:30 |
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 | 69 |
author_reputation | 867,897,048,877 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,303,941 |
net_rshares | 0 |
Really glad you like it! And thanks for the resteem.
author | thekyle |
---|---|
permlink | re-cryptodog-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t001236976z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 00:12:36 |
last_update | 2017-06-07 00:12:36 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 00:12:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,304,717 |
net_rshares | 0 |
Resteemed
author | cryptohustler |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t174837465z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:48:39 |
last_update | 2017-06-09 17:48:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 17:48:39 |
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 | 9 |
author_reputation | 914,153,620,156 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,483,261 |
net_rshares | 0 |
What a cool idea! Just the other day I saw a comment from someone complaining about how crude Steemit's built-in search is. I wished I could point them to some nifty tool that improves the experience. Now I can! Going to go try this out right away... you sir have earned another follower!
author | cryptomancer |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t101654117z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 10:16:54 |
last_update | 2017-06-06 10:16:54 |
depth | 1 |
children | 2 |
last_payout | 2017-06-13 10:16: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 | 292 |
author_reputation | 27,910,646,046,989 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,263,138 |
net_rshares | 0 |
Glad you like it! There is some room for improvement but it definitely works better than generic web search engines like Google (which is what steemit currently uses) which are not optimized for searching blockchains. Thanks for the follow, and make sure to spread the word if you see anyone else looking for an alternative to the default search. :)
author | thekyle |
---|---|
permlink | re-cryptomancer-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t172455440z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 17:24:57 |
last_update | 2017-06-06 17:24:57 |
depth | 2 |
children | 1 |
last_payout | 2017-06-13 17:24:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.662 HBD |
curator_payout_value | 0.218 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 349 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,283,961 |
net_rshares | 241,096,527,586 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cryptomancer | 0 | 241,096,527,586 | 100% |
I definitely will. Spent some time playing around with it and it seems to work pretty well so far.
author | cryptomancer |
---|---|
permlink | re-thekyle-re-cryptomancer-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t231949852z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 23:19:51 |
last_update | 2017-06-06 23:19:51 |
depth | 3 |
children | 0 |
last_payout | 2017-06-13 23:19:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 27,910,646,046,989 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,302,436 |
net_rshares | 0 |
Good job @thekyle! Do you use LUIS (Microsoft services) or Amazon services to implement this cognitive search?
author | djvidov |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t201308239z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-09 20:13:09 |
last_update | 2017-06-09 20:13:09 |
depth | 1 |
children | 4 |
last_payout | 2017-06-16 20:13: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 | 110 |
author_reputation | 11,066,789,299,895 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,490,772 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emag | 0 | 0 | 100% |
We use ElasticSearch hosted through AWS, with our own custom algorithm on top.
author | thekyle |
---|---|
permlink | re-djvidov-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t204733763z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 20:47:33 |
last_update | 2017-06-09 20:47:33 |
depth | 2 |
children | 3 |
last_payout | 2017-06-16 20:47: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 | 78 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,492,676 |
net_rshares | 0 |
Interesting approach, I also use ELK on my daily job but I didn't expect to do that only with ELK. Congratz! :)
author | djvidov |
---|---|
permlink | re-thekyle-re-djvidov-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t205020756z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 20:50:21 |
last_update | 2017-06-09 20:50:21 |
depth | 3 |
children | 2 |
last_payout | 2017-06-16 20:50:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 11,066,789,299,895 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,492,846 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emag | 0 | 0 | 100% |
Wow the syntax options are great! It will be nice if you integrate these into the user interface. For instance a quick button to sort the results by the most recent post would be helpful.
author | doyoueatdolphins |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170702t053556989z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-02 05:35:57 |
last_update | 2017-07-02 05:35:57 |
depth | 1 |
children | 1 |
last_payout | 2017-07-09 05:35:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 191 |
author_reputation | 11,117,789,001 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,974,298 |
net_rshares | 0 |
Thanks for the feedback, I've considered adding shortcuts but I don't want to add any clutter to the UI so it may take some time to figure something out.
author | thekyle |
---|---|
permlink | re-doyoueatdolphins-re-thekyle-introducing-asksteem-a-steem-search-engine-20170702t163056536z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-07-02 16:30:57 |
last_update | 2017-07-02 16:31:06 |
depth | 2 |
children | 0 |
last_payout | 2017-07-09 16:30:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,034,176 |
net_rshares | 0 |
Out f'n standing!
author | dragon40 |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t154304695z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 15:43:06 |
last_update | 2017-06-09 15:43:06 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 15:43: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 | 17 |
author_reputation | 6,821,883,583,944 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,476,456 |
net_rshares | 0 |
I had a friend on here @kaptainkrayola who had a nice and effective search engine running for steemit called steemshovel.com until Feb 1st, 2017. He ended it up shutting it down for exactly the reason you indicated. No funding, and he was actually losing money by running it.
author | dwinblood |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t152019401z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["kaptainkrayola"],"app":"steemit/0.1"} |
created | 2017-06-09 15:20:18 |
last_update | 2017-06-09 15:20:18 |
depth | 1 |
children | 2 |
last_payout | 2017-06-16 15:20:18 |
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 | 280 |
author_reputation | 383,232,067,634,988 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,177 |
net_rshares | 0 |
Yeah, I looked into SteemShovel before launching AskSteem. Technically in the backend both search engines use ElasticSearch for indexing the blockchain, and think SteemShovel may have also been hosted on AWS. Hopefully, my goal of funding the search engine through upvotes will work out, otherwise, there are some other ideas I have for getting funding.
author | thekyle |
---|---|
permlink | re-dwinblood-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t170543770z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:05:45 |
last_update | 2017-06-09 17:05:45 |
depth | 2 |
children | 1 |
last_payout | 2017-06-16 17:05:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 353 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,481,124 |
net_rshares | 13,758,858,406 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dwinblood | 0 | 13,758,858,406 | 10% |
Yeah my friend didn't post here enough or he likely could have funded it. He is a developer, but didn't really want to blog. Funny enough it was him talking to me about Eth mining that caused me to stumble on steemit, before him. He was kicking himself and wondering how he missed it.
author | dwinblood |
---|---|
permlink | re-thekyle-re-dwinblood-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t170718757z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:07:18 |
last_update | 2017-06-09 17:07:18 |
depth | 3 |
children | 0 |
last_payout | 2017-06-16 17:07:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 290 |
author_reputation | 383,232,067,634,988 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,481,214 |
net_rshares | 0 |
Wow, that is called great effort! @thekyle https://media.giphy.com/media/3NtY188QaxDdC/giphy.gif
author | elizahfhaye |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t013138386z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"image":["https://media.giphy.com/media/3NtY188QaxDdC/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-06-10 01:31:39 |
last_update | 2017-06-10 01:31:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 01:31:39 |
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 | 96 |
author_reputation | 66,024,390,617,355 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,505,235 |
net_rshares | 0 |
Woow....genius, here to lend all the needed support
author | ericdyce |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t221505318z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 22:15:18 |
last_update | 2017-06-07 22:15:18 |
depth | 1 |
children | 1 |
last_payout | 2017-06-14 22:15:18 |
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 | 51 |
author_reputation | 3,184,480,752,738 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,365,047 |
net_rshares | 0 |
Awesome! I'm gonna need all the support I can get. :)
author | thekyle |
---|---|
permlink | re-ericdyce-re-thekyle-introducing-asksteem-a-steem-search-engine-20170608t002129945z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-08 00:21:30 |
last_update | 2017-06-08 00:21:30 |
depth | 2 |
children | 0 |
last_payout | 2017-06-15 00:21:30 |
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 | 53 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,371,031 |
net_rshares | 0 |
oh hell yeah. we've needed that for a long time. you got my vote.
author | everittdmickey |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t174132027z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:41:30 |
last_update | 2017-06-09 17:41:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 17:41:30 |
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 | 65 |
author_reputation | 237,810,557,737,590 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,482,935 |
net_rshares | 0 |
asksteem.com is still open for an account. I'll send you one sbd if you register it, and two more if you will give me the code that follows net_votes:<20 that limits for 6 days of age and less than a dollar payout.
author | freebornangel |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170611t172930285z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-11 17:29:36 |
last_update | 2017-06-11 17:29:36 |
depth | 1 |
children | 12 |
last_payout | 2017-06-18 17:29:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 214 |
author_reputation | 171,005,551,503,977 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,605,933 |
net_rshares | 0 |
Not sure what you mean by asksteem.com is still open for an account, but the code to filter posts less than 20 votes and 6 days of age would be as follows: `net_votes:<20 AND created:[2017-06-05 TO 2017-06-11]`The ability to search by payout is coming in the future, also notice that you would need to adjust the timestamp based on what day you are performing the search. Thanks.
author | thekyle |
---|---|
permlink | re-freebornangel-re-thekyle-introducing-asksteem-a-steem-search-engine-20170611t174200381z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-11 17:42:00 |
last_update | 2017-06-11 17:59:00 |
depth | 2 |
children | 11 |
last_payout | 2017-06-18 17:42:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 379 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,606,637 |
net_rshares | 18,362,836,895 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
freebornangel | 0 | 18,362,836,895 | 100% |
Having that account will give a central place to send questions? Instead of your personal account? Make it easier to sell? I don't know, it's your's.
author | freebornangel |
---|---|
permlink | re-thekyle-re-freebornangel-re-thekyle-introducing-asksteem-a-steem-search-engine-20170611t174720572z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-11 17:47:24 |
last_update | 2017-06-11 17:47:24 |
depth | 3 |
children | 10 |
last_payout | 2017-06-18 17:47: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 | 150 |
author_reputation | 171,005,551,503,977 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,606,976 |
net_rshares | 0 |
I'm getting that server error, again? Edit, and now i'm not,...
author | freebornangel |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170612t193201789z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-12 19:32:06 |
last_update | 2017-06-12 19:33:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-19 19:32: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 | 64 |
author_reputation | 171,005,551,503,977 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,678,000 |
net_rshares | 0 |
Are you using ElasticSearch?
author | furion |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t184656006z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 18:46:54 |
last_update | 2017-06-09 18:46:54 |
depth | 1 |
children | 1 |
last_payout | 2017-06-16 18:46: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 | 28 |
author_reputation | 116,503,940,714,958 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,486,254 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 0 | 100% |
Yes, we are.
author | thekyle |
---|---|
permlink | re-furion-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t191048300z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 19:10:48 |
last_update | 2017-06-09 19:10:48 |
depth | 2 |
children | 0 |
last_payout | 2017-06-16 19:10:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,487,451 |
net_rshares | 0 |
This is fantastic
author | gikitiki |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t181349127z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 18:13:48 |
last_update | 2017-06-09 18:13:48 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 18:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 16,572,681,158,525 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,484,482 |
net_rshares | 0 |
Very cool concept! I'm still wrapping my head around exactly what we can build with the steem framework. I'm all for anything that takes advertising and personal data mining out of something as common as a search engine!
author | heimdall |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t204543803z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 20:45:45 |
last_update | 2017-06-09 20:45:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 20:45: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 | 222 |
author_reputation | 1,067,367,374 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,492,584 |
net_rshares | 0 |
Hi @thekyle. I'd like to tell you how happy I am for the lesson, not just on asksteem.com, but also on how to do a search and ferret out what might otherwise be obscure - but important - results. I've been doing a little research now and then on a couple of open source investigations, and just learning more about how searches operate will help me to research for my own topics. It will also help me better assist the activists and freedom-fighters who are busy helping us reclaim our democracy. It's a pleasure to meet you. I'm @joanroberts, and I've been here for a whole week. Forgive me for not upvoting - my (literal) 2 cents is going to go to someone else, who is new, but who, like yourself, adds to the community. Trust me. When your vote is only worth 2 cents, when you see someone upvote you and you've got 4 cents, while it doesn't make you rich, it does make you smile.
author | joanroberts |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170625t220403095z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle","joanroberts"],"app":"steemit/0.1"} |
created | 2017-06-25 22:04:03 |
last_update | 2017-06-25 22:04:03 |
depth | 1 |
children | 2 |
last_payout | 2017-07-02 22:04:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.409 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 900 |
author_reputation | 398,763,713,243 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,100,669 |
net_rshares | 47,057,079,984 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
greatdabu | 0 | 35,177,590,780 | 19% | ||
thekyle | 0 | 11,879,489,204 | 100% |
Hi Joan thanks for your comment. I'm glad you're enjoying AskSteem and I hope you'll continue to use it for your investigations. Have a 23 cent upvote from me. :)
author | thekyle |
---|---|
permlink | re-joanroberts-re-thekyle-introducing-asksteem-a-steem-search-engine-20170625t220614232z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-25 22:06:12 |
last_update | 2017-06-25 22:06:12 |
depth | 2 |
children | 1 |
last_payout | 2017-07-02 22:06:12 |
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 | 162 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,100,901 |
net_rshares | 0 |
@thekyle, you just brought tears to my eyes. Thank you.
author | joanroberts |
---|---|
permlink | re-thekyle-re-joanroberts-re-thekyle-introducing-asksteem-a-steem-search-engine-20170626t003020707z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-26 00:30:21 |
last_update | 2017-06-26 00:30:21 |
depth | 3 |
children | 0 |
last_payout | 2017-07-03 00:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 398,763,713,243 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,113,729 |
net_rshares | 0 |
Great job !!!
author | johano |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t120430733z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 12:03:42 |
last_update | 2017-06-06 12:03:42 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 12:03: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 | 13 |
author_reputation | 7,273,789,425,613 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,266,980 |
net_rshares | 0 |
About time, lol GREAT job man ! This is just ... well, Great !!! Hope more folks will start to appreciate the value of this Search Engine, got to pay the bills !, Good luck ! Come on Folks, vote it UP !! Read More, Reason More ... JTS
author | jtstreetman |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t031700476z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 03:17:12 |
last_update | 2017-06-06 03:17:12 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 03:17:12 |
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 | 243 |
author_reputation | 1,118,889,631,950 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,248,800 |
net_rshares | 154,596,435 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jtstreetman | 0 | 154,596,435 | 100% |
Good work!!! Followed, up-voted and re-steemed the post for more visibility! I hope they can add it here on Steemit and replace the searcher we have now, it is really bad.
author | juanmiguelsalas |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t073916520z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 07:39:12 |
last_update | 2017-06-06 07:39:12 |
depth | 1 |
children | 2 |
last_payout | 2017-06-13 07:39:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 91,321,277,026,429 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,258,192 |
net_rshares | 17,123,366,196 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juanmiguelsalas | 0 | 11,760,904,314 | 100% | ||
theb0red1 | 0 | 5,362,461,882 | 50% |
Yeah, I would definitely love to see some steem clients (including steemit.com) start using AskSteem as their search backend.
author | thekyle |
---|---|
permlink | re-juanmiguelsalas-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t172009168z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 17:20:09 |
last_update | 2017-06-06 17:20:09 |
depth | 2 |
children | 1 |
last_payout | 2017-06-13 17:20:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,283,726 |
net_rshares | 9,793,466,269 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juanmiguelsalas | 0 | 9,681,918,293 | 100% | ||
nitromad | 0 | 111,547,976 | 100% |
That would be perfect! :) Nice work man!
author | juanmiguelsalas |
---|---|
permlink | re-thekyle-re-juanmiguelsalas-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t172144323z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 17:21:39 |
last_update | 2017-06-06 17:21:39 |
depth | 3 |
children | 0 |
last_payout | 2017-06-13 17:21:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 91,321,277,026,429 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,283,808 |
net_rshares | 10,378,489,626 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juanmiguelsalas | 0 | 10,378,489,626 | 100% |
I've been searching for something like this, I think it should be steems default search engine.
author | kiaazad |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170922t132501849z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-09-22 13:25:03 |
last_update | 2017-09-22 13:25:03 |
depth | 1 |
children | 0 |
last_payout | 2017-09-29 13:25: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 | 95 |
author_reputation | 6,944,700,520,454 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,616,980 |
net_rshares | 0 |
Nice job! Thanks so much for this!
author | krnel |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t173829305z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:38:33 |
last_update | 2017-06-09 17:38:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 17:38: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 | 34 |
author_reputation | 1,343,547,270,297,082 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,482,767 |
net_rshares | 0 |
Just tried it and it works!! God job.
author | lakshmi |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t151736311z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 15:17:39 |
last_update | 2017-06-09 15:17:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 15:17:39 |
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 | 37 |
author_reputation | 4,639,984,079,456 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,034 |
net_rshares | 0 |
Very cool! Good job. Upvoted.
author | magick323 |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t030152880z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 03:01:36 |
last_update | 2017-06-06 03:01:36 |
depth | 1 |
children | 1 |
last_payout | 2017-06-13 03:01:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 2,064,080,220,529 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,248,145 |
net_rshares | 0 |
Glad you like it. Thanks for the upvote, every little bit helps :)
author | thekyle |
---|---|
permlink | re-magick323-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t003759930z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 00:38:00 |
last_update | 2017-06-07 00:38:00 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 00:38: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 | 66 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,305,838 |
net_rshares | 0 |
great post i vote and resteem
author | mahaelsayed |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t085544107z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 08:55:45 |
last_update | 2017-06-06 08:55:45 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 08:55: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 | 29 |
author_reputation | 3,765,250,726,119 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,260,473 |
net_rshares | 0 |
Boolean + tag search + everything else = Winner! We have been needing something like this, and perhaps it can be implemented on the blockchain itself in a future hard fork? Got to replace the current search bar with this!
author | michaeladamparis |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t152908523z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 15:29:06 |
last_update | 2017-06-09 15:29:06 |
depth | 1 |
children | 1 |
last_payout | 2017-06-16 15:29: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 | 221 |
author_reputation | 11,246,378,246,432 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,654 |
net_rshares | 0 |
It unlikely that you could include a full search engine inside the of the blockchain and make it as fast as AskSteem, however its possible in the future that they could include the ability to natively sort posts by tag (I know I was surprised the blockchain didn't have that already too)
author | thekyle |
---|---|
permlink | re-michaeladamparis-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t173249415z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:32:48 |
last_update | 2017-06-09 17:32:48 |
depth | 2 |
children | 0 |
last_payout | 2017-06-16 17:32:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 287 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,482,480 |
net_rshares | 22,396,127,921 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaeladamparis | 0 | 22,396,127,921 | 100% |
Thanks, it looks and works good!
author | minneapplematt |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t152409101z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 15:24:09 |
last_update | 2017-06-09 15:24:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 15:24: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 | 32 |
author_reputation | 348,482,948,803 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,377 |
net_rshares | 315,390,919 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minneapplematt | 0 | 315,390,919 | 100% |
This looks great. I'm sure it will be way better than current searching methods. Following for new updates. ^^
author | miserableoracle |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t154648704z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 15:46:54 |
last_update | 2017-06-09 15:46:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 15:46: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 | 111 |
author_reputation | 1,655,543,921,926 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,476,659 |
net_rshares | 0 |
Great post! resteem! I hope one day it will have half of google traffic :)
author | misrori |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170820t045731409z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-20 04:57:33 |
last_update | 2017-08-20 04:57:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 04:57:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.066 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 20,447,544,397,525 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,318,646 |
net_rshares | 24,334,576,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
misrori | 0 | 24,334,576,859 | 100% |
Great idea!
author | mostshirleyalysa |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t000414434z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 00:04:30 |
last_update | 2017-06-10 00:04:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 00:04:30 |
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 | 11 |
author_reputation | 29,336,467,470 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,501,870 |
net_rshares | 0 |
> The goal of AskSteem is to provide a reliable, powerful, and fast search engine that is optimized for steem Great effort @thekyle http://i.imgur.com/5ajbeWB.gif
author | nigelmarkdias |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t152446880z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"image":["http://i.imgur.com/5ajbeWB.gif"],"app":"steemit/0.1"} |
created | 2017-06-09 15:24:48 |
last_update | 2017-06-09 15:24:48 |
depth | 1 |
children | 2 |
last_payout | 2017-06-16 15:24:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 163 |
author_reputation | 47,068,459,201,342 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,411 |
net_rshares | 14,749,024,762 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nigelmarkdias | 0 | 14,331,729,024 | 100% | ||
thekyle | 0 | 417,295,738 | 100% |
Thanks!
author | thekyle |
---|---|
permlink | re-nigelmarkdias-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t173105533z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:31:06 |
last_update | 2017-06-09 17:31:06 |
depth | 2 |
children | 1 |
last_payout | 2017-06-16 17:31: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 | 7 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,482,409 |
net_rshares | 0 |
You're welcome, @thekyle
author | nigelmarkdias |
---|---|
permlink | re-thekyle-re-nigelmarkdias-re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t032615185z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-10 03:26:15 |
last_update | 2017-06-10 03:26:15 |
depth | 3 |
children | 0 |
last_payout | 2017-06-17 03:26:15 |
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 | 24 |
author_reputation | 47,068,459,201,342 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,509,478 |
net_rshares | 0 |
Thanks for this! I've just joined here, made a few posts and comments and tried asksteem, and it can't find myself. Is it normal? I was willing to translate your guides to my language to help others but need to make sure it works first. Thanks again
author | nnnarvaez |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170826t130054889z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-26 13:00:57 |
last_update | 2017-08-26 13:00:57 |
depth | 1 |
children | 2 |
last_payout | 2017-09-02 13:00:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 253 |
author_reputation | 64,435,481,297,270 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,932,143 |
net_rshares | 0 |
Hi there, As you can see [here](https://www.asksteem.com/search?q=author%3Annnarvaez) it has indexed all of your posts. It may take a few days for your user account to get indexed.
author | thekyle |
---|---|
permlink | re-nnnarvaez-re-thekyle-introducing-asksteem-a-steem-search-engine-20170826t170448499z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://www.asksteem.com/search?q=author%3Annnarvaez"],"app":"steemit/0.1"} |
created | 2017-08-26 17:04:48 |
last_update | 2017-08-26 17:04:48 |
depth | 2 |
children | 1 |
last_payout | 2017-09-02 17:04:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,951,150 |
net_rshares | 1,120,004,737 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nnnarvaez | 0 | 1,120,004,737 | 100% |
Thanks i though something like that was happening
author | nnnarvaez |
---|---|
permlink | re-thekyle-re-nnnarvaez-re-thekyle-introducing-asksteem-a-steem-search-engine-20170827t130515196z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-27 13:05:15 |
last_update | 2017-08-27 13:05:15 |
depth | 3 |
children | 0 |
last_payout | 2017-09-03 13:05:15 |
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 | 49 |
author_reputation | 64,435,481,297,270 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,023,301 |
net_rshares | 0 |
Why 10/11 months old posts are reported with a today research as follow? `"@oneshot" linux created:[2018-01-01 TO 2018-02-28]`<br> 
author | oneshot |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20180306t061821907z |
category | steemit |
json_metadata | {"tags":["steemit"],"image":["https://steemitimages.com/DQmUh4jyugo6UjibKndJbGqshctkbgmWfaDTpnT3J8Le1qq/new.jpg"],"app":"steemit/0.1"} |
created | 2018-03-06 06:18:21 |
last_update | 2018-03-06 06:20:06 |
depth | 1 |
children | 1 |
last_payout | 2018-03-13 06:18:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 224 |
author_reputation | 2,618,161,935,301 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,552,357 |
net_rshares | 0 |
You need to separate the parts of your search query with boolean operators. The correct query would be: [`linux AND author:"oneshot" AND created:[2018-01-01 TO 2018-02-28]`](https://www.asksteem.com/search?q=linux+AND+author%3A%22oneshot%22+AND+created%3A%5B2018-01-01+TO+2018-02-28%5D)
author | thekyle |
---|---|
permlink | re-oneshot-re-thekyle-introducing-asksteem-a-steem-search-engine-20180306t225033418z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://www.asksteem.com/search?q=linux+AND+author%3A%22oneshot%22+AND+created%3A%5B2018-01-01+TO+2018-02-28%5D"],"app":"steemit/0.1"} |
created | 2018-03-06 22:50:33 |
last_update | 2018-03-06 22:50:33 |
depth | 2 |
children | 0 |
last_payout | 2018-03-13 22:50:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.021 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 42,728,868 |
net_rshares | 7,073,554,887 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oneshot | 0 | 7,073,554,887 | 100% |
When searching posts by keyword is possible to obtain a given chronological order? From newer to older and vice-versa?
author | oneshot |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20180308t050929196z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-08 05:09:30 |
last_update | 2018-03-08 05:09:30 |
depth | 1 |
children | 1 |
last_payout | 2018-03-15 05:09:30 |
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 | 118 |
author_reputation | 2,618,161,935,301 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,031,197 |
net_rshares | 0 |
It is possible to do that via our API but not through the web interface. `https://api.asksteem.com/search?q=asksteem&sort_by=created&order=desc`
author | thekyle |
---|---|
permlink | re-oneshot-re-thekyle-introducing-asksteem-a-steem-search-engine-20180310t041123043z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-03-10 04:11:21 |
last_update | 2018-03-10 04:11:21 |
depth | 2 |
children | 0 |
last_payout | 2018-03-17 04:11:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 43,446,710 |
net_rshares | 8,665,104,737 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oneshot | 0 | 8,665,104,737 | 100% |
Sounds like a great idea. Bookmarked and upvoted!👌
author | ozmaga |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t192814180z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 19:28:15 |
last_update | 2017-06-09 19:28:15 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 19:28:15 |
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 | 50 |
author_reputation | 681,223,762,723 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,488,324 |
net_rshares | 0 |
Awesome post, app & tool dear @thekyle. To make the things on steemit flow as they should. With absolute order and harmony!! Kickass search engine mate. A much succulent delight to be used. A plain inspiration for my next post. Especially now, that I'm finally able to order and organize [My original crazy stuff as God commands.](https://www.asksteem.com/search?q=author:%20por500bolos&pg=1) Cheers!! }:) **¡Upvoted & Resteemed!**
author | por500bolos |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t021156963z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"links":["https://www.asksteem.com/search?q=author:%20por500bolos&pg=1"],"app":"steemit/0.1"} |
created | 2017-06-06 02:12:00 |
last_update | 2017-06-06 02:12:00 |
depth | 1 |
children | 2 |
last_payout | 2017-06-13 02:12: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 | 432 |
author_reputation | 15,122,863,535,182 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,246,145 |
net_rshares | 0 |
Glad you like it! :)
author | thekyle |
---|---|
permlink | re-por500bolos-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t021258674z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 02:12:57 |
last_update | 2017-06-06 02:12:57 |
depth | 2 |
children | 1 |
last_payout | 2017-06-13 02:12:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,246,194 |
net_rshares | 0 |
Oh! Much more than to like it my dear developer. I'm just beginning to squeeze the real juice out of your excellent creation. Keep Up with the good work! :)
author | por500bolos |
---|---|
permlink | re-thekyle-re-por500bolos-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t022838457z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 02:28:42 |
last_update | 2017-06-06 02:28:42 |
depth | 3 |
children | 0 |
last_payout | 2017-06-13 02:28: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 | 157 |
author_reputation | 15,122,863,535,182 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,246,866 |
net_rshares | 0 |
@thekyle please repost this for the benefit of those who haven't had a chance to see it. I wanted to resteem but that option is gone as the post is too old. Old posts can still be a valuable resource for us on Steemit.
author | pqlenator |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170622t213101995z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2017-06-22 21:31:03 |
last_update | 2017-06-22 21:31:03 |
depth | 1 |
children | 1 |
last_payout | 2017-06-29 21:31:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 6,852,849,487,588 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,683,562 |
net_rshares | 11,298,201,953 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 11,298,201,953 | 100% |
I'm not going to repost because I don't want to put duplicates in my feed, however, feel free to resteem this [newer post about user search functionality](https://steemit.com/asksteem/@thekyle/new-asksteem-feature-user-search) if you'd like to spread the word.
author | thekyle |
---|---|
permlink | re-pqlenator-re-thekyle-introducing-asksteem-a-steem-search-engine-20170622t214123558z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/asksteem/@thekyle/new-asksteem-feature-user-search"],"app":"steemit/0.1"} |
created | 2017-06-22 21:41:24 |
last_update | 2017-06-22 21:41:24 |
depth | 2 |
children | 0 |
last_payout | 2017-06-29 21:41:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.137 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,684,598 |
net_rshares | 11,035,453,070 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 11,035,453,070 | 100% |
This is really cool! I added you to my [Tools Collection](https://steemit.com/help/@reggaemuffin/complete-guide-to-what-is-steem-it)
author | reggaemuffin |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170603t204625187z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://steemit.com/help/@reggaemuffin/complete-guide-to-what-is-steem-it"],"app":"steemit/0.1"} |
created | 2017-06-03 20:46:24 |
last_update | 2017-06-03 20:46:24 |
depth | 1 |
children | 1 |
last_payout | 2017-06-10 20:46: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 | 132 |
author_reputation | 37,964,839,695,531 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,127,082 |
net_rshares | 5,362,461,882 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
theb0red1 | 0 | 5,362,461,882 | 50% |
Thanks! Looks like a cool list so I'll have to check out some of the other stuff on there.
author | thekyle |
---|---|
permlink | re-reggaemuffin-re-thekyle-introducing-asksteem-a-steem-search-engine-20170603t230619187z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-03 23:06:18 |
last_update | 2017-06-03 23:06:18 |
depth | 2 |
children | 0 |
last_payout | 2017-06-10 23:06:18 |
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 | 90 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,131,932 |
net_rshares | 0 |
There's a definite need for this. Steemit's google-integrated search is almost the only time I use google search and I prefer to never use it at all.
author | revulv |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t004030424z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 00:40:30 |
last_update | 2017-06-10 00:40:30 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 00:40:30 |
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 | 150 |
author_reputation | 132,739,789,855 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,503,290 |
net_rshares | 0 |
@thekyle I've just been playing with AskSteem and I love it. I'm very impressed and I'm certainly going to adopt it as my goto source for steem based content. I do have a couple of questions/suggestions that I would like to ask if that's ok... 1. As content on the steem blockchain is being published constantly, I was wondering if there is any way to search for new content using a time variable? The meta of every post gives an indicator of when the post was published if, within the last 24hrs, this is a min-by-min indicator. It would be incredibly powerful if I could run a time-based search or a search for content published 25mins ago. This would allow users to benefit from the 30min voting. 2. Is there any information on the SEO of your search engine. For example, if I searched the tag, "introduceyourself" how would I get my post to be listed first? EDIT: Btw, I seem to be getting a server error (500) when I click on dashboard.
author | richreeve |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20180405t222054228z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["thekyle"],"app":"steemit/0.1"} |
created | 2018-04-05 22:20:54 |
last_update | 2018-04-05 22:24:09 |
depth | 1 |
children | 0 |
last_payout | 2018-04-12 22:20: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 | 945 |
author_reputation | 104,864,378,366 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 48,558,878 |
net_rshares | 0 |
I was just thinking today I f*cking hate the search bar on Steemit. Glad someone else thought the same and did something about it. Resteemed. Hope you get the funding! Cheers mate!
author | robertdurst10 |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t235914025z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 23:59:15 |
last_update | 2017-06-06 23:59:15 |
depth | 1 |
children | 1 |
last_payout | 2017-06-13 23:59:15 |
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 | 180 |
author_reputation | 5,401,785,748,657 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,304,129 |
net_rshares | 0 |
Thanks, good to see I'm not the only one who saw this as a problem that needed solving.
author | thekyle |
---|---|
permlink | re-robertdurst10-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t001600930z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 00:16:00 |
last_update | 2017-06-07 00:16:09 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 00:16: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 | 87 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,304,844 |
net_rshares | 4,636,919,471 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
robertdurst10 | 0 | 4,636,919,471 | 100% |
Well done, this is much needed to find stuff in steemit
author | scalextrix |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t093833845z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 09:38:36 |
last_update | 2017-06-06 09:38:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 09:38:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 17,941,237,668,958 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,261,928 |
net_rshares | 0 |
upvoted and followed.I like this and I can actually understand it! Ty!
author | skcamper |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t222638150z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 22:26:39 |
last_update | 2017-06-09 22:26:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 22:26:39 |
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 | 71 |
author_reputation | 4,887,389,481,081 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,497,723 |
net_rshares | 0 |
Awesome!!
author | smasssh |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t182500268z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 18:24:54 |
last_update | 2017-06-09 18:24:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-16 18:24: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 | 9 |
author_reputation | 44,000,682,492,974 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,485,047 |
net_rshares | 0 |
<strong>You're the man!</strong> Thank you very much for your great work! It's really fast :) Would be nice to have the filter possibilities in a html form. Maybe with a link to an "advanced search" or so... I'll resteem ;)
author | steemchiller |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t161639164z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 16:16:39 |
last_update | 2017-06-09 16:16:39 |
depth | 1 |
children | 2 |
last_payout | 2017-06-16 16:16:39 |
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 | 223 |
author_reputation | 219,937,669,501,793 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,478,349 |
net_rshares | 0 |
Thanks, I've been planning to create an advanced search page since I launched AskSteem so that is definitely on the to-do list.
author | thekyle |
---|---|
permlink | re-steemchiller-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t172752606z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 17:27:51 |
last_update | 2017-06-09 17:27:51 |
depth | 2 |
children | 1 |
last_payout | 2017-06-16 17:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,482,224 |
net_rshares | 1,781,415,390 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemchiller | 0 | 1,781,415,390 | 100% |
Perfect! Do you have access to the number of views or are they tracked by Steemit only? If that would be possible, you could add this for searching "lost content", which didn't get many views (for whatever reason), but nevertheless could be interesting content for some of us...
author | steemchiller |
---|---|
permlink | re-thekyle-re-steemchiller-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t181208353z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 18:12:06 |
last_update | 2017-06-09 18:12:42 |
depth | 3 |
children | 0 |
last_payout | 2017-06-16 18:12: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 | 278 |
author_reputation | 219,937,669,501,793 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,484,398 |
net_rshares | 0 |
Very impressive! Nice work.
author | steeminganarchy |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t000526497z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 00:05:27 |
last_update | 2017-06-10 00:05:27 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 00:05: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 | 27 |
author_reputation | 126,775,254,040,929 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,501,905 |
net_rshares | 0 |
If you need to use the account @asksteem let me know :) It's being used to ask questions , but maybe it can be used for people to query right inside steemit to pull up info from your search engine.
author | steemitqa |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t152202328z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["asksteem"],"app":"steemit/0.1"} |
created | 2017-06-09 15:21:39 |
last_update | 2017-06-09 15:21:39 |
depth | 1 |
children | 2 |
last_payout | 2017-06-16 15:21:39 |
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 | 198 |
author_reputation | 22,135,803,163,402 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,475,255 |
net_rshares | 0 |
Yeah, I could build a bot that allows people to query the index from steemit directly. Are you available on steem chat?
author | thekyle |
---|---|
permlink | re-steemitqa-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t211616058z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 21:16:15 |
last_update | 2017-06-09 21:16:15 |
depth | 2 |
children | 1 |
last_payout | 2017-06-16 21:16:15 |
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 | 119 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,494,119 |
net_rshares | 0 |
> Yeah, I could build a bot that allows people to query the index from steemit directly. Are you available on steem chat? I am good sir. Steemitqa under steemit.chat. Yes, it would allow people to query the index from steemit directly and come back with the results.
author | steemitqa |
---|---|
permlink | re-thekyle-re-steemitqa-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t211805864z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 21:17:42 |
last_update | 2017-06-09 21:17:42 |
depth | 3 |
children | 0 |
last_payout | 2017-06-16 21:17: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 | 269 |
author_reputation | 22,135,803,163,402 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,494,187 |
net_rshares | 0 |
Looks great. We have the metadata, so searching by that should make life easier. Thanks
author | steevc |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t071623726z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 07:16:24 |
last_update | 2017-06-06 07:16:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 07:16:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.524 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 1,383,352,404,232,940 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,257,450 |
net_rshares | 153,283,060,871 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 127,706,029,770 | 1% | ||
whatsup | 0 | 20,261,481,645 | 33% | ||
cryplectibles | 0 | 4,898,253,718 | 100% | ||
thekyle | 0 | 417,295,738 | 100% |
Great tool, thanks for building this. Is there a way to sort the search results? For examply by number of votes or comments? Or does anybody know another tool that does this?
author | svosse |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20180113t064616066z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-13 06:46:15 |
last_update | 2018-01-13 06:46:15 |
depth | 1 |
children | 2 |
last_payout | 2018-01-20 06:46:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.158 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 3,868,527,914,261 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,167,811 |
net_rshares | 26,367,074,941 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
svosse | 0 | 26,367,074,941 | 100% |
Not currently through the Web UI, but that functionality is available in our [developer API](https://github.com/Hoxly/asksteem-docs/wiki) so it may come in the future.
author | thekyle |
---|---|
permlink | re-svosse-re-thekyle-introducing-asksteem-a-steem-search-engine-20180115t231749197z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://github.com/Hoxly/asksteem-docs/wiki"],"app":"steemit/0.1"} |
created | 2018-01-15 23:17:48 |
last_update | 2018-01-15 23:17:48 |
depth | 2 |
children | 1 |
last_payout | 2018-01-22 23:17:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.086 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,811,589 |
net_rshares | 12,029,668,426 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
svosse | 0 | 12,029,668,426 | 10% |
Ah great, you have an API. Thanks for answering, I'll definitely look into that.
author | svosse |
---|---|
permlink | re-thekyle-re-svosse-re-thekyle-introducing-asksteem-a-steem-search-engine-20180116t044001072z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-16 04:40:00 |
last_update | 2018-01-16 04:40:00 |
depth | 3 |
children | 0 |
last_payout | 2018-01-23 04:40:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.111 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 3,868,527,914,261 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 29,858,477 |
net_rshares | 12,029,668,426 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
svosse | 0 | 12,029,668,426 | 10% |
This is good. Got a question though: Is there a way to check who resteemed a post?
author | system-sengine |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170616t202000345z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-16 20:20:06 |
last_update | 2017-06-16 20:20:06 |
depth | 1 |
children | 2 |
last_payout | 2017-06-23 20:20:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 215,253,611,637 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,038,434 |
net_rshares | 2,393,107,169 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 2,393,107,169 | 100% |
No, and sadly its not likely to be added in the future because resteems are not part of the blockchain and are kept in steemit.com's private database I have no way to index them.
author | thekyle |
---|---|
permlink | re-system-sengine-re-thekyle-introducing-asksteem-a-steem-search-engine-20170616t202220488z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-16 20:22:21 |
last_update | 2017-06-16 20:22:48 |
depth | 2 |
children | 1 |
last_payout | 2017-06-23 20:22:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.038 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 178 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,038,577 |
net_rshares | 7,925,154,588 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thekyle | 0 | 2,394,670,347 | 100% | ||
system-sengine | 0 | 5,530,484,241 | 100% |
Too bad :/ Thanks for the quick answer.
author | system-sengine |
---|---|
permlink | re-thekyle-re-system-sengine-re-thekyle-introducing-asksteem-a-steem-search-engine-20170616t205305547z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-16 20:53:12 |
last_update | 2017-06-16 20:53:12 |
depth | 3 |
children | 0 |
last_payout | 2017-06-23 20:53:12 |
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 | 39 |
author_reputation | 215,253,611,637 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,040,512 |
net_rshares | 0 |
Great tool, thanks!
author | tectum |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20180109t003751652z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-01-09 00:37:51 |
last_update | 2018-01-09 00:37:51 |
depth | 1 |
children | 0 |
last_payout | 2018-01-16 00:37:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | 4,102,085,152 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 28,123,504 |
net_rshares | 0 |
I like it. Works much smoother than the search on Steemit.com and has some nice features. Resteemed!
author | the-ego-is-you |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t121356709z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 12:13:54 |
last_update | 2017-06-06 12:14:39 |
depth | 1 |
children | 2 |
last_payout | 2017-06-13 12:13: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 | 102 |
author_reputation | 7,031,347,556,614 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,267,407 |
net_rshares | 0 |
Thanks for the resteem, I'm going to keep improving it, but I'm glad you like it. It should work better than Steemit's default search because it interfaces directly with the blockchain rather than using a HTML proxy layer (like the current steemit search)
author | thekyle |
---|---|
permlink | re-the-ego-is-you-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t004014473z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 00:40:15 |
last_update | 2017-06-07 00:40:15 |
depth | 2 |
children | 1 |
last_payout | 2017-06-14 00:40:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 255 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,305,951 |
net_rshares | 7,446,510,632 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
the-ego-is-you | 0 | 6,690,081,574 | 100% | ||
beckerly | 0 | 756,429,058 | 100% |
Yes the google search function is a bit primitive so this is a great step up :)
author | the-ego-is-you | ||||||
---|---|---|---|---|---|---|---|
permlink | re-thekyle-201767t61740518z | ||||||
category | steemit | ||||||
json_metadata | {"tags":"steemit","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-06-07 04:17:45 | ||||||
last_update | 2017-06-07 04:17:45 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-06-14 04:17: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 | 79 | ||||||
author_reputation | 7,031,347,556,614 | ||||||
root_title | "Introducing AskSteem - A steem search engine" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 4,314,719 | ||||||
net_rshares | 0 |
It would be really nice to have a search engine dedicated to steemit! Waiting for the tool to go live.
author | thedynamic |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170604t051828075z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-04 05:18:30 |
last_update | 2017-06-04 05:18:30 |
depth | 1 |
children | 1 |
last_payout | 2017-06-11 05:18:30 |
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 | 103 |
author_reputation | 30,910,007,448 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,142,835 |
net_rshares | 0 |
It is live! https://www.asksteem.com :)
author | thekyle |
---|---|
permlink | re-thedynamic-re-thekyle-introducing-asksteem-a-steem-search-engine-20170604t160801151z |
category | steemit |
json_metadata | {"tags":["steemit"],"links":["https://www.asksteem.com"],"app":"steemit/0.1"} |
created | 2017-06-04 16:08:00 |
last_update | 2017-06-04 16:08:00 |
depth | 2 |
children | 0 |
last_payout | 2017-06-11 16:08: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 | 39 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,164,484 |
net_rshares | 0 |
Kyle, Thanks for a great too. As a trader in all markets, your search tool helped me find two other Steemians who also post market and trading data.
author | traderdad |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t004538751z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 00:45:42 |
last_update | 2017-06-07 00:45:42 |
depth | 1 |
children | 1 |
last_payout | 2017-06-14 00:45: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 | 148 |
author_reputation | 840,256,477,178 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,306,184 |
net_rshares | 0 |
Glad you found the tool useful. :)
author | thekyle |
---|---|
permlink | re-traderdad-re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t125507187z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 12:55:06 |
last_update | 2017-06-07 12:55:06 |
depth | 2 |
children | 0 |
last_payout | 2017-06-14 12:55: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 | 34 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,335,073 |
net_rshares | 0 |
Highly recommended tags for such post #steemdev and #steem-project You almost missed out on 300$ of reward by not having this tag.
author | transisto |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t200415178z |
category | steemit |
json_metadata | {"tags":["steemdev","steem-project","steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 20:04:18 |
last_update | 2017-06-09 20:07:03 |
depth | 1 |
children | 3 |
last_payout | 2017-06-16 20:04:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.998 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 131 |
author_reputation | 330,357,940,720,833 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,490,270 |
net_rshares | 814,411,026,372 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 813,654,597,314 | 20% | ||
beckerly | 0 | 756,429,058 | 100% | ||
michellecarter | 0 | 0 | 100% |
Well thanks for letting me know, I'll make sure to include those in future posts.
author | thekyle |
---|---|
permlink | re-transisto-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t204609302z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 20:46:09 |
last_update | 2017-06-09 20:46:09 |
depth | 2 |
children | 2 |
last_payout | 2017-06-16 20:46: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 | 81 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,492,608 |
net_rshares | 0 |
you can edit
author | transisto |
---|---|
permlink | re-thekyle-re-transisto-re-thekyle-introducing-asksteem-a-steem-search-engine-20170609t214649897z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-09 21:46:51 |
last_update | 2017-06-09 21:46:51 |
depth | 3 |
children | 1 |
last_payout | 2017-06-16 21:46:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 330,357,940,720,833 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,495,702 |
net_rshares | 0 |
Congratulations on a fantastic project, I have voted and resteemed
author | uv888p |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t095425204z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 09:54:24 |
last_update | 2017-06-06 09:54:24 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 09:54: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 | 66 |
author_reputation | 43,800,280,419 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,262,429 |
net_rshares | 0 |
This seems like a interesting and helpful resource, thanks for sharing.
author | veganv |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t045637273z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 04:56:36 |
last_update | 2017-06-06 04:56:36 |
depth | 1 |
children | 0 |
last_payout | 2017-06-13 04:56:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 71 |
author_reputation | 57,074,296 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,252,531 |
net_rshares | 0 |
Great, Very likely awesome thing! thanks for it, resteemed it !
author | wahidplayz |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20181129t161806337z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-11-29 16:18:09 |
last_update | 2018-11-29 16:18:09 |
depth | 1 |
children | 0 |
last_payout | 2018-12-06 16:18: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 | 63 |
author_reputation | 697,885,027 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 76,103,972 |
net_rshares | 0 |
Nice article!By the way,I have upvoted your post,can you upvote my new post? Thanks
author | wallsnow |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170605t140030323z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-05 14:00:39 |
last_update | 2017-06-05 14:00:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-12 14:00:39 |
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 | 83 |
author_reputation | 199,985,198,977 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,212,779 |
net_rshares | 0 |
Happy to see this. I resteemed.
author | whatsup |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t072319263z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 07:23:21 |
last_update | 2017-06-06 07:23:21 |
depth | 1 |
children | 3 |
last_payout | 2017-06-13 07:23:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.934 HBD |
curator_payout_value | 1.303 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 519,839,651,581,670 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,257,695 |
net_rshares | 1,170,090,758,250 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 22,169,219,487 | 8% | ||
theb0red1 | 0 | 5,362,461,882 | 50% | ||
aggroed | 0 | 10,364,647,550 | 28% | ||
whatsup | 0 | 63,270,301,120 | 100% | ||
shbour | 0 | 0 | 100% | ||
thejohalfiles | 0 | 1,068,809,565,425 | 8% | ||
nitromad | 0 | 114,562,786 | 100% | ||
michellecarter | 0 | 0 | 100% | ||
ruthianaart94 | 0 | 0 | 100% |
How do your 'Resteem' a post?
author | michellecarter |
---|---|
permlink | re-whatsup-re-thekyle-introducing-asksteem-a-steem-search-engine-20170822t121329801z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-08-22 12:13:30 |
last_update | 2017-08-22 12:13:30 |
depth | 2 |
children | 0 |
last_payout | 2017-08-29 12:13:30 |
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 | 29 |
author_reputation | 10,645,627,009,265 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,528,455 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shahoo | 0 | 0 | 100% |
author | thekyle |
---|---|
permlink | re-whatsup-re-thekyle-introducing-asksteem-a-steem-search-engine-20170606t135508520z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-06 13:55:09 |
last_update | 2017-06-06 13:55:15 |
depth | 2 |
children | 1 |
last_payout | 2017-06-13 13:55: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 | 48 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,272,304 |
net_rshares | 114,562,786 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shbour | 0 | 0 | 100% | ||
nitromad | 0 | 114,562,786 | 100% |
yay
author | nitromad |
---|---|
permlink | re-thekyle-re-whatsup-re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t201422973z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 20:14:33 |
last_update | 2017-06-10 20:14:33 |
depth | 3 |
children | 0 |
last_payout | 2017-06-17 20:14: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 | 3 |
author_reputation | 201,010,841,442 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,551,115 |
net_rshares | 84,414,684 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nitromad | 0 | 84,414,684 | 100% |
Have been looking for sth. like that! Good Job. Hope this will be implemented in steemit.com! Resteemed.
author | whizzkid |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170627t215920274z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 21:59:21 |
last_update | 2017-06-27 23:21:27 |
depth | 1 |
children | 1 |
last_payout | 2017-07-04 21:59:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 104 |
author_reputation | 407,475,625,680 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,393,752 |
net_rshares | 0 |
Thanks.
author | thekyle |
---|---|
permlink | re-whizzkid-re-thekyle-introducing-asksteem-a-steem-search-engine-20170627t215954892z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-27 21:59:54 |
last_update | 2017-06-27 21:59:54 |
depth | 2 |
children | 0 |
last_payout | 2017-07-04 21:59: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 | 7 |
author_reputation | 4,705,240,024,157 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 6,393,817 |
net_rshares | 0 |
Resteemed, upvoted and bookmarked. Its like watching Google being developed for the first time. Excellent work
author | xervantes |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170610t165551565z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-10 16:55:54 |
last_update | 2017-06-10 16:55:54 |
depth | 1 |
children | 0 |
last_payout | 2017-06-17 16:55: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 | 110 |
author_reputation | 7,940,091,240,088 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,541,471 |
net_rshares | 0 |
cool stuff ...resteemed
author | yacov |
---|---|
permlink | re-thekyle-introducing-asksteem-a-steem-search-engine-20170607t062938625z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2017-06-07 06:29:39 |
last_update | 2017-06-07 06:29:39 |
depth | 1 |
children | 0 |
last_payout | 2017-06-14 06:29:39 |
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 | 24 |
author_reputation | 294,798,054,531 |
root_title | "Introducing AskSteem - A steem search engine" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 4,319,676 |
net_rshares | 1,571,388,740 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yacov | 0 | 1,571,388,740 | 100% |