I 've been practicing with web scraping lately on Pythonista 3 and while printing my code using print(soup.prettify()), I found myself needing a search button, in order to filter out my results or search for keywords in those HTML lines.
Am sure this button would help many others if it's there!
I 've been practicing with
web scraping
lately on Pythonista 3 and while printing my code usingprint(soup.prettify())
, I found myself needing a search button, in order to filter out my results or search for keywords in those HTML lines. Am sure this button would help many others if it's there!Please add it!