Skip to content

Tag: web-scraping

Word count from different URL’s in Python

I have the following code which provides me with the columns: Authors, Date, Blog name, Link and blog category To further enhance this, I want to add the word count of the article and the author, separately The updated columns I am trying to achieve are: Authors, Date, Blog name, Link, blog category, descript…