-
What is the scripting process or process of creating this? How can a beginner like me make one for myself? How do you scrape? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
First analyse the website u want to scrape... Like how it's interacting.. how all the elements work.. then figure out ur use case.. like what u want to scrape.. |
Beta Was this translation helpful? Give feedback.
First analyse the website u want to scrape... Like how it's interacting.. how all the elements work.. then figure out ur use case.. like what u want to scrape..
e.g. - u want to download wallpapers.. so u know and use the website.. so how to u use it like searching for wallpapers.. or just download any random wallpaper from the front page.. then learn the
regex(regular expression)
it is a way u find and match the pattern string.. like most of the website have uniform pages.. so regex will be the most useful technique for Scraping..