In this video I will teach you how to login to your any secure account and extract data from that account.
WebScraping is seam to very easy if you are extracting data from static and password free pages . But in case website owner did not want someone to steal his data then real challenge starts.
For login page post method is used in which all the data goes inside the body and they are already tested to block the bots so act humanly while scraping data.
Facebook and some top websites used encrypted passwrods . so for them we can not bypass the login page by giving email and password. But for mostly websites that are handled by common developers we can grab data. We will do it by using Requests library.
What is Requests?
Requests is Http for humans , it is a library developed by Keneth reitz. He solve almost all the problems that a developer can face during handling http. Fortunately it is written in python so we can easily use it.
One of the beautiful thing of Python that makes it best than other common languages that it has very large community. It is rich in libraries. You can find all type of libraries in it. You just have to import it and start working .Enjoy your journey of success and never think about quit!
#XProgrammer
#LearnCodeBuildFuture