Skip to content

A Python script that extracts meta tags (keywords, description, title) from a provided list of URLs and dumps the results into an Excel spreadsheet.

Notifications You must be signed in to change notification settings

fpereira1/content-audit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Content Audit

A Python script that extracts meta tags (keywords, description, title) from a provided list of URLs and dumps the results into an Excel spreadsheet.

Requirements

  • BeautifulSoup

    Content Audit relies on Beautiful Soup v4 for parsing webpages. See more here. You can also run:

    easy_install beautifulsoup4

  • xlwt

    Content Audit relies on xlwt to write to an Excel spreadsheet without the need for COM Interop. See more here. As with BeautifulSoup, you can use easy_install to install the library. Like so:

    easy_install xlwt

Big thanks to John Machin for the xlwt library and Leonard Richardson for BeautifulSoup.

About

A Python script that extracts meta tags (keywords, description, title) from a provided list of URLs and dumps the results into an Excel spreadsheet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published