wow appreciate!https://yanfei.site/docs/dpsa/references/PyWebScrapingBook.pdf
Should be more than enough.
can you tell me more about scraping with imacro?Probably OP means web scraping, but I'm not sure. If you want solve web scraping tasks, the fastest way to do that is imacros addon for chrome or firefox, limitations is one thread of work and low speed based on browser overhead. For complex tasks need python programming language and special libraries.
Just read official web site documentation here https://wiki.imacros.net/Main_Page, it's very good start point. Also there are many youtube videos (search "imacros tutorial"). First thing you should have is task you want to solve, you can try to grab all posts of specified used from BHW for example. When you starting to solve task you getting new questions and you need google answers to move on.can you tell me more about scraping with imacro?
appreciate man!Just read official web site documentation here here, it's very good start point. Also there are many youtube videos (search "imacros tutorial"). First thing you should have is task you want to solve, you can try to grab all posts of specified used from BHW for example. When you starting to solve task you getting new questions and you need google answers to move on.
parse what? HTML?
The simplest one would be to use JavaScript to scrape and parse the data with XMLHttpRequest.
Python anyone?
Beautifulsoup and Selenium
https://www.quora.com/What-is-the-difference-between-crawling-parsing-and-scrapingEven better and less tedious : Scrapy
You're amazing!https://yanfei.site/docs/dpsa/references/PyWebScrapingBook.pdf
Should be more than enough.