Disclaimer: I have nothing to do with this project, I'm also a programmer isn't part of it's target demographic. But:
Are you suggesting that if somebody wanted to setup a basic scrapper, they should learn how to install python, use packages, figure out how the webpage is structured, and dig through the page source to figure out how to extract their data?
This project has a decent visual data picker, interface, etc. You could literally hand it to a non-programmer, and have them scraping comments off hacker news without any programming knowledge at all.
I get paid over 25$/hr professionally as a programmer. This project costs 40$ one time. I'm not saying it's worth the money, but all it has to do is save somebody 2 hours of time.
If you are a programmer then this project likely isn't for you.
penagwin|6 years ago
Are you suggesting that if somebody wanted to setup a basic scrapper, they should learn how to install python, use packages, figure out how the webpage is structured, and dig through the page source to figure out how to extract their data?
This project has a decent visual data picker, interface, etc. You could literally hand it to a non-programmer, and have them scraping comments off hacker news without any programming knowledge at all.
I get paid over 25$/hr professionally as a programmer. This project costs 40$ one time. I'm not saying it's worth the money, but all it has to do is save somebody 2 hours of time.
If you are a programmer then this project likely isn't for you.
Cyberdog|6 years ago
(Alternate smart-ass reply: Surely you coded the browser, operating system, and network stack involved in posting this response by yourself, right?)
nirvdrum|6 years ago
JustFinishedBSG|6 years ago
No because they were all free.
And I suck too.
But it was free.
sillydinosaur|6 years ago
I mean...
soup.find(id="link3") # <a class="sister" href="http://example.com/tillie" id="link3">Tillie</a>
Is this hard?