The current scraper returns a flask get request with the username bakes as a parameter refer: api.py Once I'm done hosting the scraper, i'll update it with the base url so you can use in your next project
🔹 make sure you have python installed in your system or install it here
🔹 install pip
I have not added too many comments as the function, variable names itself is quite Self explanatory, but if someone is still having problem to understand the code just try testing the code out.
-
what is Beautiful Soup?
It's a python library for pulling data out of HTML and XML files, more about Beautiful Soup here. -
what is Web Scraping?
Web scraping is the process of using bots to extract content and data from a website.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
I will be working on adding new features to this project.