Earlier quoted context omitted.
I really wish that HN wasn't even in the running for a "worst case". For a community that seems to be all about UX and innovation, shouldn't it run on at least a marginally user-friendly piece of software with this-century markup? I get that it has a sort of kitschy or retro appeal, but it's just basically a pain to use and looks terrible. I can't tell you how often I click next page to find that I've taken too long…
I like HN because it gives me exactly what I want. A list of interesting links, ranked by what people that I truest more than news sites think of them. Oh and offers comment sections for each of them. HN is wonderful link discovery during compile time or if you need a break.
Show HN: Kimono – Never write a web scraper again
221–230 of 234 posts
Re: Show HN: Kimono – Never write a web scraper again
#222Show me it working with authentication and you will have a customer. Scraping is always something you need to write because the shit you want to get is only shown when you are logged in.
We are accepting early access requests right now. Check us out! http://automate.ly/
Re: Show HN: Kimono – Never write a web scraper again
#223Earlier quoted context omitted.
I think we all like HN, otherwise we wouldn't be here. That doesn't mean it can't improve.
If "improve" would involve turning it into AJAX-heavy app with images, CSS effects and some weird-ass scrolling interceptors, that requires me to load 200+ files for seeing the main page, I would rather live without any improvements. I think better terms might be "clean up" or "restructure".
Re: Show HN: Kimono – Never write a web scraper again
#224Any chance you guys plan to add link hrefs to CSVs? I'd love to use this now, but I need the href for backlinks and future inference.
Re: Show HN: Kimono – Never write a web scraper again
#225Please get this off the ground. I would also possibly suggest a separate business, website regression testing. Selenium is WAAAY to painful.
Re: Show HN: Kimono – Never write a web scraper again
#226Earlier quoted context omitted.
At the moment, we rely on users to be responsible. We spell it out in the terms and FAQ. We've been in private beta, keeping usage very limited until today. We fully understand the seriousness of the issue as we scale. We're committed to becoming a responsible bot that respects robots.txt
I would say how you're scraping differs from say how Google, a search engine, scrapes. I'm not sure there is a way in robots.txt to define for each use? Knowing the data in a structured way, but then allowing it to be displayed in full off-site is quite different than using the scraped data for linking into a website.
Re: Show HN: Kimono – Never write a web scraper again
#227Earlier quoted context omitted.
Yes, we're excited about the possibilities of an end-to-end use case as well... in fact we were surprised when we found a lot of interest in front-end output layers on top of the APIs than just the APIs themselves. Would be curious to know what output features would be most valuable for you.
Well. Think about spreadsheets. Think about live spreadsheets powered directly by APIs. Bingo! I'm doing a couple of data mining projects right now and simply being able to query and look into the API outputs, as well as my local database, without building a custom frontend would've saved me a bunch of time. But I'm thinking more of the knowledge worker, or even the power user who wants to view their Fitbit, Up and L…
Re: Show HN: Kimono – Never write a web scraper again
#228Earlier quoted context omitted.
No. This site isn't about UX or innovation, it's about tech start ups. It's a constant reminder that something can be successful even if it was written in a LISP dialect and has a bunch of UX misses as long as the core idea is valid and the product usable enough. I've used a bunch of HN skins that were supposedly better designed, but none of them stuck. Apparently it's just plain unnecessary for HN to be better.
So because it's written in LISP it gets a free pass in other areas? That seems like a dubious claim.
Re: Show HN: Kimono – Never write a web scraper again
#229Earlier quoted context omitted.
Make sure to include regex matching =)
Thanks. We support regex matching now. Try dragging to select text, if there's a relevant regex pattern and kimono will find it (there's an example inthe blog post). You can preview (and soon, you'll be able to edit) the CSS and Regex also in advanced mode.
Re: Show HN: Kimono – Never write a web scraper again
#230Earlier quoted context omitted.
A lot of the time when I'm writing a scraper it's because of bad/old code or incorrect HTML. So if Kimono has issues with that its utility is reduced.
Kimono can handle several pages with malformed and old/bad HTML. We're still in beta though, so we're handling more edge cases as we encounter them. Should work on HN main page.
I'll leave it to you to figure out how one would implement such a feature ;-)