A new way of Scraping the Web: Requests-HTML
Most of us when think about doing web scraping and HTML parsing using python, we use tools like beautiful-soup, scrapy, regular expressions etc.
In this article, I will show you the basics of web scraping with Requests-HTML library, by Kenneth Reitz...
vaibhavkumar.hashnode.dev9 min read
Basu K.
Learning! Exploring! Coding!
Looks like its a lot easier than bs4. Thanks for sharing!