Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Dr. Web Dev:
Hi @amirbig thank you for your question! What you're expiriencing is completely normal and you don't have to worry about your parrents finding out. Webscraping is a lot of fun and there is no reason to be embarrassed of doing it. In fact most web devs in your age expirience the joy of getting data of the internet 2 to 3 times a day. But remember to use protection. A good firewall like pfsense is advised. Enjoy life and dear greetings Dr. Web Dev. 😄 -
beleg31946yI wouldn't lose that yummy data breach a couple of weeks ago only if I had some serious experience with scraping.
Practice now, and thank yourself later. ;-) -
bioDan61596yWen scraping is a good skill to have and a good tool to use.
The worst thing about it is maintenance across time, especially if you are working on multiple pipelines. -
Crost41086yI made a scraper yesterday. The site in question has tables, you can scroll the table, javascript runs and rewrites the table content. The table is found via several generated iframe sources.
Selenium saved the day. Won't work headless though for some reason. -
Root825406yI'm writing a scraper right now.
The markup is madness. Four fucking nested tables! Elements have 30-character names containing multiple $'s! They look generated, but fortunately they don't seem to change between page loads. All content is fetched and inserted via ajax.
Selenium ftw. -
vocuzi82576yA good to have skill
I work for a data analysis startup, and here we use scraping quite frequently.
And it's super fun to manage all that scraping, gets better with the number of sites you scrape
Related Rants
-
silverstar8So our class had this assignment in python where we had to code up a simple web scraper that extracts data of ...
-
Bubbles4I’m going through the book automate the boring stuff and I’m working on the chapter with web scraping righ...
-
RikaroDev25While scraping web sources to build datasets, has legality been ever a concern? Is it a standard practice for...
what do you think about web scraping?
how often do you use it?
question
web scraping